/*!
Theme Name: GreenleafTrustv2
Theme URI: http://underscores.me/
Author: Fairly Painless
Author URI: http://fairlypainless.com
Description: Greenleaf Trust Design Refresh
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gltv2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GreenleafTrustv2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */



:root {
  --glt-green:     #89a43d;		
  --glt-limegreen: #d7df23;
  --glt-darkblue:  #132b45;  /*      h1, h2, h3 text                                       */
  --glt-mainblue:  #1e4355;  /*      Blue Footer & Title blocks                            */
  --glt-blue:      #0f3a58;	 /*      Variation of blue from Mockup (not used anymore)      */	
  --glt-grey:      #ebebe6;  /*      Grey CTA box & Prefooter background  			       */
  --glt-textgrey:  #646464;  /*      Grey for the body Text                                */ 
  --glt-lightgrey: #e3e3e3;  /*      Box borders for service cards                         */
}

/* definition */
@font-face {
	
  font-family: Avenir;
  src: url('../Temp - Alex - 11202023/fonts/Avenir.ttc') , 
	    format('ttc');
  font-weight: normal;
  font-style:  normal;
}

@font-face {
	font-family: TributeRomanX;
	src: url('../Temp - Alex - 11202023/fonts/TribuRom.ttf') , 
		  format('ttf');
	font-weight: normal;
  	font-style:  normal;
}

@font-face {
font-family: tribute, serif;
src: url('https://use.typekit.net/mkm2vdb.css');
font-weight: 400;
font-style: normal;	
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 6em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Tribute, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #89a43d;
}

a:visited {
	color: #89a43d;
}

a:hover,
a:focus,
a:active {
	color: #1d4355;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle{
	border-radius: 0;
		background: transparent;
		border: none;
	    padding: 0;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
.ham {
    width: 30px;
    height: 4px;
    background-color: #8ba640;
    display: block;
    position: absolute;
    right: 0;
	transition:0.5s all;
}
.ham-1 {
    top: 0px;
}
.ham-2 {
    top: 8px;
}
.ham-3 {
    top: 16px;
}
.toggled .ham-1 {
    transform: rotate(45deg);
	top: 8px;
}
.toggled .ham-2 {
    opacity:0;
}
.toggled .ham-3 {
    transform: rotate(-45deg);
	top: 8px;
}
@media screen and (min-width: 1080px) {

	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
span.nav-subtitle {
    display: block;
    color: #89a43d;
}



/*Hide sub-menus in the nav until they're hovered on*/
.main-navigation.toggled ul.sub-menu {
    display: none;
}
.main-navigation.toggled ul li:hover ul,
.main-navigation.toggled ul li.focus ul{
    display: block;
}

.main-navigation.toggled .account-access-menu ul.sub-menu {
    display: block;
}

.main-navigation.toggled ul > li {
    border-bottom: 1px solid #0000000f !important;
    margin-bottom: 12px;
	padding-bottom: 15px !important;
}

.main-navigation.toggled ul > li ul li {
    border-bottom: revert !important;
	padding-bottom: 0 !important;
}

.main-navigation ul > li.contact-menu {
    border-bottom: none !important;
	padding-bottom: 0 !important;
}

.main-navigation.toggled li.account-access-menu {
    border-bottom: none !important;
	padding-top: 15px !important;
}




/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}
.widget-area .wpc-filters-section {
    margin-bottom: 0;
}
.widget-area .wpc-filter-content select {
    margin: 10px 0;
	font-family: Avenir;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* START WEBSITE HERE */

* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

body {
    font-family: tribute, Tahoma, serif;
	overflow-x: hidden;
	opacity: 1;
	transition: .25s ease-out;
}

body.show{
	opacity: 1;
}

body.custom-background{
	background-image: url(/wp-content/uploads/2023/08/leaf-pattern-BG-cropped.webp);
    background-position: right center;
    background-size: contain;
    background-repeat: repeat-y !important;
    background-attachment: fixed;
	background-position-x: 81.25% !important;
}

.post,
.page {
	margin: 0;
}
.container {
    width: 1280px;
    margin: 0 auto;
	position: relative;;
}

h1, h2, h3, h4, h5 {
	font-family: Avenir, sans-serif;
	color: var(--glt-mainblue);
	font-weight: 500;
}

h1 {
    font-size: 2.5rem;
	margin: 0;
}

h2 {
	font-size: 2rem;
	font-weight: 300;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.50rem;
}


h5 {
    font-size: 1.25rem;
    font-weight: 500;
}

p {
	font-family: tribute;
	color: var(--glt-textgrey);
	font-size: 20px;
	line-height: 1.6;
}

.footer_nav a {
	color: #fff;
}

ul {
	border-left: 2px solid var(--glt-limegreen);
	padding-left: 40px;
}

li {
	font-family: tribute;
}
.padding10{
	margin-top: 35px;
	color: #818285;
	padding-right: 25px;
	transition: .7s;
}

.padding10:hover {
    border-left: 5px solid var(--glt-limegreen);
    transition: .45s;
}

.padding10 li {
	padding-block: 13px;
	padding-right: 185px;
	color: var(--glt-textgrey);
}

.padding10 li:first-of-type {
   	padding-top: 0;
}

.padding10 li:last-of-type {
   	padding-bottom: 0;
	line-height: 1.5;
}

article#post-63 .padding10 li {
    padding-right: 90px;
}

ul.padding10 li a:visited {
    color: var(--glt-mainblue);
}

/*
* This removes the original list bullets and adds psuedo class to style bullet colors.
*/
ul.padding10 {
  list-style: none; /* Remove default bullets */
}

ul.padding10 li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #385065; 
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1.5em;
    margin-left: -1.3em;
    transform: scale(.8);
}

.spacer5 {
	color: #818285;
}

.spacer5 li {
	padding-block: 5px;
	color: var(--glt-textgrey);
}

.spacer5 li:first-of-type {
   	padding-top: 0;
}

.spacer5 li:last-of-type {
   	padding-bottom: 0;
/*	line-height: .9;*/
}

.spacer5 li .spacer5 {
    border: none;
    padding-top: 9px;
    list-style-type: circle;
}

.textAvenir p{
	font-family: Avenir, sans-serif;
	font-size: 1rem;
}

.textTribute p{
	font-family: Avenir, sans-serif;
	font-size: 1rem;
}




a {
	text-decoration: none;
}

a:focus,
a:active {
	color: #1d4355;
}

a:visited {
	color: #1d4355;
}

/*Button Styling*/
.bttn {
	font-family: Avenir, sans-serif;
	padding: 10px 40px;
	color: #FFFFFF;
	border-radius: 50px;
	background-color: var(--glt-green);
	text-align: center;
	font-size: 15px;
	transition: 250ms;
	text-transform: uppercase;
	transform-origin: center;
	cursor: pointer;
	    display: inline-block;
} 

.bttn:hover{
	background-color: var(--glt-limegreen);
	color: var(--glt-darkblue);
	text-decoration: none;
	font-weight: 500;
	transform: scale(1.05);
}

a.bttn {
	color: white;
}

.bttn_parent {
	height: 50px;
  	width: 50px;
	background-color: var(--glt-limegreen);
	border-radius: 100%;
	position: relative;
	margin-bottom: 12px;
	padding: 4px;
	transition: 100ms;
	transition: transform .3s, opacity .2s, background-color .2s;
}
.active .bttn_parent {
    transform: rotate(45deg);
}
.bttn_parent p {
	font-family: Avenir, sans-serif;
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	color: white;
  	font-size: 2.75em;
}

#left.bttn_round {
	left: 48%
}

#right.bttn_round {
	left: 55%
}

.bttn_parent:hover {
	background-color: #89a43d;
}

/* Begin Navigation Styles */

.site-header {
    margin-inline: auto;
	position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
	background-color: #fff;
	
	height: 125px;
}
.site-branding {
    position: absolute;
    top: 25px;
    width: 300px;
}

.main-navigation {
    display: block;
    width: calc(100% - 330px);
    position: absolute;
    right: 0;
}

.main-navigation ul{
	justify-content: right;
	border-left: none;
}

.main-navigation ul li{
	padding-inline: 30px;
	padding-block: 0px;
	background-color: #FFF;
}
.main-navigation ul ul a {
	width: 140px;
	text-decoration: none;
}

.menu-toggle{
    position: absolute;
    right: 0;
    top: 35px;
}

.menu-primary-container {
    padding-block: 28px 24px;
}

.menu-primary-container .menu .menu-item-has-children {
    background-color: transparent;
}

.menu-primary-container .menu .menu-item-has-children:hover > a {
}

.main-navigation ul li a {
	color: var(--glt-textgrey);  
	font-family: Avenir, sans-serif;
	padding-left: 2px;
	padding-block: 0px;
	text-decoration-color: #fff;
	transition: color .3s, font-weight .5s, transform .5s, text-decoration-color .5s;
}

.main-navigation ul li a:hover {
	color: var(--glt-darkblue);
	font-weight: 400;
	transition: text-decoration-color .5s, text-decoration-thickness 1s;
}


.main-navigation ul li a:not(.sub-menu li a ) {
	width: max-content;
}

header .sub-menu {
	background-color: #FFF;
    display: flex;
    flex-direction: column;
	border-left: none;
	box-shadow: 2px 2px 10px black;
	transition: 250ms;
}
header .sub-menu li{
    border-left: 20px solid #FFF;
    padding: 8px 15px 8px 10px;
    margin-block: 0;
    transition: 150ms;
	line-height: 1.3;
}

header .sub-menu li:first-of-type {
	margin-top: 0;
}

header .sub-menu li:last-of-type{
	margin-bottom: 0;
}

header .sub-menu li:hover{
	border-left: 10px solid var(--glt-limegreen);
	transition: 250ms;
}

header .sub-menu li a{
	color: #818285;
}

ul.sub-menu {
    margin-left: 2px;
}


ul.menu li:not(ul.sub-menu li) {
    padding-block: 7px;
}

li#menu-item-870 {
    background-color: var(--glt-green);
    border-radius: 50px;
	margin-left: 55px;
	padding-inline: 20px;
	transition: background-color 1s;
}

li#menu-item-870:hover {
	background-color: #7f9443;
	transition: background-color .35s;
}

li#menu-item-870 a:hover {
    text-decoration: none;
}

.menu-item-870 .sub-menu {
    transform: translate(8px, 1px);
    border-top: 8px solid #fff;
}


/*Selecting the Account Access button link excluding dropdown links*/
li#menu-item-870 a:not(ul.sub-menu a) {
    color: #fff;
    text-transform: uppercase;
	transform: scale(.85);
}

/*Sizing the MyHealth image in the dropdown menu*/
li#menu-item-873 a img{
    height: 40px;
}

/*
* Hover Effect to animate link underlines
*/

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
/*  width: 100%;*/
  transform: scaleX(0);
  height: 28px;
  width: 5px;
  bottom: -2px;
  left: -15px;
  background-color: var(--glt-limegreen);
  transform-origin: bottom right;
  transition: transform .25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*
* Hover Effect to animate link underlines in FOOTER
*/

