
/*
Theme Name: Authority Pro
Theme URI: https://my.studiopress.com/themes/authority/
Description: Authority Pro is perfect for establishing trust and building your online business.
Author: StudioPress, Dan Sullivan, and Woods Lawyers
Author URI: https://www.studiopress.com/

Version: 1.5.23

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: authority-pro
Requires at least: 5.4
Requires PHP: 5.6
*/
html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--sans-serif);
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp, pre {
	/* https://systemfontstack.com/ */
	font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	appearance: none;
}

::-webkit-file-upload-button {
	appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden], template {
	display: none;
}

html, input[type=search] {
	box-sizing: border-box;
}

*, ::after, ::before {
	box-sizing: inherit;
}

/* .pagination::before, */
.author-box::before, .clearfix::before, .entry-content::before, .entry::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .site-container::before, .site-footer::before, .site-inner::before, .widget::before, .wrap:not(.site-header .wrap)::before {
	content: " ";
	display: table;
}

/* .pagination::after, */
.author-box::after, .clearfix::after, .entry-content::after, .entry::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .site-container::after, .site-footer::after, .site-inner::after, .widget::after, .wrap:not(.site-header .wrap)::after {
	clear: both;
	content: " ";
	display: table;
}

section.fc {
	margin: .3em;
	padding: 1em 1em 1em 1em;
	font-size: 2em;
	font-family: var(--sans-serif);
	font-weight: 700;
	line-height: normal;
}

section.fc:nth-child(even) {
	margin: .3em .3em .3em 0;
}

section.fc:nth-child(odd) {
	margin: .3em .3em .3em 20%;
}

section.fc:before {
	border-left: 5px solid var(--color-brand-maroon);
	border-top: 5px solid var(--color-brand-maroon);
}

section.fc:after {
	border-right: 5px solid var(--color-brand-blue);
	border-bottom: 5px solid var(--color-brand-blue);
}

section.fc:before {
	content: "";
	position: absolute;
	height: 50px;
	margin: -20px;
	padding-right: 30%;
}

section.fc:after {
	content: "";
	position: relative;
	padding-left: 100%;
}

body {
	background-color: #fff;
	color: var(--color-default-text, #222);
	font-size: 1.125rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	line-height: 1.75;
	margin: 0;
	overflow-x: hidden;
}

.button, .gallery img, .more-link, a, button, input[type=button], input[type=reset], input[type=submit], textarea:focus {
	transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44, .51, .24, .99), box-shadow 1s cubic-bezier(.44, .51, .24, .99);
}

input:focus {
	transition: all .3s ease-in-out;
}

a {
	color: var(--color-brand-blue);
	text-decoration: none !important;
}

a:focus, a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

.single .entry-content p, .single .entry-content li:not(.yoast-table-of-contents li), .single .entry-content details, .single .entry-content dl, .single .entry-content table {
	font-family: var(--serif);
}

ol, ul {
	margin: 0;
	padding: 0;
}

ul:not([class*="is-style"]) li {
	list-style-type: none;
}

hr {
	border: 0;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: var(--border_and_bg_grey);
	margin: 1.65em 0;
}

b, strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	color: #555;
	font-size: 1.125em;
	line-height: 1.67;
	margin: 35px;
	position: relative;
}

blockquote::before {
	color: #ccc;
	content: "“";
	display: block;
	font-size: 5em;
	height: 0;
	left: -.75em;
	position: absolute;
	top: -.5em;
}

blockquote cite {
	color: #707070;
	display: block;
	font-family: var(--sans-serif);
	font-size: .875em;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .08em;
	margin-top: 24px;
	text-transform: uppercase;
}

.flexible-widgets blockquote, .flexible-widgets blockquote p {
	font-size: 1.375em;
	line-height: 1.66;
}

hr.wp-block-separator {
	border: none;
	border-bottom: 2px solid;
	color: var(--color-brand-blue);
	margin: 1em auto;
}

.wp-block-pullquote {
	padding: 1em 0;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
}

.site-container .wp-block-pullquote {
	border: none;
	margin: 20px 0 24px;
}

.site-container .wp-block-pullquote blockquote::before, .site-container .wp-block-pullquote.alignwide blockquote::before, .site-container .wp-block-quote::before {
	color: var(--color-brand-maroon);
	content: "“";
	display: block;
	font-family: var(--serif);
	font-size: 2.5em;
	font-style: italic;
	font-weight: 500;
	height: 0;
	left: -.5em;
	line-height: 1;
	position: relative;
	text-align: left;
	top: 0;
}

.logo-row {
	margin-top: 1em;
}

.sidebar .widget {
	padding: 0;
	margin: 0 0 40px 0;
}

div#field_1_29 {
	font-size: smaller;
}

.titan {
	margin-bottom: 0 !important;
}

.has-white-color {
	color: #fff;
}

a.wp-block-button__link {
	text-decoration: none;
}

.stk-block-timeline__content {
	background: #98bdda;
	border-radius: 2em;
	padding: 1em;
}

.stk-block-timeline__content h2 {
	color: #000;
}

.stk-column-wrapper.stk-block-column__content.stk-container.stk-e2ebec0-container.stk--no-background.stk--no-padding li {
	color: #000;
	font-family: var(--sans-serif);
	font-weight: 700;
}

.lawyer-headshot {
	text-align: center;
	float: left;
	padding-right: 3%;
}

.lawyer-headshot img {
	width: 9.375em;
}

.full-name-card h2 {
	font-size: 2em;
	font-weight: 700;
}

.lawyer-excerpt p {
	margin-top: 10px !important;
}

.lawyer-content hr {
	display: none;
}

.fun_facts_wrapper {
	float: right !important;
	width: 17.5em;
	margin-left: 5%;
	background-color: var(--color-brand-blue);
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
}

.fun_facts {
	color: #fff;
	text-align: left;
}

span.mobimenucalc {
	display: none;
}

.facts_category {
	font-weight: bolder;
	margin-top: 4%;
}

.wp-block-table thead th a {
	color: #fff;
}

.wp-block-genesis-blocks-gb-container.gb-layout-landing-1.grayback.gb-block-container.alignfull {
	background: #d6d6d6;
}

.va-wait-time {
	width: 70%;
	margin: auto;
}

.wp-caption, embed, iframe, img, object, video {
	max-width: 100%;
}

img {
	height: auto;
}

img.image-border {
	border: 10px solid #fff;
	box-shadow: 0 20px 80px rgba(0, 0, 0, .2);
}

figure {
	margin: 0;
}

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid var(--border_and_bg_grey);
	height: auto;
	padding: 4px;
}

.gallery img:focus, .gallery img:hover {
	border: 1px solid var(--border_and_bg_grey);
}

