/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @mixin font-awesome($icon: '') {
	content: $icon;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 1em;
	border: 0;
	margin-left: 0;
}
*/
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-SemiboldItalic.eot");
  src: url("../../fonts/TiemposHeadline-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-SemiboldItalic.woff2") format("woff2"), url("../../fonts/TiemposHeadline-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-Black.eot");
  src: url("../../fonts/TiemposHeadline-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-Black.woff2") format("woff2"), url("../../fonts/TiemposHeadline-Black.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-BlackItalic.eot");
  src: url("../../fonts/TiemposHeadline-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-BlackItalic.woff2") format("woff2"), url("../../fonts/TiemposHeadline-BlackItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-Bold.eot");
  src: url("../../fonts/TiemposHeadline-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-Bold.woff2") format("woff2"), url("../../fonts/TiemposHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-BoldItalic.eot");
  src: url("../../fonts/TiemposHeadline-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-BoldItalic.woff2") format("woff2"), url("../../fonts/TiemposHeadline-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-LightItalic.eot");
  src: url("../../fonts/TiemposHeadline-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-LightItalic.woff2") format("woff2"), url("../../fonts/TiemposHeadline-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-Light.eot");
  src: url("../../fonts/TiemposHeadline-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-Light.woff2") format("woff2"), url("../../fonts/TiemposHeadline-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-MediumItalic.eot");
  src: url("../../fonts/TiemposHeadline-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-MediumItalic.woff2") format("woff2"), url("../../fonts/TiemposHeadline-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-Medium.eot");
  src: url("../../fonts/TiemposHeadline-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-Medium.woff2") format("woff2"), url("../../fonts/TiemposHeadline-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-Regular.eot");
  src: url("../../fonts/TiemposHeadline-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-Regular.woff2") format("woff2"), url("../../fonts/TiemposHeadline-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline Regular";
  src: url("../../fonts/TiemposHeadline-RegularItalic.eot");
  src: url("../../fonts/TiemposHeadline-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-RegularItalic.woff2") format("woff2"), url("../../fonts/TiemposHeadline-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../../fonts/TiemposHeadline-Semibold.eot");
  src: url("../../fonts/TiemposHeadline-Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposHeadline-Semibold.woff2") format("woff2"), url("../../fonts/TiemposHeadline-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Text";
  src: url("../../fonts/TiemposText-RegularItalic.eot");
  src: url("../../fonts/TiemposText-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposText-RegularItalic.woff2") format("woff2"), url("../../fonts/TiemposText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Text";
  src: url("../../fonts/TiemposText-Medium.eot");
  src: url("../../fonts/TiemposText-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposText-Medium.woff2") format("woff2"), url("../../fonts/TiemposText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Text";
  src: url("../../fonts/TiemposText-MediumItalic.eot");
  src: url("../../fonts/TiemposText-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposText-MediumItalic.woff2") format("woff2"), url("../../fonts/TiemposText-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Text";
  src: url("../../fonts/TiemposText-Regular.eot");
  src: url("../../fonts/TiemposText-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposText-Regular.woff2") format("woff2"), url("../../fonts/TiemposText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Text";
  src: url("../../fonts/TiemposText-Bold.eot");
  src: url("../../fonts/TiemposText-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/TiemposText-Bold.woff2") format("woff2"), url("../../fonts/TiemposText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: cronos-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2b2b2b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f3ead8;
}
html.menuOpen,
body.menuOpen {
  overflow: hidden;
  height: 100vh;
}

#body-wrapper {
  margin: 0 auto;
}

.container-responsive {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

#page-header {
  padding: 60px;
}
@media (max-width: 992px) {
  #page-header {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #page-header {
    padding: 20px;
  }
}
#page-header {
  padding-bottom: 0 !important;
}
#page-header h1 {
  margin: 0;
  padding: 0;
}

#page-content {
  padding: 60px;
}
#page-content .container-responsive {
  max-width: 1150px;
}
#page-content .container-responsive > .row {
  padding: 20px;
}
@media (max-width: 992px) {
  #page-content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #page-content {
    padding: 20px;
  }
}

a {
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
  color: #003828;
}
a[href^="tel:"] {
  border-bottom: none;
}

p {
  font-size: inherit;
}
p a {
  font-weight: bolder;
  border-bottom: 1px solid #003828;
}
p a:hover {
  color: #003828;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "Tiempos Headline", serif;
}

.sans,
.sansserif,
.sans-serif {
  font-family: cronos-pro, sans-serif;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fill-right,
.fill-left,
.fl-fill-right > .fl-col-content,
.fl-fill-left > .fl-col-content {
  position: relative;
}

.fill-right:after,
.fill-left:before,
.fl-fill-right > .fl-col-content:after,
.fl-fill-left > .fl-col-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit;
}

.fill-right:after {
  left: 100%;
}

.fill-left:before {
  right: 100%;
}

.fl-fill-right > .fl-col-content:after {
  left: 100%;
}

.fl-fill-left > .fl-col-content:before {
  right: 100%;
}

h1,
h1.fl-heading, .fl-module-heading h1,
.fl-module-rich-text h1 {
  font-size: clamp(2rem, 1vw + 2.5rem, 4rem);
  font-family: "Tiempos Headline", serif;
  font-weight: 600;
  letter-spacing: -0.01ch;
  line-height: 1;
  margin: 0;
  padding: 0;
}
h1:after,
h1.fl-heading:after, .fl-module-heading h1:after,
.fl-module-rich-text h1:after {
  content: "";
  background-color: #fe885c;
  display: block;
  margin: 20px 0;
  padding: 0;
  height: 1px;
  width: 55%;
}

h2,
h2.fl-heading, .fl-module-heading h2,
.fl-module-rich-text h2 {
  font-size: clamp(1.75rem, 1vw + 2.5rem, 3.5rem);
  font-family: cronos-pro, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02ch;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h3,
h3.fl-heading, .fl-module-heading h3,
.fl-module-rich-text h3 {
  font-size: clamp(1.5rem, 1vw + 2rem, 3rem);
  font-family: cronos-pro, sans-serif;
  font-weight: 600;
  letter-spacing: -0.05ch;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.fl-module-callout.subsection .fl-callout-title, .fl-module-callout.module--sport .fl-callout-title, h4,
h4.fl-heading, .fl-module-heading h4,
.fl-module-rich-text h4 {
  font-size: clamp(1.25rem, 1vw + 1.75rem, 2rem);
  font-family: cronos-pro, sans-serif;
  font-weight: 600;
  letter-spacing: -0.05ch;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.fl-module-callout.module--download .fl-callout-title, h5,
h5.fl-heading, .fl-module-heading h5,
.fl-module-rich-text h5 {
  font-size: clamp(1.1rem, 1vw + 1.2rem, 1.3rem);
  font-family: cronos-pro, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02ch;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h6,
h6.fl-heading, .fl-module-heading h6,
.fl-module-rich-text h6 {
  font-size: clamp(1rem, 1vw + 1.1rem, 1.2rem);
  font-family: cronos-pro, sans-serif;
  font-weight: bold;
  letter-spacing: -0.02ch;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.noline h1:after {
  display: none;
}

.fl-html.devNote dl,
.fl-html dl {
  background-color: #fff;
  display: flex;
  align-content: center;
  align-items: stretch;
  justify-content: start;
  font: normal 11px monospace;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 100%;
}
.fl-html.devNote dl dt,
.fl-html.devNote dl dd,
.fl-html dl dt,
.fl-html dl dd {
  margin: 0;
  padding: 5px 10px;
}
.fl-html.devNote dl dt,
.fl-html dl dt {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.fl-html.devNote dl dd,
.fl-html dl dd {
  min-width: 25%;
}
.fl-html.devNote code,
.fl-html code {
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  color: #000;
  font: normal 11px monospace;
  padding: 0.25em 0.75em;
}
.fl-html.devNote code:hover,
.fl-html code:hover {
  background-color: #000;
  color: lime;
}

/* ---
	Beaver Builder Overrides
*/
.fl-post-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fl-post-column .fl-post-grid-post {
  height: 100%;
}

.fl-post-grid:before, .fl-post-grid:after {
  display: initial;
}

.fl-col-small {
  max-width: 100%;
}

.fl-post-grid-post {
  border: none;
  background: transparent;
}

#body-wrapper .uabb-ib-effect-style1.uabb-ib2-min-height img {
  max-width: calc(100% + 50px) !important;
}

#page .fl-row-bg-video .fl-bg-video iframe {
  min-width: 0;
}

.site-footer .footer-brand .logo {
  display: block;
  height: 50px;
  margin: 0 auto;
  width: auto;
}

#sb_instagram {
  box-shadow: 10px 10px 0px rgba(43, 43, 43, 0.05);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 33.333% !important;
  }
  #sb_instagram #sbi_images .sbi_item:nth-of-type(4), #sb_instagram #sbi_images .sbi_item:nth-of-type(5), #sb_instagram #sbi_images .sbi_item:nth-of-type(6) {
    display: none;
  }
}

#footerBar a {
  border-bottom: none;
}
#footerBar .fl-rich-text h6 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: unset;
}