.hover-underline-animation-footer {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation-footer:after {
  content: '';
  position: absolute;
/*  width: 100%;*/
  transform: scaleX(0);
  height: 18px;
  width: 5px;
  bottom: 3px;
  left: -12px;
  background-color: var(--glt-limegreen);
  transform-origin: bottom right;
  transition: transform .25s ease-out;
}

.hover-underline-animation-footer:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* End Navigation Styles */

/* Begin Header Styles */



.top-bar-partners {
	background-color: var(--glt-grey);
	text-align: right;
	padding-block: 2px;
}

.top-bar-partners a {
    color: var(--glt-mainblue);
    padding-right: 7%;
    padding-left: 10px;
    font-weight: 500;
    font-size: .9rem;
    border-left: 2px solid var(--glt-grey);
    transition: text-decoration .2s, color .25s;
    position: relative;
    font-family: Avenir, sans-serif;
    line-height: 1.75;
    text-decoration: underline;
    text-decoration-color: var(--glt-grey);
	text-underline-offset: 1px;
}

.top-bar-partners a:hover {
    text-decoration: underline;
    text-decoration-color: var(--glt-blue);
    color: var(--glt-darkblue);
}

/* Adding arrow transition to links in top bar */
/*
.top-bar-partners a::after {
    content: '\25ba';
    padding-left: 0.5em;
    color: var(--glt-green);
	
	position: absolute;
    top: -2px;
	left: 126px;
}

.top-bar-partners a:hover::after {
	transform: translateX(25px);
	left: 136px;
	opacity: 0;
	transition: 1s;
}
*/


.top-bar-partners a.affiliate-link {
    padding-right: 10px;
}
/*
.top-bar-partners a.affiliate-link::after {
    display: none;
}
*/
.top-bar-partners .for-prof-link:hover {
    border-left: none;
}
.top-bar-partners .for-prof-link {
    border-left: none;
}
li#menu-item-85 {
    display: none;
}

.site-main {
	margin: 100px auto 125px;
	width: 100%;
}

.site-header {
	transition: .5s;
}

.site-header.active {
	transition: .5s;
	-webkit-box-shadow: 0 4px 10px rgb(51 51 51 / 10%);
	box-shadow: 0 4px 10px rgb(51 51 51 / 10%);
}

.entry-content{
	margin: 0 auto;
}

.home-entry-content {
    margin: 0 auto;

}

.logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.glt_logo {
	max-height: 43px;
	transition: 250ms;
}

.glt_logo:hover {
	transform: scale(1.05);
	transition: 500ms;
}


/* End Header Styles */

/* Begin Top Banner (Home + Pages) Styles */

.home_banner_section {
	display: flex;
	align-items: flex-end;
	margin-bottom: -40px;
	position: relative;
}

.home_carousel {
	height: 100%;
	width: 105%;
}

.top_banner_carousel {
    height: 100%;
}

.top_banner_carousel .top_banner_image {
    height: 400px;
}

.home_headline {
	width: 95ch;
	position: absolute;
    left: 15%;
    bottom: 12%;
}

.home_headline img {
	height: 75px;
	margin-bottom: 40px;
}

.home_headline h2 {
	color: var(--glt-limegreen);
	font-weight: 400;
	font-size: 2.75rem;
	    text-shadow: 1px 1px 6px #2a2c35;
}

.top_banner_title {
	background-color: var(--glt-mainblue);
	border-left: 8px solid var(--glt-limegreen);
	padding: 15px 50px;
}

.top_banner_title h1 {
	color: var(--glt-limegreen);
/*	transform: translateY(6px); This fixes the issue with extra bottom padding of text*/
	font-weight: 100;
}

.top_banner_image {
	height: 400px; 
	width: 100%;
	background-size: cover;
	background-position: center;
	transition: .3s;
}

/* End Top Banner (Home + Pages) Styles */

/* Begin "Floating Block" styling */

.body_content_section {
	padding: 20px 8em;
	position: relative;
}

.body_content h3,
.body_content h2, 
.body_content h4 {
	font-weight: 100;
}

.body_content h4 {
    font-size: 1.8rem;
}

.body_content h2 {
	font-size: 2.2rem;
}

.body_content_section:first-of-type {
	padding-top: 30px;
}

.body_content_section h1:first-of-type,
.body_content_section h2:first-of-type,
.body_content_section h3:first-of-type {
    margin-bottom: 30px;
}

.body_content_section p:nth-last-child(2):not(.glt-modal-content > p) {
    margin-top: 30px;
}

.body_content_section ul li {
	font-size: 1.1rem;
}

.floating_block {
	font-family: Avenir, sans-serif;
	background-color: var(--glt-mainblue);
	max-width: 1080px;
	padding: 40px;
	border-right: 14px solid var(--glt-limegreen);
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.3;
	margin: -5px auto 25px auto;
	z-index: 10;
	perspective: 800px;
	transform: translateY(0px) scale(1);
	transition: transform 1.65s ease-out;
}

.floating_block.active {
	opacity: 1;
	transform: translateY(-12px) scale(1);
}

.floating_block p {
	color: var(--glt-lightgrey);
	line-height: 1.45;
	font-size: 1.4rem;
}

.floating_block_content {
	width: 70%;
	position: relative;
}

.floating_block_number_box {
	color: var(--glt-limegreen);
	border: 1px solid var(--glt-limegreen);
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	
	position: absolute;
    right: 5%;
    top: 55px;
}

.floating_block_number_box p {
	font-family: Avenir, sans-serif;
	font-size: 12px;
	color: var(--glt-limegreen);
	width: 12ch;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 0;
}

.floating_block_number_box h2 {
	color: var(--glt-limegreen);
	line-height: .8;
	margin-bottom: 0;
	font-size: 3rem;
    font-weight: 100;
    font-family: tribute;
	
}

/* End "Floating Block" styling */


/* Begin "Floating Section Headline - Services "*/
.headline_section {
  height: 200px;
  width: 1025px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-inline: 8rem;
  margin-top: 50px;
}


.headline {
  position: absolute;
  bottom: 5px;
  width: 89ch;
  z-index: 1;
  line-height: 1.25;
}

.headline h1 {
	font-weight: 400;
}

.title {
  text-transform: uppercase;
  opacity: .3;
  position: absolute;
}

.headline_section.your_team {
    margin-top: 253px;
	margin-bottom: -100px;
}

.headline_section.your_team .headline h1 {
    margin-bottom: 30px !important;
}
.headline_section.your_team .headline {
    width: 100% !important;
	margin-bottom: 52px !important;
}

#your_team.title {
	width: max-content;
	top: -200px;
	left: -736px;
	opacity: 0;
	transition: 2s cubic-bezier(.37,.39,.32,1.1);
}

#your_team.title.active {
    left: -0px;
	opacity: .3;
}

#News_Section.headline_section {
	height: 140px;
}

#Services.title {
/*  top: 111px;*/
  right: -1100px;
  opacity: 0;
  transition: 2s cubic-bezier(.37,.39,.32,1.1);
}

#Services.title.active {
	right: -180px;
	opacity: .3;
}

#News.title {
  top: -20px;
  left: -736px;
  opacity: 0;
  transition: 2s cubic-bezier(.37,.39,.32,1.1);
}

#News.title.active {
	left: -11px;
	opacity: .3;
}

.title h1 {
  font-family: tribute;
  font-size: 9.5rem;
  color: var(--glt-limegreen);
  font-kerning: none;
  padding-left: 66px;
}
/* -----End "Floating Section Headline" styling */

/* Begin "Carousel" styling */

.slider_section {
  padding-inline: 7rem;
  height: 500px;
}

.slider_section .slick-track {
	padding-block:45px;
}

.carousel_slide {
  width: 320px;
  transition: 250ms;
  transform-origin:center;
  margin-inline: 15px;
  cursor: pointer;
}

.carousel_slide:hover {
  transform: scale(1.05);
  outline: 4px solid #D7DF21;
  box-shadow: 10px 10px 20px #888888;
}

.carousel_slide:hover .carousel_content {
  border: none;
}

.carousel_slide:hover .carousel_content a.bttn {
  	display:block;
	opacity: 1;
    transition: all 1ms, opacity .25s;
}

.carousel_image {
  background-size: cover;
  height: 190px;
}

.carousel_content {
  height: 205px;
  padding: 15px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--glt-grey);
  border-right: 1px solid var(--glt-grey);
  border-bottom: 1px solid var(--glt-grey);
  position: relative
}

.carousel_content h3 {
  width: 15ch;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.carousel_content p {
  font-size: .95rem;
  width: 30ch;
}

.carousel_content a.bttn {
	position: absolute;
	bottom: 14px;
	left: 5px;
	transform: scale(.9);
	font-size: .8rem;
	padding: 10px 35px;
	transition: all 100ms, opacity .15s;
	
	opacity: 0;
/*	display: none;*/
}

.carousel_content a.bttn:hover {
	transform: scale(.95);
}

#slider_bttn.bttn_parent {
  align-self: center;
  opacity: 1;
  background-color: var(--glt-green);
}

#slider_bttn.bttn_parent p {
  font-size: 2.5rem;
}

/* End "Carousel" styling */

/* Slick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.home_banner_section .home_carousel .slide{
    min-height: 400px;
	height: calc(100vh - 200px);
    background-size: cover;
    background-position: center;
}

img.a-left {
	position: absolute;
	top: 188px;
	left: 10px;
	cursor: pointer;
	transition: 250ms;
}


img.a-right {
	position: absolute;
	top: 188px;
	right: 10px;
	cursor: pointer;
	transition: 250ms;
}

img.a-left:hover,
img.a-right:hover {
	transform: scale(1.05);
	opacity: .9;
}

img.a-left.detroit-team {
	position: absolute;
    top: 27px;
    left: 75px;
	cursor: pointer;
	transition: 250ms;
}


img.a-right.detroit-team {
	position: absolute;
	top: 27px;
    right: 75px;
	cursor: pointer;
	transition: 250ms;
}

.arrow-size {
	height: 100px;
	width: 100px;
}
/* End---Slick Slider */


.container.SEO-content-block {
    padding-inline: 8rem;
}

.home-cta-box-container {
	margin-inline: auto;
	width: 85%;
}

.home-cta-box {
    background-color: var(--glt-grey);
	border-left: 14px solid var(--glt-mainblue);
    padding-inline: 50px;
    padding-block: 35px;
	transition: 2.5s;
	transform: translateY(20px)
}

.home-cta-box.active {
	opacity: 1;
	transform: translateY(0px);
}

.home-cta-box .my-box.right {
	align-self: center;
}




/* Begin "News Stories Section" styling */

.feature_news_section {
  max-width: 1080px;
  margin: 0px auto 90px;
  height: 435px;
  position: relative;
}