input, select, textarea {
	background-color: #fff;
	border: 2px solid var(--border_and_bg_grey);
	color: var(--color-default-text, #222);
	font-size: 1em;
	font-weight: 600;
	padding: 16px;
	width: 100%;
}

::-ms-input-placeholder, ::placeholder, input::placeholder, textarea::placeholder {
	opacity: .5;
}

input:active, input:focus, input:focus-visible, textarea:focus, textarea:active, textarea:focus-visible {
	border-color: var(--color-brand-blue);
	outline: 0;
}

input[type=checkbox], input[type=image], input[type=radio] {
	width: auto;
}

.button, .genesis-nav-menu .highlight a, .more-link, button, input[type=button], input[type=reset], input[type=submit] {
	background-color: #fff;
	border: 2px solid var(--color-brand-blue);
	box-shadow: 0 0 0 rgba(0, 0, 0, .24);
	color: var(--color-brand-blue);
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	white-space: normal;
	width: auto;
}

.genesis-nav-menu .highlight a:focus, .genesis-nav-menu .highlight a:hover, .more-link:focus, .more-link:hover, a.button:focus, a.button:hover, button:focus:not(.search-form-submit):not(.menu-toggle):not(.wp-block-search__button):not(.nelio-popup-close-button):not(.iti__selected-country), button:hover:not(.search-form-submit):not(.menu-toggle):not(.wp-block-search__button):not(.nelio-popup-close-button):not(.iti__selected-country), input:focus[type=button], input:focus[type=reset], input:focus[type=submit], input:hover[type=button], input:hover[type=reset], input:hover[type=submit] {
	background: var(--color-brand-blue);
	border-color: var(--color-brand-blue);
	box-shadow: 0 6px 24px rgba(0, 0, 0, .14);
	color: #f4f4f4;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}

.entry-content ul.iti__country-list {
	padding: 0;
	margin-bottom: 0;
}

.iti__country-list {
	font-size: .875rem;
}

.nelio-popup .has-blue-background-color a:hover, .nelio-popup .has-blue-background-color a:focus {
	background: var(--color-brand-yellow);
	border-color: var(--color-brand-yellow);
	box-shadow: 0 6px 24px rgba(0, 0, 0, .14);
	color: var(--color-brand-blue) !important;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}

.nelio-popup .has-blue-background-color input[type=submit] {
	border-color: #fff;
}

.nelio-popup .gform_wrapper.gravity-theme .gfield_error legend, .nelio-popup .gform_wrapper.gravity-theme .gfield_error label {
	color: var(--color-brand-yellow) !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	background-color: var(--color-brand-yellow) !important;
	padding: 8px 16px;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	padding: 16px 16px 16px 48px;
}

.gform_wrapper.gravity-theme .gform_validation_errors > ol li {
	margin-block-end: 4px;
	font-weight: bold;
}

.gform_wrapper.gravity-theme .gform_validation_errors > ol li, .gform_wrapper.gravity-theme .gform_validation_errors > ol li a {
	color: var(--color-brand-maroon) !important;
}

.gfield_validation_message {
	font-weight: bold;
}

.has-blue-background-color .expandable-toggle:hover, .has-blue-background-color .expandable-toggle:focus {
	border-color: #fff !important;
}

.wp-block-group.is-linked {
	transform: translate3d(0, 0, 0);
	transition: transform .5s cubic-bezier(.44, .51, .24, .99);
}

.wp-block-group.is-linked:hover, .wp-block-group.is-linked:focus {
	transform: translate3d(0, -10px, 0);
}

.gb-block-post-grid a.gb-block-post-grid-more-link {
	color: var(--color-brand-blue);
	display: inline;
}

.gb-block-post-grid a.gb-block-post-grid-more-link:hover {
	color: #333;
}

.gb-block-post-grid-more-link::after {
	content: "→";
}

.gb-block-post-grid a.gb-block-post-grid-more-link, .gb-block-post-grid a.gb-block-post-grid-more-link:hover, .more-link-wrap a:not(.more-link) {
	border-bottom: 1px solid currentColor;
	font-family: var(--sans-serif);
	font-size: .75em;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-content .button:focus, .entry-content .button:hover {
	color: #f4f4f4;
}

.button {
	display: inline-block;
}

.button.primary, .more-link, button.primary, input[type=button].primary, input[type=reset].primary, input[type=submit].primary {
	background-color: var(--color-brand-blue);
	color: #f4f4f4;
}

.button.secondary, button.secondary, input[type=button].secondary, input[type=reset].secondary, input[type=submit].secondary {
	background-color: #111;
	border-color: #111;
	color: #f4f4f4;
}

.button.secondary:focus, .button.secondary:hover, button.secondary:focus, button.secondary:hover, input[type=button].secondary:focus, input[type=button].secondary:hover, input[type=reset].secondary:focus, input[type=reset].secondary:hover, input[type=submit].secondary:focus, input[type=submit].secondary:hover {
	background-color: #333;
	border-color: #333;
	color: #f4f4f4;
}

a.button.small, button.small, input[type=button].small, input[type=reset].small, input[type=submit].small {
	font-size: .875em;
	padding: 9px 24px;
}

a.button.large, button.large, input[type=button].large, input[type=reset].large, input[type=submit].large {
	font-size: 1.25em;
	padding: 24px;
}

.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type=button]:disabled, .site-container input[type=button]:disabled:hover, .site-container input[type=reset]:disabled, .site-container input[type=reset]:disabled:hover, .site-container input[type=submit]:disabled, .site-container input[type=submit]:disabled:hover {
	background-color: var(--border_and_bg_grey);
	box-shadow: none;
	border-width: 0;
	color: #666;
	cursor: not-allowed;
	transform: none;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button {
	display: none;
}

.site-container .wp-block-button .wp-block-button__link {
	font-size: 1.5em;
}

input#choice_3_19_0:focus {
	margin-left: 3px;
}

input#choice_3_19_1:focus {
	margin-left: 3px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 35px;
	width: 100%;
	word-break: normal;
}

td, th {
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid var(--border_and_bg_grey);
	padding: 10px 15px;
}

th {
	font-weight: 700;
	padding: 10px;
}

.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type=submit]:focus, .screen-reader-shortcut:focus, .screen-reader-text:focus, .widget_search input[type=submit]:focus {
	background: #f4f4f4;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	/* color: #222; */
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.more-link {
	position: relative;
}

.site-inner, .wrap:not(.nav-primary .wrap):not(.site-header .wrap) {
	margin: 0 auto;
	max-width: 66.66em;
	padding-top: 30px;
}

.site-inner {
	clear: both;
	overflow-wrap: break-word;
	word-wrap: break-word;
	padding: 10rem 1rem 0 1rem;
}

.blank-landing .site-inner {
	padding-top: 0;
}

.single.has-featured-image .site-inner {
	padding-top: 20px;
}

.landing-page .site-inner {
	max-width: 44.44em;
}

.content {
	float: right;
	width: 55em;
}

.content-sidebar .content, .sidebar-content .content {
	max-width: 46.875em;
}

.content-sidebar .content {
	float: left;
}

.authority-grid .content, .full-width-content .content {
	width: 100%;
	float: none;
}

.full-width-content.page .content, .full-width-content.single .content {
	float: none;
	margin: 0 auto 140px;
	max-width: 42.66em;
}

.has-toc.full-width-content.page .content, .has-toc.full-width-content.single .content {
	max-width: 57em;
}

.full-width-content.page .content {
	margin-top: 0;
}

.sidebar-primary {
	float: right;
	width: 23.4375em;
	margin-top: 5%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.entry-content ol a, .entry-content p a, .entry-content ul a, .gform_wrapper a {
	background: linear-gradient(to bottom, var(--mainColor) 0, var(--mainColor) 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 2px 2px;
	/* color: #000; */
	transition: ease-in-out .3s;
}

.entry-content ol a:hover, .entry-content p a:hover, .entry-content ul a:hover, .gform_wrapper a:hover, .entry-content ol a:focus, .entry-content p a:focus, .entry-content ul a:focus, .gform_wrapper a:focus {
	background-size: 4px 50px;
	color: #fff;
}

.footercopy a, .site-footer .genesis-nav-menu a {
	background: linear-gradient(to bottom, #fff 0, #fff 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 2px 2px;
	color: #fff;
	transition: ease-in-out .3s;
}

.footercopy a:hover, .footercopy a:focus, .site-footer .genesis-nav-menu a:hover, .site-footer .genesis-nav-menu a:focus {
	color: var(--color-brand-maroon);
	background-size: 4px 50px;
}

.sidebar #recent-posts-2 {
	padding: 0;
}

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 2.5641025641026%;
}

.one-half, .three-sixths, .two-fourths {
	width: 48.717948717949%;
}

.one-third, .two-sixths {
	width: 31.623931623932%;
}

.four-sixths, .two-thirds {
	width: 65.811965811966%;
}

.one-fourth {
	width: 23.076923076923%;
}

.three-fourths {
	width: 74.358974358974%;
}

.one-sixth {
	width: 14.529914529915%;
}

.five-sixths {
	width: 82.905982905983%;
}

.first {
	clear: both;
	margin-left: 0;
}

.breadcrumb {
	border-bottom: 1px solid var(--border_and_bg_grey);
	font-size: .875em;
	margin-bottom: 35px;
	padding-bottom: 20px;
}

.after-entry {
	margin-bottom: 70px;
}

.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}

.archive-description {
	border-bottom: 1px solid var(--border_and_bg_grey);
	overflow: hidden;
	padding: 0 0 35px 0;
	margin-bottom: 70px;
	text-align: center;
}

.full-width-content .archive-description {
	margin-bottom: 40px;
}

input#input_1_7 {
	width: 100%;
}

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 35px;
	width: 50%;
}

.post-password-form input[type=submit], .search-form input[type=submit] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type=submit], .widget_search input[type=submit] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

li.srchbox > form.search-form {
	width: 100%;
	text-align: right;
	margin: 0;
}

.search-form-input {
	width: 85%;
	border-color: var(--color-brand-grey);
	border-style: solid;
	border-right-width: 0;
	padding: 10px;
	font-size: 1em;
}

button.search-form-submit {
	border-radius: 0;
	background-color: var(--color-brand-blue);
	color: #fff;
	padding: 10px 10px;
	border: 1px solid var(--color-brand-blue);
}

button.search-form-submit svg {
	color: #fff;
	fill: currentColor;
	stroke: currentColor;
}

.search-icon {
	color: #000;
	height: 1em;
	transform: rotate(90deg);
}

span.dashicons.dashicons-calculator {
	padding: 4px 4px;
	background-color: var(--color-brand-blue);
	color: #fff;
	height: fit-content;
	width: fit-content;
}

button.wp-block-search__button.wp-element-button {
	background-color: var(--color-brand-blue);
	border-width: 0;
	color: #fff;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

button.wp-block-search__button.wp-element-button:hover {
	background-color: var(--color-brand-maroon);
	border-color: var(--color-brand-maroon);
	color: #fff;
}

.archive-description .entry-title, .author-box-title {
	color: #111;
	font-size: 1.625em;
	line-height: 1.23;
	margin-bottom: 20px;
}

.archive-title {
	margin: 0 0 20px 0;
	text-align: center;
}

.single .entry-title {
	line-height: 1;
	text-align: center;
	margin-bottom: 35px;
}

.entry-title a, .gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a, .sidebar .widget-title a {
	color: #222;
	text-decoration: none;
	transition: color .3s ease-in-out;
}

.entry-title a:focus, .entry-title a:hover, .gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:focus, .gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:hover {
	color: var(--color-brand-blue);
	text-decoration: none;
}

.widget-title {
	clear: both;
	font-size: 1em;
	margin-bottom: 20px;
}

#custom_html-14 .widget-title {
	margin-top: 10px;
	margin-left: 0;
	font-size: 1.25em;
}

.sidebar .featured-content .entry-title {
	font-size: 1.25em;
}

.flexible-widgets .entry-title, .flexible-widgets .widget-title {
	font-size: 2.625em;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.02em;
}

.flexible-widgets .featuredpost .widget-title {
	padding: 0 0 10px;
}

.flexible-widgets .featuredpost .more-posts-title {
	display: block;
	margin-top: 20px;
}

