@import url("https://fonts.googleapis.com/css?family=Gravitas+One|Merriweather:400,400i,700,700i,900,900i|Oswald:300,400,600");
/*! 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;
}
*/
html,
body {
  font-family: bicyclette, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #212121;
}

body.modal-on {
  overflow-y: hidden;
  height: 100vh;
}

#body-wrapper {
  margin: 0 auto;
}

.staff--department h3:hover, .event-series header, #page .fl-row.gradientbg,
footer .fl-row.gradientbg, header.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .gradientbg {
  background: rgb(212, 93, 162);
  background: -moz-linear-gradient(135deg, rgb(212, 93, 162) 0%, rgb(249, 162, 56) 50%, rgb(237, 48, 50) 100%);
  background: -webkit-linear-gradient(135deg, rgb(212, 93, 162) 0%, rgb(249, 162, 56) 50%, rgb(237, 48, 50) 100%);
  background: linear-gradient(135deg, rgb(212, 93, 162) 0%, rgb(249, 162, 56) 50%, rgb(237, 48, 50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d45da2", endColorstr="#ed3032", GradientType=1);
  transition: all 1s;
}

header.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled {
  box-shadow: 0 5px 10px rgba(33, 33, 33, 0.3);
}
.container-responsive {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

#page-header {
  padding-bottom: 0 !important;
  padding: 60px;
}
@media (max-width: 992px) {
  #page-header {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #page-header {
    padding: 20px;
  }
}
#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: orange;
}

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

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

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

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "utopia-std-display", serif;
}