.feature_news_image{
  position: absolute;
  height: 249px;
  width: 372px;
  background-image: url(/wp-content/uploads/2022/08/21-08-17-Greenleag-Annual-Report_1847-1024x682.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.feature_news_bg {
  position: absolute;
  width: 73%;
  top: 20px;
  right:0;
  background-color: var(--glt-mainblue);
  border-right: 14px solid #DFDF21;
  z-index: 0;
     padding: 40px;
  display: flex;
  flex-direction: column;
}

.feature_news_bg h1 {
  font-family: Avenir, sans-serif;
  font-weight: 100;
    padding: 0 0 20px;
  color: #D7DF23;
}
.feature_news_section a:hover p {
    color: #dfdf22;
}
.story_block{
  display: flex;
}

.column1_news{
  width: 50%;
}
.column2_news{
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 50%;
}

.story.first {
  height: 100%;
}

.story.third {
  flex-grow: 1;
}

.story{
  	border-left: 1px solid #D7DF23;
  	color: white;
  	padding-left: 12px;
	transition: .25s;
	margin-left: 4px;
}

.story:hover, 
.story:focus {
    border-left: 1px solid var(--glt-green);
}

p.story_date, 
p.story_title {
	margin: 0;
}

p.story_title.one  {
	font-size: 1.4rem;
	width: 95%;
}

p.story_title.two, 
p.story_title.three {
    font-size: 1rem;
}

p.story_sub_title {
	padding-top:4px;
}
.feature_news_section a:hover > p, .feature_news_section a:hover {
    color: #dfdf22;
}
.story_date {
  	font-family: Avenir, sans-serif;
  color: #D7DF21;
}

.story_title {
	font-family: Avenir, sans-serif;
	color: #FFF;
}

.story_sub_title {
	font-size: .95rem;
	color: #FFF;
}

.feature_news_bg a.bttn {
	width: fit-content;
    margin: 40px 0 0;
}

/* -----End "News Stories Section" styling */

/* Begin Logos section styling */

.ft-logos-wrapper {
/*
    background-color: var(--glt-grey);
    border-left: 14px solid var(--glt-limegreen);
*/
	padding: 18px 0 0;
	max-width: 1080px;
    margin: 0 auto;
}

.ft-logos-wrapper::after {
    content: "";
    width: 100%;
    max-width: 1080px;
    height: 8px;
/*    background-color: var(--glt-limegreen);*/
    position: absolute;
    bottom: -28px;
}

.ft-logos-wrapper h3 {
    /* font-family: tribute; */
    font-size: 22px;
    color: var(--glt-blue);
    width: 100%;
    text-align: center;
	padding-bottom: 7px;
}

ul.ft_logos_list {
    list-style: none;
    padding: 0px;
    margin: 0;
	border-left: none;
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

li.single-logo {
    width: 32%;
    display: inline-block;
    border: 2px solid var(--glt-grey);
    background-color: var(--glt-grey);
    margin-bottom: -4px;
}

li.single-logo div {
    height: 135px;
    background-size: 69%;
    background-repeat: no-repeat;
    background-position: center;
	transition: opacity .38s, box-shadow .5s;
}


li.single-logo:hover div {
    opacity: .7;
    box-shadow: 0px 4px 18px 1px #000000a3;
}

/*Fixing margin between Accordion and Logos section on About Us page */
.About.Us .accordion_full_width_section {
    margin-bottom: 100px;
}


/* Begin "Feature Image" styling */

.feature_image_section {
	padding-block: 20px;
	padding-inline: 8rem;
}
.feature_image {
  height: 300px;
  width: 550px;
  position: relative;
  transition: 1.75s;
  transform: translateX(-25px);
}

.feature_image.active {
	opacity: 1;
	transition: 1.75;
	transform: translateX(0px);
}

.the_image{
  position: absolute;
  height: 89%;
  width: 93%;
  background-size: cover;
  z-index: 1;
}

.the_bg {
  position: absolute;
  height: 60%;
  width: 82%;
  bottom: 0;
  right:0;
  background-color: var(--glt-blue);
  border-right: 7px solid var(--glt-limegreen);
  z-index: 0;
}
/*End "Feature Image" styling */

/* Begin "Cards Row" styling */

.cards_row_section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding-block: 20px;
}

.card_in_row {
	background-color: #FFF;
	border: 2px solid #E7E7E7;
	transition: 250ms;
	padding-top: 40px;
	padding-inline: 20px;
	width: 220px;
	height: 191px;
	text-transform: uppercase;
	position: relative;
}

.card_in_row a{
	opacity: 0;
	padding-inline: 40px;
	transition: 200ms;
	position: absolute;
	bottom: 12px;
	transform: scale(.9);
}

.card_in_row h5 {
	color: #818285;
	transition: 1.5s;
    line-height: 1.25;
}

.card_in_row:hover {
	border: 2px solid var(--glt-limegreen);
	transform: scale(1.1);
	box-shadow: 10px 10px 8px #888888;

}

.card_in_row:hover a{
	opacity: 1;
}

.card_in_row a.bttn:hover {
	transform: scale(.95);
}

.card_in_row:hover h5{
	color: var(--glt-darkblue);
	transition: .7s;
}


.card_in_row:hover a.bttn {
	position: absolute;
	bottom: 12px;
}

/* Begin "Cards with Stats" styling */

.cards_row_stats_section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding-block: 20px;
}

.card_with_stats {
	background-color: #FFF;
	border: 2px solid #E7E7E7;
	transition: 250ms;
	padding-left: 20px;
	padding-top: 40px;
	width: 225px;
	height: 191px;
	text-transform: uppercase;
	position: relative;
}

.card_with_stats.about_us {
	padding-top: 40px;
}

.card_with_stats h1{
	font-family: tribute;
	margin: 0;
    margin-bottom: 5px;
	font-size: 4em;
	line-height: 0.7;
	color: var(--glt-textgrey);
	transition: 1s;
}

.card_with_stats p{
	font-family: Avenir, sans-serif;
	width: 150px;
	line-height: 1.1;
	font-size: 16px;
}

.card_with_stats a{
	display: none;
	transition: 200ms;
}

.card_with_stats:hover {
	border: 2px solid var(--glt-limegreen);
	transform: scale(1.1);
	box-shadow: 10px 10px 8px #888888;
	cursor: pointer;
}

.card_with_stats.about_us:nth-of-type(1):hover,
.card_with_stats.about_us:nth-of-type(3):hover,
.card_with_stats.about_us:nth-of-type(4):hover {
  	padding-top: 30px;
}

.card_with_stats:hover h1 {
	transition: .7s;
  	color: var(--glt-darkblue);
}

.card_with_stats:nth-of-type(3):hover h1 {
  	margin-bottom: 0;
	transition: 100ms;
}

.card_with_stats:hover a{
	display:block;
}

.card_with_stats:hover a.bttn {
	position: absolute;
	bottom: 12px;
}

/*Serving our Community*/
/*
.section_image_text h1:first-of-type, 
.section_image_text h2:first-of-type, 
.section_image_text h3:first-of-type {
    color: var(--glt-textgrey);
	font-weight: 400;
	font-size: 1.75rem;
}
*/

.accordion_2col .accordion_header {
    height: 95px;
}

.image-text-indent {
    border-left: 2px solid var(--glt-limegreen);
    padding-left: 25px;
    font-family: Tribute;
    font-size: 1.15rem;
    color: var(--glt-textgrey);
}


/*"Accordion Full Width" styling */
.accordion_full_width_section {
    padding-inline: 8em;
	margin-bottom: 150px;
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion_full_width {
	border: 2px solid #E7E7E7;
	transition: 250ms;
	background-color: #FFF;
/*	margin-bottom: 15px;*/
}

.accordion_full_width:hover{
	border: 2px solid var(--glt-limegreen);
	box-shadow: 2px 2px 10px #888888;
}

.accordion_full_width:hover .bttn_parent{
	opacity: 1;
}

#Full .accordion_header {
	display: flex;
	justify-content: space-between;
	padding-block: 23px;
    padding-inline: 30px;
}

#Full .accordion_header:hover {
	cursor: pointer;
}

#Full .accordion_header h3 {
	width: 275px;
	text-transform: uppercase;
    font-size: 1.3rem;
	margin: 0;
	color: var(--glt-textgrey);
	font-weight: 500;
}

#Full:hover .accordion_header h3 {
	color: var(--glt-darkblue);
}

#Full .accordion_header p {
	margin: 0;
}

#Full .bttn_parent {
/*	align-self: center;*/
	margin: 0;
}
#Full .active .bttn_parent {
    transform: rotate(45deg);
}
#Full .accordion_header p:not(.bttn_round) {
	width: 475px;
	font-size: 18px;
}

#Full .accordion_content {
  padding: 0 30px 0px 30px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 1.05rem;
  color: var(--glt-textgrey);
}

#Full .accordion_content.active{
	display:block;
}

#Full .accordion_full_width {
	border: 2px solid var(--glt-limegreen);
}

/* End "Accordion Full Width" styling */

/* Begin "Accordion 2 Column" styling */

.accordion_2col_section {
	display: flex;
	gap:20px;
	justify-content: center;
	padding-inline: 5rem;
}

.column_1 {
	width: 45%
}

.column_2 {
	width: 45%
}

.accordion_2col {
	border: 2px solid #E7E7E7;
	transition: 250ms;
	background-color: #FFF;
	margin-bottom: 15px;
}

.accordion_2col:hover{
	border: 2px solid var(--glt-limegreen);
	box-shadow: 2px 2px 10px #888888;
}

.accordion_2col:hover .bttn_parent{
	opacity: 1;
}

.accordion_2col .accordion_header {
	display: flex;
	justify-content: space-between;
	padding: 23px 30px;
}

.accordion_2col .accordion_header:hover {
	cursor: pointer;
}

.accordion_2col .accordion_header h3 {
	width: 275px;
	text-transform: uppercase;
    font-size: 1.2rem;
	margin: 0;
	color: var(--glt-textgrey);
	align-self: center;
}

.accordion_2col:hover .accordion_header h3 {
	color: var(--glt-darkblue);
}

.accordion_2col .accordion_header p {
	margin: 0;
}

.accordion_2col .bttn_parent {
/*	align-self: center;*/
	margin: 0;
}

.accordion_2col .accordion_header p:not(.bttn_round) {
	width: 475px;
}

.accordion_2col .accordion_content {
  padding: 0 30px 0px 30px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 1.05rem;
  color: var(--glt-textgrey);
}

.accordion_2col .accordion_content.active{
	display:block;
}

.accordion_2col .accordion_full_width {
	border: 2px solid var(--glt-limegreen);
}

.accordion_2col_section .accordion_2col .accordion_content {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.accordion_2col_section .accordion_loc .accordion_content {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.accordion_2col_section .accordion_2col .accordion_content ul {
	font-family: TrubuteRoman;
	font-kerning: none;
	color: #818285;
	align-self: flex-start;
}

.accordion_2col_section .column_1 .accordion_2col .accordion_content p a.bttn:nth-of-type(1), 
.accordion_2col_section .column_2 .accordion_2col .accordion_content p a.bttn:nth-of-type(1){
	font-size: .8rem;
}

#2col {
	margin-bottom: 20px;
}

#2col .accordion_header {
	    display: flex;
    justify-content: space-between;
    padding-block: 23px;
    padding-inline: 30px;
}

.accordion_2col_section .accordion_full_width h3 {
	color: #818285;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 100;
	flex-grow: 1;
}

.accordion_2col_section .accordion_full_width:hover h3 {
	color: var(--glt-darkblue);
	font-weight: 500;
	
}
/* End "Accordion 2 Column" styling */



.section_image_text {
	padding-block: 80px 60px;
	display: grid;
    place-items: self-start;
	padding-inline: 8rem;
}

.section_image_text h1:first-of-type, 
.section_image_text h2:first-of-type,
.section_image_text h3:first-of-type {
	margin-bottom: 28px;
	font-weight: 300;
}

.my-row {
	display: flex;
	gap: 20px
}

/* 'About Us' page*/
article#post-13 .my-box img {
    height: 190px;
}

.my-box p:last-of-type {
    margin-top: 30px;
}

.bttn.stats {
	transform: scale(.85);
}

.bttn.stats:hover {
	transform: scale(.9);
}

.about-us-survey-modal {
	display: none;
}

article#post-10035 .my-row,
article#post-13 .my-row {
    padding: 50px;
    background-color: var(--glt-grey);
	border-left: 14px solid var(--glt-mainblue);
}
article#post-10035 .section_image_text,
article#post-13 .section_image_text {
    padding-block: 60px;
}

article#post-10035 .top_banner_image {
    background-position-y: -2px;
}


/*
* Independent Research *
*/

article#post-47 .body_content:has(.padding10) > p:has(a) {
    margin-top: 60px;
}


/*
* Indstitutional Services *
*/
article#post-63 .body_content_section:has(.padding10) p:nth-last-child(2) {
    margin-top: 60px;
}


/*
* Commiunity Initiatives *
*/

article#post-52 .section_image_text {
	padding-block: 50px;
}

article#post-52 .section_image_text:last-of-type {
	padding-block: 60px 90px;
}

/*
* DEI *
*/

article#post-50 .body_content_section p:nth-last-child(2) {
    margin-top: 0px;
}

article#post-50 .body_content_section p:has(.bttn) {
    margin-top: -20px;
}

article#post-50 .body_content_section:has(.padding10) {
    margin-top: -25px;
}

/*
* Retirement Plan Division *
*/

article#post-59 .body_content a:not(.bttn) {
    color: var(--glt-mainblue);
}


article#post-59 .padding10 li {
	padding-block: 10px;
}

article#post-59 .padding10 li:first-of-type {
	padding-top: 0;
}

article#post-59 .padding10 li:last-of-type {
	padding-bottom: 0;
}

article#post-59 .body_content_section:has(.padding10) {
	padding-bottom: 0;
	margin-bottom: -10px;
}


/*
* Services *
*/