.authority-grid.archive:not(.woocommerce-page) .entry-title, .flexible-widgets .featuredpost .entry-title, .footer-widgets .featured-content .entry-title {
	font-size: 1.625em;
	letter-spacing: -.01em;
}

.enews-widget .widget-title {
	color: #111;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.01em;
}

.blog .entry-title, .search .entry-title, .archive .entry-title, .archive-container .entry-title, .gb-block-post-grid header .gb-block-post-grid-title {
	font-size: var(--fluid-18px-22px);
}

.blog .post .entry-footer, .archive article .entry-footer, .search article .entry-footer, .entry-footer:empty {
	display: none;
}

.archive-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px 32px;
}

.archive-container article {
	margin-bottom: 0;
}

.archive-container .entry-meta {
	display: none;
}

@media only screen and (min-width: 48em) {
	.archive-container {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.list--2columns, .wsp-container > ul {
		columns: 2;
	}
}

@media only screen and (min-width: 64em) {
	.archive-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

.entry-title-link {
	line-height: 1.125;
}

#pum-32011 h3 {
	padding: 0;
}

.wp-block-group.testimonial p.has-larger-font-size {
	font-family: var(--sans-serif);
}

.gb-block-testimonial .gb-testimonial-info a {
	font-size: 1.2em;
}

.gb-block-testimonial .gb-testimonial-info h2 {
	font-size: 1.4em;
}

.gb-block-testimonial .gb-testimonial-image-wrap {
	background: 0 0 !important;
}

.wp-block-query ul li {
	list-style-type: none !important;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}

.aligncenter, img.centered {
	display: block;
	margin: 0 auto 24px;
}

.alignnone, img.alignnone {
	margin-bottom: 24px;
}

.wp-caption.alignleft, a.alignleft, img.alignleft {
	margin: 0 24px 24px 0;
}

.wp-caption.alignright, a.alignright, img.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption, .wp-caption-text, figcaption {
	font-size: .875em;
	font-style: normal;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top: -20px;
	text-align: center;
	text-transform: uppercase;
}

figcaption {
	text-align: left !important;
}

.wp-block-embed figcaption {
	margin-top: 0;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 24px;
}

.wp-block-latest-posts > li > a {
	font-size: 1.625em;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	text-decoration: none;
}

.wp-block-embed {
	overflow-wrap: break-word;
	text-align: center;
}

/* WP seems to have solved the problem these classes were meant to solve. */
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 0;
}

.sidebar .widget {
	padding: 50px;
}

.after-entry .widget {
	margin-bottom: 35px;
}

.widget {
	word-wrap: break-word;
}

.widget p:last-child, .widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

.sidebar .widget:first-of-type {
	background-color: transparent;
	margin-bottom: 20px;
}

.single .sidebar .widget:first-of-type {
	margin-top: -60px;
}

.flexible-widgets > .wrap {
	padding: 35px 0;
}

.flexible-widgets .widget {
	padding: 35px;
	width: 48%;
}

.flexible-widgets .widget:nth-child(odd) {
	clear: both;
	float: left;
}

.flexible-widgets .widget:nth-child(even) {
	float: right;
}

.flexible-widgets.widget-odd .widget:last-of-type {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	text-align: center;
	width: 100%;
}

.flexible-widgets .entry-content, .flexible-widgets .textwidget {
	margin-left: 35px;
}

.flexible-widgets.widget-odd .widget:last-of-type .entry-content, .flexible-widgets.widget-odd .widget:last-of-type .textwidget {
	margin-left: 0;
}

.flexible-widgets .featuredpost .entry-content {
	margin-left: 0;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type {
	max-width: none;
	padding: 70px 0 0;
	text-align: left;
}

.featured-content .entry {
	background: 0 0;
	margin-bottom: 35px;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.content .featuredpage .entry-image {
	box-shadow: 0 20px 80px rgba(0, 0, 0, .2);
	box-sizing: content-box;
	border: 10px solid #fff;
	vertical-align: middle;
}

.gform_wrapper .gf_hide_charleft .charleft {
	display: none !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
	margin-bottom: 18px;
	max-width: calc(100% - 32px);
	vertical-align: text-top;
}

#gform_wrapper_3 .ginput_container_consent, #gform_wrapper_3 p {
	line-height: 1;
}

.first-time-popup_wrapper .gform_title {
	display: none;
}

.peoria-c-wrapper.Campaign__innerWrapper {
	font-family: var(--sans-serif) !important;
}

.first-time-popup_wrapper .gform_description {
	text-align: center;
	margin-top: 5% !important;
	font-weight: 700 !important;
}

#gform_widget-19 {
	padding: 1%;
}

input#gform_submit_button_3:focus {
	background-color: #fff !important;
	color: var(--color-brand-blue) !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
	margin-bottom: 18px;
	max-width: calc(100% - 32px);
	vertical-align: text-top;
}

.gform_confirmation_wrapper {
	padding: 24px 20px;
	background-color: var(--color-brand-blue__light);
	color: #222;
}

.gf-calc-display .ginput_container input {
	background: rgba(0, 0, 0, .2);
	text-align: center;
	font-size: 1.875em !important;
}

.gform_wrapper.gravity-theme .gfield input.small, .gform_wrapper.gravity-theme .gfield select.small {
	width: calc(50% - 12px);
	margin: auto;
	margin-right: 25%;
}

/* Hide h3 links */
.wp-block-yoast-seo-table-of-contents.yoast-table-of-contents > ul > li > ul > li {
	display: none;
}

.yoast-table-of-contents ul li {
	list-style-type: none !important;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 8px;
	transition: ease-in-out .3s;
	text-decoration: none;
}

.yoast-table-of-contents ul li a {
	text-decoration: none;
	background-color: none;
	background: 0 0;
}

.wp-block-yoast-seo-table-of-contents li {
	font-size: 110%;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.wp-block-yoast-seo-table-of-contents li:last-of-type {
	border-bottom-width: 0;
}

.wp-block-yoast-seo-table-of-contents h2 {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	margin: 0 0 20px;
}

.wp-block-yoast-seo-table-of-contents {
	width: 100%;
	line-height: 1.3;
	padding: 24px;
	margin-bottom: 28px;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, .15);
	background-color: rgba(0, 0, 0, .1);
	border: 1px solid grey;
}

.wp-block-yoast-seo-table-of-contents a {
	line-height: 1.8;
	text-align: left;
	text-decoration: underline !important;
}

.wp-block-yoast-seo-table-of-contents ul {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-yoast-seo-table-of-contents li:hover > a, .wp-block-yoast-seo-table-of-contents li:focus > a, .wp-block-yoast-seo-table-of-contents li > a:hover, .wp-block-yoast-seo-table-of-contents li > a:focus {
	color: #222 !important;
}

#wpstats {
	display: none;
}

#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content > ul > li .digg_button > a, .sd-social-official .sd-content > ul > li > a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
	font-family: var(--serif) !important;
	box-shadow: none !important;
	color: #2d70b6 !important;
	font-size: .875em !important;
	border: 1px solid #2d70b6 !important;
	padding: 5px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button::before {
		color: #2d70b6;
	}
}

.share-email span, .share-facebook span, .share-jetpack-whatsapp span, .share-linkedin span, .share-more span, .share-print span, .share-reddit span, .share-twitter span {
	color: #2d70b6 !important;
}

.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-icon .sd-content ul li a.sd-button:hover, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:hover, .sd-social-official .sd-content > ul > li .digg_button > a:active, .sd-social-official .sd-content > ul > li .digg_button > a:hover, .sd-social-official .sd-content > ul > li > a.sd-button:active, .sd-social-official .sd-content > ul > li > a.sd-button:hover, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:hover {
	color: #fff !important;
	background: #2d70b6 !important;
}

.share-email span, .share-facebook span, .share-jetpack-whatsapp span, .share-linkedin span, .share-more span, .share-print span, .share-reddit span, .share-twitter span {
	color: #2d70b6 !important;
}

.sd-social-icon-text .sd-content a.share-email:hover::before, .sd-social-icon-text .sd-content a.share-jetpack-whatsapp:hover::before, .sd-social-icon-text .sd-content a.share-linkedin:hover::before, .sd-social-icon-text .sd-content a.share-more:hover::before, .sd-social-icon-text .sd-content a.share-reddit:hover::before, .share-email.sd-button.share-icon:hover > span, .share-facebook.sd-button.share-icon:hover::before, .share-facebook.sd-button.share-icon:hover > span, .share-jetpack-whatsapp.sd-button.share-icon:hover > span, .share-linkedin.sd-button.share-icon:hover > span, .share-more.sd-button.share-icon:hover::before, .share-more.sd-button.share-icon:hover > span, .share-more:hover > span, .share-print.sd-button.share-icon:hover::before, .share-print.sd-button.share-icon:hover > span, .share-reddit.sd-button.share-icon:hover > span, .share-twitter.sd-button.share-icon:hover::before, .share-twitter.sd-button.share-icon:hover > span {
	color: #fff !important;
}

.sd-social-icon-text .sd-content ul li:hover {
	color: #fff !important;
}

.site-title {
	font-family: var(--sans-serif);
	font-size: 1.75em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.03em;
}

.site-title a, .site-title a:focus, .site-title a:hover {
	color: #111;
	text-decoration: none;
}

.site-description, .wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-description, .site-title {
	margin-bottom: 0;
}

.site-header .custom-logo-link .custom-logo {
	max-height: 80px;
	width: auto;
}

.site-header .custom-logo-link .custom-logo {
	max-height: 300px;
	width: auto;
}