#copyrightBar .fl-html {
  font-size: 0.9rem;
}
#copyrightBar .fl-html a {
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
}

.life-foundation-footer .fl-row-content-wrap {
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #2b3a2c 0 80%, transparent 80%), linear-gradient(210deg, #2a364f 0 83%, #642326 83% 100%);
}
.life-foundation-footer a {
  text-decoration: none;
  border: none;
}

.site-logo {
  max-width: 350px;
}
@media (max-width: 992px) {
  .site-logo {
    padding: 20px 40px 0;
  }
}
@media (max-width: 767px) {
  .site-logo {
    padding: 20px 20px 0;
  }
}
.site-logo.white img {
  filter: brightness(0) invert(1);
}
.site-logo.white ~ .fl-module .campus-selector {
  color: #fff;
}

.navbar-brand .logo {
  display: block;
  min-height: 100px;
  width: auto;
}

.navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important;
}

.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #2b2b2b;
  outline: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}
.burger-icon::before {
  top: -7px;
}
.burger-icon::after {
  top: 7px;
}

.navbar-toggler:not(.collapsed) .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-toggler:not(.collapsed) .burger-icon, .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #2b2b2b;
  outline: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
  position: absolute;
  content: "";
}
.navbar-toggler:not(.collapsed) .burger-icon::before {
  top: -7px;
}
.navbar-toggler:not(.collapsed) .burger-icon::after {
  top: 7px;
}
.navbar-toggler:not(.collapsed) .burger-icon {
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) .burger-icon::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .burger-icon::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

nav.navbar > .container-responsive {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
nav.navbar .navbar-nav {
  margin-left: auto;
}

.menu-top-menu-container {
  height: 100%;
  width: 100%;
  padding: 20px 40px;
}
.menu-top-menu-container .top-menu {
  height: 100%;
  width: 100%;
  list-style-type: none;
  color: #74c77b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0;
  text-transform: uppercase;
  opacity: 0;
}
.menu-top-menu-container .top-menu li {
  list-style-type: none;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 1em auto 0;
  text-align: center;
}
.menu-top-menu-container .top-menu li a:hover {
  color: inherit;
}
.menu-top-menu-container .top-menu li ul {
  padding-inline-start: 0;
  margin-top: 10px;
}
.menu-top-menu-container .top-menu li ul li {
  font-size: 1rem;
  font-weight: 400;
}

.menu-side-menu-container {
  height: 100%;
  width: 100%;
  padding: 20px;
}
.menu-side-menu-container .side-menu {
  height: auto;
  width: 100%;
  list-style-type: none;
  color: #003828;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-inline-start: 0;
  flex-wrap: wrap;
}
.menu-side-menu-container .side-menu li {
  list-style-type: none;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0.3em auto;
  text-transform: uppercase;
  margin: 1em 0.5em 0;
}
@media (max-width: 1064px) {
  .menu-side-menu-container .side-menu li {
    flex-basis: 100%;
    text-align: right;
  }
}
.menu-side-menu-container .side-menu li ul {
  padding-inline-start: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.menu-side-menu-container .side-menu li ul li {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 1064px) {
  .menu-side-menu-container .side-menu li ul li {
    margin: 1em 0;
  }
}
.menu-side-menu-container .top-menu {
  flex-basis: 100%;
}
.menu-side-menu-container .top-menu .pp-social-icons {
  margin-top: 30px;
  margin-bottom: 20px;
}
.menu-side-menu-container .top-menu .pp-social-icons a {
  font-size: 2em;
  margin: 5px;
}
.menu-side-menu-container a:hover {
  color: inherit;
}

#header-right .fl-col-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #header-right .fl-col-content {
    justify-content: center;
  }
}
#header-right .fl-col-content #watch-live .fl-module-content {
  margin: 20px;
}
#header-right .fl-col-content #watch-live .fl-module-content a {
  padding: 13px 24px 10px;
}
@media (max-width: 480px) {
  #header-right .fl-col-content #watch-live {
    display: none;
  }
}
#header-right .fl-col-content #menu-open {
  border: 0;
  display: inline-block;
  width: auto;
}
#header-right .fl-col-content #menu-open .fl-module-content {
  margin: 21px 20px 20px;
}
#header-right .fl-col-content #menu-open .fl-module-content .fl-button-wrap a {
  border: none;
  background: none;
}
#header-right .fl-col-content #menu-open .fl-module-content .fl-button-wrap a:hover {
  border: 0;
  box-shadow: none;
}
#header-right .fl-col-content #menu-open .fl-module-content .fl-button-wrap a i.fl-button-icon {
  color: #003828;
  font-size: 1.5em;
}
#header-right .fl-col-content #menu-open .fl-module-content .fl-button-wrap a .fl-button-text {
  display: none;
}

#menu-close {
  border: none;
  background: none;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  position: fixed;
  padding: 10px 24px;
  z-index: 999;
  display: none;
  padding: 20px;
  aspect-ratio: 1;
  border-radius: 100%;
}
@media lg {
  #menu-close {
    width: 100vw;
    left: 0;
    top: 0;
    border-radius: 100%;
    aspect-ratio: 1;
    display: flex;
    padding: 20px;
  }
}

.fl-menu .sub-menu {
  border-radius: 0 0 3px 40px;
  padding: 10px 10px 15px;
  box-shadow: 0 3px 3px rgba(43, 43, 43, 0.1), 0 5px 15px rgba(43, 43, 43, 0.05);
}

@media (max-width: 1064px) {
  #top-menu {
    display: none;
  }
}

.campus-selector {
  position: relative;
  max-width: 300px;
  margin: 5px 10px 5px;
  text-align: right;
  color: #003828;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: cronos-pro, sans-serif;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .campus-selector {
    margin-right: 60px;
  }
}
.campus-selector-active {
  position: relative;
  padding-right: 17px;
}
.campus-selector-active:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotateZ(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  transition: 0.1s ease-out;
}
.campus-selector-active.selected:after {
  transform: rotateZ(-45deg) rotateX(180deg);
  top: calc(50% - 4px);
  transition: 0.1s ease-in;
}
.campus-selector-list {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  top: 25px;
  display: none;
  padding: 10px;
  background: #f3ead8;
  border-radius: 0 0 3px 40px;
  box-shadow: 0 3px 3px rgba(43, 43, 43, 0.1), 0 5px 15px rgba(43, 43, 43, 0.05);
  color: #003828;
}
@media (max-width: 767px) {
  .campus-selector-list {
    background: none;
    color: #f3ead8;
    box-shadow: none;
    background-color: rgba(43, 43, 43, 0.9);
  }
}
.campus-selector span {
  display: inline-block;
  font-weight: 400;
  padding: 5px 10px;
  opacity: 0.7;
  width: 100%;
}
.campus-selector span:hover {
  opacity: 1;
  font-weight: inherit;
}
.campus-selector span.current {
  display: none;
}