.sans,
.sansserif,
.sans-serif {
  font-family: bicyclette, 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 {
  font-size: clamp(3rem, 10vw, 5rem) !important;
}

/* ---
	Beaver Builder Overrides
*/
.fl-post-grid-post, .fl-post-feed-post {
  overflow: visible;
}

.fl-post-grid {
  display: flex;
  flex-wrap: wrap;
}

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

#body-wrapper .btn,
.uabb-module-content .uabb-text-editor .btn,
#page .uabb-button,
.gform_button.button {
  font-size: 1rem;
  padding: 0.7em 1.5em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: bicyclette, sans-serif;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 50px;
  background-clip: border-box;
  will-change: transform;
}
#body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *,
.uabb-module-content .uabb-text-editor .btn,
.uabb-module-content .uabb-text-editor .btn span,
.uabb-module-content .uabb-text-editor .btn .fl-button-text,
.uabb-module-content .uabb-text-editor .btn *,
#page .uabb-button,
#page .uabb-button span,
#page .uabb-button .fl-button-text,
#page .uabb-button *,
.gform_button.button,
.gform_button.button span,
.gform_button.button .fl-button-text,
.gform_button.button * {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
}
#body-wrapper .btn:hover,
.uabb-module-content .uabb-text-editor .btn:hover,
#page .uabb-button:hover,
.gform_button.button:hover {
  transform: translatey(-0.125rem);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
#body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *,
.uabb-module-content .uabb-text-editor .btn,
.uabb-module-content .uabb-text-editor .btn span,
.uabb-module-content .uabb-text-editor .btn .fl-button-text,
.uabb-module-content .uabb-text-editor .btn *,
#page .uabb-button,
#page .uabb-button span,
#page .uabb-button .fl-button-text,
#page .uabb-button *,
.gform_button.button,
.gform_button.button span,
.gform_button.button .fl-button-text,
.gform_button.button * {
  color: #FFFFFF;
}
#body-wrapper .btn:hover, #body-wrapper .btn:hover span, #body-wrapper .btn:hover .fl-button-text, #body-wrapper .btn:hover *,
.uabb-module-content .uabb-text-editor .btn:hover,
.uabb-module-content .uabb-text-editor .btn:hover span,
.uabb-module-content .uabb-text-editor .btn:hover .fl-button-text,
.uabb-module-content .uabb-text-editor .btn:hover *,
#page .uabb-button:hover,
#page .uabb-button:hover span,
#page .uabb-button:hover .fl-button-text,
#page .uabb-button:hover *,
.gform_button.button:hover,
.gform_button.button:hover span,
.gform_button.button:hover .fl-button-text,
.gform_button.button:hover * {
  color: #FFFFFF;
}
#body-wrapper .btn.btn-hollow,
.uabb-module-content .uabb-text-editor .btn.btn-hollow,
#page .uabb-button.btn-hollow,
.gform_button.button.btn-hollow {
  background-color: transparent;
  border-color: inherit;
}
#body-wrapper .btn.btn-hollow, #body-wrapper .btn.btn-hollow span, #body-wrapper .btn.btn-hollow .fl-button-text, #body-wrapper .btn.btn-hollow *,
.uabb-module-content .uabb-text-editor .btn.btn-hollow,
.uabb-module-content .uabb-text-editor .btn.btn-hollow span,
.uabb-module-content .uabb-text-editor .btn.btn-hollow .fl-button-text,
.uabb-module-content .uabb-text-editor .btn.btn-hollow *,
#page .uabb-button.btn-hollow,
#page .uabb-button.btn-hollow span,
#page .uabb-button.btn-hollow .fl-button-text,
#page .uabb-button.btn-hollow *,
.gform_button.button.btn-hollow,
.gform_button.button.btn-hollow span,
.gform_button.button.btn-hollow .fl-button-text,
.gform_button.button.btn-hollow * {
  color: inherit;
}
#body-wrapper .btn.btn-hollow:hover,
.uabb-module-content .uabb-text-editor .btn.btn-hollow:hover,
#page .uabb-button.btn-hollow:hover,
.gform_button.button.btn-hollow:hover {
  background-color: white;
  border-color: white;
}
#body-wrapper .btn.btn-hollow:hover, #body-wrapper .btn.btn-hollow:hover span, #body-wrapper .btn.btn-hollow:hover .fl-button-text, #body-wrapper .btn.btn-hollow:hover *,
.uabb-module-content .uabb-text-editor .btn.btn-hollow:hover,
.uabb-module-content .uabb-text-editor .btn.btn-hollow:hover span,
.uabb-module-content .uabb-text-editor .btn.btn-hollow:hover .fl-button-text,
.uabb-module-content .uabb-text-editor .btn.btn-hollow:hover *,
#page .uabb-button.btn-hollow:hover,
#page .uabb-button.btn-hollow:hover span,
#page .uabb-button.btn-hollow:hover .fl-button-text,
#page .uabb-button.btn-hollow:hover *,
.gform_button.button.btn-hollow:hover,
.gform_button.button.btn-hollow:hover span,
.gform_button.button.btn-hollow:hover .fl-button-text,
.gform_button.button.btn-hollow:hover * {
  color: orange;
}
#body-wrapper .btn.btn-large,
.uabb-module-content .uabb-text-editor .btn.btn-large,
#page .uabb-button.btn-large,
.gform_button.button.btn-large {
  font-size: 20px;
}

.gform_button.button {
  background-color: #d35da1;
  text-transform: uppercase;
}
.gform_button.button:hover {
  background-color: #f9a238;
}

#body-wrapper .fl-builder-content .fl-module a.btn,
#body-wrapper .fl-builder-content .fl-module a.fl-button {
  font-size: 1rem;
  padding: 0.7em 1.5em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: bicyclette, sans-serif;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 50px;
  background-clip: border-box;
  will-change: transform;
}
#body-wrapper .fl-builder-content .fl-module a.btn, #body-wrapper .fl-builder-content .fl-module a.btn span, #body-wrapper .fl-builder-content .fl-module a.btn .fl-button-text, #body-wrapper .fl-builder-content .fl-module a.btn *,
#body-wrapper .fl-builder-content .fl-module a.fl-button,
#body-wrapper .fl-builder-content .fl-module a.fl-button span,
#body-wrapper .fl-builder-content .fl-module a.fl-button .fl-button-text,
#body-wrapper .fl-builder-content .fl-module a.fl-button * {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
}
#body-wrapper .fl-builder-content .fl-module a.btn:hover,
#body-wrapper .fl-builder-content .fl-module a.fl-button:hover {
  transform: translatey(-0.125rem);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