.custom-logo {
	will-change: transform;
	transform: translateZ(0);
	image-rendering: -webkit-optimize-contrast;
	display: block;
}

.gb-block-post-grid-image a::before {
	top: 0 !important;
}

.gb-block-accordion .gb-accordion-title, .gb-block-accordion .gb-accordion-title::marker {
	color: #fff;
	cursor: pointer;
}

.gb-block-accordion .gb-accordion-title {
	background-color: var(--color-brand-blue) !important;
}

.gb-block-accordion .gb-accordion-title:hover {
	opacity: .9;
}

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item.sfHover > ul.sub-menu, .menu .menu-item > a:focus + ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle, .sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-footer .genesis-nav-menu {
	padding-bottom: 0;
}

/* match h2 */
p.faqheading {
	font-size: var(--wp--preset--font-size--large);
	font-family: var(--sans-serif);
	font-weight: 700;
	line-height: 1.1;
	color: var(--color-brand-blue);
	margin-bottom: 20px;
	margin-top: 40px;
}

.social_Menu {
	margin: 3rem 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.social_Menu i {
	width: 2.25em;
	height: 2.25em;
}

.social_Menu i::before {
	font-size: 2.25em;
}

.social_Menu a {
	text-decoration: none;
	display: block;
	height: 100%;
	transition: all .3s ease-in-out;
}

.social_Menu a:hover, .social_Menu a:focus {
	color: var(--color-brand-maroon);
}

/* When the featured image is inside the post, make sure it has some bottom margin. */
.entry-content .wp-block-post-featured-image {
	margin-bottom: 28px;
}

.authority-featured-image {
	margin: 0 0 24px;
	padding: 0;
}

.gb-block-post-grid-image a {
	display: inline-block;
}

.authority-featured-image, .featuredpost .has-post-thumbnail > a, .gb-block-post-grid-image a {
	position: relative;
	z-index: 1;
	width: 100%;
}

/* Grey underlay for featured images. Commented out rule below effectively removes it. */
.authority-featured-image::before, .featuredpost .has-post-thumbnail > a::before, .gb-block-post-grid-image a::before {
	background: #f4f4f4;
	/* content: ""; */
	left: -30px;
	height: calc(100% + 20px);
	position: absolute;
	top: 30px;
	width: calc(100% + 60px);
	z-index: -1;
}

.single .authority-featured-image::before {
	height: calc(100% + 45px);
}

.authority-grid.archive:not(.woocommerce-page) .authority-featured-image::before, .featuredpost .has-post-thumbnail > a::before, .gb-block-post-grid-image a::before {
	height: calc(100% + 10px);
}

.sidebar-content.single .authority-featured-image::before {
	left: auto;
	right: 0;
}

.featuredpost .alignnone {
	margin-bottom: 24px;
}

.authority-featured-image.authority-image-alignleft {
	float: left;
	margin: 0 24px 24px 0;
}

.authority-featured-image.authority-image-alignright {
	float: right;
	margin: 0 0 24px 24px;
}

.authority-featured-image.authority-image-alignleft img, .authority-featured-image.authority-image-alignright img {
	margin: 0;
}

.authority-featured-image img, .featuredpost .has-post-thumbnail img, .gb-block-post-grid-image img {
	box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, .18);
	vertical-align: middle;
	width: 100%;
}

.authority-featured-image img, .featuredpost .has-post-thumbnail img, .gb-block-post-grid-image img {
	transition: transform .5s cubic-bezier(.44, .51, .24, .99), box-shadow .75s cubic-bezier(.44, .51, .24, .99);
	transform: translate3d(0, 0, 0);
}

.authority-featured-image a:focus img, .authority-featured-image a:hover img, .featuredpost .has-post-thumbnail > a:focus img, .featuredpost .has-post-thumbnail > a:hover img, .gb-block-post-grid-image a:focus img, .gb-block-post-grid-image a:hover img {
	box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
	transform: translate3d(0, 10px, 0);
}

.has-featured-image .content {
	margin-top: 24px;
}

.gb-block-post-grid-text, .has-featured-image .content, .has-featured-image .sidebar, .has-post-thumbnail .entry-content, .has-post-thumbnail .entry-header {
	position: relative;
	z-index: 2;
}

.entry {
	margin-bottom: 70px;
}

.entry-header {
	margin-bottom: 0;
}

.entry-content .intro {
	color: #111;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.7;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 28px;
	padding-left: 35px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul:not([class*="is-style"]) > li {
	list-style-type: disc;
}

.entry-content ol ul > li, .entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #111;
	color: #eee;
}

p.center {
	text-align: center;
}

.latest-posts-list ul li {
	list-style: none;
}

.latest-posts-list h2 {
	margin-top: 3px;
	margin-bottom: 0;
}

.latest-posts-list .wp-block-post-date {
	padding-bottom: 10px;
}

.latest-posts-list .wp-block-separator {
	display: none;
}

.latest-posts-list .wp-block-post-excerpt__excerpt {
	margin-bottom: 15px;
}

.message {
	background-color: #111;
	padding: 25px 30px;
}

.message, .message a {
	color: #fff;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

.authority-grid.archive:not(.woocommerce-page) .content .entry, .flexible-widgets.widget-odd .featuredpost:last-of-type .entry {
	float: left;
	padding: 0 35px;
	width: 33.3%;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry {
	padding-bottom: 35px;
}

.authority-grid.archive:not(.woocommerce-page) .content .entry:nth-of-type(3n+1), .flexible-widgets.widget-odd .featuredpost:last-of-type .entry:nth-of-type(3n+1) {
	clear: left;
}

.authority-grid.archive:not(.woocommerce-page) .entry-header, .featuredpost .entry-header, .gb-block-post-grid-header {
	margin-bottom: 24px;
}

.authority-grid.archive:not(.woocommerce-page) .entry-content p, .featuredpost .entry-content p {
	margin-bottom: 12px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts, .flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title {
	padding-left: 35px;
	padding-right: 35px;
}

.entry-meta {
	font-style: italic;
	margin-bottom: 24px;
}

.entry-meta > *, .gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-byline {
	font-family: var(--sans-serif);
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}

.entry-meta > .entry-author {
	margin-left: 5px;
}

.entry-categories, .entry-tags {
	display: block;
	margin-left: 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination {
	display: flex;
	justify-content: center;
	margin: 64px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	display: inline-block;
	font-family: var(--sans-serif);
	font-size: 1em;
	font-weight: 600;
	padding: 8px 20px;
}

.archive-pagination .pagination-next > a, .archive-pagination .pagination-previous > a {
	border: 2px solid var(--color-brand-blue);
	color: var(--color-brand-blue);
	padding: 6px 20px;
}

.archive-pagination .active a, .archive-pagination a:focus, .archive-pagination a:hover {
	background-color: var(--color-brand-blue);
	color: #fff;
}

.comment-respond > h3, .entry-comments > h3, .entry-pings > h3 {
	color: #111;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -1px;
}

.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	font-size: 1em;
	line-height: 1.85;
	margin-bottom: 70px;
}

.comment-list li {
	border-left: 2px solid var(--border_and_bg_grey);
	margin: 35px 0 0 15px;
	padding: 0 0 0 35px;
}

.comment-list .depth-1 {
	border-left: none;
	margin-left: 0;
	padding: 0;
}

.comment-header {
	font-size: .75em;
	line-height: 1.5;
	margin-bottom: 20px;
	overflow: hidden;
}

.comment-header a {
	color: #555;
	font-family: var(--sans-serif);
	font-weight: 700;
	letter-spacing: .03em;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-header p {
	margin-bottom: 0;
}

.says {
	color: #707070;
	font-style: italic;
	margin-left: 5px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 15px;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type=email], .comment-respond input[type=text], .comment-respond input[type=url] {
	width: 50%;
}

.comment-respond label {
	display: block;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.comment-reply {
	color: var(--color-brand-blue);
	font-family: var(--sans-serif);
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

#cn-notice-buttons a {
	background-color: var(--color-brand-blue);
	font-family: var(--sans-serif);
	font-weight: 700;
}

.sidebar {
	font-size: 1em;
	margin-bottom: 35px;
}

.authority-top-banner {
	background: var(--color-brand-blue);
	animation: fadeIn 1s;
	padding: 12px 0;
	position: relative;
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 6;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 32px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .15);
}

.authority-top-banner, .authority-top-banner a {
	font-family: var(--sans-serif);
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	transition: all .3s ease-in-out;
}

.authority-top-banner, .authority-top-banner a, .authority-top-banner a:focus, .authority-top-banner a:hover {
	color: #fff;
}

.authority-top-banner a:focus:not(.btn--cta), .authority-top-banner a:hover:not(.btn--cta) {
	opacity: .7;
	text-decoration: underline !important;
}

#authority-top-banner-close, #authority-top-banner-close:focus, #authority-top-banner-close:hover {
	background: 0 0;
	border: 0;
	box-shadow: none;
	color: #fff;
	height: 100%;
	opacity: 1;
	animation: fadeIn 1s;
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
}

#authority-top-banner-close {
	padding-left: 35px;
	padding-right: 35px;
}

.authority-top-banner a.btn--cta {
	padding: 6px 16px;
	text-decoration: none;
	background-color: var(--color-brand-maroon);
	color: #fff;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.authority-top-banner a.btn--cta:hover, .authority-top-banner a.btn--cta:focus {
	background-color: #fff;
	color: var(--color-brand-maroon);
}

.authority-top-banner .dashicons {
	display: none;
}

.footer-widgets {
	background-color: #f4f4f4;
	clear: both;
}

.footer-widgets .widget_media_image::after {
	display: none;
}

.site-footer {
	background-color: var(--color-brand-maroon);
	color: #fff;
	font-family: var(--sans-serif);
	font-size: .875em;
	line-height: 1.5;
	margin-top: 70px;
	padding: 2rem 0;
	text-transform: uppercase;
}

.site-footer .wrap {
	padding-top: 0 !important;
}

.site-footer p {
	margin-bottom: 0;
	margin-top: 7px;
}

.site-footer .nav-secondary {
	margin-bottom: 2.5rem;
}

.site-footer .genesis-nav-menu a {
	font-size: .875em;
}

.site-footer .newsletter-signup {
	background-color: #e0e0e0;
	border-radius: .5rem;
	color: #222;
	padding: 1rem;
	text-transform: none;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	align-items: center;
	max-width: 35rem;
	margin: 0 auto 1.5rem;
}

.site-footer .newsletter-signup p {
	margin-top: 0;
	text-align: center;
}

.site-footer .newsletter-signup .gform_wrapper {
	width: 100%;
}

.site-footer .newsletter-signup form {
	display: flex;
	width: 100%;
	max-width: 30rem;
	margin: 0 auto;
}

.site-footer .newsletter-signup .gform-body {
	flex: 2;
}

.site-footer .newsletter-signup .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
	flex: 1;
}

.site-footer .newsletter-signup .gform_button[type="submit"] {
	padding: .5rem 1rem;
	background-color: var(--color-brand-blue);
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
	height: 100%;
}

.site-footer .newsletter-signup .gform_button[type="submit"]:hover, .site-footer .newsletter-signup .gform_button[type="submit"]:focus {
	transform: none !important;
	background-color: #fff !important;
	color: var(--color-brand-blue) !important;
}

@media only screen and (max-width: 37.5rem) {
	.site-footer .newsletter-signup {
		margin: 0 1rem 1.5rem;
	}
}

.footercopy, ul#menu-bottom-menu {
	text-align: center;
}