#screen-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 900;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 1200px) {
  #screen-menu {
    overflow-y: scroll;
  }
}
#screen-menu .site-logo {
  padding: 0;
}
#screen-menu .menu-logo {
  padding: 40px 40px 10px;
}
@media (max-width: 767px) {
  #screen-menu .menu-logo {
    text-align: left;
    padding: 20px 20px 10px 0;
  }
}
#screen-menu .menu-logo .fl-col-content {
  max-width: 200px;
}
#screen-menu .menu-logo .campus-selector-list {
  z-index: 10;
  background-color: #74c77b;
}
#screen-menu .menu-logo .campus-selector {
  margin-right: 20px;
}
#screen-menu .menu-logo .campus-selector-active.selected {
  text-align: left;
}
#screen-menu .menu-logo .campus-selector-active.selected ~ .campus-selector-list {
  display: flex !important;
  width: 100%;
}
@media (max-width: 992px) {
  #screen-menu .menu-logo .campus-selector-active.selected ~ .campus-selector-list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #screen-menu .menu-logo .campus-selector-active.selected ~ .campus-selector-list {
    background-color: #003828;
  }
}
#screen-menu .menu-logo .campus-selector-list {
  box-shadow: none;
}
#screen-menu #menu-left {
  pointer-events: auto;
  width: 80%;
  height: 100vh;
  background: #74c77b;
  display: flex;
  padding: 20px 40px 200px;
  flex-direction: column;
  transform: translateY(-200%);
  transition: 0.3s transform ease-in-out, 1s opacity ease-in-out;
  background-image: url("/wp-content/uploads/2020/09/warren-menu-back.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 3% 98%;
  background-attachment: fixed;
  overflow-y: auto;
  opacity: 0;
}
@media (max-width: 1200px) {
  #screen-menu #menu-left {
    width: 60%;
    height: 100%;
    overflow: visible;
    padding: 20px 20px 200px;
  }
}
@media (max-width: 767px) {
  #screen-menu #menu-left {
    padding: 20px 10px 80px;
    transition: 0s;
    transform: translateY(200%);
  }
}
#screen-menu #menu-left.active {
  transform: translateY(0);
  transition: 0.55s transform ease-in-out;
  z-index: 900;
  opacity: 1;
}
@media lg {
  #screen-menu #menu-left.active {
    opacity: 1;
    transition: 0.3s transform ease-in-out;
  }
}
@media sm {
  #screen-menu #menu-left.active {
    opacity: 1;
  }
}
#screen-menu #menu-left nav {
  height: 100%;
  width: 100%;
  padding: 20px;
}
#screen-menu #menu-left nav .menu {
  height: auto;
  width: 100%;
  list-style-type: none;
  color: #003828;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-inline-start: 0;
  flex-wrap: wrap;
}
#screen-menu #menu-left nav .menu li {
  list-style-type: none;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0.3em auto;
  text-transform: uppercase;
  margin: 1em 0.5em 0;
}
@media (max-width: 1064px) {
  #screen-menu #menu-left nav .menu li {
    flex-basis: 100%;
    text-align: right;
  }
}
#screen-menu #menu-left nav .menu li a[href="#"] {
  cursor: default;
  pointer-events: none;
}
#screen-menu #menu-left nav .menu li ul.sub-menu {
  padding-inline-start: 0;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0;
}
@media (max-width: 767px) {
  #screen-menu #menu-left nav .menu li ul.sub-menu {
    display: block !important;
    margin-bottom: 20px;
  }
}
#screen-menu #menu-left nav .menu li ul.sub-menu li {
  font-size: 1rem;
  font-weight: 400;
  margin: 1.5em 0.5em 0;
}
@media (max-width: 1064px) {
  #screen-menu #menu-left nav .menu li ul.sub-menu li {
    margin: 1em 0;
  }
}
#screen-menu #menu-right {
  pointer-events: auto;
  direction: rtl;
  width: 20%;
  height: 100vh;
  background: #003828;
  display: flex;
  padding-bottom: 100px;
  flex-direction: column;
  transform: translateY(200%);
  transition: 0.3s transform ease-in-out, 1s opacity ease-in-out;
  overflow-y: auto;
  opacity: 0;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  #screen-menu #menu-right {
    padding-top: 40px;
    transition: 0s;
    transform: translateY(-200%);
  }
}
@media (max-width: 1200px) {
  #screen-menu #menu-right {
    width: 40%;
    height: auto;
    overflow: visible;
  }
  #screen-menu #menu-right .fl-col-content.fl-node-content {
    justify-content: unset;
  }
}
@media (max-width: 767px) {
  #screen-menu #menu-right {
    padding-bottom: 40px;
  }
  #screen-menu #menu-right .sub-menu {
    display: block !important;
  }
}
#screen-menu #menu-right.active {
  animation: right-menu-in 0.2s ease-in;
  transform: translateY(0);
  transition: 0.5s transform ease-in-out;
  opacity: 1;
}
#screen-menu #menu-right.active .top-menu {
  opacity: 1;
}
#screen-menu #menu-right .pp-social-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #screen-menu #menu-right .pp-social-icons {
    margin-top: 40px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
#screen-menu #menu-right .pp-social-icons a {
  font-size: 2em;
  padding: 0;
  fill: #74c77b;
}
#screen-menu #menu-right .pp-social-icons a svg {
  width: 1em;
}
#screen-menu #menu-right .pp-social-icons .pp-social-icon a:hover {
  color: inherit;
  opacity: 0.8;
}
#screen-menu #menu-right .menu {
  color: #74c77b;
  height: 100%;
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0;
  text-transform: uppercase;
}
#screen-menu #menu-right .menu li {
  list-style-type: none;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0.3em auto;
  text-transform: uppercase;
  text-align: center;
  margin: 1em 0.5em 0;
}
@media (max-width: 1064px) {
  #screen-menu #menu-right .menu li {
    text-align: right;
    width: 100%;
  }
}
#screen-menu #menu-right .menu li a {
  padding: 0;
}
#screen-menu #menu-right .menu li a:hover {
  color: inherit;
}
#screen-menu #menu-right .menu li ul.sub-menu {
  padding-inline-start: 0;
  margin-top: 20px;
  padding: 0;
}
#screen-menu #menu-right .menu li ul.sub-menu li {
  font-size: 1rem;
  font-weight: 400;
  margin: 1.5em 0.5em;
}
@media (max-width: 1064px) {
  #screen-menu #menu-right .menu li ul.sub-menu li {
    margin: 1em 0;
  }
}

.fl-builder-content-editing #screen-menu {
  position: relative;
  height: auto;
  overflow: visible;
}
.fl-builder-content-editing #screen-menu #menu-left {
  opacity: 1;
  position: relative;
  width: 100%;
  height: auto;
  transform: none;
  overflow: visible;
  z-index: 0;
}
.fl-builder-content-editing #screen-menu #menu-right {
  opacity: 1;
  position: relative;
  width: 100%;
  height: auto;
  transform: none;
  overflow: visible;
  z-index: 0;
}

.life-foundation-nav--top {
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2ch;
}
.life-foundation-nav--bottom .fl-row-content-wrap {
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #2b3a2c 0 80%, transparent 80%), linear-gradient(150deg, #2a364f 0 83%, #642326 83% 100%);
}