article#post-15 .body_content_section:has(.issuuembed) h3 {
    margin-bottom: 15px;
}




.gf_browser_chrome gform_wrapper gravity-theme {
	display: block !important;
}



/*
* Team
*/ 

article#post-19 .body_content_section:first-of-type {
	padding-inline: 12rem;
}


.body_content_section:has(.team-members-list),
.body_content_section:has(.detroit-team-members-list) {
    padding: 20px 8em;
}



.team-members-list {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	padding-inline: 8rem;
}

.glt-team-members-list {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

.detroit-team-members-list {
/*
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
*/
}

.team-member {
    width: 180px;
	padding-block: 12px;
	text-align: center;
	transition: 1.25s;
}

.team-member:hover > a {
    color: var(--glt-darkblue);
}

.team-member-img {
    height: 250px;
    width: 170px;
    border: 2px solid var(--glt-limegreen);
    border-radius: 20px;
	background-color: #fff;
    background-size: 100%;
    background-position: top;
	background-repeat: no-repeat;
    margin-inline: auto;
	margin-bottom: 12px;
	transition: all .3s, opacity 400ms !important;
}
.team-member-img.featured-img {
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
}
.team-member a {
    font-family: 'tribute';
    font-size: 1rem;
    color: var(--glt-textgrey);
    text-transform: uppercase;
}

.team-member-img:not(.glt-modal .team-member-img-modal):hover {
   box-shadow: 2px 5px 10px #888888;
   transition: .2s;
   transform: translateY(-3px);
   cursor: pointer;
}

/* Team Modals */

/* The Modal (background) */
.glt-modal {
  display: none; /* Hidden by default */
  opacity: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 30vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: scroll; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}

/* Modal Content */
.glt-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 20px #626262;
}

/* The Close Button */
.glt-close {
  color: #D7D7D7;
  float: right;
  font-size: 28px;
  font-weight: bold;
  transition: .25s;
	
	position: absolute;
    top: 1%;
    right: 2%;	
}

.glt-close:hover,
.glt-close:focus {
  color: var(--glt-darkblue);
  text-decoration: none;
  cursor: pointer;
}

.glt-modal .team-member-img-modal {
    height: 160px;
    width: 125px;
    border: 1px solid var(--glt-limegreen);
    border-radius: 20px;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    margin: 47px;
    transition: .2s;
	transform: scale(1.6);
}

.glt-modal ul li {
    list-style: none;
}



/*
* Issuu Modal
*/

/* The Modal (background) */
.issuuembed-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.issuuembed-modal p {
    margin-bottom: 0;
}

/* Modal Content */
.issuu-content {
/*  background-color: #fefefe;*/
  margin: auto;
/*  border: 1px solid #888;*/
  width: 60%;
  position: relative;
}

/* The Close Button */
.close-issuu {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: .05%;
  right: 2.5%;
}

.close-issuu:hover,
.close-issuu:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/*
* Home Video Modal
*/

/* The Modal (background) */
.home-vid-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 24vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.home-vid-modal p {
    margin-bottom: 0;
}

/* Modal Content */
.home-vid-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 40%;
  position: relative;
}

.home-vid-content iframe {
    height: 450px;
    width: 800px;
}

/* The Close Button */
.close-home-vid,
.close-survey-modal {
    position: absolute;
    top: -24px;
    right: -26px;
    font-size: 29px;
    line-height: 40px;
    color: #c6c6c6;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 50px;
    border: 2px solid #a2a2a2;
    height: 40px;
    width: 40px;
    text-align: center;
    transform: scale(0.8);
    transition: .5s;
}

.close-home-vid:hover,
.close-home-vid:focus,
.close-survey-modal:hover,
.close-survey-modal:focus {
    cursor: pointer;
    text-decoration: none;
    color: var(--glt-limegreen);
	background-color: var(--glt-blue);
    border: 2px solid var(--glt-blue);
}

/*
* Survey Modal
*/
.about-us-survey-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 18vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.survey-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 60%;
  height: 0%;
  position: relative;
}



.team-member-info p {
    text-align: left;
    margin: 0;
    margin-left: 3rem;
}

.team-member-info p:last-of-type {
	margin-top: 0 !important;
	margin-bottom: 16px;
}

.team-member-info ul {
	padding-right: 10%;
}

.team-member-info ul p {
    margin-left: -12px;
}

.title-modal {
	text-transform: uppercase;
}


/* Your Detroit Team*/

article#post-828 .card_with_stats {
    padding-left: 0;
    padding-top: 35px;
}

article#post-828 .card_with_stats h1 {
    text-align: center;
    font-size: 4.5rem;
	transition: .2s;
}

article#post-828 .card_with_stats p {
    text-align: center;
    margin: 0 auto;
	transition: .2s;
	font-size: .95rem;
}

article#post-828 .card_with_stats a.bttn {
    left: 25px;
	transition: .2s;
	transform: scale(.85);
}

article#post-828 .card_with_stats a.bttn:hover {
	transform: scale(.9);
}

article#post-828 .card_with_stats:nth-of-type(2):hover h1,
article#post-828 .card_with_stats:nth-of-type(3):hover h1
{
    margin-top: -10px;
	transition: .25s;
	font-size: 4rem;
}

.team-members-list.detroit .team-member-img {
    height: 150px;
    width: 150px;
}


/* Florida Expansion Page - Your Trusted Partner & Misc */

.florida-contact-info > * {
    color: var(--glt-textgrey) !important;
    margin: 0 !important;
    font-size: 22px;
}

article#post-18263 .card_with_stats h1 {
    text-align: center;
    font-size: 4.5rem;
    transition: .2s;
}
article#post-18263 .card_with_stats p {
    text-align: center;
    margin: 0 auto;
    transition: .2s;
    font-size: .95rem;
}

article#post-18263 .card_with_stats {
    padding-left: 0;
    padding-top: 35px;
}

article#post-18263 .card_with_stats a.bttn {
    left: 25px;
    transition: .2s;
    transform: scale(.85);
}

article#post-18263 .card_with_stats:nth-of-type(3):hover h1 {
    margin-top: -10px;
    transition: .25s;
    font-size: 4rem;
}

.office-contact-box.__florida {
    width: 100%;
}

/* Florida - Contact/Locations Page */
div#Locations.__florida {
    width: 42%;
}

/* Florida - Home Landing Page */
#florida.title {
	width: max-content;
	top: -231px;
	left: -736px;
	opacity: 0;
	transition: 2s cubic-bezier(.37,.39,.32,1.1);
}

#florida.title.active {
    left: -0px;
	opacity: .3;
}



.services_contact_info.__florida {
    border: 2px solid #E7E7E7;
    padding: 20px 30px;
}
.services_contact_info.__florida p {
    margin-bottom: 0;
	color: var(--glt-mainblue);
    font-weight: 600;
}
#new_office {
    background-color: var(--glt-mainblue);
    width: fit-content;
    border-radius: 50px;
    padding: 7px 30px;
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.25;
    color: var(--glt-limegreen);
    text-transform: uppercase;
    font-family: 'Avenir';
}
h4#city {
    margin-bottom: 14px;
    color: var(--glt-textgrey);
    font-size: 18px;
	font-weight: 400;
    text-transform: uppercase;
}
div#florida.map {
    height: 399px;
	position: relative;
}
section.accordion_locations_section.locations_with_map_section {
    padding-block: 100px 50px;
}
/*The Pins*/
#florida .pins {
    position: revert !important;
}
#florida .pins img#pin-red {
    position: relative;
}
#florida .pins img#pin-green {
    left: 0px;
}
a#naples-office-pin:hover #pin-green {
    opacity: 1;
}
a#naples-office-pin {
    position: absolute;
    bottom: 135px;
    left: 274px;
}
.locations_with_map_section:hover #pin-green {
    opacity: 1;
}
section.accordion_locations_section.locations_with_map_section p#Offices_Title {
    width: 25ch;
}
.__florida.location-item {
    background-color: #fff;
}



@media screen and (max-width:1080px){
	#Services_Title {
		text-align: center;
	}
	div#Locations.__florida{
		width: 100%;
		padding: 10px 0;
	}
	div#Locations.__florida > * {
    	text-align: center;
    	margin: 0 auto;
	}
	div#florida.map {
		height: 440px;
	}
	a#naples-office-pin {
		bottom: 152px;
		left: 303px;
	}
	.accordion_locations_section #Offices_Title {
		top: 50px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
}
	
}




.service-rectangles div {
  border: 2px solid var(--glt-grey);
  background-color: #fff;
  color: var(--glt-textgrey);
  height: 110px;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  transition: .15s;
}

.service-rectangles div:hover {
    border: 2px solid var(--glt-limegreen);
    transform: scale(1.03);
	transition: .25s;
	color: var(--glt-darkblue);
	box-shadow: 10px 10px 20px #888888;
}

.service-rectangles img {
	margin-bottom: -20px;
    height: 50px;
	transition: 2.5s;
}

.item.a {
  grid-area: WM;
}
.item.b {
  grid-area: TA;
}
.item.c {
  grid-area: RPD;
}
.item.d {
  grid-area: TFO;
}
.item.e {
  grid-area: IS;
}

.srvc.item {
	cursor: pointer;
}

.service-rectangles {
  margin-top: 40px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: 
    "WM WM TA TA RPD RPD"
    ". TFO TFO IS IS .";
}

.service-rectangles a {
    display: contents;
	color: var(--glt-textgrey);
	transition: .4s;
}

.service-rectangles a:hover {
	color: var(--glt-darkblue);
}

.service-rectangles a:hover > img {
	transform: scale(1.2);
	transition: .5s;
}

.office-contact-box {
  display: flex;
  gap: 25px;
  width: 90%;
  padding-bottom: 30px;
}

.contact-box-info {
  width: 35%;
  padding: 25px;
  border: 2px solid var(--glt-grey);
  position: relative;
}

.contact-box-info h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  color: var(--glt-textgrey);
  margin-bottom: 1.5rem;
}

.body_content_section .contact-box-info p:nth-last-child(2) {
  margin-top: 0;
}

.body_content_section .contact-box-info p {
    margin-bottom: 0;
}

.body_content_section .contact-box-info p:first-of-type {
    margin-bottom: 1.5rem;
	color: var(--glt-darkblue);
}

.body_content_section .contact-box-info span {
    font-family: Tribute;
	color: var(--glt-darkblue);
}

.icon-plus {
    height: 66px;
    bottom: 6px;
    right: 6px;
	position: absolute;
}

.contact-box-image {
  width: 65%;
  background-size: cover;
  background-position: center;	
}

#gfield_description_1_10 a.bttn {
    margin-top: 10px;
}

p.gform_required_legend {
    margin: 0;
}

h2.gform_title {
    line-height: .5;
}

div#gfield_description_1_10 {
    margin-top: -16px;
}

/*'News' Page Styling*/

.main-wrapper {
    max-width: 1500px;
    margin-inline: auto;
}

.top_banner_filters_bar {
	background-color: var(--glt-green);
	display: flex;
    align-items: baseline;
	justify-content: center;
	height: 75px;
}

form #date, 
form #category,
form #author,
form #search {
/*	width: 250px;*/
}

form#news-filters {
	display: flex;
	justify-content: space-between;
	padding: 6px 25px;
}

input[type="month"] {
	height: 100%;
	width: 300px;
	color: var(--glt-darkblue);
	font-weight: 400;
}

input#post-date {
	width: 300px;
	background-color: var(--glt-limegreen);
    border: 1px solid var(--glt-limegreen);
    border-radius: 50px;
    font-family: Avenir, sans-serif;
    text-transform: uppercase;
    font-size: .9rem;
    padding: 6px 64px;
	transition: .2s;
}

#news-filters select {
	width: 300px;
    background-color: var(--glt-limegreen);
    padding: 8px 40px;
    border-radius: 50px;
    border: 1px solid var(--glt-limegreen);
	transition: .2s;
	
	
	/*This makes the background look like a down arrow*/
	background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
	appearance: none;
}