.footercopy {
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	gap: .25rem;
	font-family: var(--sans-serif);
}

.footercopy p {
	font-family: inherit;
}

.logo-row {
	margin-top: 1em;
}

.reviewbox {
	display: inline-block;
}

.footer-review {
	background-color: var(--color-brand-blue);
	color: #fff;
	text-align: center;
	margin: 0;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	padding: 48px 10px;
}

.footer-review span[itemprop=name] {
	font-weight: 700;
	font-size: 1.5em;
}

.footer-review h3 {
	max-width: 75rem;
	margin: 10px auto 0;
	text-wrap: balance;
	font-size: clamp(1.25rem, 1.579vw + .895rem, 2rem);
	line-height: clamp(2rem, 1.684vw + 1.621rem, 2.8rem);
}

.footer-review h3 a {
	color: #fff;
	font-weight: bolder;
}

.footer-review h3 a::before {
	content: "''";
}

.footer-review h3 a::after {
	content: "''";
}

.footer-review span[itemprop=Author] {
	font-size: 1.2em;
	font-weight: 700;
	font-style: italic;
}

.footer-review .reviewername {
	padding: 0;
}

.footer-review span[itemprop=Author]::before {
	content: "- ";
}

.footer-review .rating_display {
	color: gold;
}

.footer-review .footer-review {
	width: 50vw;
	padding-bottom: 0 !important;
}

.footer-review span[itemprop=reviewBody] {
	font-weight: 100 !important;
}

.footer-review span[itemprop=reviewBody]::before {
	content: "''";
}

.footer-review span[itemprop=reviewBody]::after {
	content: "''";
}

.footer-review i a {
	color: #fff;
}

.site-footer {
	display: flex;
	margin-top: 0;
}

.article-box-hero {
	display: block !important;
	text-align: center !important;
	padding-bottom: 2% !important;
}

.article-box-hero .wp-block-media-text__content {
	margin-left: 0 !important;
	margin-top: 4% !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.article-box-hero .wp-block-buttons {
	margin-left: 1% !important;
}

#h-va-disability-attorneys {
	font-size: 4.5em;
}

.wp-block-table thead tr th, .wp-block-table tfoot tr td {
	background-color: var(--color-brand-blue);
	color: #fff;
	border: none;
	text-align: center !important;
	line-height: 1.2;
}

.is-style-stripes-with-borders tbody tr:nth-child(2n+1), .is-style-rating-table tbody tr:nth-child(2n+1), .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .is-style-2575 tbody tr:nth-child(2n+1), .is-style-333333 tbody tr:nth-child(2n+1), .is-style-5050 tbody tr:nth-child(2n+1), .is-style-7525 tbody tr:nth-child(2n+1) {
	background-color: #ccdeeb;
}

.is-style-2575 tr td:first-child {
	width: 25% !important;
	border-right: 2px solid var(--color-brand-blue);
}

.is-style-5050 tr td:first-child {
	width: 50% !important;
	border-right: 2px solid var(--color-brand-blue);
}

.is-style-7525 tr td:first-child {
	width: 75% !important;
	border-right: 2px solid var(--color-brand-blue);
}

.is-style-333333 tbody td:nth-child(2n) {
	text-align: center !important;
	width: 33% !important;
	border-right: 2px solid var(--color-brand-blue);
	border-left: 2px solid var(--color-brand-blue);
}

.is-style-rating-table tbody tr td:nth-child(1) {
	min-width: 50%;
}

.wp-block-table.is-style-stripes-with-borders th, .wp-block-table.is-style-stripes-with-borders td {
	border: 1px solid var(--color-default-text);
}

.entry-footer {
	background-color: var(--color-brand-maroon);
	color: #fff;
	padding: 2rem;
	margin-top: 2rem;
	text-transform: none;
}

.entry-footer * {
	color: inherit;
	text-transform: inherit;
}

.entry-footer .entry-meta {
	margin-bottom: 0;
}

.entry-footer .entry-meta a {
	text-decoration: underline !important;
	transition: all .3s ease-in-out;
}

.entry-footer .entry-meta a:hover, .entry-footer .entry-meta a:focus {
	color: var(--color-brand-yellow);
}