.fl-module-pp-advanced-accordion .pp-accordion-item {
  background: linear-gradient(#fe885c calc(30px + 1.5rem), 0, #fff);
  border: 0 solid #fe885c;
  border-radius: 51px;
  position: relative;
}
.fl-module-pp-advanced-accordion .pp-accordion-item .pp-accordion-button,
.fl-module-pp-advanced-accordion .pp-accordion-item .pp-accordion-content {
  padding: 15px;
}
.fl-module-pp-advanced-accordion .pp-accordion-item .pp-accordion-button {
  background-color: #fff;
  border: 1px solid #fe885c;
  border-radius: 50px;
  color: #2b2b2b;
  font: 800 1.5rem/0.85 cronos-pro, sans-serif;
  letter-spacing: -1px;
}
.fl-module-pp-advanced-accordion .pp-accordion-item .pp-accordion-button:hover {
  background-color: #fe885c;
  color: #fff;
}
.fl-module-pp-advanced-accordion .pp-accordion-item .pp-accordion-button .pp-accordion-button-label,
.fl-module-pp-advanced-accordion .pp-accordion-item .pp-accordion-button .pp-accordion-button-icon {
  z-index: 11;
  position: relative;
}
.fl-module-pp-advanced-accordion .pp-accordion-item .pp-accordion-button-icon:before {
  line-height: 0.85;
}
.fl-module-pp-advanced-accordion .pp-accordion-item .pp-accordion-content {
  border: solid #fe885c;
  border-width: 0;
  transition: box-shadow 0.1s ease-in, transform 0.3s ease-in, border-radius 0.1s ease-out;
  box-shadow: none;
  transform: scaleY(0);
  border-radius: 0;
}
.fl-module-pp-advanced-accordion .pp-accordion-item-active:active, .fl-module-pp-advanced-accordion .pp-accordion-item-active:link {
  border-radius: 50px;
}
.fl-module-pp-advanced-accordion .pp-accordion-item-active .pp-accordion-button {
  background-color: #fe885c;
  color: #fff;
  position: relative;
  z-index: 10;
  border-color: #fe885c;
  transition: none;
}
.fl-module-pp-advanced-accordion .pp-accordion-item-active .pp-accordion-button:hover {
  border-color: #fe885c;
  background-color: #fe885c;
  box-shadow: none;
  transition: none;
}
.fl-module-pp-advanced-accordion .pp-accordion-item-active .pp-accordion-button:hover ~ .pp-accordion-content {
  box-shadow: 0 -30px 0 0 #fe885c;
  transition: none;
}
.fl-module-pp-advanced-accordion .pp-accordion-item-active .pp-accordion-button:after {
  content: "";
  background-color: #fe885c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  transition: none;
  border-radius: 0;
}
.fl-module-pp-advanced-accordion .pp-accordion-item-active .pp-accordion-content {
  transition: box-shadow 0.1s ease-in, transform 0.5s ease-in, border-radius 0.1s ease-in;
  background-color: white;
  color: #2b2b2b;
  border: solid #fe885c;
  border-radius: 0 0 12.5px 12.5px;
  border-width: 1px;
  position: relative;
  z-index: 9;
  box-shadow: 0 -30px 0 0 #fe885c;
  transform: scaleY(1);
}
.fl-module-pp-advanced-accordion .pp-accordion-content {
  font: normal 1rem/1.5 "Tiempos Headline", serif;
}
.fl-module-pp-advanced-accordion .pp-accordion-content p {
  margin: 0 0 1em;
}
.fl-module-pp-advanced-accordion .pp-accordion-content p:last-of-type {
  margin: 0;
}
.fl-module-pp-advanced-accordion .pp-accordion-content ul {
  list-style: square;
}

.fl-module-button .fl-module-content,
.fl-module-button-group .fl-module-content,
.fl-module-callout .fl-module-content {
  margin: 5px 20px 20px;
}
.fl-module-button .fl-button-wrap,
.fl-module-button-group .fl-button-wrap,
.fl-module-callout .fl-button-wrap {
  overflow: visible;
}
.fl-module-button .fl-button-wrap a.fl-button,
.fl-module-button-group .fl-button-wrap a.fl-button,
.fl-module-callout .fl-button-wrap a.fl-button {
  border-radius: 50px;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 12px 24px 10px;
  transition: all 0.5s;
  vertical-align: center;
  display: inline-flex;
  align-items: center;
}
@-moz-document url-prefix() {
  .fl-module-button .fl-button-wrap a.fl-button,
  .fl-module-button-group .fl-button-wrap a.fl-button,
  .fl-module-callout .fl-button-wrap a.fl-button {
    padding-bottom: 12px;
  }
}
.fl-module-button .fl-button-wrap a.fl-button *,
.fl-module-button-group .fl-button-wrap a.fl-button *,
.fl-module-callout .fl-button-wrap a.fl-button * {
  color: inherit;
  display: inline-block;
  line-height: 1.1;
}
.fl-module-button .fl-button-wrap a.fl-button:hover,
.fl-module-button-group .fl-button-wrap a.fl-button:hover,
.fl-module-callout .fl-button-wrap a.fl-button:hover {
  box-shadow: 0 0 3px rgba(43, 43, 43, 0.5);
  border: none;
}
.fl-module-button .fl-button-wrap a.fl-button:active,
.fl-module-button-group .fl-button-wrap a.fl-button:active,
.fl-module-callout .fl-button-wrap a.fl-button:active {
  box-shadow: inset 3px 3px 0 rgba(255, 255, 255, 0.25);
}
.fl-module-button .fl-button-wrap a.fl-button i.fl-button-icon,
.fl-module-button-group .fl-button-wrap a.fl-button i.fl-button-icon,
.fl-module-callout .fl-button-wrap a.fl-button i.fl-button-icon {
  font-size: 130%;
  width: 1em;
  line-height: 0.99;
}
.fl-module-button .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
.fl-module-button-group .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
.fl-module-callout .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before {
  margin: 0 6px 0 -12px;
}
@-moz-document url-prefix() {
  .fl-module-button .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
  .fl-module-button-group .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
  .fl-module-callout .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before {
    margin-top: -2px;
  }
}
.fl-module-button .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
.fl-module-button-group .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
.fl-module-callout .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after {
  margin: 0 -12px 0 6px;
}
@-moz-document url-prefix() {
  .fl-module-button .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
  .fl-module-button-group .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
  .fl-module-callout .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after {
    margin-top: -2px;
  }
}
.fl-module-button .fl-button-wrap a.fl-button .fl-button-text,
.fl-module-button-group .fl-button-wrap a.fl-button .fl-button-text,
.fl-module-callout .fl-button-wrap a.fl-button .fl-button-text {
  font-weight: 500;
  font-size: 90%;
  font-family: "Tiempos Headline", serif;
  line-height: 1.2;
}
.fl-module-button .fl-button-wrap.fl-button-width-full,
.fl-module-button-group .fl-button-wrap.fl-button-width-full,
.fl-module-callout .fl-button-wrap.fl-button-width-full {
  width: 100%;
  float: none !important;
}
.fl-module-button .fl-button-wrap.fl-button-width-auto,
.fl-module-button-group .fl-button-wrap.fl-button-width-auto,
.fl-module-callout .fl-button-wrap.fl-button-width-auto {
  width: auto;
}
.fl-module-button .fl-button-wrap.fl-button-center,
.fl-module-button-group .fl-button-wrap.fl-button-center,
.fl-module-callout .fl-button-wrap.fl-button-center {
  text-align: center;
}
.fl-module-button .fl-button-wrap.fl-button-center a.fl-button,
.fl-module-button-group .fl-button-wrap.fl-button-center a.fl-button,
.fl-module-callout .fl-button-wrap.fl-button-center a.fl-button {
  display: inline-block;
  margin: 0 auto;
}
.fl-module-button .fl-button-wrap.fl-button-left,
.fl-module-button-group .fl-button-wrap.fl-button-left,
.fl-module-callout .fl-button-wrap.fl-button-left {
  float: left;
}
.fl-module-button.btn-small .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-small .fl-button-wrap a.fl-button,
.fl-module-callout.btn-small .fl-button-wrap a.fl-button {
  padding: 6px 16px 5px;
  font-size: 0.85rem;
}
@-moz-document url-prefix() {
  .fl-module-button.btn-small .fl-button-wrap a.fl-button,
  .fl-module-button-group.btn-small .fl-button-wrap a.fl-button,
  .fl-module-callout.btn-small .fl-button-wrap a.fl-button {
    padding: 6px 16px 6px;
  }
}
.fl-module-button.btn-small .fl-button-wrap a.fl-button i.fl-button-icon,
.fl-module-button-group.btn-small .fl-button-wrap a.fl-button i.fl-button-icon,
.fl-module-callout.btn-small .fl-button-wrap a.fl-button i.fl-button-icon {
  font-size: 120%;
}
.fl-module-button.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
.fl-module-button-group.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
.fl-module-callout.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before {
  margin: 0 10px 0 -10px;
}
@-moz-document url-prefix() {
  .fl-module-button.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
  .fl-module-button-group.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
  .fl-module-callout.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before {
    margin-top: -2px;
  }
}
.fl-module-button.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
.fl-module-button-group.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
.fl-module-callout.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after {
  margin: 0 -10px 0 10px;
}
@-moz-document url-prefix() {
  .fl-module-button.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
  .fl-module-button-group.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
  .fl-module-callout.btn-small .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after {
    margin-top: -2px;
  }
}
.fl-module-button.btn-small .fl-button-wrap a.fl-button .fl-button-text,
.fl-module-button-group.btn-small .fl-button-wrap a.fl-button .fl-button-text,
.fl-module-callout.btn-small .fl-button-wrap a.fl-button .fl-button-text {
  font-family: cronos-pro, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.fl-module-button.btn-large .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-large .fl-button-wrap a.fl-button,
.fl-module-callout.btn-large .fl-button-wrap a.fl-button {
  padding: 18px 30px;
  font-size: 1.25rem;
}
@-moz-document url-prefix() {
  .fl-module-button.btn-large .fl-button-wrap a.fl-button,
  .fl-module-button-group.btn-large .fl-button-wrap a.fl-button,
  .fl-module-callout.btn-large .fl-button-wrap a.fl-button {
    padding: 18px 30px 14px;
  }
}
.fl-module-button.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
.fl-module-button-group.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
.fl-module-callout.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before {
  margin: 0 12px 0 -6px;
}
@-moz-document url-prefix() {
  .fl-module-button.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
  .fl-module-button-group.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
  .fl-module-callout.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before {
    margin-top: -1px;
  }
}
.fl-module-button.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
.fl-module-button-group.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
.fl-module-callout.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after {
  margin: 0 -6px 0 12px;
}
@-moz-document url-prefix() {
  .fl-module-button.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
  .fl-module-button-group.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
  .fl-module-callout.btn-large .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after {
    margin-top: -1px;
  }
}
.fl-module-button.btn-large .fl-button-wrap.fl-button-has-icon a.fl-button,
.fl-module-button-group.btn-large .fl-button-wrap.fl-button-has-icon a.fl-button,
.fl-module-callout.btn-large .fl-button-wrap.fl-button-has-icon a.fl-button {
  padding: 12px 18px;
}
.fl-module-button.btn-xlarge .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-xlarge .fl-button-wrap a.fl-button,
.fl-module-callout.btn-xlarge .fl-button-wrap a.fl-button {
  padding: 18px 36px;
  font-size: 1.5rem;
}
.fl-module-button.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
.fl-module-button-group.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
.fl-module-callout.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before {
  margin: 0 18px 0 -6px;
}
@-moz-document url-prefix() {
  .fl-module-button.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
  .fl-module-button-group.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before,
  .fl-module-callout.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-before {
    margin-top: -1px;
  }
}
.fl-module-button.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
.fl-module-button-group.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
.fl-module-callout.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after {
  margin: 0 -6px 0 18px;
}
@-moz-document url-prefix() {
  .fl-module-button.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
  .fl-module-button-group.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after,
  .fl-module-callout.btn-xlarge .fl-button-wrap a.fl-button i.fl-button-icon.fl-button-icon-after {
    margin-top: -1px;
  }
}
.fl-module-button.btn-xlarge .fl-button-wrap.fl-button-has-icon a.fl-button,
.fl-module-button-group.btn-xlarge .fl-button-wrap.fl-button-has-icon a.fl-button,
.fl-module-callout.btn-xlarge .fl-button-wrap.fl-button-has-icon a.fl-button {
  padding: 18px 24px;
}

.fl-module-button .fl-button-wrap a.fl-button,
.fl-module-callout .fl-button-wrap a.fl-button,
.fl-module-button-group .fl-button-wrap a.fl-button {
  background-color: #fff;
  color: #2b2b2b !important;
}
.fl-module-button .fl-button-wrap a.fl-button:hover,
.fl-module-callout .fl-button-wrap a.fl-button:hover,
.fl-module-button-group .fl-button-wrap a.fl-button:hover {
  background-color: #2b2b2b;
  color: #fff !important;
}
.fl-module-button.btn-black .fl-button-wrap a.fl-button,
.fl-module-callout.btn-black .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-black .fl-button-wrap a.fl-button {
  background-color: #2b2b2b;
  color: #fff !important;
}
.fl-module-button.btn-black .fl-button-wrap a.fl-button:hover,
.fl-module-callout.btn-black .fl-button-wrap a.fl-button:hover,
.fl-module-button-group.btn-black .fl-button-wrap a.fl-button:hover {
  background-color: #fff;
  color: #2b2b2b !important;
}
.fl-module-button.btn-orange .fl-button-wrap a.fl-button,
.fl-module-callout.btn-orange .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-orange .fl-button-wrap a.fl-button {
  background-color: #fe885c;
  color: #fff !important;
}
.fl-module-button.btn-orange .fl-button-wrap a.fl-button:hover,
.fl-module-callout.btn-orange .fl-button-wrap a.fl-button:hover,
.fl-module-button-group.btn-orange .fl-button-wrap a.fl-button:hover {
  background-color: #d74d97;
  color: #fff !important;
}
.fl-module-button.btn-green .fl-button-wrap a.fl-button,
.fl-module-callout.btn-green .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-green .fl-button-wrap a.fl-button {
  background-color: #74c77b;
  color: #fff !important;
}
.fl-module-button.btn-green .fl-button-wrap a.fl-button:hover,
.fl-module-callout.btn-green .fl-button-wrap a.fl-button:hover,
.fl-module-button-group.btn-green .fl-button-wrap a.fl-button:hover {
  background-color: #003828;
  color: #fff !important;
}
.fl-module-button.btn-pink .fl-button-wrap a.fl-button,
.fl-module-callout.btn-pink .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-pink .fl-button-wrap a.fl-button {
  background-color: #d74d97;
  color: #fff !important;
}
.fl-module-button.btn-pink .fl-button-wrap a.fl-button:hover,
.fl-module-callout.btn-pink .fl-button-wrap a.fl-button:hover,
.fl-module-button-group.btn-pink .fl-button-wrap a.fl-button:hover {
  background-color: #fe885c;
  color: #fff !important;
}
.fl-module-button.btn-gold .fl-button-wrap a.fl-button,
.fl-module-callout.btn-gold .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-gold .fl-button-wrap a.fl-button {
  background-color: #ffde4d;
  color: #2b2b2b !important;
}
.fl-module-button.btn-gold .fl-button-wrap a.fl-button:hover,
.fl-module-callout.btn-gold .fl-button-wrap a.fl-button:hover,
.fl-module-button-group.btn-gold .fl-button-wrap a.fl-button:hover {
  background-color: #fe885c;
  color: #fff !important;
}
.fl-module-button.btn-gradient .fl-button-wrap a.fl-button,
.fl-module-callout.btn-gradient .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-gradient .fl-button-wrap a.fl-button {
  background: linear-gradient(126.97deg, #fe885c 0%, #de6f72 100%);
  color: #fff !important;
  transform: all 0.5s;
}
.fl-module-button.btn-gradient .fl-button-wrap a.fl-button:hover, .fl-module-button.btn-gradient .fl-button-wrap a.fl-button:active,
.fl-module-callout.btn-gradient .fl-button-wrap a.fl-button:hover,
.fl-module-callout.btn-gradient .fl-button-wrap a.fl-button:active,
.fl-module-button-group.btn-gradient .fl-button-wrap a.fl-button:hover,
.fl-module-button-group.btn-gradient .fl-button-wrap a.fl-button:active {
  background: linear-gradient(126.97deg, #de6f72 0%, #fe885c 100%);
  color: #fff !important;
}
.fl-module-button.btn-success .fl-button-wrap a.fl-button,
.fl-module-callout.btn-success .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-success .fl-button-wrap a.fl-button {
  background-color: green;
  color: #fff !important;
}
.fl-module-button.btn-success .fl-button-wrap a.fl-button:hover,
.fl-module-callout.btn-success .fl-button-wrap a.fl-button:hover,
.fl-module-button-group.btn-success .fl-button-wrap a.fl-button:hover {
  background-color: rgb(0, 0.5, 0);
  color: #fff !important;
}
.fl-module-button.btn-danger .fl-button-wrap a.fl-button,
.fl-module-callout.btn-danger .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-danger .fl-button-wrap a.fl-button {
  background-color: red;
  color: #fff !important;
}
.fl-module-button.btn-danger .fl-button-wrap a.fl-button:hover,
.fl-module-callout.btn-danger .fl-button-wrap a.fl-button:hover,
.fl-module-button-group.btn-danger .fl-button-wrap a.fl-button:hover {
  background-color: rgb(127.5, 0, 0);
  color: #fff !important;
}
.fl-module-button.btn-warning .fl-button-wrap a.fl-button,
.fl-module-callout.btn-warning .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-warning .fl-button-wrap a.fl-button {
  background-color: gold;
  color: #2b2b2b !important;
}
.fl-module-button.btn-warning .fl-button-wrap a.fl-button:hover,
.fl-module-callout.btn-warning .fl-button-wrap a.fl-button:hover,
.fl-module-button-group.btn-warning .fl-button-wrap a.fl-button:hover {
  background-color: rgb(127.5, 107.5, 0);
  color: #fff !important;
}
.fl-module-button.btn-info .fl-button-wrap a.fl-button,
.fl-module-callout.btn-info .fl-button-wrap a.fl-button,
.fl-module-button-group.btn-info .fl-button-wrap a.fl-button {
  background-color: #17a2b8;
  color: #fff !important;
}
.fl-module-button.btn-info .fl-button-wrap a.fl-button:hover,
.fl-module-callout.btn-info .fl-button-wrap a.fl-button:hover,
.fl-module-button-group.btn-info .fl-button-wrap a.fl-button:hover {
  background-color: rgb(8.8333333333, 62.2173913043, 70.6666666667);
  color: #fff !important;
}

.fl-button-group-manual .fl-button-group-buttons {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  gap: 10px;
}

.uabb-form-button a.uabb-button {
  background: linear-gradient(126.97deg, #fe885c 0%, #de6f72 100%);
  color: #fff !important;
  transform: all 0.5s;
  border-radius: 50px !important;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 12px 24px 10px;
  transition: all 0.5s;
  vertical-align: center;
  display: inline-flex;
  align-items: center;
  font-family: "Tiempos Headline", serif;
}
@-moz-document url-prefix() {
  .uabb-form-button a.uabb-button {
    padding-bottom: 12px;
  }
}
.uabb-form-button a.uabb-button:hover, .uabb-form-button a.uabb-button:active {
  background: linear-gradient(126.97deg, #de6f72 0%, #fe885c 100%);
  color: #fff !important;
}

.fl-module .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li.mec-book-ticket-container label, .fl-module .mec-agenda-event-title a,
.fl-module .mec-organizer-item a, .fl-module .entry-content .mec-wrap h1,
.fl-module .entry-content .mec-wrap h2,
.fl-module .entry-content .mec-wrap h3,
.fl-module .entry-content .mec-wrap h4,
.fl-module .entry-content .mec-wrap h5,
.fl-module .entry-content .mec-wrap h6, .fl-module .lity-content .mec-book-ticket-variation h5, .fl-module .lity-content .mec-events-meta-group-booking select,
.fl-module .lity-content .mec-events-meta-group-booking input[type=number],
.fl-module .lity-content .mec-events-meta-group-booking input[type=text],
.fl-module .lity-content .mec-events-meta-group-booking input[type=email], .fl-module .lity-container, .fl-module .mec-wrap .mec-totalcal-box input[type=submit],
.fl-module .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .fl-module .mec-wrap div:not([class^=elementor-]),
.fl-module .mec-wrap h1,
.fl-module .mec-wrap h2,
.fl-module .mec-wrap h3,
.fl-module .mec-wrap h4,
.fl-module .mec-wrap h5,
.fl-module .mec-wrap h6 {
  font-family: cronos-pro, sans-serif;
}

.fl-module .mec-events-agenda-wrap {
  border: 1px solid #eadac2;
  padding-left: 0;
}

.mec-events-agenda {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #eadac2;
  display: flex;
  align-items: center;
}
.mec-events-agenda .mec-agenda-date-wrap {
  float: none;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 15px;
  text-transform: uppercase;
  width: 20%;
}
.mec-events-agenda .mec-agenda-date-wrap i {
  font-size: 80%;
}
.mec-events-agenda .mec-agenda-date-wrap span {
  font-size: 90%;
}
.mec-events-agenda .mec-agenda-events-wrap {
  background-color: rgba(255, 255, 255, 0.5);
  float: none;
  font-size: 0.9rem;
}
.mec-events-agenda .mec-agenda-event {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.mec-events-agenda .mec-agenda-event i {
  font-size: 90%;
  margin-right: 5px;
}
.mec-events-agenda .mec-agenda-event .mec-agenda-time {
  font-size: 0.9rem;
}
.mec-events-agenda .mec-agenda-event .mec-agenda-event-title {
  padding-left: 1.75em;
}
.mec-events-agenda .mec-agenda-event .mec-agenda-event-title a {
  font-size: 0.9rem;
}
.mec-events-agenda .mec-agenda-event .mec-agenda-event-title .event-color {
  border-radius: 10px;
  height: 12px;
  width: 20px;
  top: 22%;
}

.mec-skin-agenda-events-container .mec-event-list-modern article.mec-event-article {
  background-color: #74c77b;
  display: flex !important;
  align-content: center;
}

#content .mec-event-grid-minimal .mec-event-date {
  background-color: rgba(255, 255, 255, 0.5);
}
#content .mec-event-grid-minimal .mec-event-date:hover {
  background-color: #74c77b;
  color: #fff;
}
#content .mec-load-more-button {
  background-color: #74c77b;
  border: 0;
  color: #fff;
  font: bold 0.85rem cronos-pro, sans-serif;
  height: auto;
  line-height: 2;
  text-transform: uppercase;
  padding: 6px 30px 5px;
}
@-moz-document url-prefix() {
  #content .mec-load-more-button {
    padding: 6px 16px 6px;
  }
}
#content .mec-load-more-button {
  transition: all 0.5s;
}
#content .mec-load-more-button:hover {
  background-color: #003828;
  color: #fff;
}
#content .mec-load-more-button:active {
  background-color: #de6f72;
  color: #fff;
}
#content .mec-load-more-button.mec-load-more-loading {
  max-height: 42px;
  width: auto;
}