input#search-bar {
	height: 100%;
    width: 300px;
    background-color: var(--glt-limegreen);
    border-radius: 50px;
    border: 1px solid var(--glt-limegreen);
    padding: 6px 20px;
    color: var(--glt-darkblue);
	transition: .2s;
}

input#search-bar::placeholder {
    color: var(--glt-darkblue);
}


input#post-date:hover,
#news-filters select:hover,
input#search-bar:hover {
	border: 1px solid #fff;
	transition: .25s;
}

input:focus, textarea:focus, select:focus{
        outline: none;
    }

.mag-icon:before {
    display: inline-block;
    content: '';
	position: absolute;
    top: 13px;
    right: 0px;
    width: 30px;
    height: 100%;
	color: #fff;
}

#search {
	position: relative;
}

.featured-posts-section {
	height: 500px;
	margin-block: 50px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.f-post {
	height: 451px;
	background-color: #fff;
    width: 440px;
	outline: 2px solid var(--glt-grey);
	transition: height .2s ease-out, outline .23s, margin-top .3s;
	
}

.f-post:hover {
	height: 500px;
	transform-origin: top;
	outline: 5px solid var(--glt-limegreen);
	box-shadow: 10px 10px 20px #888888;
	
}

.f-post:hover #posts.bttn {
	display: inline-block;
	opacity: 1;
	margin-top: -25px;
	transition: opacity .35, margin-top .35s;
}

.f-post:hover .post-subtitle {
/*margin-block: 8px 65px;*/
}

.post-image {
	height: 250px;
	background-size: cover;
	cursor: pointer;
}

.post-content {
    padding-top: 25px;
	padding-left: 25px;
/*	padding-bottom: 25px;*/
	background-color: #fff;
}

.post-date {
    font-family: Avenir, sans-serif;
	font-size:17px;
    text-transform: uppercase;
    color: var(--glt-limegreen);
	margin: 0;
}

.post-title {
    margin: 0;
	width: 86%;
    font-size: 1.68rem;
    font-weight: 300;
    color: #8b8b8b;
	
}

.post-subtitle {
    font-family: Tribute;
    font-size: 1.25rem;
    font-weight: 100;
    color: #8f8f8f;
	margin-inline: 0;
	margin-block: 8px 40px;
}

.post_author {
	font-size: 18px;
	color: #898989;
}

#posts.bttn {
/*	display: none;*/
	
	opacity: 0;
    position: absolute;
	transition: opacity .18s, margin-top .4s, transform .25s;;
	margin-top: -19px;
}








/* Filtered Posts List */

.posts-display-section {
    padding: 30px 8em;
}

.the-post {
	display: flex;
    padding: 20px 128px;
    margin: 40px 0;
}

.the-post.featured {
    outline: 3px solid var(--glt-grey);
    background-color: #fff;
    box-shadow: -10px 19px 28px #888888;
    padding: 20px 128px 20px 50px;
  	transition: .25s;
}

.the-post.featured:hover {
  	outline: 5px solid var(--glt-limegreen);
}

/*
.the-post.featured .post-date {
	color: var(--glt-green);
}
*/



.post-icon {
	height: 150px;
    width: 15%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5%;
}
.post-preview {
    width: 85%;
}
.news_types-press-release .post-icon {
	background-image: url(/wp-content/uploads/2022/10/Press_icon-green.png);
}

.news_types-perspectives .post-icon {
	background-image: url(/wp-content/uploads/2022/10/Perspectives_greenT1-01.png);
}

.news_types-viewpoints .post-icon {
	background-image: url(/wp-content/uploads/2022/10/Viewpoint-greenT.png);
}

.news_types-seminar .post-icon {
	background-image: url(/wp-content/uploads/2022/10/Seminar-greenT.png);
}

.news_types-media .post-icon {
	background-image: url(/wp-content/uploads/2022/10/Media_greenT.png);
}

.news_types-annual-report .post-icon {
	background-image: url(/wp-content/uploads/2022/10/Annual-Reports_greenT.png);
}

.news_types-employee-stories .post-icon {
	background-image: url(/wp-content/uploads/2022/11/MicrosoftTeams-image-18.png);
}

.news_types-true-stories .post-icon {
	background-image: url(/wp-content/uploads/2022/10/TrueStories_greenT.png);
}

.news_types-wm-snapshot .post-icon {
	background-image: url(/wp-content/uploads/2022/10/Market-Snapshot_greenT.png);
}

.type-missives .post-icon {
	background-image: url(/wp-content/uploads/2022/12/MicrosoftTeams-image-21.png);
	height: 150px;
}

.market-snapshot {
	padding: 30px 0;
}

h2.marketsnapshot-title {
    margin-top: 30px;
	color: var(--glt-limegreen);
}

.post-sub-heading {
    margin-top: 25px;
    margin-left: 25px;
    padding: 0px 0 16px 25px;
    border-left: 2px solid var(--glt-limegreen);
}

.post-sub-title {
	max-width: 1200px;
    margin-bottom: 35px;
    overflow: hidden;
    line-height: 2rem;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}


/*
* This fixes the Gravity form from being hidden...
*/

div#gform_wrapper_1,
div#gform_wrapper_2, 
div#gform_wrapper_3, 
div#gform_wrapper_4, 
div#gform_wrapper_5, 
div#gform_wrapper_6 {
    display: block !important;
}

/*
* This removes the styling from the original Submit button
*/
input#gform_submit_button_1,
input#gform_submit_button_2, 
input#gform_submit_button_3, 
input#gform_submit_button_4, 
input#gform_submit_button_5, 
input#gform_submit_button_6, 
input#gform_submit_button_11,
.gform_footer input[type="submit"]{
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    background-color: var(--glt-green);
    padding: 7px 30px;
    border-radius: 50px;
    color: #fff;
    font-family: Avenir, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
	transition: .25s;
}

input#gform_submit_button_1:hover, 
input#gform_submit_button_2:hover, 
input#gform_submit_button_3:hover, 
input#gform_submit_button_4:hover, 
input#gform_submit_button_5:hover, 
input#gform_submit_button_6:hover,
input#gform_submit_button_11:hover {
	background-color: var(--glt-limegreen);
	color: var(--glt-darkblue);
	transform: scale(1.05);
}


.gform_wrapper.gravity-theme *{
	font-family: Avenir, sans-serif;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	border-radius: 5px;
}



.to-jobs {
    display: block;
    width: 250px;
    margin-inline: auto;
}

/* 'Careers' Page */
.featured_job {
    border-left: 2px solid var(--glt-limegreen);
    padding-left: 35px;
	margin-bottom: 18px;
	transition: .25s;
	cursor: pointer;
}

.featured_job:hover {
    border-left: 12px solid var(--glt-limegreen);
	background-color: var(--glt-grey);
}

.featured_job a {
    font-size: 17px;
    color: var(--glt-green);
	transition: .2s;
}

.featured_job a:visited {
    color: var(--glt-green);
}

.featured_job a:hover {
    color: var(--glt-darkblue);
}



.jobslist_section.body_content_section h3:first-of-type {
    margin-bottom: 10px;
}

/* 'Our Locations' Page Styling */

.body_content_section.locations {
    padding-inline: 4rem;
}

.our_locations {
	margin: 0 auto;
	max-width: 1500px;
}

.our_locations .top_banner_section {
    margin-top: 90px;
}

.accordion_locations_section{
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	padding-block: 100px 0px;
	padding-inline: 4rem;
	position: relative;
}

.accordion_locations_section #Offices_Title {
	position: absolute;
    top: 55px;
    left: 95px;
    text-transform: uppercase;
    font-family: Avenir, sans-serif;
    color: var(--glt-mainblue);
	font-weight: 400;
	font-size: 1.5rem;
}

.accordion_loc {
	border: 2px solid #E7E7E7;
	transition: 250ms;
	background-color: #FFF;
	margin-bottom: 15px;
	    width: 100%;
}

.accordion_loc:hover{
	border: 2px solid var(--glt-limegreen);
	box-shadow: 2px 2px 10px #888888;
}

.accordion_loc:hover .bttn_parent{
	opacity: 1;
}


.accordion_loc .accordion_header:hover {
	cursor: pointer;
}

.accordion_loc .accordion_header h3 {
	width: 275px;
	text-transform: uppercase;
    font-size: 1.3rem;
	margin: 0;
	color: var(--glt-textgrey);
	align-self: center;
}

.accordion_loc:hover .accordion_header h3 {
	color: var(--glt-darkblue);
}

.accordion_loc .bttn_parent {
/*	align-self: center;*/
	margin: 0;
}

.accordion_loc .accordion_header p:not(.bttn_round) {
/*	width: 475px;*/
}

.accordion_loc .accordion_content {
  padding: 0 30px 0px 30px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 1.05rem;
  color: var(--glt-textgrey);
}

.accordion_loc .accordion_content.active{
	display:block;
}

#Locations.accordion_content p:first-of-type {
    cursor: pointer;
}

.accordion_loc .accordion_full_width {
	border: 2px solid var(--glt-limegreen);
}

#Locations.accordion_header {
	display: flex;
    justify-content: space-between;
	align-items: center;
    height: 45px;
	padding-top: 0;
	padding-inline: 30px 20px;
	
}

#Locations.accordion_full_width .accordion_content {
	height: 60px;
}

#Locations.accordion_header p {
	font-family: Avenir, sans-serif;
    margin: 0;
    text-transform: uppercase;
	line-height: 1.2;
	font-size: 18px;
}

#Locations.accordion_header > p:first-of-type {
    width: 27ch;
}

#Locations.accordion_content p {
	margin: 0;
	font-size: .9rem;
}

#Locations.accordion_content span {
	font-family: tribute;
    font-weight: 600;
    color: var(--glt-darkblue);
}


#Locations.bttn_parent{
	height: 32px;
	width: 32px;
}

#Locations.bttn_parent p{
	top: 50%;
	font-size: 1.85em;
}

#Locations.accordion_content p, 
#Locations.accordion_content span:nth-of-type(2) {
	color: var(--glt-mainblue);
	font-weight: 600;
	font-size: 1.08rem;
}

.map {
	height: 432px;
	width: 100%;
	background-size: cover;
}

#Locations.column_1 {
	width: 42%
}

#Locations.column_2 {
	width: 52%
}

.pins {
	position: relative;
}

.pins img {
	height: 50px;
	position: absolute;
}

#pin-green {
	opacity: 0;
	transition: opacity 250ms;
	z-index:1;
}

#pin-green-hover {
	opacity: 1;
}

#Kzoo {
	top: 318px;
	left: 294px;
}

#Grapids {
	top: 270px;
	left: 267px;
}

#Traverse {
	top: 128px;
	left: 278px;
}

#BayHarbor {
	top: 64px;
	left: 312px;
}

#Birmingham {
	top: 309px;
	left: 400px;
}

#GreatLakes {
	top: 212px;
	left: 356px;
}

#Building {
	height: 200px;
	width: 200px;
	z-index: 3;
	background-size: cover;
	position: relative;
} 

#Building .image_loc {
	height: 200px;
	width: 200px;
	position: absolute;
	top: 25px;
	left: 25px;
	border: 2px solid white;
	z-index: 5;
	opacity: 0;
	transition: .2s;
}


#Services_Title {
    position: absolute;
	top: 4px;
    left: 95px;
    text-transform: uppercase;
    font-family: Avenir, sans-serif;
    color: var(--glt-mainblue);
    font-weight: 400;
	font-size: 1.5rem;
}

.services_section {
	border: 2px solid #E7E7E7; 
	background-color: #FFF;
	display: flex;
	padding: 10px 0px 10px 30px;
    margin-right: 300px;
	margin-bottom: 15px;
	align-items: center;
}

.services_section p {
	margin: 0;
}

.services_contact_title p {
	font-family: Avenir, sans-serif;
	width: 34ch;
    text-transform: uppercase;
	font-size: 18px;
}