@media only screen and (max-width:85em) {
	.site-inner, .wrap {
		max-width: 65em;
	}
	
	.content {
		width: 600px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
}

@media only screen and (max-width:64em) {
	.site-inner, .wrap {
		padding: 0 20px;
	}
	
	.content, .content-sidebar .content, .sidebar-content .content, .sidebar-primary {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	
	.archive-description {
		margin-bottom: 35px;
		padding-bottom: 20px;
	}
	
	.archive-description, .entry {
		margin-left: auto;
		margin-right: auto;
		max-width: 42.66em;
	}
	
	.authority-grid .archive-description {
		max-width: none;
	}
	
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	
	.flexible-widgets .widget {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.flexible-widgets .entry-content, .flexible-widgets .textwidget {
		margin-left: 0;
	}
	
	.enews-widget {
		padding: 20px 40px;
	}
	
	.flexible-widgets .enews-widget {
		padding: 40px 60px;
	}
	
	.authority-featured-image::before, .featuredpost .has-post-thumbnail > a::before {
		left: -20px;
		width: calc(100% + 40px);
	}
	
	.authority-grid.archive:not(.woocommerce-page) .content .entry, .flexible-widgets.widget-odd .featuredpost:last-of-type .entry {
		padding: 0 25px;
	}
	
	.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts, .flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.single .sidebar .widget:first-of-type {
		margin-top: 0;
		box-shadow: none !important;
	}
	
	.site-footer {
		text-align: center;
		margin: 3rem 0 0;
	}
	
	.navsearch {
		position: relative;
		margin: 0;
		padding: 0;
		top: 0 !important;
		left: 0 !important;
		width: 100%;
	}
}

@media only screen and (max-width:53.75em) {
	.author-box .avatar {
		margin-left: 35px;
	}
	
	.site-inner {
		padding: 5% 5% 0;
	}
	
	/* .site-header .wrap, */
	#footer, .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	/* .archive-description, */
	.after-entry, .author-box, .sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}
	
	.authority-featured-image, .comment-respond, .entry, .entry-comments, .entry-pings {
		padding: 0;
	}
	
	.entry-footer {
		margin-left: 0;
	}
	
	.archive-description {
		text-align: center;
	}
	
	.enews-widget .widget-title {
		font-size: 1.75em;
	}
	
	.sidebar {
		margin-bottom: 5%;
	}
	
	.pagination {
		margin: 5% 0;
		width: 100%;
	}
	
	.archive-pagination ul {
		display: flex;
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		margin: 0;
		width: 100%;
	}
	
	#authority-top-banner-close {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.authority-top-banner .number-only, .authority-top-banner .lede {
		display: none;
	}
	
	.authority-top-banner .dashicons {
		display: inline-block;
		transform: scaleX(-1);
		text-decoration: none;
	}
	
	.enews-widget::after {
		display: none;
	}
	
	.flexible-widgets .entry-title, .flexible-widgets .widget-title {
		font-size: 2em;
	}
	
	.flexible-widgets.widget-odd .featuredpost:last-of-type {
		padding-top: 20px;
	}
	
	.authority-featured-image::before, .featuredpost .has-post-thumbnail > a::before {
		left: -15px;
		width: calc(100% + 30px);
	}
	
	.authority-grid.archive:not(.woocommerce-page) .content .entry, .flexible-widgets.widget-odd .featuredpost:last-of-type .entry {
		padding: 0 20px;
	}
	
	.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
		padding: 0 20px 10px;
	}
	
	.authority-grid.archive:not(.woocommerce-page) .entry-title, .flexible-widgets .featuredpost .entry-title, .footer-widgets .featured-content .entry-title {
		font-size: 1.375em;
	}
	
	.gb-block-post-grid div[class*=columns].is-grid, .gb-block-post-grid div[class*=columns].gb-is-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width:64em) {
	.site-inner, .wrap {
		padding: 0 1em 0 1em;
	}
	
	.site-inner {
		padding-top: 138px;
	}
	
	.full-width-content.single .content {
		margin-top: 20px;
	}
	
	.authority-grid.archive:not(.woocommerce-page) .content .entry, .flexible-widgets .widget, .flexible-widgets .widget:nth-child(odd), .flexible-widgets.widget-odd .featuredpost:last-of-type .entry, .flexible-widgets.widget-odd .widget:last-of-type {
		clear: both;
		float: none;
		position: static;
		text-align: center;
		max-width: none;
		padding: 20px 0;
		width: 100%;
	}
	
	.footer-widgets .enews-widget:nth-child(1), .footer-widgets .enews-widget:nth-child(2) {
		margin: 0;
	}
	
	blockquote {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 0;
	}
	
	blockquote::before {
		position: relative;
		left: -8px;
		height: 80px;
		top: auto;
	}
	
	.flexible-widgets blockquote p {
		font-size: 1.125em;
	}
	
	.authority-grid.archive:not(.woocommerce-page) .content .entry, .flexible-widgets.widget-odd .featuredpost:last-of-type .entry, .gb-block-post-grid .gb-post-grid-items .entry, .gb-block-post-grid .gb-post-grid-items.is-grid .entry {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	
	.flexible-widgets .featuredpost .more-posts, .flexible-widgets .featuredpost .widget-title {
		padding-left: 0;
		padding-right: 0;
	}
	
	.authority-featured-image::before, .featuredpost .has-post-thumbnail > a::before {
		display: none;
	}
	
	.flexible-widgets .enews-widget, .flexible-widgets .enews-widget:last-of-type, .flexible-widgets.widget-odd .enews-widget:last-of-type {
		padding: 30px 40px;
	}
	
	.footer-review {
		/* width: 90%;
        margin: auto;
        float: none */
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.lawyer-headshot {
		text-align: center;
		float: none;
		display: block;
	}
	
	.lawyer-excerpt .button {
		display: flex;
		justify-content: center;
		width: 50%;
		margin: auto;
	}
}

@media only screen and (max-width:48em) {
	.site-inner, .wrap {
		padding: 0 1.25rem;
	}
	
	.site-inner {
		padding-top: 138px;
	}
	
	.wrap {
		padding: 0;
	}
	
	.flexible-widgets > .wrap {
		padding: 15px 0;
	}
	
	.enews-widget, .flexible-widgets .enews-widget, .flexible-widgets .enews-widget:last-of-type, .flexible-widgets.widget-odd .enews-widget:last-of-type {
		padding: 20px;
	}
	
	.fun_facts_wrapper {
		clear: both;
		width: 100%;
		margin-bottom: 28px;
	}
	
	.the_content_wrapper {
		width: 100%;
	}
	
	.the_content_wrapper p {
		width: 100%;
		margin-bottom: 14px;
		margin-top: 14px;
	}
	
	.sd-content {
		text-align: center;
	}
	
	.sd-button span {
		display: none;
	}
	
	.va-wait-time {
		width: 100%;
		text-align: center;
		margin: auto;
	}
	
	.prev-text, .next-text {
		display: none;
	}
}

@media screen and (max-width:37.5em) {
	#h-va-disability-attorneys {
		font-size: 2em;
	}
	
	.authority-top-banner, .authority-top-banner a {
		font-size: 1em;
	}
	
	.is-style-rating-table tbody tr td:nth-child(1) {
		min-width: 80vw;
	}
	
	.is-style-rating-table::before {
		content: "Scroll horizontally to see more.";
		display: block;
		position: relative;
		font-size: 85%;
		color: #555;
		margin-bottom: 8px;
	}
}

.alignthisstuff {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
}

.logosfooter {
	margin: auto;
	padding: 48px 0 0 0;
	max-width: 35em;
}

.logosfooter .alignthisstuff {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.logosfooter .widget {
	font-size: 0;
	line-height: 0;
	display: grid;
}

.logosfooter .widget .widget-wrap {
	place-self: center;
}

.logosfooter .widget img {
	width: 150px;
}

.logosfooter .widget img.tall {
	max-height: 90px;
	width: auto;
}

.gsc-search-button, .gsc-search-button-v2, .gsc-input-box {
	border-radius: 0 !important;
}

.gsc-input-box {
	padding: 0 !important;
}

.gsc-search-button:focus, .gsc-search-button:hover, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	transform: none !important;
	background-color: #fff !important;
}

.gsc-search-button:focus svg, .gsc-search-button:hover svg, .gsc-search-button-v2:hover svg, .gsc-search-button-v2:focus svg {
	fill: var(--color-brand-blue) !important;
}

@media only screen and (min-width: 64em) {
	.social_Menu {
		margin-top: 4rem;
	}
}

/* related articles stuff */
#jp-relatedposts {
	display: block;
	margin-top: 48px;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: 0;
}

#jp-relatedposts h3.jp-relatedposts-headline {
	display: block;
	float: none;
	margin-bottom: 32px;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: 700;
}

#jp-relatedposts h3.jp-relatedposts-headline em::before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 1em;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	width: 100%;
	float: none;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 0;
	opacity: 1;
	margin-bottom: 48px;
}

.jp-relatedposts-post-a img {
	box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, .18);
	width: 100%;
}

h3.jp-relatedposts-headline em {
	font-size: var(--wp--preset--font-size--large);
	font-family: var(--sans-serif);
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: var(--fluid-18px-22px);
	font-family: var(--sans-serif);
	line-height: 1.1;
	margin: 24px 0;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-weight: 700;
	color: #222;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:focus {
	color: var(--color-brand-blue);
	text-decoration: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	color: var(--color-brand-blue);
	text-decoration: none !important;
}

#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: block;
	font-size: 1em;
	line-height: 1.75;
}

@media only screen and (min-width: 37.5em) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		display: flex;
		flex-wrap: wrap;
		column-gap: 32px;
	}
	
	#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
		width: calc(50% - 16px);
	}
	
	.jp-relatedposts-post-a img {
		transition: transform .5s cubic-bezier(.44, .51, .24, .99), box-shadow .75s cubic-bezier(.44, .51, .24, .99);
	}
	
	.jp-relatedposts-post-a:focus img, .jp-relatedposts-post-a:hover img {
		box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
		transform: translate3d(0, 10px, 0);
	}
}

@media only screen and (min-width: 48em) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		flex-wrap: nowrap;
	}
	
	#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
		width: 100%;
		flex: 1;
		margin-bottom: 0;
	}
}

/* break out of the main column */
@media only screen and (min-width: 64em) {
	body:not(.has-toc) #jp-relatedposts {
		margin-left: -64px;
		margin-right: -64px;
		width: auto;
	}
}

@media only screen and (min-width: 75em) {
	body:not(.has-toc) #jp-relatedposts {
		margin-left: -128px;
		margin-right: -128px;
		width: auto;
	}
}

.single-testimonials #jp-relatedposts, .single-lawyer #jp-relatedposts, .single-job #jp-relatedposts {
	display: none !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

/* Removed from additional CSS in Customizer */
input[type=checkbox] {
	transform: scale(1.3);
}

.ginput_container_consent input[type=checkbox], .gfield-choice-input {
	margin-left: 4px;
	margin-right: 12px;
	line-height: 1;
}

.gfield--input-type-consent {
	/* make room for the outline */
	padding: 2px !important;
}

.gchoice:focus-within, .ginput_container_consent:focus-within, label:has(input[type=checkbox]:focus-within) {
	outline: 2px dotted var(--color-brand-blue);
}

/* the background is dark, so we need to make the outline yellow */
.nelio-popup .has-blue-background-color .gchoice:focus-within, .has-blue-background-color .gchoice:focus-within, .has-blue-background-color .ginput_container_consent:focus-within {
	outline: 2px dotted var(--color-brand-yellow);
}

.nelio-popup .has-blue-background-color a {
	color: var(--color-brand-yellow);
}

.search-results h1 {
	text-align: center;
}

.navsearch table {
	margin-bottom: 0;
}

.hub--latest .wp-block-post-template {
	padding-left: 0;
}

@media only screen and (max-width: 42.66em) {
	.columns--mobile-reverse {
		flex-wrap: wrap-reverse !important;
	}
}

.hub--latest .wp-block-post {
	margin-bottom: 48px;
}

/* remove display:table effect */
.hub--latest .wp-block-post::before, .hub--latest .wp-block-post::after {
	content: none;
}

.hub--latest .wp-block-post-featured-image :where(img) {
	transition: transform .5s cubic-bezier(.44, .51, .24, .99), box-shadow .75s cubic-bezier(.44, .51, .24, .99);
	transform: translate3d(0, 0, 0);
	box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, .18);
}

.hub--latest .wp-block-post-featured-image a:hover :where(img) {
	transform: translate3d(0, 10px, 0);
}

.hub--latest .wp-block-post h2 {
	font-size: var(--fluid-18px-22px);
	margin-top: 24px;
}