.fl-module-callout .fl-callout-button {
  padding: 0;
}
.fl-module-callout.subsection .fl-callout-text {
  margin-top: 5px;
  font: normal 1.1rem/1.4 cronos-pro, sans-serif;
}
.fl-module-callout.subsection .fl-callout-text p {
  margin: 0;
}
.fl-module-callout.subsection .fl-callout-text ul {
  list-style: square;
  margin: 0 0 1em 1em;
  padding: 0;
  text-indent: 0;
}
.fl-module-callout.module--download .fl-callout {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  padding: 20px;
}
.fl-module-callout.module--download .fl-callout-text {
  margin-top: 10px;
}
.fl-module-callout.module--sport .fl-callout-title {
  color: #003828;
}
.fl-module-callout.module--sport .fl-callout-text {
  margin-top: 5px;
}
.fl-module-callout.module--sport .fl-callout-text p {
  font: normal 1.1rem/1.4 cronos-pro, sans-serif;
}
.fl-module-callout.module--sport .fl-callout-text p strong:first-of-type {
  display: block;
  font-weight: bolder;
  text-transform: uppercase;
}
.fl-module-callout.module--sport .fl-callout-text p br {
  display: none;
}

.flex-callouts .fl-module-callout {
  margin-bottom: 40px;
}
.flex-callouts .fl-module-callout .fl-module-content {
  height: 100%;
}
.flex-callouts .fl-module-callout .fl-callout-text-wrap,
.flex-callouts .fl-module-callout .fl-callout-title {
  padding: 0 20px;
}