.services_contact_info p {
/*	width: 65ch;*/
	font-size: 18px;
}

.services_contact_info span {
	color:var(--glt-darkblue);
	font-weight: 600;
}



/*
* Missives Archive
*/
.top_banner_filters_bar.missives-page {
    padding: 16px 0px 16px 55px;
	justify-content: revert;
}


/*
* Gravity Forms Text Area box sizing
*/
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 150px !important;
}
    



/* Begin "Footer" Styling */

.pre_footer_section {
    background-color: var(--glt-grey);
    height: 125px;
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 35px;
	margin-top: 50px;
}
.pre_footer_section .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.pre_footer_section h3 {
	font-weight: 100;
	margin: 0;
}

.site-info {
	background-color: var(--glt-mainblue);
	padding: 100px 0;
}
.footer_nav {
	margin: auto 0;
}
.footer_nav ul {
    padding: 0;
    margin: 0 0 30px 0;
    border: none;
    list-style: none;
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}
.footer_nav ul li{
    color: #fff !important;
    font-family: Avenir, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2;
	font-weight: 100;
}

.footer_nav ul li:hover {
/*	transform: translateX(2px);*/
	transition: .25s;
}
.footer_nav ul ul.sub-menu {
    display: block;
}
.footer_nav ul li {
	font-weight: 800;
}
.footer_nav ul ul li {
	font-weight: 300;
}
.footer_nav ul li a:visited {
	color: #fff;
}

.footer_nav ul ul li a {
	color: #fff;
	transition: .15s;
/*
	padding-inline: 0px;
	border-left: 0px solid var(--glt-mainblue);
*/
}

.footer_nav ul ul li a:hover {
	color: #fff;
	transition: .25s;
	text-decoration: none;
/*	border-left: 2px solid var(--glt-limegreen);*/
}

.bucket {
	display:flex;
	justify-content: space-between;
}


ul#legal-menu {
    display: flex;
	gap: 20px;
    border: none;
	padding: 0;
    margin: 0;
	list-style: none;
}
ul#legal-menu li:first-child:before, ul#legal-menu li:last-child:after {
    display: none;
}
.copywrite_info p{
	font-family: Avenir, sans-serif;
	font-size: 12px;
	color: white;
	margin-bottom: 5px;
}
.copywrite_info img {
	height: 24px;
    padding-right: 5px;
	transition: 150ms;
	transform: translateY(-6px);
}

.copywrite_info img:hover {
	transform: translateY(-10px);
	transition: 250ms;
}

.copywrite_info a {
    color: var(--glt-limegreen);
    font-family: Avenir, sans-serif;
    font-size: 12px;
}

.copywrite_info a:hover {
	color: var(--glt-limegreen);
	text-decoration-line: underline;
	transition: .2s
}

.copywrite_info {
    display: flex;
}

.copywrite_text li::after  {
    content: "|";
    padding-left: 12px;
    color: #fff;
}

.copywrite_text li:first-of-type::before {
    content: "|";
    color: #fff;
    padding-right: 12px;
}

/*Social Icons*/
.nav {
	border: none;
	justify-content: flex-end;
	display: flex;
    list-style: none;
}

.social_icons {
	flex-grow: 1;
	align-self: end;
}

.nav-item i {
    color: #fff;
	font-size: 25px;
}
.nav-link {
	padding: 0.5rem 0.5rem !important;
}

.nav-item {
    transition: .15s;
}

.nav-item:hover {
    transform: translateY(-10px);
	transition: .25s
}




/*
* Single Posts for Archives pages
*/
.post-article {
    display: flex;
}

.post-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
}

.news-author {
    padding: 0 50px;
}

.news-author a {
	display: block;
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.author_info a {
    display: block;
    width: 28ch;
    margin-inline: auto;
    text-align: center;
	color: #1d4355;
	transition: .3s;
}

/*
.author_info a:hover {
	text-decoration-line: underline
}
*/

.author_info a:visited {
	color: #1d4355;
}


.news-post-content {
    border-left: 2px solid var(--glt-limegreen);
    padding-left: 25px;
	width: 100%;
	    margin-left: 25px;
}
.single-news article.post-container,
.single-team article.post-container
{
    padding: 80px 0;
}


.back-to-news {
    padding: 50px 0 0px 0;
}

.missive .post-container, .team .post-container {
	padding: 50px 0;
}

.team .back-to-team, .missive .back-to-team {
	padding: 0 0 50px 0;
}


/*
*change color of button text for category filters
*/

.wpc-filters-widget-main-wrapper a.wpc-filters-reset-button, .wpc-filters-widget-main-wrapper a.wpc-filters-submit-button {
	color: var(--glt-darkblue);
}


.widget-area .widget a.wpc-open-close-filters-button, .wpc-filters-open-widget, .wpc-open-close-filters-button, a.wpc-filters-open-widget, a.wpc-open-close-filters-button, body a.wpc-filters-open-widget, body a.wpc-open-close-filters-button {
    border: 1px solid var(--glt-limegreen) !important;
    color: var(--glt-darkblue) !important;
    border-radius: 50px !important;
	font-family: Avenir !important;

}


/*
*Single Blog Posts styling
*/

.post-info {
    margin-bottom: 25px;
}

.news-post-content ul {
    border: none;
}

.news-post-content ul li {
    padding-block: 12px;
    font-size: 20px;
    color: var(--glt-textgrey);
}
/*
* News page Filter Everything Pro Boxes
*/

/* News Categories*/
.widget select {
    background-color: var(--glt-green);
    padding: 8px 40px;
/*    border-radius: 50px;*/
	color: #fff;
    border: 0px solid var(--glt-limegreen);
	border-left: 3px solid var(--glt-limegreen);
    transition: .2s;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    appearance: none;
}

/*
* Team page Filter Everything Pro Boxes
*/

.wpc-filters-widget-select:hover {
	background-image: linear-gradient(45deg, transparent 50%, var(--glt-mainblue) 50%), linear-gradient(135deg, var(--glt-mainblue) 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
	transition: .2s all;
}

/* Hide Label */
.widget-title.wpc-filter-title {
    display: none;
}
.wpc-filters-scroll-container .wpc-filters-widget-wrapper {
    display: flex;
/*	    justify-content: center;*/
    padding: 6px 25px;
}
.wpc-filter-content {
    width: 170px;
    margin: 0 8px;
}
.pagination{
	justify-content: center;
	padding-bottom: 20px;
}
a.page-numbers, 
a.page-numbers:visited {
	color: var(--glt-darkblue);
	padding-inline: 12px;
	transition: .3s all;
	font-size: 20px;
}
a.page-numbers:hover {
	color: var(--glt-green);
	text-decoration-color: var(--glt-limegreen);
	
}
span.page-numbers.current {
	color: var(--glt-green);
	text-decoration-line: underline;
	text-decoration-color: var(--glt-limegreen);
	font-size: 20px;
}
div#news-list {
    max-width: 1500px;
}
.post-icon.round {
    border-radius: 50%;
    height: 134px;
    width: 150px;
    border: 2px solid var(--glt-limegreen);
background-size: cover;
}
.team-pagination {
    margin: 20px auto;
text-align: center;
}

/* Customizing Site Search Input and Button */
input.search-field {
    border-radius: 15px;
	border: none;
	text-indent: 20px;
	width: 235px;
}

input.search-submit {
    background-color: var(--glt-green);
    color: #fff;
    border: none;
    padding: 0; 
}

form.search-form {
    border-left: 3px solid var(--glt-limegreen);
}

form.search-form {
    height: 40px;
	width: 330px;
    border-left: 3px solid var(--glt-limegreen);
    padding: 3px 0 0 40px;
    display: flex;
    align-self: center;
}

button.search-submit {
    border: none;
    cursor: pointer;
    padding: 0 4px;
    margin: 6px 0 0 0;
    right: 0;
    transform: translate(-30px, 0px);
    color: var(--glt-textgrey);
    background-color: #fff;
	height: 20px;
}

input.search-field::placeholder {
    padding-left: 16px;
}


/*
* Admin Dashboard
*/

#my_thumb.manage-column.column-my_thumb {
    width: 7% !important;
}



/* Pagniation Links */
.nav-links .nav-subtitle, .nav-links .nav-title {
    font-family: Avenir, sans-serif;
	color:var(--glt-darkblue)
}

/*
.nav-links .nav-subtitle:hover, 
.nav-links .nav-title:hover {
    text-decoration-line: underline;
	text-decoration-color: var(--glt-darkblue);
	
}
*/

li#menu-item-14747 {
    display: none;
}


/* Featured News Section on Homepage Banner */
	div#ft-news-title {
		margin: 15px 0 20px;
	}
	div#ft-news-date {
		font-weight: 500;
	}
	.ft_news_slide .bttn {
    	padding: 5px 23px;
		font-size: 14px;
		width: fit-content;
	}
	.ft_news_slide{
		border-left: 14px solid var(--glt-mainblue);
		background-color: #EBEBE6;
		font-family: Avenir, sans-serif;
		padding: 15px;
		min-height: 168px;
		display: flex !important;
    	flex-direction: column;
    	justify-content: space-between;
	}
	.news_featured_posts_wrapper {
		position: absolute;
		top: 40px;
		right: 40px;
		z-index: 2;
		width: 265px !important;
	}
	.news_featured_posts_wrapper ul.slick-dots {
		list-style: none;
		border: none;
		margin: 0;
		padding: 0;
		width: fit-content;
		position: absolute;
		right: -40px;
		top: 0;
	}
	.news_featured_posts_wrapper ul.slick-dots {
		list-style: none;
		border: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 168px;
	}
	.news_featured_posts_wrapper .slick-dots button {
		width: 7px;
		outline: none;
		border: none;
		border-radius: 0;
		height: 50px;
		padding: 0;
		color: transparent;
		background-color: var(--glt-limegreen);
		transition: background-color .23s;
		cursor: pointer;
	}
	.news_featured_posts_wrapper .slick-dots li{
		transition: box-shadow .35s;
		width: 30px;
	}
/*
	.news_featured_posts_wrapper .slick-dots li:hover {
		box-shadow: 0px 3px 7px 0px #294e6e8f;
	}
*/
	.news_featured_posts_wrapper .slick-dots .slick-active button {
		background-color: #fff;
	}

/* By default, hide the mobile date */
#ft-news-date .mobile-date {
    display: none;
}




@media screen and (max-width: 600px){
	.news_featured_posts_wrapper {
		top: 0px;
		right: 0px;
		width: 100% !important;
	}
	
	.ft_news_slide {
		border-left: 0px;
		flex-direction: revert;
		align-items: center;
		background-color: #ebebe6d9;
		min-height: 75px;
	}
	
	div#ft-news-date {
		width: 25%;
		font-size: 15px;
	}
	
	#ft-news-date .full-date {
        display: none;
    }
	
	#ft-news-date .mobile-date {
			display: inline;
	}
	
	div#ft-news-title {
		width: 60%;
		margin:0;
		padding: 0 15px 0 25px;
        line-height: 1.25;
		font-size: 15px;
		position: relative;
	}
	
	div#ft-news-title::before {
		content: "";
		height: 120%;
		width: 2px;
		background-color: #0000004d;
		position: absolute;
		left: -2px;
		bottom: -10%;
		transition: height .3s;
	}
	
	.ft_news_slide a.bttn {
		font-size: 14px;
		width: 27%;
		padding: 5px 10px;
	}
	
	.news_featured_posts_wrapper ul.slick-dots {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.ft_news_slide a.bttn {
		font-size: 12px;
		width: 28%;
		padding: 7px 5px;
        line-height: 1.25;
	}
	
		div#ft-news-title {
			padding: 0 15px 0 20px;
		}
		div#ft-news-date {
		width: 24%;
	}
}



/* BEGIN RESPONSIVE STYLING */
@media screen and (min-width: 1380px){
	.team-members-list {
		padding-inline: 12rem;
	}
}