.hub--latest .wp-block-post h2 a {
	color: #222;
	text-decoration: none;
	background: none;
}

.hub--latest .wp-block-post h2 a:hover, .hub--latest .wp-block-post h2 a:focus {
	color: var(--color-brand-blue);
}

@media only screen and (min-width: 42.66em) {
	.hub--latest .wp-block-post-template {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
	
	.hub--latest .wp-block-post {
		margin: 0;
		justify-content: space-between;
		align-items: flex-start;
	}
}

@media only screen and (min-width: 61.11em) {
	.hub--latest .wp-block-post-template {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.hub--latest .wp-block-post:nth-child(4) {
		display: none;
	}
}

.error404 .latest-posts {
	margin-top: 64px;
}

.single .wp-block-image.stylized-background::before, .single .wp-block-image.stylized-background::after, .single .wp-block-media-text .wp-block-media-text__media::after, .single .wp-block-media-text .wp-block-media-text__media::before {
	content: unset;
}

details.wp-block-details {
	appearance: none !important;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--color-brand-blue);
	color: #fff;
	border: none;
	position: relative;
	padding: 0 16px;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .25);
	transition: all .3s ease-in-out;
}

details.wp-block-details[open] {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 16px;
}

/* Links in yellow with growing background on hover. */
details.wp-block-details a {
	color: var(--color-brand-yellow);
	background: linear-gradient(to bottom, var(--color-brand-yellow) 0, var(--color-brand-yellow) 100%) !important;
	background-position: 0 100% !important;
	background-repeat: repeat-x !important;
	background-size: 2px 2px !important;
	transition: ease-in-out .3s;
	text-decoration: none !important;
}

details.wp-block-details a:hover, details a:focus {
	background-size: 4px 50px !important;
	color: var(--color-brand-blue) !important;
}

.wp-block-details summary {
	margin-bottom: 0;
	background-color: var(--color-brand-blue);
	align-items: center;
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: .5em 0;
	line-height: 1.5;
	gap: 1em;
}

.wp-block-details.has-background summary {
	background-color: inherit;
}

/* make sure it's hidden in Safari */
.wp-block-details summary::-webkit-details-marker, .wp-block-details summary::marker {
	display: none;
}

.details-svg-icon {
	width: 1.333em;
	height: 1.333em;
	fill: currentColor;
	flex-basis: 20%;
	text-align: right;
	display: inline-flex;
	justify-content: flex-end;
}

/* The following code assumes we selected the plus.svg as the icon for the details block. */
details.wp-block-details > summary .collapse-vertical-bar {
	transform: rotate(0deg);
	transition: transform .3s ease;
	transform-origin: 50% 50%;
}

details.wp-block-details[open] > summary .collapse-vertical-bar {
	transform: rotate(90deg);
	transition: transform .3s ease;
	transform-origin: 50% 50%;
}

/* the following code assumes we selected the caret-down.svg as the icon for the details block. */
details.wp-block-details > summary #caret {
	transform: rotate(0deg);
	transition: transform .3s ease;
	transform-origin: 50% 50%;
}

details.wp-block-details[open] > summary #caret {
	transform: rotate(-180deg);
	transition: transform .3s ease;
	transform-origin: 50% 50%;
}

.wp-block-details.is-style-rounded {
	border-radius: 22px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 1rem !important;
}

.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
	border-width: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
	overflow-y: hidden !important;
	/* 15px */
	font-size: .9375rem !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input, .gform_wrapper.gravity-theme .gfield_checkbox label {
	display: inline !important;
}

/* Newsletter checkbox and consent checkbox */
.gchoice_1_28_1, #label_1_28_1, .ginput_container_consent {
	/* 15px */
	font-size: .9375rem !important;
	line-height: 1.4 !important;
}

.birdeye-average, .birdeye-total {
	text-align: center;
}

/* DIC calculator enhancement */
#field_36_34 #input_36_34 {
	background-color: var(--color-brand-yellow, #fae284);
	box-shadow: var(--wp--preset--shadow--shallow);
	margin: 1em 0;
	padding: .75em;
}

/* CSS from Appearance -> Customize */
.lawyername {
	background: #0c5da2;
	padding: .2em 0 .2em 0em;
	width: 120%;
	text-align: center;
	position: relative;
	left: -10%;
}

.entry-content .stk-block, .stk-block, .stk-block-column__content > * {
	margin-bottom: var(--stk-block-margin-bottom);
}

input[type=checkbox] {
	transform: scale(1.3);
}

/* new testimonial reusable blocks */
.testimonial-logo {
	display: none;
}

tr:nth-child(odd) td.va-location {
	background: linear-gradient(135deg, #e7e7e7 84%, #0c5da2 84%, #0c5da2 93%, #c1c1c1 93%);
}

td.va-location h4 {
	font-size: 1em;
	font-weight: bold;
	color: #0c5da2;
	border: none;
}

.wpdt-c td.va-location p {
	margin: 0;
	padding: 0;
}

.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
	height: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.fine-print {
	font-size: smaller;
}

.columns--mobile-reverse {
	flex-wrap: wrap-reverse !important;
}

.align-stretch {
	display: grid;
	place-content: center;
}

.image-cover {
	height: 100%;
}

summary::marker {
	display: none;
	opacity: 0;
}

@media (max-width: 768px) {
	#home--hero-container {
		background-image: unset !important;
		background: linear-gradient(to bottom right, #0c5da2 37%, #98bdda 99%);
	}
	
	#home--hero-container::before {
		opacity: 1 !important;
		background: var(--gradient-blue--horizontal) !important;
	}
}

#home-gradient-image img {
	display: none;
}

#home-gradient-image {
	background: var(--gradient-blue--horizontal);
}

#home-gradient-image .wp-block-group {
	align-items: center;
}

@media (min-width: 42.66em) {
	#home-gradient-image img {
		display: block;
	}
	
	#home-gradient-image .wp-block-group {
		align-items: flex-start;
	}
	
	.testimonial-logo {
		display: block;
		position: absolute;
		bottom: .25em;
		left: .25em;
		max-width: 3.5rem;
		opacity: .8;
		filter: drop-shadow(0px 5px 2px hsla(208, 86%, 34%, .5));
	}
}

.review-cta:hover, .review-cta:focus {
	background-color: var(--color-brand-maroon) !important;
	color: #fff !important;
}

.cta--media-text {
	box-shadow: var(--wp--preset--shadow--natural);
	width: 100%;
	max-width: 44.44em;
}

.cta--media-text figure {
	display: none;
}

.cta--media-text.wp-block-media-text .wp-block-media-text__media img {
	border-width: 0;
}

.cta--media-text img::after {
	content: none;
}

.cta--media-text a:hover, .cta--media-text a:focus {
	color: #fff !important;
}

@media screen and (min-width: 50.01em) {
	.cta--media-text figure {
		max-width: 10em;
		display: block;
		justify-self: start;
	}
	
	.cta--media-text figure img {
		margin-left: 0 !important;
	}
}

@media screen and (min-width: 1024px) {
	.cta--media-text {
		max-width: 45em;
		justify-self: center;
	}
}

@media screen and (min-width: 1100px) {
	.cta--media-text {
		max-width: 100%;
		justify-self: unset;
	}
	
	.testimonial {
		width: 90%;
		margin-inline: auto;
	}
}

.fw-900 {
	font-weight: 900 !important;
}

.searchwp-revised-search-notice {
	font-size: 1.2em;
}

.searchwp-suggested-revision-query {
	color: var(--color-brand-maroon);
	font-weight: 700;
}