.infoBox .uabb-ultb3-box {
  border-radius: 15px;
}
.infoBox .uabb-ultb3-box .uabb-ultb3-info {
  background-color: #fff;
  opacity: 0.9;
}
.infoBox .uabb-ultb3-box .uabb-ultb3-title {
  font: 900 1.5rem/1 cronos-pro, sans-serif;
  text-transform: uppercase;
}
.infoBox .uabb-ultb3-box .uabb-ultb3-desc {
  font: normal 0.95rem/1.4 cronos-pro, sans-serif;
}
.infoBox .uabb-ultb3-box .uabb-ultb3-desc p {
  margin: 0;
}
.infoBox .uabb-ultb3-img {
  max-height: 460px !important;
}
.infoBox.green .uabb-ultb3-box .uabb-ultb3-info {
  background-color: #74c77b;
}
.infoBox.orange .uabb-ultb3-box .uabb-ultb3-info {
  background-color: #fe885c;
}
.infoBox.gold .uabb-ultb3-box .uabb-ultb3-info {
  background-color: #ffde4d;
}

.fl-module-pp-team .pp-member-image {
  margin: 0 0 10px;
}
.fl-module-pp-team .pp-member-content {
  padding: 10px;
}
.fl-module-pp-team .pp-member-content .pp-member-name {
  font: bold 1.5rem/1 cronos-pro, sans-serif;
  margin: 0;
}
.fl-module-pp-team .pp-member-content .pp-member-designation {
  font: normal 1.1rem/1 cronos-pro, sans-serif;
  font-style: italic;
}
.fl-module-pp-team .pp-member-content .pp-member-description {
  font: normal 0.9rem/1.6 cronos-pro, sans-serif;
}
.fl-module-pp-team .pp-member-content .pp-member-description strong {
  font-size: 80%;
  text-transform: uppercase;
}
.fl-module-pp-team .pp-member-content .pp-member-description a {
  border-bottom: 1px dotted #fe885c;
  font-weight: normal;
}

