/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  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"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/
/*
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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.aspect-ratio-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
  overflow: hidden;
}

.aspect-ratio-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.no-image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: none;
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

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

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

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

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

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

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

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

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

  .container {
    max-width: 1326px;
  }
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-auto {
  bottom: auto;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[20\.2\%\] {
  left: 20.2%;
}
.right-0 {
  right: 0px;
}
.right-\[21\%\] {
  right: 21%;
}
.top-0 {
  top: 0px;
}
.top-14 {
  top: 3.5rem;
}
.top-\[50\%\] {
  top: 50%;
}
.top-auto {
  top: auto;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[0\.5em\] {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[37px\] {
  margin-bottom: 37px;
}
.mb-\[55px\] {
  margin-bottom: 55px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[1em\] {
  margin-right: 1em;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[31px\] {
  margin-top: 31px;
}
.mt-\[58px\] {
  margin-top: 58px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/5 {
  height: 20%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[39px\] {
  height: 39px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8 {
  width: 2rem;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[16\%\] {
  width: 16%;
}
.w-full {
  width: 100%;
}
.min-w-\[32\%\] {
  min-width: 32%;
}
.max-w-\[315px\] {
  max-width: 315px;
}
.max-w-\[370px\] {
  max-width: 370px;
}
.max-w-full {
  max-width: 100%;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), 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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), 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));
}
.transform {
  transform: translate(var(--tw-translate-x), 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));
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.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;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-3 {
  border-bottom-width: 3px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(77 151 168 / var(--tw-border-opacity));
}
.border-blue-2 {
  --tw-border-opacity: 1;
  border-color: rgb(55 135 154 / var(--tw-border-opacity));
}
.border-dark-red {
  border-color: #631a41;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(58 103 84 / var(--tw-border-opacity));
}
.border-light-blue-2 {
  --tw-border-opacity: 1;
  border-color: rgb(65 140 185 / var(--tw-border-opacity));
}
.border-light-blue-4 {
  --tw-border-opacity: 1;
  border-color: rgb(0 57 90 / var(--tw-border-opacity));
}
.border-light-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 57 90 / var(--tw-border-opacity));
}
.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(198 120 55 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(198 120 55 / var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(77 151 168 / var(--tw-bg-opacity));
}
.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(201 221 232 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(1 19 29 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 251 246 / var(--tw-bg-opacity));
}
.bg-light-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 140 185 / var(--tw-bg-opacity));
}
.bg-light-blue-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 90 / var(--tw-bg-opacity));
}
.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity));
}
.bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 90 / var(--tw-bg-opacity));
}
.bg-light-green-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 140 185 / var(--tw-bg-opacity));
}
.bg-light-green-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 222 211 / var(--tw-bg-opacity));
}
.bg-light-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(240 222 206 / var(--tw-bg-opacity));
}
.bg-light-orange-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 216 229 / var(--tw-bg-opacity));
}
.bg-light-skyblue {
  --tw-bg-opacity: 1;
  background-color: rgb(158 193 213 / var(--tw-bg-opacity));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(198 120 55 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(198 120 55 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-none {
  background-image: none;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: fill;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[40px\] {
  padding: 40px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[100\] {
  padding-left: 100;
  padding-right: 100;
}
.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[6rem\] {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-\[91px\] {
  padding-left: 91px;
  padding-right: 91px;
}
.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[2\.5rem\] {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[95px\] {
  padding-top: 95px;
  padding-bottom: 95px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[0\.55em\] {
  padding-bottom: 0.55em;
}
.pb-\[104px\] {
  padding-bottom: 104px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[37px\] {
  padding-bottom: 37px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[200px\] {
  padding-left: 200px;
}
.pl-\[320px\] {
  padding-left: 320px;
}
.pl-\[33px\] {
  padding-left: 33px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[1\.5\] {
  padding-right: 1.5;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[200px\] {
  padding-right: 200px;
}
.pr-\[320px\] {
  padding-right: 320px;
}
.pr-\[33px\] {
  padding-right: 33px;
}
.pr-\[42px\] {
  padding-right: 42px;
}
.pr-\[72px\] {
  padding-right: 72px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[0\.55em\] {
  padding-top: 0.55em;
}
.pt-\[31px\] {
  padding-top: 31px;
}
.pt-\[37px\] {
  padding-top: 37px;
}
.pt-\[55px\] {
  padding-top: 55px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-base {
  font-family: Muli, sans-serif;
}
.font-heading {
  font-family: Muli, sans-serif;
}
.font-script {
  font-family: Archer, cursive;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.55rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}
.tracking-\[2\.8px\] {
  letter-spacing: 2.8px;
}
.tracking-\[8px\] {
  letter-spacing: 8px;
}
.tracking-\[9px\] {
  letter-spacing: 9px;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(77 151 168 / var(--tw-text-opacity));
}
.text-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(55 135 154 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(1 19 29 / var(--tw-text-opacity));
}
.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-light-blue-4 {
  --tw-text-opacity: 1;
  color: rgb(0 57 90 / var(--tw-text-opacity));
}
.text-light-green {
  --tw-text-opacity: 1;
  color: rgb(0 57 90 / var(--tw-text-opacity));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(198 120 55 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(198 120 55 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1))
    drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04))
    drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}
.filter {
  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);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.has-primary-color {
  color: #c67837;
}
.has-secondary-color {
  color: #444444;
}
.has-dark-color {
  color: #01131d;
}
.has-light-color {
  color: #f3fbf6;
}
.has-blue-color {
  color: #4d97a8;
}
.has-light-green-color {
  color: #00395a;
}
.has-light-green-2-color {
  color: #418cb9;
}
.has-light-blue-4-color {
  color: #00395a;
}
.has-light-gray-2-color {
  color: #a6a8ab;
}
.has-white-color {
  color: #ffffff;
}
.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: #01131d;
}
.has-light-background-color {
  background-color: #f3fbf6;
}
.has-blue-2-background-color {
  background-color: #37879a;
}
.has-light-green-background-color {
  background-color: #00395a;
}
.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;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.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;
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
/* 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;
}
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: rgb(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;
}
.breadcrumbs a {
  font-size: 0.875rem;
  line-height: 1.55rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.breadcrumbs a a {
  color: #fff;
}
/* Block Overrrides */
p.has-background {
  padding: 0.7em 1.375em;
}
/* Block Column Fix Responsive */
.wp-block-columns {
  display: grid;
}
header .wp-block-columns {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 70px;
}
@media (min-width: 768px) {
  header .wp-block-columns {
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 1fr;
  }
  .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;
}
/* Colored Lists */
.list-blue-white {
  list-style-type: none;
  color: white;
}
.list-blue-white li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.5rem;
}
.list-blue-white li:before {
  content: "•";
  position: absolute;
  font-size: 30px;
  left: 0;
  color: #418cb9;
}
.font-script * {
  font-family: Archer, cursive !important;
}
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 {
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 0px;
}
.top-message p a {
  color: #fff;
}
@media (min-width: 1024px) {
  .home-icon a {
    text-indent: -9999px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%2300395A' width='100pt' height='100pt' version='1.1' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m65 92v-36h-30v36h-27v-52.48l42-30.801 42 30.801v52.48z'/%3E%3Cpath d='m50 12.441l39 28.602v47.957h-21v-36h-36v36h-21v-47.961l39-28.598m0-7.4414l-45 33v57h33v-36h24v36h33v-57z'/%3E%3C/g%3E%3C/svg%3E%0A");
    height: 1.25rem;
    width: 1.25rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#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: rgb(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: rgb(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 .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: rgb(201 221 232 / var(--tw-bg-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: rgb(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: rgb(68 68 68 / 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: rgb(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: rgb(255 255 255 / var(--tw-bg-opacity));
}
footer .tb-button__link span {
  font-size: 0.875rem;
  line-height: 1.55rem;
  --tw-text-opacity: 1;
  color: rgb(0 57 90 / var(--tw-text-opacity));
}
footer h4,
footer p,
footer a {
  --tw-text-opacity: 1;
  color: rgb(0 57 90 / var(--tw-text-opacity));
}
#copyright-menu ul li a {
  font-size: 0.875rem;
  line-height: 1.55rem;
  --tw-text-opacity: 1;
  color: rgb(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: rgb(0 57 90 / var(--tw-text-opacity));
}
footer h4 {
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.apa-footer a {
  text-decoration: underline !important;
}
/* Add to Custom Button */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgb(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;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 120 55 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(198 120 55 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary a,
.btn-primary-arrow a {
  color: #fff;
}
.btn-primary,
.btn-primary-arrow {
  transition: 300ms all ease-in-out;
  letter-spacing: 0.02rem;
  width: auto !important;
}
.btn-secondary {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(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: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-secondary a {
  color: #fff;
}
.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: rgb(0 57 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 90 / var(--tw-bg-opacity));
}
.btn-secondary:hover,
.wpv-block-loop-item a:hover .btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}
.btn-primary-arrow:after {
  content: "";
  position: relative;
  z-index: 20;
  right: -6px;
  top: -0.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: rgb(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: rgb(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;
}
.btn-resource {
  display: block;
  white-space: nowrap;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 0.03rem;
  width: auto !important;
  transition: 300ms all ease-in-out;
}
a.grad-card:hover .btn-resource,
a.grad-card-dark:hover .btn-resource {
  --tw-border-opacity: 1;
  border-color: rgb(198 120 55 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(198 120 55 / var(--tw-bg-opacity));
}
.btn-line {
  display: block;
  white-space: nowrap;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(198 120 55 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(198 120 55 / var(--tw-text-opacity));
  margin-bottom: 0px;
  letter-spacing: 0.02rem;
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
  transition: 300ms all ease-in-out;
}
a:hover .btn-line {
  --tw-border-opacity: 1;
  border-color: rgb(198 120 55 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(198 120 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a:hover .btn-line a {
  color: #fff;
}
a:hover .btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 57 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 90 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .btn-primary,
  .btn-secondary,
  .btn.line {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/* 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/fonts/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;
}
@font-face {
  font-family: Muli;
  src: url(/wp-content/themes/Poe-Group-Advisors/resources/fonts/Muli-Black.woff);
  font-weight: 900;
}
/* 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: rgb(68 68 68 / var(--tw-text-opacity));
}
ul.list-plus-white li::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul.list-plus-white li a::before {
  color: #fff;
}
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: rgb(255 255 255 / var(--tw-text-opacity));
}
ul.list-check li a::before {
  color: #fff;
}
ul.list-check li::before {
  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: rgb(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;
  margin: 0 auto;
}
.side-lines:before,
.side-lines:after {
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  background: #00395a;
}
.side-lines-blue:before,
.side-lines-blue:after {
  --tw-bg-opacity: 1;
  background-color: rgb(198 120 55 / var(--tw-bg-opacity));
}
.side-lines-white:before,
.side-lines-white:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 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: rgb(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: rgb(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: rgb(0 57 90 / var(--tw-bg-opacity));
}
.line-bc {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 30px;
  align-items: center;
  justify-items: center;
}
.line-bc:after {
  content: "";
  display: block;
  height: 2px;
  width: 200px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 90 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .line-br {
    justify-items: end;
  }
}
.underline-list a {
  text-decoration: underline;
  font-size: 18px;
}
.underline-list li {
  margin-bottom: 1em;
}
ul.has-white-color li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul.has-white-color li a a {
  color: #fff;
}
/*@import "slider.css";*/
.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: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile-slide nav li a a {
  color: #fff;
}
.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: rgb(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: rgb(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: 0.15s;
  animation-delay: 0.15s;
}
.active .mobile-slide li:nth-child(3) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.active .mobile-slide li:nth-child(4) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.active .mobile-slide li:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.active .mobile-slide li:nth-child(6) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.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: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile-slide ul li ul li a a {
  color: #fff;
}
.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: rgb(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: rgb(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: rgb(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: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.5;
}
.mobile-slide form svg a {
  color: #fff;
}
.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: rgb(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;
}
/* Inner Page Nagigation */
.inner-menu p,
.inner-menu button {
  width: auto !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.inner-menu button {
  margin: 0 20px;
}
.inner-menu p {
  position: relative;
  padding-left: 1.5rem;
  padding-top: 0.25rem;
  text-transform: uppercase;
  font-size: 14px;
  transform: translate(0, 0);
  opacity: 1;
  transition: 300ms all ease-in-out;
}
.inner-active .inner-menu p {
  opacity: 0;
  transform: translate(15px, 0);
}
.inner-menu p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='%23FFFFFF' width='100pt' height='100pt' version='1.1' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m70.898 2.5c1.3984 0 2.8984 0.5 4 1.6016 2.1992 2.1992 2.1992 5.6992 0 7.8984l-37.898 38 37.898 37.898c2.1992 2.1992 2.1992 5.6992 0 7.8984-2.1992 2.1992-5.6992 2.1992-7.8984 0l-41.898-41.797c-1.1016-1.1016-1.6016-2.5-1.6016-4s0.60156-2.8984 1.6016-4l41.898-41.898c1.1016-1.1016 2.5-1.6016 3.8984-1.6016z'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
#js-mobile-page {
  padding: 0 !important;
}
nav.inner-menu {
  position: absolute;
  bottom: 0px;
  top: 3.5rem;
  z-index: 50;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(1 19 29 / var(--tw-bg-opacity));
  height: 0px;
  transition: 300ms ease-in-out height;
}
nav.inner-menu ul {
  padding: 1.5rem;
}
nav.inner-menu li a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}
.wp-block-uagb-container .inner-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(198 120 55 / var(--tw-text-opacity));
}
.inner-active nav.inner-menu {
  height: 250px;
}
nav.inner-menu .wp-block-navigation__container {
  display: block;
}
@media (min-width: 1024px) {
  nav.inner-menu .wp-block-navigation__container {
    display: flex;
  }
  nav.inner-menu {
    position: relative;
    bottom: auto;
    top: auto;
    height: auto;
  }
  nav.inner-menu ul {
    padding: 0px;
  }
  .inner-menu p {
    display: none;
  }
  nav.inner-menu li a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    letter-spacing: 0.02rem;
  }
}
.inner-active #js-mobile-page .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);
}
.inner-active #js-mobile-page .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;
}
.inner-active #js-mobile-page .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);
}
/* Global Header Nav */
nav.main-navigation > div > ul {
  padding: 0px;
}
nav.main-navigation > div > ul > li,
nav.cta-navigation > div > ul > li {
  list-style-type: none;
  line-height: 1;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  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;
  --tw-text-opacity: 1;
  color: rgb(1 19 29 / var(--tw-text-opacity));
  font-size: 0.9rem;
}
nav.main-navigation > div > ul > li > a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  text-transform: uppercase;
}
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: rgb(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: rgb(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;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(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 rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  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: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 0px;
  font-weight: 700;
}
nav.main-navigation > div > ul > li > 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.55rem;
  text-transform: none;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 57 90 / var(--tw-text-opacity));
}
header nav li ul.sub-menu a h2 {
  text-transform: none;
}
header nav li ul.sub-menu a * {
  text-transform: none;
}
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: rgb(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: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-nav-list li:first-child a a {
  color: #fff;
}
.cta-nav-list li:last-child a {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(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: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}
.cta-nav-list li:last-child a a {
  color: #fff;
}
.cta-nav-list li:last-child a {
  transition: 300ms ease-in-out;
}
.cta-nav-list li a:hover {
  opacity: 0.75;
}
/* APA Navigation */
/* 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, 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: rgb(198 120 55 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-links span a {
  color: #fff;
}
.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="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;
}
.select-field {
  gap: 0.875rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 640px) {
  .select-field {
    display: flex;
    justify-content: center;
  }
}
form input.button-solid-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(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: rgb(255 255 255 / var(--tw-text-opacity));
}
form input.button-solid-orange a {
  color: #fff;
}
.footer .social-media-icons path {
  fill: #c9dde8;
}
form.buyer-form fieldset {
  max-width: 100% !important;
}
.hbspt-form .hs-fieldtype-text input {
  background: #00395a19;
  border: 1px solid #00395a;
  height: 33px;
}
.hbspt-form .hs-fieldtype-text input,
.hbspt-form .hs-fieldtype-textarea input {
  width: 100% !important;
}
.hbspt-form fieldset .hs-form-field {
  padding: 0 10px;
}
.hbspt-form .hs-error-msg,
.hs-fieldtype-checkbox ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
form.buyer-form fieldset > .hs-form-field {
  margin-bottom: 20px;
}
.hbspt-form select.hs-input {
  background-color: #00395a19;
  border: 1px solid #00395a;
  height: 35px;
  padding: 3px;
  font-size: 16px;
  color: #00395a;
  width: 100% !important;
  background-image: url("/wp-content/uploads/2023/04/np_down_1920936_00395A.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.hbspt-form select.hs-input::-ms-expand,
.hbspt-form select.hs-input::-webkit-inner-spin-button,
.hbspt-form select.hs-input::-webkit-outer-spin-button {
  display: none;
}
.hs-fieldtype-checkbox.hs_states_interested_in__c ul {
  -moz-columns: 4;
  columns: 4;
  -moz-column-fill: balance;
  column-fill: balance;
}
@media (max-width: 767px) {
  .hs-fieldtype-checkbox.hs_states_interested_in__c ul {
    -moz-columns: 2;
    columns: 2;
  }
}
.bold-number-list {
  margin-left: 4em;
}
.hs-fieldtype-checkbox.hs_states_interested_in__c ul.hs-error-msgs {
  -moz-columns: 1;
  columns: 1;
  -moz-column-fill: auto;
  column-fill: auto;
}
.hs-form-checkbox-display input[type="checkbox"] {
  background-color: #00395a19;
  border: 1px solid #00395a;
  border-radius: 0;
  width: 20px !important;
  height: 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.hs-form-checkbox-display input[type="checkbox"]:checked:before {
  content: "\2713";
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 10px;
  right: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  color: #00395a;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
}
li.hs-form-checkbox label {
  display: flex;
  align-items: center;
  padding-bottom: 0.25rem;
}
li.hs-form-checkbox label input {
  margin-right: 0.5rem;
}
.hs-fieldtype-text label {
  display: block;
  padding-bottom: 0.25rem;
}
.hbspt-form .hs-fieldtype-textarea textarea {
  background: #00395a19;
  border: 1px solid #00395a;
  width: 100% !important;
}
.hs-error-msgs {
  list-style-type: none;
  margin-left: 0;
  color: red;
  border-left: 5px solid red;
  padding-left: 3px;
  margin-top: 2px;
}
.hs-submit input {
  margin-top: 1.5rem;
  margin-left: 0.5rem;
  margin-bottom: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(198 120 55 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hs-submit input a {
  color: #fff;
}
.hs-submit input:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 90 / var(--tw-bg-opacity));
}
fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
.site-width .hbspt-form .hs-fieldtype-text input,
.site-width .hbspt-form select.hs-input,
.site-width .hbspt-form .hs-fieldtype-textarea textarea {
  background-color: white !important;
}
.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: 0.25;
  transition: opacity 0.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 0.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: 0.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: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.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: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.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, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 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, 0.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: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.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 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.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, 0.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: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.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;
}
/*@import "animations.css";*/
/*@import "accordion.css";*/
/*@import "woocommerce.css";*/
/*CSS For Page Updates March 2023 */
/* Grad Cards on Resource */
.grad-card > .wp-block-uagb-container:before {
  content: "";
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: linear-gradient(
    180deg,
    rgba(7, 146, 227, 0) 25%,
    rgb(0, 57, 90) 60%
  );
  transition: 300ms opacity ease-in-out;
}
.grad-card:hover > .wp-block-uagb-container:before {
  content: "";
  opacity: 0.9;
}
.grad-card > .wp-block-uagb-container > .wp-block-uagb-container {
  position: relative;
  z-index: 20;
}
.grad-card-dark > .wp-block-uagb-container:before {
  content: "";
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-image: linear-gradient(to top, #01131d, transparent 100%);
  transition: 300ms opacity ease-in-out;
}
.grad-card-dark:hover > .wp-block-uagb-container:before {
  content: "";
  opacity: 1;
}
.grad-card-dark > .wp-block-uagb-container > .wp-block-uagb-container {
  position: relative;
  z-index: 20;
}
@media (min-width: 1024px) {
  .grad-card-dark > .wp-block-uagb-container:before {
    background-image: linear-gradient(to top, #01131d, transparent 60%);
  }
}
.wp-block-cb-carousel .slick-active {
  transform: scale(1);
  transition: 300ms transform ease-in-out;
}
.wp-block-cb-carousel .slick-slide .wp-block-group {
  opacity: 0;
  transition: 300ms opacity ease-in-out;
}
.wp-block-cb-carousel .slick-slide {
  padding: 1.75rem;
}
.wp-block-cb-carousel:before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #fff, transparent);
  z-index: 10;
}
.wp-block-cb-carousel:after {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to left, #fff, transparent);
  z-index: 10;
}
.wp-block-cb-carousel .slick-next.slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-1370 -459)'%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='45' cy='45' r='45' transform='translate(1370 459)' fill='%23fff'/%3E%3Cpath id='np_right_365851_00395A' d='M50,5.019A44.98,44.98,0,1,0,94.984,50,44.978,44.978,0,0,0,50,5.019ZM42.375,76.278V23.723L68.652,50Z' transform='translate(1364.98 453.98)' fill='%2300395a'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 44px;
  height: 44px;
  background-size: 100%;
  z-index: 50;
}
.wp-block-cb-carousel .slick-prev.slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(1460 549) rotate(180)'%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='45' cy='45' r='45' transform='translate(1370 459)' fill='%23fff'/%3E%3Cpath id='np_right_365851_00395A' d='M50,5.019A44.98,44.98,0,1,0,94.984,50,44.978,44.978,0,0,0,50,5.019ZM42.375,76.278V23.723L68.652,50Z' transform='translate(1364.98 453.98)' fill='%2300395a'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 44px;
  height: 44px;
  background-size: 100%;
  z-index: 50;
}
.wp-block-cb-carousel .slick-next {
  right: 0;
}
.wp-block-cb-carousel .slick-prev {
  left: 0;
}
.top-50-img {
  max-width: 149px;
  position: absolute !important;
  top: -79px;
  left: 0;
}
.wp-block-uagb-container.uagb-block-0afc065d.wp-block-uagb-container
  > .uagb-container-inner-blocks-wrap
  > :not(.wp-block-uagb-column):not(.wp-block-uagb-section):not(
    .uagb-container__shape
  ):not(.uagb-container__video-wrap):not(.uagb-slider-container):not(
    .spectra-image-gallery__control-lightbox
  ) {
  width: inherit !important;
}
.wp-block-uagb-container.uagb-is-root-container .uagb-block-99525198 {
  max-width: 175px !important;
  width: 100%;
}
@media (max-width: 765px) {
  .top-50-img {
    max-width: auto;
    position: relative !important;
    top: 0;
    left: 0;
  }
  .seller-arrow {
    transform: rotate(90deg);
  }
}
@media (min-width: 1024px) {
  .wp-block-cb-carousel .slick-slide {
    padding: 2rem;
  }

  .wp-block-cb-carousel:before,
  .wp-block-cb-carousel:after {
    width: 40%;
  }

  .wp-block-cb-carousel .slick-prev.slick-arrow,
  .wp-block-cb-carousel .slick-next.slick-arrow {
    width: 88px;
    height: 88px;
  }

  .wp-block-cb-carousel .slick-next {
    right: -12px;
  }

  .wp-block-cb-carousel .slick-prev {
    left: -12px;
  }
}
.wp-block-cb-carousel .slick-next,
.wp-block-cb-carousel .slick-prev {
  top: 44%;
}
.wp-block-cb-carousel .slick-next.slick-arrow:before,
.wp-block-cb-carousel .slick-prev.slick-arrow:before {
  content: "" !important;
}
.wp-block-cb-carousel .slick-track {
  padding: 50px 0 140px 0;
}
.wp-block-cb-carousel .slick-center {
  transform: scale(1.3);
  transition: 300ms transform ease-in-out;
}
.wp-block-cb-carousel .slick-center .wp-block-group {
  opacity: 1;
  font-weight: 700;
  font-size: 24px;
}
.wp-block-cb-carousel .slick-center .wp-block-group p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
.wp-block-cb-carousel
  .slick-center
  .wp-block-group
  .uagb-button__wrapper
  a
  .uagb-button__link {
  color: #fff;
  font-size: 16px;
}
.wp-block-cb-carousel .slick-slide {
  overflow: visible;
}
.wp-block-cb-carousel .wp-block-group {
  position: absolute;
  z-index: 20;
  width: 300px;
  left: -10%;
  transform: scale(0.7);
}
@media (min-width: 1024px) {
  .wp-block-cb-carousel
    .slick-center
    .wp-block-group
    .uagb-button__wrapper
    a
    .uagb-button__link {
    font-size: 18px;
  }
  .wp-block-cb-carousel .slick-center .wp-block-group p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
  }
  .wp-block-cb-carousel .wp-block-group {
    position: absolute;
    z-index: 20;
    width: 500px;
    left: -50%;
    transform: scale(0.7);
  }
}
.pod-card:hover {
  box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 0%) !important;
}
.pod-card:hover .wp-block-uagb-advanced-heading h3 {
  --tw-text-opacity: 1;
  color: rgb(198 120 55 / var(--tw-text-opacity));
}
.pod-card p.btn-line,
.pod-card .wp-block-uagb-advanced-heading h3 {
  transition: 300ms all ease-in-out;
}
.pod-card:hover p.btn-line {
  --tw-bg-opacity: 1;
  background-color: rgb(198 120 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pod-card:hover p.btn-line a {
  color: #fff;
}
.plain-card figure {
  position: relative;
}
.plain-card figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out;
}
.plain-card:hover figure:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.plain-card h3 {
  transition: 300ms color ease-in-out;
}
.plain-card:hover h3 {
  color: #c67936 !important;
}
.info-card {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.info-card .btn-primary {
  font-size: 1rem;
  line-height: 1.5rem;
}
.circle-heading img {
  max-width: 140px;
}
.circle-heading p {
  text-align: center;
}
@media (min-width: 1024px) {
  .circle-heading img {
    max-width: 240px;
  }
  .circle-heading p {
    text-align: left;
  }
}
.blog-cards a:hover {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}
.blog-cards a:hover button {
  --tw-bg-opacity: 1;
  background-color: rgb(198 120 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.blog-cards a:hover button a {
  color: #fff;
}
#Books .uagb-button__link {
  font-weight: 300;
}
#Books .uagb-button__wrapper .wp-block-button__link.uagb-buttons-repeater {
  border-radius: 0;
}
.blog-cards button {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .blog-cards button {
    font-size: 18px;
  }
}
.icon-card {
  min-height: auto;
  padding: 20px 30px 0px 30px;
}
.icon-card img {
  height: 110px;
}
@media (min-width: 1024px) {
  .icon-card {
    min-height: 510px;
    padding: 40px 30px 20px 30px;
  }

  .icon-card img {
    height: 145px;
  }
}
@media (max-width: 720px) {
  .icon-card {
    padding: 20px 30px 0px 30px !important;
  }
}
.blue-grad-left:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #00395a, transparent 100%);
}
@media (min-width: 1024px) {
  .blue-grad-left:after {
    background-image: linear-gradient(to right, #00395a, transparent 25%);
  }
}
.blue-grad-left-25:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #00395a, transparent 25%);
}
@media (min-width: 1024px) {
  .blue-grad-left-25:after {
    background-image: linear-gradient(to right, #00395a, transparent 25%);
  }
}
.uagb-tm__author-name {
  white-space: nowrap;
}
.blue-grad-right-2 .uagb-container-inner-blocks-wrap,
.blue-grad-left .uagb-container-inner-blocks-wrap,
.green-grad-right .uagb-container-inner-blocks-wrap {
  z-index: 40 !important;
}
.blue-grad-right:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #00395a, transparent 100%);
}
@media (min-width: 1024px) {
  .blue-grad-right:after {
    background-image: linear-gradient(to left, #00395a, transparent 15%);
  }
}
.blue-grad-right-25:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #00395a, transparent 25%);
}
@media (min-width: 1024px) {
  .blue-grad-right-25:after {
    background-image: linear-gradient(to left, #00395a, transparent 25%);
  }
}
.blue-grad-right-2:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #00395a, transparent 100%);
}
@media (min-width: 1024px) {
  .blue-grad-right-2:after {
    background-image: linear-gradient(to left, #00395a, transparent 100%);
  }
}
.green-grad-right:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #3a6754, transparent 100%);
}
@media (min-width: 1024px) {
  .green-grad-right:after {
    background-image: linear-gradient(to left, #3a6754, transparent 100%);
  }
}
.green-grad-left:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #3a6754, transparent 25%);
}
@media (min-width: 1024px) {
  .green-grad-left:after {
    background-image: linear-gradient(to right, #3a6754, transparent 25%);
  }
}
.red-grad-left:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #631a41, transparent 100%);
}
@media (min-width: 1024px) {
  .red-grad-left:after {
    background-image: linear-gradient(to right, #631a41, transparent 25%);
  }
}
.red-grad-right:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #631a41, transparent 25%);
}
@media (min-width: 1024px) {
  .red-grad-right:after {
    background-image: linear-gradient(to left, #631a41, transparent 25%);
  }
}
.orange-grad-right:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #c67837, transparent 25%);
}
@media (min-width: 1024px) {
  .orange-grad-right:after {
    background-image: linear-gradient(to left, #c67837, transparent 25%);
  }
}
.orange-grad-left:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #c67837, transparent 25%);
}
@media (min-width: 1024px) {
  .orange-grad-left:after {
    background-image: linear-gradient(to right, #c67837, transparent 25%);
  }
}
.light-grad-right:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #d1dbe1, transparent 25%);
}
@media (min-width: 1024px) {
  .light-grad-right:after {
    background-image: linear-gradient(to left, #d1dbe1, transparent 25%);
  }
}
.light-grad-right-image:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to top, #d1dbe1, transparent 25%);
}
@media (min-width: 1024px) {
  .light-grad-right-image:after {
    background-image: linear-gradient(to left, #d1dbe1, transparent 25%);
  }
}
.light-grad-left:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #d1dbe1, transparent 25%);
}
@media (min-width: 1024px) {
  .light-grad-left:after {
    /* background-image: linear-gradient(to left, #d1dbe1, transparent 25%); */
    background-image: linear-gradient(to right, #d1dbe1, transparent 25%);
  }
}
.dark-grad-left:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #01131d, transparent 25%);
}
@media (min-width: 1024px) {
  .dark-grad-left:after {
    background-image: linear-gradient(to right, #01131d, transparent 25%);
  }
}
.wp-block-separator.custom-size {
  height: 2px !important;
  max-width: 400px;
}
.custom-1 .uagb-tm__text-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-template-rows: 1fr 2px 50px;
  justify-content: center;
}
.custom-1 .uagb-tm__text-wrap:after {
  content: "";
  grid-column: 2/3;
  grid-row: 2/3;
  background-color: #00395a;
}
@media (min-width: 1024px) {
  .custom-1 .uagb-tm__text-wrap:after {
    content: "";
    grid-column: 2/3;
    grid-row: 2/3;
    background-color: #00395a;
  }
}
.custom-1 .uagb-tm__desc {
  grid-column: 1/4;
  padding-bottom: 23px;
}
.custom-1 .uagb-tm__meta-inner {
  grid-column: 2/3;
  display: flex;
  justify-content: center;
  padding-top: 0.75rem;
}
.rotate-arrow {
  display: flex !important;
  justify-content: center;
}
.rotate-arrow img {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), 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));
}
@media (min-width: 1024px) {
  .rotate-arrow img {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), 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));
  }
  .flag-grid .blog-item:nth-child(1) {
    grid-column: 1/3;
  }
  .flag-grid .blog-item:nth-child(1) .post-bottom {
    display: grid;
    grid-template-columns: 2fr 2fr 1.2fr;
  }

  .flag-grid .blog-item:nth-child(1) .post-bottom h2 {
    grid-column: 1/3;
  }

  .flag-grid .blog-item:nth-child(1) .post-bottom p {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .flag-grid .blog-item:nth-child(1) .flags img {
    width: 105px;
  }
}
.flag-grid .blog-item .flags img {
  width: 65px;
}
.flag-grid .blog-item a .img-wrap:after,
.masonry-cards .blog-item a .img-wrap:after,
.related-posts .blog-item a .img-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 20;
  opacity: 0;
  transition: 300ms ease-in-out;
}
.flag-grid .blog-item a:hover .img-wrap:after,
.masonry-cards .blog-item a:hover .img-wrap:after,
.related-posts .blog-item a:hover .img-wrap:after {
  opacity: 0.2;
}
.flag-grid .blog-item a button,
.flag-grid .blog-item a h2,
.masonry-cards .blog-item a button,
.masonry-cards .blog-item a h2 {
  transition: 300ms ease-in-out;
}
.masonry-cards .blog-item a h2,
.flag-grid .blog-item a h2 {
  line-height: 1.375;
}
.flag-grid .blog-item a:hover button,
.masonry-cards .blog-item a:hover button,
.related-posts .blog-item a:hover button {
  --tw-border-opacity: 1;
  border-color: rgb(0 57 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 90 / var(--tw-bg-opacity));
}
.flag-grid .blog-item a:hover h2,
.masonry-cards .blog-item a:hover h2 {
  --tw-text-opacity: 1;
  color: rgb(198 120 55 / var(--tw-text-opacity));
}
.flag-grid .blog-item a button,
.flag-grid .blog-item a h2,
.masonry-cards .blog-item a button,
.masonry-cards .blog-item a h2 {
  transition: 300ms ease-in-out;
}
.flag-grid .blog-item a button {
  width: auto;
  justify-self: end;
  grid-column: 3/4;
}
@media (min-width: 1024px) {
  .masonry-cards .blog-item {
    width: calc(50% - 13px);
    /* subtracting 5px to account for the 5px gutter */
  }
}
.blog-category-search .wp-block-categories-list {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
.blog-category-search .wp-block-categories-list a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.blog-category-search .wp-block-categories-list a a {
  color: #fff;
}
.blog-category-search .wp-block-categories-list a:hover {
  color: #00395a;
}
.blog-category-search .wp-block-categories-list li {
  padding: 2px 0;
}
.subscribe-box input {
  background: rgba(255, 255, 255, 0.28);
}
@media (min-width: 1024px) {
  .orange-bar .social-share {
    display: flex;
    align-items: center;
  }
}
/* this was preventing the embeded yt video from displaying on the single blog posts */

/*
article .entry-content p:first-child img, article > div > div > div > figure:first-child {
  display: none;
}
*/
.orange-bar {
  display: flex;
  align-items: center;
}
.orange-bar .social-share .share_label {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Muli, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
}
.w-24p figure {
  width: 23px;
}
.text-primary-a a {
  color: #c67837;
  text-decoration: underline;
}
.podcast-icons a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.podcast-icons a a {
  color: #fff;
}
.normal-case h2 {
  text-transform: none !important;
}
ol.bold-number-list li::marker {
  font-weight: 900;
}
/* Page Navigation */
.wp-pagenavi {
  display: flex;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 90 / var(--tw-border-opacity));
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(0 57 90 / var(--tw-text-opacity));
}
.wp-pagenavi span.current {
  --tw-border-opacity: 1;
  border-color: rgb(198 120 55 / var(--tw-border-opacity));
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(198 120 55 / var(--tw-text-opacity));
}
/* FAQ Accordians Plugin Style */
h2.js-accordion-controller {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-right: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
  margin-bottom: 0px;
  transition: 300ms all ease-in-out;
}
@media (min-width: 1024px) {
  h2.js-accordion-controller {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.c-accordion__content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.c-accordion__content ol {
  padding-left: 2rem;
}
.wp-block-pb-accordion-item {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.wp-block-pb-accordion-item h2.js-accordion-controller:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%2300395A' width='100pt' height='100pt' version='1.1' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m88.602 25.891-38.602 48.219-38.602-48.219z'/%3E%3C/svg%3E");
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: 26%;
  right: 15px;
  transition: 300ms transform ease-in-out;
  transform-origin: center;
  transform: translateY(0);
}
.wp-block-pb-accordion-item.is-open h2.js-accordion-controller:after {
  transform: rotate(90deg);
}
/* New APA Testimonials 2023 */
@media (min-width: 1024px) {
  .testimonial-new a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.3;
    background: #000;
    transition: 300ms opacity ease-in-out;
  }

  .testimonial-new .wp-block-uagb-container:hover a:after {
    opacity: 0;
  }

  .testimonial-new .wp-block-uagb-image {
    position: relative;
    z-index: 20;
  }
}
/* Practice Single */
.practice-video {
  max-height: 400px;
}
.p-video-overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: 300ms background ease-in-out;
}
a.video-autoplay:hover .p-video-overlay {
  background: rgba(0, 0, 0, 0.3);
}
/* TODO: Need to Review All below CSS and remove unused */
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
h3 {
  font-size: 1.3em;
}
.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: rgb(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.55rem;
  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;
  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;
}
.uagb-block-7aafbba7 .uagb-faq-item {
  padding: 1.5rem;
}
.tb-button .tb-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(243 251 246 / var(--tw-bg-opacity));
}
section .tb-button {
  --tw-text-opacity: 1;
  color: rgb(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;
  width: fit-content;
}
section .accounting-box-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(158 193 213 / var(--tw-bg-opacity));
}
section .accounting-box-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 222 206 / var(--tw-bg-opacity));
}
section .accounting-box-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 216 229 / var(--tw-bg-opacity));
}
section .accounting-box-4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(195 222 211 / var(--tw-bg-opacity));
}
section .accounting-box-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(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("/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: rgb(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;
    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;
    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;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    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;
    position: absolute;
    bottom: 0px;
    height: 20%;
    width: 100%;
  }
}
.orange-bar h2 {
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.orange-bar h2 a {
  color: #fff;
}
.general-page h2 span {
  position: relative;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(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: rgb(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: rgb(65 140 185 / var(--tw-text-opacity));
  text-decoration: underline;
}
@media screen and (max-width: 425px) {
  .contact-form .quform-element {
    display: contents;
    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: rgb(0 57 90 / var(--tw-text-opacity));
}
.grey .team-member-content {
  --tw-text-opacity: 1;
  color: rgb(0 57 90 / var(--tw-text-opacity));
}
.split-callouts .split-callout-text {
  --tw-text-opacity: 1;
  color: rgb(0 57 90 / var(--tw-text-opacity));
}
#stcpDiv p {
  --tw-text-opacity: 1;
  color: rgb(0 57 90 / var(--tw-text-opacity));
}
.intro h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.intro h1 a {
  color: #fff;
}
.intro h2 {
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.intro h2 a {
  color: #fff;
}
form.buyer-form fieldset {
  max-width: 650px;
}
/*
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: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark-blue .bg-line a,
.blue-bar .bg-line a {
  color: #fff;
}
.practice-grid a:hover .button-blue {
  background: #00395a;
  color: #fff;
}
.normal-case * {
  text-transform: none !important;
}
/* APA Page */
.apa-inner {
  max-width: 900px;
}
.apa2021 .main-navigation .cta-btn-nav a {
  --tw-bg-opacity: 1;
  background-color: rgb(198 120 55 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.apa2021 .main-navigation .cta-btn-nav a a {
  color: #fff;
}
.main-navigation .cta-btn-nav a:hover {
  opacity: 0.75;
}
.img-full-height img,
.h-full img {
  height: auto;
}
@media (min-width: 768px) {
  .btn-home a {
    display: block;
    height: 2rem;
    width: 2rem;
    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;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 1367px) {
  .practice-grid-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-bottom: 30px;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 1367px) {
  .practice-grid-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 33px;
    padding-bottom: 30px;
    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.55rem;
}
.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;
}
.previously_btn a {
  text-decoration: underline;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(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;
    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;
    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: rgb(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.5em;
  padding-bottom: 0.55em;
  line-height: 1.5rem;
}
.listing_alerts .listing_buttan a:hover {
  background: #ffffff;
  color: #c67837;
}
.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: rgb(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;
    padding-right: 72px;
    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;
    padding-right: 72px;
    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;
    padding-right: 16px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .practices-list th,
  .practices-list td {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.practices-list th,
.practices-list td {
  font-size: 1.125rem;
  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;
    overflow-x: auto;
    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;
    padding-left: 60px;
    padding-right: 60px;
  }
  .plan-selling-inner h2 {
    letter-spacing: 9px;
  }

  .plan-selling .plan-selling-inner a {
    margin-bottom: 0.625rem;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .listing-footer .container {
    padding-left: 6rem;
    padding-right: 6rem;
    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));
    width: 60%;
    align-items: center;
    border-right-width: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .listing-footer .footer_icon {
    padding-top: 0px;
    padding-bottom: 0px;
    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;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .page_listing {
    margin-bottom: 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    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;
    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;
    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;
}
.plan-selling .plan-selling-inner em * {
  font-family: Archer, cursive;
}
@media screen and (max-width: 767px) {
  .plan-selling .plan-selling-inner a {
    margin-bottom: 30px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 15px;
    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;
    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: rgb(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: rgb(255 255 255 / var(--tw-text-opacity));
}
.listing-footer #origin_button-2 a a {
  color: #fff;
}
.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;
}
.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;
}
.plan-selling .plan-selling-inner p * {
  font-family: Archer, cursive;
}
.plan-selling .plan-selling-inner p {
  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: 1;
}
.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;
}
.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: 0;
  }
}
.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, 0.3) !important;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  font-size: 15px;
}
.mw-100 {
  max-width: 100% !important;
}
.my-0 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.mh-100 {
  min-height: 300px;
}
.mb-0 {
  margin-bottom: 0px;
}
.h-100 {
  height: 100%;
}
.border-1 a {
  border-width: 1px !important;
}
.text-white a {
  color: #fff;
}
.blog-container img {
  width: auto !important;
  height: auto !important;
}
.seo-content p {
  color: white !important;
}
.green-grad-left .uagb-column__inner-wrap {
  height: 100%;
}
@media (max-width: 767px) {
  .h-100 {
    height: inherit;
  }
}
@media (min-width: 1200px) {
  .buying-p-h {
    height: 5rem;
  }

  .w-1200 {
    width: 52%;
  }
}
.white-hover {
  padding: 10px 20px;
}
.error404 .search-form {
  border: 1px solid #00395a;
}
nav.main-navigation > div > ul > li:first-child > a:hover {
  border-width: 0;
}
.site-header {
  height: auto !important;
}
.link-cols a:hover {
  text-decoration: none;
}
.seo-links ul,
.buying-locations ul {
}
/*
.seo-links ul li a,
.buying-locations ul li a {
  color: #fff;
  border: 1px solid white;
  padding: 4px 7px;
  margin: 4px;
  font-size: 11px;
  white-space: nowrap;
  display: block;
  line-height: 1;
  transition: 300ms ease-in-out all;
}
  */
#location-menu-usa li {
  list-style-type: none;
  break-inside: avoid;
  margin-bottom: 4px;
  color: #fff;
  text-decoration: underline;
}
#location-menu-usa {
  columns: 3;
  column-gap: 4em;
  padding: 0;
  list-style: none;
}
#location-menu-usa a {
  color: #fff;
}
#location-menu-ca {
  list-style-type: disc;
  padding: 0;
}
#location-menu-ca a {
  color: #fff;
}
#location-menu-ca li {
  list-style-type: none;
  break-inside: avoid;
  margin-bottom: 4px;
  color: #fff;
  text-decoration: underline;
}
.buying-locations-content {
  width: 1300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
  margin: 0 auto;
  max-width: 100%;
}
.loc-intro {
  width: 1300px;
  margin: 0 auto;
  padding: 0;
}
.loc-intro p {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.locations-header {
  color: #fff;
  text-decoration: none;
  margin-bottom: 16px;
  font-weight: bold;
}
.seo-links ul li a:hover,
.buying-locations ul li a:hover {
  color: #00395a !important;
}
.resource-icons img {
  height: auto !important;
  width: 90px !important;
  vertical-align: bottom;
  max-height: 80px;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.uagb-column__wrap .aligncenter {
  display: table;
}
.entry-footer-share,
.entry-footer-month {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #418cb9;
  font-weight: 300;
  line-height: 37px;
}
.wp-block-search__inside-wrapper input {
  color: #000 !important;
}
.wp-block-search__button {
  color: #fff;
}
@media (max-width: 500px) {
  #popmake-9465 {
    width: 90%;
    left: 1em !important;
  }

  a.sg-popup-close.tb-button__link.white-hover.pum-close.popmake-close {
    display: block;
    width: 50%;
    float: left;
    margin: -12px 6px !important;
    padding: 10px 5px !important;
    text-align: center;
  }

  .popup-blog-part2 {
    padding: 20px 40px 100px 40px !important;
  }

  .hide-m {
    display: none;
  }
}
/*--------------------------------------------------------------
>>> 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
----------------------------------------------------------------*/
@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: 0.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: 0.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 {
  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: #00395a;
}
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 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: 0.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 a {
  text-decoration: none;
  color: #00395a;
}
.copyright {
  font-size: 0.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;
  display: flex;
  flex-direction: column;
}
.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: 0.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: 0;
  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: 2em 4em;
  }

  .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: none;
  }

  #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%;
    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;
    display: flex;
    align-items: center;
  }

  .apa2021 .split-callout-title,
  .apa2021 .split-callout-text {
    height: 396px;
  }

  .split-callout-group:nth-child(odd) .split-callout-title {
    float: left;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .split-callout-group:nth-child(odd) .split-callout-text {
    float: right;
    display: flex;
    align-items: center;
  }

  .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;
}
@media (max-width: 767px) {
  .team-member-photo img {
    margin-left: 2em;
  }
}
.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;
  }
}
/* 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: 0.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;
  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;
}
.single .post-navigation {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0;
}
.comment-form-comment label {
  display: block;
}
/* 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: 0.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: #00395a;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  padding: 0;
  align-self: center;
  font-weight: bold;
}

.spec-row .value {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.location-media {
  overflow: hidden;
  max-height: 100%;
  width: 55% !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.spec-top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 1em;
  background: #408cb9;
  margin: 1em 0;
}
.specs-listing-id,
.specs-annual-gross,
.specs-asking-price {
  width: 33%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.specs-annual-gross {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.specs-listing-id p,
.specs-annual-gross p,
.specs-asking-price p {
  margin: 0;
  padding: 0;
}
.specs-listing-id-label,
.specs-annual-gross-label,
.specs-asking-price-label {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 27px;
}
.specs-listing-id-value,
.specs-annual-gross-value,
.specs-asking-price-value {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
  text-align:center;
}
.specs h1 {
  margin: 0 0 0.5em 0;
  color: #00395a;
  line-height: 33px;
  text-transform: none;
  font-size: 26px;
  width: 95%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.practice-specs .specs .label {
}
.practice-specs-container {
  background: #fff;
}
.practice-specs .specs {
  line-height: 2em;
}
.practice-specs {
  padding: 0 4em;
}
@media (max-width: 767px) {
  .practice-specs {
    padding: 2em 1em;
  }
  .specs h1 {
    width: 100%;
    margin: 0;
  }
  .spec-row-parent {
    padding: 1em 0;
  }

  .spec-row-btns {
    display: grid;
    gap: 16px;
    justify-content: flex-start;
    margin: 1em 0;
  }

  .orange-bar-new p {
    line-height: 30px;
  }

  .buying-locations-content {
    flex-direction: column;
    padding: 0 2em;
    gap: 0;
  }
  #location-menu-usa {
    columns: 2;
  }
}
@media (max-width: 1000px) {
  .location-media,
  .practice-specs {
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;
  }
}
.button-blue-outline {
  background: #fff;
  border: 2px solid #418cb9;
  padding: 5px 10px;
  margin: 5px 0 0 0;
  width: 170px;
  text-align: center;
  color: #418cb9;
  font-weight: 700;
  display: block;
  transition: 0.3s ease all;
}
.button-blue-outline:hover {
  background: #418cb9;
  color: #fff;
}

.orange-bar-new {
  background: #c67837;
  padding: 1em;
  color: #fff;
  min-height: 134px;
  align-content: center;
}
.orange-btn-new {
  background: #c67837;
  padding: 0.7em 2em;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s ease all;
  border: 1px solid #c67837;
}
.orange-btn-outline-new {
  background: #fff;
  padding: 0.7em 2em;
  color: #c67837;
  text-transform: uppercase;
  transition: 0.3s ease all;
  border: 1px solid #c67837;
  text-align: center;
}
.orange-btn-new:hover {
  background: #fff;
  color: #c67837;
}
.blue-btn-new {
  background: #00395a;
  color: #fff;
  padding: 0.7em 1.5em;
  margin-bottom: 0px;
  border: 1px solid #00395a;
  transition: 0.3s ease all;
  text-transform: uppercase;
}
.blue-btn-new:hover {
  background: #fff;
  color: #00395a;
  padding: 0.7em 1.5em;
}
.orange-bar-new p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.loc-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/*accordian*/