#body-wrapper .fl-builder-content .fl-module a.btn, #body-wrapper .fl-builder-content .fl-module a.btn span, #body-wrapper .fl-builder-content .fl-module a.btn .fl-button-text, #body-wrapper .fl-builder-content .fl-module a.btn *,
#body-wrapper .fl-builder-content .fl-module a.fl-button,
#body-wrapper .fl-builder-content .fl-module a.fl-button span,
#body-wrapper .fl-builder-content .fl-module a.fl-button .fl-button-text,
#body-wrapper .fl-builder-content .fl-module a.fl-button * {
  color: #FFFFFF;
}
#body-wrapper .fl-builder-content .fl-module a.btn:hover, #body-wrapper .fl-builder-content .fl-module a.btn:hover span, #body-wrapper .fl-builder-content .fl-module a.btn:hover .fl-button-text, #body-wrapper .fl-builder-content .fl-module a.btn:hover *,
#body-wrapper .fl-builder-content .fl-module a.fl-button:hover,
#body-wrapper .fl-builder-content .fl-module a.fl-button:hover span,
#body-wrapper .fl-builder-content .fl-module a.fl-button:hover .fl-button-text,
#body-wrapper .fl-builder-content .fl-module a.fl-button:hover * {
  color: #FFFFFF;
}
#body-wrapper .fl-builder-content .fl-module.fl-button-hollow a.fl-button {
  background-color: transparent;
  border-color: inherit;
}
#body-wrapper .fl-builder-content .fl-module.fl-button-hollow a.fl-button, #body-wrapper .fl-builder-content .fl-module.fl-button-hollow a.fl-button span, #body-wrapper .fl-builder-content .fl-module.fl-button-hollow a.fl-button .fl-button-text, #body-wrapper .fl-builder-content .fl-module.fl-button-hollow a.fl-button * {
  color: inherit;
}
#body-wrapper .fl-builder-content .fl-module.fl-button-hollow a.fl-button:hover {
  background-color: white;
  border-color: white;
}
#body-wrapper .fl-builder-content .fl-module.fl-button-hollow a.fl-button:hover, #body-wrapper .fl-builder-content .fl-module.fl-button-hollow a.fl-button:hover span, #body-wrapper .fl-builder-content .fl-module.fl-button-hollow a.fl-button:hover .fl-button-text, #body-wrapper .fl-builder-content .fl-module.fl-button-hollow a.fl-button:hover * {
  color: orange;
}
#body-wrapper .fl-builder-content .fl-module.fl-button-large a.fl-button {
  font-size: 20px;
}

.btn-home-cta {
  color: #FFFFFF;
  display: block;
  font: bold 1.25rem/1 bicyclette, sans-serif;
  text-align: center;
  padding: 30px 60px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.btn-home-cta:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #ed3032;
}

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

#sb_instagram {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  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;
  }
}

footer a {
  border-bottom: none;
}

@keyframes menuIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuBGIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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: #212121;
  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 {
  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;
}