.staff--card {
  margin: 0 20px 40px;
  position: relative;
}
.staff--card .staff--photo {
  margin: 0;
  padding: 0;
  max-height: 220px;
}
.staff--card .staff--photo img {
  display: block;
  margin: 0;
  padding: 0;
  max-height: 220px;
  width: auto;
}
.staff--card .staff--info {
  padding: 15px 0;
}
.staff--card .staff--info h3.staff--title {
  color: #003828;
  font: 500 1.1rem/1 "Tiempos Headline", serif;
  margin: 0 0 0.2em;
  padding: 0;
}
.staff--card .staff--info .staff--details {
  color: #555;
  min-height: 2em;
}
.staff--card .staff--info .staff--position {
  color: #2b2b2b;
  font: 600 0.75rem/1 "Archivo", serif;
  margin: 0 3em 0.3em 0;
  orphans: 2;
}
.staff--card .staff--info .staff--campus {
  font: 600 0.6rem/1 "Archivo", serif;
  text-transform: uppercase;
}
.staff--card .staff--info .staff--contact {
  border-top: 1px dotted #003828;
  margin-top: 15px;
  padding-top: 15px;
}
.staff--card .staff--info .staff--contact * {
  line-height: 1;
}
.staff--card .staff--info .staff--contact dl {
  display: flex;
  align-items: stretch;
  align-content: center;
  font-family: "Archivo", serif;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.staff--card .staff--info .staff--contact dl dt, .staff--card .staff--info .staff--contact dl dd {
  align-self: stretch;
  align-content: stretch;
  justify-content: baseline;
  vertical-align: center;
}
.staff--card .staff--info .staff--contact dl dt {
  width: 20px;
}
.staff--card .staff--info .staff--contact dl dt:before {
  content: "";
  color: #003828;
  font-size: 0.8rem;
  font-family: "Font Awesome 5 Pro";
}
.staff--card .staff--info .staff--contact dl dt span {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.staff--card .staff--info .staff--contact dl dd {
  font: normal 0.7rem/1 "Archivo", serif;
}
.staff--card .staff--info .staff--contact dl dd a:hover {
  color: #de6f72;
}
.staff--card .staff--info .staff--contact dl dd a:active {
  color: #003828;
}
.staff--card .staff--info .staff--contact dl dd a:visited {
  color: #555;
}
.staff--card .staff--info .staff--contact dl.staff--phone dt:before {
  content: "\f87b";
}
.staff--card .staff--info .staff--contact dl.staff--email dt:before {
  content: "\f199";
}
.staff--card .staff--info .staff--contact dl.staff--link dt:before {
  content: "\f360";
}
.staff--card .staff--info .staff--contact dl.staff--additionalText dt:before {
  content: "\f0fe";
}

#post--content strong, #post--content b, #post--content * strong, #post--content * b {
  font-weight: bold;
}
#post--content i:not(.fl-tip), #post--content em, #post--content var, #post--content * i:not(.fl-tip), #post--content * em, #post--content * var {
  font-style: italic;
}
#post--content big, #post--content * big {
  font-size: 1.2em;
}
#post--content small, #post--content * small {
  font-size: 0.9em;
}
#post--content h1, #post--content h2, #post--content h3, #post--content h4, #post--content h5, #post--content h6 {
  margin: 0 0 0.25em;
}
#post--content h1 + h1, #post--content h1 + h2, #post--content h1 + h3, #post--content h1 + h4, #post--content h1 + h5, #post--content h1 + h6, #post--content h2 + h1, #post--content h2 + h2, #post--content h2 + h3, #post--content h2 + h4, #post--content h2 + h5, #post--content h2 + h6, #post--content h3 + h1, #post--content h3 + h2, #post--content h3 + h3, #post--content h3 + h4, #post--content h3 + h5, #post--content h3 + h6, #post--content h4 + h1, #post--content h4 + h2, #post--content h4 + h3, #post--content h4 + h4, #post--content h4 + h5, #post--content h4 + h6, #post--content h5 + h1, #post--content h5 + h2, #post--content h5 + h3, #post--content h5 + h4, #post--content h5 + h5, #post--content h5 + h6, #post--content h6 + h1, #post--content h6 + h2, #post--content h6 + h3, #post--content h6 + h4, #post--content h6 + h5, #post--content h6 + h6 {
  margin: 0;
}
#post--content .post--title h2.fl-heading {
  color: #003828;
  margin-top: 0 !important;
}
#post--content h3 {
  font: 800 2rem/1 cronos-pro, sans-serif;
  text-transform: uppercase;
}
#post--content h4 {
  color: #003828;
  font: 800 1.75rem/1 "Tiempos Headline", serif;
  font-style: italic;
}
#post--content h5 {
  font: 800 1.5rem/1 cronos-pro, sans-serif;
  text-transform: uppercase;
}
#post--content h6 {
  font: 800 1.25rem/1 cronos-pro, sans-serif;
}
#post--content .fl-module-fl-post-info {
  color: #d8d8d8;
  font: 600 0.75rem/1 cronos-pro, sans-serif;
  text-transform: uppercase;
}
#post--content .fl-module-fl-post-info span, #post--content .fl-module-fl-post-info a {
  color: inherit;
  font-size: inherit;
}
#post--content .fl-module-fl-post-info .fl-post-info-date:before {
  content: "\f133";
  display: inline-block;
  font: bold 100%/1 "Font Awesome 5 Pro";
  margin-right: 5px;
}
#post--content .fl-module-fl-post-info .fl-post-info-modified_date:before {
  content: "\f271";
  display: inline-block;
  font: bold 100%/1 "Font Awesome 5 Pro";
  margin-right: 5px;
}
#post--content .fl-module-fl-post-info .fl-post-info-author:before {
  content: "\f007";
  display: inline-block;
  font: bold 100%/1 "Font Awesome 5 Pro";
  margin-right: 5px;
}
#post--content .fl-module-fl-post-info .fl-post-info-comments:before {
  content: "\f075";
  display: inline-block;
  font: bold 100%/1 "Font Awesome 5 Pro";
  margin-right: 5px;
}
#post--content .fl-module-fl-post-info .fl-post-info-terms:before {
  content: "\f02b";
  display: inline-block;
  font: bold 100%/1 "Font Awesome 5 Pro";
  margin-right: 5px;
}
#post--content .fl-module-fl-post-info .fl-post-info-sep {
  font-weight: 100;
  margin: 0 0.5em;
}
@media (max-width: 767px) {
  #post--content .fl-module-fl-post-info {
    font-size: 0.85rem;
    text-transform: unset;
  }
  #post--content .fl-module-fl-post-info span[class^=fl-post-info] {
    display: block;
    line-height: 2;
  }
  #post--content .fl-module-fl-post-info .screen-reader-text,
  #post--content .fl-module-fl-post-info span.fl-post-info-sep {
    display: none;
  }
}
@media (max-width: 767px) {
  #post--content .fl-module-fl-post-navigation .nav-links {
    display: flex;
    font-size: 0.85rem;
  }
  #post--content .fl-module-fl-post-navigation .nav-links .nav-previous {
    width: 50%;
  }
  #post--content .fl-module-fl-post-navigation .nav-links .nav-next {
    width: 50%;
  }
}
#post--content blockquote {
  margin: 0 8em 1em 0;
}
#post--content blockquote p {
  font: 400 2rem/1 "Tiempos Headline", serif;
  font-style: italic;
}
#post--content blockquote cite {
  display: block;
  font: bold 1rem/1 cronos-pro, sans-serif;
  margin-top: 1rem;
  text-align: right;
  text-transform: uppercase;
}
#post--content p, #post--content address {
  font: normal 1rem/1.5 cronos-pro, sans-serif;
  margin: 0 0 1em;
}
#post--content code, #post--content kbd, #post--content tt {
  background-color: rgb(241.5, 241.5, 241.5);
  color: #003828;
  font-family: monospace;
  font-size: 0.9rem;
  padding: 0 0.25em;
}
#post--content pre {
  background-color: rgb(241.5, 241.5, 241.5);
  border-radius: 5px;
  color: #003828;
  font-family: monospace;
  font-size: 0.9rem;
  margin: 0 0 0.5em;
  padding: 10px 15px;
}
#post--content acronym {
  font-size: 85%;
  text-transform: uppercase;
}
#post--content dl, #post--content ol, #post--content ul {
  font: normal 1rem/1.5 cronos-pro, sans-serif;
  margin: 0 0 1em 0;
  text-indent: 0;
}
#post--content dl dt {
  font-weight: bold;
}
#post--content dl dd {
  font-style: italic;
}
#post--content ol {
  list-style: decimal;
}
#post--content ul {
  list-style: square;
}
#post--content ol ol, #post--content ol ul, #post--content ul ol, #post--content ul ul {
  margin: 0;
}
#post--content table {
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 1.2rem/1 cronos-pro, sans-serif;
  margin: 0 0 1em;
  width: 100%;
}
#post--content table tr {
  border-bottom: 1px solid #d8d8d8;
}
#post--content table tr th, #post--content table tr:first-of-type {
  background-color: rgb(241.5, 241.5, 241.5);
}
#post--content table tr:last-of-type {
  border-bottom: 0;
}
#post--content table tr:nth-of-type(even) {
  background-color: rgb(254.25, 254.25, 254.25);
}
#post--content table td, #post--content table th {
  line-height: 1;
  padding: 10px;
}
#post--content table th {
  text-transform: uppercase;
}
#post--content div.wp-caption.aligncenter,
#post--content img.aligncenter {
  display: block;
  margin: 0 auto 1em;
  max-width: 100%;
}
#post--content div.wp-caption.alignleft,
#post--content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 50%;
}
#post--content div.wp-caption.alignright,
#post--content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 50%;
}
#post--content div.wp-caption.alignnone,
#post--content img.alignnone {
  clear: both;
  float: none;
  margin: 0 0 1em;
  max-width: 100%;
}
@media (max-width: 480px) {
  #post--content div.wp-caption.alignleft, #post--content div.wp-caption.alignright,
  #post--content img.alignleft,
  #post--content img.alignright {
    display: block;
    float: none;
    margin: 2em auto;
    max-width: 100%;
  }
  #post--content div.wp-caption.aligncenter, #post--content div.wp-caption.alignnone,
  #post--content img.aligncenter,
  #post--content img.alignnone {
    margin: 2em auto;
  }
}
#post--content div.wp-caption .wp-caption-text {
  font: normal 0.8rem/1 cronos-pro, sans-serif;
  margin: 0.25em 0;
}
#post--content div.gallery {
  margin: 1rem -5rem;
}
#post--content div.gallery .gallery-item {
  background-color: #fff;
  margin: 0;
  padding: 0.5rem;
  transition: all 0.5s;
}
#post--content div.gallery .gallery-item:hover {
  box-shadow: 10px 10px 0px rgba(43, 43, 43, 0.05);
  transform: scale(1.1);
}
#post--content div.gallery .gallery-item img {
  border: 0;
}
#post--content div.gallery .wp-caption-text.gallery-caption {
  line-height: 1;
  padding: 0.25rem 0 0;
}

