/*
Theme Name:     Retina
Theme URI:
Description:    Astra child theme.
Author:         Me
Author URI:
Template:       astra
Version:        0.1.0
*/


/*
! tailwindcss v3.3.3 | 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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}


/*
Reset default styling for dialogs.
*/


dialog {
  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::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 100%) {


  .container {
    max-width: 100%;
  }
}
@media (min-width: 1100px) {


  .container {
    max-width: 1100px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.h-12 {
  height: 3rem;
}
.h-36 {
  height: 9rem;
}
.h-\[auto\] {
  height: auto;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-12 {
  width: 3rem;
}
.w-36 {
  width: 9rem;
}
.w-44 {
  width: 11rem;
}
.w-\[193px\] {
  width: 193px;
}
.w-full {
  width: 100%;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.columns-3 {
  -moz-columns: 3;
       columns: 3;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border-2 {
  border-width: 2px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity));
}
.bg-\[var\(--c-bone-light\)\] {
  background-color: var(--c-bone-light);
}
.bg-\[var\(--clr-bg-bio-light-blue\)\] {
  background-color: var(--clr-bg-bio-light-blue);
}
.bg-\[var\(--clr-bg-filter-blue\)\] {
  background-color: var(--clr-bg-filter-blue);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.text-\[\#4B4F58\] {
  --tw-text-opacity: 1;
  color: rgb(75 79 88 / var(--tw-text-opacity));
}
.text-\[--clr-blue-title\] {
  color: var(--clr-blue-title);
}
.text-\[var\(--clr-blue\)\] {
  color: var(--clr-blue);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.no-underline {
  text-decoration-line: none;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}

/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Theme Overrides / Global
 * =====================================================================================================================
 */

:root {
	--clr-blue: #295381;
	--clr-blue-title: #33527D;
	--clr-orange: #f1a640;
	--clr-white: #ffffff;

	--clr-bg-light-blue: #EBF4FD;
	--clr-bg-bio-light-blue: #EDF4FC;
	--clr-bg-white: #FDFDFD;
	--clr-bg-filter-blue: #F5FAFF;
	--clr-bg-filter-blue-hover: #B8DCFF;
	--clr-bg-transparent: transparent;

	--fw-light: 300;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-semi-bold: 600;
	--fw-bold: 700;

	--fs-hero-title-prefix: 3.5rem;
	--fs-hero-title-prefix-lh: 1;
	--fs-hero-title-prefix-mb: 0.5em;
	--fs-hero-title: 2rem;
	--fs-hero-title-lh: 3.25rem;
	--fs-hero-title-mb: 0.5em;

	--fs-content-title-prefix: 2.25rem;
	--fs-content-title-prefix-lh: 2.5rem;
	--fs-content-title: 1.5rem;
	--fs-content-title-lh: 1.875rem;
	--fs-content-text: 1.125rem;
	--fs-content-text-lh: 1.75rem;

	--fs-cta-title-prefix: 2.25rem;
	--fs-cta-title-prefix-lh: 2.5rem;
	--fs-cta-title: 1.875rem;
	--fs-cta-title-lh: 2.25rem;

	--fs-icon-title: 1.5rem;
	--fs-icon-title-lh: 2rem;
}

@media only screen and (min-width: 80em)
{
	:root {
		--fs-hero-title-prefix: 4.875rem;
		--fs-hero-title-prefix-lh: 1;
		--fs-hero-title-prefix-mb: 0.25em;
		--fs-hero-title-mb: 0.25em;

		/*--fs-content-title-prefix: 3.75rem;*/
		--fs-content-title-prefix: 2.25rem;
		--fs-content-title-prefix-lh: 2.5rem;
		--fs-content-title: 1.875rem;
		--fs-content-title-lh: 2.25rem;
		--fs-content-text: 1.125rem;
		--fs-content-text-lh: 1.75rem;

		--fs-cta-title-prefix: 3rem;
		--fs-cta-title-prefix-lh: 1;
		--fs-cta-title: 1.875rem;
		--fs-cta-title-lh: 2.25rem;
	}
}

header.entry-header,
nav.navigation {
	display: none !important;
}

.site-content .ast-container {
	display: block;
}

.single.ast-page-builder-template .entry-header + .entry-content {
	margin-bottom: 0 !important;
}


.ret-row__light-blue {
	background-color: var(--clr-bg-light-blue);
}

.ret-acfRow__light-blue:nth-child(even) {
	background-color: var(--clr-bg-light-blue);
}

.ret-row__location-details {
	margin-bottom: 1em !important;
}

.ret-img__rounded img {
	border-radius: 1em !important;
}

a,
p a u {
	text-decoration: none !important;
	font-weight: var(--fw-medium) !important;

}
.ast-container a {
	color: var(--clr-blue) !important;
	font-weight: var(--fw-bold) !important;
	text-decoration: none !important;
}


.site-navigation li a {
	font-weight: var(--fw-regular) !important;
}

.entry-content p {
	font-size: 1rem;
	line-height: 1.5rem;
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0.5em;
}
.entry-content li {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0;
}
.entry-content ul,
.entry-content ol {
	margin-bottom: 1.5em !important;
}

.site-content p,
.site-content li {
	font-size: 1.125rem !important;
	line-height: calc(1.75 / 1.125) !important;
}

header li {
	margin-bottom: 0 !important;
}

.ret-row__bp ul {
	list-style-type: disc;
	margin: 0 0 0 1em;
}


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Home
 * =====================================================================================================================
 */

.ret-home__hero {

}

.ret-home__hero .fl-row-content-wrap {
	min-height: 40vh;
}


.ret-home__infobox .uabb-infobox-title-prefix {
	font-size: var(--fs-hero-title-prefix) !important;
	line-height: var(--fs-hero-title-prefix-lh) !important;
	margin-bottom: var(--fs-hero-title-prefix-mb) !important;
	color: var(--clr-blue);
	font-weight: var(--fw-bold) !important;
}
.ret-home__infobox .uabb-infobox-title {
	font-size: var(--fs-hero-title) !important;
	line-height: var(--fs-hero-title-lh) !important;
	margin-bottom: var(--fs-hero-title-mb) !important;
	color: var(--clr-blue);
	font-weight: var(--fw-bold) !important;
}
.ret-home__infobox .uabb-infobox-text p,
.ret-home__infobox .uabb-infobox-text li {
	color: var(--clr-blue);
	font-weight: var(--fw-light) !important;
}
.ret-home__infobox a.uabb-button {
	background-color: var(--clr-bg-transparent) !important;
	border: 2px solid var(--clr-blue) !important;
	border-radius: 1em !important;
}
.ret-home__infobox .uabb-button-text {
	font-size: 1.125rem !important;
	line-height: 1.6875rem !important;
	letter-spacing: 0.04em !important;
	font-weight: var(--fw-semi-bold) !important;
	color: var(--clr-blue) !important;
	text-transform: uppercase !important;
}
.ret-home__infobox i.uabb-button-icon {
	color: var(--clr-blue) !important;
}


.ret-infobox__content .uabb-infobox-title-prefix {
	font-size: var(--fs-content-title-prefix) !important;
	line-height: var(--fs-content-title-prefix-lh) !important;
	color: var(--clr-blue);
	font-weight: var(--fw-bold) !important;
	margin-bottom: 0.5em !important;
}
.ret-home__infobox .uabb-infobox-title {
	font-size: var(--fs-content-title) !important;
	line-height: var(--fs-content-title-lh) !important;
	color: var(--clr-blue);
	font-weight: var(--fw-bold) !important;
}
.ret-home__infobox .uabb-infobox-text p,
.ret-home__infobox .uabb-infobox-text li {
	font-size: var(--fs-content-text) !important;
	line-height: var(--fs-content-text-lh) !important;
	color: var(--clr-blue);
	font-weight: var(--fw-regular) !important;
}






.ret-infobox__content .uabb-infobox-title-prefix {
	font-size: var(--fs-content-title-prefix) !important;
	/*line-height: 4.375rem !important; - updated 2023-08-01 */
	line-height: var(--fs-content-title-prefix-lh) !important;
}
.ret-infobox__content .uabb-infobox-title {
	font-size: var(--fs-content-title) !important;
	line-height: var(--fs-content-title-lh) !important;
	font-weight: var(--fw-medium) !important;
}
.ret-infobox__content .uabb-infobox-text p,
.ret-infobox__content .uabb-infobox-text li {
	/*font-size: var(--fs-content-text) !important;
	line-height: var(--fs-content-text-lh) !important;*/
	font-size: 1.125rem !important;
	line-height: calc(1.75 / 1.125) !important;
}
.ret-infobox__content .uabb-infobox-text p strong,
.ret-infobox__content .uabb-infobox-text li strong,
.searchandfilter h4 {
	font-size: 1.5rem !important;
	line-height: calc(2 / 1.5) !important;
}

.ret-infobox__content .uabb-infobox-text ul {
	list-style: none !important;
}
.ret-infobox__content .uabb-infobox-text li:before {
	content: "•";
	margin-right: 0.5em;
	font-size: 1.25rem !important;
	font-weight: var(--fw-bold) !important;
}

/*.ret-infobox__content a.uabb-button {
	border-color: var(--clr-orange) !important;
}*/

.ret-infobox__content-2col .uabb-infobox-text {
	-moz-columns: 2 !important;
	     columns: 2 !important;
}

.ret-acf__content p,
.ret-acf__content li {
	/*font-size: var(--fs-content-text) !important;
	line-height: var(--fs-content-text-lh) !important;*/
	font-size: 1.125rem !important;
	line-height: calc(1.75 / 1.125) !important;
}
.ret-acf__content li,
.ret-infobox__content .uabb-infobox-text li {
	margin-bottom: 0.5em !important;
}
.ret-acf__content p {
	margin-bottom: 1.5em !important;
}
.ret-acf__content p strong/*,
.ret-acf__content li strong*/ {
	/*font-size: 1.5rem !important;
	line-height: calc(2 / 1.5) !important;*/
}
.ret-acf__content a {
	color: var(--clr-blue) !important;
	font-weight: var(--fw-bold) !important;
}
.ret-acf__content ul {
	list-style: none;
	/*list-style: disc;*/
    padding-left: 0;
	margin-bottom: 1.6em !important;
}
.ret-acf__content ul li {
	padding-left: 2em;
	text-indent: -1.3em;
}
.ret-acf__content ul li:before {
	content: "•";
	margin-right: 0.5em;
	font-size: 1.25rem !important;
	font-weight: var(--fw-bold) !important;
}
/*.ret-acf__content li {
	border-bottom: 1px solid var(--clr-blue);
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}*/

.ret-acf__content ul.ret-list__no-underline {
	margin-bottom: 1.5em !important;
	margin-top: 1.5em !important;
}

.ret-acf__content .ret-list__no-underline li {
	border-bottom: none !important;
}

.ret-acf__content ol {
	list-style: decimal;
	margin: 0 0 1.5em 1.5em;
}

.ret-acf__content-shortcode .fl-builder-module-template {
	padding: 0 !important;
}



.ret-infobox__content-list ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1.6em !important;
}
.ret-infobox__content-list .uabb-infobox-text li:before {
	/*content: "\203A";*/
	/*content: "-";*/
	content: "•";
	margin-right: 0.5em;
	font-size: 1.25rem !important;
	font-weight: var(--fw-bold) !important;
}
.ret-infobox__content-list .uabb-infobox-text li {
	/*border-bottom: 1px solid var(--clr-blue);
	margin-bottom: 0.5em;*/
	padding-bottom: 0.5em;
	list-style: none !important;
}
.ret-infobox__content-list .no-underline li {
	border-bottom: none !important;
}
.ret-infobox__content-list .no-bullet li {
	list-style: none !important;
}
.ret-infobox__content-list .no-bullet li:before {
	content: "";
}

.ret-infobox__content a.uabb-button,
.uabb-module-content.uabb-creative-button-wrap a {
	background-color: var(--clr-bg-transparent) !important;
	border: 2px solid var(--clr-orange) !important;
	border-radius: 1em !important;
}
.ret-infobox__content .uabb-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-text {
	font-size: 1.125rem !important;
	line-height: 1.6875rem !important;
	letter-spacing: 0.04em !important;
	font-weight: var(--fw-semi-bold) !important;
	color: var(--clr-blue) !important;
	text-transform: uppercase !important;
}
.ret-infobox__content i.uabb-button-icon {
	color: var(--clr-blue) !important;
}

.ret-infobox__content a.uabb-button:hover,
.uabb-module-content.uabb-creative-button-wrap a:hover {
	background-color: var(--clr-blue) !important;
	border-color: var(--clr-blue) !important;
}
.ret-infobox__content a.uabb-button:hover .uabb-button-text,
.uabb-creative-button-wrap a:hover .uabb-creative-button-text {
	color: var(--clr-white) !important;
}

.ret-infobox__cta {
	padding: 5em 0;
}
.ret-infobox__cta .uabb-infobox-title-prefix {
	font-size: var(--fs-cta-title-prefix) !important;
    line-height: var(--fs-cta-title-prefix-lh) !important;
    font-weight: var(--fw-medium) !important;
    color: var(--clr-blue) !important;
    margin-top: 1em;
	margin-bottom: 0 !important;
}
.ret-infobox__cta .uabb-infobox-title {
	font-size: var(--fs-cta-title) !important;
    line-height: var(--fs-cta-title-lh) !important;
    font-weight: var(--fw-medium) !important;
    color: var(--clr-blue) !important;
    margin-bottom: 0.5em;
}

.ret-cta {
	padding: 3em 0;
}
.ret-cta .uabb-cta-title {
	font-size: var(--fs-cta-title-prefix) !important;
	line-height: var(--fs-cta-title-prefix-lh) !important;
	font-weight: var(--fw-medium) !important;
	color: var(--clr-blue) !important;
	margin-top: 1em;
	margin-bottom: 0 !important;
}
.ret-cta .uabb-cta-text-content p,
.ret-cta .uabb-cta-text-content li {
	font-size: var(--fs-cta-title) !important;
	line-height: var(--fs-cta-title-lh) !important;
	font-weight: var(--fw-medium) !important;
	color: var(--clr-blue) !important;
	margin-bottom: 0.5em;
}
.ret-cta a.uabb-button {
	background-color: var(--clr-bg-transparent) !important;
	border: 2px solid var(--clr-blue) !important;
	border-radius: 1em !important;
}
.ret-cta .uabb-button-text {
	font-size: 1.125rem !important;
	line-height: 1.6875rem !important;
	letter-spacing: 0.04em !important;
	font-weight: var(--fw-semi-bold) !important;
	color: var(--clr-blue) !important;
	text-transform: uppercase !important;
}


.ret-infobox__icon .uabb-infobox-title-prefix {
	font-size: var(--fs-icon-title) !important;
	line-height: var(--fs-icon-title-lh) !important;
	font-weight: var(--fw-medium) !important;
	color: var(--clr-blue) !important;
	margin-top: 1em;
}

.ret-infobox__icon-btn .uabb-infobox {
	border: 2px solid var(--clr-blue) !important;
	border-radius: 1em !important;
	padding: 0 2em 1em 2em;
}
.ret-infobox__icon-btn .uabb-infobox-title-prefix {
	text-transform: uppercase;
}



.ret-links__no-underline a {
	text-decoration: none;
}


.ret-matrix__img-center {
	position: relative;
	margin: -4em auto 0;
}



.ret-dr__list li.text-xs {
	font-size: 0.75rem !important;
	line-height: calc(1 / 0.75) !important;
	margin-bottom: 0 !important;
	font-weight: var(--fw-regular) !important;
}

.ret-dr__list p {
	font-size: 1rem !important;
	line-height: calc(1.5 / 1.75) !important;
	margin-bottom: 0.5em !important;
}



/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Content
 * =====================================================================================================================
 */

.ret-content__hero {

}

.ret-content__hero .fl-row-content-wrap {
	min-height: 30vh;
}

p.text-no-padding {
	margin-bottom: 0;
}

.vividus-rows p a {
	text-decoration: none !important;
	color: var(--clr-blue) !important;
	font-weight: var(--fw-bold) !important;
}
.vividus-rows p li {
	text-decoration: underline !important;
	color: var(--clr-blue) !important;
}
.vividus-rows ul li:before {
	/*content: "\203A";*/
	/*content: "-";*/
	content: "•";
	margin-right: 0.5em;
	font-size: 1.25rem !important;
	font-weight: var(--fw-bold) !important;
}


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Conditions
 * =====================================================================================================================
 */

.ret-cond__row-title {
	background-color: var(--clr-blue-title) !important;
}

.ret-cond__page-title .uabb-infobox-title-prefix {
	color: var(--clr-white) !important;
	text-transform: uppercase;
}

.uabb-adv-accordion-button-label {
	font-size: 1.25rem !important;
	line-height: calc(1.75 / 1.25) !important;
}
.uabb-adv-accordion-content p {
	font-size: 1.125rem !important;
	line-height: calc(1.75 / 1.125) !important;
	margin-bottom: 1.6em !important;
}
.uabb-adv-accordion-content li {
	font-size: 1.125rem !important;
	line-height: calc(1.75 / 1.125) !important;
}



/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Category Pages
 * =====================================================================================================================
 */

.ret-posts__category .uabb-blog-posts-shadow {
	background-color: var(--clr-bg-filter-blue) !important;
	border-radius: 0.375rem !important;
}
.ret-posts__category .uabb-post-wrapper:hover .uabb-blog-posts-shadow {
	background-color: var(--clr-bg-filter-blue-hover) !important;
}
.ret-posts__category .uabb-post-heading {
    color: var(--clr-blue) !important;
}
.ret-posts__category .uabb-blog-posts .uabb-post__terms-wrap {
    text-align: left;
}

.uabb-blogs-pagination li span.page-numbers.current,
ul.uabb-masonary-filters > li.uabb-masonary-current {
	background-color: var(--clr-bg-filter-blue-hover) !important;
}


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Footer
 * =====================================================================================================================
 */

.ret-footer {
	background-color: var(--clr-blue) !important;
}
.ret-footer h1,
.ret-footer h2,
.ret-footer h3,
.ret-footer h4,
.ret-footer h5,
.ret-footer h6,
.ret-footer p,
.ret-footer li  {
	color: var(--clr-bg-white) !important;
}





/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Bio
 * =====================================================================================================================
 */

.ret-bio p {
	font-size: 1.125rem !important;
	line-height: calc(1.75 / 1.125) !important;
	margin-bottom: 1.6em !important;
}




/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Blog
 * =====================================================================================================================
 */


ul.viv-port-cat {
	display: inline;
	margin-left: 0.2em !important;
}

.viv-port-cat li {
	list-style: none;
	display: inline;
	margin-left: 0.5em;
	font-family: var(--ff-heading) !important;
	font-weight: 500;
	color: var(--clr-white);
	text-transform: uppercase;
}
.viv-port-cat li:after {
	content: ' | ';
	margin-left: 0.5em;
}
.viv-port-cat li:last-child:after {
	content: '';
}

ul.viv-blog-cat {
	margin-left: 0.2em !important;
	text-align: center;
}

.viv-blog-cat li {
	list-style: none;
	display: inline;
	margin-left: 0.5em;
	font-family: var(--ff-body) !important;
	font-weight: 300;
	color: #fff;
	/*text-transform: uppercase;*/
}
.viv-blog-cat li:first-child:after {
	content: ' | ';
	margin-left: 0.5em;
}
.viv-blog-cat li:after {
	content: ', ';
	margin-left: 0.2em;
}
.viv-blog-cat li:last-child:after {
	content: '';
}

.blogHeaderImg {
	min-height: 60vh;
	width: 100vw;
}

h1.viv-blog-title {
	font-size: 2em;
	color: #fff;
	text-align: center;
	padding: 12% 0 0 0;
}
p.viv-blog-date-cat {
	font-family: var(--ff-body) !important;
	font-weight: 300;
	color: #fff;
	text-align: center;
}





/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Gravity Forms
 * =====================================================================================================================
 */

.gsection_title {
	margin-top: 1em;
}

.gform_wrapper.gravity-theme .gsection {
	background-color: var(--clr-bg-light-blue);
	border-bottom: none !important;
}
.gsection .gsection_title {
	line-height: 1 !important;
	padding: 0;
}
/*fieldset,*/
.gfield_visibility_visible {
	padding: 0 1em !important;
	margin-bottom: 2em !important;
}

input,
select,
textarea {
	padding: 1em !important;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gfield_description {
	padding-top: 0 !important;
	font-size: 0.875rem !important;
}

.gform_wrapper select {
	height: auto !important;
}

.gfield_consent_description,
.gfield_consent_description li {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

.gform_wrapper.gravity-theme .gfield_list_group,
.gform_wrapper.gravity-theme .gfield_list_header {
	margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_header_item {
	font-size: 0.875rem !important;
}

.gfield_list_group {
	margin-top: 1em;
}
.gfield_list_group:first-of-type {
	margin-top: 0;
}

input[type=submit] {
	/*background-color: var(--clr-blue) !important;*/
	background-color: var(--clr-bg-transparent) !important;
	border: 2px solid var(--clr-blue) !important;
	border-radius: 1em !important;

	font-size: 1.125rem !important;
	line-height: 1.6875rem !important;
	letter-spacing: 0.04em !important;
	font-weight: var(--fw-semi-bold) !important;
	color: var(--clr-blue) !important;
	text-transform: uppercase !important;
	transition:
		background-color 0.3s ease,
		color 0.3s ease,
		transform 0.3s ease;

}
input[type=submit]:hover {
	background-color: var(--clr-blue) !important;
	color: var(--clr-white) !important;
}

#field_8_3 input[type="radio"]:checked + label {
	font-weight: bold;
}

body .gfield_radio input[type="radio"]:checked + label {
	font-weight: bold;
}



/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Gravity Forms
 * =====================================================================================================================
 */

.uabb-business-hours-container {
	background-color: transparent !important;
}

.uabb-business-day,
.uabb-business-hours {
	color: var(--clr-white) !important;
}


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Advanced Accordions
 * =====================================================================================================================
 */

.uabb-adv-accordion-button {
	background-color: transparent !important;
	border-bottom: 1px solid var(--clr-blue) !important;
}

.uabb-adv-accordion-content ul {
	margin: 0 0 1.5em 3em !important;
}

.uabb-adv-accordion-content ul li {
	list-style: none !important;
}
.uabb-adv-accordion-content li:before {
	/*content: "-";*/
	content: "•";
	margin-right: 0.5em;
	font-size: 1.25rem !important;
	font-weight: var(--fw-bold) !important;
}


.uabb-adv-accordion-content p {
	font-size: 1.125rem !important;
	line-height: calc(1.75 / 1.125) !important;
}




/*
 * ---------------------------------------------------------------------------------------------------------------------
 * ---------------------------------------------------------------------------------------------------------------------
 * Media Queries
 * =====================================================================================================================
 * =====================================================================================================================
 */

/* Small phone (~320px) */
@media only screen and (min-width: 20em)
{

}


/* Low DPI Laptop (~1280px) */
@media only screen and (min-width: 80em)
{
	.ret-cond__page-title .uabb-infobox-title-prefix {
		font-size: 3rem !important;
		line-height: 1 !important;
	}
}


/* Above 800px */
/*@media only screen and (min-width: 50em)
{
	.ret-home__hero .fl-row-content-wrap {
		min-height: 667px;
	}

	.ret-home__infobox .uabb-infobox-title-prefix {
		font-size: 4.875rem !important;
		line-height: 4.375rem !important;
	}
	.ret-home__infobox .uabb-infobox-text p,
	.ret-home__infobox .uabb-infobox-text li {
		font-size: 2rem !important;
		line-height: 3.25rem !important;
		margin: 1em 0 1em 0 !important;
	}

	.ret-infobox__content .uabb-infobox-title-prefix {
		font-size: 3.75rem !important;
		!*line-height: 4.375rem !important; - updated 2023-08-01 *!
		line-height: 1 !important;
	}
	.ret-infobox__content .uabb-infobox-title {
		font-size: 1.5rem !important;
		line-height: 1.875rem !important;
		font-weight: var(--fw-medium) !important;
	}
	.ret-infobox__content .uabb-infobox-text p,
	.ret-infobox__content .uabb-infobox-text li {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}

	.ret-home__infobox .uabb-infobox-title {
		font-size: 1.5rem !important;
		line-height: 1.875rem !important;
	}
	.ret-home__infobox .uabb-infobox-text p,
	.ret-home__infobox .uabb-infobox-text li {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
}*/
.hover\:bg-\[var\(--clr-bg-filter-blue-hover\)\]:hover {
  background-color: var(--clr-bg-filter-blue-hover);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
@media (min-width: 768px) {


  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }


  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }


  .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\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }


  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }


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


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


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


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


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


  .lg\:w-full {
    width: 100%;
  }


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


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


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


  .lg\:items-start {
    align-items: flex-start;
  }


  .lg\:items-center {
    align-items: center;
  }


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


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


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