@media screen and (max-width: 1550px){
	.news-post-content {
   background-image: 
	   linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 75%) 3%, rgb(255 255 255 / 75%) 99%, rgb(255 255 255 / 0%) 100%);
}	
}

@media screen and (max-width: 1380px) {
.container {
    width: 1080px;
}
	
.main-navigation ul li {
	padding-inline: 20px;
}	
.cards_row_section {
	padding-block: 0;
    padding: 20px 60px;
}	
.cards_row_stats_section {
	padding-inline: 3.5rem;
}
.card_with_stats {
		width: 320px;
}
	
.home-cta-box-container {
    width: 100%;
}	

#detroit-team .bttn.stats {
    left: 18px !important;
}	
	
.pre_footer_text h2 {
		font-size: 1.75rem;
}
	
.post-icon {
    width: 18%;
}
	
	#Locations.services_section {
    width: 75%;
}
	
}

@media screen and (max-width: 1180px) {
	
	.cards_row_stats_section {
	flex-wrap: wrap;
	}
	.card_with_stats {
    	width: 304px;
    	height: 190px;
		padding-left: 0;
	}
	.card_with_stats h1 {
    	text-align: center;
	}
	.card_with_stats p {
    	width: 51%;
    	text-align: center;
    	margin-inline: auto;
	}
	.bttn.stats {
    	transform: scale(.85) translateY(2px);
	}
	.bttn.stats:hover {
    transform: scale(.9) translateY(2px);
}
	.card_with_stats a.bttn {
    	width: max-content;
    	margin-inline: auto;
}
	.card_with_stats:hover a.bttn {
    	position: relative;  
		bottom: 18px;
	}
	
	#detroit-team .bttn.stats {
        left: 2px !important;
    	bottom: -6px !important;
}	
	
	.my-row p {
    font-size: 1.1rem;	
	}
	
	.my-row a.bttn {
    font-size: .85rem;
	}
	
	.my-box.left {
		width: 100% !important;
	text-align: center;
	}
	
	.my-box.right {
		width: 100% !important;
	}
	
}

@media screen and (max-width: 1080px) {
.glt-modal-content {
    flex-direction: column;
	align-items: center;
}

.team-member-info p {
    text-align: center;
	margin-left: 0px;
}

p.title-modal {
    margin-top: 20px;
}	
	
.team-members-list {
    justify-content: center;
}	
	
h1 {
    font-size: 40px;
}
.container {
    width: 90%;
}
.footer_nav {
    display: none;
}
	.bucket {
    display: block;
    text-align: center;
}
	
	li#menu-item-870:hover {
    background-color: transparent;
}
.copywrite_info {
    display: block;
    width: 100%;
    text-align: center;
}
.top_banner_image {
    height: 30vh;
    background-position: center;
}
ul#legal-menu {
    display: inline-flex;
}
.social_icons {
    margin: 30px 0 0;
    width: 100%;
    text-align: center;
}
	.social .nav {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.feature_news_bg {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
}
.feature_news_image{
	display:none;
}
	.hover-underline-animation:after{
		display:none;
	}
.main-navigation ul li a:not(.sub-menu li a ) {
    width: auto;
}
.main-navigation ul li {
    padding-inline: 0;
    text-align: center;
    background-color: transparent;
padding: 5px 0 5px 0;
}
.main-navigation ul ul.sub-menu {
    box-shadow: none;
    float: none;
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 10;
	background-color: transparent;
	    padding: 10px 0;
	margin:0;
	border: none;
transform: none;
}
.main-navigation ul ul.sub-menu li {
    border-left: 3px solid #89a43d;
    line-height: 1;
    padding: 0 15px;
    margin-block: 0;
    transition: 150ms;
    width: auto;
    display: inline-block;
}
.main-navigation ul li a{
	font-size: 18px;
	padding: 0;
}
.main-navigation ul ul.sub-menu li a{
	width:auto;
	    font-size: 15px;
}
.main-navigation ul ul.sub-menu li:first-child {
    border: none;
    padding-left: 0;
}
.main-navigation ul ul.sub-menu li:last-child {
    padding-right: 0;
}
li#menu-item-870 {
    margin: 0px 0 0 0;
    background-color: transparent;
    padding: 20px 0 0 0;
    border-top: 1px solid #8ba640;
    border-radius: 0;
}
li#menu-item-870 a:not(ul.sub-menu a) {
    color: #89a43d;
    text-transform: uppercase;
    transform: scale(1);
}
	
li#menu-item-15786 a img{
    height: 40px;
}
	
li#menu-item-870 .sub-menu li {
    border-radius: 30px;
    background-color: #fff;
    border: none;
    padding: 5px 30px;
    height: 50px;
    line-height: 42px;
    display: block;
    margin: 0 0 15px 0;
}
.body_content_section {
    padding: 0;
}	
.home-cta-box {
    text-align: center;
}	
.post-icon {
    width: 20%;
}
.title h1 {
    font-size: 7.5rem;
    padding-left: 0;
}
.headline_section {
    height: 200px;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    text-align: center;
}
.home_headline {
    left: 5%;
    bottom: 25%;
	width: 90%;
}
.home_headline h2 {
    font-size: 35px;
    line-height: 1.2;
}
.floating_block p {
    font-size: 20px;
    margin: 0 0 20px 0;
}
#News {
    display: none;
}
.headline h1 {
/*    width: 24ch;*/
    margin-inline: auto;
	text-align:left;
}
	
.arrow-size {
    height: 80px;
    width: 80px;
}
img.a-left {
    left: 0px;
}
img.a-right {
    right: 0px;
}
.pre_footer_section {
    height: auto;
    display: block;
    align-items: center;
    padding: 50px 0;
    text-align: center;
}
.pre_footer_section .container {
    display: block;
}
.home_headline img {
    height: 57px;
    margin-bottom: 6px;
}
.pre_footer_section h2 {
    margin: 0 0 20px 0;
}	
.cards_row_stats_section {
	padding-inline: 9rem;
}
	
#Full .accordion_header {
    flex-wrap: wrap;
	position: relative;
}
	
#Full .bttn_parent {
    position: absolute;
    right: 4%;
    bottom: 33%;
}
	
.accordion_2col .accordion_header h3 {
    font-size: 16px;
}

.column_1, .column_2 {
		width: 50%;
}
	
#Services_Title {
	position: relative;
    top: 0;
    left: 0;
}	
	
.card_with_stats:hover a.bttn {
  	bottom: 21px;
}
	
.card_with_stats {
    width: 282px;
}	
	
.pre_footer_section h2 {
		font-size: 1.5rem;
}
.menu-primary-container {
    padding: 30px 5%;
    position: fixed;
    bottom: -100vh;
    background-color: #ebebe6;
    left: 0;
    width: 100%;
    height: calc(100vh - 90px);
	transition: 0.5s all;
	overflow: scroll;
}
.toggled .menu-primary-container {
	bottom:0;
	}
.accordion_2col_section {
    display: block;
    padding-inline: 0;
}
.top_banner_filters_bar {
    padding: 15px;
    text-align: center;
}
.wpc-filter-content {
    width: auto ;
    margin: 0 5px;
}
	
.wpc-filters-scroll-container .wpc-filters-widget-wrapper {
    display: flex;
    /* justify-content: center; */
    padding: 6px 10px;
}
.widget-area .wpc-filter-content select {
    width: 113px !important;
}	
	
.widget select {
    padding: 6px 35px 6px 10px;
    font-size: 13px;
}
.widget {
    margin: 0;
}
.team-members-list {
    padding-inline: 0;
	width: 100%;
    margin-inline: auto;
}

img.a-right.detroit-team {
    top: 47px;
    right: -80px;
}


img.a-left.detroit-team {
    top: 47px;
    left: -80px;
}	
	
.nav-item i {
    font-size: 20px;
    margin: 0 5px 0;
}
.padding10 li {
    padding-block: 10px;
    padding-right: 0;
}
	#Locations.services_section {
    width: 100%; 
}
	#Services.title.active {
    top: 27px;
	right: -3px;
}
	.accordion_locations_section {
    flex-direction: column-reverse;
	align-items: center;
}
	#Locations.column_1 {
    width: 79%;
    margin-top: 30px;
}
	#Locations.column_2 {
    width: 79%;
}
	
	article#post-10035 .top_banner_image {
    background-position-y: 0px;
}
	
	.top_banner_filters_bar {
    height: revert;
}
	article#post-10035 .my-row {
    flex-direction: column;
}
	
	.post-the-article p {
	line-height: 1.8;
}
	
	.news-post-content ul li {
		line-height:1.8;
	}
	
li#menu-item-85 {
    display: none;
}
	
	
li.single-logo {
    width: 48%;
}	
	
	
}

@media screen and (max-width: 900px) {
	
#your_team.title.active {
    display: none;
}

.headline_section.your_team {
    margin-top: 195px;
}
	
	div#Services {
		display: none;
	}
	
	.headline_section {
    margin-top: -70px;
	}
	
	.headline h1 {
    width: 24ch;
    text-align: center;
	}
	
	.story_block {
    	gap: 50px;
	}
	
	.story_date {
        font-size: 16px;
	}
	
	p.story_title.one{
		font-size: 19px;
	}
	
	.accordion_2col .accordion_header h3 {
    	font-size: 18px;
	}
	
	.column_1, .column_2 {
		width: 100%;
	}
	
	.pre_footer_section .bttn {
		font-size: 14px;
	}
	
	.pre_footer_section h2 {
		font-size: 1.3rem;
	}
	
.card_with_stats {
    width: 90%;
}
.cards_row_stats_section {
    padding-inline: 0;
    margin-bottom: 50px;
}	
	#Full .accordion_header p:not(.bttn_round) {
    width: 315px;
	}
.section_image_text {
    padding-block: 80px 60px;
    padding-inline: 0;
}	
#Locations.services_section {
    flex-direction: column;
	width: 100%;
	max-width: 500px;
	margin-inline: auto;
	padding: 10px 0;
    text-align: center;
}
.services_contact_title p {
    margin-bottom: 16px;
}
	
.team-members-list.detroit .team-member-img {
    height: 135px;
    width: 135px;
}
	
.service-rectangles {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
    grid-template-rows: auto;
    grid-template-areas:
        ". WM WM WM ."
		". TA TA TA ."
		". RPD RPD RPD. "
		". TFO TFO TFO ."
        ".  IS IS IS .";
}
	
.office-contact-box {
    flex-direction: column-reverse;
    width: 100%;
}
.contact-box-info {
    width: 100%;
    background-color: #fff;
	text-align: center;
}
.contact-box-image {
    height: 400px;
    width: 100%;
}	
	form.search-form {
    padding-left: 16px;
}
	
	input.search-field {
	width: 235px;
}
}

@media screen and (min-width:700px) and (max-width: 787px){
	.carousel_content p {
    	font-size: 18px;
    	width: 36ch;
    	margin-top: 4px;
}
}
@media screen and (min-width:518px) and (max-width: 699px){
	.carousel_content {
  		height: 230px;
}
	.carousel_content p{
		font-siz: 18px;
		width: 28ch;
	}
}

@media screen and (max-width: 787px){
	
.home-vid-content iframe {
    height: 250px;
}
	
.home-vid-content {
    width: 80%;
}	
	
p, ul, ol {
    font-size: 18px;
}
	
.headline_section.your_team .headline p,	
.home-entry-content .floating_block_content p,
.container.SEO-content-block p,
.home-cta-box-container p,	
.section_image_text p,
.post-sub-heading p,	
.body_content_section p:not(.body_content_section.locations p),
.body_content_section ul, 
.body_content_section li {
	font-size: 20px;
	line-height: 1.8;
}
	
.glt-modal .team-member-img-modal {
	margin: 44px 0px 44px 44px;
}	
	
p.story_title.one,
p.story_title.two,
p.story_title.three,
.news-post-content ul li {
	font-size: 20px;
}
	
p#story_title {
    width: 200%;
}	
	