.accordion-container {
  width: 100%;
  max-width: 900px;
  margin: 2em auto;
}

.accordion-item {
  padding: 0;
  position: relative;
}
.accordion-header {
  padding: 32px 0 16px 0;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 2px solid #00395a;
}
.accordion-header::after {
  content: "";
  background: url(/wp-content/uploads/2025/03/chevron-open.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  height: 16px;
  width: 28px;
  transition: transform 0.3s ease-in-out; /* Smooth transition */
}

/* When the accordion item is active, rotate the chevron */
.accordion-item.active .accordion-header::after {
  transform: rotate(180deg);
}
.listing-span {
  margin-right: 32px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #ffffff;
}

.accordion-content p,
.accordion-content ul {
  margin: 0;
}

.button-blue.learn-more {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
}

/* Active state for expanded accordion */
.accordion-item.active .accordion-content {
  max-height: 500px; /* Adjust based on expected content height */
}

.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 a {
  color: #418cb9;
  text-decoration: none;
}
.practice-specs .specs {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .practice-specs {
    float: left;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 4em 3em;
  }

  .practice-specs .specs {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .spec-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

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

  .additional-info-content {
    max-width: 450px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .listing-span {
    margin-right: 0px;
  }
  .specs-annual-gross {
    border-right: none;
    border-left: none;
  }
  .spec-top-bar {
    flex-direction: column;
  }
  .specs-listing-id,
  .specs-annual-gross,
  .specs-asking-price {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .blue-btn-new {
    margin: 1em 0;
    display: block;
    float: left;
  }
  .accordion-container {
    padding: 2em 1em;
  }
}
/* 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 li {
  padding: 2em 1em;
}
.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;
	padding-left: 1em;
	padding-right: 1em;
}
.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/themes/Poe-Group-Advisors/images/foundation.jpg)
    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 (max-width: 760px) and (min-width: 481px) {
  .resources-apa-cols-image {
    min-height: 400px;
  }
}
@media (max-width: 560px) and (min-width: 481px) {
  .resources-apa-cols-image {
    min-height: 380px;
  }
}
.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: 50%;
  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;
  display: inline-block;
  width: 100%;
}
.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: 1em 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: 1em;
  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: 51%;
  padding: 0 1em;
}
.listings-page .list-item-button {
  text-align: center;
  width: 15%;
}
.listings-page .list-item-photo img {
  max-width: 100%;
  display: block;
}
.listings-page .new-practices-list .list-item .button-white.learn-more {
  padding: 0 1em;
  font-size: 15px;
  font-weight: 700;
}
.listings-page .new-practices-list .list-item-content h2 {
  font-size: 15px;
}
.listings-page .new-practices-content {
  color: #fff;
  text-align: center;
}
.button-white.learn-more:hover {
  background: #fff;
  color: #904d70;
}
.button-solid-orange:hover {
  background: #fff;
  color: #c67837;
}
.button-solid-light-blue:hover {
  background: #fff;
  color: #c67837;
}
@media (max-width: 767px) {
  .listings-page .list-item-content {
    width: auto;
    padding: 2em 1em;
  }
  .listings-page .list-item-photo {
    width: auto;
  }
  .listings-page .list-item-button {
    text-align: left;
    width: auto;
    margin: 0 0 2em 1em;
  }
  .listings-page .new-practices-list .list-item {
    background: #904d70;
    margin-bottom: 1em;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
}
.plan-selling {
  padding: 4em 6em;
  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: -40px;
  max-height: 200px;
  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, 0.6) 70%,
    rgba(0, 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;
  }
  .maps {
    gap: 32px;
  }
}
.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-light-blue-4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 90 / var(--tw-bg-opacity));
}
.hover\:bg-light-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 90 / var(--tw-bg-opacity));
}
.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:opacity-75:hover {
  opacity: 0.75;
}
@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

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

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

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

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

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .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: rgb(0 57 90 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

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

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

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@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\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), 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));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .xl\:hidden {
    display: none;
  }

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

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

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

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.home-featured-practice-teaser-content-inner li {
  list-style-type: disc;
  margin-left: 16px;
}
.hs-fieldtype-checkbox ul {
  columns: 2;
  column-fill: balance;
}
.form-numbers {
  padding: 0 1em 0 2em;
}

.blog-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #c67837;
  padding: 40px;
  color: #fff;
}

.blog-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 800px;
  background-color: #c67837;
  padding: 20px;
}

.blog-post {
  display: flex;
  gap: 32px;
  align-items: center;
}

.blog-thumbnail img {
  max-width: 154px;
}

.blog-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-title a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}

.blog-heading {
  color: #00395a;
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 8px;
}

.button-white {
  display: inline-block;
  background-color: #fff;
  color: #00395a;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: bold;
}

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

.divider {
  border-top: 1px solid #fff;
  margin: 1.5em 0;
}
/*testing*/
.blog-footer {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.blog-subscribe-text p {
  color: #fff;
}

.blog-badge-container {
  margin-bottom: 20px;
}

.blog-badge {
  max-width: 154px;
  width: 154px;
}

.blog-subscribe-text {
  margin-bottom: 20px;
}

.view-all {
  width: fit-content;
}
.valuable-articles p {
  margin: 0 !important;
}
/*test*/

@media (max-width: 767px) {
  .blog-post {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
  .blog-footer {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
  .blog-section {
    padding: 1em 0;
  }
}

.team-member-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.team-member-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 128px;
  justify-content: center;
}

.team-member-content {
  padding: 0;
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.team-member-content h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 2.5px;
  margin: 0;
  padding: 0;
}

.team-member-content img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 0 1em 0;
}

.team-member-title {
  font-weight: 900;
  color: #00395a;
  font-family: muli;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 0;
}

.team-member-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background: #0073e6;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.team-member-button:hover {
  background: #005bb5;
}

.hr-team-members {
  border: none;
  height: 1px;
  background-color: #00395a;
  margin: 1em 0;
  padding: 0 0;
  width: 100%;
}

.cat-item.cat-item-326,
.cat-item.cat-item-325 {
  display: none;
}
.page-numbers {
  display: flex;
  justify-content: center;
  gap: 32px;
  font-size: 20px;
}
.page-numbers.current {
  background-color: #00395a;
  padding: 4px 6px;
  color: #fff;
}
.page-numbers:hover {
  color: #c67837;
}
.paged .page-numbers {
  border: none !important;
}
/*
.paged-inner {
    display: flex;
}
*/

@media (max-width: 767px) {
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-13aa3ab1 {
    padding: 0 1em;
  }
  .team-member-grid {
    grid-template-columns: 1fr;
  }
}

/*new listing page styles*/

.practices-grid-wrapper {
  display: grid;
  gap: 16px;
  align-items: start;
}

.practices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.practice-grid {
  max-width: fit-content;
}

/* Place first two cards in columns 1 and 2 of first row */
.practices-grid > .practice-grid:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.practices-grid > .practice-grid:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.practices-grid .cta-section {
  grid-column: 3;
  grid-row: 1;
  margin: 10px 5px;
  background: url(https://poegroupadvstg.wpenginepowered.com/wp-content/uploads/2023/02/header-bg-1.jpg);
  padding: 2em;
  align-content: center;
  background-size: cover;
}

.practices-grid .cta-section h2 {
  color: #c67937;
  font-size: 25px;
}
.practices-grid .cta-section p {
  color: #fff;
}

/* Now fill second row and beyond: */
.practices-grid > .practice-grid:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.practices-grid > .practice-grid:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.practices-grid > .practice-grid:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.practices-grid > .practice-grid:nth-child(6) {
  grid-column: 1;
  grid-row: 3;
}
.practices-grid > .practice-grid:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}
.practices-grid > .practice-grid:nth-child(8) {
  grid-column: 3;
  grid-row: 3;
}
.practices-grid > .practice-grid:nth-child(9) {
  grid-column: 1;
  grid-row: 4;
}
.practices-grid > .practice-grid:nth-child(10) {
  grid-column: 2;
  grid-row: 4;
}
.practices-grid > .practice-grid:nth-child(11) {
  grid-column: 3;
  grid-row: 4;
}
.practices-grid > .practice-grid:nth-child(12) {
  grid-column: 1;
  grid-row: 5;
}
.practices-grid > .practice-grid:nth-child(13) {
  grid-column: 2;
  grid-row: 5;
}
.practices-grid > .practice-grid:nth-child(14) {
  grid-column: 3;
  grid-row: 5;
}
.practices-grid > .practice-grid:nth-child(15) {
  grid-column: 1;
  grid-row: 6;
}

@media (max-width:767px) {
	.practices-grid {
  		display: flex;
	}
}
.min-h-home {
  min-height: 78px;
}
.block.relative.border.border-light-blue-4.bg-white.p-4.transition.hover\:bg-light-blue-4.hover\:text-white:hover p {
  color: #fff;
}