/* Global Header */
header .fl-module-photo {
  z-index: 10;
  position: relative;
}
header .fl-module-icon-group {
  z-index: 10;
  position: relative;
  padding-bottom: 10px;
}
header .fl-module-icon-group .fl-icon-group .fl-icon {
  width: 30px;
  height: 30px;
}
header .fl-module-icon-group .fl-icon-group .fl-icon a {
  display: block;
  height: 100%;
}
header .fl-module-icon-group .fl-icon-group .fl-icon a i {
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
header .fl-module-icon-group .fl-icon-group .fl-icon a i:before {
  line-height: 1;
  width: 100%;
  height: 100%;
}

header:not(.fl-theme-builder-header-sticky),
header:not(.fl-theme-builder-header-scrolled) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&1+0,0+100 */
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

header.article-header,
header.tribe-events-header,
header.tribe-events-calendar-month__header,
header.tribe-events-calendar-list__event-header {
  background: transparent !important;
}

.menu {
  position: relative;
}
.menu .menu-item a {
  z-index: 5;
  position: relative;
}
.menu .menu-item.fl-has-submenu:hover > .sub-menu {
  display: none;
}
@media (min-width: 600px) {
  .menu .menu-item.fl-has-submenu.is-open > .sub-menu {
    position: absolute;
    z-index: 1;
    padding-top: 20px;
    box-shadow: none;
    max-height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    animation: 0.2s menuIn ease-in;
    opacity: 1;
    visibility: visible;
    border-right: 1px solid black;
  }
  .menu .menu-item.fl-has-submenu.is-open > .sub-menu:before {
    content: "";
    display: block;
    background: linear-gradient(110deg, #f9a238, #ed3032, #d35da1);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    animation: 0.3s menuBGIn ease-in;
  }
  .menu .menu-item.fl-has-submenu.is-open > .sub-menu:after {
    content: "";
    display: block;
    height: 130%;
    width: 150%;
    position: absolute;
    top: -5%;
    left: -25%;
    right: -25%;
    bottom: -25%;
  }
}
.menu .menu-item.fl-has-submenu.is-open > .sub-menu .menu-item {
  font-size: 2em;
  padding: 5px 0;
}
.menu .menu-item.fl-has-submenu.is-open > .sub-menu .menu-item a:after {
  content: none;
}
.menu .menu-item.fl-has-submenu a {
  padding-left: clamp(5px, 1vw, 40px);
}
@media (min-width: 600px) {
  .menu .menu-item.fl-has-submenu a:after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 3px;
    background: linear-gradient(90deg, #FFFFFF 50%, 0, transparent);
    background-size: calc(200% + 1px);
    background-position: 100%;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 8px;
    transition: 0.1s linear;
  }
  .menu .menu-item.fl-has-submenu a ~ .fl-menu-toggle {
    transition: 0.1s linear;
    pointer-events: none;
    right: -0.5ch;
  }
  .menu .menu-item.fl-has-submenu a.is-open:after {
    background-position: 0%;
    transition: 0.1s linear;
  }
  .menu .menu-item.fl-has-submenu a.is-open ~ .fl-menu-toggle {
    transform: rotate(90deg);
    transition: 0.1s linear;
  }
}
.menu .menu-item.fl-has-submenu .fl-has-submenu-container .fl-menu-toggle {
  z-index: 5;
}

#body-wrapper .fl-builder-content #menu-search .fl-button {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #body-wrapper .fl-builder-content #menu-search .fl-button {
    padding-bottom: 10px;
  }
}
#body-wrapper .fl-builder-content .fl-search-form.fl-search-form-button a.fl-button:hover {
  background-color: transparent;
  color: #FFFFFF !important;
  box-shadow: none !important;
  border-radius: 2px !important;
  margin-bottom: -3px;
}
#body-wrapper .fl-builder-content .fl-search-form.fl-search-form-button a.fl-button:hover i.fl-button-icon,
#body-wrapper .fl-builder-content .fl-search-form.fl-search-form-button a.fl-button:hover i.fl-button-icon:before {
  color: #FFFFFF !important;
  pointer-events: none;
}