.team-member-info ul p {
    font-size: 19px;
	line-height: 1.8;
}	
	
.body_content_section ul li {
    font-size: 1.2rem;
}	

h1 {
    font-size: 35px;
}
.post-title {
    font-size: 27px;
}
.body_content h2, h2 {
    font-size: 27px;
}
.accordion_full_width_section {
    padding-inline: 0;
}
.feature_image_section {
    padding: 20px 0 0 0;
}
.feature_image {
    height: 300px;
    width: 100%;
    transform: translateX(0px);
}
.main-navigation ul ul.sub-menu {
    padding: 5px 0;
}
.post-article {
    display: block;
}
.post-article .author {
    text-align: center;
    margin-bottom: 50px;
}
.news-post-content {
    border-left: none;
    padding-left: 0;
    width: 100%;
}
.back-to-news {
    padding: 50px 0 0px 0;
    text-align: center;
}
.single-news article.post-container {
    padding: 30px 0;
}
.news-post-content ul {
    border: none;
    padding-left: 20px;
    margin-left: 0;
}
	
.post-the-article p {
    font-size: 20px;
}

.post-the-article {
    max-width: 90%;
}	
	
.team-member {
    width: 160px;
}
.padding10 {
    padding-right: 0px;
}
.headline {
    width: 100%;
}
.floating_block_number_box {
    width: 130px;
    height: 200px;
    right: 30px;
    top: 40px;
}
.floating_block p {
    font-size: 20px;
    margin: 0 0 20px 0;
}
.floating_block_number_box h2 {
    font-size: 40px;
}
	.accordion_content ul {
		margin-left: revert;
	}
	
	.top_banner_image {
		height: 225px;
	}
	
.top_banner_title {
    padding: 10px 25px;
}

	.top_banner_title h1 {
		font-size: 32px;
	}
	
	.entry-content {
		padding-inline: 0;
	}
	
	
	.home_headline h2 {
    font-size: 32px;
	}
	
	.feature_news_section {
    margin-bottom: 275px;
	}
	
	.story_block {
   		flex-direction: column;
	}
	
	p.story_title.one {
    width: 40ch;
	}
	.my-row {
    display: block;
    gap: 20px;
    text-align: center;
}
	.spacer5 li {
    	padding-block: 8px;
	}
	.card_with_stats p {
		width: 56%;
	}
	
	#Full .bttn_parent {
    position: relative;
    margin-top: 9px;
	}
	
	.the-post {
		padding: 40px 0;
	}
.floating_block_content {
    width: 100%;
}
.floating_block{
	display:block;
}
.floating_block_number_box {
    width: 100%;
    height: auto;
    right: inherit;
    top: inherit;
    position: relative;
    margin: 30px 0 0;
    padding: 20px 0 0;
}
.floating_block_content {
    width: 100%;
    position: relative;
    text-align: center;
}
	
.map {
    background-position: 66%;
	display: none;
}
	
	
#Locations.column_1,
#Locations.column_2
{
    width: 100%;
}
#Kzoo {
    left: 70px;
}
#Grapids {
    left: 50px;
}
#Traverse {
    left: 50px;
}
#BayHarbor {
    left: 100px;
}
#Birmingham {
    left: 175px;
}
#GreatLakes {
    top: 213px;
    left: 125px;
}
#pin-green {
		opacity: 0;
}
	
.wpc-filters-scroll-container .wpc-filters-widget-wrapper {
    flex-direction: column !important;
}
.wpc-open-close-filters-button {
    margin-bottom: 0 !important;
}	

.widget select {
    font-size: 16px;
}
	.container.SEO-content-block {
    padding-inline: 2rem;
}
	
	.top_banner_filters_bar {
    align-items: center;
    flex-direction: column;
}
	
	.widget-area .wpc-filter-content select {
    width: 97% !important;
}	
	form.search-form {
     border-left: none;
    justify-content: center;
}
	
	input.search-field {
    width: 297px;
}
	
	.top_banner_filters_bar.missives-page {
    padding: 16px 0;
}
	li#menu-item-14747 {
    display: inline-block;
}
	.top-bar-partners{
	display: none;	
	}
	
	li#menu-item-85 {
    	display: inline-block;
	}
	
	.site-header {
    height: 90px;
}
	.site-main {
    margin: 65px auto 90px;
}
	
	.body_content_section,
	.container.SEO-content-block,
	.headline_section.your_team .headline {
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 75%) 10%, rgb(255 255 255 / 75%) 75%, rgb(255 255 255 / 0%) 100%);
}

	.type-news {
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 75%) 10%, rgb(255 255 255 / 75%) 90%, rgb(255 255 255 / 0%) 100%);
}
	.glt-modal-content {
		width: 86%;
	}
	.glt-modal .team-member-img-modal {
        margin: 44px 0px 44px 0px;
    }
	.glt-modal .team-member-info ul {
		margin-left: 10px;
	}
	.glt-modal {
		padding-top: 20vh;
	}
	.glt-modal .team-member-info p:last-of-type {
		font-size: 18px;
	}
	
	
}

@media screen and (max-width: 703px) {
	.container.se_mi_landing {
    margin-top: 225px;
}
	
}

@media screen and (max-width: 534px) {
	.container.se_mi_landing {
    margin-top: 300px;
}
}

@media screen and (max-width: 440px) {
	.container.se_mi_landing {
    margin-top: 370px;
}
}

@media screen and (max-width: 576px) {
	
.headline_section.your_team {
    margin-bottom: 38px;
}	

#your_team .headline h1 {
    width: 25ch;
}
	
.the-post {
    background-color: #fff;
}

.post-sub-heading {
    margin-left: 3px;
}	
	
.the-post.featured {
    padding: 20px 20px 20px 25px;
}

.the-post.featured {
    outline: 3px solid var(--glt-limegreen);
}	
	
.site-main {
    margin: 55px auto 0;
}
.home_banner_section .home_carousel .slide {
    min-height: 300px;
}
.top_banner_title h1 {
    font-size: 27px;
}
.headline h1 {
    width: 19ch;
}
.slider_section { 
	padding-inline: 4.5rem;
}
	
p.story_title.one {
    width: 25ch;
}
	
.accordion_2col_section {
    padding-inline: 1rem;
}
	
.accordion_2col .accordion_header h3 {
    font-size: 17px;
	width: 202px;
}


	
.cards_row_section {
	flex-direction: column;
	padding: 20px 0;
}
	
.card_in_row {
	max-width: 400px;
    width: 310px;
    min-width: 150px;
	height: 153px;
}
	
.card_in_row h5 {
    text-align: center;
}
	
.card_in_row a {
	margin-inline: 60px;
}	
	
.card_in_row:hover a {
	opacity: 1;
	bottom: 12px;
	left: 6px;
   	width: 186px;
	}
	
	
.main-navigation ul ul.sub-menu li a {
    width: auto;
    font-size: 13px;
}
.menu-primary-container {
    padding: 20px 5%;
    height: calc(100vh - 150px); /* Previous setting was calc(100vh-80px) */
}
.main-navigation ul li a {
    font-size: 18px;
    padding: 0;
}
.top-bar-partners a {
    padding-left: 0px;
    font-size: 12px;
    border-left: none;
}
		
.site-branding {
    top: 23px;
    width: 210px;
}
.menu-toggle {
    top: 29px;
}
.site-header {
    height: 80px;
}
li#menu-item-870 .sub-menu li {
    padding: 2px 30px;
    height: 42px;
    line-height: 40px;
    margin: 0 0 10px 0;
}
	
.feature_news_section {
    margin-bottom: 350px;
}
	
.body_content_section.locations {
    padding-inline: 1rem;
}
	
.accordion_locations_section {
    padding-inline: 0;
}
	
.body_content_section.locations {
    padding-inline: 0rem;
}

.contact-box-image {
    height: 230px;
}	
.service-rectangles {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "WM WM WM WM WM "
        " TA TA TA TA TA "
        " RPD RPD RPD RPD RPD "
        " TFO TFO TFO TFO TFO "
        " IS IS IS IS IS ";
}
	
	li.single-logo {
    width: 100%;
}		
	
}

@media screen and (max-width: 500px) {
img.a-left.detroit-team {
    top: 47px;
    left: -66px;
}
img.a-right.detroit-team {
    top: 47px;
    right: -66px;
}
#your_team .headline h1 {
    width: 18ch;
}	
.headline_section.your_team {
    margin-top: 212px;
}
	
	.slider_section{
		padding-inline: 2.25rem;
	}
	
	.carousel_content p {
    font-size: 17px;
    width: 23ch;
	}
	
	.carousel_content{
		height: 235px;
	}	
	
}

@media screen and (max-width: 476px) {
	
.headline_section.your_team {
    margin-top: 233px;
}
	
	p.story_date {
		width: 25ch;
	}

	
	.feature_news_section {
    margin-bottom: 400px;
}
	
	p.story_title {
  	  width: 20ch;
	  font-size: 17px;
}
		.feature_news_bg {
    padding: 40px 25px;
}
	img.a-left {
    left: -20px;
}
	img.a-right {
    right: -20px;
}
	.headline_section {
    margin-top: -50px;
}
	ul#legal-menu {
    gap: 15px;
}
	
}




@media screen and (max-width: 400px) {
	
	input.search-field {
    width: 220px;
}
	
	.feature_news_bg {
    padding: 50px 12px;
}
	
	.story {
    width: 155%;
}
	
	p#story_title {
    width: 125%;
	font-size: 17px;
}
	
	.feature_news_section {
    margin-bottom: 350px;
}
	
}



/* Mobile Styling for Featured Posts section*/
@media screen and (max-width: 1380px) {
	.post-title {
		width: 90%;
		font-size:1.5rem;
		line-height: 1.4;
		
		font-weight: 400;
    	color: #8b8b8b;
	}
	
	.post-subtitle {
    	font-size: 1.12rem;
	}
	
	#posts.bttn {
		margin-top: -10px;
	}
	
	.f-post:hover #posts.bttn {
		margin-top: -16px;
	}
	
}

@media screen and (max-width: 1080px) {
	.post-title {
		width: 92%;
		font-size: 1.25rem;
		font-weight: 400;
		line-height: 1.35;
	}
	
	.post-subtitle {
    	font-size: 1.1rem;
		margin-top: 12px;
	}
	
	#posts.bttn {
		margin-top: -4px;
	}
	
	.f-post:hover #posts.bttn {
		margin-top: -10px;
	}
	
	.post-image {
    	height: 236px;
	}
	
	.post-content {
	padding: 15px 0 0 20px;
	}
	
}

@media screen and (max-width: 1040px) {
	
}

@media screen and (max-width: 935px) {
	.post-image {
    	height: 236px;
	}
	
	.featured-posts-section {
    	gap: 10px;
	}
}

@media screen and (max-width: 882px) {
	.featured-posts-section {
    	flex-direction: column;
		height: fit-content;
		gap: 25px;
	}
	.f-post {
		width: 100%;
		
		height: auto;
		
	}
	
	.f-post:hover {
	height: auto;
	}
		
	#posts.bttn {
		opacity: 1;
		position: revert;
		margin-top: -10px;
    	margin-bottom: 25px;
	}
	
	.post-title {
    font-size: 1.65rem;
	}
	
	
}

@media screen and (max-width: 701px) {
	.f-post {
	height: 500px;
	}
	
	.f-post:hover {
	height: 500px;
	}
}

@media screen and (max-width: 545px) {
	.f-post {
	height: 485px;
	}
	
	.f-post:hover {
	height: 485px;
	}
}

@media screen and (max-width: 432px) {
	.post-title {
    	font-size: 1.3rem;
	}
	
	.post-date {
    	font-size: 16px;
	}
}

@media screen and (max-width: 375px) {
		.f-post {
	height: 465px;
	}
	
	.f-post:hover {
	height: 465px;
	}
	
		.post-content {
	padding: 10px 0 0 20px;
	}
	
	.post-subtitle {
    margin-bottom: 25px;
	}
}