@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top-image {
  height: calc(100% + 120px);
  width: calc(100% + 160px);
  margin-top: -120px;
  margin-right: -160px;
}
@media (max-width: 992px) {
  .top-image {
    margin-right: -40px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 767px) {
  .top-image {
    margin-right: 0;
    margin-top: -40px;
    width: 100%;
    height: calc(100% + 40px);
    aspect-ratio: 1/1.5;
  }
}
.top-image .fl-module-content {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .top-image .fl-module-content {
    margin-left: 0;
    width: calc(100% + 20px);
  }
}
.top-image .fl-module-content .fl-photo {
  height: 100%;
  width: 100%;
}
.top-image .fl-module-content .fl-photo .fl-photo-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 0 280px;
}
@media (min-width: 1440px) {
  .top-image .fl-module-content .fl-photo .fl-photo-content {
    border-radius: 0 0 8px 280px;
  }
}
.top-image .fl-module-content .fl-photo .fl-photo-content {
  position: relative;
}
.top-image .fl-module-content .fl-photo .fl-photo-content:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 33.3%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  mix-blend-mode: multiply;
}
.top-image .fl-module-content .fl-photo .fl-photo-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.top-video {
  height: calc(100% + 120px);
  width: calc(100% + 160px);
  margin-top: -120px;
  margin-right: -160px;
}
@media (max-width: 992px) {
  .top-video {
    margin-right: -40px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 767px) {
  .top-video {
    margin-right: 0;
    margin-top: -40px;
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    aspect-ratio: 1/1.5;
  }
}
.top-video .fl-module-content {
  height: 100%;
  width: 100%;
  margin: 0;
  position: relative;
}
.top-video .fl-module-content:before {
  content: "";
  width: 100%;
  height: 33.3%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  mix-blend-mode: multiply;
}
.top-video .fl-module-content .pp-video-wrapper {
  height: 100%;
  width: 100%;
}
.top-video .fl-module-content .pp-video-wrapper .pp-fit-aspect-ratio {
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 0 0 0 280px;
}
@media (min-width: 1440px) {
  .top-video .fl-module-content .pp-video-wrapper .pp-fit-aspect-ratio {
    border-radius: 0 0 8px 280px;
  }
}
.top-video .fl-module-content .pp-video-wrapper .pp-fit-aspect-ratio .pp-video-player {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.top-map {
  height: calc(100% + 120px);
  width: calc(100% + 160px);
  margin-top: -120px;
  margin-right: -160px;
}
@media (max-width: 992px) {
  .top-map {
    margin-right: -40px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 767px) {
  .top-map {
    margin-right: 0;
    margin-top: -40px;
    width: 100%;
    height: calc(100% + 40px);
    aspect-ratio: 1/1.5;
  }
}
.top-map .fl-module-content {
  height: 100%;
  width: 100%;
}
.top-map .fl-module-content .uabb-google-map-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 0 280px;
}
.top-map .fl-module-content .uabb-google-map-wrapper:before {
  content: "";
  width: 100%;
  height: 105px;
  background: rgba(243, 234, 216, 0.7);
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 5;
}
@media (min-width: 1440px) {
  .top-map .fl-module-content .uabb-google-map-wrapper {
    border-radius: 0 0 8px 280px;
  }
}

.w-stamp {
  position: relative;
}
.w-stamp:before {
  position: absolute;
  display: block;
  content: "";
  width: 30%;
  aspect-ratio: 1;
  background-image: url("/wp-content/uploads/2021/12/warren-circle-inside.svg");
  background-size: 65%;
  background-position: 50% 55%;
  background-repeat: no-repeat;
  z-index: 1;
}
.w-stamp:after {
  position: absolute;
  display: block;
  content: "";
  width: 30%;
  aspect-ratio: 1;
  background-image: url("/wp-content/uploads/2021/12/warren-circle-outside.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  animation: orbit 60s infinite linear;
}
.w-stamp.w-bottom:before {
  bottom: 0;
}
.w-stamp.w-bottom:after {
  bottom: 0;
}
.w-stamp.w-left:before {
  left: 0;
}
.w-stamp.w-left:after {
  left: 0;
}
.w-stamp.w-top:before {
  top: 0;
}
.w-stamp.w-top:after {
  top: 0;
}
.w-stamp.w-right:before {
  right: 0;
}
.w-stamp.w-right:after {
  right: 0;
}

.calendar-cta .uabb-button-width-full a.uabb-button {
  padding: 20px 60px;
  text-align: left;
}
.calendar-cta .uabb-button-width-full a.uabb-button .uabb-button-icon {
  float: right;
}

.image-row {
  background-image: linear-gradient(#f3ead8 50%, 0, transparent), linear-gradient(55deg, #ffad52 25%, #e18060 75%);
}
@media (max-width: 767px) {
  .image-row {
    background-image: linear-gradient(#f3ead8 50%, 0, transparent), linear-gradient(55deg, #ffad52, #ffad52);
  }
}
.image-row .fl-row-content {
  text-align: center;
}
.image-row .fl-row-content .slick-list {
  width: 140%;
  margin-left: -20%;
  margin-right: -20%;
}
.image-row .fl-row-content .slick-list .uabb-image-carousel-content {
  aspect-ratio: 1;
}
.image-row .fl-row-content .slick-list .uabb-image-carousel-content img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .image-row .fl-row-content .slick-list .uabb-image-carousel-content img {
    border-radius: 15px;
  }
}

.contact-icons .fl-icon i {
  border-radius: 5px;
}

.intro-text {
  font: normal 1.25rem/1.5 cronos-pro, sans-serif;
}

.fl-subscribe-form .fl-form-field input {
  border: 1px solid #2b2b2b;
}
.fl-subscribe-form .fl-button-wrap a.fl-button {
  border-radius: 50px;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 12px 24px 10px !important;
  transition: all 0.5s;
  vertical-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@-moz-document url-prefix() {
  .fl-subscribe-form .fl-button-wrap a.fl-button {
    padding-bottom: 12px;
  }
}
.fl-subscribe-form .fl-button-wrap a.fl-button .fl-button-text {
  font-family: "Tiempos Headline", serif;
  font-size: 1.1rem;
}

.life-foundation--header {
  padding-top: 3px;
}
.life-foundation--header h1:after {
  background-color: #642326;
}

.xl-home h1.fl-heading {
  font-size: clamp(2rem, 2rem + 5vw, 6rem);
  line-height: 1em;
}

.home #hero p a {
  border-bottom: 2px solid #74c77b;
}

.lifterlms .llms-student-dashboard {
  display: flex;
}
.lifterlms .llms-student-dashboard header {
  width: 25%;
}
.lifterlms .llms-student-dashboard header h2 {
  display: none;
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li {
  display: block;
  float: none;
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li:before {
  content: "";
  display: inline-block;
  font: bold 0.9rem/1.5 "Font Awesome 5 Pro";
  text-align: center;
  width: 30px;
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.dashboard:before {
  content: "\f51b";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.view-courses:before {
  content: "\f5db";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.my-grades:before {
  content: "\f737";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.view-memberships:before {
  content: "\f3a5";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.view-achievements:before {
  content: "\f559";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.view-certificates:before {
  content: "\f5f3";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.notifications:before {
  content: "\f8fa";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.edit-account:before {
  content: "\f4ff";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.redeem-voucher:before {
  content: "\f3ff";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.orders:before {
  content: "\f290";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li.signout:before {
  content: "\f08b";
}
.lifterlms .llms-student-dashboard header ul.llms-sd-items li a {
  font: bold 0.8rem/1.5 "Archivo", serif;
}
.lifterlms .llms-student-dashboard header .llms-sep {
  display: none;
}
.lifterlms .llms-student-dashboard .llms-sd-tab {
  width: 75%;
}

/*# sourceMappingURL=style.css.map */