.fl-node-7ksnuvy4math .fl-menu-search-item .fl-search-form-input-wrap {
  width: max-content !important;
  border-radius: 0;
  background: transparent;
  top: -10px;
  right: 30px;
}
.fl-node-7ksnuvy4math .fl-menu-search-item .fl-search-form-input-wrap.on {
  display: block !important;
}
.fl-node-7ksnuvy4math .fl-menu-search-item .fl-search-form-input-wrap input {
  border: 0;
  border-radius: 0;
  box-shadow: 1px 2px 3px rgba(33, 33, 33, 0.3);
}

.fl-module-menu.fl-menu-mobile-clone {
  width: 100%;
}
.fl-module-menu.fl-menu-mobile-clone nav {
  width: 100%;
}
.fl-module-menu.fl-menu-mobile-clone .fl-has-submenu a {
  font-weight: 800;
  font-size: 22px;
}
.fl-module-menu.fl-menu-mobile-clone .fl-has-submenu .sub-menu {
  border-right: 1px solid #FFFFFF;
}
.fl-module-menu.fl-menu-mobile-clone .fl-has-submenu .sub-menu a {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  padding: 20px;
}
.fl-module-menu .fl-menu.fl-menu-responsive-toggle-mobile {
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.fl-module-menu .fl-menu.fl-menu-responsive-toggle-mobile .hamburger {
  padding: 0;
}
.fl-module-menu .fl-menu.fl-menu-responsive-toggle-mobile .menu {
  min-width: 300px;
  width: 100%;
  text-align: center;
}
.fl-module-menu .fl-menu.fl-menu-responsive-toggle-mobile .menu .fl-has-submenu-container {
  position: relative;
}
@media (max-width: 768px) {
  .fl-module-menu .fl-menu.fl-menu-responsive-toggle-mobile .menu .fl-has-submenu-container {
    display: flex;
    align-items: center;
  }
}
.fl-module-menu .fl-menu.fl-menu-responsive-toggle-mobile .menu .fl-has-submenu-container a {
  padding: 20px;
}
@media (max-width: 768px) {
  .fl-module-menu .fl-menu.fl-menu-responsive-toggle-mobile .menu .fl-has-submenu-container a {
    padding: 20px 10px;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .fl-module-menu .fl-menu.fl-menu-responsive-toggle-mobile .menu .fl-has-submenu-container .fl-menu-toggle {
    position: relative;
  }
}
@media (max-width: 600px) {
  .fl-module-menu .fl-menu.fl-menu-responsive-toggle-mobile .menu .fl-has-submenu-container .fl-menu-toggle {
    width: 100%;
    position: absolute;
  }
  .fl-module-menu .fl-menu.fl-menu-responsive-toggle-mobile .menu .fl-has-submenu-container .fl-menu-toggle::before {
    content: none;
  }
}

@media (max-width: 768px) {
  .gradientbg.menu-in {
    background: linear-gradient(110deg, #f9a238, #ed3032, #d35da1);
  }
}

body.post-type-archive-tribe_events {
  background-color: #FFFFFF;
}
body.post-type-archive-tribe_events #page {
  padding-top: 100px;
}

.tribe-events h1.tribe-events-header__title-text {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  text-transform: uppercase;
}
.tribe-events h2.tribe-events-calendar-list__month-separator time {
  font-family: bicyclette, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #f9a238;
}

.tribe-common .tribe-common-h3 {
  font-family: bicyclette, sans-serif !important;
}

.tribe-events-calendar-list__event {
  font-family: bicyclette, sans-serif;
}
.tribe-events-calendar-list__event h3.tribe-events-calendar-list__event-title {
  color: #d35da1;
  font-family: bicyclette, sans-serif;
  font-size: 2rem !important;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-description,
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-venue {
  font-family: bicyclette, sans-serif;
}

.staffMember .staff-photo {
  background-color: #FFFFFF;
  border-radius: 200px;
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  transition: all 2s;
  box-shadow: 0 0 10px rgba(33, 33, 33, 0.1);
}
.staffMember .staff-photo img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 2s;
}
.staffMember .staff-photo:hover img {
  transform: scale(1.05);
}
.staffMember .staff-info .staff-name {
  color: #d35da1;
  font: bold 1.7rem/1 "utopia-std-display", serif;
  margin: 0 0 4px;
  padding: 0;
}
.staffMember .staff-info .staff-jobtitle {
  font: bold 1rem/1 bicyclette, sans-serif;
  text-transform: uppercase;
}

.staff--department h3 {
  background-color: #ed3032;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font: bold 1rem/1 bicyclette, sans-serif;
  margin: 0 0 10px;
  transition: all 1s;
}
.staff--department h3:hover a,
.staff--department h3:hover a:hover {
  display: block;
  color: #FFFFFF;
}
.staff--department h3 span {
  display: block;
  padding: 2px 4px 1px;
}

.staff--name h1 {
  font: 100 5.5rem/1 "utopia-std-display", serif;
  font-weight: normal;
}

.staff--title h2 {
  color: #818286;
  font-size: 1.65rem;
}

.staff--paragraph p {
  margin: 0;
  padding: 0;
}

.staffInfo .staffInfo--header {
  font: bold 1.25rem/1 bicyclette, sans-serif;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.staffInfo .staffInfo--header:after {
  content: "";
  background-color: #818286;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100px;
  z-index: -1;
}
.staffInfo .staffInfo--content {
  font: normal 1.1rem/1.4 bicyclette, sans-serif;
}
.staffInfo .staffInfo--content ul {
  list-style-type: square;
  margin: 0 0 0 1em;
  padding: 0;
  text-indent: 0;
}
.staffInfo .staffInfo--content ul li:nth-of-type(n+1)::marker {
  color: #d35da1;
}
.staffInfo .staffInfo--content ul li:nth-of-type(2n+1)::marker {
  color: #f9a238;
}
.staffInfo .staffInfo--content ul li:nth-of-type(3n+1)::marker {
  color: #ed3032;
}
.staffInfo .staffInfo--content a {
  border-bottom: 1px dotted #d35da1;
}
.staffInfo .staffInfo--content a:hover {
  color: #ed3032;
  border-bottom-color: #ed3032;
}

.event-series {
  background-color: #FFFFFF;
  padding-top: 150px;
}
.event-series #page-header {
  background: none;
}
.event-series .tribe-events-header__events-bar {
  display: none !important;
}

#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: orange;
  margin-top: 0 !important;
}
#post--content h3 {
  font: 800 2rem/1 bicyclette, sans-serif;
  text-transform: uppercase;
}
#post--content h4 {
  color: orange;
  font: 800 1.75rem/1 "utopia-std-display", serif;
  font-style: italic;
}
#post--content h5 {
  font: 800 1.5rem/1 bicyclette, sans-serif;
  text-transform: uppercase;
}
#post--content h6 {
  font: 800 1.25rem/1 bicyclette, sans-serif;
}
#post--content .fl-module-fl-post-info {
  color: #F3F3F3;
  font: 600 0.75rem/1 bicyclette, 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: 768px) {
  #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: 768px) {
  #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 "utopia-std-display", serif;
  font-style: italic;
}
#post--content blockquote cite {
  display: block;
  font: bold 1rem/1 bicyclette, sans-serif;
  margin-top: 1rem;
  text-align: right;
  text-transform: uppercase;
}
#post--content p, #post--content address {
  font: normal 1rem/1.5 bicyclette, sans-serif;
  margin: 0 0 1em;
}
#post--content code, #post--content kbd, #post--content tt {
  background-color: rgb(244.2, 244.2, 244.2);
  color: orange;
  font-family: monospace;
  font-size: 0.9rem;
  padding: 0 0.25em;
}
#post--content pre {
  background-color: rgb(244.2, 244.2, 244.2);
  border-radius: 5px;
  color: orange;
  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 bicyclette, 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 bicyclette, sans-serif;
  margin: 0 0 1em;
  width: 100%;
}
#post--content table tr {
  border-bottom: 1px solid #F3F3F3;
}
#post--content table tr th, #post--content table tr:first-of-type {
  background-color: rgb(244.2, 244.2, 244.2);
}
#post--content table tr:last-of-type {
  border-bottom: 0;
}
#post--content table tr:nth-of-type(even) {
  background-color: rgb(244.8, 244.8, 244.8);
}
#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 bicyclette, sans-serif;
  margin: 0.25em 0;
}
#post--content div.gallery {
  margin: 1rem -5rem;
}
#post--content div.gallery .gallery-item {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0.5rem;
  transition: all 0.5s;
}
#post--content div.gallery .gallery-item:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  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;
}

