/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	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.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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; /* 1 */
	font: inherit; /* 2 */
}

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.\!container {
	width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}

	.\!container {
		max-width: 640px !important;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}

	.\!container {
		max-width: 768px !important;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}

	.\!container {
		max-width: 1024px !important;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}

	.\!container {
		max-width: 1280px !important;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}

	.\!container {
		max-width: 1536px !important;
	}
}
.container {
	max-width: 100%;
}
.\!container {
	max-width: 100% !important;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}

	.\!container {
		max-width: 640px !important;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}

	.\!container {
		max-width: 768px !important;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1280px;
	}

	.\!container {
		max-width: 1280px !important;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1326px;
	}

	.\!container {
		max-width: 1326px !important;
	}
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}
.left-0 {
	left: 0px;
}
.top-0 {
	top: 0px;
}
.right-0 {
	right: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.z-30 {
	z-index: 30;
}
.z-40 {
	z-index: 40;
}
.z-20 {
	z-index: 20;
}
.z-10 {
	z-index: 10;
}
.z-50 {
	z-index: 50;
}
.float-left {
	float: left;
}
.m-auto {
	margin: auto;
}
.m-0 {
	margin: 0px;
}
.m-4 {
	margin: 1rem;
}
.my-\[0\.5em\] {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mt-9 {
	margin-top: 2.25rem;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mb-7 {
	margin-bottom: 1.75rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.ml-0 {
	margin-left: 0px;
}
.mb-2\.5 {
	margin-bottom: 0.625rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.ml-12 {
	margin-left: 3rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mr-\[1em\] {
	margin-right: 1em;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-0 {
	margin-top: 0px;
}
.ml-4 {
	margin-left: 1rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mr-4 {
	margin-right: 1rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mr-12 {
	margin-right: 3rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.list-item {
	display: list-item;
}
.hidden {
	display: none;
}
.h-24 {
	height: 6rem;
}
.h-full {
	height: 100%;
}
.h-3 {
	height: 0.75rem;
}
.h-64 {
	height: 16rem;
}
.h-16 {
	height: 4rem;
}
.h-12 {
	height: 3rem;
}
.h-8 {
	height: 2rem;
}
.h-48 {
	height: 12rem;
}
.w-full {
	width: 100%;
}
.w-1\/2 {
	width: 50%;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-7\/12 {
	width: 58.333333%;
}
.w-3\/5 {
	width: 60%;
}
.w-2\/12 {
	width: 16.666667%;
}
.w-16 {
	width: 4rem;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-8 {
	width: 2rem;
}
.w-32 {
	width: 8rem;
}
.w-64 {
	width: 16rem;
}
.flex-none {
	flex: none;
}
.transform {
	transform: var(--tw-transform);
}
.resize {
	resize: both;
}
.list-disc {
	list-style-type: disc;
}
.list-none {
	list-style-type: none;
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-self-end {
	justify-self: end;
}
.overflow-hidden {
	overflow: hidden;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded {
	border-radius: 0.25rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-l-2 {
	border-left-width: 2px;
}
.border-b-8 {
	border-bottom-width: 8px;
}
.border-r {
	border-right-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-3 {
	border-bottom-width: 3px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-orange {
	--tw-border-opacity: 1;
	border-color: rgba(198, 120, 55, var(--tw-border-opacity));
}
.border-light-blue-2 {
	--tw-border-opacity: 1;
	border-color: rgba(65, 140, 185, var(--tw-border-opacity));
}
.border-dark-red {
	border-color: #631A41;;
}
.border-green {
	--tw-border-opacity: 1;
	border-color: rgba(58, 103, 84, var(--tw-border-opacity));
}
.border-light-blue-4 {
	--tw-border-opacity: 1;
	border-color: rgba(0, 57, 90, var(--tw-border-opacity));
}
.border-blue {
	--tw-border-opacity: 1;
	border-color: rgba(77, 151, 168, var(--tw-border-opacity));
}
.border-dark {
	border-color: rgba(12,14,34,1);
}
.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(198, 120, 55, var(--tw-border-opacity));
}
.border-secondary {
	--tw-border-opacity: 1;
	border-color: rgba(68, 68, 68, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-gray-500 {
	--tw-border-opacity: 1;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.bg-orange {
	--tw-bg-opacity: 1;
	background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-light-blue-2 {
	--tw-bg-opacity: 1;
	background-color: rgba(65, 140, 185, var(--tw-bg-opacity));
}
.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-light-gray {
	--tw-bg-opacity: 1;
	background-color: rgba(219, 219, 219, var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
}
.bg-light-green {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 57, 90, var(--tw-bg-opacity));
}
.bg-dark {
	background-color: rgba(12,14,34,1);
}
.bg-transparent {
	background-color: transparent;
}
.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-cover {
	background-size: cover;
}
.bg-top {
	background-position: top;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-\[30px\] {
	padding: 30px;
}
.p-3 {
	padding: 0.75rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-8 {
	padding: 2rem;
}
.p-0 {
	padding: 0px;
}
.p-4 {
	padding: 1rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-5 {
	padding: 1.25rem;
}
.py-3\.5 {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.px-20 {
	padding-left: 5rem;
	padding-right: 5rem;
}
.py-28 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.px-14 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-\[20px\] {
	padding-top: 20px;
	padding-bottom: 20px;
}
.py-\[40px\] {
	padding-top: 40px;
	padding-bottom: 40px;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-40 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pt-9 {
	padding-top: 2.25rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pt-\[31px\] {
	padding-top: 31px;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-0 {
	padding-top: 0px;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pt-32 {
	padding-top: 8rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pr-8 {
	padding-right: 2rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pr-12 {
	padding-right: 3rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pt-36 {
	padding-top: 9rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pl-0 {
	padding-left: 0px;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pt-8 {
	padding-top: 2rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-script {
	font-family: Archer, cursive;
}
.font-heading {
	font-family: Muli, sans-serif;
}
.text-\[21px\] {
	font-size: 21px;
}
.text-\[16px\] {
	font-size: 16px;
}
.text-\[25px\] {
	font-size: 25px;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-\[20px\] {
	font-size: 20px;
}
.font-medium {
	font-weight: 500;
}
.font-normal {
	font-weight: 400;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-semibold {
	font-weight: 600;
}
.font-thin {
	font-weight: 100;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-8 {
	line-height: 2rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-9 {
	line-height: 2.25rem;
}
.leading-tight {
	line-height: 1.25;
}
.leading-none {
	line-height: 1;
}
.leading-normal {
	line-height: 1.5;
}
.tracking-\[2\.8px\] {
	letter-spacing: 2.8px;
}
.text-orange {
	--tw-text-opacity: 1;
	color: rgba(198, 120, 55, var(--tw-text-opacity));
}
.text-light-green {
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-blue {
	--tw-text-opacity: 1;
	color: rgba(77, 151, 168, var(--tw-text-opacity));
}
.text-dark {
	color: rgba(12,14,34,1);
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgba(198, 120, 55, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-dark-gray {
	--tw-text-opacity: 1;
	color: rgba(134, 134, 134, var(--tw-text-opacity));
}
.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(68, 68, 68, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-0 {
	opacity: 0;
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.has-primary-color {
	color: #c67837;
}
.has-secondary-color {
	color: #444444;
}
.has-dark-color {
	color: rgba(12,14,34,1);
}
.has-light-color {
	color: #f3fbf6;
}
.has-blue-color {
	color: #4D97A8;
}
.has-light-blue-4-color {
	color: #00395A;
}
.has-light-gray-2-color {
	color: #a6a8ab;
}
.has-primary-background-color {
	background-color: #c67837;
}
.has-secondary-background-color {
	background-color: #444444;
}
.has-light-gray-background-color {
	background-color: #dbdbdb;
}
.has-dark-background-color {
	background-color: rgba(12,14,34,1);
}
.has-light-background-color {
	background-color: #f3fbf6;
}
.has-blue-2-background-color {
	background-color: #37879A;
}
.has-light-green-2-background-color {
	background-color: #418CB9;
}
.has-light-blue-background-color {
	background-color: #DDE9F5;
}
.has-light-blue-2-background-color {
	background-color: #418CB9;
}
.has-light-blue-3-background-color {
	background-color: #EEF4FA;
}
.has-small-font-size {
	font-size: 14px;
	font-weight: normal;
}
.has-regular-font-size {
	font-size: 16px;
	font-weight: normal;
}
.has-large-font-size {
	font-size: 18px;
	font-weight: bold;
}
/* Need to add to custom accessiblity */
.hide {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
.show {
    width: auto;
    height: auto;
    position: inherit;
    overflow: visible;
    clip: auto;
  }
.screen-reader-text {
    width: 1px!important;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
/* Custom CSS Here */
/* Global */
.frame {max-width:960px;margin:auto;}
.container-xl {
  max-width: 1600px;
  margin: auto;
}
.container-lg {
  max-width: 1370px;
    margin: auto;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body, p {
	font-family: Muli, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	line-height: 1.625;
  color:#093A59;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
	font-family: Muli, sans-serif;
}
a {
    transition:300ms all ease-in-out;
    --tw-text-opacity: 1;
    color: rgba(65, 140, 185, var(--tw-text-opacity));
}
hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.entry-content p > a, .the-content a, .entry-content .wp-block-columns .wp-block-column p a {
  text-decoration:underline;
  --tw-text-opacity: 1;
  color: rgba(198, 120, 55, var(--tw-text-opacity));
}
.border-box {box-sizing:border-box;}
/*table, th, td {
  border: 3px solid #eaeaea;
}*/
th, td {
  padding: 2px;
  text-align: left;
}
svg {
  fill: currentColor;
}
/* Social Icons */
.social-media-icons svg {
  width:50px;
  height: 50px;
}
.social-media-icons li {
	padding-left: 1rem;
	padding-right: 1rem;
}
/* Fixes */
.fit-image {
  display:flex;
  align-items:stretch;
}
.fit-image img {
  height:100%;
  width:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
#fancybox-wrap {
  z-index:100;
}
.quform-popup-link {
text-decoration: underline;
}
.breadcrumbs a {
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* Block Overrrides */
p.has-background {
    padding: 0.7em 1.375em;
}
/* Block Column Fix Responsive */
.wp-block-columns {
	display: grid;
}
@media (min-width: 768px) {
  .wp-block-columns {
		display: flex;
	}
}
.grid-col-reverse .wp-block-column:first-child {
  grid-row:2/3
}
.grid-col-reverse .wp-block-column:last-child {
  grid-row:1/2
}
header .grid {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows:1fr 70px;
}
@media (min-width: 768px) {
  header .grid {
  grid-template-columns: auto auto auto auto;
  grid-template-rows:1fr;
}
.cta-menu {
  grid-row: 1/2;
  grid-column:3/4;
}
}
.logo img, .logo svg {
    width: 200px; 
    margin:15px;
  }
@media (min-width: 1024px) {
    .logo img, .logo svg {
    width: 200px; 
    margin:15px;
    transition:500ms ease-in-out width;
  }
}
.sticky-header .logo img {
  width:110px;
}
.main-navigation {
  transition:300ms padding-top ease-in-out;
}
.main-navigation .menu-main-container {
	width: 100%;
}
.top-message p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .home-icon {
    text-indent: -9999px;
    background-image: url('/../../wp-content/uploads/2022/05/House-Icon.png')}
  .home-icon {
		height: 100%;
	}
  .home-icon {
		width: 100%;
	}
  .home-icon {
		background-size: contain;
	}
  .home-icon {
		background-repeat: no-repeat;
	}
  }
#main-menu li:first-child {
    top: 8px;
  }
#main-menu .sub-menu li:first-child {
    top: 0;
  }
#cta-menu li a {
	margin-top: 0.25rem;
	display: block;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(198, 120, 55, var(--tw-text-opacity));
}
/*.home-search {
  background: #418cb9;
  padding: 20px;
  text-align: center;
}

.home-search p {
  color: #fff;
}

.home-search a {
  color: #fff;
}*/
/* Footer */
footer, footer p {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
footer .social-media-icons a:hover svg path{
  transition:300ms fill ease-in-out;
}
footer .social-media-icons a svg path{
  fill: #418cb9;
  --tw-bg-opacity: 1;
  background-color: rgba(201, 221, 232, var(--tw-bg-opacity))}
footer h2 {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
footer .widget_nav_menu {
	margin-bottom: 1rem;
	margin-top: 0.5rem;
	border-top-width: 1px;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
}
footer .widget_nav_menu li {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
footer .widget_nav_menu li a {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(68, 68, 68, var(--tw-text-opacity));
}
footer .widget_text a {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
footer .widget_nav_menu li a:hover {
  text-decoration:underline;
}
.copyright-nav-list li {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
footer .tb-button .tb-button__link {
	border-radius: 0px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 57, 90, var(--tw-border-opacity));
	background-color: transparent;
	text-transform: uppercase;
}
footer .tb-button .tb-button__link:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
footer .tb-button__link span {
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
footer h4, footer p, footer a {
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
#copyright-menu ul li a {
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
#copyright-menu ul {
	margin: 0px;
	list-style-type: none;
	justify-content: center;
	padding: 0px;
}
.main_footer .social-media-icons {
	margin-top: 0.625rem;
	align-items: center;
}
.main_footer .social-media-icons li {
	margin-left: 0.625rem;
	padding: 0px;
}
.main_footer .social-media-icons svg {
	height: 2rem;
	width: 2rem;
}
.main_footer .social-media-icons li:first-child {
	margin: 0px;
}
footer h3.tb-heading {
	padding-bottom: 1rem;
	font-size: 1.5rem;
	line-height: 2rem;
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
footer h4 {
	padding-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
}
/* Add to Custom Button */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	--tw-bg-opacity: 1;
	background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 3rem;
	padding-right: 3rem;
	opacity: 1;
  transition: 300ms ease-in-out opacity;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
	opacity: 0.75;
}
.btn-primary, .btn-primary-arrow {
	position: relative;
	display: inline-block;
	display: flex;
	align-items: center;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(198, 120, 55, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn-secondary {
	position: relative;
	display: inline-block;
	display: flex;
	align-items: center;
	border-radius: 0.375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(77, 151, 168, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn-primary svg, .btn-secondary svg {
	margin-left: 0.5rem;
}
.btn-primary svg path {
      fill:#fff;
    }
.btn-primary:hover, .btn-primary-arrow:hover {
	--tw-border-opacity: 1;
	border-color: rgba(0, 57, 90, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 57, 90, var(--tw-bg-opacity));
}
.btn-secondary:hover, .wpv-block-loop-item a:hover .btn-secondary {
	--tw-border-opacity: 1;
	border-color: rgba(68, 68, 68, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
}
.btn-primary-arrow:after {
        content: "";
        position: relative;
        z-index:20;
        right:-6px;
        top:-.5px;
        width:1px;
        height:9px;
        padding-right:15px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='6.1' height='9.4' viewBox='0 0 6.1 9.4'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='6.1' height='9.4' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Arrow_Small_Right' data-name='Arrow Small Right' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_36' data-name='Path 36' d='M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z' transform='translate(-2 11.4) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat:no-repeat;

    }
.btn-wire-blue a {
	position: relative;
	display: inline-flex;
	align-items: center;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(55, 135, 154, var(--tw-border-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(55, 135, 154, var(--tw-text-opacity));
}
.btn-wire-blue svg {
	margin-left: 0.5rem;
}
.btn-wire-blue svg path {
      fill: #37879A;
    transition:300ms ease-in-out fill}
.btn-wire-blue:hover svg path {
      fill: #fff!important;}
button.quform-submit {
	font-weight: 700;
}
.btn-cta a {
	position: relative;
}
.btn-cta a:after {
        content: "";
    position: absolute;
    z-index: 20;
    right: 3px;
    display: block;
    top: 13px;
    width: 6px;
    height: 22px;
    padding-right: 15px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='6.1' height='9.4' viewBox='0 0 6.1 9.4'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='6.1' height='9.4' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Arrow_Small_Right' data-name='Arrow Small Right' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_36' data-name='Path 36' d='M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z' transform='translate(-2 11.4) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
    background-size: 8px;
      }
/* Font Face */
@font-face {
    font-family: Archer;
    src: url(/wp-content/themes/Poe-Group-Advisors/resources/fonts/Archer-MediumItal.woff);

}
@font-face {
    font-family: Muli;
    src: url(/wp-content/themes/Poe-Group-Advisors/resources/fonts/Muli-Light.woff);
    font-weight: 300;
}
@font-face {
    font-family: Muli;
    src: url(/wp-content/themes/Poe-Group-Advisors/resources/fonts/Muli-LightItalic.woff);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Muli;
    src: url(/wp-content/themes/Poe-Group-Advisors/resources/fonts/Muli-Regular-1.woff);
    font-weight: 400;
}
@font-face {
    font-family: Muli;
    src: url(/wp-content/themes/Poe-Group-Advisors/resources/fonts/Muli-Italic.woff);
    font-weight: 400;
    font-style: italic;
    
}
@font-face {
    font-family: Muli;
    src: url(/wp-content/themes/Poe-Group-Advisors/resources/Muli-SemiBold.woff);
    font-weight: 600;
}
@font-face {
    font-family: Muli;
    src: url(/wp-content/themes/Poe-Group-Advisors/resources/fonts/Muli-Bold.woff);
    font-weight: 700;
}
/* Lists */
ul.list-plus {list-style:none;}
ul.list-plus li {display:grid;grid-template-columns:22px 1fr;}
ul.list-plus li::before {
    content: "\271B";
    font-weight: 700;
    display: inline-block;
    width: 2.4rem;
    margin-left: 0em;
    line-height: 1.1;
    position: relative;
    top: 3px;
    left: 0;
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }
ul.list-plus-white li::before {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
ul.list-check {list-style:none;padding-top:10px;}
ul.list-check li {display:grid;grid-template-columns:35px 1fr;}
ul.list-check li::before {
      content: "\2714";
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
      font-weight: bold;
      display: inline-block; 
      width: 1.4rem;
      margin-right:10px;
      font-size:1.6rem;
      line-height:1.1
    }
ul.list-check li ul {
        grid-column: 1/3;
        padding-left:20px;
        padding-top:10px;
    }
ul.list-alert {list-style:none;padding-top:10px;}
ul.list-alert li {display:grid;grid-template-columns:35px 1fr;}
ul.list-alert li::before {
        content: "\279C";
        --tw-text-opacity: 1;
        color: rgba(198, 120, 55, var(--tw-text-opacity));
        font-weight: bold;
        margin-bottom:10px;
        display: inline-block; 
        width: 1.4rem;
        margin-right:10px;
        font-size:1.6rem;
        line-height:1.1
      }
/* Border lines */
.side-lines {display:grid;grid-template-columns:1fr auto 1fr;align-items: center;grid-gap:20px;max-width:500px;margin:0 auto;}
.side-lines:before,.side-lines:after {content:"";height:2px;display:block;width:100%;background:rgba(50,50,50,.1)}
.side-lines-blue:before, .side-lines-blue:after {
	--tw-bg-opacity: 1;
	background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
}
.side-lines span {grid-column:2/3;}
.underoff {position: relative;}
.underoff:before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: -5px;
    height: 8px;
    width: 100%;
    z-index: -1;
    --tw-bg-opacity: 1;
    background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
}
.line-br {display:grid;grid-template-columns:1fr;grid-template-rows:auto 30px;align-items: center;justify-items: center;}
.line-br:after {content:"";display:block;height:6px;width:100px;--tw-bg-opacity: 1;background-color: rgba(198, 120, 55, var(--tw-bg-opacity))}
.line-bl {display:grid;grid-template-columns:1fr;grid-template-rows:auto 40px;align-items: center;justify-items: start;}
.line-bl:after {content:"";display:block;height:1px;width:120px;--tw-bg-opacity: 1;background-color: rgba(0, 57, 90, var(--tw-bg-opacity))}
.line-bc {display:grid;grid-template-columns:1fr;grid-template-rows:auto 70px;align-items: center;justify-items: center;}
.line-bc:after {content:"";display:block;height:4px;width:200px;--tw-bg-opacity: 1;background-color: rgba(198, 120, 55, var(--tw-bg-opacity));}
@media (min-width: 1024px) {
    .line-br {justify-items: end;}
}
.next-arrow, .prev-arrow {top:45%;width:26px;height:50px;cursor: pointer;background-size:100%;background-repeat:no-repeat;}
.next-arrow {right:0;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.438' height='82.688' viewBox='0 0 44.438 82.688'%3E%3Cg id='noun_right_2410922' transform='translate(-27.781 -8.656)'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(0 -952.362)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M72.219,1002.362l-2.969-3.344-34-38-7.469,6.688,31,34.656-31,34.656,7.469,6.688,34-38Z' fill='%2307c3eb'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
.prev-arrow {left:0;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.4' height='82.688' viewBox='0 0 44.4 82.688'%3E%3Cg id='noun_right_2410922' transform='translate(-27.781 -8.656)'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(27.781 8.656)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M27.781,1002.362l2.966-3.344,33.971-38,7.462,6.688-30.974,34.656,30.974,34.656-7.462,6.688-33.971-38Z' transform='translate(-27.781 -961.018)' fill='%2307c3eb'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
@media (min-width: 992px) {
    .next-arrow {right:0px;}
    .prev-arrow {left:0px;}

}
/* 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;
    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
{
    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;
    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;
}
.mobile-slide nav ul {
   padding:0;
   margin:0;
  }
ul.mobile-nav-list > li  {
  list-style-type:none;
  margin:15px 0;
}
.mobile-slide nav li a {
	font-size: 1.25rem;
	line-height: 1.75rem;
	line-height: 2;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.mobile-slide > nav > div > ul > li > a {
	text-transform: uppercase;
}
.menu-toggle {
  padding: 9px;
  cursor: pointer;
  transition-property: opacity, filter, margin;
  transition-duration: 0300ms;
  transition-timing-function: ease-in-out;
}
.menu-toggle.is-active .menu-toggle-inner,
  .menu-toggle.is-active .menu-toggle-inner::before,
  .menu-toggle.is-active .menu-toggle-inner::after {
    background-color: #fff; }
.light .menu-toggle {
  margin:15px 20px 0 0;
}
.menu-toggle:focus {outline:none;}
.menu-toggle-box {
  width: 40px;
  height: 28px;
  display: inline-block;
  position: relative; }
.menu-toggle-inner {
	display: block;
  top: 50%;
  margin-top: -2px;
}
.menu-toggle-inner, .menu-toggle-inner::before, .menu-toggle-inner::after {
	position: absolute;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    width: 40px;
    height: 5px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.menu-toggle-inner {width: 40px;}
.menu-toggle-inner::before, .menu-toggle-inner::after {
    content: "";
    display: block; }
.menu-toggle-inner::before {
    top: -12px; }
.menu-toggle-inner::after {
    bottom: -9px; }
/** Collapse **/
.menu-toggle--collapse .menu-toggle-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.menu-toggle--collapse .menu-toggle-inner::after {
    top: -24px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.menu-toggle--collapse .menu-toggle-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.active .menu-toggle-inner {width: 40px;}
.active .menu-toggle-inner, .active .menu-toggle-inner::before, .active .menu-toggle-inner::after {
	--tw-bg-opacity: 1;
	background-color: rgba(77, 151, 168, var(--tw-bg-opacity));
}
.active .menu-toggle--collapse .menu-toggle-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.active .menu-toggle--collapse .menu-toggle-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.active .menu-toggle--collapse .menu-toggle-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/* Slide Out Footer Menu */
.mobile-slide {
  top:0px;
  overflow-x: scroll;
  transform:translateX(-100%);
  transition:300ms all ease-in-out;
}
.active .mobile-slide {transform:translateX(0);}
/* Animate Each List Item */
.mobile-slide li {opacity:0;position: relative;}
.active .mobile-slide li {-webkit-animation-name:slideIn;animation-name:slideIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;}
.active .mobile-slide li:nth-child(1) {}
.active .mobile-slide li:nth-child(2) {-webkit-animation-delay:.15s;animation-delay:.15s;}
.active .mobile-slide li:nth-child(3) {-webkit-animation-delay:.35s;animation-delay:.35s;}
.active .mobile-slide li:nth-child(4) {-webkit-animation-delay:.55s;animation-delay:.55s;}
.active .mobile-slide li:nth-child(5) {-webkit-animation-delay:.75s;animation-delay:.75s;}
.active .mobile-slide li:nth-child(6) {-webkit-animation-delay:.95s;animation-delay:.95s;}
.active .mobile-slide li:nth-child(7) {-webkit-animation-delay:1.05s;animation-delay:1.05s;}
.active .mobile-slide li:nth-child(8) {-webkit-animation-delay:1.15s;animation-delay:1.15s;}
.active .mobile-slide li:nth-child(9) {-webkit-animation-delay:1.25s;animation-delay:1.25s;}
@-webkit-keyframes slideIn {
    0% {opacity:0;
        transform:translateX(-20px);}
    100% {opacity:1;
        transform:translateX(00px);}    
}
@keyframes slideIn {
    0% {opacity:0;
        transform:translateX(-20px);}
    100% {opacity:1;
        transform:translateX(00px);}    
}
/* Mobile Menu dropdown */
.mobile-slide ul li a.open-children {
  position: absolute;
  right:-30px;
  height:30px;
  width:20px;
  top:-2px;}
.mobile-navigation > div > ul > li > ul {
  overflow:hidden;
    transition:300ms all ease-in-out;
    max-height:0px;
    width:100%;
    padding-left:20px;
}
.mobile-slide ul li ul li a {
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.mobile-slide > nav > div > ul > li.menu-item-has-children > a {
  position:relative;
  cursor:pointer;
}
.mobile-slide .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
  }
.mobile-slide .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
  }
.mobile-slide .opened {
  opacity: 1;
}
.mobile-slide .opened .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
  }
.mobile-slide .opened .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
  }
.mobile-slide .circle-plus {
    height: 4em;
    width: 4em;
    right:0;
    position: absolute;
    top: 0px;
    opacity: 0.75}
.mobile-slide .circle-plus .circle {
    position: relative;
    width: 2.55em;
    height: 2.5em;
    
}
.mobile-slide > nav > div > ul > li.menu-item-has-children > .circle-plus .circle .horizontal {
    width: 30px;
    height: 5px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -2.5px;
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))}
.mobile-slide > nav > div > ul > li.menu-item-has-children > .circle-plus .circle .vertical {
    width: 5px;
    height: 30px;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))}
.mobile-slide > nav > div > ul > li > ul > li:first-child > a {padding-top:10px;}
.mobile-slide > nav > div > ul > li > ul > li:last-child > a {padding-bottom:20px;}
/* Mobile Menu */
body.active {
  overflow:hidden!important;
}
.active .menu-toggle {
	--tw-text-opacity: 1;
	color: rgba(77, 151, 168, var(--tw-text-opacity));
}
.mobile-slide form svg {
	position: absolute;
	right: 0px;
	margin-right: 1rem;
	margin-top: 0.5rem;
	width: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: 0.5;
}
.mobile-slide .mobile-social a:hover svg {
  opacity:1;
}
.mobile-social svg path{
  fill: #fff;
}
/* Mobile Megamenu */
nav.mobile-navigation > div > ul > li.mega-menu > ul.sub-menu > li > a {
	margin-bottom: 0.75rem;
	display: inline-block;
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	padding-left: 0px;
	font-weight: 700;
}
ul.mobile-nav-list > li.mega-menu > ul.sub-menu > li:first-child {
	margin-right: 0.75rem;
}
ul.mobile-nav-list > li.mega-menu > ul.sub-menu > li > ul.sub-menu > li {
	margin-bottom: 0.5rem;
}
/* Global Header Nav */
nav.main-navigation > div > ul > li, nav.cta-navigation > div > ul > li  {
    list-style-type: none;
    line-height:1;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
header nav li a {
	display: block;
	white-space: nowrap;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	line-height: 1;
	color: rgba(12,14,34,1);
    font-size:.9rem;
}
nav.main-navigation>div>ul>li>a {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
nav.main-navigation>div>ul>li:first-child>a {
    border-width:0;
}
nav.main-navigation>div>ul>li>a:hover {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(198, 120, 55, var(--tw-border-opacity));
}
/* Underline Animation */
.main-navigation > .menu-header-menu-container > ul > li > a:after {
    content:" ";
    height:2px;
    transition:600ms ease-in-out width;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
    opacity: 0.5}
.main-navigation > .menu-header-menu-container > ul > li:not(.menu-item-has-children):hover > a:after {
	width: 100%;
}
header > div > div > nav > .menu-header-menu-container > ul > li.menu-item-has-children:hover > a:after {
	visibility: visible;
	opacity: 1;
}
header nav li {
	position: relative;
}
/* Sub Menu */
nav.main-navigation > div > ul > li > ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    transition:600ms; 
    top:40px;
    width:auto;
    z-index: 99999;
    position: absolute;
    left: 0px;
    display: grid;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
nav.main-navigation > div > ul > li.mega-menu > ul.sub-menu {
    width: 380px;
}
nav.main-navigation > div > ul > li.mega-menu > ul.sub-menu > li > a {
	margin-left: 0.75rem;
	margin-bottom: 0.75rem;
	display: inline-block;
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	padding-left: 0px;
	font-weight: 700;
}
nav.main-navigation>div>ul>li.mega-menu>ul.sub-menu>li>a:hover {
    text-decoration: underline;
}
nav.main-navigation > div > ul > li:last-child > ul.sub-menu {
	right: 0px;
    left:auto;
}
nav.main-navigation > div > ul > li:last-child > ul.sub-menu:after {
    left: auto;
    right:10%;
}
header nav li ul.sub-menu a {
transition: 0ms color ease-in-out;
font-weight:300;
display: block;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 1rem;
padding-right: 0.75rem;
font-size: 0.875rem;
line-height: 1.25rem;
text-transform: none;
line-height: 1.5;
--tw-text-opacity: 1;
color: rgba(0, 57, 90, var(--tw-text-opacity));
}
nav.main-navigation > div > ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
/* Dropdowns - Mega Menu */
.mega-menu > .sub-menu {
	display: flex;
}
/* CTA Link */
.cta-nav-list li:first-child a {
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(77, 151, 168, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.cta-nav-list li:last-child a {
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: 1;
    transition: 300ms ease-in-out;
}
.cta-nav-list li a:hover {
	opacity: 0.75;
}
/* Lists */
.typeset ul {
  margin:0 0 20px 0;
  list-style-type: disc;
  padding-left: 1.25rem;
  line-height: 1.625}
.typeset ul li {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
ol {
  list-style-type: decimal;
}
p > strong, strong {
  font-weight:900;
}
/* Headers */
/* Spacing */
p,  p + p,  p + ul,  p + ol,  p + blockquote,  p + div,  p + table,
 ul + p,  ul + ul,  ul + ol,  ul + blockquote,  ul + div,  ul + table,
 ol + p,  ol + ul,  ol + ol,  ol + blockquote,  ol + div,  ol + table,
 blockquote + p,  blockquote + ul,  blockquote + ol,  blockquote + blockquote,  blockquote + div,  blockquote + table,
 div + p,  div + ul,  div + ol,  div + blockquote,  div + table,
 iframe + p,  iframe + ul,  iframe + ol,  iframe + blockquote,  iframe + table,
 table + p,  table + ul,  table + ol,  table + blockquote {
margin-bottom:1.5rem;
}
table {
  width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
table td {
  border-color: rgba(0,0,0,.08);
}
table th,  table td {
    text-align: left;
}
table tr:first-child td {
  background: 0 0;
  padding: 0px;
}
table tr:nth-child(2n) td {
  background: rgba(0,0,0,0.01);
}
/* Pagenation Links */
.nav-links {
	display: flex;
	align-items: center;
}
.nav-links a {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	padding: 0.25rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
.nav-links span {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	display: flex;
	height: 2rem;
	width: 2rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
	padding: 0.25rem;
	font-size: 1.5rem;
	line-height: 2rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.nav-links .next, .nav-links .prev {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.nav-links .next:hover, .nav-links .prev:hover {
 text-decoration: underline;
}
/* Featured Image */
.subheader__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.post-card img {
    height: 219px;
    width:100%;
    -o-object-fit:cover;
       object-fit:cover;
  }
@media (min-width: 768px) {
  .post-card img {

  }
}
a img.alignright, .alignright {
    float: right;
    margin: 0 0 15px 20px;
}
a img.alignleft, .alignleft {
    float: left;
    margin: 0 20px 15px 0;
}
.featured img {
  width:100%;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='8px' height='13px' viewBox='0 0 8 13' enable-background='new 0 0 8 13' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='' points='0,8 4,13 8,8 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='' points='4,0 0,5 8,5 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    font-size:14px;
    background-color:#f9f9f9;
}
input[type="text"], /*input[type="search"]*/, input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], input[type="url"], textarea, select {
  width: 100%;
  max-width: 700px;
  height: 27px;
  font-family: 'Muli',sans-serif;
  font-size: 15px;
  border: 1px solid #00395a;
  display: block;
  color: #00395a;
  line-height: 19px;
  margin-top: 5px;
  margin-bottom: 15px;
  background: #fff;
}
.gform_wrapper input {    
    border: 2px solid #757575;
}
form.buyer-form .hs-form-field .hs-input{
  width: 100%;
  max-width: 700px;
  height: 27px;
  font-family: 'Muli',sans-serif;
  font-size: 15px;
  border: 1px solid #00395a;
  display: block;
  color: #00395a;
  line-height: 19px;
  margin-top: 5px;
  margin-bottom: 15px;
  background: #fff;
}
form.buyer-form fieldset.form-columns-3 > .hs-form-field{
  width: calc(100% / 3);
}
/* Forms */
form.buyer-form fieldset {
  max-width: 100%;
}
.quform-button-submit-default>button {
	--tw-bg-opacity: 1;
	background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
	padding-left: 5rem;
	padding-right: 5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.quform-element-submit {
	display: flex;
	justify-content: center;
}
.select-field {
	gap: 0.875rem;
	padding-bottom: 0.625rem;
}
@media (min-width: 640px) {

	.select-field {
		display: flex;
	}

	.select-field {
		justify-content: center;
	}
}
form input.button-solid-orange {
	--tw-bg-opacity: 1;
	background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.footer .social-media-icons path{
  fill: #C9DDE8;
}
form.buyer-form input[type="submit"]{
  -webkit-appearance: none;
  font-family: Muli,sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  display: inline-block;
  height: 2.25rem;
  width: 16rem;
  cursor: pointer;
  --tw-border-opacity: 1;
  border-color: rgba(198, 120, 55, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))}
form.buyer-form .hs-form-field > label, form.buyer-form .hs-form-field  span {
	float: none;
	width: auto;
	text-align: left;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
form.buyer-form .hs_states_interested_in__c.hs-form-field ul.inputs-list.multi-container {
  -moz-column-count: 3;
       column-count: 3;
}
form.buyer-form .hs-form-field .hs-input[type='checkbox'] {
	margin-right: 1.25rem;
	display: inline-block;
	height: auto;
	--tw-border-opacity: 1;
	border-color: rgba(0, 57, 90, var(--tw-border-opacity));
}
form.buyer-form fieldset.form-columns-1 .hs-input {
	width: 100%;
	max-width: 100%;
}
.carousel {
  position: relative;
  box-sizing: border-box
}
.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit
}
.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%
}
.carousel__track {
  display: flex
}
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain
}
.has-dots {
  margin-bottom: calc(0.5rem + 22px)
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1
}
.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity .15s ease
}
.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
.carousel__button.is-prev {
  left: 10px
}
.carousel__button.is-next {
  right: 10px
}
.carousel__button[disabled] {
  cursor: default;
  opacity: .3
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none
}
html.with-fancybox {
  scroll-behavior: auto
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit
}
.fancybox__container :focus {
  outline: none
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}
.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px)
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default
}
.fancybox__track {
  display: flex;
  height: 100%
}
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere
}
.is-loading .fancybox__caption {
  visibility: hidden
}
.fancybox__container>.carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff)
}
.fancybox__nav .carousel__button {
  z-index: 40
}
.fancybox__nav .carousel__button.is-next {
  right: 8px
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px
  }
}
.fancybox__content>.carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff)
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor)
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor
}
@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg)
  }
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg)
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1)
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
          animation: .15s ease backwards fancybox-fadeIn
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: .15s ease both fancybox-fadeOut;
          animation: .15s ease both fancybox-fadeOut
}
.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
          animation: .15s ease both fancybox-fadeIn
}
.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
          animation: .1s ease both fancybox-fadeOut
}
.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
          animation: .2s ease both fancybox-zoomInUp
}
.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
          animation: .15s ease both fancybox-zoomOutDown
}
.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
          animation: .15s ease both fancybox-throwOutUp
}
.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
          animation: .15s ease both fancybox-throwOutDown
}
@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, .1)
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, .1)
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: none
}
.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px
}
.is-closing .has-image .fancybox__content {
  overflow: visible
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, .9);
  color: #fff
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0)
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1)
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px)
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92
}
.fancybox__thumbs .carousel__slide>* {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, .1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px)
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0
}
.fancybox__toolbar__items {
  display: flex
}
.fancybox__toolbar__items--left {
  margin-right: auto
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}
.fancybox__toolbar__items--right {
  margin-left: auto
}
@media(max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased
}
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}
.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0
}
.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0
}
.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0
}
.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0
}
.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0
}
.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0
}
.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block
}
/* Animations */
.fadeIn {
  visibility: hidden;
  opacity:0;
}
.faded {
  -webkit-animation: fadeIn ease 1.5s forwards;
          animation: fadeIn ease 1.5s forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  visibility: visible;
}
@-webkit-keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.animate-big .animate-img img {
  transform:scale(1);
  transition: 300ms ease-in-out transform;
}
.animate-big:hover .animate-img img {
  transform:scale(1.2);
}
.accordion__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  margin: 0px;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 57, 90, var(--tw-border-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-weight: 600;
  color: rgba(12,14,34,1)}
.accordion__trigger::after {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  width: 12px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18.932' viewBox='0 0 12 18.932'%3E%3Cg id='Arrow_Small_Down' data-name='Arrow Small Down' transform='translate(0 18.932) rotate(-90)'%3E%3Cpath id='Path_36' data-name='Path 36' d='M11.466,14,2,4.754,4.82,2l6.646,6.492L18.112,2l2.82,2.754Z' transform='translate(-2 -2)' fill='%2376bc21'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.5s;
}
.accordion__trigger[aria-expanded="true"]::after {
  transform: rotate(90deg);
}
.accordion__trigger:hover, .accordion__trigger:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.25;
  outline: 0;
}
.accordion__copy {
  overflow: hidden;
  padding: 0 1.5rem 0 1.5rem;
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 500;
  max-height: 0;
  visibility: hidden;
  transition: visibility 0.5s, padding 0.5s, max-height 0.5s;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 57, 90, var(--tw-border-opacity))}
.accordion__copy--open {
  visibility: visible;
}
.accordion__copy__pic {
  width: 100px;
  height: auto;
  float: right;
  margin: 0 0 0 20px;
}
@media (min-width: 540px) {
  .container__head {
    font-size: 2rem;
  }
  .accordion__copy__pic {
    width: 180px;
  }
}
audio {
  margin: 20px 0 20px 0;
  width: 90%;
}
.introduction {
  text-align: left;
  line-height: 1.5;
}
/*@import "woocommerce.css";*/
h2, h3, h4, h5 {
	font-weight: 500;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 0.25rem;
	width: 5rem;
}
span.booking-date {
	opacity: 0.5;
}
.vehical_detail .tb-button a {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 57, 90, var(--tw-bg-opacity));
}
.wp-block-table thead {
	border-width: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd), table tr:nth-child(2n) td {
	background-color: transparent;
}
.grad-1 .uagb-column__overlay {
	background: linear-gradient(0deg, rgba(1, 19, 29, 0) 0%, rgba(255, 255, 255, 0) 51%, rgba(1, 19, 29, 1) 100%);
	opacity: 1 !important;
	z-index: 99;
}
@media (min-width: 768px) {
.grad-1 .uagb-column__overlay {
		background: linear-gradient(270deg, rgba(1, 19, 29, 0) 0%, rgba(255, 255, 255, 0) 51%, rgba(1, 19, 29, 1) 100%);
}
}
tbody tr:last-child, .wp-block-table.is-style-stripes {
	border-width: 0;
}
.vehicle-speed-table th {
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	text-transform: uppercase;
}
.vehicle-speed-table th:first-child, .wp-block-table.is-style-stripes tbody tr td:first-child {
	text-align: left;
}
.wp-block-table.is-style-stripes tbody tr td {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	line-height: 1.5rem;
}
.wp-block-table.is-style-stripes tbody tr td:last-child {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/../../wp-content/uploads/2022/04/Group-75.svg');
}
.wp-block-table.is-style-stripes tbody tr:nth-child(4n) td:last-child, .wp-block-table.is-style-stripes tbody tr:nth-child(4n) td:nth-child(2n) {
	background-image: none;
}
.wp-block-table.is-style-stripes tbody tr td:nth-child(2n) {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/../../wp-content/uploads/2022/04/on.svg');
}
.wp-block-table.is-style-stripes tbody tr td span.faster {
	font-size: 0.75rem;
	line-height: 1rem;
	line-height: 1rem;
}
.uagb-block-7aafbba7 .uagb-faq-item {
	padding: 1.5rem;
}
.tb-button .tb-button__link {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 251, 246, var(--tw-bg-opacity));
}
section .tb-button {
	--tw-text-opacity: 1;
	color: rgba(198, 120, 55, var(--tw-text-opacity));
}
#nav_menu-2 {
	width: 100%;
}
.img-full .wp-block-image
 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.img-full img {
	width: 100%;
}
.wp-block-buttons a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
section .accounting-box-1:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(158, 193, 213, var(--tw-bg-opacity));
}
section .accounting-box-2:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 222, 206, var(--tw-bg-opacity));
}
section .accounting-box-3:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 216, 229, var(--tw-bg-opacity));
}
section .accounting-box-4:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(195, 222, 211, var(--tw-bg-opacity));
}
section .accounting-box-5:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(201, 221, 232, var(--tw-bg-opacity));
}
section .button-icon .uagb-button__wrapper a {
	position: relative;
}
section .button-icon .uagb-button__wrapper a:after{
	content: "";
	background: url("http://poe-group-advisors.local/wp-content/uploads/2022/05/Cloud-Reversed@500px.png");
	position: absolute;
	left: 0.25rem;
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat}
#page {
	max-width: 1600px;
	margin: auto;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))}
@media screen and (max-width: 767px){
	.wp-block-uagb-section .uagb-columns__inner-wrap {
		flex-direction: column;
	}

	.cloud-firms-btn .uagb-buttons__wrap {
		flex-direction: column;
	}

	.copyright {
		display: none;
	}

	#colophon #block-9 .are-vertically-aligned-center {
		display: flex;
	}

	#colophon #block-9 .are-vertically-aligned-center {
		width: 100%;
	}

	#colophon #block-9 .wp-block-image {
		margin-bottom: 1.5rem;
	}

	#colophon #block-9 .are-vertically-aligned-center img {
		margin: auto;
	}

	#hero {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.cloud-firms-btn .wp-block-uagb-buttons-child:first-child {
		margin-bottom: 2rem;
	}

	#js-header .logo img {
		height: 2.5rem;
	}

	#js-header .logo img {
		width: 7rem;
	}
}
@media (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin-left: 0px;
	}
}
@media screen and (min-width: 768px){
	.wp-block-uagb-columns .guide:after{
		content: "";
		background: transparent linear-gradient(90deg, #00395A00 0%, #00395A 100%) 0% 0% no-repeat padding-box}
	.wp-block-uagb-columns .guide:after {
		position: absolute;
	}
	.wp-block-uagb-columns .guide:after {
		right: 0px;
	}
	.wp-block-uagb-columns .guide:after {
		top: 0px;
	}
	.wp-block-uagb-columns .guide:after {
		height: 100%;
	}
	.wp-block-uagb-columns .guide:after {
		width: 20%;
	}
}
@media screen and (max-width: 768px){
	.wp-block-uagb-columns .guide:before{
		content: "";
		background: transparent linear-gradient(180deg, #00395A00 0%, #00395A 100%) 0% 0% no-repeat padding-box}
	.wp-block-uagb-columns .guide:before {
		position: absolute;
	}
	.wp-block-uagb-columns .guide:before {
		bottom: 0px;
	}
	.wp-block-uagb-columns .guide:before {
		height: 20%;
	}
	.wp-block-uagb-columns .guide:before {
		width: 100%;
	}
}
.orange-bar h2 {
	padding: 0px;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.general-page h2 span {
	position: relative;
	z-index: 50;
	--tw-bg-opacity: 1;
	background-color: rgba(219, 219, 219, var(--tw-bg-opacity));
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.general-page h2 {
	position: relative;
	margin-bottom: 0.25rem;
	padding: 0px;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
.quote-white .wp-block-columns p {
	font-size:30px;
	padding-bottom:7px;
	margin-bottom:0;
}
.panel p a, .panel ul li a {
	--tw-text-opacity: 1;
	color: rgba(65, 140, 185, var(--tw-text-opacity));
}
.panel p a ,
.panel ul li a{
	text-decoration: underline;
}
@media screen and (max-width: 425px){
	.contact-form .quform-element {
		display: contents;
	}
	.contact-form .quform-element {
		width: 100%;
	}
}
.site-width{
	max-width: 1380px;
	margin: auto}
.panel-widget-style h1{
	margin: 0.67em 0;
	font-size: 1.25rem;
	line-height: 1.75rem}
.grey h2 {
	margin-top: 0px;
	margin-bottom: 0.25rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
.grey .team-member-content {
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
.split-callouts .split-callout-text {
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
#stcpDiv p {
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
.intro h1 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.intro h2 {
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
form.buyer-form fieldset {
  max-width: 100%;
}
/*
h2{
	@apply
	mt-0
	uppercase
  font-normal
  text-2xl	
  mb-1
  p-0
  text-white
}
*/
.dark-blue .bg-line, .blue-bar .bg-line {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.practice-grid a:hover .button-blue {
    background: #00395a;
    color: #fff;
}
/* APA Page */
.apa-inner {
	max-width: 900px;
}
.main-navigation .cta-btn-nav a {
	--tw-bg-opacity: 1;
	background-color: rgba(198, 120, 55, var(--tw-bg-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.main-navigation .cta-btn-nav a:hover {
	opacity: 0.75;
}
@media (min-width: 768px) {
	.btn-home a {
		display: block;
	}
	.btn-home a {
		height: 2rem;
	}
	.btn-home a {
		width: 2rem;
	}
	.btn-home a {
		background-image: url("data:image/svg+xml,%3Csvg fill='%23073A59' width='100pt' height='100pt' version='1.1' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m50 8l-40 30v54h27v-28h26v28h27v-54z'/%3E%3C/svg%3E");
		background-size:100%;
		text-indent: -999999px;
	}
}
.select-field select {
	-webkit-appearance: none;
	background-image: url(/../../wp-content/uploads/2022/07/download.png);
	background-size: 16px;
}
@media (min-width: 768px) {
.listing-bg-line .view-sort {
		padding-top: 95px;
		padding-bottom: 95px;
	}
}
.listing-bg-line .button-solid-orange {
	margin-top: 0px;
}
.grid-controls svg, .sold-controls svg, .sort-by-container img {
	display: inline-block;
	height: 18px;
}
.view-sort .button-white.learn-more {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 15px;
}
.practice-grid {
	max-width: 370px;
}
@media screen and (min-width: 1367px) {
	.practice-grid {
		min-width: 32%;
	}

	.practices-grid {
		padding-left: 100px;
		padding-right: 100px;
	}
}
.practice-grid .practice-thumb .name {
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 1.8px;
}
@media screen and (max-width: 1367px) {
	.practice-grid-content {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.practice-grid-content {
		padding-left: 0.625rem;
	}
	.practice-grid-content {
		padding-bottom: 30px;
	}
	.practice-grid-content {
		padding-left: 0.625rem;
	}
}
@media screen and (min-width: 1367px) {
	.practice-grid-content {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.practice-grid-content {
		padding-right: 33px;
	}
	.practice-grid-content {
		padding-bottom: 30px;
	}
	.practice-grid-content {
		padding-left: 33px;
	}
}
.practice-grid-content table {
	margin-bottom: 0.25rem;
}
.specs .label {
	font-size: 15px;
}
.annual_gross td {
	font-size: 12px;
}
.practice-grid-content .listing-id {
	font-size: 0.75rem;
	line-height: 1rem;
}
.practice-grid-content .price {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
}
.practice-grid-content .status {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.practice-grid-content .specs.border-bottom {
	margin-bottom: 14px;
}
.practice-grid-content .button-blue.learn-more {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 15px;
}
.page_listing {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 100;
	padding-right: 100;
}
.wp-pagenavi {
	background-color: transparent;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(198, 120, 55, var(--tw-text-opacity));
}
.wp-pagenavi a {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 57, 90, var(--tw-border-opacity));
	padding-top: 5px;
	padding-bottom: 5px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
.wp-pagenavi .extend {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity));
}
.previously_btn a {
	text-decoration: underline;
	font-size: 18px;
	--tw-text-opacity: 1;
	color: rgba(0, 57, 90, var(--tw-text-opacity))}
.listing_alerts .listing_massg {
	background-image: url(/../../wp-content/uploads/2022/06/blue-grid-left-bg-1.png);
}
@media (min-width: 1024px) {
 

	.listing_alerts .listing_buttan a {
		text-align: left;
	}
 

	.listing_alerts .listing_buttan a {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (max-width: 1023px) {


	.listing_alerts .listing_buttan {
		text-align: center;
	}

	.listing_alerts .listing_buttan a {
		text-align: center;
	}

	.listing_alerts .listing_buttan a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.listing_alerts .listing_img div {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 1em;
}
.listing_alerts .listing_img h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5rem;
	letter-spacing: 8px;
}
.listing_alerts .listing_contant hr {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.listing_alerts .listing_buttan {
	margin-top: 0.5rem;
}
.listing_alerts .listing_buttan a {
	background-color:#C67837;
	color: rgba(255, 255, 255, 1);
	transition: 300ms background ease-in-out;
	border-radius: 0px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.55em;
	padding-right: 1.5;
	padding-bottom: 0.55em;
	line-height: 1.5rem}
.listing_alerts .listing_buttan a:hover {
	background: #9f5c25;
}
.listing_alerts .listing_banner img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.practices-list .site-width {
	max-width: 100%;
}
@media (min-width: 1024px) {
	.practices-list .bg-line {
		margin-bottom: 55px;
	}
}
.practices-list .bg-line:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 21%;
	left: 20.2%;
	z-index: 10;
	width: 60%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 57, 90, var(--tw-border-opacity))}
@media screen and (min-width: 1367px) {

	.practices-list th:first-child, .practices-list td:first-child {
		padding-left: 320px;
	}

	.practices-list th:last-child, .practices-list td:last-child {
		padding-right: 320px;
	}

	.practices-list th, .practices-list td {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.practices-list th, .practices-list td {
		padding-right: 72px;
	}

	.practices-list th, .practices-list td {
		padding-left: 0px;
	}

	.practices-list th:first-child, .practices-list td:first-child {
		padding-left: 320px;
	}

	.practices-list th:last-child, .practices-list td:last-child {
		padding-right: 320px;
	}

	.practices-list th, .practices-list td {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.practices-list th, .practices-list td {
		padding-right: 72px;
	}

	.practices-list th, .practices-list td {
		padding-left: 0px;
	}
}
@media screen and (min-width: 1366px) {

	.practices-list th:first-child, .practices-list td:first-child {
		padding-left: 200px;
	}

	.practices-list th:last-child, .practices-list td:last-child {
		padding-right: 200px;
	}

	.practices-list th, .practices-list td {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.practices-list th, .practices-list td {
		padding-right: 16px;
	}

	.practices-list th, .practices-list td {
		padding-left: 0px;
	}
}
@media screen and (max-width: 1200px) {

	.practices-list th, .practices-list td {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.practices-list th, .practices-list td {
		padding-left: 14px;
		padding-right: 14px;
	}
}
.practices-list th, .practices-list td {
	font-size: 1.125rem;
	line-height: 1.75rem;
	line-height: 1.25rem;
}
.practices-list td a:first-child {
	text-decoration: underline;
	font-weight: 700}
@media screen and (max-width: 600px) {
	.practices-list table {
		display: block;
	}
	.practices-list table {
		overflow-x: auto;
	}
	.practices-list table {
		white-space: nowrap;
	}
}
.view_button .button-blue.learn-more {
	@appply border border-light-green no-underline text-light-green text-[20px] py-[13px] px-[91px]
}
@media (min-width: 1024px) {
	.plan-selling {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.plan-selling {
		padding-left: 60px;
		padding-right: 60px;
	}
	.plan-selling-inner h2 {
		letter-spacing: 9px;
	}

	.plan-selling .plan-selling-inner a {
		margin-bottom: 0.625rem;
	}

	.plan-selling .plan-selling-inner a {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.plan-selling .plan-selling-inner a {
		padding-left: 25px;
		padding-right: 25px;
	}

	.plan-selling .plan-selling-inner {
		padding-right: 42px;
	}

	.plan-selling .plan-selling-inner {
		padding-top: 37px;
	}

	.plan-selling .plan-selling-inner {
		padding-bottom: 37px;
	}

	.listing-footer .container {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.listing-footer .container {
		padding-top: 55px;
	}

	.listing-footer .footer_menu, .listing-footer .footer_border {
		display: flex;
	}

	.listing-footer .footer_border {
		border-color: rgba(0, 57, 90, var(--tw-border-opacity))}

	.listing-footer .footer_border {
		width: 60%;
	}

	.listing-footer .footer_border {
		align-items: center;
	}

	.listing-footer .footer_border {
		border-right-width: 1px;
	}

	.listing-footer .footer_border {
		padding-top: 0px;
	}

	.listing-footer .footer_border {
		padding-bottom: 0px;
	}

	.listing-footer .footer_icon {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.listing-footer .footer_icon {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.blank {
	width: 16%;
}
@media (max-width: 1024px) {
	.plan-selling-inner h2 {
		letter-spacing: 2.8px;
	}

	.practices-grid {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.practices-grid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.listing-footer .container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.listing-footer .container {
		padding-top: 0px;
	}

	.listing-footer .footer_menu, .listing-footer .footer_border {
		display: block;
	}

	.listing-footer .footer_border {
		align-items: center;
	}

	.listing-footer .footer_border {
		border-width: 0;
	}

	.listing-footer .footer_border {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.page_listing {
		margin-bottom: 37px;
	}

	.page_listing {
		display: flex;
	}

	.page_listing {
		flex-direction: column;
	}

	.page_listing {
		align-items: center;
	}

	.page_listing {
		justify-content: center;
	}

	.page_listing {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.page_listing {
		padding-left: 20px;
		padding-right: 20px;
	}

	.listing_alerts .listing_img h2 {
		letter-spacing: 2.8px;
	}

	.previously_btn {
		margin-top: 20px;
	}

	.listing-footer .footer_icon {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.listing-footer .footer_icon {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media screen and (max-width: 800px) {
	.practice-grid .practice-grid-content .button-blue.learn-more {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.practice-grid .practice-grid-content .button-blue.learn-more {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}
@media screen and (max-width: 375px) {
	.practice-grid {
		max-width: 315px;
	}
}
.plan-selling-inner h2 {
	margin-bottom: 0.625rem;
	font-size: 25px;
}
.plan-selling-inner a {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.plan-selling .plan-selling-inner em {
	font-family: Archer, cursive;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	.plan-selling .plan-selling-inner a {
		margin-bottom: 30px;
	}
	.plan-selling .plan-selling-inner a {
		padding-left: 9px;
		padding-right: 9px;
	}
	.plan-selling .plan-selling-inner a {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.plan-selling .plan-selling-inner a {
		font-size: 15px;
	}
	.plan-selling .plan-selling-inner a {
		line-height: 1.5rem;
	}

	.plan-selling {
		padding: 40px;
	}
}
@media screen and (max-width: 800px) {
	.listing-bg-line .view-sort {
		padding: 0px;
	}
}
@media screen and (max-width: 480px) {
	.practice-search-form .button-solid-orange {
		height: 39px;
	}
	.practice-search-form .button-solid-orange {
		width: 100%;
	}
}
.listings-page .new-practices-list .list-item {
	list-style-type: none;
}
@media (min-width: 1024px) {
	.practices-grid {
		margin-top: 58px;
	}
}
.grid-controls .button-orange {
	border-color: #C67837;
	color: #C67837;
}
.main_footer #media_image-2 img {
	width: 108px;
}
.listing-footer #origin_button-2 a {
	--tw-bg-opacity: 1;
	background-color: rgba(65, 140, 185, var(--tw-bg-opacity));
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.listing-footer .social_icons_box h4 {
	margin-bottom: 26px;
	padding-bottom: 0px;
}
.listing-footer .copyright {
	margin-top: 31px;
	padding-bottom: 104px;
}
.listing-footer .textwidget p {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75rem;
}
.practices-list th {
	font-weight: 400;
}
.site-width {
	max-width: 960px;
}
.dark-blue .bg-line,
.blue-bar .bg-line {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 9px;
}
.select-field select {
	-webkit-appearance: none;
	background-image: url(/../../wp-content/uploads/2022/07/download.png);
	background-size: 16px;
}
.listing-bg-line .view-sort {
	padding: 0px 95px;
}
.button-solid-orange {
	margin-top: 0px;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.button-solid-orange {
		margin-bottom: 10px;
	}
}
.grid-controls svg,
.sold-controls svg,
.sort-by-container img {
	display: inline-block;
	height: 18px;
}
.view-sort .button-white.learn-more {
	padding: 5px 23px;
	font-size: 15px;
}
.practice-grid {
	max-width: 370px;
}
@media screen and (min-width: 1367px) {
	.practice-grid {
		min-width: 32%;
	}

	.practices-grid {
		padding: 0px 100px;
	}
}
.practice-grid .practice-thumb .name {
	line-height: 23px;
	font-size: 15px;
	letter-spacing: 1.8px;
}
@media screen and (max-width: 1367px) {
	.practice-grid-content {
		padding: 20px 10px 30px 10px;
	}
}
@media screen and (min-width: 1367px) {
	.practice-grid-content {
		padding: 20px 33px 30px 33px;
	}
}
.practice-grid-content table {
	margin-bottom: 3px;
}
.specs .label {
	font-size: 15px;
}
.annual_gross td {
	font-size: 12px;
}
.title_listing {
	display: inline;
	position: relative;
}
[data-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
}
[data-title]:after {
	content: attr(data-title);
	position: absolute;
	bottom: 38px;
	left: 0;
	padding: 10px;
	font-size: 12px;
	color: #00395A;
	white-space: nowrap;
	background: #FFFFFF;
	border: 1px solid #418CB9;
	opacity: 0;
	visibility: hidden;
}
[data-title] {
	position: relative;
}
.practice-grid-content .listing-id {
	font-size: 12px;
}
.practice-grid-content .price {
	font-size: 30px;
	font-weight: bold;
}
.practice-grid-content .status {
	font-size: 14px;
}
.practice-grid-content .specs.border-bottom {
	margin-bottom: 14px;
}
.practice-grid-content .button-blue.learn-more {
	padding: 5px 35px;
	font-size: 15px;
	margin: 0px;
}
.page_listing {
	padding: 0px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wp-pagenavi {
	background: transparent;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #C67837;
	font-size: 18px;
	padding: 5px 12px;
}
.wp-pagenavi a {
	color: #00395A;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #00395A;
	padding: 5px 12px;
}
.wp-pagenavi .extend {
	font-size: 18px;
	font-weight: bold;
	color: #00395A;
}
.previously_btn a {
	font-size: 18px;
	text-decoration: underline;
	color: #00395A;
}
@media (min-width: 1024px) {


	.listing_alerts .listing_buttan a {
		font-size: 20px;
		text-align: left;
	}
}
@media (max-width: 1023px) {

	.listing_alerts .listing_buttan {
		text-align: center;
	}

	.listing_alerts .listing_buttan a {
		font-size: 16px;
		text-align: center;
	}
}
.listing_alerts .listing_img div {
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.listing_alerts .listing_contant hr {
	background-color: #fff;
}
.listing_alerts .listing_buttan {
	margin-top: 0.5rem;
}
.practices-list .site-width {
	max-width: 100%;
}
.practices-list .bg-line {
	text-align: center;
	letter-spacing: 9px;
	text-transform: uppercase;
	color: #00395a;
	font-size: 25px;
	line-height: 2rem;
}
@media (min-width: 1024px) {
	.practices-list .bg-line {
		margin-bottom: 55px;
	}
}
@media screen and (min-width: 1367px) {

	.practices-list th:first-child,
	.practices-list td:first-child {
		padding-left: 320px;
	}

	.practices-list th:last-child,
	.practices-list td:last-child {
		padding-right: 320px;
	}

	.practices-list th,
	.practices-list td {
		padding: 17px 72px 17px 0px;
	}
}
@media screen and (min-width: 1366px) {

	.practices-list th:first-child,
	.practices-list td:first-child {
		padding-left: 200px;
	}

	.practices-list th:last-child,
	.practices-list td:last-child {
		padding-right: 200px;
	}

	.practices-list th,
	.practices-list td {
		padding: 17px 25px 17px 0px;
	}
}
@media screen and (max-width: 1200px) {

	.practices-list th,
	.practices-list td {
		padding: 17px 14px;
	}
}
.practices-list th,
.practices-list td {
	line-height: 21px;
	font-size: 15px;
}
.practices-list td a:first-child {
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width: 600px) {
	.practices-list table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}
.view_button .button-blue.learn-more {
	border: 1px solid #00395a;
	text-decoration: none;
	color: #00395a;
	font-size: 15px;
	padding: 8px 60px;
}
@media (min-width: 1024px) {
	.plan-selling {
		padding: 2.5rem 60px;
	}
	.plan-selling-inner h2 {
		letter-spacing: 9px;
	}

	.plan-selling .plan-selling-inner a {
		padding: 12px 25px;
		margin-bottom: 10px;
	}

	.plan-selling .plan-selling-inner {
		padding-right: 42px;
		padding-top: 37px;
		padding-bottom: 37px;
	}

	.listing-footer .container {
		padding-top: 55px;
		padding-right: 6rem;
		padding-left: 6rem;
	}

	.listing-footer .footer_menu,
	.listing-footer .footer_border {
		display: flex;
	}

	.listing-footer .footer_border {
		width: 60%;
		padding-top: 0px;
		padding-bottom: 0px;
		border-right-width: 1px;
		border-color: rgba(0, 57, 90, var(--tw-border-opacity));
		align-items: center;
	}

	.listing-footer .footer_icon {
		padding: 0px 1rem;
	}
}
.blank {
	width: 16%;
}
@media (max-width: 1024px) {
	.plan-selling-inner h2 {
		letter-spacing: 2.8px;
	}

	.practices-grid {
		padding: 0px 20px;

	}

	.listing-footer .container {
		padding-top: 0px;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.listing-footer .footer_menu,
	.listing-footer .footer_border {
		display: block;
	}

	.listing-footer .footer_border {
		padding-top: 40px;
		padding-bottom: 40px;
		align-items: center;
		border: none;
	}

	.page_listing {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 37px;
		padding: 0px 20px;
	}

	.listing_alerts .listing_img h2 {
		letter-spacing: 2.8px;
	}

	.previously_btn {
		margin-top: 20px;
	}

	.listing-footer .footer_icon {
		padding: 20px 1rem;
	}
}
@media screen and (max-width: 800px) {
	.practice-grid .practice-grid-content .button-blue.learn-more {
		padding: 5px 10px;
	}
}
@media screen and (max-width: 375px) {
	.practice-grid {
		max-width: 315px;
	}
}
.plan-selling-inner h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.plan-selling-inner a {
	font-size: 20px;
}
.plan-selling .plan-selling-inner p {
	font-family: Archer, cursive;
	font-size: 25px;
	color: #fff;
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.plan-selling .plan-selling-inner a {
		font-size: 15px;
		line-height: 1.5rem;
		padding: 11px 9px;
		margin-bottom: 30px;
	}

	.plan-selling {
		padding: 40px;
	}
}
@media screen and (max-width: 800px) {
	.listing-bg-line .view-sort {
		padding: 0px 0px;
	}
}
@media screen and (max-width: 480px) {
	.practice-search-form .button-solid-orange {
		width: 100%;
		height: 39px;
	}
}
.listings-page .new-practices-list .list-item {
	list-style-type: none;
}
@media (min-width: 1024px) {
	.practices-grid {
		margin-top: 58px;
	}
}
.grid-controls .button-orange {
	border-color: #C67837;
	color: #C67837;
}
.main_footer #media_image-2 img {
	width: 108px;
}
.listing-footer #origin_button-2 a {
	--tw-bg-opacity: 1;
	background-color: rgba(65, 140, 185, var(--tw-bg-opacity));
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.listing-footer .social_icons_box h4 {
	padding-bottom: 0px;
	margin-bottom: 26px;
}
.listing-footer .copyright {
	margin-top: 31px;
	padding-bottom: 104px;
}
.listing-footer .textwidget p {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	letter-spacing: 2px;
}
.practices-list th {
	font-weight: normal;
}
.dark-blue .bg-line,
.blue-bar .bg-line {
	line-height: 31px;
}
@media (min-width: 1365px) {
	.practices-list .bg-line:after {
		width: 85%;
	}
}
@media (max-width: 1365px) {
	.practices-list .bg-line:after {
		width: 90%;
	}
}
.practices-list .bg-line:after {
	border-bottom: 1px solid #00395a;
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	z-index: 1;
}
@media (max-width: 768px) {

	.listing-bg-line .bg-line:after,
	.practices-list .bg-line:after {
		width: 90%;
		left: 0%;
	}

	.listing-bg-line .site-width {
		padding: 0px 20px;
	}
}
@media (min-width: 769px) {
	.listing-bg-line .bg-line:after {
		width: 70%;
	}
}
.listing-bg-line .bg-line:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.plan-selling .plan-selling-inner .planning-guide-thumb {
	top: -32px;
	max-height: 208px;
}
@media (min-width: 1367px) {
	.plan-selling {
		padding: 70px 124px;
	}
}
.annual_gross td,
.annual_gross .label {
	font-size: 12px;
}
/* Cloud Resources */
.white-grad-left .uagb-column__overlay {
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 1%, rgba(1, 19, 29, 0) 28%);
opacity:1!important;
z-index:9;
}
.lblue-grad-right .uagb-column__overlay {
	background: linear-gradient(0deg, rgba(202, 221, 231, 1) 1%, rgba(1, 19, 29, 0) 28%);
	opacity: 1 !important;
		z-index: 9;
}
.green-grad-left .uagb-column__overlay {
	background: linear-gradient(0deg, rgba(58, 102, 82, 1) 1%, rgba(1, 19, 29, 0) 28%);
	opacity: 1 !important;
		z-index: 9;
}
.blue-grad-left .uagb-column__overlay {
	background: linear-gradient(0deg, rgba(0, 56, 89, 1) 1%, rgba(1, 19, 29, 0) 28%);
	opacity: 1 !important;
		z-index: 9;
}
@media (min-width: 768px) {
	.white-grad-left .uagb-column__overlay {
			background: linear-gradient(90deg, rgba(255, 255, 255, 1) 1%, rgba(1, 19, 29, 0) 28%);
		}
	
		.lblue-grad-right .uagb-column__overlay {
			background: linear-gradient(270deg, rgba(202, 221, 231, 1) 1%, rgba(1, 19, 29, 0) 28%);
		}
	
		.green-grad-left .uagb-column__overlay {
			background: linear-gradient(90deg, rgba(58, 102, 82, 1) 1%, rgba(1, 19, 29, 0) 28%);
		}
	
		.blue-grad-left .uagb-column__overlay {
			background: linear-gradient(90deg, rgba(0, 56, 89, 1) 1%, rgba(1, 19, 29, 0) 28%);
		}
}
.hero-full {
	width: 100%;
}
.practice-grid-content .button-blue.learn-more {
	padding: 5px 25px;
	font-size: 15px;
	margin: 0;
}
.annual_gross td {
	font-size: 15px;
}
.listing-icons svg {
	padding-left: 4px;
	padding-right: 4px;
}
.practices-grid {
	display: flex;
	flex-wrap: wrap;
}
.quote-white .wp-block-columns p {
	line-height: 1.3;
}
.footer_top a {
	text-decoration: underline;
}
.listing-footer #origin_button-2 .origin-widget-button-simple-white a {
	--tw-bg-opacity: 1;
	background-color: rgba(65, 140, 185, var(--tw-bg-opacity));
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 720px) {
	.wp-block-buttons.is-content-justification-left.center-mobile {
		justify-content: center !important;
	}

	.mobile-cloud {
		width: 198px;
	}

	.cloud-center .uagb-column__inner-wrap {
		display: flex;
		justify-content: center;
	}
}
#block-18 {
	background: #f4f4f4;
}
#secondary #block-7 {
	padding-bottom: 50px;
}
#secondary .widget ul li {
	text-align: left !important;
}
#secondary #block-19 {
	background: #00395a;
	padding-top: 20px;
}
#secondary #block-19 h2 {
	color: #fff;
}
.site-width {
	max-width: 960px;
}
.dark-blue .bg-line,
.blue-bar .bg-line {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 9px;
}
.select-field select {
	-webkit-appearance: none;
	background-image: url(/../../wp-content/uploads/2022/07/download.png);
	background-size: 16px;
}
.listing-bg-line .view-sort {
	padding: 0px 95px;
}
.button-solid-orange {
	margin-top: 0px;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.button-solid-orange {
		margin-bottom: 10px;
	}
}
.grid-controls svg,
.sold-controls svg,
.sort-by-container img {
	display: inline-block;
	height: 18px;
}
.view-sort .button-white.learn-more {
	padding: 5px 23px;
	font-size: 15px;
}
.practice-grid {
	max-width: 370px;
}
@media screen and (min-width: 1367px) {
	.practice-grid {
		min-width: 32%;
	}

	.practices-grid {
		padding: 0px 100px;
	}
}
.practice-grid .practice-thumb .name {
	line-height: 23px;
	font-size: 18px;
	letter-spacing: 1.8px;
}
@media screen and (max-width: 1367px) {
	.practice-grid-content {
		padding: 20px 10px 30px 10px;
	}
}
@media screen and (min-width: 1367px) {
	.practice-grid-content {
		padding: 20px 33px 30px 33px;
	}
}
.practice-grid-content table {
	margin-bottom: 3px;
}
.specs .label {
	font-size: 15px;
}
.annual_gross td {
	font-size: 12px;
}
.title_listing {
	display: inline;
	position: relative;
}
[data-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
}
[data-title]:after {
	content: attr(data-title);
	position: absolute;
	bottom: 38px;
	left: 0;
	padding: 10px;
	font-size: 12px;
	color: #00395A;
	white-space: nowrap;
	background: #FFFFFF;
	border: 1px solid #418CB9;
	opacity: 0;
	visibility: hidden;
}
[data-title] {
	position: relative;
}
.practice-grid-content .listing-id {
	font-size: 12px;
}
.practice-grid-content .price {
	font-size: 30px;
	font-weight: bold;
}
.practice-grid-content .status {
	font-size: 14px;
}
.practice-grid-content .specs.border-bottom {
	margin-bottom: 14px;
}
.practice-grid-content .button-blue.learn-more {
	padding: 5px 35px;
	font-size: 15px;
	margin: 0px;
}
.page_listing {
	padding: 0px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wp-pagenavi {
	background: transparent;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #C67837;
	font-size: 18px;
	padding: 5px 12px;
}
.wp-pagenavi a {
	color: #00395A;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #00395A;
	padding: 5px 12px;
}
.wp-pagenavi .extend {
	font-size: 18px;
	font-weight: bold;
	color: #00395A;
}
.previously_btn a {
	font-size: 18px;
	text-decoration: underline;
	color: #00395A;
}
@media (min-width: 1024px) {
	.listing_alerts .listing_buttan a {
		font-size: 20px;
		text-align: left;
	}
}
@media (max-width: 1023px) {
	.listing_alerts .listing_buttan {
		text-align: center;
	}

	.listing_alerts .listing_buttan a {
		font-size: 16px;
		text-align: center;
	}
}
.listing_alerts .listing_img div {
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.listing_alerts .listing_contant hr {
	background-color: #fff;
}
.listing_alerts .listing_buttan {
	margin-top: 0.5rem;
}
.practices-list .site-width {
	max-width: 100%;
}
@media (min-width: 1024px) {
	.practices-list .bg-line {
		margin-bottom: 55px;
	}
}
@media (max-width: 600px) {
	.practices-list .bg-line:after {
		display:none;
	}
}
@media screen and (min-width: 1367px) {

	.practices-list th:first-child,
	.practices-list td:first-child {
		padding-left: 320px;
	}

	.practices-list th:last-child,
	.practices-list td:last-child {
		padding-right: 320px;
	}

	.practices-list th,
	.practices-list td {
		padding: 17px 72px 17px 0px;
	}
}
@media screen and (min-width: 1366px) {

	.practices-list th:first-child,
	.practices-list td:first-child {
		padding-left: 200px;
	}

	.practices-list th:last-child,
	.practices-list td:last-child {
		padding-right: 200px;
	}

	.practices-list th,
	.practices-list td {
		padding: 17px 25px 17px 0px;
	}
}
@media screen and (max-width: 1200px) {

	.practices-list th,
	.practices-list td {
		padding: 17px 14px;
	}
}
.practices-list th,
.practices-list td {
	line-height: 21px;
	font-size: 20px;
}
.practices-list td a:first-child {
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width: 600px) {
	.practices-list table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}
.view_button .button-blue.learn-more {
	border: 1px solid #00395a;
	text-decoration: none;
	color: #00395a;
	font-size: 20px;
	padding: 13px 91px;
}
@media (min-width: 1024px) {
	.plan-selling {
		padding: 2.5rem 60px;
	}
	.plan-selling-inner h2 {
		letter-spacing: 9px;
	}

	.plan-selling .plan-selling-inner a {
		padding: 12px 25px;
		margin-bottom: 10px;
	}

	.plan-selling .plan-selling-inner {
		padding-right: 42px;
		padding-top: 37px;
		padding-bottom: 37px;
	}

	.listing-footer .container {
		padding-top: 55px;
		padding-right: 6rem;
		padding-left: 6rem;
	}

	.listing-footer .footer_menu,
	.listing-footer .footer_border {
		display: flex;
	}

	.listing-footer .footer_border {
		width: 60%;
		padding-top: 0px;
		padding-bottom: 0px;
		border-right-width: 1px;
		border-color: rgba(0, 57, 90, var(--tw-border-opacity));
		align-items: center;
	}

	.listing-footer .footer_icon {
		padding: 0px 1rem;
	}
}
.blank {
	width: 16%;
}
@media (max-width: 1024px) {
	.plan-selling-inner h2 {
		letter-spacing: 2.8px;
	}

	.practices-grid {
		padding: 0px 20px;

	}

	.listing-footer .container {
		padding-top: 0px;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.listing-footer .footer_menu,
	.listing-footer .footer_border {
		display: block;
	}

	.listing-footer .footer_border {
		padding-top: 40px;
		padding-bottom: 40px;
		align-items: center;
		border: none;
	}

	.page_listing {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 37px;
		padding: 0px 20px;
	}

	.listing_alerts .listing_img h2 {
		letter-spacing: 2.8px;
	}

	.previously_btn {
		margin-top: 20px;
	}

	.listing-footer .footer_icon {
		padding: 20px 1rem;
	}
}
@media screen and (max-width: 800px) {
	.practice-grid .practice-grid-content .button-blue.learn-more {
		padding: 5px 10px;
	}
}
@media screen and (max-width: 375px) {
	.practice-grid {
		max-width: 315px;
	}
}
.plan-selling-inner h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.plan-selling-inner a {
	font-size: 20px;
}
.plan-selling .plan-selling-inner p {
	font-family: Archer, cursive;
	font-size: 25px;
	color: #fff;
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.plan-selling .plan-selling-inner a {
		font-size: 15px;
		line-height: 1.5rem;
		padding: 11px 9px;
		margin-bottom: 30px;
	}

	.plan-selling {
		padding: 40px;
	}
}
@media screen and (max-width: 800px) {
	.listing-bg-line .view-sort {
		padding: 0px 0px;
	}
}
@media screen and (max-width: 480px) {
	.practice-search-form .button-solid-orange {
		width: 100%;
		height: 39px;
	}
}
.listings-page .new-practices-list .list-item {
	list-style-type: none;
}
@media (min-width: 1024px) {
	.practices-grid {
		margin-top: 58px;
	}
}
.practice-grid-content .specs.border-bottom td {
	padding-bottom: 14px;
}
.grid-controls .button-orange {
	border-color: #C67837;
	color: #C67837;
}
.main_footer #media_image-2 img {
	width: 108px;
}
.listing-footer #origin_button-2 a {
	--tw-bg-opacity: 1;
	background-color: rgba(65, 140, 185, var(--tw-bg-opacity));
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.listing-footer .social_icons_box h4 {
	padding-bottom: 0px;
	margin-bottom: 26px;
}
.listing-footer .copyright {
	margin-top: 31px;
	padding-bottom: 104px;
}
.listing-footer .textwidget p {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	letter-spacing: 2px;
}
.practices-list th {
	font-weight: normal;
}
.dark-blue .bg-line,
.blue-bar .bg-line {
	line-height: 31px;
}
@media (min-width: 1365px) {
	.practices-list .bg-line:after {
		width: 58%;
	}
}
@media (max-width: 1365px) {
	.practices-list .bg-line:after {
		width: 90%;
	}
}
.practices-list .bg-line:after {
	border-bottom: 1px solid #00395a;
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	z-index: 1;
}
@media (max-width: 768px) {

	.listing-bg-line .bg-line:after,
	.practices-list .bg-line:after {
		width: 90%;
		left: 0%;
	}

	.listing-bg-line .site-width {
		padding: 0px 20px;
	}
}
@media (min-width: 769px) {
	.listing-bg-line .bg-line:after {
		width: 70%;
	}
}
.listing-bg-line .bg-line:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.plan-selling .plan-selling-inner .planning-guide-thumb {
	top: -32px;
	max-height: 208px;
}
@media (min-width: 1367px) {
	.plan-selling {
		padding: 70px 124px;
	}
}
.annual_gross td,
.annual_gross .label {
	font-size: 12px;
}
.white-hover, .white-hover:visited {
color: #fff;
background: transparent;
border: 2px solid #fff;
font-size: 15px;
text-transform: uppercase;
}
.white-hover:hover {
	background:rgba(255,255,255,.3)!important;
	color: #fff;
    background: transparent;
    border: 2px solid #fff;
    font-size: 15px;
}
.wp-block-search__inside-wrapper input {
	color:#000!importatn;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries

/*--------------------------------------------------------------
>>> landing page styling
----------------------------------------------------------------*/
/*
.landing-page-logo-spacer {
	height:30px;
}
*/
/*--------------------------------------------------------------
>>> APA page styling
----------------------------------------------------------------*/
/* 
Hide menu from desktop styling below.
 */
@media screen and (min-width: 980px) {

	.hide-from-desktop-menu {
		display: none !important;
	}

}
.front-bio-pic {
	width: 100%;
	height: 325px;
	background-image: url('https://poegroupadvisors.com/wp-content/uploads/2019/12/Brannon-4590_pp-reto.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}
.front-bio-pic-txt {
	width: 100%;
	height: 325px;
	background-color: #00395a;
	color: #ffffff;
	font-family: 'Muli', sans-serif;
	padding: 40px;
}
.icon-container {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 10%;
	padding-bottom: 30px;
}
.icon-container_mobile {
	display: none;
}
.column {
	float: left;
	width: 40%;
	margin-bottom: -60px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
.apa_icon {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 80px;
	margin-bottom: 130px;
}
@media screen and (max-width: 736px) {
	.column {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		clear: both;
	}


	.icon-container {
		display: none;
	}

	.icon-container_mobile {
		display: block;
		height: auto;
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-left: 0%;
	}


	.apa_icon {
		position: relative;
		float: left;
		margin-right: 10px;
		margin-bottom: 40px;
		width: 80px;
	}

	.front-bio-pic-txt {
		height: 370px;
	}

}
@media screen and (max-width: 768px) {
	.front-bio-pic-txt {
		height: 400px;
	}

}
/*--------------------------------------------------------------
>>> END APA page styling
----------------------------------------------------------------*/
.pardot-forms-widget .widget-title {
	text-align: left !important;
	padding-bottom: 30px !important;
}
.pardot-forms-body {
	padding-top: 10px !important;
}
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: """";
}
hr {
	background-color: #00395A;
	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: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
.apa2021 .is-sticky .main-navigation ul ul,
.main-navigation ul ul {
	padding-left: 20px;
}
.apa2021 .is-sticky .main-navigation li,
.main-navigation li {
	position: relative;
	display: block;
	padding: 0;
}
.apa2021 .is-sticky .main-navigation a,
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding: 20px 20px;
	text-transform: uppercase;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.apa2021 .menu-apa-container {
		display: inline-block;
	}
}
.apa2021 .is-sticky .menu-apa-container {
	display: block;
}
@media screen and (min-width: 768px) {


	.main-navigation ul {
		background: none;
	}

	.main-navigation li {
		display: inline-block;
		padding: 5px;
	}

	.main-navigation a {
		display: inline-block;
		color: #00395a;
		padding: 4px;
		/*	border: 1px solid #fff;*/
		font-size: 15px;
	}


}
.apa2021 .main-navigation a.nav-home,
.apa2021 .main-navigation a.apply-now {
	display: none;
}
@media screen and (min-width: 768px) {

	.apa2021 .main-navigation a.nav-home,
	.apa2021 .main-navigation a.apply-now {
		display: inline-block;
	}
}
@media screen and (min-width: 1200px) {
	.apa2021 .main-navigation {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0;
		border: none;
	}

	.apa2021 .main-navigation ul {
		background: none;
	}

	.apa2021 .main-navigation li {
		display: inline-block;
		padding: 10px 20px;
	}

	.apa2021 .main-navigation a {
		display: inline-block;
		color: #00395a;
		text-align: center;
		padding: 4px;
		border: 1px solid #fff;
		font-size: 14px;
	}

}
@media screen and (min-width: 980px) {
	.main-navigation li {
		/*	padding: 10px 18px;*/
	}


}
@media screen and (min-width: 768px) {
	.main-navigation ul ul {
		float: left;
		position: absolute;
		top: 44px;
		left: -999em;
		z-index: 99999;
		border: 4px solid #c67837;
		background: #fff;
		padding-left: 0;
		margin-left: -55px;
	}

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

	.main-navigation ul ul a,
	.main-navigation ul ul .current_page_item>a,
	.main-navigation ul ul .current-menu-item>a,
	.main-navigation ul ul .current-page-ancestor>a,
	.main-navigation ul ul li:hover>a {
		border: none;
		color: #00395a;
	}

	.main-navigation ul ul a:after,
	.main-navigation ul ul .current_page_item>a:after,
	.main-navigation ul ul .current-menu-item>a:after,
	.main-navigation ul ul .current-page-ancestor>a:after,
	.main-navigation ul ul li:hover>a:after {
		display: none;
	}

	.main-navigation ul li:hover>ul {
		left: 50%;
	}

	.main-navigation ul ul li:hover>ul {
		left: 100%;
	}

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

	* .main-navigation ul ul li {
		padding: 5px 0;
	}

	.main-navigation ul ul a {
		text-transform: none;
		font-size: 14px;

	}

	.main-navigation ul ul li {}

	@media screen and (min-width: 768px) {
		/*.main-navigation li:hover > a {
		border: 1px solid #c67837;
		position: relative;
		/*color: #c67837;*/
	}

	
	/*.main-navigation li:hover > a:after {
		position: absolute;
		content: '>';
		left: -10px;
		top: 3px;
		color: #c67837;
		font-weight: bold;
	}*/
}
/*.home .current_page_item {
	display: none;
}*/
.all-content {
	transition: all ease-out 1s;
}
.toggled .all-content {
	opacity: .3;
}
/*@media screen and (max-width: 1200px) {*/
/*	.apa2021 .is-sticky .menu-toggle,
	.apa2021.toggled .is-sticky .main-navigation {
		display: block;
	}*/
.apa2021 .is-sticky .main-navigation,
.apa2021 .is-sticky .main-navigation .nav-home,
.apa2021 .is-sticky .main-navigation .apply-now {
	display: none;
}
.apa2021.toggled .is-sticky .all-content {
	opacity: .3;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
12.0 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
CUSTOM
--------------------------------------------------------------*/
/*
font-family: 'Archer', 'Archer SSm B', serif;
font-weight: 500;
font-style: italic;

font-family: 'Muli', sans-serif;
*/
body {
	background: #444;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	color: #00395a;
	line-height: 1.8em;
}
a {
	color: #418cb9;
}
h2 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}
.max-width {
	max-width: 1600px;
	margin: 0 auto;
	background: #fff;
}
.home .max-width {
	background: none;
}
/*
*/
@media screen and (min-width: 980px) {
	.site-width {
		padding: 0;
	}
}
.site-header {
	border-bottom: 4px solid #c67837;
	padding: 8px 0;
	text-align: center;
	position: relative;
	height: 56px;
	z-index: 5000;
	background: #fff;
}
#logo {
	width: auto;
	height: 40px;
}
.is-sticky .site-header {
	height: 56px;
}
.apa2021 .is-sticky .site-header {
	height: 56px;
}
@media screen and (min-width: 768px) {
	.is-sticky #logo {
		float: left;
		height: 40px;
		padding-left: 10px;
	}

	.is-sticky .site-header {
		text-align: right;
	}

	.is-sticky .main-navigation {
		left: 100px;
	}

	.is-sticky .main-navigation li {
		padding: 10px 2px;
	}
}
/*.menu-toggle {
	background: #00395a;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 0;
	height: 52px;
	width: 60px;
	padding: 19px 0;
}*/
.menu-toggle img {
	display: block;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {

	.apa2021 .site-header {
		height: 126px;
		padding-bottom: 0;
	}

	.site-header {
		height: 126px;
		padding-bottom: 0;
	}

	#logo {
		height: 60px;
	}
}
@media screen and (min-width: 980px) {
	.site-header {
		height: 168px;
	}

	.apa2021 .site-header {
		height: 186px;
		padding-bottom: 0;
	}

	#logo {
		height: auto;
	}
}
.blue-bar {
	background: #418cb9;
	color: #fff;
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
}
.dark-blue-bar {
	background: #00395a;
	color: #fff;
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	padding: 20px 20px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
}
.orange-bar {
	background: #c67837;
	color: #fff;
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	padding: 20px 0;
	text-align: center;
	clear: both;
	font-size: 16px;
	line-height: 1.4em;
}
.grey-bar {
	background: #dbdbdb;
	color: #023756;
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
}
.grey-bar a {
	color: #023756;
}
.blue-bar h1,
.dark-blue-bar h1,
.orange-bar h1,
.orange-bar h2 {
	font-family: 'Muli', sans-serif;
	letter-spacing: .1em;
	font-style: normal;
	margin: 0;
}
.orange-bar a {
	color: #fff;
}
.orange-bar .blog-badge {
	display: block;
	margin: 0 auto 10px auto;
	max-height: 150px;

}
@media screen and (min-width: 600px) {
	.orange-bar .blog-badge {
		float: left;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.blog-teaser-content {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.blog-teaser-container {
		height: 130px;
	}
}
.site-footer {
	background: #dbdbdb;
	padding: 20px 0;
	color: #00395a;
}
.site-footer a {
	text-decoration: none;
	color: #00395a;
}
.copyright {
	font-size: .75em;
	text-align: center;
	color: #a6a8ab;
	margin-top: 20px;
}
.site-footer .social {
	margin-top: 10px;
}
.site-footer .social a {
	display: inline-block;
	margin-right: 20px;
}
@media screen and (min-width: 768px) {
	.site-footer .social a {
		margin-right: 10px;
	}
}
.footer-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer-left {
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.footer-left {
		float: left;
		width: 60%;
		padding-right: 50px;
		margin-bottom: 0;
	}

	.footer-right {
		float: right;
		width: 40%;
		border-left: 1px solid #00395a;
		padding-left: 50px;
	}

	.footer-right-apa {
		float: right;
		width: 40%;
		padding-left: 50px;
	}

}
.button-white.learn-more,
.button-blue.learn-more,
.button-orange,
.button-solid-blue,
.button-solid-orange,
.widget_taxonomy_list_widget a,
.gform_button,
.comment-form .submit {
	padding: 5px 10px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 5px;
	background: none;
	-webkit-appearance: none;
	font-size: 14px;
}
.button-solid-blue,
.button-solid-orange {
	border: none;
}
.button-white.learn-more {
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
.button-orange {
	border: 1px solid #c67837;
	text-decoration: none;
	color: #c67837;
}
.button-blue.learn-more,
.widget_taxonomy_list_widget a,
.gform_button,
.comment-form .submit {
	border: 1px solid #00395a;
	text-decoration: none;
	color: #00395a;
}
.button-solid-blue,
.button-solid-orange {
	color: #fff;
}
.button-solid-blue {
	background: #00395a;
}
.button-solid-orange {
	background: #c67837;
}
.blue {
	background: #418cb9;

}
.light-blue {
	background: #d1dbe1;
}
.orange {
	background: #c67837;
}
.green {
	background: #3A6754;
}
.general-page,
.grey {
	background: #dbdbdb;
}
.white {
	background: #fff;
}
.intro {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	line-height: 1.4em;
}
.home .intro {
	padding: 40px 0;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/home-parallax.jpg) no-repeat center center;
}
.intro p {
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
}
.single .intro p {
	display: none;
}
@media screen and (min-width: 768px) {
	.intro {
		padding: 40px;
		line-height: 1.8em;
	}

	.home .intro {
		background: none;
		padding: 60px 40px;
	}


	.intro-title {
		font-size: 18px;
	}

	.single .intro p {
		display: block;
	}
}
.intro-title {
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.intro-sub-title {
	text-transform: none;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
}
h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22px;
}
h1.bg-line,
h2.bg-line {
	text-align: center;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22px;
	margin: 0.67em 0;
	color: #00395a;
}
.bg-line:after {
	border-bottom: 1px solid #00395a;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}
.dark-blue .bg-line:after {
	border-bottom: 1px solid #fff;
}
.dark-blue {
	background: #00395a;
}
.bg-line {
	position: relative;
	text-align: center;
	z-index: 1;
}
.bg-line span {
	background: #dbdbdb;
	padding: 0 10px 0 20px;
	position: relative;
	z-index: 2;
}
.blue .bg-line span {
	background: #418cb9;
}
.dark-blue .bg-line span {
	background: #00395a;
}
.orange .bg-line span {
	background: #c67837;
}
.white .bg-line span {
	background: #fff;
}
.light-blue .bg-line span {
	background: #d1dbe1;
}
.apa .light-blue .bg-line:after {
	border-bottom: 1px solid #00395a;
}
@media screen and (min-width: 768px) {
	/*.side-pad {
		padding: 0 15px;
	}*/
}
.center {
	text-align: center;
}
/* HOME */
.home-slides-container {
	position: relative;
	background: #fff;
}
.slide-placeholder {
	display: block;
}
.home-slides-buying {
	background: #fff url(/wp-content/themes/Poe-Group-Advisors/images/home-bg-buying.jpg) no-repeat;
	color: #00395a;
}
/*
*********************************************************************
*********************************************************************
*/
.dev-home-slides-buying {
	background: #fff url(/wp-content/themes/Poe-Group-Advisors/images/home-bg-buying.jpg) no-repeat;
	color: #00395a;
}
.dev-home-slides-selling {
	background: #00395a url(/wp-content/themes/Poe-Group-Advisors/images/home-bg-selling.jpg) no-repeat;
	color: #fff;
}
.dev-home-slides-apa {
	background: #fff url(/wp-content/themes/Poe-Group-Advisors/images/home-bg-apa.jpg) no-repeat;
	color: #00395a;
}
/*
*********************************************************************
*********************************************************************
*/
.home-slides-selling {
	background: #00395a url(/wp-content/themes/Poe-Group-Advisors/images/home-bg-selling.jpg) no-repeat;
	color: #fff;
}
.home-slides-buy-sell {
	text-align: center;
}
.home-slides-buy-sell>div {
	padding: 20px;
}
.home-slides-buy-sell p {
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	font-size: 12px;
	line-height: 1.4em;
}
/*
*********************************************************************
*********************************************************************
*/
.dev-home-slides-buy-sell {
	text-align: center;
}
.dev-home-slides-buy-sell>div {
	padding: 20px;
}
.dev-home-slides-buy-sell p {
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	font-size: 12px;
	line-height: 1.4em;
}
/*
*********************************************************************
*********************************************************************
*/
.underline {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.home-slides-buying .underline {
	border-color: #497087;
}
/*
*********************************************************************
*********************************************************************
*/
.dev-home-slides-buying .underline {
	border-color: #497087;
}
.dev-home-slides-selling .home-slide-icon-container {
	padding-top: 20px;
}
.dev-home-slides-apa .underline {
	border-color: #497087;
}
/*
*********************************************************************
*********************************************************************
*/
.home-slide-icon-container {
	margin: 0 auto 10px auto;
}
.home-slides-selling .home-slide-icon-container {
	padding-top: 20px;
}
@media screen and (min-width: 480px) {
	.home-slides-buying {
		float: left;
		width: 50%;
	}

	/*
*********************************************************************
*********************************************************************
*/
	.dev-home-slides-buying {
		float: left;
		width: 33.3%;
		text-align: center;
	}

	.dev-home-slides-selling {
		float: left;
		width: 33.3%;
		text-align: center;
	}

	.dev-home-slides-apa {
		float: left;
		width: 33.4%;
		text-align: center;
	}


	/* 3 column home page slides mobile below */

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

		.dev-home-slides-buying {
			float: none;
			width: 100%;
			text-align: center;
		}

		.dev-home-slides-selling {
			float: none;
			width: 100%;
			text-align: center;
		}

		.dev-home-slides-apa {
			float: none;
			width: 100%;
			text-align: center;
		}


	}



	/*
*********************************************************************
*********************************************************************
*/


	.home-slides-selling {
		float: right;
		width: 50%;
	}

	.home-slide-icon-container {
		min-height: 175px;
	}

	.home-slides-buy-sell>div {

		min-height: 420px;
	}

	.dev-home-slides-buy-sell>div {
		padding-top: 20px;
		min-height: 420px;
	}

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

	.dev-home-slides-buy-sell>div {
		min-height: 470px;
	}

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

	.dev-home-slides-buy-sell>div {

		min-height: 250px;
	}

}
@media screen and (min-width: 1054px) {


	.home-slides-right-content {
		margin-left: 10px;
		margin-right: 10px;
		max-width: 350px;
		padding: 15px 0;
		min-height: 0;
	}

	/*
*********************************************************************
*********************************************************************
*/

	.dev-home-slides-right-content {
		margin-left: 10px;
		margin-right: 10px;
		max-width: auto;
		padding: 15px;
		min-height: 0;
	}

	/*
*********************************************************************
*********************************************************************
*/


	.home-slides-buying .home-slides-right-content {
		float: right;
	}

	.dev-home-slides-buying .dev-home-slides-right-content {
		float: right;
	}



}
@media screen and (min-width: 700px) {}
.section-pad {
	padding: 20px 0;
}
@media screen and (min-width: 768px) {
	.section-pad {
		padding: 40px 0;
	}

	.btm-pad-0 {
		padding-bottom: 0 !important;
	}
}
.teaser-callout-intro {
	text-align: center;
	font-size: 18px;
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
}
.teaser-callouts {
	margin-top: 20px;
}
.teaser-callout {
	padding: 0 0 20px 50px;
	background-repeat: none;
	background-position: left top;
	background-repeat: no-repeat;
}
.teaser-callout h2 {
	font-size: 18px;
	padding-top: 5px;
}
.teaser-callout h3 {
	margin-top: 9px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 19px;
	margin-left: 3px;
}
.teaser-callout a h2 {
	color: #00395a;
}
.teaser-callout a {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.teaser-callouts {
		margin-top: 40px;
	}

	.teaser-callout {
		width: 33%;
		float: left;
		padding: 0 20px 20px 50px;
	}
}
.home-search a {
	color: #fff;
}
.submit-container .button-white.learn-more,
.home-search .button-white.learn-more,
.home-search .submit-container input {
	line-height: 19px;

	width: 90px;
}
.submit-container .button-white.learn-more,
.home-search .button-white.learn-more {
	margin-left: 5px;
}
.home-books-teaser,
.home-video-teaser,
.faq-teaser-1,
.faq-teaser-selling,
.faq-teaser-2,
.faq-teaser-buying,
.home-featured-practice {
	background: #fff;
}
.report-teaser {
	background: #438cb7;
}
.home-books-teaser-content,
.home-video-teaser-content,
.faq-teaser-1-content,
.faq-teaser-selling-content,
.faq-teaser-2-content,
.faq-teaser-buying-content,
.new-practices-content,
.testimonial-teaser-content,
.report-teaser-content {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/home-books-bg.jpg) no-repeat center center;
	text-align: center;
	padding: 20px;
	background-size: cover;
}
.faq-teaser-1-content {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/faq-bg-1.jpg) no-repeat center center;
}
.faq-teaser-selling-content {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/faq-selling-bg-1.jpg) no-repeat center center;
}
.faq-teaser-2-content {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/faq-bg-4.jpg) no-repeat center center;
}
.faq-teaser-buying-content {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/faq-buying-bg-2.jpg) no-repeat center center;
}
.new-practices-content {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/new-practices.jpg) no-repeat center center;
}
.testimonial-teaser-content {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/testimonial-bg-2.jpg) no-repeat center center;
}
.home-video-teaser-content {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/home-video-bg.jpg) no-repeat center center;
}
.report-teaser-content {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/report-bg.jpg) no-repeat center center;
	color: #fff;
}
.home-featured-practice-teaser {
	background: #dbdbdb;
}
.single .home-featured-practice-teaser {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.single .home-featured-practice-teaser {
		background: #fff;
		display: flex;
		flex-direction: column;
	}
}
.home-featured-practice-teaser-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/featured-listing.jpg) no-repeat center center;
	background-size: cover;
	padding: 0 40px;
}
.home-books-teaser-content-inner,
.home-video-teaser-content-inner,
.faq-teaser-1-content-inner,
.faq-teaser-selling-content-inner,
.faq-teaser-2-content-inner,
.faq-teaser-buying-content-inner,
.new-practices-content-inner,
.testimonial-teaser-content-inner,
.home-featured-practice-teaser-content-inner,
.report-teaser-content-inner,
.about-cols-content-inner,
.module-cols-content-inner,
.resources-cols-content-inner,
.selling-cols-content-inner {
	max-width: 540px;
	margin: 0 auto;
}
.resources-cols-content-inner,
.sellings-cols-content-inner,
.about-cols-content-inner,
.module-cols-content-inner,
.home-featured-practice-teaser-content-inner {
	text-align: center;
}
.single .home-featured-practice-teaser-content-inner {
	text-align: center;
}
.single .home-featured-practice-teaser-content-inner .underline {
	text-align: center;
}
.home-featured-practice-teaser-content h2,
.home-books-teaser-content h2,
.home-video-teaser-content h2,
.faq-teaser-1-content h2,
.faq-teaser-selling-content h2,
.faq-teaser-2-content h2,
.faq-teaser-buying-content h2,
.new-practices-content h2,
.testimonial-teaser-content h2,
.resources-cols-content-inner h2,
.selling-cols-content-inner h2,
.about-cols-content-inner h2,
.module-cols-content-inner h2 {
	font-size: 28px;
	line-height: 1.4em;
}
@media screen and (max-width: 768px) {

	.home-featured-practice-teaser-content h2,
	.home-books-teaser-content h2,
	.home-video-teaser-content h2,
	.faq-teaser-1-content h2,
	.faq-teaser-selling-content h2,
	.faq-teaser-2-content h2,
	.faq-teaser-buying-content h2,
	.new-practices-content h2,
	.testimonial-teaser-content h2,
	.resources-cols-content-inner h2,
	.selling-cols-content-inner h2,
	.about-cols-content-inner h2,
	.module-cols-content-inner h2 {
		font-size: 17px;
		line-height: 1.3em;
	}


}
.faq-teaser-2-content h2,
.faq-teaser-buying-content h2,
.new-practices-content h2,
.faq-teaser-selling-content h2,
.selling-cols-content-inner h2,

.selling-podcast2 .selling-cols-content-inner h2 {
	color: #fff;
}
.home-featured-practice-teaser-content p,
.home-books-teaser-content p,
.home-video-teaser-content p,
.faq-teaser-1-content p,
.report-teaser-content p {
	font-weight: 500;
	color: #418cb9;
}
.faq-teaser-2-content p,
.faq-teaser-buying-content p,
.new-practices-content p,
.faq-teaser-selling-content p,
.report-teaser-content p,
.selling-cols-content p,
.selling-podcast2 .selling-cols-content-inner li,
.selling-podcast2 .selling-cols-content-inner a,
.selling-cols-content-inner p {

	color: #fff;
}
.selling-cols-content-inner p,
.resources-cols-content-inner p,
.about-cols-content-inner p,
.module-cols-content-inner p {
	text-align: left;
}
.home-featured-practice-teaser-content p,
.home-video-teaser-content p,
.testimonial-teaser-content p,
.books-selling .home-books-teaser-content-inner p,
.faq-teaser-1-content p,
.books-selling .home-books-teaser-content-inner h2 {
	color: #00395a;
}
.home-books-teaser-content,
.home-books-teaser-content p,
.faq-teaser-selling-content p {
	color: #fff;
}
.home-books-teaser-content .underline,
.faq-teaser-selling-content .underline,
.about-cols-content .underline,
.module-cols-content .underline {
	border-color: #fff;
}
.resources-cols-content-inner .underline,
.about-cols-content-inner .underline,
.module-cols-content-inner .underline,
.home-featured-practice-teaser-content .underline,
.home-video-teaser-content .underline,
.testimonial-teaser-content .underline,
.books-selling .home-books-teaser-content-inner .underline,
.faq-teaser-1-content .underline {
	border-color: #00395a;
}
.home-books-teaser-image,
.home-video-teaser-image,
.report-teaser-image {
	background: #fff;
	padding: 20px;
	text-align: center;
}
.home-featured-practice-teaser-content {
	padding: 40px;
	order: 1;
}
.single .home-featured-practice-teaser-content {
	height: auto;
	background: #dbdbdb;
	padding-bottom: 10%;
}
.resources-cols-content-inner,
.about-cols-content-inner,
.module-cols-content-inner {
	padding: 30px;
}
#report-buying-description {
	background: #428cb8;
	color: white;
	padding: 2vw;
}
@media screen and (max-width: 768px) {
	.selling-cols-content-inner {
		padding: 30px;
	}
}
.report-teaser-image img {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 900px) {

	.about-cols-content-inner,
	.module-cols-content-inner {
		padding: 20px;
	}
}
@media screen and (min-width: 480px) {
	.report-teaser-content-inner a {
		margin: 0 10px;
	}
}
.new-practices-content {
	padding: 20px 40px;
}
.new-practices-list {
	padding: 20px 10px;
}
@media screen and (min-width: 768px) {

	.new-practices-list {
		padding: 20px 40px;
	}

	.report-teaser-content {
		width: 50%;
		float: left;
		padding: 20px 40px;
		height: 372px;
	}

	.home-books-teaser-content {
		width: 50%;
		float: right;
		padding: 20px 40px;
		height: 372px;
	}

	.books-selling .home-books-teaser-content {
		float: left;
	}

	.faq-teaser-1-content,
	.faq-teaser-selling-content {
		width: 50%;
		float: left;
		padding: 20px 40px;
		height: 400px;
	}

	.faq-teaser-2-content,
	.faq-teaser-buying-content,
	.testimonial-teaser-content {
		width: 50%;
		float: right;
		padding: 20px 40px;
		height: 400px;
	}






	.home-video-teaser-content {
		width: 50%;
		float: left;
		padding: 20px 40px;
		height: 285px;
	}

	.practice-worth .home-books-teaser-content,
	.practice-worth .home-books-teaser-image {
		height: 400px;
		min-height: 390px;
	}


	.home-featured-practice-teaser-content {
		width: 50%;
		float: right;
		padding: 20px 40px;
		height: 400px;
	}


	.home-featured-practice-teaser-image {
		width: 50%;
		float: right;
		height: 400px;
	}

	.faq-teaser-2-image,
	.faq-teaser-buying-image {
		width: 50%;
		float: left;
		height: 400px;
	}

	.home-featured-practice-teaser:nth-child(even) .home-featured-practice-teaser-content {
		float: right;
	}

	.home-featured-practice-teaser:nth-child(even) .home-featured-practice-teaser-image {
		float: left;
	}

	.home-featured-practice-teaser:nth-child(even) .home-featured-practice-teaser-content-inner {
		float: left;
	}


	.report-teaser-content-inner {
		float: right;


	}

	.home-featured-practice-teaser-content-inner,
	.home-books-teaser-content-inner,
	.home-video-teaser-content-inner,
	.report-teaser-content-inner,
	.resources-cols-content-inner,
	.selling-cols-content-inner,
	.faq-teaser-1-content-inner,
	.faq-teaser-selling-content-inner,
	.faq-teaser-2-content-inner,
	.faq-teaser-buying-content-inner,
	.new-practices-content-inner,
	.testimonial-teaser-content-inner,
	.about-cols-content-inner,
	.module-cols-content-inner {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.single .home-featured-practice-teaser-content-inner {
		top: 0;
		transform: translateY(0);
	}

	.about-cols-content-inner,
	.module-cols-content-inner,
	.selling-cols-content-inner,
	.resources-cols-content-inner {
		float: none;
	}

	.report-teaser-content-inner,
	.home-featured-practice-teaser-content-inner,
	.home-video-teaser-content-inner {
		float: right;
	}

	#practice-teaser-content-inner-single {
		float: none;
	}


	.selling-podcst .selling-cols-left {
		height: 400px;
	}

	.selling-podcst .reverse-selling-cols-left {
		height: 400px;
	}


	.selling-podcst .new-selling-cols-left {
		height: 400px;
	}


	.fligh-plan .resources-cols-left {
		height: 400px;
	}

	.on-your-own .resources-cols-right {
		height: 400px;
	}

	.podcast .resources-cols-left {
		height: 400px;
	}

	.about-foundation .about-cols-left,
	.module-foundation .about-cols-left {
		height: 585px;
	}

	.about-mission .about-cols-right,
	.module-mission .about-cols-right {
		height: 533px;
	}


	.report-teaser-image,
	.home-video-teaser-image {
		width: 50%;
		float: right;
		text-align: left;
	}

	.home-video-teaser-image {
		text-align: center;
		height: 285px;
	}

	.home-books-teaser-image {
		width: 50%;
		float: left;
		text-align: center;
		height: 372px;
	}

	.books-selling .home-books-teaser-image {
		float: right;
	}


	.home-books-teaser-image img,
	.home-video-teaser-image img {
		max-width: 70%;
	}


	.home-books-teaser-image img,
	.home-video-teaser-image img {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.report-teaser-image {
		padding-top: 10px;
		padding-bottom: 4px;
	}
}
@media screen and (min-width: 960px) {

	.home-books-teaser-content,
	.home-video-teaser-content {
		min-height: 419px;
		padding: 15px 40px 0 40px;
	}

	.home-books-teaser-image,
	.home-books-teaser-content {
		height: 419px;
	}

	.home-video-teaser-image,
	.home-video-teaser-content {
		height: 420px;
	}

	/*	.report-teaser-content {
		min-height: 410px;
	}*/

	.home-books-teaser-image img,
	.home-video-teaser-image img,
	.report-teaser-image img {
		max-width: 100%;
	}



	.report-teaser-image img {
		/*width: 240px;*/

	}
}
/* ABOUT */
.culture-intro {
	text-align: center;
	font-size: 18px;
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	color: #418cb9;
}
.split-callout-group {
	overflow: hidden;
}
.split-callout-title,
.split-callout-text {
	padding: 20px;

}
.split-callout-text.has-video {
	padding: 0;
}
.split-callout-text.has-video .split-callout-content .split-callout-content-new {
	margin: 0;
}
.split-callout-title {
	background-color: #00395a;
	background-position: center center;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.2em;
	text-align: center;
}
.testimonials .split-callout-title {
	font-size: 20px;
	letter-spacing: 0.1em;
}
.testimonials img {
	width: auto;
	height: 100%;
	max-width: 1000%;
	display: block;
}
.video-titles {
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	text-transform: none;
	font-size: 16px;
	margin-bottom: 5px;
}
.name-location {
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	text-transform: none;
	font-size: 16px;
}
.name-titles {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.testimonial-location {
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	text-transform: none;
	font-size: 18px;
	margin-bottom: 10px;
}
.testimonial-type {
	font-size: 14px;
}
.grey .split-callout-text {
	background: #dbdbdb;
}
.white .split-callout-text {
	background: #fff;
}
@media screen and (min-width: 768px) {

	.split-callout-title,
	.split-callout-text {
		width: 50%;
		height: 296px;
		padding: 70px 60px;
	}

	.apa2021 .split-callout-title,
	.apa2021 .split-callout-text {

		height: 396px;

	}

	.split-callout-group:nth-child(odd) .split-callout-title {
		float: left;
		text-align: right;
	}

	.split-callout-group:nth-child(odd) .split-callout-text {
		float: right;

	}

	.split-callout-group:nth-child(even) .split-callout-title {
		float: right;
		text-align: left;
	}

	.split-callout-group:nth-child(even) .split-callout-text .split-callout-content-new {
		float: left;

	}

	.split-callout-group:nth-child(even) .split-callout-text .split-callout-content {
		float: right;
	}



	.split-callout-content .split-callout-content-new {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		font-size: 12px !important;
	}

	.split-callout-text .split-callout-content .split-callout-content-new {
		max-width: 450px;
	}

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

	.split-callout-text {
		line-height: 1.5em !important;
	}

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

	.split-callout-text {
		font-size: 12px !important;
		line-height: 1.5em !important;

	}


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

	.split-callout-text {
		font-size: 15px !important;
		line-height: 1.8em !important;
	}


}
/* TEAM */
.team-member {
	padding: 20px 0;
}
.team-member:nth-child(even) {
	background: #fff;
}
.team-member-photo {
	text-align: center;
	margin-bottom: 10px;
}
.team-member-photo img {
	border: 3px solid #c67837;
}
.team-member-title {
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	text-transform: none;
	font-size: 18px;
}
@media screen and (min-width: 600px) {
	.team-member {
		padding: 40px 0;
	}

	.team-member-photo {
		float: left;
		width: 25%;
		margin-bottom: 10px;
		text-align: left;
	}

	.team-member-content {
		float: right;
		width: 72%;
	}
}
/* RESOURCES */
.resource-photo {
	background: #fff;
	text-align: center;
	padding: 10px 0;
}
.resource-bullets {
	color: #fff;
	padding: 20px;
}
.resource-bullets .underline {
	border-color: #fff;
	padding-bottom: 10px;
}
.resource-bullets h2 {
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: .1em;
}
.resource-bullets ul {
	margin-left: 25px;
	padding-left: 0;
}
.resource-bullets-content {
	max-width: 450px;
	margin: 0 auto;
}
.resource-actions {
	text-align: center;
}
.resource-actions a {
	display: inline-block;
	margin: 0 5px;
}
.resource-buy {
	padding-top: 10px;
	/*margin-bottom: 3px;*/
}
@media screen and (min-width: 550px) {

	.resource-buy {
		display: inline-block;

	}
}
@media screen and (min-width: 768px) {
	.resource-bullets {
		min-height: 370px;
		padding: 10px;
	}

	.resource-right .resource-photo {
		width: 45%;
		float: left;
		/*text-align: right;*/
		padding-right: 20px;
	}

	.resource-right .resource-bullets {
		width: 55%;
		float: right;
		text-align: left;
		background-position: right center;
	}

	.resource-left .resource-photo {
		width: 45%;
		float: right;
		padding-left: 20px;
		/*text-align: left;*/
	}

	.resource-right .resource-photo {
		height: 429px;
	}

	.resource-left .resource-photo {
		height: 483px;
	}

	.resource-photo img {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.resource-left .resource-bullets {
		width: 55%;
		float: left;
		text-align: left;
		background-position: right center;
	}

	.resource-buy {
		display: inline-block;

	}

	.resource-bullets-content {
		margin: 0;
	}

	.resource-left .resource-bullets-content {
		float: right;
	}

}
@media screen and (min-width: 920px) {
	.resource-buy {
		display: inline-block;
	}

	.resource-bullets .underline {
		padding-bottom: 20px;
	}

	.resource-bullets h2 {
		margin-bottom: 20px;
	}



}
@media screen and (min-width: 1024px) {
	.resource-bullets {
		padding: 50px;
	}

	.resource-right .resource-photo {
		height: 500px;
	}

	.resource-left .resource-photo {
		height: 554px;
	}

}
.blog-teaser {
	margin-bottom: 20px;
}
.blog-teaser a {
	text-decoration: none;
	color: #418cb9;
}
@media screen and (min-width: 768px) {
	.blog-teaser {
		width: 31%;
		float: left;
		margin: 0;
	}

	.blog-teaser-2 {
		margin: 0 2%;
	}
}
/* BLOG */
#primary {

	margin: 20px 0;
}
#secondary {}
.blog article,
.archive article,
.search article {
	background: #fff;
}
.site-main {}
.single .site-main {
	background: #fff;
	padding: 20px;
}
.page-header {
	text-align: center;
	width: 100%;
	max-width: 730px;
}
@media screen and (min-width: 500px) {

	.blog .site-main,
	.archive .site-main,
	.search .site-main {
		-moz-column-count: 2;
		column-count: 2;
		-moz-column-gap: 1em;
		column-gap: 1em;
		padding-left: 10px;
		padding-right: 10px;
	}

	.blog article,
	.archive article,
	.search article {
		/* width: 48%;
		margin-right: 2%;
		float: left; */
		display: inline-block;
	}


}
@media screen and (min-width: 768px) {
	#primary {
		float: left;
		width: 66%;
		margin-top: 60px;
	}

	#secondary {
		float: right;
		width: 33%;
		padding: 0;
	}

	.site-main,
	.page-header {
		max-width: 730px;
		float: right;
		overflow: hidden;
		clear: both;
	}



	.site-main {}

	.blog .site-main,
	.archive .site-main,
	.search .site-main {
		padding-left: 0;
		padding-right: 0;
	}


}
#form-allowed-tags {
	display: none;
}
#secondary .widget {
	padding: 10px;
	padding-bottom: 20px;
}
#secondary .widget a {
	text-decoration: none;
	color: #00395a;
}
#secondary .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
#secondary .widget ul li {
	text-align: center;
}
.widget-title {
	max-width: 250px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #00395a;
	margin-left: auto;
	margin-right: auto;
}
.widget_search .widget-title {
	margin-bottom: 15px;
}
.widget_taxonomy_list_widget {
	text-align: center;
}
#secondary .poe-subscribe,
#secondary .widget_archive {
	background: #f4f4f4;
}
#secondary .widget_search,
#secondary .widget_categories {
	background: #00395a;
	color: #fff;
}
#secondary .widget_search a,
#secondary .widget_categories a {
	color: #fff;
}
#secondary .widget_search .widget-title,
#secondary .widget_categories .widget-title {
	border-bottom: 1px solid #fff;
}
#text-2 {
	/* blog badge */
	text-align: center;
}
@media screen and (min-width: 768px) {
	#text-2 {
		/* blog badge */
		text-align: left;
	}
}
.search-form {
	font-size: 0;
}
.feedblitz-form {
	text-align: center;
	width: 250px;
}
.search-form .search-field,
.search-form .search-submit,
.feedblitz-form .feedblitz-email,
.feedblitz-form input[type="button"] {
	height: 30px;
	padding: 0 5px;
	vertical-align: top;
}
.search-form .search-field,
.feedblitz-form .feedblitz-email {
	border: none;
	border-right: 1px solid #00395a;
	font-size: 14px;
	color: #00395a;
}
.search-form .search-submit,
.feedblitz-form input[type="button"] {
	border: none;
	text-indent: -9999999px;
	width: 30px;
}
.feedblitz-form .feedblitz-email,
.feedblitz-form input[type="button"] {
	border: 1px solid #00395a;
}
.feedblitz-form input[type="button"] {
	border-left: none;
}
.search-form .search-submit {
	background: #fff url(/wp-content/themes/Poe-Group-Advisors/images/layout/icon-search.png) no-repeat center center;
}
.feedblitz-form input[type="button"] {
	background: #fff url(/wp-content/themes/Poe-Group-Advisors/images/layout/icon-email.png) no-repeat center center;
}
.entry-title a {
	color: #00395a;
	text-decoration: none;
}
article {
	color: #6d6e70;
}
article p {
	margin-top: 0;
}
aside {
	overflow: hidden;
}
.show-more-archives {
	display: block;
	margin: auto;
	width: 250px;
	text-align: center;
}
@media screen and (min-width: 768px) {

	#poe-subscribe p,
	.show-more-archives {
		float: left;
	}
}
.poe-subscribe p {
	width: 250px;
	text-align: center;
	font-family: 'Archer', 'Archer SSm B', serif;
	font-weight: 500;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.feedblitz-form {
	clear: both;
	overflow: hidden;
}
@media screen and (min-width: 768px) {

	#secondary .widget-title,
	#secondary .poe-subscribe p,
	#secondary .widget ul {
		margin-left: 0;
		margin-right: 0;
	}

	#secondary .widget_taxonomy_list_widget {
		text-align: left;
	}
}
.search-form {
	text-align: center;
	width: 250px;
}
.entry-header,
.entry-content,
.entry-footer {
	padding: 15px;
}
.entry-header {
	padding-bottom: 0;
}
.entry-content {
	padding-top: 0;
}
.post-thumb {
	text-align: center;
}
.post-thumb img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.entry-header .entry-meta a {
	color: #6d6e70;
	text-decoration: none;
}
.entry-header .entry-meta .author {
	text-transform: uppercase;
}
.entry-footer-content {
	border-top: 1px solid #00395a;
	padding-top: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-content: space-between;
	align-items: center;
}
.entry-footer-date {
	/*float: left;*/
	text-align: center;
	width: 15%;
}
.entry-footer-day {
	font-size: 40px;
	color: #418cb9;
	font-weight: 300;
	height: 37px;
	line-height: 37px;
}
.entry-footer-month {
	text-transform: uppercase;
}
.entry-footer-author {
	width: 100%;
	text-align: center;
}
.entry-footer-share {
	/* 	float: right; */
	width: 50%;
	text-align: center;
	text-transform: uppercase;
}
.entry-footer-share img {
	display: block;
	margin: 0 auto;
}
.st_sharethis_custom {
	cursor: pointer;
}
.wp-pagenavi .extend,
.wp-pagenavi .page {
	display: none;
}
.single .post-navigation {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0;
}
.comment-form-comment label {
	display: block;
}
@media screen and (min-width: 480px) {

	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 6px;
	}

	.wp-pagenavi .extend,
	.wp-pagenavi .page {
		display: inline-block;
	}
}
.wp-pagenavi a {
	color: #fff;
}
.wp-pagenavi .extend {
	border: none;
	min-width: auto;
	margin: 0;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #c67837;
}
/* PRACTICES */
.practice-search-form {
	/*background: #418cb9;*/
	padding: 10px;
	/*max-width: 960px;*/
	margin: 10px auto;
}
.practice-search-form td {
	display: block;
}
.practice-search-form select {
	border: 1px solid #00395a;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
}
.practice-search-form .submit-container {
	display: block;
}
@media screen and (min-width: 480px) {

	.practice-search-form td {
		display: inline-block;
	}

	.practice-search-form select {

		width: 200px;
	}

}
@media screen and (min-width: 600px) {


	.practice-search-form select {

		width: 260px;
	}

}
@media screen and (min-width: 768px) {
	.practice-search-form select {
		margin-bottom: 0;
		width: 150px;
	}

	.practice-search-form .submit-container {
		display: inline-block;
	}
}
@media screen and (min-width: 980px) {


	.practice-search-form select {

		width: 180px;
	}

}
.results-count .sort {
	font-size: 12px;
	font-family: 'Muli', sans-serif;
	font-style: normal;
	margin-top: 10px;
}
@media screen and (min-width: 480px) {
	.results-count h1 {
		padding-bottom: 15px;
	}

	.results-count .sort {
		float: right;
		margin-top: 0;
	}

	.results-count h1 span {
		display: none;
	}

}
@media screen and (min-width: 768px) {
	.results-count h1 span {
		display: inline;
	}
}
.results-count .sort a {
	text-decoration: none;
}
.results-count .sort a.selected {
	color: #00395a;
}
.practices {
	background: #fff;
}
.brief-practice {
	padding: 20px 0;
}
.practices .brief-practice:nth-child(odd) {
	background: #f1f0f0;
}
.practices .practice-title {
	border-bottom: 1px solid #418cb9;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.practices .practice-title .name {
	color: #00395a;
	text-decoration: none;
}
.practices .practice-title .listing-title {
	color: #418cb9;
	font-size: 12px;
}
@media screen and (min-width: 480px) {
	.practices .practice-title .listing-title {
		float: right;
		margin-left: 10px;
	}
}
.practices .learn-more {
	text-align: center;
	margin-top: 10px;
}
.brief-practice .specs {}
@media screen and (min-width: 480px) {
	.brief-practice .specs {
		float: left;
		margin-left: 30px;
	}

	.practices .learn-more {
		float: right;
		margin-top: 0px;
		text-align: right;

	}
}
@media screen and (min-width: 700px) {
	.brief-practice .specs {
		width: 40%;
	}
}
.listing-detail-header {
	background: #00395a;
	color: #fff;
	padding: 20px 0;
}
.listing-detail-header a {
	color: #fff;
}
.listing-detail-header h,
.listing-detail-header h2 {
	font-size: 28px;
	letter-spacing: .1em;
	margin-bottom: 5px;
}
.listing-detail-header h1,
.listing-detail-header p,
.listing-detail-header h2 {
	text-align: center;
}
.listing-detail-header .browse {
	font-family: 'Archer', 'Archer SSm B', serif;
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
}
.listing-detail-header .practice-search-form {
	background: #00395a;
	color: #00395a;
}
.specs .label {
	color: #418cb9;
	width: 150px;
	text-transform: uppercase;
	font-size: 14px;
}
.practice-specs .specs .label {
	width: 170px;
}
.practice-specs-container {
	background: #fff;
}
.practice-specs .specs {
	line-height: 2em;
}
.practice-specs {
	padding: 20px;

}
.additional-info {
	background: #fff;
	color: #00395a;
	padding: 27px 30px;
	text-align: left;
	order: 2;
}
.additional-info .underline {
	border-color: #00395a;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 28px;
}
.additional-info p {}
.additional-info p a {
	color: #418cb9;
	text-decoration: none;
}
.practice-specs .specs {
	margin: 0 auto;


}
@media screen and (min-width: 768px) {
	.practice-specs {
		float: left;
		width: 50%;
		min-height: 400px;
		height: 400px;
	}

	.practice-specs .specs {
		float: right;
		max-width: 460px;
		width: 100%;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.additional-info {
		float: right;
		width: 50%;
		/*min-height: 400px;*/

	}

	.additional-info-content {
		max-width: 450px;
		margin: auto;

	}
}
/* FORMS */
.gform_wrapper textarea,
.gform_wrapper select,
.comment-form-comment textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"] {
	border: 1px solid #00395a;
}
.gform_wrapper textarea {
	width: 100%;
}
/* CONTACT */
@media screen and (min-width: 768px) {
	.contact-left {
		float: left;
		width: 48%;
	}

	.contact-right {
		float: right;
		width: 48%;
	}
}
.valuable-articles {
	list-style: none;
	padding: 0;
	margin: 0;
}
.valuable-articles .site-width {
	position: relative;
}
.valuable-articles .site-width:before {
	content: '\2022';
	position: absolute;
	left: -15px;
}
.valuable-articles li {
	padding: 20px 0;
}
.valuable-articles li:nth-child(even) {
	background: #fff;
}
.valuable-articles h2 {
	text-transform: none;
	margin-bottom: 5px;
}
.valuable-articles a {
	text-decoration: none;
	font-weight: normal;
}
.link-cols {
	background: #418cb9;
	padding: 20px;
}
.link-cols a {
	color: #fff;
}
.link-cols ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.link-cols-left {
		width: 50%;
		float: left;
		border-right: 1px solid #fff;
	}

	.link-cols-left ul {
		float: right;
		padding-right: 40px;
	}

	.link-cols-right ul {
		float: left;
		padding-left: 40px;
	}

	.link-cols-right {
		width: 50%;
		float: right;
		/* 		border-left: 1px solid #fff; */
	}
}
.buying-locations,
.team-locations {
	font-family: 'Muli', sans-serif;
	font-style: normal;
}
.team-locations ul {
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	column-gap: 30px;
	max-width: 500px;
}
.about-foundation {
	background: #d7d7d7;
}
.about-cols-foundation-image {
	background: url(/wp-content/uploads/2023/04/us-can-flags.webp) no-repeat center center;
	padding: 0 40px;
	min-height: 300px;
}
.about-cols-mission-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/mission.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 300px;
}
@media screen and (min-width: 768px) {

	.about-cols-foundation-image {
		min-height: 585px;
	}

	.about-cols-mission-image {
		min-height: 533px;
	}

	.about-cols-left,
	.module-cols-left {
		width: 50%;
		float: left;
	}

	.about-cols-right,
	.module-cols-right {
		float: right;
		width: 50%;
	}
}
.resources-cols-flight-plan-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/flight-plan-bg.jpg) no-repeat center center;
	padding: 0 40px;
	min-height: 300px;
	background-size: cover;
}
.resources-apa-cols-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/apa-resource-bg.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 300px;
	background-size: cover;
}
.resources-cols-on-your-own-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/on-your-own-bg.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 300px;
	background-size: cover;
}
.selling-cols-podcast-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/podcast.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 300px;
}
.selling-cols-podcast-image_new_selling_page_update {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/new_selling_page_img.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 400px;
}
.new-selling-cols-podcast-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/ladies_smile.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 300px;
}
.resources-cols-podcast-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/podcast-bg.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 300px;
}
.selling-podcast .selling-cols-right {
	padding: 0 40px;
	min-height: 300px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/podcast2-bg.jpg) no-repeat center top;
}
.selling-podcast .reverse-selling-cols-left {

	min-height: 300px;
	margin-bottom: 0px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/podcast2-bg.jpg) no-repeat center top;
}
.selling-podcast2 .reverse-selling-cols-left {

	min-height: 300px;
	/*margin-bottom: 10px;*/
	background: url(/wp-content/themes/Poe-Group-Advisors/images/selling-bg-1.jpg) no-repeat center top;
}
.selling-podcast .reverse-selling-cols-right {

	min-height: 300px;
	/*margin-bottom: 10px;*/
	background: url(/wp-content/themes/Poe-Group-Advisors/images/selling-bg-1.jpg) no-repeat center top;
	background-size: cover;
}
.selling-podcast .new-selling-cols-right {
	padding: 0 40px;
	min-height: 300px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/podcast2-bg.jpg) no-repeat center top;
}
.faq-teaser-1-image {
	padding: 0 40px;
	min-height: 300px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/faq-bg-2.jpg) no-repeat left top;
}
.faq-teaser-selling-image {
	padding: 0 40px;
	min-height: 300px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/faq-selling-bg-2.jpg) no-repeat center top;
}
.faq-teaser-2-image {
	padding: 0 40px;
	min-height: 300px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/faq-bg-3.jpg) no-repeat center top;
}
.faq-teaser-buying-image {
	padding: 0 40px;
	min-height: 300px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/faq-buying-bg-1.jpg) no-repeat right top;
}
.testimonial-teaser-image {
	padding: 0 40px;
	min-height: 300px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/testimonial-bg-1.jpg) no-repeat right top;
}
@media screen and (min-width: 768px) {

	.resources-cols-flight-plan-image {
		min-height: 400px;
	}

	.resources-apa-cols-image {
		min-height: 400px;
	}


	.resources-cols-on-your-own-image {
		min-height: 400px;
	}

	.resources-cols-podcast-image {
		min-height: 400px;
	}

	.selling-cols-podcast-image {
		min-height: 400px;
	}

	.new-selling-cols-podcast-image {
		min-height: 400px;
	}

	.selling-cols-podcast-image_new_selling_page_update {
		min-height: 400px;
	}


	.faq-teaser-1-image,
	.faq-teaser-selling-image {
		width: 50%;
		float: right;
		min-height: 400px;
	}

	.faq-teaser-2-image,
	.faq-teaser-buying-image,
	.testimonial-teaser-image {
		width: 50%;
		float: left;
		min-height: 400px;
	}

	.selling-cols-left,
	.resources-cols-left {
		width: 50%;
		float: left;
	}

	.reverse-selling-cols-left,
	.resources-cols-left {
		width: 50%;
		float: left;
	}


	.new-selling-cols-left,
	.resources-cols-left {
		width: 50%;
		float: left;
	}


	.selling-cols-right,
	.resources-cols-right {
		float: right;
		width: 50%;
	}


	.podcast .resources-cols-right {
		height: 400px;
	}

	.reverse-selling-cols-right,
	.resources-cols-right {
		float: right;
		width: 50%;
	}


	.new-selling-cols-right,
	.resources-cols-right {
		float: right;
		width: 50%;
	}


	.selling-cols-right {
		height: 400px;
	}

	.reverse-selling-cols-right {
		height: 400px;
	}

	.reverse-selling-cols-left {
		height: 400px;
	}


	.new-selling-cols-right {
		height: 400px;
	}


}
.selling-cols-content-inner h2 {
	text-align: center;
}
.single-practice .home-featured-practice-teaser-content img {
	display: none;
}
.selling-cols-content-inner ul {
	margin-left: 0;
	padding-left: 10px;
}
.page-template-template-no-nav .bg-line:after {
	border: none;
}
.page-template-template-no-nav h1.bg-line {
	letter-spacing: 0.2em;
}
.pardot-forms-widget .widget-title {
	margin: 0 auto;
	max-width: 100%;
}
/* Social sharing icons on listing page */
@media screen and (min-width:980px) {
	.orange-social-bar {
		height: 100px;
	}
}
@media (max-width:820px) and (min-width:630px) {
	.social-share span {
		left: 3vw;
	}
}
@media screen and (max-width:979px) {
	.orange-social-bar {
		height: 125px;
	}

	.social-share p {
		margin: 10px 0 0 0;
		position: relative;
		right: 20%;
	}

}
@media (max-width:760px) and (min-width:481px) {
	.resources-apa-cols-image {
		min-height: 400px;
	}


}
@media (max-width:629px) and (min-width:481px) {
	.social-share span {
		left: 7vw;
	}
}
@media (max-width:560px) and (min-width:481px) {
	.orange-social-bar {
		height: 150px;
	}

	.resources-apa-cols-image {
		min-height: 380px;
	}

}
@media screen and (max-width:480px) {
	.orange-social-bar {
		height: 120%;
	}

	.social-share p {
		right: 0 !important;
	}

	.social-share span {
		right: 3.8em !important;
		bottom: 0 !important;
	}
}
.social-share p {
	margin: 10px 0 0 0;
	position: relative;
	right: 18%;
}
.social-share span {
	position: relative;
	bottom: 12px;
}
.theChampFacebookBackground {
	background-color: transparent !important;
}
.theChampFacebookSvg {
	background: url(//wp-content/themes/Poe-Group-Advisors/images/social-facebook.png) center center no-repeat !important;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	transition-duration: 0.3s;
}
.theChampFacebookSvg:hover,
.theChampFacebookSvg:active,
.theChampFacebookSvg:focus {
	background: url(http://poegroupadvisors.com/wp-content/themes/poe-2017//wp-content/themes/Poe-Group-Advisors/images/layout/social-facebook.png) center center no-repeat !important;
}
.theChampLinkedinBackground {
	background-color: transparent !important;
}
.theChampLinkedinSvg {
	background: url(//wp-content/themes/Poe-Group-Advisors/images/social-linkedin.png) no-repeat center center !important;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	transition-duration: 0.3s;
}
.theChampLinkedinSvg:hover,
.theChampLinkedinSvg:active,
.theChampLinkedinSvg:focus {
	background: url(http://poegroupadvisors.com/wp-content/themes/poe-2017//wp-content/themes/Poe-Group-Advisors/images/layout/social-linkedin.png) center center no-repeat !important;
}
.theChampTwitterBackground {
	background-color: transparent !important;

}
.theChampTwitterSvg {
	background: url(//wp-content/themes/Poe-Group-Advisors/images/social-twitter.png) center center no-repeat !important;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	transition-duration: 0.3s;
}
.theChampTwitterSvg:hover,
.theChampTwitterSvg:active,
.theChampTwitterSvg:focus {
	background: url(http://poegroupadvisors.com/wp-content/themes/poe-2017//wp-content/themes/Poe-Group-Advisors/images/layout/social-twitter.png) center center no-repeat !important;
}
.theChampEmailBackground {
	background-color: transparent !important;
}
.theChampEmailSvg {
	background: url(//wp-content/themes/Poe-Group-Advisors/images/social-email.png) center center no-repeat !important;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	transition-duration: 0.3s;
}
.theChampEmailSvg:hover,
.theChampEmailSvg:active,
.theChampEmailSvg:focus {
	background: url(//wp-content/themes/Poe-Group-Advisors/images/social-email-blue.png) center center no-repeat !important;
}
/* removes redundant title on digital page */
.page-id-5175 .bg-line {
	display: none;
}
/* styles the tags beneath blogs */
.post_tags {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%;
}
.post_tags a {
	padding: 5px 0px;
	text-transform: uppercase;
	/* display: inline-block; */
	margin-top: 5px;
	background: none;
	-webkit-appearance: none;
	font-size: 14px;
	width: 30%;
	margin: 4px 10px;
	text-align: center;
	border: 1px solid #00395a;
	color: #00395a;
	text-decoration: none;
}
.accordion dt {
	background: #dbdbdb;
	border-top: 6px solid #fff;
	padding: 0 10px;
	line-height: 50px;
}
.accordion dt a {
	cursor: pointer;
	color: #023756;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	position: relative;
}
.accordion dt img {
	max-height: 40px;
	vertical-align: middle;
}
.accordion dt span.img {
	width: 80px;
	display: inline-block;
	text-align: center;
}
.accordion dd {
	margin: 0;
}
.arrow-down,
.arrow-up {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 22px;
	height: 13px;
}
.arrow-down {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/arrow-down.png);
}
.arrow-up {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/arrow-up.png);
}
.show-map .arrow-down {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/arrow-down-white.png);
}
.show-map .arrow-up {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/arrow-up-white.png);
}
dl.show-map {
	margin: 0;
}
dl.show-map dt {
	border: 0;
}
.region-map {
	max-width: 620px;
	width: 100%;
}
.map-wrapper {
	text-align: center;
}
@media (min-width:768px) {
	.map-wrapper-1 {
		display: inline-block;
		width: 40%;
	}
}
/* APA */
.button-solid-blue,
.button-solid-orange,
.button-solid-light-blue {
	padding: 5px 10px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 5px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.button-solid-blue {
	background: #00395a;
}
.button-solid-light-blue {
	background: #418cb9;
}
.button-solid-orange {
	background: #c67837;
}
.apa .home-books-teaser-content,
.apa .home-books-teaser-image {
	min-height: 540px;
}
/* 4 column code below  */
/*
 .cols-1-4 {
float: left;
width: 25%;
text-align: center;
}
*/
/* 4 column home page slides mobile below */
/*

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


.cols-1-4 {
float: none;
width: 100%;
text-align: center;
}
*/
/*
End 4 column coding
*/
/* 3 column code below  */
.cols-1-3 {
	float: left;
	width: 33.3%;
	text-align: center;
}
/* 3 column home page slides mobile below */
@media screen and (max-width: 800px) {

	.cols-1-3 {
		float: none;
		width: 100%;
		text-align: center;
	}
}
/*
End 3 column coding
*/
/* 2 column code below  */
.cols-1-2 {
	float: left;
	width: 49.9%;
	text-align: center;
}
/* 3 column home page slides mobile below */
@media screen and (max-width: 800px) {

	.cols-1-2 {
		float: none;
		width: 100%;
		text-align: center;
	}
}
/*
End 2 column coding
*/
.apa .bg-line:after {
	border-bottom: 1px solid #fff;
}
.apa .flight-plan-book-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/apa/flight-plan-book.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 400px;
}
.apa .testimonial-image {

	padding: 0 40px;
	min-height: 400px;
}
.apa .testimonial-image a {
	display: block;
	height: 400px;
	width: 100%;
}
.apa .community-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/apa/subscribe.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 400px;
}
.apa .download-modules-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/apa/download-modules.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 400px;
}
.apa .modules-image {
	background: url(/wp-content/themes/Poe-Group-Advisors/images/apa/big-picture.jpg) no-repeat center top;
	padding: 0 40px;
	min-height: 325px;
	background-size: cover;
}
.apa .testimonial .about-cols-left {
	background: #dbdbdb;
	color: #00395a;
}
.apa .flexslider {
	overflow: hidden;
}
@media screen and (min-width: 768px) {


	.apa .practice-worth .home-books-teaser-image,
	.apa .practice-worth .home-books-teaser-content {
		height: 650px !important;
	}

	.apa .community .about-cols-right {

		height: 400px;
	}

	.apa .download-modules .about-cols-left {

		height: 400px;
	}


	.apa .about-mission.modules .about-cols-right,
	.moduleabout-mission.modules .about-cols-right,
	.apa .modules .about-cols-left {

		height: 325px;
	}


	.apa .download-today .about-cols-right {

		height: 400px;
	}

	.apa .testimonial .about-cols-left {

		height: 400px;
	}


	.apa .about-mission.download-modules .about-cols-right {
		height: 400px;
	}


	.apa .about-mission .about-cols-left {

		height: 400px;
	}
}
.apa .orange-bar h1,
.apa .blue-bar h1,
.apa .dark-blue-bar h1 {
	letter-spacing: initial;
}
.apa .orange-bar,
.apa .blue-bar,
.apa .dark-blue-bar {
	padding: 40px 0;
}
.apa .dark-blue-bar a {
	font-family: 'Muli', sans-serif;
	font-style: normal;
}
.apa .phases {
	color: #fff;
}
.apa .phases .cols-1-3 {
	padding: 40px 20px;
	height: 300px;
}
.apa .phases h2 {
	text-transform: none;
	margin: 20px 0;
	font-size: 28px;
}
.apa .module-cols-content-inner h2 {
	text-transform: none;
	font-style: italic;
	font-family: 'Archer', 'Archer SSm B', serif;
	font-size: 28px;
}
.apa .big-picture-wide {
	padding: 60px 20px;
}
.apa .with-photo .module-cols-left .module-cols-content-inner {
	padding: 60px 20px;
}
@media screen and (min-width: 768px) {
	.apa .module-cols>div {
		height: 325px;
	}

	.apa .with-photo .module-cols-left .module-cols-content-inner {
		padding: 20px;
	}

	.apa .big-picture-wide {
		height: 325px;
		padding: 0;
	}

}
.apa .module-cols-right li {
	text-align: left;
}
.apa .module-cols-right ul {
	margin-left: 0;
	padding-left: 15px;
}
.apa .module-orange .module-cols-right li,
.apa .module-blue .module-cols-right li,
.apa .module-dark-blue .module-cols-right li {

	padding: 5px 0;
	font-size: 18px;
}
.apa .module-orange,
.apa .module-blue,
.apa .module-dark-blue {
	color: #fff;
}
.apa .module-orange .module-cols-left {
	background: #c67837;
}
.apa .module-orange .module-cols-right {
	background: #cc864b;
}
.apa .module-dark-blue .module-cols-left {
	background: #00395a;
}
.apa .module-dark-blue .module-cols-right {
	background: #004769;
}
.apa .module-blue .module-cols-left {
	background: #418cb9;
}
.apa .module-blue .module-cols-right {
	background: #5498c0;
}
.apa .with-photo .module-cols-left {
	font-size: 20px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.apa2021 .site-header table {
	margin: 0 auto;
}
.apa2021 .is-sticky .site-header table {
	margin: 0;
	margin-left: 10px;
}
.apa2021 .is-sticky .site-header .presented-by {
	padding: 0 20px;
	font-size: 12px;
}
.apa2021 .presented-by {
	font-family: 'Archer', 'Archer SSm B', serif;
	font-style: italic;
	font-size: 16px;
	padding: 0 10px;
}
.apa2021 .site-header .presented-by span {
	display: none;
}
@media screen and (max-width: 430px) {
	.apa2021 .site-header #logo {
		height: 30px;
	}

	.apa2021 .site-header table {
		margin-left: 10px;
	}
}
@media screen and (min-width: 600px) {
	.apa2021 .site-header .presented-by {
		padding: 0 30px;
		font-size: 20px;
	}

	.apa2021 .site-header .presented-by span {
		display: inline;

	}
}
.apa2021 .is-sticky .site-header .main-navigation {
	border-top: none;
}
@media screen and (min-width: 768px) {
	.apa2021 .site-header .main-navigation {
		border-top: 2px solid #00395a;
	}
}
.apa .our-members {
	padding: 30px 0;
	text-align: center;
}
.apa .our-members .member {
	display: inline-block;
	margin: 20px;
	text-align: center;
	line-height: 1.2em;
}
.apa .our-members .member a {
	position: relative;
	display: block;
}
.apa .our-members .member a:hover:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90px;
	width: 90px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/apa/member-play.png);
	transform: translate(-50%, -50%);
}
/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1000;
	/* Sit on top */
	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.6);
	/* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
	background-color: #fff;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
	max-width: 1000px;
	position: relative;

}
/* The Close Button */
.close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 1000;
	width: 30px;
	height: 30px;
	background: #00395a;
	border-radius: 100%;
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.apa2021 dl.accordion {
	max-width: 675px;
	padding: 0 10px;
	margin: 0 auto;
}
.apa2021 dl.accordion dt {
	background: #e5ebee;
	margin-top: 10px;

}
.apa2021 dl.accordion dt a {
	text-transform: none;
}
.apa2021 dl.accordion dt.open {
	background: #c97a38;
	color: #00395a;
}
.apa2021 dl.accordion dd {
	color: #666;

}
.apa2021 dl.accordion dd p {
	padding: 0px 30px;
}
.apa2021 .faq-quote:after {
	content: "";
	display: table;
	clear: both;
}
.apa2021 .faq-quote {
	padding-top: 10px;
	border-top: 1px solid #00395a;
	font-style: italic;
	color: #00395a;
}
.apa2021 .faq-quote img {
	float: left;
	margin-right: 10px;
	border: 6px solid #00395a;
	border-radius: 100%;
	max-width: 100px;
}
.apa2021 .phase {
	margin: 10px 0;
}
.apa2021 .phase:after {
	content: "";
	display: table;
	clear: both;
}
.apa2021 .phase-icon {
	float: left;
	width: 25%;
}
.apa2021 .phase-icon img {
	max-width: 100px;
}
.apa2021 .phase-text {
	float: left;
	width: 74%;
}
.apa2021 .phase-text b {
	color: #00395a;
	font-size: 20px;
}
.apa2021 .split-callout-group .split-callout-title {
	background: #fff;
	color: #00395a;
}
.apa2021 .split-callout-group .split-callout-title .name-location,
.apa2021 .split-callout-group .split-callout-title .video-titles {
	font-style: normal;
	font-family: 'Muli', sans-serif;
}
.apa2021 .split-callout-group .split-callout-title .name-titles {
	margin-top: 10px;
	color: #00395a;
}
.apa2021 .split-callout-group:nth-child(3n+2) .split-callout-title,
.apa2021 .split-callout-group:nth-child(3n+2) .name-titles {
	background: #00395a;
	color: #fff;
}
.apa2021 .split-callout-group:nth-child(3n+3) .split-callout-title,
.apa2021 .split-callout-group:nth-child(3n+3) .name-titles {
	background: #cdd8de;
	color: #00395a;
}
.apa2021 .testimonials .split-callout-content a {
	position: relative;
	cursor: pointer;
}
.apa2021 .testimonials .split-callout-content a:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90px;
	width: 90px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/apa/member-play.png);
	transform: translate(-50%, -50%);
}
.apa2021 .nav-home img {
	max-height: 20px;
	transform: translateY(4px);
}
@media screen and (max-width: 768px) {
	.apa2021 .footer-left {
		text-align: center;
	}

	.apa2021 .footer-left #logo {
		height: 80px;
	}


}
@media screen and (min-width: 768px) {
	.apa2021 .footer-left {
		width: 30%;
	}

	.apa2021 .footer-right-apa {
		width: 70%;
	}

}
@media screen and (max-width: 450px) {
	.apa2021 .phase-icon img {
		max-width: 70px;
	}

}
.listings-page .maps svg {
	max-width: 80%;
	margin: 0 auto;
}
.listings-page .maps a {
	width: 80%;
}
.listings-page .maps a:hover .button-orange {
	background: #c67837;
	color: #fff;
}
.listings-page .maps a:hover svg .a {
	fill: #00395a;
}
.listings-page .new-practices-list {
	background: #631A41;
	height: auto;
}
.listings-page .new-practices-list h2 {
	color: #fff;
	line-height: 1.2em;
}
.listings-page .new-practices-list .list-item {
	background: #904D70;
	margin-bottom: 5px;
	color: #fff;
}
.listings-page .list-item-photo,
.listings-page .list-item-content,
.listings-page .list-item-button {
	display: inline-block;
	vertical-align: middle;

}
.listings-page .list-item-photo {
	width: 25%;
}
.listings-page .list-item-content {
	width: 45%;
}
.listings-page .list-item-button {
	text-align: right;
	width: 25%;
}
.listings-page .list-item-photo img {
	max-width: 100%;
	display: block;
}
.listings-page .new-practices-list .list-item .button-white.learn-more {
	padding: 0 5px;
	font-size: 12px;
}
.listings-page .new-practices-list .list-item-content h2 {
	font-size: 12px;
}
.listings-page .new-practices-content {
	color: #fff;
	text-align: center;
}
.plan-selling {
	padding: 40px 60px;
	background: url(/wp-content/themes/Poe-Group-Advisors/images/plan-selling.jpg) no-repeat center center;
}
.plan-selling .plan-selling-inner {
	background: #00395A;
	padding: 20px;
	color: #fff;
	position: relative;
}
.plan-selling .plan-selling-inner .planning-guide-thumb {
	position: absolute;
	left: 0px;
	top: -20px;
	max-height: 160px;
	display: none;

}
.plan-selling .plan-selling-inner a {
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.plan-selling .plan-selling-inner a {
		float: right;
	}

	.plan-selling .plan-selling-inner {
		padding-left: 200px;

	}

	.plan-selling .plan-selling-inner .planning-guide-thumb {
		display: block
	}

}
.featured-listing-medium-photo {
	position: relative;
	height: 211px;
	overflow: hidden;
}
.featured-banner {
	position: absolute;
	left: 20px;
	top: 0;
}
.featured-listing-medium-content {
	color: #fff;
	text-align: left;
	padding-top: 20px;
}
.sort-by {
	color: #fff;
}
.view-sort {
	margin-top: 10px;
	max-width: 1390px;
}
.grid-controls svg,
.sold-controls svg {
	height: 10px;
	margin-right: 5px;
}
.sold-controls svg {
	width: 20px;
}
.grid-controls .button-orange svg .a {
	fill: #c67837;
}
.view-sort .button-white.learn-more {
	padding: 0 10px;
	font-style: italic;
	text-transform: none;
	line-height: 1.5em;
}
@media screen and (max-width: 480px) {
	.practices-list .site-width {
		padding: 0;
	}
}
.practices-list table {
	width: 100%;
	margin: 20px 0;
}
.practices-list .td-price {
	text-align: right;
}
.practices-list .td-status {
	text-transform: uppercase;
	text-align: right;
}
.practices-list th {
	color: #418cb9;
	text-transform: uppercase;
}
.practices-list th,
.practices-list td {
	padding: 10px;
	line-height: 1em;
}
@media screen and (min-width: 480px) {

	.practices-list th:first-child,
	.practices-list td:first-child {
		padding-left: 20px;
	}

	.practices-list th:last-child,
	.practices-list td:last-child {
		padding-right: 20px;
	}
}
.practices-list tr:nth-child(even) {
	background: #f1f0f0;
}
.th-listing-id,
.th-location {
	text-align: left;
}
.th-price,
.th-status {
	text-align: right;
}
.practices-list a {
	color: #00395a;
}
.practices-grid {
	text-align: center;
	margin: 20px 0;
}
.practices-grid:after {
	content: "";
	display: table;
	clear: both;
}
.practice-grid {
	margin: 10px 5px;
	width: 100%;
	background: #f1f0f0;
	display: inline-block;
	text-align: left;
}
.practice-grid .practice-thumb {
	position: relative;
	height: 211px;
	overflow: hidden;
}
.practice-grid .practice-thumb img {
	display: block;
}
.practice-grid .practice-thumb .name {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	z-index: 15;
	line-height: 1.1em;
}
.practice-grid a {
	text-decoration: none;
	color: #00395a;
}
.practice-grid .practice-thumb:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6) 70%, rgba(0, 0, 0, .8));
	z-index: 10;
}
.practice-grid-content {
	padding: 10px;
}
.practice-grid-content .specs {
	width: 100%;
}
.practice-grid-content .listing-id {
	font-size: 12px;
	color: #418cb9;
}
.practice-grid-content .price {
	font-size: 24px;
	font-weight: bold;
}
.practice-grid-content .status {
	text-transform: uppercase;
}
.practice-grid-content .specs.border-bottom {
	border-bottom: 1px solid #00395a;
	margin-bottom: 5px;
}
.practice-grid-content .specs.border-bottom td {

	padding-bottom: 5px;
}
.practice-grid-content .button-blue.learn-more {
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.5em;
}
@media screen and (min-width: 850px) {
	.grid-controls {
		text-align: left;
	}

	.sold-controls {
		text-align: right;
	}
}
@media screen and (max-width: 768px) {
	.single .home-featured-practice-teaser-image {
		height: 211px;
	}
}
.home-featured-practice-teaser-image {
	position: relative;
}
.home-featured-practice-teaser-image .listing-flags,
.practice-grid .listing-flags {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 15;
}
.home-featured-practice-teaser-image .listing-flags img,
.practice-grid .listing-flags img {
	display: inline-block;
}
.home-featured-practice-teaser-image .cloud-firm,
.practice-grid .cloud-firm {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 15;
}
.listing-icons svg {
	display: inline-block;
	box-sizing: border-box;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
.single .listing-icons svg .cls-1 {
	fill: #00395a;
}
@media screen and (min-width: 768px) {
	.flex-row.blog-featured {
		display: flex;
	}
}
@media screen and (min-width: 950px) {
	.flex-row.new-practices {
		display: flex;
	}

	.new-practices-content,
	.new-practices-list {
		width: 50%;
	}

}
.listings-page .new-practices-content {
	height: auto;
	background-size: cover;
}
.hover\:bg-dark:hover {
	background-color: rgba(12,14,34,1);
}
.hover\:bg-light-green:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 57, 90, var(--tw-bg-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:opacity-75:hover {
	opacity: 0.75;
}
@media (min-width: 640px) {

	.sm\:w-3\/5 {
		width: 60%;
	}

	.sm\:w-2\/5 {
		width: 40%;
	}

	.sm\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
@media (min-width: 768px) {

	.md\:absolute {
		position: absolute;
	}

	.md\:m-0 {
		margin: 0px;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

	.md\:hidden {
		display: none;
	}

	.md\:w-3\/5 {
		width: 60%;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-2\/3 {
		width: 66.666667%;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-1\/4 {
		width: 25%;
	}

	.md\:w-3\/4 {
		width: 75%;
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:justify-start {
		justify-content: flex-start;
	}

	.md\:border-r {
		border-right-width: 1px;
	}

	.md\:border-light-blue-4 {
		--tw-border-opacity: 1;
		border-color: rgba(0, 57, 90, var(--tw-border-opacity));
	}

	.md\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.md\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.md\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.md\:pl-12 {
		padding-left: 3rem;
	}

	.md\:pl-8 {
		padding-left: 2rem;
	}

	.md\:pb-0 {
		padding-bottom: 0px;
	}

	.md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 1024px) {

	.lg\:sticky {
		position: -webkit-sticky;
		position: sticky;
	}

	.lg\:mt-\[58px\] {
		margin-top: 58px;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:w-6\/12 {
		width: 50%;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

	.lg\:w-9\/12 {
		width: 75%;
	}

	.lg\:w-4\/12 {
		width: 33.333333%;
	}

	.lg\:p-\[50px\] {
		padding: 50px;
	}

	.lg\:p-\[65px\] {
		padding: 65px;
	}

	.lg\:px-\[100px\] {
		padding-left: 100px;
		padding-right: 100px;
	}

	.lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.lg\:px-\[95px\] {
		padding-left: 95px;
		padding-right: 95px;
	}

	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.lg\:pt-\[45px\] {
		padding-top: 45px;
	}

	.lg\:pt-\[55px\] {
		padding-top: 55px;
	}

	.lg\:pb-\[104px\] {
		padding-bottom: 104px;
	}

	.lg\:text-left {
		text-align: left;
	}

	.lg\:text-\[25px\] {
		font-size: 25px;
	}

	.lg\:text-\[20px\] {
		font-size: 20px;
	}

	.lg\:tracking-\[9px\] {
		letter-spacing: 9px;
	}
}
@media (min-width: 1280px) {

	.xl\:flex {
		display: flex;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:w-8\/12 {
		width: 66.666667%;
	}

	.xl\:w-4\/12 {
		width: 33.333333%;
	}

	.xl\:justify-center {
		justify-content: center;
	}

	.xl\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