/* common input styles */
input[type="text"], input[type="number"], input[type="date"], input[type="email"], input[type="tel"], textarea, select {
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	padding: .5em;
	width: 100%;
	display: block;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus, input[type="text"]:active, input[type="number"]:active, input[type="date"]:active, input[type="email"]:active, input[type="tel"]:active, textarea:active, select:active {
	outline: 2px solid var(--color-brand-blue, #0c5da2);
	outline-offset: -2px;
	box-shadow: 0 0 8px 4px rgba(12, 93, 162, .19);
}

/* input[type="date"]:invalid,
input[type="text"]:invalid,
input[type="number"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
textarea:invalid,
select:invalid {
    border-color: var(--color-brand-maroon);
    outline: 2px solid var(--color-brand-maroon);
    outline-offset: -2px;
    box-shadow: 0 0 8px 4px #7D090E30;
} */
input[type="date"]:user-invalid, input[type="text"]:user-invalid, input[type="number"]:user-invalid, input[type="email"]:user-invalid, input[type="tel"]:user-invalid, textarea:user-invalid, select:user-invalid {
	border-color: var(--color-brand-maroon);
	outline: 2px solid var(--color-brand-maroon);
	outline-offset: -2px;
	box-shadow: 0 0 8px 4px rgba(125, 9, 14, .19);
}

.has-blue-background-color input[type="text"]:focus, .has-blue-background-color input[type="number"]:focus, .has-blue-background-color input[type="date"]:focus, .has-blue-background-color input[type="email"]:focus, .has-blue-background-color input[type="tel"]:focus, .has-blue-background-color textarea:focus, select:focus, .has-blue-background-color input[type="text"]:active, .has-blue-background-color input[type="number"]:active, .has-blue-background-color input[type="date"]:active, .has-blue-background-color input[type="email"]:active, .has-blue-background-color input[type="tel"]:active, .has-blue-background-color textarea:active, select:active {
	outline: 2px solid var(--color-brand-yellow, #fae284);
	outline-offset: -2px;
	box-shadow: 0 0 8px 4px rgba(250, 226, 132, .19);
}

input[type="date"] {
	appearance: none;
}

/* number input that accepts currency */
.currency {
	position: relative;
}

.currency input {
	padding-left: 24px;
}

.currency .dollar-symbol {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: #555;
	font-size: 1em;
}

.tippy-box {
	background-color: #e8e8e8;
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, .25));
	padding: 10px;
	font-size: .85em;
	font-weight: normal;
	border-radius: .25em;
}

.tippy-content {
	color: #000;
}

.tippy-box a {
	color: var(--color-brand-blue, #0c5da2);
	text-decoration: underline;
}

.tippy-arrow {
	color: #e8e8e8;
}

.gfield.expandable {
	height: 120px;
	transition: height .3s ease-in-out;
	position: relative;
	overflow: hidden;
}

.gfield.expandable.expanded {
	height: auto;
	max-height: 1000px;
}

.gfield.expandable::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, transparent, #fff);
	position: absolute;
	bottom: 0;
	top: 1em;
}

.gfield.expandable.yellow::before {
	background-image: linear-gradient(to bottom, transparent, var(--color-brand-yellow, #fae284));
}

.woods-form-background-white .gfield.expandable.yellow::before {
	background-image: linear-gradient(to bottom, transparent, var(--wp--preset--color--bg-grey, #eee));
}

.gfield.expandable.grey::before {
	background-image: linear-gradient(to bottom, transparent, var(--wp--preset--color--bg-grey, #eee));
}

.gfield.expandable.expanded::before {
	display: none;
}

button.expandable-toggle {
	display: inline-block;
	width: fit-content;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px;
	background-color: var(--color-brand-blue, #0c5da2);
	color: #fff;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

button.expandable-toggle:hover {
	background-color: #fff !important;
	color: var(--color-brand-blue, #0c5da2) !important;
}

.gfield.expandable.expanded button.expandable-toggle {
	display: none;
}

/* For popups with a brand blue background */
.has-blue-background-color .gfield.expandable::before {
	background-image: linear-gradient(to bottom, transparent, var(--color-brand-blue, #0c5da2));
}

.has-blue-background-color button.expandable-toggle {
	border-color: var(--color-brand-maroon, #7d090e);
	background-color: var(--color-brand-maroon, #7d090e);
	color: #fff;
}

.has-blue-background-color button.expandable-toggle:hover {
	background-color: #fff !important;
	color: var(--color-brand-maroon, #7d090e) !important;
}

/* utility class for centering content */
.grid--center {
	display: grid;
	place-content: center;
}

.centered-slide-number {
	width: 10rem;
	height: 10rem;
	display: grid;
	place-content: center;
}

.centered-slide-number.small {
	width: 6rem;
	height: 6rem;
}

.centered-slide-number h3 {
	padding: 0;
}

.text-wrap-default {
	text-wrap: pretty;
	text-wrap: balance;
}

/* Styles for images that are not available.
   method from: https://bitsofco.de/styling-broken-images/ and other sources.
*/
.wp-block-image img {
	text-align: center;
	position: relative;
}

.wp-block-image img:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--border_and_bg_grey, #f8f8f8);
	border: 2px dotted #ccc;
}

.wp-block-image img:after {
	content: "Sorry, this image is not available: " attr(alt);
	display: block;
	font-size: smaller;
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	text-align: center;
}

.woods-hero-section {
	background-image: url("https://cdn-ileheoi.nitrocdn.com/ZtbYFwaowyFKyrGroOfVwqusixmfYJaq/assets/images/optimized/rev-c0cbf47/woodslawyers.com/wp-content/uploads/snow.png");
	background-size: auto;
	background-repeat: repeat;
	outline: 2px solid var(--color-brand-yellow, #fae284);
	outline-offset: -20px;
	position: relative;
}

.woods-hero-section.nitro-lazy {
	background-image: none !important;
}

.absolute-top-right {
	top: 0;
	right: 0;
	position: absolute;
}

.absolute-top-left {
	top: 0;
	left: 0;
	position: absolute;
}

.absolute-bottom-right {
	bottom: 0;
	right: 0;
	position: absolute;
}

.absolute-bottom-left {
	bottom: 0;
	left: 0;
	position: absolute;
}

.headline-over-image {
	position: relative;
	z-index: 1;
}

@media screen and (max-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.mobile-50-percent {
		width: 50% !important;
		flex-grow: 0 !important;
		flex-basis: 50% !important;
	}
	
	.wp-block-columns:has(.mobile-50-percent) {
		justify-content: center;
	}
}

.stepped-form .gf_page_steps {
	text-align: center;
}

.stepped-form .gf_step_active .gf_step_number {
	background-color: var(--color-brand-blue) !important;
	color: #fff !important;
	border-color: #fff !important;
	font-weight: bold !important;
}

.stepped-form .gf_step_pending .gf_step_number {
	border: 2px solid var(--color-brand-blue) !important;
	color: var(--color-default-text) !important;
	font-weight: bold !important;
}

.gform_wrapper.gravity-theme .gf_page_steps {
	border-color: var(--color-brand-blue) !important;
}

.stepped-form .gform_page_footer {
	text-align: right;
	padding-bottom: 0 !important;
}

.stepped-form.one-page .gform-footer {
	justify-content: center;
}

.stepped-form .gform-theme-button, .stepped-form .gform_button {
	padding: 8px 20px;
	background-color: var(--color-brand-blue) !important;
	color: #fff !important;
	border-color: var(--color-brand-blue) !important;
	border-radius: 20px !important;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	border-color: var(--color-brand-maroon) !important;
	background-color: var(--color-brand-maroon) !important;
}

.gform_required_legend {
	display: none;
}

.stepped-form.gform_confirmation_wrapper {
	margin-top: 0 !important;
	background-color: var(--color-brand-yellow) !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	color: var(--color-brand-maroon) !important;
	border-color: var(--color-brand-maroon) !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border-color: var(--color-brand-maroon) !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	color: var(--color-brand-maroon) !important;
	font-size: .7777em;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	line-height: 1.1;
}

.flex-1 {
	flex: 1;
}

.flex-125 {
	flex: 1.25;
}

.opacity-50 {
	opacity: .5;
}

.width-fit-content {
	width: fit-content;
}

.d-block {
	display: block !important;
}

.h100p {
	height: 100% !important;
}

.filter-drop-shadow {
	filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, .75));
}

.text-wrap-balance {
	text-wrap: balance !important;
}

/* Circular element with overhead light source shadow - ellipse below */
.circular-shadow {
	border-radius: 50%;
	position: relative;
}

.circular-shadow::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 24px;
	background: rgba(0, 0, 0, .4);
	border-radius: 50%;
	margin-top: 2px;
	filter: blur(3px);
}

/* High contrast mode */
@media (forced-colors: active) {
	a:not(.wp-block-button__link) {
		text-decoration: underline !important;
	}
	
	details.wp-block-details, .cta--media-text, .footer-review, .site-header.is-stuck, .wp-block-group.has-background, .wp-block-column.has-background, .wp-block-button .has-background {
		border: 2px solid !important;
	}
	
	details.wp-block-details, details.wp-block-details summary {
		color: #fff;
	}
}

@media (forced-colors: active) and (prefers-color-scheme: light) {
	button.search-form-submit svg {
		fill: #000;
	}
	
	/* fix missing calendar icon in date input */
	input[type=date]::-webkit-calendar-picker-indicator {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=");
	}
	
	input[type=date]::-webkit-calendar-picker-indicator.nitro-lazy {
		background-image: none !important;
	}
}

/* High contrast mode with dark theme */
@media (forced-colors: active) and (prefers-color-scheme: dark) {
	.stk-block-carousel__button__prev svg, .stk-block-carousel__button__next svg {
		fill: #fff;
	}
}

button.nelio-popup-close-button {
	transition: all .2s ease-in-out !important;
}

.has-blue-background-color button.nelio-popup-close-button:hover, .has-blue-background-color button.nelio-popup-close-button:focus, button.nelio-popup-close-button:focus {
	background-color: #fff !important;
	color: var(--color-brand-blue) !important;
}

.nelio-popup .gform-footer {
	justify-content: center !important;
}

.nelio-popup:has(.has-blue-background-color) input[type=submit]:hover, .nelio-popup:has(.has-blue-background-color) input[type=submit]:focus {
	background-color: var(--color-brand-yellow) !important;
	border-color: var(--color-brand-yellow) !important;
	color: var(--color-brand-blue) !important;
	text-decoration: none !important;
}

.nelio-popup-content:has(.has-blue-background-color) ~ button.nelio-popup-close-button:hover {
	background-color: #fff !important;
	color: var(--color-brand-blue) !important;
}

.single-win .jp-relatedposts {
	display: none !important;
}

.searchwp-live-search-result--title {
	font-size: 1em;
	margin: 0;
	line-height: 1.3;
}

.searchwp-live-search-result {
	border-bottom: 1px solid rgba(30, 30, 30, .25);
}

.see-all-results-container {
	display: flex;
	justify-content: center;
	padding: 10px;
}

.searchwp-live-search-result--see-all-results {
	padding: .375rem 1.25rem;
	background-color: var(--color-brand-maroon);
	border-color: var(--color-brand-maroon);
	color: #fff;
	border-radius: .25rem;
	font-weight: normal;
	transition: all .2s ease-in-out;
}

.searchwp-live-search-result--see-all-results:hover {
	background-color: var(--color-brand-blue);
	border-color: var(--color-brand-blue);
	transform: none !important;
}