#page--title h1 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 4.5rem;
  font-family: linotype-didot, serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  #page--title h1 {
    font-size: 2.5rem;
  }
}

.subheading h2 .fl-heading-text:after {
  content: "///";
  font-family: inherit;
  font-weight: 800;
  display: inline-block;
  margin-left: 0.25em;
  color: inherit;
}
.subheading.align-left {
  text-align: left;
}
.subheading.align-right {
  text-align: right;
}

.fl-module-rich-text ul {
  list-style-type: square;
  margin: 0 0 1em 1em;
  padding: 0;
  text-indent: 0;
}
.fl-module-rich-text ul li:nth-of-type(n+1)::marker {
  color: #d35da1;
}
.fl-module-rich-text ul li:nth-of-type(2n+1)::marker {
  color: #f9a238;
}
.fl-module-rich-text ul li:nth-of-type(3n+1)::marker {
  color: #ed3032;
}

.tabs-3up .fl-tabs-labels {
  display: flex;
  flex-flow: row wrap;
}
.tabs-3up .fl-tabs-labels a {
  width: 50%;
  border-right: 0 !important;
}
.tabs-3up .fl-tabs-labels a:last-of-type {
  border-right: 0 !important;
}

#exhibitions--grid .exhibition-photo {
  max-height: 174px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 0 10px;
}
#exhibitions--grid .exhibition-info .exhibition-name {
  font: bold 1.6rem/1 bicyclette, sans-serif;
  margin: 0 0 5px;
  padding: 0;
}
#exhibitions--grid .exhibition-info .exhibition-name a:hover, #exhibitions--grid .exhibition-info .exhibition-name a:active {
  color: #ed3032;
}
#exhibitions--grid .exhibition-info .exhibition-daterange {
  font: 600 0.85rem/1 bicyclette, sans-serif;
  text-transform: uppercase;
}

header.tribe-events-header,
header.tribe-events-calendar-month__header,
header.tribe-events-calendar-list__event-header,
header.article-header {
  background: transparent;
}

.button-modal {
  position: fixed;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100vh;
  background-color: rgba(33, 33, 33, 0.8);
  backdrop-filter: blur(10px);
  overflow-y: auto;
  z-index: -999;
  opacity: 0;
  display: none;
}
.button-modal.active {
  z-index: 999;
  opacity: 1;
  display: block;
}
.button-modal .fl-row-content-wrap {
  padding: 0;
}
@media (max-width: 600px) {
  .button-modal .fl-row-content-wrap {
    padding: 0 !important;
  }
}
.button-modal .fl-row-content {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.button-modal .fl-row-content .fl-col-group {
  width: 100%;
}
.button-modal .fl-row-content .fl-col-group .fl-module {
  max-width: 1440px;
  min-width: 600px;
  margin: 40px auto;
  text-align: center;
  filter: drop-shadow(1px 2px 3px rgba(33, 33, 33, 0.5));
}
@media (max-width: 600px) {
  .button-modal .fl-row-content .fl-col-group .fl-module {
    margin: 0 !important;
    min-width: 100%;
  }
}
.button-modal .button-modal-close {
  font-size: 30px;
  position: absolute;
  top: -20px;
  right: -20px;
  border: none;
  font-weight: 900;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f9a238;
}
@media (max-width: 600px) {
  .button-modal .button-modal-close {
    top: 0;
    right: 0;
  }
}

.title-row.fl-row[data-node] .fl-row-content-wrap {
  padding: 0;
}
.title-row .fl-col-group:first-child {
  max-width: 2000px;
  margin: auto;
  margin-bottom: -1px;
}
@media (max-width: 992px) {
  .title-row .fl-col-group .fl-col:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
  .title-row .fl-col-group .fl-col:last-child {
    display: none;
  }
}

@media (max-width: 992px) {
  .member-callout.fl-module-callout .fl-module-content.fl-node-content {
    margin: 20px;
  }
}
.member-callout.fl-module-callout .fl-module-content.fl-node-content h3.fl-callout-title {
  font-size: clamp(1.2rem, 3vw, 2rem);
}
.member-callout.fl-module-callout .fl-module-content.fl-node-content .fl-callout-text {
  line-height: 1em;
  font-size: clamp(1rem, 2.5vw, 1.75rem);
}

.listwithline ul {
  border-left: 2px solid #FFFFFF;
  list-style: none;
  margin: 0 0 0 60px;
  padding: 5px 0 5px 20px;
  text-indent: 0;
}
.listwithline ul ul {
  border-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#homeSlider .fl-slide:before {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 10%, rgba(255, 255, 255, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
#homeSlider .fl-slide .fl-slide-content-wrap {
  width: 100% !important;
  text-align: center !important;
  float: none;
}
#homeSlider .fl-slide .fl-slide-content {
  z-index: 20;
  margin-top: 20vh;
  padding: 200px 0 60px;
  text-shadow: 0 0 5px rgba(33, 33, 33, 0.75);
}
#homeSlider .fl-slide .fl-slide-title {
  font: bold 9rem/1 linotype-didot, serif;
  letter-spacing: -2px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0;
}
#homeSlider .fl-slide .fl-slide-text {
  text-align: center;
}
#homeSlider .fl-slide .fl-slide-text p {
  font: bold 1.35rem/1.4 bicyclette, sans-serif;
  margin: 0;
  padding: 0;
}
#homeSlider .fl-slide .fl-slide-cta-button {
  text-align: center;
}
#homeSlider .fl-slide .fl-slide-cta-button .fl-button {
  background: transparent;
  display: block;
  margin: 0 auto !important;
  text-align: center;
  padding: 0 !important;
  text-shadow: 0 0 5px rgba(33, 33, 33, 0.75);
}
#homeSlider .fl-slide .fl-slide-cta-button .fl-button:hover {
  box-shadow: none !important;
}

#postSlider .fl-post-slider-title a {
  text-transform: capitalize !important;
}
#postSlider .fl-post-slider-title:after {
  content: " ///";
  display: inline;
}
#postSlider .fl-photo-content img {
  border-radius: 500px;
}
#homeSlideshow {
  background-color: #f9a238;
}
@media (max-width: 600px) {
  #homeSlideshow .fl-module-content.fl-node-content {
    margin-top: 100px;
    aspect-ratio: 1;
  }
  #homeSlideshow .fl-module-content.fl-node-content .fl-slide {
    position: relative;
  }
  #homeSlideshow .fl-module-content.fl-node-content .fl-slide .fl-slide-mobile-photo {
    aspect-ratio: 1;
  }
  #homeSlideshow .fl-module-content.fl-node-content .fl-slide .fl-slide-mobile-photo .fl-slide-mobile-photo-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #homeSlideshow .fl-module-content.fl-node-content .fl-slide .fl-slide-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #homeSlideshow .fl-module-content.fl-node-content .fl-slide .fl-slide-content-wrap .fl-slide-content {
    background-color: rgba(33, 33, 33, 0.7);
    padding: 20px 5px;
  }
}

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