@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700|Lato:400,400italic,700,700italic|Lora|Montserrat);
@import url(../fonts/bodegascript/font.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body.is-reveal-open {
  overflow: hidden; }

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.foundation-mq {
  font-family: "small=0em&medium=46.875em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

html,
body {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; }
  @media screen and (min-width: 46.875em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 64.0625em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 46.875em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 46.875em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 46.875em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not( + &:first-child) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/* KIT STUFF START */
/* ----------------------------- */
/* KIT STUFF END  */
/* GLOBAL START */
/* ----------------------------- */
/* GLOBAL END */
/* LAYOUT START */
/* ----------------------------- */
/* LAYOUT END */
/* HEADER START */
/* ----------------------------- */
.flo_header_logo {
  font-family: "Bodega Script", serif;
  font-size: 4.4375rem; }

/* HEADER END */
/* STICKY MENU START */
/* STICKY MENU END */
/* HEADER ON SLIDER START */
/* ----------------------------- */
/* HEADER ON SLIDER END */
/* SLIDER START */
/* ----------------------------- */
/* SLIDER END */
/* POST LIST TOP WRAP START */
/* ----------------------------- */
.flo_post_list_no_title .flo_page_content:before {
  background-color: white; }

/* POST LIST TOP WRAP END */
/* POST LIST START */
/* ----------------------------- */
.search_input_wrap .flo_button.search_submit {
  font-size: 0.5rem; }

/* POST LIST END */
/* SLIDER POST LIST START */
/* ----------------------------- */
/* SLIDER POST LIST END */
/* FLO_DELIMITER START */
/* ----------------------------- */
/* FLO_DELIMITER END */
/* FLO_PAGE_ELEMENTS START */
/* ----------------------------- */
.page .flo_page .flo_page_title_wrap .title {
  font-family: "Bodega Script", serif;
  font-weight: lighter;
  font-size: 6.875rem;
  letter-spacing: 0.125rem;
  line-height: 1em; }

.page .flo_page .flo_page_title_wrap .subtitle {
  max-width: 41.875rem;
  margin: 0 auto;
  position: absolute; }
  .page .flo_page .flo_page_title_wrap .subtitle:empty {
    display: none; }
  .page .flo_page .flo_page_title_wrap .subtitle a {
    display: inline-block; }
    .page .flo_page .flo_page_title_wrap .subtitle a:not(:only-child):not(:last-child):after {
      content: "-";
      margin: 0 0.3125rem; }

@media screen and (min-width: 46.875em) {
  .page .flo_page .flo_page_title_wrap .title {
    font-size: 6.875rem; }
  .page .flo_page .flo_page_title_wrap .subtitle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -1em); } }

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .page .flo_page .flo_page_title_wrap {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem; }
    .page .flo_page .flo_page_title_wrap .title {
      font-size: rem-cals(50); } }

/* FLO_PAGE_ELEMENTS END */
/* INPUTS STYLES START */
/* INPUTS STYLES END */
/* NINJA FORMS START */
/* NINJA FORMS END */
/* BIG TITLE START */
/* ----------------------------- */
/* BIG TITLE END */
/* MOSAIC START */
/* ----------------------------- */
/* MOSAIC END */
/* GALLERY POPUP START */
/* GALLERY POPUP END */
/* FLO_POST_ELEMENTS START */
/* ----------------------------- */
/* FLO_POST_ELEMENTS END */
/* FLO_COMMENTS START */
/* ----------------------------- */
/* FLO_COMMENTS END */
/* PAGINATION START */
/* ----------------------------- */
/* PAGINATION END */
/* WIDGETS START */
/* ----------------------------- */
#searchform .search_input {
  margin-right: -1px;
  border-color: #808284; }

/* WIDGETS END */
/* FOOTER START */
/* ----------------------------- */
/* FOOTER END */
/* PAGE TEMPLATE CONTACT START */
/* ----------------------------- */
/* PAGE TEMPLATE CONTACT END */
/* PAGE TEMPLATE ABOUT START */
/* ----------------------------- */
/* PAGE TEMPLATE ABOUT END */
/* INSTAGRAM WIDGET START */
/* -------------------------------- */
.flo-instagram_widget h5.widget-title {
  font-family: "Bodega Script", serif;
  font-size: 4.375rem;
  color: #dfdacd;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem; }

.flo-instagram_widget .insta-profile-btn {
  background-color: transparent !important;
  top: -1.5em; }
  .flo-instagram_widget .insta-profile-btn a {
    font-family: "Playfair Display", serif;
    font-size: 0.875rem;
    font-style: normal;
    letter-spacing: 0.125rem;
    text-transform: uppercase; }
    .flo-instagram_widget .insta-profile-btn a:hover {
      text-decoration: none; }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo-instagram_widget .insta-profile-btn a {
        font-size: 1.3125rem;
        line-height: 1.3125rem; } }

/* INSTAGRAM WIDGET END */
/* SIDEBARS START */
/* -------------------------------- */
/* SIDEBARS END */
/* SIMPLE PAGE START */
.page-template-default.flo_featured_size-full_screen .flo_page_content, .page-template-default.flo_featured_size-full_screen .layout_width_padding {
  width: 100%; }

/* SIMPLE PAGE END */
/* ANIMATIONS START */
@keyframes global_opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes global_come_down {
  0% {
    transform: translateY(-20%); }
  100% {
    transform: translateY(0); } }

.flo_page > * {
  animation: global_opacity 1.61s; }

.flo_header_burger {
  animation: global_opacity 1.61s; }

.flo_featured_image_or_slider .flo_header_logo {
  animation: global_opacity 1.61s; }

/* ANIMATIONS END */
/* VC ELEMENTS START */
.flo_vc_element_mailchimp_newsletter_icon {
  background-image: url(img/flo_vc_elements_icons/mailchimp_newsletter.png); }

/* VC ELEMENTS END */
/* VIDEO POPUP START */
/* VIDEO POPUP END */
/* MIXINS START */
/* MIXINS END */
.slick-prev, .slick-next {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  background: transparent;
  padding: 1.25rem; }
  .slick-prev:before, .slick-next:before {
    font-family: "flo_icons";
    color: black;
    font-size: 1.875rem; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: "\e802"; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: "\e803"; }

a {
  color: #a4a29e; }
  a:hover, a:active, a:focus {
    color: #a4a29e; }

.button, .flo_button, .slide button, input[type="button"], input[type="button"] {
  margin-right: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  display: inline-block;
  color: black;
  border-color: black;
  padding: 0.375rem 1.5625rem; }

.layout_width_page {
  width: 100%;
  max-width: 100%; }

@media screen and (min-width: 46.875em) {
  .layout_width_padding {
    width: calc(100% - 26.25rem);
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 64em) {
  .layout_width_padding {
    width: calc(100% - 3.28125rem);
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 46.875em) {
  .layout_width_padding {
    width: calc(100% - 26.25rem);
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 64em) {
  .layout_width_padding {
    width: calc(100% - 3.28125rem);
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 46.875em) {
  .layout_width_content {
    width: calc(100% - 26.25rem);
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 64em) {
  .layout_width_content {
    width: calc(100% - 3.28125rem);
    margin-left: auto;
    margin-right: auto; } }

html {
  -webkit-overflow-scrolling: touch;
  font-size: 1.14vw; }
  @media screen and (min-width: 46.875em) and (max-width: 64em) {
    html {
      font-size: 16px !important; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    html {
      font-size: 16px !important; } }

body {
  font-family: "Lora", serif;
  color: #808284;
  font-size: 0.75rem;
  background-image: url("");
  background-color: white;
  background-attachment: fixed;
  -webkit-overflow-scrolling: touch;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  body * {
    -webkit-tap-highlight-color: transparent;
    outline: 0; }

.flo_page {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  position: relative;
  padding: 0;
  padding-top: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
  .flo_page::before, .flo_page::after {
    content: ' ';
    display: table; }
  .flo_page::after {
    clear: both; }
  .flo_page .flo_page_border {
    display: block;
    position: absolute;
    z-index: 100500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    display: none !important; }
    .flo_page .flo_page_border:after, .flo_page .flo_page_border:before {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .flo_page .flo_page_border:after {
      width: calc(100% - 2.5rem);
      height: calc(100% - 2.5rem);
      border: 2px solid #d2cfcc; }
    .flo_page .flo_page_border:before {
      width: calc(100% - 1.875rem);
      height: calc(100% - 1.875rem);
      border: 1px solid #d2cfcc; }
  @media screen and (min-width: 46.875em) {
    .flo_page .flo_page_content {
      width: calc(100% - 26.25rem);
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 64em) {
    .flo_page .flo_page_content {
      width: calc(100% - 3.28125rem);
      margin-left: auto;
      margin-right: auto; } }

@media screen and (min-width: 46.875em) {
  .flo_page {
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 64em) {
  .flo_page {
    margin: 0 auto; } }

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body {
    padding: 0; } }

.fb-comments.fb_iframe_widget {
  display: block;
  text-align: center;
  margin: 0 auto; }

/*Default Wordpress styles*/
/* Images */
.flo_wordpress_content img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  max-height: 100%; }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

pre, code {
  clear: both;
  overflow: auto;
  margin: 1.5em 0em;
  white-space: pre;
  color: inherit;
  line-height: 24px; }

img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  /* Prevent sPtretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.flo_wordpress_content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1em; }

p img,
.wp-caption {
  margin: 0; }

.wp-caption {
  margin-bottom: 1em;
  padding: 5px;
  max-width: 100%;
  border-top: 1px solid black;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.wp-caption .wp-caption-text,
.gallery-caption {
  color: inherit;
  font-size: 12px; }

.wp-caption .wp-caption-text {
  position: relative;
  margin-bottom: 0;
  padding: 10px 0 5px 40px; }

.wp-caption .wp-caption-text:before {
  position: absolute;
  top: 10px;
  left: 5px;
  margin-right: 5px;
  content: '\2014';
  font-weight: bold;
  font-style: normal;
  font-size: 14px; }

.gallery {
  margin: 0; }

.gallery a img {
  border: none; }

img#wpstats {
  display: block;
  margin: 0 auto 1.625em; }

#content .gallery-columns-4 .gallery-item {
  padding-right: 2%;
  width: 23%; }

#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto; }

.error404 article {
  margin: 60px 0;
  text-align: center; }

.error404 .content-title.search {
  font-size: 70px;
  margin-bottom: 15px; }

span.error-404 {
  display: block;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center; }

.search-back-button {
  background: none repeat scroll 0 0 #e84c3d;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #FFFFFF;
  margin-top: 30px; }

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  padding: 0;
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border: none; }

.wp-caption img {
  border-color: transparent; }

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
  border-color: #bbb;
  /* Add some useful style to those fancy borders for linked images ... */
  background: transparent; }

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
  border-color: transparent;
  /* ... including captioned images! */
  background: transparent; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* Floated content doesn't work well at this size */
.alignleft,
.alignright {
  display: block;
  float: none;
  margin-right: 0;
  margin-left: 0; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em; }

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto; }

dl.gallery-item {
  margin: 0; }

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

.align-right {
  text-align: right; }

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

.flo-modal {
  position: fixed;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none; }

/* line 5519, style.scss */
.flo-modal .thx-msg {
  width: 300px;
  height: 200px;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  margin: 0 auto;
  top: 50%;
  margin-top: -180px;
  position: absolute;
  left: 50%;
  margin-left: -170px;
  background-color: #fff;
  border: 2px solid #e5e5e5; }

/* line 5535, style.scss */
.flo-modal .content {
  margin-top: 50px;
  font-size: 16px;
  line-height: 20px; }

/* line 5541, style.scss */
.flo-modal .icon-close {
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 10px;
  cursor: pointer; }

/* line 5550, style.scss */
.text-error {
  color: red; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem; }

.medium-block-grid-1 li {
  padding: 0 0.625rem 0rem; }

@media (min-width: 736px) {
  .flo-como-mobile_logo {
    display: none !important; } }

@media (max-width: 767px) {
  .small-logo__img {
    display: none !important; } }

#cancel-comment-reply-link {
  float: right !important; }

.flo_comments_wrap {
  margin-bottom: 3.125rem; }
  .flo_comments_wrap .flo_comments_list {
    margin-bottom: 1.875rem; }
    .flo_comments_wrap .flo_comments_list .comment {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto; }
      .flo_comments_wrap .flo_comments_list .comment::before, .flo_comments_wrap .flo_comments_list .comment::after {
        content: ' ';
        display: table; }
      .flo_comments_wrap .flo_comments_list .comment::after {
        clear: both; }
      .flo_comments_wrap .flo_comments_list .comment:not(:last-child) {
        margin-bottom: 1.875rem; }
      .flo_comments_wrap .flo_comments_list .comment .meta_wrap .right_wrap {
        float: right; }
        .flo_comments_wrap .flo_comments_list .comment .meta_wrap .right_wrap .comment_date, .flo_comments_wrap .flo_comments_list .comment .meta_wrap .right_wrap .comment_reply, .flo_comments_wrap .flo_comments_list .comment .meta_wrap .right_wrap #cancel-comment-reply-link {
          display: inline; }
        .flo_comments_wrap .flo_comments_list .comment .meta_wrap .right_wrap .comment_date:after {
          content: "•"; }
        .flo_comments_wrap .flo_comments_list .comment .meta_wrap .right_wrap .comment_reply {
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -o-user-select: none;
          outline: none !important;
          -webkit-tap-highlight-color: transparent;
          cursor: pointer; }
    .flo_comments_wrap .flo_comments_list .children {
      padding-left: 3.125rem;
      margin-bottom: 3.125rem; }
      .flo_comments_wrap .flo_comments_list .children div.comment {
        padding-left: 1.25rem; }
  .flo_comments_wrap #comments-form {
    max-width: 75rem;
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 3.125rem; }
    .flo_comments_wrap #comments-form .right_wrap, .flo_comments_wrap #comments-form .left_wrap {
      width: 100%;
      display: block;
      padding: 0; }
    .flo_comments_wrap #comments-form .left_wrap {
      order: 1;
      display: flex;
      margin-bottom: 0.625rem; }
      .flo_comments_wrap #comments-form .left_wrap #author, .flo_comments_wrap #comments-form .left_wrap #email {
        letter-spacing: 0.125rem; }
      .flo_comments_wrap #comments-form .left_wrap #author {
        margin-right: 0.625rem; }
      .flo_comments_wrap #comments-form .left_wrap #email {
        margin-left: 0.625rem; }
    .flo_comments_wrap #comments-form .right_wrap {
      display: flex;
      flex-direction: column;
      order: 2; }
      .flo_comments_wrap #comments-form .right_wrap .comment {
        resize: none;
        display: block;
        overflow: hidden;
        flex: 1;
        letter-spacing: 0.125rem; }
    .flo_comments_wrap #comments-form .form-submit {
      width: 100%;
      order: 3;
      text-align: left; }
      .flo_comments_wrap #comments-form .form-submit .submit {
        padding-left: 0; }
  @media screen and (min-width: 46.875em) {
    .flo_comments_wrap .meta_wrap {
      position: relative; }
    .flo_comments_wrap .comment_reply {
      position: absolute;
      top: 0;
      right: 0; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_comments_wrap .flo_comments_list .comment .meta_wrap {
      margin-bottom: 0.625rem; }
      .flo_comments_wrap .flo_comments_list .comment .meta_wrap .right_wrap {
        float: none;
        margin-left: 0.625rem; }
    .flo_comments_wrap #comments-form .right_wrap, .flo_comments_wrap #comments-form .left_wrap {
      flex: 0 0 100%;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      max-width: 100%;
      padding: 0; }
      .flo_comments_wrap #comments-form .right_wrap .comment, .flo_comments_wrap #comments-form .left_wrap .comment {
        height: 12.5rem; } }
  .flo_comments_wrap .meta_wrap {
    margin-bottom: 1.25rem; }
  .flo_comments_wrap .comment_author {
    display: inline-block;
    font-family: "Lora", serif;
    font-size: 0.8125rem;
    letter-spacing: 0;
    margin-bottom: 0.3125rem; }
  .flo_comments_wrap .comment_date {
    font-family: "Montserrat", sans-serif;
    color: #d2cfcc;
    font-size: 0.5625rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block; }
  .flo_comments_wrap .right_wrap {
    font-family: "Playfair Display";
    font-size: 0.875rem; }
  .flo_comments_wrap .comment_reply a {
    transition: color 333ms;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    color: #d2cfcc;
    text-transform: uppercase;
    font-size: 0.5625rem; }
    .flo_comments_wrap .comment_reply a:hover {
      color: #a4a29e; }
  .flo_comments_wrap .comment_text {
    font-family: "Lora", serif;
    font-size: 0.8125rem; }
  .flo_comments_wrap .children {
    margin-top: 1.5625rem; }
  .flo_comments_wrap #author, .flo_comments_wrap #email, .flo_comments_wrap #comment {
    border: 1px solid #d2cfcc;
    padding: 1.125rem 1.4375rem;
    color: #808284;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 0.5625rem;
    transition: border-color 333ms, color 333ms; }
    .flo_comments_wrap #author::-webkit-input-placeholder, .flo_comments_wrap #email::-webkit-input-placeholder, .flo_comments_wrap #comment::-webkit-input-placeholder {
      color: #808284;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-size: 0.5625rem;
      transition: border-color 333ms, color 333ms; }
    .flo_comments_wrap #author:-moz-placeholder, .flo_comments_wrap #email:-moz-placeholder, .flo_comments_wrap #comment:-moz-placeholder {
      color: #808284;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-size: 0.5625rem;
      transition: border-color 333ms, color 333ms; }
    .flo_comments_wrap #author::-moz-placeholder, .flo_comments_wrap #email::-moz-placeholder, .flo_comments_wrap #comment::-moz-placeholder {
      color: #808284;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-size: 0.5625rem;
      transition: border-color 333ms, color 333ms; }
    .flo_comments_wrap #author::-moz-placeholder, .flo_comments_wrap #email::-moz-placeholder, .flo_comments_wrap #comment::-moz-placeholder {
      color: #808284;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-size: 0.5625rem;
      transition: border-color 333ms, color 333ms; }
    .flo_comments_wrap #author:-ms-input-placeholder, .flo_comments_wrap #email:-ms-input-placeholder, .flo_comments_wrap #comment:-ms-input-placeholder {
      color: #808284;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-size: 0.5625rem;
      transition: border-color 333ms, color 333ms; }
    .flo_comments_wrap #author:hover, .flo_comments_wrap #author:focus, .flo_comments_wrap #email:hover, .flo_comments_wrap #email:focus, .flo_comments_wrap #comment:hover, .flo_comments_wrap #comment:focus {
      border-color: #808284;
      color: #808284; }
      .flo_comments_wrap #author:hover::-webkit-input-placeholder, .flo_comments_wrap #author:focus::-webkit-input-placeholder, .flo_comments_wrap #email:hover::-webkit-input-placeholder, .flo_comments_wrap #email:focus::-webkit-input-placeholder, .flo_comments_wrap #comment:hover::-webkit-input-placeholder, .flo_comments_wrap #comment:focus::-webkit-input-placeholder {
        color: #808284; }
      .flo_comments_wrap #author:hover:-moz-placeholder, .flo_comments_wrap #author:focus:-moz-placeholder, .flo_comments_wrap #email:hover:-moz-placeholder, .flo_comments_wrap #email:focus:-moz-placeholder, .flo_comments_wrap #comment:hover:-moz-placeholder, .flo_comments_wrap #comment:focus:-moz-placeholder {
        color: #808284; }
      .flo_comments_wrap #author:hover::-moz-placeholder, .flo_comments_wrap #author:focus::-moz-placeholder, .flo_comments_wrap #email:hover::-moz-placeholder, .flo_comments_wrap #email:focus::-moz-placeholder, .flo_comments_wrap #comment:hover::-moz-placeholder, .flo_comments_wrap #comment:focus::-moz-placeholder {
        color: #808284; }
      .flo_comments_wrap #author:hover::-moz-placeholder, .flo_comments_wrap #author:focus::-moz-placeholder, .flo_comments_wrap #email:hover::-moz-placeholder, .flo_comments_wrap #email:focus::-moz-placeholder, .flo_comments_wrap #comment:hover::-moz-placeholder, .flo_comments_wrap #comment:focus::-moz-placeholder {
        color: #808284; }
      .flo_comments_wrap #author:hover:-ms-input-placeholder, .flo_comments_wrap #author:focus:-ms-input-placeholder, .flo_comments_wrap #email:hover:-ms-input-placeholder, .flo_comments_wrap #email:focus:-ms-input-placeholder, .flo_comments_wrap #comment:hover:-ms-input-placeholder, .flo_comments_wrap #comment:focus:-ms-input-placeholder {
        color: #808284; }
  .flo_comments_wrap #comment {
    height: 9.375rem; }
  .flo_comments_wrap #submit {
    background-color: transparent;
    border: 0px;
    color: #808284;
    letter-spacing: 0.1875rem; }

.logged-in .flo_comments_wrap #comments-form {
  display: block;
  text-align: center; }
  .logged-in .flo_comments_wrap #comments-form .right_wrap {
    padding-left: 0;
    margin: 0 auto;
    height: 12.5rem; }

.flo_delimiter.line_romb_line {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem; }
  .flo_delimiter.line_romb_line [class^="part_"] {
    background-color: #d2cfcc; }
  .flo_delimiter.line_romb_line .part_1, .flo_delimiter.line_romb_line .part_3 {
    height: 1px;
    flex: 1; }
  .flo_delimiter.line_romb_line .part_2 {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.75rem;
    transform: rotate(45deg); }

.flo_footer {
  padding-bottom: 1.875rem;
  color: #808284;
  letter-spacing: 0.125rem;
  font-size: 0.625rem;
  padding-bottom: 0; }
  .flo_footer .side_wrap {
    text-align: center;
    margin-bottom: 1.875rem; }
  .flo_footer .section_wrap .section {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
    padding-bottom: 3.75rem;
    padding-top: 2.1875rem; }
    .flo_footer .section_wrap .section::before, .flo_footer .section_wrap .section::after {
      content: ' ';
      display: table; }
    .flo_footer .section_wrap .section::after {
      clear: both; }
    .flo_footer .section_wrap .section:last-child {
      margin-bottom: 0; }
    .flo_footer .section_wrap .section ul {
      list-style: none;
      margin: 0; }
    .flo_footer .section_wrap .section.social a:hover {
      text-decoration: none; }
    .flo_footer .section_wrap .section.menu ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .flo_footer .section_wrap .section.menu ul li {
        text-align: center; }
    .flo_footer .section_wrap .section.copyrights {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      flex-wrap: wrap;
      padding-bottom: 2.5rem; }
      .flo_footer .section_wrap .section.copyrights .flo-icon-flothemes {
        display: inline-block;
        font-size: 1.25rem; }
      .flo_footer .section_wrap .section.copyrights .flo_copyrights, .flo_footer .section_wrap .section.copyrights .credits {
        margin-bottom: 0.9375rem; }
      .flo_footer .section_wrap .section.copyrights .flo_copyrights {
        display: block;
        width: 33%;
        text-align: left;
        position: relative; }
      .flo_footer .section_wrap .section.copyrights .social_icons {
        width: 33%;
        margin-bottom: 0.625rem;
        text-align: center; }
      .flo_footer .section_wrap .section.copyrights .credits {
        width: 33%;
        text-align: right; }
  .flo_footer .back_to_top {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.3125rem; }
    .flo_footer .back_to_top i {
      display: inline-block;
      transform: translateY(2px);
      font-size: 1.875rem;
      margin: 0 0 -0.5em -0.2em;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
  .flo_footer a {
    color: #808284;
    transition: color 333ms;
    font-style: italic;
    font-family: "Playfair Display", serif;
    font-weight: normal; }
    .flo_footer a:hover {
      text-decoration: underline; }
  .flo_footer .section:not(:last-child) {
    border-bottom: 1px solid #808284; }
  .flo_footer .social_icons a {
    font-size: 0.75rem; }
  .flo_footer .copyrights {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 0.625rem;
    letter-spacing: 0.125rem; }
  .flo_footer .back_to_top {
    display: none;
    color: #808284; }
    .flo_footer .back_to_top i {
      color: #8a8a8a; }
  @media screen and (min-width: 46.875em) {
    .flo_footer .section_wrap .section.copyrights .back_to_top {
      float: right; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_footer .section_wrap {
      text-align: center; }
      .flo_footer .section_wrap .columns {
        margin-bottom: 0.625rem; }
      .flo_footer .section_wrap.menu ul {
        display: block;
        columns: 2; }
        .flo_footer .section_wrap.menu ul li {
          margin-bottom: 0.625rem; }
      .flo_footer .section_wrap.copyrights .back_to_top {
        margin-top: 1.25rem; } }
  @media screen and (max-width: 64em) {
    .flo_footer .section_wrap .section.copyrights {
      justify-content: center; }
      .flo_footer .section_wrap .section.copyrights * {
        text-align: center !important; }
      .flo_footer .section_wrap .section.copyrights .flo_copyrights {
        margin: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 1.875rem; }
        .flo_footer .section_wrap .section.copyrights .flo_copyrights:after {
          content: ""; }
      .flo_footer .section_wrap .section.copyrights .credits {
        width: 100%; }
      .flo_footer .section_wrap .section.copyrights .back_to_top {
        position: initial;
        width: 100%;
        text-align: center; } }
  .flo_footer.full_width .side_wrap {
    display: none; }
  @media screen and (min-width: 46.875em) {
    .flo_footer.with_side_wrap {
      max-width: 75rem;
      display: flex;
      flex-flow: row wrap;
      margin-left: auto;
      margin-right: auto; }
      .flo_footer.with_side_wrap .side_wrap {
        flex: 0 0 16.66667%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 16.66667%; }
      .flo_footer.with_side_wrap .section_wrap {
        flex: 0 0 83.33333%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 83.33333%;
        float: left; }
      .flo_footer.with_side_wrap.centered .section_wrap {
        flex: 0 0 66.66667%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 66.66667%; } }

.flo_gallery_grid {
  margin-bottom: 4.375rem; }
  .flo_gallery_grid a {
    display: block; }
  .flo_gallery_grid a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0;
    transition: opacity 333ms; }
  @media screen and (min-width: 64.0625em) {
    .flo_gallery_grid:hover a:not(:hover):after {
      opacity: 0.6; } }
  @media screen and (min-width: 46.875em) {
    .flo_gallery_grid {
      max-width: 75rem;
      display: flex;
      flex-flow: row wrap;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .flo_gallery_grid img {
        display: inline-block;
        position: relative;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer; }
        .flo_gallery_grid img .lazy {
          height: 18.75rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_gallery_grid.columns_1.gutter_0 {
      margin-top: 0; }
      .flo_gallery_grid.columns_1.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_0 a {
        margin: 0; }
      .flo_gallery_grid.columns_1.gutter_0:not(.masonry) a {
        width: calc(100% / 1 - 0); }
      .flo_gallery_grid.columns_1.gutter_0.masonry a {
        float: left;
        width: calc(100% / 1 - 0); }
    .flo_gallery_grid.columns_1.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_gallery_grid.columns_1.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_2 a {
        margin: 0.0625rem; }
      .flo_gallery_grid.columns_1.gutter_2:not(.masonry) a {
        width: calc(100% / 1 - 0.125rem); }
      .flo_gallery_grid.columns_1.gutter_2.masonry a {
        float: left;
        width: calc(100% / 1 - 0.125rem); }
    .flo_gallery_grid.columns_1.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_gallery_grid.columns_1.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_5 a {
        margin: 0.15625rem; }
      .flo_gallery_grid.columns_1.gutter_5:not(.masonry) a {
        width: calc(100% / 1 - 0.3125rem); }
      .flo_gallery_grid.columns_1.gutter_5.masonry a {
        float: left;
        width: calc(100% / 1 - 0.3125rem); }
    .flo_gallery_grid.columns_1.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_gallery_grid.columns_1.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_10 a {
        margin: 0.3125rem; }
      .flo_gallery_grid.columns_1.gutter_10:not(.masonry) a {
        width: calc(100% / 1 - 0.625rem); }
      .flo_gallery_grid.columns_1.gutter_10.masonry a {
        float: left;
        width: calc(100% / 1 - 0.625rem); }
    .flo_gallery_grid.columns_1.gutter_20 {
      margin-top: -0.625rem; }
      .flo_gallery_grid.columns_1.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_20 a {
        margin: 0.625rem; }
      .flo_gallery_grid.columns_1.gutter_20:not(.masonry) a {
        width: calc(100% / 1 - 1.25rem); }
      .flo_gallery_grid.columns_1.gutter_20.masonry a {
        float: left;
        width: calc(100% / 1 - 1.25rem); }
    .flo_gallery_grid.columns_1.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_gallery_grid.columns_1.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_30 a {
        margin: 0.9375rem; }
      .flo_gallery_grid.columns_1.gutter_30:not(.masonry) a {
        width: calc(100% / 1 - 1.875rem); }
      .flo_gallery_grid.columns_1.gutter_30.masonry a {
        float: left;
        width: calc(100% / 1 - 1.875rem); }
    .flo_gallery_grid.columns_1.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_gallery_grid.columns_1.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_35 a {
        margin: 1.09375rem; }
      .flo_gallery_grid.columns_1.gutter_35:not(.masonry) a {
        width: calc(100% / 1 - 2.1875rem); }
      .flo_gallery_grid.columns_1.gutter_35.masonry a {
        float: left;
        width: calc(100% / 1 - 2.1875rem); }
    .flo_gallery_grid.columns_1.gutter_40 {
      margin-top: -1.25rem; }
      .flo_gallery_grid.columns_1.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_40 a {
        margin: 1.25rem; }
      .flo_gallery_grid.columns_1.gutter_40:not(.masonry) a {
        width: calc(100% / 1 - 2.5rem); }
      .flo_gallery_grid.columns_1.gutter_40.masonry a {
        float: left;
        width: calc(100% / 1 - 2.5rem); }
    .flo_gallery_grid.columns_1.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_gallery_grid.columns_1.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_50 a {
        margin: 1.5625rem; }
      .flo_gallery_grid.columns_1.gutter_50:not(.masonry) a {
        width: calc(100% / 1 - 3.125rem); }
      .flo_gallery_grid.columns_1.gutter_50.masonry a {
        float: left;
        width: calc(100% / 1 - 3.125rem); }
    .flo_gallery_grid.columns_1.gutter_60 {
      margin-top: -1.875rem; }
      .flo_gallery_grid.columns_1.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_60 a {
        margin: 1.875rem; }
      .flo_gallery_grid.columns_1.gutter_60:not(.masonry) a {
        width: calc(100% / 1 - 3.75rem); }
      .flo_gallery_grid.columns_1.gutter_60.masonry a {
        float: left;
        width: calc(100% / 1 - 3.75rem); }
    .flo_gallery_grid.columns_1.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_gallery_grid.columns_1.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_65 a {
        margin: 2.03125rem; }
      .flo_gallery_grid.columns_1.gutter_65:not(.masonry) a {
        width: calc(100% / 1 - 4.0625rem); }
      .flo_gallery_grid.columns_1.gutter_65.masonry a {
        float: left;
        width: calc(100% / 1 - 4.0625rem); }
    .flo_gallery_grid.columns_1.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_gallery_grid.columns_1.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_70 a {
        margin: 2.1875rem; }
      .flo_gallery_grid.columns_1.gutter_70:not(.masonry) a {
        width: calc(100% / 1 - 4.375rem); }
      .flo_gallery_grid.columns_1.gutter_70.masonry a {
        float: left;
        width: calc(100% / 1 - 4.375rem); }
    .flo_gallery_grid.columns_1.gutter_80 {
      margin-top: -2.5rem; }
      .flo_gallery_grid.columns_1.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_80 a {
        margin: 2.5rem; }
      .flo_gallery_grid.columns_1.gutter_80:not(.masonry) a {
        width: calc(100% / 1 - 5rem); }
      .flo_gallery_grid.columns_1.gutter_80.masonry a {
        float: left;
        width: calc(100% / 1 - 5rem); }
    .flo_gallery_grid.columns_1.gutter_100 {
      margin-top: -3.125rem; }
      .flo_gallery_grid.columns_1.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_100 a {
        margin: 3.125rem; }
      .flo_gallery_grid.columns_1.gutter_100:not(.masonry) a {
        width: calc(100% / 1 - 6.25rem); }
      .flo_gallery_grid.columns_1.gutter_100.masonry a {
        float: left;
        width: calc(100% / 1 - 6.25rem); }
    .flo_gallery_grid.columns_1.gutter_default {
      margin-top: -0.3125rem; }
      .flo_gallery_grid.columns_1.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_1.gutter_default a {
        margin: 0.3125rem; }
      .flo_gallery_grid.columns_1.gutter_default:not(.masonry) a {
        width: calc(100% / 1 - 0.625rem); }
      .flo_gallery_grid.columns_1.gutter_default.masonry a {
        float: left;
        width: calc(100% / 1 - 0.625rem); }
    .flo_gallery_grid.columns_2.gutter_0 {
      margin-top: 0; }
      .flo_gallery_grid.columns_2.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_0 a {
        margin: 0; }
      .flo_gallery_grid.columns_2.gutter_0:not(.masonry) a {
        width: calc(100% / 2 - 0); }
      .flo_gallery_grid.columns_2.gutter_0.masonry a {
        float: left;
        width: calc(100% / 2 - 0); }
    .flo_gallery_grid.columns_2.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_gallery_grid.columns_2.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_2 a {
        margin: 0.0625rem; }
      .flo_gallery_grid.columns_2.gutter_2:not(.masonry) a {
        width: calc(100% / 2 - 0.125rem); }
      .flo_gallery_grid.columns_2.gutter_2.masonry a {
        float: left;
        width: calc(100% / 2 - 0.125rem); }
    .flo_gallery_grid.columns_2.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_gallery_grid.columns_2.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_5 a {
        margin: 0.15625rem; }
      .flo_gallery_grid.columns_2.gutter_5:not(.masonry) a {
        width: calc(100% / 2 - 0.3125rem); }
      .flo_gallery_grid.columns_2.gutter_5.masonry a {
        float: left;
        width: calc(100% / 2 - 0.3125rem); }
    .flo_gallery_grid.columns_2.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_gallery_grid.columns_2.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_10 a {
        margin: 0.3125rem; }
      .flo_gallery_grid.columns_2.gutter_10:not(.masonry) a {
        width: calc(100% / 2 - 0.625rem); }
      .flo_gallery_grid.columns_2.gutter_10.masonry a {
        float: left;
        width: calc(100% / 2 - 0.625rem); }
    .flo_gallery_grid.columns_2.gutter_20 {
      margin-top: -0.625rem; }
      .flo_gallery_grid.columns_2.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_20 a {
        margin: 0.625rem; }
      .flo_gallery_grid.columns_2.gutter_20:not(.masonry) a {
        width: calc(100% / 2 - 1.25rem); }
      .flo_gallery_grid.columns_2.gutter_20.masonry a {
        float: left;
        width: calc(100% / 2 - 1.25rem); }
    .flo_gallery_grid.columns_2.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_gallery_grid.columns_2.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_30 a {
        margin: 0.9375rem; }
      .flo_gallery_grid.columns_2.gutter_30:not(.masonry) a {
        width: calc(100% / 2 - 1.875rem); }
      .flo_gallery_grid.columns_2.gutter_30.masonry a {
        float: left;
        width: calc(100% / 2 - 1.875rem); }
    .flo_gallery_grid.columns_2.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_gallery_grid.columns_2.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_35 a {
        margin: 1.09375rem; }
      .flo_gallery_grid.columns_2.gutter_35:not(.masonry) a {
        width: calc(100% / 2 - 2.1875rem); }
      .flo_gallery_grid.columns_2.gutter_35.masonry a {
        float: left;
        width: calc(100% / 2 - 2.1875rem); }
    .flo_gallery_grid.columns_2.gutter_40 {
      margin-top: -1.25rem; }
      .flo_gallery_grid.columns_2.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_40 a {
        margin: 1.25rem; }
      .flo_gallery_grid.columns_2.gutter_40:not(.masonry) a {
        width: calc(100% / 2 - 2.5rem); }
      .flo_gallery_grid.columns_2.gutter_40.masonry a {
        float: left;
        width: calc(100% / 2 - 2.5rem); }
    .flo_gallery_grid.columns_2.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_gallery_grid.columns_2.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_50 a {
        margin: 1.5625rem; }
      .flo_gallery_grid.columns_2.gutter_50:not(.masonry) a {
        width: calc(100% / 2 - 3.125rem); }
      .flo_gallery_grid.columns_2.gutter_50.masonry a {
        float: left;
        width: calc(100% / 2 - 3.125rem); }
    .flo_gallery_grid.columns_2.gutter_60 {
      margin-top: -1.875rem; }
      .flo_gallery_grid.columns_2.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_60 a {
        margin: 1.875rem; }
      .flo_gallery_grid.columns_2.gutter_60:not(.masonry) a {
        width: calc(100% / 2 - 3.75rem); }
      .flo_gallery_grid.columns_2.gutter_60.masonry a {
        float: left;
        width: calc(100% / 2 - 3.75rem); }
    .flo_gallery_grid.columns_2.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_gallery_grid.columns_2.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_65 a {
        margin: 2.03125rem; }
      .flo_gallery_grid.columns_2.gutter_65:not(.masonry) a {
        width: calc(100% / 2 - 4.0625rem); }
      .flo_gallery_grid.columns_2.gutter_65.masonry a {
        float: left;
        width: calc(100% / 2 - 4.0625rem); }
    .flo_gallery_grid.columns_2.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_gallery_grid.columns_2.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_70 a {
        margin: 2.1875rem; }
      .flo_gallery_grid.columns_2.gutter_70:not(.masonry) a {
        width: calc(100% / 2 - 4.375rem); }
      .flo_gallery_grid.columns_2.gutter_70.masonry a {
        float: left;
        width: calc(100% / 2 - 4.375rem); }
    .flo_gallery_grid.columns_2.gutter_80 {
      margin-top: -2.5rem; }
      .flo_gallery_grid.columns_2.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_80 a {
        margin: 2.5rem; }
      .flo_gallery_grid.columns_2.gutter_80:not(.masonry) a {
        width: calc(100% / 2 - 5rem); }
      .flo_gallery_grid.columns_2.gutter_80.masonry a {
        float: left;
        width: calc(100% / 2 - 5rem); }
    .flo_gallery_grid.columns_2.gutter_100 {
      margin-top: -3.125rem; }
      .flo_gallery_grid.columns_2.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_100 a {
        margin: 3.125rem; }
      .flo_gallery_grid.columns_2.gutter_100:not(.masonry) a {
        width: calc(100% / 2 - 6.25rem); }
      .flo_gallery_grid.columns_2.gutter_100.masonry a {
        float: left;
        width: calc(100% / 2 - 6.25rem); }
    .flo_gallery_grid.columns_2.gutter_default {
      margin-top: -0.3125rem; }
      .flo_gallery_grid.columns_2.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_2.gutter_default a {
        margin: 0.3125rem; }
      .flo_gallery_grid.columns_2.gutter_default:not(.masonry) a {
        width: calc(100% / 2 - 0.625rem); }
      .flo_gallery_grid.columns_2.gutter_default.masonry a {
        float: left;
        width: calc(100% / 2 - 0.625rem); }
    .flo_gallery_grid.columns_3.gutter_0 {
      margin-top: 0; }
      .flo_gallery_grid.columns_3.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_0 a {
        margin: 0; }
      .flo_gallery_grid.columns_3.gutter_0:not(.masonry) a {
        width: calc(100% / 3 - 0); }
      .flo_gallery_grid.columns_3.gutter_0.masonry a {
        float: left;
        width: calc(100% / 3 - 0); }
    .flo_gallery_grid.columns_3.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_gallery_grid.columns_3.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_2 a {
        margin: 0.0625rem; }
      .flo_gallery_grid.columns_3.gutter_2:not(.masonry) a {
        width: calc(100% / 3 - 0.125rem); }
      .flo_gallery_grid.columns_3.gutter_2.masonry a {
        float: left;
        width: calc(100% / 3 - 0.125rem); }
    .flo_gallery_grid.columns_3.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_gallery_grid.columns_3.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_5 a {
        margin: 0.15625rem; }
      .flo_gallery_grid.columns_3.gutter_5:not(.masonry) a {
        width: calc(100% / 3 - 0.3125rem); }
      .flo_gallery_grid.columns_3.gutter_5.masonry a {
        float: left;
        width: calc(100% / 3 - 0.3125rem); }
    .flo_gallery_grid.columns_3.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_gallery_grid.columns_3.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_10 a {
        margin: 0.3125rem; }
      .flo_gallery_grid.columns_3.gutter_10:not(.masonry) a {
        width: calc(100% / 3 - 0.625rem); }
      .flo_gallery_grid.columns_3.gutter_10.masonry a {
        float: left;
        width: calc(100% / 3 - 0.625rem); }
    .flo_gallery_grid.columns_3.gutter_20 {
      margin-top: -0.625rem; }
      .flo_gallery_grid.columns_3.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_20 a {
        margin: 0.625rem; }
      .flo_gallery_grid.columns_3.gutter_20:not(.masonry) a {
        width: calc(100% / 3 - 1.25rem); }
      .flo_gallery_grid.columns_3.gutter_20.masonry a {
        float: left;
        width: calc(100% / 3 - 1.25rem); }
    .flo_gallery_grid.columns_3.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_gallery_grid.columns_3.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_30 a {
        margin: 0.9375rem; }
      .flo_gallery_grid.columns_3.gutter_30:not(.masonry) a {
        width: calc(100% / 3 - 1.875rem); }
      .flo_gallery_grid.columns_3.gutter_30.masonry a {
        float: left;
        width: calc(100% / 3 - 1.875rem); }
    .flo_gallery_grid.columns_3.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_gallery_grid.columns_3.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_35 a {
        margin: 1.09375rem; }
      .flo_gallery_grid.columns_3.gutter_35:not(.masonry) a {
        width: calc(100% / 3 - 2.1875rem); }
      .flo_gallery_grid.columns_3.gutter_35.masonry a {
        float: left;
        width: calc(100% / 3 - 2.1875rem); }
    .flo_gallery_grid.columns_3.gutter_40 {
      margin-top: -1.25rem; }
      .flo_gallery_grid.columns_3.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_40 a {
        margin: 1.25rem; }
      .flo_gallery_grid.columns_3.gutter_40:not(.masonry) a {
        width: calc(100% / 3 - 2.5rem); }
      .flo_gallery_grid.columns_3.gutter_40.masonry a {
        float: left;
        width: calc(100% / 3 - 2.5rem); }
    .flo_gallery_grid.columns_3.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_gallery_grid.columns_3.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_50 a {
        margin: 1.5625rem; }
      .flo_gallery_grid.columns_3.gutter_50:not(.masonry) a {
        width: calc(100% / 3 - 3.125rem); }
      .flo_gallery_grid.columns_3.gutter_50.masonry a {
        float: left;
        width: calc(100% / 3 - 3.125rem); }
    .flo_gallery_grid.columns_3.gutter_60 {
      margin-top: -1.875rem; }
      .flo_gallery_grid.columns_3.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_60 a {
        margin: 1.875rem; }
      .flo_gallery_grid.columns_3.gutter_60:not(.masonry) a {
        width: calc(100% / 3 - 3.75rem); }
      .flo_gallery_grid.columns_3.gutter_60.masonry a {
        float: left;
        width: calc(100% / 3 - 3.75rem); }
    .flo_gallery_grid.columns_3.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_gallery_grid.columns_3.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_65 a {
        margin: 2.03125rem; }
      .flo_gallery_grid.columns_3.gutter_65:not(.masonry) a {
        width: calc(100% / 3 - 4.0625rem); }
      .flo_gallery_grid.columns_3.gutter_65.masonry a {
        float: left;
        width: calc(100% / 3 - 4.0625rem); }
    .flo_gallery_grid.columns_3.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_gallery_grid.columns_3.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_70 a {
        margin: 2.1875rem; }
      .flo_gallery_grid.columns_3.gutter_70:not(.masonry) a {
        width: calc(100% / 3 - 4.375rem); }
      .flo_gallery_grid.columns_3.gutter_70.masonry a {
        float: left;
        width: calc(100% / 3 - 4.375rem); }
    .flo_gallery_grid.columns_3.gutter_80 {
      margin-top: -2.5rem; }
      .flo_gallery_grid.columns_3.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_80 a {
        margin: 2.5rem; }
      .flo_gallery_grid.columns_3.gutter_80:not(.masonry) a {
        width: calc(100% / 3 - 5rem); }
      .flo_gallery_grid.columns_3.gutter_80.masonry a {
        float: left;
        width: calc(100% / 3 - 5rem); }
    .flo_gallery_grid.columns_3.gutter_100 {
      margin-top: -3.125rem; }
      .flo_gallery_grid.columns_3.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_100 a {
        margin: 3.125rem; }
      .flo_gallery_grid.columns_3.gutter_100:not(.masonry) a {
        width: calc(100% / 3 - 6.25rem); }
      .flo_gallery_grid.columns_3.gutter_100.masonry a {
        float: left;
        width: calc(100% / 3 - 6.25rem); }
    .flo_gallery_grid.columns_3.gutter_default {
      margin-top: -0.3125rem; }
      .flo_gallery_grid.columns_3.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_3.gutter_default a {
        margin: 0.3125rem; }
      .flo_gallery_grid.columns_3.gutter_default:not(.masonry) a {
        width: calc(100% / 3 - 0.625rem); }
      .flo_gallery_grid.columns_3.gutter_default.masonry a {
        float: left;
        width: calc(100% / 3 - 0.625rem); }
    .flo_gallery_grid.columns_4.gutter_0 {
      margin-top: 0; }
      .flo_gallery_grid.columns_4.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_0 a {
        margin: 0; }
      .flo_gallery_grid.columns_4.gutter_0:not(.masonry) a {
        width: calc(100% / 4 - 0); }
      .flo_gallery_grid.columns_4.gutter_0.masonry a {
        float: left;
        width: calc(100% / 4 - 0); }
    .flo_gallery_grid.columns_4.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_gallery_grid.columns_4.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_2 a {
        margin: 0.0625rem; }
      .flo_gallery_grid.columns_4.gutter_2:not(.masonry) a {
        width: calc(100% / 4 - 0.125rem); }
      .flo_gallery_grid.columns_4.gutter_2.masonry a {
        float: left;
        width: calc(100% / 4 - 0.125rem); }
    .flo_gallery_grid.columns_4.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_gallery_grid.columns_4.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_5 a {
        margin: 0.15625rem; }
      .flo_gallery_grid.columns_4.gutter_5:not(.masonry) a {
        width: calc(100% / 4 - 0.3125rem); }
      .flo_gallery_grid.columns_4.gutter_5.masonry a {
        float: left;
        width: calc(100% / 4 - 0.3125rem); }
    .flo_gallery_grid.columns_4.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_gallery_grid.columns_4.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_10 a {
        margin: 0.3125rem; }
      .flo_gallery_grid.columns_4.gutter_10:not(.masonry) a {
        width: calc(100% / 4 - 0.625rem); }
      .flo_gallery_grid.columns_4.gutter_10.masonry a {
        float: left;
        width: calc(100% / 4 - 0.625rem); }
    .flo_gallery_grid.columns_4.gutter_20 {
      margin-top: -0.625rem; }
      .flo_gallery_grid.columns_4.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_20 a {
        margin: 0.625rem; }
      .flo_gallery_grid.columns_4.gutter_20:not(.masonry) a {
        width: calc(100% / 4 - 1.25rem); }
      .flo_gallery_grid.columns_4.gutter_20.masonry a {
        float: left;
        width: calc(100% / 4 - 1.25rem); }
    .flo_gallery_grid.columns_4.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_gallery_grid.columns_4.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_30 a {
        margin: 0.9375rem; }
      .flo_gallery_grid.columns_4.gutter_30:not(.masonry) a {
        width: calc(100% / 4 - 1.875rem); }
      .flo_gallery_grid.columns_4.gutter_30.masonry a {
        float: left;
        width: calc(100% / 4 - 1.875rem); }
    .flo_gallery_grid.columns_4.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_gallery_grid.columns_4.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_35 a {
        margin: 1.09375rem; }
      .flo_gallery_grid.columns_4.gutter_35:not(.masonry) a {
        width: calc(100% / 4 - 2.1875rem); }
      .flo_gallery_grid.columns_4.gutter_35.masonry a {
        float: left;
        width: calc(100% / 4 - 2.1875rem); }
    .flo_gallery_grid.columns_4.gutter_40 {
      margin-top: -1.25rem; }
      .flo_gallery_grid.columns_4.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_40 a {
        margin: 1.25rem; }
      .flo_gallery_grid.columns_4.gutter_40:not(.masonry) a {
        width: calc(100% / 4 - 2.5rem); }
      .flo_gallery_grid.columns_4.gutter_40.masonry a {
        float: left;
        width: calc(100% / 4 - 2.5rem); }
    .flo_gallery_grid.columns_4.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_gallery_grid.columns_4.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_50 a {
        margin: 1.5625rem; }
      .flo_gallery_grid.columns_4.gutter_50:not(.masonry) a {
        width: calc(100% / 4 - 3.125rem); }
      .flo_gallery_grid.columns_4.gutter_50.masonry a {
        float: left;
        width: calc(100% / 4 - 3.125rem); }
    .flo_gallery_grid.columns_4.gutter_60 {
      margin-top: -1.875rem; }
      .flo_gallery_grid.columns_4.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_60 a {
        margin: 1.875rem; }
      .flo_gallery_grid.columns_4.gutter_60:not(.masonry) a {
        width: calc(100% / 4 - 3.75rem); }
      .flo_gallery_grid.columns_4.gutter_60.masonry a {
        float: left;
        width: calc(100% / 4 - 3.75rem); }
    .flo_gallery_grid.columns_4.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_gallery_grid.columns_4.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_65 a {
        margin: 2.03125rem; }
      .flo_gallery_grid.columns_4.gutter_65:not(.masonry) a {
        width: calc(100% / 4 - 4.0625rem); }
      .flo_gallery_grid.columns_4.gutter_65.masonry a {
        float: left;
        width: calc(100% / 4 - 4.0625rem); }
    .flo_gallery_grid.columns_4.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_gallery_grid.columns_4.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_70 a {
        margin: 2.1875rem; }
      .flo_gallery_grid.columns_4.gutter_70:not(.masonry) a {
        width: calc(100% / 4 - 4.375rem); }
      .flo_gallery_grid.columns_4.gutter_70.masonry a {
        float: left;
        width: calc(100% / 4 - 4.375rem); }
    .flo_gallery_grid.columns_4.gutter_80 {
      margin-top: -2.5rem; }
      .flo_gallery_grid.columns_4.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_80 a {
        margin: 2.5rem; }
      .flo_gallery_grid.columns_4.gutter_80:not(.masonry) a {
        width: calc(100% / 4 - 5rem); }
      .flo_gallery_grid.columns_4.gutter_80.masonry a {
        float: left;
        width: calc(100% / 4 - 5rem); }
    .flo_gallery_grid.columns_4.gutter_100 {
      margin-top: -3.125rem; }
      .flo_gallery_grid.columns_4.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_100 a {
        margin: 3.125rem; }
      .flo_gallery_grid.columns_4.gutter_100:not(.masonry) a {
        width: calc(100% / 4 - 6.25rem); }
      .flo_gallery_grid.columns_4.gutter_100.masonry a {
        float: left;
        width: calc(100% / 4 - 6.25rem); }
    .flo_gallery_grid.columns_4.gutter_default {
      margin-top: -0.3125rem; }
      .flo_gallery_grid.columns_4.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_gallery_grid.columns_4.gutter_default a {
        margin: 0.3125rem; }
      .flo_gallery_grid.columns_4.gutter_default:not(.masonry) a {
        width: calc(100% / 4 - 0.625rem); }
      .flo_gallery_grid.columns_4.gutter_default.masonry a {
        float: left;
        width: calc(100% / 4 - 0.625rem); } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_gallery_grid a {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding: 0 0.15625rem;
      padding-bottom: 0.3125rem; }
      .flo_gallery_grid a:last-child:not(:first-child) {
        float: right; } }

body > #swipebox-overlay {
  background-color: white; }
  body > #swipebox-overlay #swipebox-close {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #d2cfcc;
    top: 3.125rem;
    right: 3.125rem;
    width: auto;
    height: auto; }
    body > #swipebox-overlay #swipebox-close:before {
      font-size: inherit; }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      body > #swipebox-overlay #swipebox-close {
        top: 1.875rem;
        right: 50%;
        transform: translateX(50%); } }
  body > #swipebox-overlay #swipebox-slider {
    padding: 10% 0; }
    body > #swipebox-overlay #swipebox-slider .slide img {
      box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.15); }
  body > #swipebox-overlay #swipebox-bottom-bar {
    background-color: transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    body > #swipebox-overlay #swipebox-bottom-bar #swipebox-prev, body > #swipebox-overlay #swipebox-bottom-bar #swipebox-next {
      pointer-events: initial;
      color: #d2cfcc;
      font-size: 1.3125rem; }

.flo_header {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 2.1875rem;
  z-index: 10000;
  /* LOGO START */
  /* -------------------------- */
  /* LOGO END */
  /* BURGER START */
  /* -------------------------- */
  /* BURGER END */
  /* ADDONS START */
  /* -------------------------- */
  /* ADDONS END */
  /* SPACER START */
  /* -------------------------- */
  /* SPACER END */
  /* MENU START */
  /* -------------------------- */
  /* MENU END */
  /* HEADER ITEM ORDER START */
  /* -------------------------- */
  /* HEADER ITEM ORDERS END */
  color: #808284; }
  .flo_header .flo_burger_menu_socials,
  .flo_header .flo_burger_menu_link_home,
  .flo_header .flo_burger_menu_button_close {
    display: none; }
  .flo_header .flo_header_logo .flo_logo.small-logo__img {
    display: inline-block;
    object-fit: scale-down;
    flex: 0 0 auto; }
  .flo_header .flo_header_burger {
    display: none; }
    .flo_header .flo_header_burger .burger_wrap .burger, .flo_header .flo_header_burger .burger_wrap .burger_label {
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
  .flo_header .flo_header_addons {
    display: flex;
    align-items: center;
    flex: 0 0 25%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 25%;
    padding: 0; }
    .flo_header .flo_header_addons .widget {
      margin-bottom: 0;
      margin-right: 0.625rem; }
    .flo_header .flo_header_addons .social_icons {
      display: flex; }
      .flo_header .flo_header_addons .social_icons a {
        margin: 0 0.3125rem; }
    .flo_header .flo_header_addons .language_switcher {
      display: none;
      list-style: none;
      margin: 0; }
    .flo_header .flo_header_addons .search_toggle {
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer;
      margin-right: 0.625rem;
      z-index: 2;
      margin-bottom: 0.9375rem;
      font-size: 1.1em; }
      .flo_header .flo_header_addons .search_toggle .search_input_wrap {
        display: none;
        position: absolute;
        right: 0;
        top: calc(100% + 0.625rem); }
        .flo_header .flo_header_addons .search_toggle .search_input_wrap form {
          display: flex;
          align-items: center;
          width: 18.75rem; }
          .flo_header .flo_header_addons .search_toggle .search_input_wrap form .search_input, .flo_header .flo_header_addons .search_toggle .search_input_wrap form .search_submit {
            height: 2.5rem !important;
            padding: 0.625rem !important;
            border-radius: 0 !important;
            -webkit-appearance: none; }
          .flo_header .flo_header_addons .search_toggle .search_input_wrap form .search_input {
            flex: 1;
            height: auto;
            margin: 0; }
      @media screen and (min-width: 46.875em) {
        .flo_header .flo_header_addons .search_toggle {
          position: relative; } }
      @media screen and (min-width: 0em) and (max-width: 46.8125em) {
        .flo_header .flo_header_addons .search_toggle .search_input_wrap {
          right: 3.125rem; }
          .flo_header .flo_header_addons .search_toggle .search_input_wrap form {
            max-width: calc(100vw - 3.125rem * 2); } }
    .flo_header .flo_header_addons .burger_wrap {
      display: none;
      align-items: center;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
      .flo_header .flo_header_addons .burger_wrap .burger_label, .flo_header .flo_header_addons .burger_wrap .burger {
        display: inline-block;
        transition: color 333ms; }
      .flo_header .flo_header_addons .burger_wrap .burger {
        margin-top: 0.1em;
        font-size: 1.2em; }
  .flo_header .flo_header_spacer {
    flex: 0 0 25%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 25%; }
  .flo_header .flo_header_menu_and_logo {
    display: none; }
  .flo_header #flo_header_menu_trigger {
    display: none; }
  .flo_header .flo_header_menu, .flo_header .left_side, .flo_header .right_side {
    display: block; }
    .flo_header .flo_header_menu a, .flo_header .left_side a, .flo_header .right_side a {
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent; }
    .flo_header .flo_header_menu .subtitle, .flo_header .left_side .subtitle, .flo_header .right_side .subtitle {
      display: none !important; }
    .flo_header .flo_header_menu > ul, .flo_header .left_side > ul, .flo_header .right_side > ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0; }
      .flo_header .flo_header_menu > ul > li, .flo_header .left_side > ul > li, .flo_header .right_side > ul > li {
        text-align: center;
        position: relative; }
        .flo_header .flo_header_menu > ul > li .subtitle, .flo_header .left_side > ul > li .subtitle, .flo_header .right_side > ul > li .subtitle {
          display: block; }
  @media (min-width: 1025px) {
    .flo_header {
      padding-top: 3.125rem; }
      .flo_header {
        flex-wrap: wrap; }
      .flo_header.logo_position_left .flo_header_logo {
        display: flex;
        flex: 0;
        justify-content: flex-start;
        order: 1; }
      .flo_header.logo_position_right .flo_header_logo {
        display: flex;
        flex: 0;
        justify-content: flex-end;
        order: 3; }
      .flo_header.logo_position_center .flo_header_logo {
        flex: 0 0 50%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 50%;
        display: flex;
        justify-content: center;
        order: 2; }
      .flo_header.logo_position_top .flo_header_logo {
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 1.875rem;
        order: 1; }
      .flo_header.logo_position_bottom .flo_header_logo {
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        display: flex;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        order: 2; }
      .flo_header.menu_position_left {
        padding-left: 9.375rem;
        padding-right: 9.375rem; }
        .flo_header.menu_position_left .flo_header_menu, .flo_header.menu_position_left .left_side, .flo_header.menu_position_left .right_side {
          padding: 0 3.125rem; }
          .flo_header.menu_position_left .flo_header_menu > ul > li ul, .flo_header.menu_position_left .left_side > ul > li ul, .flo_header.menu_position_left .right_side > ul > li ul {
            display: none;
            position: absolute;
            z-index: 1000;
            margin: 0;
            padding: 1.25rem 1.25rem;
            background-color: #FFF;
            min-width: 12.5rem; }
            .flo_header.menu_position_left .flo_header_menu > ul > li ul li, .flo_header.menu_position_left .left_side > ul > li ul li, .flo_header.menu_position_left .right_side > ul > li ul li {
              width: 100%;
              min-width: 12.5rem;
              margin-bottom: 0.9375rem; }
          .flo_header.menu_position_left .flo_header_menu > ul > li > ul, .flo_header.menu_position_left .left_side > ul > li > ul, .flo_header.menu_position_left .right_side > ul > li > ul {
            top: 100%; }
            .flo_header.menu_position_left .flo_header_menu > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_left .left_side > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_left .right_side > ul > li > ul:not(:last-child):not(:first-child) {
              left: 0; }
            .flo_header.menu_position_left .flo_header_menu > ul > li > ul li, .flo_header.menu_position_left .left_side > ul > li > ul li, .flo_header.menu_position_left .right_side > ul > li > ul li {
              position: relative; }
              .flo_header.menu_position_left .flo_header_menu > ul > li > ul li ul, .flo_header.menu_position_left .left_side > ul > li > ul li ul, .flo_header.menu_position_left .right_side > ul > li > ul li ul {
                top: 0;
                left: 100%; }
          .flo_header.menu_position_left .flo_header_menu > ul > li:first-child > ul, .flo_header.menu_position_left .left_side > ul > li:first-child > ul, .flo_header.menu_position_left .right_side > ul > li:first-child > ul {
            left: 0;
            right: auto; }
            .flo_header.menu_position_left .flo_header_menu > ul > li:first-child > ul ul, .flo_header.menu_position_left .left_side > ul > li:first-child > ul ul, .flo_header.menu_position_left .right_side > ul > li:first-child > ul ul {
              right: auto;
              left: 100%; }
          .flo_header.menu_position_left .flo_header_menu > ul > li:last-child > ul, .flo_header.menu_position_left .flo_header_menu > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_left .left_side > ul > li:last-child > ul, .flo_header.menu_position_left .left_side > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_left .right_side > ul > li:last-child > ul, .flo_header.menu_position_left .right_side > ul > li:nth-last-child(2) > ul {
            left: auto;
            right: 0; }
            .flo_header.menu_position_left .flo_header_menu > ul > li:last-child > ul ul, .flo_header.menu_position_left .flo_header_menu > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_left .left_side > ul > li:last-child > ul ul, .flo_header.menu_position_left .left_side > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_left .right_side > ul > li:last-child > ul ul, .flo_header.menu_position_left .right_side > ul > li:nth-last-child(2) > ul ul {
              right: 100%;
              left: auto; }
        .flo_header.menu_position_left .flo_header_menu {
          flex: 1;
          padding: 0; }
          .flo_header.menu_position_left .flo_header_menu > ul > li:not(:last-child) {
            margin-right: 0.625rem; }
        .flo_header.menu_position_left .flo_header_menu {
          order: 1; }
          .flo_header.menu_position_left .flo_header_menu > ul {
            justify-content: flex-start; }
          .flo_header.menu_position_left .flo_header_menu > ul > li > ul {
            left: initial !important;
            right: 0 !important; }
      .flo_header.menu_position_right {
        padding-left: 9.375rem;
        padding-right: 9.375rem; }
        .flo_header.menu_position_right .flo_header_menu, .flo_header.menu_position_right .left_side, .flo_header.menu_position_right .right_side {
          padding: 0 3.125rem; }
          .flo_header.menu_position_right .flo_header_menu > ul > li ul, .flo_header.menu_position_right .left_side > ul > li ul, .flo_header.menu_position_right .right_side > ul > li ul {
            display: none;
            position: absolute;
            z-index: 1000;
            margin: 0;
            padding: 1.25rem 1.25rem;
            background-color: #FFF;
            min-width: 12.5rem; }
            .flo_header.menu_position_right .flo_header_menu > ul > li ul li, .flo_header.menu_position_right .left_side > ul > li ul li, .flo_header.menu_position_right .right_side > ul > li ul li {
              width: 100%;
              min-width: 12.5rem;
              margin-bottom: 0.9375rem; }
          .flo_header.menu_position_right .flo_header_menu > ul > li > ul, .flo_header.menu_position_right .left_side > ul > li > ul, .flo_header.menu_position_right .right_side > ul > li > ul {
            top: 100%; }
            .flo_header.menu_position_right .flo_header_menu > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_right .left_side > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_right .right_side > ul > li > ul:not(:last-child):not(:first-child) {
              left: 0; }
            .flo_header.menu_position_right .flo_header_menu > ul > li > ul li, .flo_header.menu_position_right .left_side > ul > li > ul li, .flo_header.menu_position_right .right_side > ul > li > ul li {
              position: relative; }
              .flo_header.menu_position_right .flo_header_menu > ul > li > ul li ul, .flo_header.menu_position_right .left_side > ul > li > ul li ul, .flo_header.menu_position_right .right_side > ul > li > ul li ul {
                top: 0;
                left: 100%; }
          .flo_header.menu_position_right .flo_header_menu > ul > li:first-child > ul, .flo_header.menu_position_right .left_side > ul > li:first-child > ul, .flo_header.menu_position_right .right_side > ul > li:first-child > ul {
            left: 0;
            right: auto; }
            .flo_header.menu_position_right .flo_header_menu > ul > li:first-child > ul ul, .flo_header.menu_position_right .left_side > ul > li:first-child > ul ul, .flo_header.menu_position_right .right_side > ul > li:first-child > ul ul {
              right: auto;
              left: 100%; }
          .flo_header.menu_position_right .flo_header_menu > ul > li:last-child > ul, .flo_header.menu_position_right .flo_header_menu > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_right .left_side > ul > li:last-child > ul, .flo_header.menu_position_right .left_side > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_right .right_side > ul > li:last-child > ul, .flo_header.menu_position_right .right_side > ul > li:nth-last-child(2) > ul {
            left: auto;
            right: 0; }
            .flo_header.menu_position_right .flo_header_menu > ul > li:last-child > ul ul, .flo_header.menu_position_right .flo_header_menu > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_right .left_side > ul > li:last-child > ul ul, .flo_header.menu_position_right .left_side > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_right .right_side > ul > li:last-child > ul ul, .flo_header.menu_position_right .right_side > ul > li:nth-last-child(2) > ul ul {
              right: 100%;
              left: auto; }
        .flo_header.menu_position_right .flo_header_menu {
          flex: 1;
          padding: 0; }
          .flo_header.menu_position_right .flo_header_menu > ul > li:not(:last-child) {
            margin-right: 0.625rem; }
        .flo_header.menu_position_right .flo_header_menu {
          order: 3; }
          .flo_header.menu_position_right .flo_header_menu > ul {
            justify-content: flex-end; }
          .flo_header.menu_position_right .flo_header_menu > ul > li > ul {
            left: initial !important;
            right: 0 !important; }
      .flo_header.menu_position_top .flo_header_menu, .flo_header.menu_position_top .left_side, .flo_header.menu_position_top .right_side {
        padding: 0 3.125rem; }
        .flo_header.menu_position_top .flo_header_menu > ul > li ul, .flo_header.menu_position_top .left_side > ul > li ul, .flo_header.menu_position_top .right_side > ul > li ul {
          display: none;
          position: absolute;
          z-index: 1000;
          margin: 0;
          padding: 1.25rem 1.25rem;
          background-color: #FFF;
          min-width: 12.5rem; }
          .flo_header.menu_position_top .flo_header_menu > ul > li ul li, .flo_header.menu_position_top .left_side > ul > li ul li, .flo_header.menu_position_top .right_side > ul > li ul li {
            width: 100%;
            min-width: 12.5rem;
            margin-bottom: 0.9375rem; }
        .flo_header.menu_position_top .flo_header_menu > ul > li > ul, .flo_header.menu_position_top .left_side > ul > li > ul, .flo_header.menu_position_top .right_side > ul > li > ul {
          top: 100%; }
          .flo_header.menu_position_top .flo_header_menu > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_top .left_side > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_top .right_side > ul > li > ul:not(:last-child):not(:first-child) {
            left: 0; }
          .flo_header.menu_position_top .flo_header_menu > ul > li > ul li, .flo_header.menu_position_top .left_side > ul > li > ul li, .flo_header.menu_position_top .right_side > ul > li > ul li {
            position: relative; }
            .flo_header.menu_position_top .flo_header_menu > ul > li > ul li ul, .flo_header.menu_position_top .left_side > ul > li > ul li ul, .flo_header.menu_position_top .right_side > ul > li > ul li ul {
              top: 0;
              left: 100%; }
        .flo_header.menu_position_top .flo_header_menu > ul > li:first-child > ul, .flo_header.menu_position_top .left_side > ul > li:first-child > ul, .flo_header.menu_position_top .right_side > ul > li:first-child > ul {
          left: 0;
          right: auto; }
          .flo_header.menu_position_top .flo_header_menu > ul > li:first-child > ul ul, .flo_header.menu_position_top .left_side > ul > li:first-child > ul ul, .flo_header.menu_position_top .right_side > ul > li:first-child > ul ul {
            right: auto;
            left: 100%; }
        .flo_header.menu_position_top .flo_header_menu > ul > li:last-child > ul, .flo_header.menu_position_top .flo_header_menu > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_top .left_side > ul > li:last-child > ul, .flo_header.menu_position_top .left_side > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_top .right_side > ul > li:last-child > ul, .flo_header.menu_position_top .right_side > ul > li:nth-last-child(2) > ul {
          left: auto;
          right: 0; }
          .flo_header.menu_position_top .flo_header_menu > ul > li:last-child > ul ul, .flo_header.menu_position_top .flo_header_menu > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_top .left_side > ul > li:last-child > ul ul, .flo_header.menu_position_top .left_side > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_top .right_side > ul > li:last-child > ul ul, .flo_header.menu_position_top .right_side > ul > li:nth-last-child(2) > ul ul {
            right: 100%;
            left: auto; }
      .flo_header.menu_position_top .flo_header_menu > ul {
        justify-content: center; }
        .flo_header.menu_position_top .flo_header_menu > ul > li {
          /* THE WIDTH OF A FIRST LEVEL ITEM */
          width: 9.375rem; }
      .flo_header.menu_position_top .flo_header_menu {
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        padding: 0 9.5rem;
        margin-bottom: 1.875rem;
        order: 1; }
      .flo_header.menu_position_burger .flo_header_addons {
        display: none !important; }
      .flo_header.menu_position_burger .flo_header_menu, .flo_header.menu_position_burger .left_side, .flo_header.menu_position_burger .right_side {
        padding: 0 3.125rem; }
        .flo_header.menu_position_burger .flo_header_menu > ul > li ul, .flo_header.menu_position_burger .left_side > ul > li ul, .flo_header.menu_position_burger .right_side > ul > li ul {
          display: none;
          position: absolute;
          z-index: 1000;
          margin: 0;
          padding: 1.25rem 1.25rem;
          background-color: #FFF;
          min-width: 12.5rem; }
          .flo_header.menu_position_burger .flo_header_menu > ul > li ul li, .flo_header.menu_position_burger .left_side > ul > li ul li, .flo_header.menu_position_burger .right_side > ul > li ul li {
            width: 100%;
            min-width: 12.5rem;
            margin-bottom: 0.9375rem; }
        .flo_header.menu_position_burger .flo_header_menu > ul > li > ul, .flo_header.menu_position_burger .left_side > ul > li > ul, .flo_header.menu_position_burger .right_side > ul > li > ul {
          top: 100%; }
          .flo_header.menu_position_burger .flo_header_menu > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_burger .left_side > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_burger .right_side > ul > li > ul:not(:last-child):not(:first-child) {
            left: 0; }
          .flo_header.menu_position_burger .flo_header_menu > ul > li > ul li, .flo_header.menu_position_burger .left_side > ul > li > ul li, .flo_header.menu_position_burger .right_side > ul > li > ul li {
            position: relative; }
            .flo_header.menu_position_burger .flo_header_menu > ul > li > ul li ul, .flo_header.menu_position_burger .left_side > ul > li > ul li ul, .flo_header.menu_position_burger .right_side > ul > li > ul li ul {
              top: 0;
              left: 100%; }
        .flo_header.menu_position_burger .flo_header_menu > ul > li:first-child > ul, .flo_header.menu_position_burger .left_side > ul > li:first-child > ul, .flo_header.menu_position_burger .right_side > ul > li:first-child > ul {
          left: 0;
          right: auto; }
          .flo_header.menu_position_burger .flo_header_menu > ul > li:first-child > ul ul, .flo_header.menu_position_burger .left_side > ul > li:first-child > ul ul, .flo_header.menu_position_burger .right_side > ul > li:first-child > ul ul {
            right: auto;
            left: 100%; }
        .flo_header.menu_position_burger .flo_header_menu > ul > li:last-child > ul, .flo_header.menu_position_burger .flo_header_menu > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_burger .left_side > ul > li:last-child > ul, .flo_header.menu_position_burger .left_side > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_burger .right_side > ul > li:last-child > ul, .flo_header.menu_position_burger .right_side > ul > li:nth-last-child(2) > ul {
          left: auto;
          right: 0; }
          .flo_header.menu_position_burger .flo_header_menu > ul > li:last-child > ul ul, .flo_header.menu_position_burger .flo_header_menu > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_burger .left_side > ul > li:last-child > ul ul, .flo_header.menu_position_burger .left_side > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_burger .right_side > ul > li:last-child > ul ul, .flo_header.menu_position_burger .right_side > ul > li:nth-last-child(2) > ul ul {
            right: 100%;
            left: auto; }
      .flo_header.menu_position_burger .flo_header_addons .burger_wrap {
        display: flex; }
        .flo_header.menu_position_burger .flo_header_addons .burger_wrap .burger:before {
          transform: translateY(-0.05em); }
      .flo_header.menu_position_burger .flo_header_menu {
        display: none;
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        order: 4;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000000;
        box-sizing: border-box;
        border: 0 solid black; }
        .flo_header.menu_position_burger .flo_header_menu > ul {
          flex-wrap: wrap;
          justify-content: flex-end;
          flex-direction: column;
          align-items: flex-end;
          width: 60%;
          max-height: calc(100% - 30% - 3.125rem - 5.625rem);
          position: absolute;
          top: 30%;
          right: 5.625rem; }
          .flo_header.menu_position_burger .flo_header_menu > ul > li {
            padding-left: 1.25rem; }
            .flo_header.menu_position_burger .flo_header_menu > ul > li ul {
              left: initial;
              right: 100% !important;
              top: 0; }
        .flo_header.menu_position_burger .flo_header_menu .flo_burger_menu_button_close, .flo_header.menu_position_burger .flo_header_menu .flo_burger_menu_socials, .flo_header.menu_position_burger .flo_header_menu .flo_burger_menu_link_home {
          display: block;
          position: absolute; }
        .flo_header.menu_position_burger .flo_header_menu .flo_burger_menu_button_close {
          top: calc(2.8125rem + 0.7em);
          right: 5.625rem;
          height: 1em;
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -o-user-select: none;
          outline: none !important;
          -webkit-tap-highlight-color: transparent;
          cursor: pointer; }
        .flo_header.menu_position_burger .flo_header_menu .flo_burger_menu_socials {
          bottom: 5.625rem;
          right: 5.625rem; }
          .flo_header.menu_position_burger .flo_header_menu .flo_burger_menu_socials a {
            margin-left: 0.9375rem; }
        .flo_header.menu_position_burger .flo_header_menu .flo_burger_menu_link_home {
          display: none;
          top: 50%;
          transform: rotate(-90deg) translateY(-50%);
          left: 8.4375rem; }
      .flo_header.menu_position_bottom .flo_header_menu, .flo_header.menu_position_bottom .left_side, .flo_header.menu_position_bottom .right_side {
        padding: 0 3.125rem; }
        .flo_header.menu_position_bottom .flo_header_menu > ul > li ul, .flo_header.menu_position_bottom .left_side > ul > li ul, .flo_header.menu_position_bottom .right_side > ul > li ul {
          display: none;
          position: absolute;
          z-index: 1000;
          margin: 0;
          padding: 1.25rem 1.25rem;
          background-color: #FFF;
          min-width: 12.5rem; }
          .flo_header.menu_position_bottom .flo_header_menu > ul > li ul li, .flo_header.menu_position_bottom .left_side > ul > li ul li, .flo_header.menu_position_bottom .right_side > ul > li ul li {
            width: 100%;
            min-width: 12.5rem;
            margin-bottom: 0.9375rem; }
        .flo_header.menu_position_bottom .flo_header_menu > ul > li > ul, .flo_header.menu_position_bottom .left_side > ul > li > ul, .flo_header.menu_position_bottom .right_side > ul > li > ul {
          top: 100%; }
          .flo_header.menu_position_bottom .flo_header_menu > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_bottom .left_side > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_bottom .right_side > ul > li > ul:not(:last-child):not(:first-child) {
            left: 0; }
          .flo_header.menu_position_bottom .flo_header_menu > ul > li > ul li, .flo_header.menu_position_bottom .left_side > ul > li > ul li, .flo_header.menu_position_bottom .right_side > ul > li > ul li {
            position: relative; }
            .flo_header.menu_position_bottom .flo_header_menu > ul > li > ul li ul, .flo_header.menu_position_bottom .left_side > ul > li > ul li ul, .flo_header.menu_position_bottom .right_side > ul > li > ul li ul {
              top: 0;
              left: 100%; }
        .flo_header.menu_position_bottom .flo_header_menu > ul > li:first-child > ul, .flo_header.menu_position_bottom .left_side > ul > li:first-child > ul, .flo_header.menu_position_bottom .right_side > ul > li:first-child > ul {
          left: 0;
          right: auto; }
          .flo_header.menu_position_bottom .flo_header_menu > ul > li:first-child > ul ul, .flo_header.menu_position_bottom .left_side > ul > li:first-child > ul ul, .flo_header.menu_position_bottom .right_side > ul > li:first-child > ul ul {
            right: auto;
            left: 100%; }
        .flo_header.menu_position_bottom .flo_header_menu > ul > li:last-child > ul, .flo_header.menu_position_bottom .flo_header_menu > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_bottom .left_side > ul > li:last-child > ul, .flo_header.menu_position_bottom .left_side > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_bottom .right_side > ul > li:last-child > ul, .flo_header.menu_position_bottom .right_side > ul > li:nth-last-child(2) > ul {
          left: auto;
          right: 0; }
          .flo_header.menu_position_bottom .flo_header_menu > ul > li:last-child > ul ul, .flo_header.menu_position_bottom .flo_header_menu > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_bottom .left_side > ul > li:last-child > ul ul, .flo_header.menu_position_bottom .left_side > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_bottom .right_side > ul > li:last-child > ul ul, .flo_header.menu_position_bottom .right_side > ul > li:nth-last-child(2) > ul ul {
            right: 100%;
            left: auto; }
      .flo_header.menu_position_bottom .flo_header_menu > ul {
        justify-content: center; }
        .flo_header.menu_position_bottom .flo_header_menu > ul > li {
          /* THE WIDTH OF A FIRST LEVEL ITEM */
          width: 9.375rem; }
      .flo_header.menu_position_bottom .flo_header_menu {
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        padding: 0 9.5rem;
        order: 2; }
      .flo_header.menu_position_around .flo_header_menu, .flo_header.menu_position_around .left_side, .flo_header.menu_position_around .right_side {
        padding: 0 3.125rem; }
        .flo_header.menu_position_around .flo_header_menu > ul > li ul, .flo_header.menu_position_around .left_side > ul > li ul, .flo_header.menu_position_around .right_side > ul > li ul {
          display: none;
          position: absolute;
          z-index: 1000;
          margin: 0;
          padding: 1.25rem 1.25rem;
          background-color: #FFF;
          min-width: 12.5rem; }
          .flo_header.menu_position_around .flo_header_menu > ul > li ul li, .flo_header.menu_position_around .left_side > ul > li ul li, .flo_header.menu_position_around .right_side > ul > li ul li {
            width: 100%;
            min-width: 12.5rem;
            margin-bottom: 0.9375rem; }
        .flo_header.menu_position_around .flo_header_menu > ul > li > ul, .flo_header.menu_position_around .left_side > ul > li > ul, .flo_header.menu_position_around .right_side > ul > li > ul {
          top: 100%; }
          .flo_header.menu_position_around .flo_header_menu > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_around .left_side > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_around .right_side > ul > li > ul:not(:last-child):not(:first-child) {
            left: 0; }
          .flo_header.menu_position_around .flo_header_menu > ul > li > ul li, .flo_header.menu_position_around .left_side > ul > li > ul li, .flo_header.menu_position_around .right_side > ul > li > ul li {
            position: relative; }
            .flo_header.menu_position_around .flo_header_menu > ul > li > ul li ul, .flo_header.menu_position_around .left_side > ul > li > ul li ul, .flo_header.menu_position_around .right_side > ul > li > ul li ul {
              top: 0;
              left: 100%; }
        .flo_header.menu_position_around .flo_header_menu > ul > li:first-child > ul, .flo_header.menu_position_around .left_side > ul > li:first-child > ul, .flo_header.menu_position_around .right_side > ul > li:first-child > ul {
          left: 0;
          right: auto; }
          .flo_header.menu_position_around .flo_header_menu > ul > li:first-child > ul ul, .flo_header.menu_position_around .left_side > ul > li:first-child > ul ul, .flo_header.menu_position_around .right_side > ul > li:first-child > ul ul {
            right: auto;
            left: 100%; }
        .flo_header.menu_position_around .flo_header_menu > ul > li:last-child > ul, .flo_header.menu_position_around .flo_header_menu > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_around .left_side > ul > li:last-child > ul, .flo_header.menu_position_around .left_side > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_around .right_side > ul > li:last-child > ul, .flo_header.menu_position_around .right_side > ul > li:nth-last-child(2) > ul {
          left: auto;
          right: 0; }
          .flo_header.menu_position_around .flo_header_menu > ul > li:last-child > ul ul, .flo_header.menu_position_around .flo_header_menu > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_around .left_side > ul > li:last-child > ul ul, .flo_header.menu_position_around .left_side > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_around .right_side > ul > li:last-child > ul ul, .flo_header.menu_position_around .right_side > ul > li:nth-last-child(2) > ul ul {
            right: 100%;
            left: auto; }
      .flo_header.menu_position_around .flo_header_menu, .flo_header.menu_position_around .flo_header_logo {
        display: none; }
      .flo_header.menu_position_around .flo_header_menu_and_logo {
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        display: flex;
        order: 4;
        margin-top: 1.25rem;
        align-items: center; }
        .flo_header.menu_position_around .flo_header_menu_and_logo .flo_header_logo {
          flex: 0 0 33.33333%;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          max-width: 33.33333%;
          display: block;
          order: 2;
          text-align: center; }
        .flo_header.menu_position_around .flo_header_menu_and_logo .left_side, .flo_header.menu_position_around .flo_header_menu_and_logo .right_side {
          flex: 0 0 33.33333%;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          max-width: 33.33333%; }
        .flo_header.menu_position_around .flo_header_menu_and_logo .left_side {
          order: 1; }
        .flo_header.menu_position_around .flo_header_menu_and_logo .right_side {
          order: 3; }
      .flo_header.menu_position_slider_bottom .flo_header_menu, .flo_header.menu_position_slider_bottom .left_side, .flo_header.menu_position_slider_bottom .right_side {
        padding: 0 3.125rem; }
        .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li ul, .flo_header.menu_position_slider_bottom .left_side > ul > li ul, .flo_header.menu_position_slider_bottom .right_side > ul > li ul {
          display: none;
          position: absolute;
          z-index: 1000;
          margin: 0;
          padding: 1.25rem 1.25rem;
          background-color: #FFF;
          min-width: 12.5rem; }
          .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li ul li, .flo_header.menu_position_slider_bottom .left_side > ul > li ul li, .flo_header.menu_position_slider_bottom .right_side > ul > li ul li {
            width: 100%;
            min-width: 12.5rem;
            margin-bottom: 0.9375rem; }
        .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li > ul, .flo_header.menu_position_slider_bottom .left_side > ul > li > ul, .flo_header.menu_position_slider_bottom .right_side > ul > li > ul {
          top: 100%; }
          .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_slider_bottom .left_side > ul > li > ul:not(:last-child):not(:first-child), .flo_header.menu_position_slider_bottom .right_side > ul > li > ul:not(:last-child):not(:first-child) {
            left: 0; }
          .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li > ul li, .flo_header.menu_position_slider_bottom .left_side > ul > li > ul li, .flo_header.menu_position_slider_bottom .right_side > ul > li > ul li {
            position: relative; }
            .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li > ul li ul, .flo_header.menu_position_slider_bottom .left_side > ul > li > ul li ul, .flo_header.menu_position_slider_bottom .right_side > ul > li > ul li ul {
              top: 0;
              left: 100%; }
        .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li:first-child > ul, .flo_header.menu_position_slider_bottom .left_side > ul > li:first-child > ul, .flo_header.menu_position_slider_bottom .right_side > ul > li:first-child > ul {
          left: 0;
          right: auto; }
          .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li:first-child > ul ul, .flo_header.menu_position_slider_bottom .left_side > ul > li:first-child > ul ul, .flo_header.menu_position_slider_bottom .right_side > ul > li:first-child > ul ul {
            right: auto;
            left: 100%; }
        .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li:last-child > ul, .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_slider_bottom .left_side > ul > li:last-child > ul, .flo_header.menu_position_slider_bottom .left_side > ul > li:nth-last-child(2) > ul, .flo_header.menu_position_slider_bottom .right_side > ul > li:last-child > ul, .flo_header.menu_position_slider_bottom .right_side > ul > li:nth-last-child(2) > ul {
          left: auto;
          right: 0; }
          .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li:last-child > ul ul, .flo_header.menu_position_slider_bottom .flo_header_menu > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_slider_bottom .left_side > ul > li:last-child > ul ul, .flo_header.menu_position_slider_bottom .left_side > ul > li:nth-last-child(2) > ul ul, .flo_header.menu_position_slider_bottom .right_side > ul > li:last-child > ul ul, .flo_header.menu_position_slider_bottom .right_side > ul > li:nth-last-child(2) > ul ul {
            right: 100%;
            left: auto; }
      .flo_header.menu_position_right, .flo_header.menu_position_left {
        flex-wrap: nowrap; }
      .flo_header.burger_position_left .flo_header_burger {
        flex: 0 0 25%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 25%;
        padding: 0 5.625rem;
        display: flex;
        order: 1;
        justify-content: flex-start; }
      .flo_header.burger_position_right .flo_header_burger {
        flex: 0 0 25%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 25%;
        padding: 0 5.625rem;
        display: flex;
        order: 3;
        justify-content: flex-end; }
      .flo_header.addons_position_left .flo_header_addons {
        flex-direction: row-reverse;
        justify-content: flex-end;
        order: 1; }
        .flo_header.addons_position_left .flo_header_addons .burger_wrap {
          flex-direction: row-reverse; }
      .flo_header.addons_position_right .flo_header_addons {
        justify-content: flex-end;
        order: 3; }
      .flo_header.addons_position_como .flo_header_addons {
        justify-content: flex-start;
        flex-direction: column;
        order: 3;
        position: absolute;
        top: 3.3125rem;
        right: 7.5rem; }
        .flo_header.addons_position_como .flo_header_addons .social_icons {
          display: none;
          flex-direction: column;
          margin-right: 0; }
          .flo_header.addons_position_como .flo_header_addons .social_icons a {
            margin-right: 0;
            margin-bottom: 0.9375rem; }
        .flo_header.addons_position_como .flo_header_addons .search_toggle {
          margin-right: 0; }
        .flo_header.addons_position_como .flo_header_addons .burger_wrap {
          display: none; }
        .flo_header.addons_position_como .flo_header_addons:before, .flo_header.addons_position_como .flo_header_addons:after {
          background-color: #202020; }
      .flo_header:not(.menu_position_right).logo_position_center.burger_position_right .flo_header_spacer, .flo_header:not(.menu_position_left).logo_position_center.burger_position_right .flo_header_spacer {
        display: block;
        order: 1; }
      .flo_header:not(.menu_position_right).logo_position_center.burger_position_left .flo_header_spacer, .flo_header:not(.menu_position_left).logo_position_center.burger_position_left .flo_header_spacer {
        display: block;
        order: 3; }
      .flo_header:not(.menu_position_right).logo_position_left.addons_position_right .flo_header_spacer, .flo_header:not(.menu_position_right).logo_position_right.addons_position_left .flo_header_spacer, .flo_header:not(.menu_position_left).logo_position_left.addons_position_right .flo_header_spacer, .flo_header:not(.menu_position_left).logo_position_right.addons_position_left .flo_header_spacer {
        display: block;
        order: 2; }
      .flo_header.menu_position_right .flo_header_spacer, .flo_header.menu_position_left .flo_header_spacer {
        display: none !important; } }
  @media (min-width: 750px) and (max-width: 1025px) {
    .flo_header {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      margin-bottom: 3.125rem;
      padding-top: 1.5625rem;
      z-index: 100;
      padding-top: 3.125rem; }
      .flo_header .flo_header_logo {
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        text-align: center;
        justify-content: center;
        flex: 1; }
      .flo_header .flo_header_addons {
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 1.25rem; }
        .flo_header .flo_header_addons .social_icons, .flo_header .flo_header_addons .social_icons a, .flo_header .flo_header_addons .search_toggle, .flo_header .flo_header_addons .search_toggle a {
          font-size: 0.9375rem; }
        .flo_header .flo_header_addons .search_toggle {
          margin-bottom: 0;
          margin-right: 0.3125rem; }
        .flo_header .flo_header_addons .burger_wrap {
          width: 100%;
          justify-content: center;
          padding-top: 0.625rem; }
          .flo_header .flo_header_addons .burger_wrap .burger {
            font-size: 1.5rem; }
      .flo_header .flo_header_addons .burger_wrap {
        display: none; }
      .flo_header .flo_header_menu {
        display: none;
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        order: 4;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000000;
        box-sizing: border-box;
        border: 0 solid black;
        padding: inherit;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; }
        .flo_header .flo_header_menu > ul {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-height: 70%;
          width: 90%;
          overflow: scroll; }
          .flo_header .flo_header_menu > ul > li {
            padding-bottom: 1.5625rem; }
        .flo_header .flo_header_menu ul {
          display: block;
          margin: 0;
          word-break: break-word !important; }
          .flo_header .flo_header_menu ul li {
            display: block;
            margin-bottom: 0.625rem; }
            .flo_header .flo_header_menu ul li > ul:before {
              content: "\e80d";
              font-family: "flo_icons"; }
        .flo_header .flo_header_menu .flo_burger_menu_button_close {
          display: block;
          position: absolute;
          top: 3.125rem;
          left: 50%;
          transform: translateX(-50%);
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -o-user-select: none;
          outline: none !important;
          -webkit-tap-highlight-color: transparent;
          cursor: pointer; }
        .flo_header .flo_header_menu .flo_burger_menu_socials {
          bottom: 2.5rem;
          right: 2.5rem; }
          .flo_header .flo_header_menu .flo_burger_menu_socials a {
            margin-left: 0.625rem; }
        .flo_header .flo_header_menu .flo_burger_menu_link_home {
          top: 4.375rem;
          left: 50%;
          transform: translateX(-50%); }
        .flo_header .flo_header_menu:before, .flo_header .flo_header_menu:after {
          content: " ";
          display: block;
          width: 1px;
          height: 0;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          background-color: black; }
        .flo_header .flo_header_menu:before {
          top: 0; }
        .flo_header .flo_header_menu:after {
          bottom: 0; }
      .flo_header .flo_header_burger {
        display: block;
        text-align: center;
        order: -1;
        font-size: 1.5625rem;
        margin-bottom: 3.125rem; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_header {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      margin-bottom: 3.125rem;
      padding-top: 1.5625rem;
      z-index: 100; }
      .flo_header .flo_header_logo {
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        text-align: center;
        justify-content: center;
        flex: 1; }
      .flo_header .flo_header_addons {
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 1.25rem; }
        .flo_header .flo_header_addons .social_icons, .flo_header .flo_header_addons .social_icons a, .flo_header .flo_header_addons .search_toggle, .flo_header .flo_header_addons .search_toggle a {
          font-size: 0.9375rem; }
        .flo_header .flo_header_addons .search_toggle {
          margin-bottom: 0;
          margin-right: 0.3125rem; }
        .flo_header .flo_header_addons .burger_wrap {
          width: 100%;
          justify-content: center;
          padding-top: 0.625rem; }
          .flo_header .flo_header_addons .burger_wrap .burger {
            font-size: 1.5rem; }
      .flo_header .flo_header_addons .burger_wrap {
        display: none; }
      .flo_header .flo_header_menu {
        display: none;
        flex: 0 0 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 100%;
        order: 4;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        padding-bottom: 7.5rem;
        z-index: 1000000;
        box-sizing: border-box;
        border: 0 solid black; }
        .flo_header .flo_header_menu > ul {
          pointer-events: initial;
          position: relative;
          top: 5rem;
          width: 100%;
          -webkit-user-drag: none;
          overflow: scroll;
          -webkit-overflow-scrolling: touch; }
          .flo_header .flo_header_menu > ul > li {
            padding-bottom: 1.5625rem; }
        .flo_header .flo_header_menu ul {
          display: block;
          margin: 0; }
          .flo_header .flo_header_menu ul li {
            display: block;
            margin-bottom: 0.625rem; }
            .flo_header .flo_header_menu ul li > ul:before {
              content: "\e80d";
              font-family: "flo_icons"; }
        .flo_header .flo_header_menu .flo_burger_menu_button_close {
          display: block;
          position: absolute; }
        .flo_header .flo_header_menu .flo_burger_menu_button_close {
          top: 1.5625rem;
          left: 50%;
          transform: translateX(-50%);
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -o-user-select: none;
          outline: none !important;
          -webkit-tap-highlight-color: transparent;
          cursor: pointer; }
        .flo_header .flo_header_menu .flo_burger_menu_socials {
          bottom: 2.5rem;
          right: 2.5rem; }
          .flo_header .flo_header_menu .flo_burger_menu_socials a {
            margin-left: 0.625rem; }
        .flo_header .flo_header_menu .flo_burger_menu_link_home {
          top: 4.375rem;
          left: 50%;
          transform: translateX(-50%); }
        .flo_header .flo_header_menu:before, .flo_header .flo_header_menu:after {
          content: " ";
          display: block;
          width: 1px;
          height: 0;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          background-color: black; }
        .flo_header .flo_header_menu:before {
          top: 0; }
        .flo_header .flo_header_menu:after {
          bottom: 0; }
      .flo_header .flo_header_burger {
        display: block;
        text-align: center;
        order: -1;
        font-size: 1.5625rem;
        margin-bottom: 3.125rem; } }
  .flo_header a {
    color: inherit;
    transition: color 333ms; }
    .flo_header a .title {
      font-family: "Lora", serif;
      font-weight: normal;
      letter-spacing: 0;
      margin-bottom: 0.4375rem;
      font-size: 0.9375rem;
      position: relative; }
      .flo_header a .title:before {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -0.125rem;
        left: 50%;
        transform: translateX(-50%);
        background-color: #808284;
        opacity: 0;
        transition: opacity 333ms; }
    .flo_header a .subtitle {
      font-family: "Playfair Display", sans-serif;
      font-style: italic; }
    .flo_header a:hover {
      color: #a4a29e; }
      .flo_header a:hover .title:before {
        opacity: 1; }
  .flo_header .flo_header_logo .logo {
    max-width: 18.75rem; }
  .flo_header .flo_header_menu > ul > li > a {
    color: #808284; }
    .flo_header .flo_header_menu > ul > li > a:hover {
      color: #a4a29e; }
  .flo_header .flo_header_menu > ul > li a {
    color: #808284; }
    .flo_header .flo_header_menu > ul > li a:hover {
      color: #a4a29e; }
  .flo_header .flo_header_menu > ul > li ul .title {
    margin-bottom: 0; }
  .flo_header .flo_header_scroll_down {
    font-family: "Lora", serif;
    font-size: 0.5rem;
    letter-spacing: 0.03125rem; }
    .flo_header .flo_header_scroll_down__arrow {
      color: #8a8a8a; }
  .flo_header .social_icons a, .flo_header .search_toggle {
    font-size: 0.625rem; }
  .flo_header .search_toggle {
    color: +kit_color_gray_light;
    transition: color 333ms; }
    .flo_header .search_toggle:hover {
      color: #a4a29e; }
    .flo_header .search_toggle .search_input_wrap {
      background-color: white;
      border: 1px solid #808284 !important; }
      .flo_header .search_toggle .search_input_wrap, .flo_header .search_toggle .search_input_wrap .search-field, .flo_header .search_toggle .search_input_wrap .search-field::-webkit-input-placeholder {
        color: #808284; }
      .flo_header .search_toggle .search_input_wrap .search-field {
        border: 0 !important; }
  .flo_header .burger_wrap {
    color: #808284;
    font-size: 1.5rem;
    transition: color 333ms; }
    .flo_header .burger_wrap:hover {
      color: #a4a29e; }
    .flo_header .burger_wrap .burger_label {
      font-family: "Playfair Display", serif;
      letter-spacing: 0;
      font-size: 0.875rem; }
  @media screen and (min-width: 64.0625em) {
    .flo_header.menu_position_burger .flo_header_menu {
      background-color: rgba(32, 32, 32, 0.8); }
      .flo_header.menu_position_burger .flo_header_menu > ul > li {
        margin-bottom: 0.625rem; }
        .flo_header.menu_position_burger .flo_header_menu > ul > li > a .title {
          font-size: 1.875rem; }
        .flo_header.menu_position_burger .flo_header_menu > ul > li > a .subtitle {
          font-size: 1.0625rem; }
      .flo_header.menu_position_burger .flo_header_menu .flo_burger_menu_link_home {
        font-family: "Lora", serif;
        font-size: 0.5625rem; }
      .flo_header.menu_position_burger .flo_header_menu .flo_burger_menu_button_close {
        font-size: 0.9375rem; }
        .flo_header.menu_position_burger .flo_header_menu .flo_burger_menu_button_close:before {
          margin: 0;
          text-align: right; } }
  @media (max-width: 1025px) {
    .flo_header .flo_header_menu {
      box-shadow: 0px 10px 8px 0px rgba(32, 32, 32, 0.4);
      background-color: rgba(32, 32, 32, 0.95); }
      .flo_header .flo_header_menu > ul > li > a .title {
        font-size: 1.375rem; }
      .flo_header .flo_header_menu > ul > li > a .subtitle {
        font-size: 1.0625rem; }
      .flo_header .flo_header_menu .flo_burger_menu_link_home {
        font-family: "Lora", serif;
        font-size: 0.5625rem; }
      .flo_header .flo_header_menu .flo_burger_menu_button_close {
        font-size: 1.25rem; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_header .flo_header .flo_header_addons .social_icons a {
      font-size: 0.9375rem; } }
  .flo_header .flo_header_scroll_down {
    display: none; }
    @media screen and (min-width: 64.0625em) {
      .flo_header .flo_header_scroll_down {
        display: none;
        position: absolute;
        top: 70vh;
        left: 3.125rem;
        transform-origin: -10% top;
        transform: rotate(-90deg) translateX(-50%);
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer; }
        .flo_header .flo_header_scroll_down__label, .flo_header .flo_header_scroll_down__arrow {
          display: inline-block;
          vertical-align: middle; }
        .flo_header .flo_header_scroll_down__arrow {
          font-size: 1.875rem;
          margin-right: 1.25rem; } }

.flo_burger_opened .flo_header_burger {
  opacity: 0 !important; }

@media screen and (min-width: 46.875em) {
  .flo_burger_opened {
    overflow: hidden; }
    .flo_burger_opened .flo_post_list_top_wrap {
      pointer-events: 0;
      z-index: 0; } }

@keyframes flo_burger_opened_animashka {
  0% {
    transition: -webkit-filter 333ms; }
  100% {
    -webkit-filter: blur(2px) brightness(2); } }

@font-face {
  font-family: 'flo_icons';
  src: url("../fonts/flo_icons/flo_icons.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/flo_icons/flo_icons.eot?#iefix") format("embedded-opentype"), url("../fonts/flo_icons/flo_icons.woff") format("woff"), url("../fonts/flo_icons/flo_icons.ttf") format("truetype"), url("../fonts/flo_icons/flo_icons.svg#3d54c972abb9411c0021bb4b24e5bce2") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'flo_icons';
    src: url('../font/flo_icons.svg?47947796#flo_icons') format('svg');
  }
}
*/
[class^="flo-icon-"]:before, [class*=" flo-icon-"]:before {
  font-family: "flo_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.flo-icon-spin3:before {
  content: '\e800'; }

/* '' */
.flo-icon-down-open-big:before {
  content: '\e801'; }

/* '' */
.flo-icon-left-open-big:before {
  content: '\e802'; }

/* '' */
.flo-icon-right-open-big:before {
  content: '\e803'; }

/* '' */
.flo-icon-up-open-big:before {
  content: '\e804'; }

/* '' */
.flo-icon-down-open:before {
  content: '\e805'; }

/* '' */
.flo-icon-left-open:before {
  content: '\e806'; }

/* '' */
.flo-icon-right-open:before {
  content: '\e807'; }

/* '' */
.flo-icon-up-open:before {
  content: '\e808'; }

/* '' */
.flo-icon-down-open-mini:before {
  content: '\e809'; }

/* '' */
.flo-icon-left-open-mini:before {
  content: '\e80a'; }

/* '' */
.flo-icon-right-open-mini:before {
  content: '\e80b'; }

/* '' */
.flo-icon-up-open-mini:before {
  content: '\e80c'; }

/* '' */
.flo-icon-down-dir:before {
  content: '\e80d'; }

/* '' */
.flo-icon-left-dir:before {
  content: '\e80e'; }

/* '' */
.flo-icon-right-dir:before {
  content: '\e80f'; }

/* '' */
.flo-icon-up-dir:before {
  content: '\e810'; }

/* '' */
.flo-icon-facebook:before {
  content: '\e811'; }

/* '' */
.flo-icon-email:before {
  content: '\e82f'; }

/* '' */
.flo-icon-instagram:before {
  content: '\e812'; }

/* '' */
.flo-icon-pinterest:before {
  content: '\e813'; }

/* '' */
.flo-icon-vimeo:before {
  content: '\e814'; }

/* '' */
.flo-icon-twitter:before {
  content: '\e815'; }

/* '' */
.flo-icon-tumblr:before {
  content: '\e816'; }

/* '' */
.flo-icon-linkedin:before {
  content: '\e817'; }

/* '' */
.flo-icon-cancel:before {
  content: '\e818'; }

/* '' */
.flo-icon-check:before {
  content: '\e819'; }

/* '' */
.flo-icon-menu:before {
  content: '\e81a'; }

/* '' */
.flo-icon-layout:before {
  content: '\e81b'; }

/* '' */
.flo-icon-search:before {
  content: '\e81c'; }

/* '' */
.flo-icon-rss:before {
  content: '\e81d'; }

/* '' */
.flo-icon-quote:before {
  content: '\e81e'; }

/* '' */
.flo-icon-resize-full:before {
  content: '\e81f'; }

/* '' */
.flo-icon-resize-small:before {
  content: '\e820'; }

/* '' */
.flo-icon-share:before {
  content: '\e821'; }

/* '' */
.flo-icon-dot-2:before {
  content: '\e822'; }

/* '' */
.flo-icon-dot-3:before {
  content: '\e823'; }

/* '' */
.flo-icon-dot:before {
  content: '\e824'; }

/* '' */
.flo-icon-flothemes:before {
  content: '\e825'; }

/* '' */
.flo-icon-location:before {
  content: '\e826'; }

/* '' */
.flo-icon-tags:before {
  content: '\e827'; }

/* '' */
.flo-icon-forward:before {
  content: '\e828'; }

/* '' */
.flo-icon-gplus:before {
  content: '\e829'; }

/* '' */
.flo-icon-yahoo:before {
  content: '\e82a'; }

/* '' */
.flo-icon-dribbble:before {
  content: '\e82b'; }

/* '' */
.flo-icon-youtube:before {
  content: '\e82c'; }

/* '' */
.flo-icon-delicious:before {
  content: '\e82d'; }

/* '' */
.flo-icon-flo-arrow-down:before {
  content: '\e82e'; }

/* '' */
.flo-icon-mail-alt:before {
  content: '\e82f'; }

/* '' */
.flo-icon-flo-arrow-left:before {
  content: '\e830'; }

/* '' */
.flo-icon-flo-arrow-line-left:before {
  content: '\e831'; }

/* '' */
.flo-icon-flo-arrow-line-right:before {
  content: '\e832'; }

/* '' */
.flo-icon-flo-arrow-right:before {
  content: '\e833'; }

/* '' */
.flo-icon-flo-arrow-up:before {
  content: '\e834'; }

/* '' */
.flo-icon-flo-burger:before {
  content: '\e835'; }

/* '' */
.flo-icon-flo-categories:before {
  content: '\e836'; }

/* '' */
.flo-icon-flo-close:before {
  content: '\e837'; }

/* '' */
.flo-icon-flo-comment:before {
  content: '\e838'; }

/* '' */
.flo-icon-flo-dir-right:before {
  content: '\e839'; }

/* '' */
.flo-icon-flo-play:before {
  content: '\e83a'; }

/* '' */
.flo-icon-flo-quote:before {
  content: '\e83b'; }

/* '' */
.flo-icon-flo-search:before {
  content: '\e83c'; }

/* '' */
.flo-icon-flo-share:before {
  content: '\e83d'; }

/* '' */
.flo-icon-flo-close-slim:before {
  content: '\e83e'; }

/* '' */
.flo-icon-flo-arrow-big-right:before {
  content: '\e83f'; }

/* '' */
.flo-icon-flo-arrow-big-left:before {
  content: '\e840'; }

/* '' */
.flo_mosaic_type_como {
  margin-bottom: 3.125rem; }
  .flo_mosaic_type_como .mosaic_title {
    font-family: "Playfair Display", serif;
    color: #a4a29e !important; }
  .flo_mosaic_type_como .title_wrap .title {
    font-family: "Playfair Display", serif; }
  .flo_mosaic_type_como .title_wrap .subtitle {
    font-family: "Lora", serif;
    font-size: 0.625rem !important; }

.flo_mosaic_type_como_big {
  margin-bottom: 3.125rem; }
  .flo_mosaic_type_como_big * {
    border: 0 !important; }
  .flo_mosaic_type_como_big .blocks_wrap {
    width: 100%; }
    .flo_mosaic_type_como_big .blocks_wrap .block {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap {
        color: white; }
  @media (min-width: 737px) {
    .flo_mosaic_type_como_big {
      height: 0;
      padding-top: 100%;
      position: relative; }
      .flo_mosaic_type_como_big .blocks_wrap {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap; }
        .flo_mosaic_type_como_big .blocks_wrap .block_container {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          height: 50%; }
        .flo_mosaic_type_como_big .blocks_wrap .block {
          position: relative; }
          .flo_mosaic_type_como_big .blocks_wrap .block.type_square {
            width: calc(50% - 7px);
            margin-top: 3.5px;
            margin-bottom: 3.5px;
            height: calc(50% - 7px);
            margin-right: 3.5px;
            margin-left: 3.5px; }
          .flo_mosaic_type_como_big .blocks_wrap .block.type_wide {
            height: calc(25% - 7px);
            margin-right: 3.5px;
            margin-left: 3.5px;
            width: calc(50% - 7px);
            margin-top: 3.5px;
            margin-bottom: 3.5px; }
          .flo_mosaic_type_como_big .blocks_wrap .block.type_tall {
            width: calc(50% - 7px);
            margin-top: 3.5px;
            margin-bottom: 3.5px;
            height: calc(100% - 7px);
            margin-right: 3.5px;
            margin-left: 3.5px; }
          .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap .title, .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap .subtitle {
            display: block; }
          .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap .subtitle {
            font-size: 1vw; }
          .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.middle_center {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center; }
            .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.middle_center .title {
              font-size: 1.8vw; }
          .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.bottom_right {
            position: absolute;
            bottom: 30px;
            left: 30px; }
            .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.bottom_right .title {
              font-size: 2vw; }
          .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap {
            transition: opacity 333ms; }
            .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.bottom_right {
              opacity: 0.8; }
            .flo_mosaic_type_como_big .blocks_wrap .block .title_wrap.middle_center {
              opacity: 0;
              transition: opacity 333ms; }
          .flo_mosaic_type_como_big .blocks_wrap .block:hover .title_wrap.middle_center, .flo_mosaic_type_como_big .blocks_wrap .block:hover .title_wrap.bottom_right {
            opacity: 1; } }
  @media (max-width: 736px) {
    .flo_mosaic_type_como_big .block {
      display: block;
      position: relative;
      height: 47vh;
      margin-bottom: 2vh; }
      .flo_mosaic_type_como_big .block .title_wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_mosaic_type_como_big .block .title_wrap .title, .flo_mosaic_type_como_big .block .title_wrap .subtitle {
          display: block; }
        .flo_mosaic_type_como_big .block .title_wrap .title {
          font-size: 30px; }
        .flo_mosaic_type_como_big .block .title_wrap .subtitle {
          font-size: 10px; } }
  .flo_mosaic_type_como_big .mosaic_title {
    font-family: "Playfair Display", serif;
    color: #a4a29e !important; }
  .flo_mosaic_type_como_big .title_wrap .title {
    font-family: "Playfair Display", serif; }
  .flo_mosaic_type_como_big .title_wrap .subtitle {
    font-family: "Lora", serif;
    font-size: 0.625rem !important; }

.flo_page > .article {
  z-index: 0; }

.flo_page .feat_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3.125rem; }

.flo_page .flo_page_title_wrap {
  text-align: center;
  word-break: break-word;
  margin-bottom: 3.125rem;
  position: relative; }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_page .flo_page_title_wrap {
      margin-bottom: 1.25rem; } }

.flo_page input {
  height: auto; }

.flo_page a {
  transition: color 333ms; }

.flo_page .flo_page_content > .columns {
  padding: 0; }

.flo_page .flo_page_content:after {
  content: " ";
  display: block;
  clear: both; }

.flo_page .flo_page_content .feat_img {
  margin-bottom: 1.875rem; }

.flo_page .flo_page_content p {
  line-height: 1.6em; }

.flo_page .flo_page_content .gallery {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .flo_page .flo_page_content .gallery::before, .flo_page .flo_page_content .gallery::after {
    content: ' ';
    display: table; }
  .flo_page .flo_page_content .gallery::after {
    clear: both; }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_page .flo_page_content .gallery .gallery-item {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin: 0;
      float: left !important;
      margin-bottom: 1.875rem;
      text-align: center; }
      .flo_page .flo_page_content .gallery .gallery-item:last-child:not(:first-child) {
        float: right; }
      .flo_page .flo_page_content .gallery .gallery-item img {
        margin-bottom: 0; } }
  @media screen and (min-width: 46.875em) {
    .flo_page .flo_page_content .gallery.gallery-columns-1 .gallery-item {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin: 0;
      float: left !important;
      margin-bottom: 1.875rem;
      text-align: center; }
      .flo_page .flo_page_content .gallery.gallery-columns-1 .gallery-item:last-child:not(:first-child) {
        float: right; }
      .flo_page .flo_page_content .gallery.gallery-columns-1 .gallery-item img {
        margin-bottom: 0; }
    .flo_page .flo_page_content .gallery.gallery-columns-2 .gallery-item {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin: 0;
      float: left !important;
      margin-bottom: 1.875rem;
      text-align: center; }
      .flo_page .flo_page_content .gallery.gallery-columns-2 .gallery-item:last-child:not(:first-child) {
        float: right; }
      .flo_page .flo_page_content .gallery.gallery-columns-2 .gallery-item img {
        margin-bottom: 0; }
    .flo_page .flo_page_content .gallery.gallery-columns-3 .gallery-item {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin: 0;
      float: left !important;
      margin-bottom: 1.875rem;
      text-align: center; }
      .flo_page .flo_page_content .gallery.gallery-columns-3 .gallery-item:last-child:not(:first-child) {
        float: right; }
      .flo_page .flo_page_content .gallery.gallery-columns-3 .gallery-item img {
        margin-bottom: 0; }
    .flo_page .flo_page_content .gallery.gallery-columns-4 .gallery-item {
      width: 25%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin: 0;
      float: left !important;
      margin-bottom: 1.875rem;
      text-align: center; }
      .flo_page .flo_page_content .gallery.gallery-columns-4 .gallery-item:last-child:not(:first-child) {
        float: right; }
      .flo_page .flo_page_content .gallery.gallery-columns-4 .gallery-item img {
        margin-bottom: 0; }
    .flo_page .flo_page_content .gallery.gallery-columns-5 .gallery-item {
      width: 20%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin: 0;
      float: left !important;
      margin-bottom: 1.875rem;
      text-align: center; }
      .flo_page .flo_page_content .gallery.gallery-columns-5 .gallery-item:last-child:not(:first-child) {
        float: right; }
      .flo_page .flo_page_content .gallery.gallery-columns-5 .gallery-item img {
        margin-bottom: 0; }
    .flo_page .flo_page_content .gallery.gallery-columns-6 .gallery-item {
      width: 16.66667%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin: 0;
      float: left !important;
      margin-bottom: 1.875rem;
      text-align: center; }
      .flo_page .flo_page_content .gallery.gallery-columns-6 .gallery-item:last-child:not(:first-child) {
        float: right; }
      .flo_page .flo_page_content .gallery.gallery-columns-6 .gallery-item img {
        margin-bottom: 0; }
    .flo_page .flo_page_content .gallery.gallery-columns-7 .gallery-item {
      width: 14.28571%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin: 0;
      float: left !important;
      margin-bottom: 1.875rem;
      text-align: center; }
      .flo_page .flo_page_content .gallery.gallery-columns-7 .gallery-item:last-child:not(:first-child) {
        float: right; }
      .flo_page .flo_page_content .gallery.gallery-columns-7 .gallery-item img {
        margin-bottom: 0; }
    .flo_page .flo_page_content .gallery.gallery-columns-8 .gallery-item {
      width: 12.5%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin: 0;
      float: left !important;
      margin-bottom: 1.875rem;
      text-align: center; }
      .flo_page .flo_page_content .gallery.gallery-columns-8 .gallery-item:last-child:not(:first-child) {
        float: right; }
      .flo_page .flo_page_content .gallery.gallery-columns-8 .gallery-item img {
        margin-bottom: 0; }
    .flo_page .flo_page_content .gallery.gallery-columns-9 .gallery-item {
      width: 11.11111%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin: 0;
      float: left !important;
      margin-bottom: 1.875rem;
      text-align: center; }
      .flo_page .flo_page_content .gallery.gallery-columns-9 .gallery-item:last-child:not(:first-child) {
        float: right; }
      .flo_page .flo_page_content .gallery.gallery-columns-9 .gallery-item img {
        margin-bottom: 0; } }

.flo_page .flo_page_content .flo-gallery-shortcode {
  width: 100%;
  margin: 0; }
  .flo_page .flo_page_content .flo-gallery-shortcode > .columns {
    width: 100%;
    margin: 0;
    padding: 0; }
    .flo_page .flo_page_content .flo-gallery-shortcode > .columns > ul {
      margin: 0;
      padding: 0; }

.flo_page .flo_page_content .flo_wordpress_content > * {
  position: relative; }

.flo_page .flo_page_content .flo_wordpress_content > *:not([data-vc-full-width="true"]) {
  max-width: 100%; }

.flo_page .social_icons a {
  margin: 0 0.5rem; }

.flo_page .flo_page_content > .flo_delimiter {
  margin-bottom: 3.125rem; }

.flo_page .flo_page_title_wrap .decoration_img {
  margin-bottom: 0.625rem; }

.flo_page .flo_page_title_wrap .category {
  margin-bottom: 0.625rem; }

.flo_page .flo_page_title_wrap .date {
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 0.0625rem;
  font-size: 0.625rem;
  color: #808284; }

.flo_page .flo_page_title_wrap .title {
  font-family: "Playfair Display", serif;
  font-size: 1.3125rem;
  letter-spacing: 0.0625rem;
  line-height: 1em;
  margin-bottom: 1.5625rem; }

.flo_page .flo_page_title_wrap .subtitle {
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: 0.875rem;
  letter-spacing: 0.1875rem; }

.flo_page p {
  font-size: 0.8125rem;
  line-height: 1.7em; }

.flo_page .flo_page_content .clear, .flo_page .flo_wordpress_content .clear {
  clear: both; }

.flo_page .flo_page_content h1, .flo_page .flo_page_content h2, .flo_page .flo_page_content h3, .flo_page .flo_wordpress_content h1, .flo_page .flo_wordpress_content h2, .flo_page .flo_wordpress_content h3 {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.125rem; }

.flo_page .flo_page_content h1, .flo_page .flo_page_content h2, .flo_page .flo_wordpress_content h1, .flo_page .flo_wordpress_content h2 {
  font-family: "Bodega Script", serif;
  font-size: 4.375rem; }

.flo_page .flo_page_content h4, .flo_page .flo_page_content h5, .flo_page .flo_wordpress_content h4, .flo_page .flo_wordpress_content h5 {
  font-family: "Playfair Display", serif; }

.flo_page .flo_page_content h4, .flo_page .flo_wordpress_content h4 {
  font-size: 1.3125rem;
  letter-spacing: 0; }

.flo_page .flo_page_content h5, .flo_page .flo_wordpress_content h5 {
  font-size: 0.875rem;
  letter-spacing: 0.1875rem; }

.flo_page .flo_page_content h6, .flo_page .flo_page_content h6 a, .flo_page .flo_wordpress_content h6, .flo_page .flo_wordpress_content h6 a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  letter-spacing: 0.0625rem; }

@media screen and (min-width: 46.875em) {
  body:not(.flo_featured_size-full_screen) .flo_page .flo_wordpress_content {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem; } }

/* DEFAULT STYLES START */
/* DEFAULT STYLES END */
.flo_pagination_type_numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3.125rem; }
  .flo_pagination_type_numbers .p_arrow:before {
    display: initial;
    position: initial; }
  .flo_pagination_type_numbers a, .flo_pagination_type_numbers span.active, .flo_pagination_type_numbers .delim {
    display: inline-block;
    text-align: center;
    height: 1.375rem;
    line-height: 1.375rem;
    border: 1px solid transparent;
    margin: 0 0.625rem;
    box-sizing: border-box;
    padding-left: 0.3em;
    transition: background-color 333ms;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    outline: none !important;
    -webkit-tap-highlight-color: transparent; }
  .flo_pagination_type_numbers span.active {
    cursor: default; }
  .flo_pagination_type_numbers a, .flo_pagination_type_numbers span.active {
    position: relative; }
    .flo_pagination_type_numbers a:after, .flo_pagination_type_numbers span.active:after {
      content: " ";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: -0.125rem;
      left: 0; }
  .flo_pagination_type_numbers span.active:after, .flo_pagination_type_numbers a:hover:after, .flo_pagination_type_numbers:hover span.active:hover:after {
    background-color: #cccdcd; }
  .flo_pagination_type_numbers a, .flo_pagination_type_numbers span.active {
    font-family: "Playfair Display", serif;
    font-size: 0.75rem;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.1875rem; }

.flo_pagination_type_categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3.125rem; }
  .flo_pagination_type_categories .p_arrow:before {
    display: initial;
    position: initial; }
  .flo_pagination_type_categories a, .flo_pagination_type_categories span.active, .flo_pagination_type_categories .delim {
    display: inline-block;
    text-align: center;
    height: 1.375rem;
    line-height: 1.375rem;
    border: 1px solid transparent;
    margin: 0 0.625rem;
    box-sizing: border-box;
    padding-left: 0.3em;
    transition: background-color 333ms;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    outline: none !important;
    -webkit-tap-highlight-color: transparent; }
  .flo_pagination_type_categories span.active {
    cursor: default; }
  .flo_pagination_type_categories a, .flo_pagination_type_categories span.active {
    position: relative; }
    .flo_pagination_type_categories a:after, .flo_pagination_type_categories span.active:after {
      content: " ";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: -0.125rem;
      left: 0; }
  .flo_pagination_type_categories span.active:after, .flo_pagination_type_categories a:hover:after, .flo_pagination_type_categories:hover span.active:hover:after {
    background-color: #cccdcd; }
  .flo_pagination_type_categories a, .flo_pagination_type_categories span.active {
    width: auto;
    height: auto;
    line-height: 1em;
    padding: 1.25rem; }
  .flo_pagination_type_categories a, .flo_pagination_type_categories span.active {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1875rem; }

.flo_pagination_type_categories_selector {
  text-align: center; }
  .flo_pagination_type_categories_selector select {
    display: inline-block;
    max-width: 18.75rem; }
  .flo_pagination_type_categories_selector select {
    font-family: "Lora", serif;
    letter-spacing: 0.125rem;
    font-size: 0.625rem; }

.flo_pagination_type_single_post {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125rem;
  padding: 2.8125rem 13.125rem;
  background-color: #f4f2ef; }
  .flo_pagination_type_single_post .separator {
    width: 1px;
    background-color: gray; }
  .flo_pagination_type_single_post .all_posts, .flo_pagination_type_single_post .prev_post_link, .flo_pagination_type_single_post .next_post_link {
    text-align: center;
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .flo_pagination_type_single_post .all_posts i, .flo_pagination_type_single_post .prev_post_link i, .flo_pagination_type_single_post .next_post_link i {
      font-size: 0.625rem;
      align-self: center; }
    .flo_pagination_type_single_post .all_posts .pagination_feat_img, .flo_pagination_type_single_post .prev_post_link .pagination_feat_img, .flo_pagination_type_single_post .next_post_link .pagination_feat_img {
      display: block;
      width: 6.25rem;
      height: 6.25rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .flo_pagination_type_single_post .all_posts .title_wrap, .flo_pagination_type_single_post .prev_post_link .title_wrap, .flo_pagination_type_single_post .next_post_link .title_wrap {
      flex: 1; }
      .flo_pagination_type_single_post .all_posts .title_wrap .post_title, .flo_pagination_type_single_post .prev_post_link .title_wrap .post_title, .flo_pagination_type_single_post .next_post_link .title_wrap .post_title {
        margin-bottom: 0.8125rem;
        word-break: break-word;
        flex: 1; }
    .flo_pagination_type_single_post .all_posts *, .flo_pagination_type_single_post .prev_post_link *, .flo_pagination_type_single_post .next_post_link * {
      display: block; }
  .flo_pagination_type_single_post .prev_post_link {
    flex-direction: row-reverse; }
    .flo_pagination_type_single_post .prev_post_link i, .flo_pagination_type_single_post .prev_post_link img, .flo_pagination_type_single_post .prev_post_link .pagination_feat_img {
      margin-right: 1.875rem; }
    .flo_pagination_type_single_post .prev_post_link .title_wrap {
      text-align: left; }
  .flo_pagination_type_single_post .next_post_link i, .flo_pagination_type_single_post .next_post_link img, .flo_pagination_type_single_post .next_post_link .pagination_feat_img {
    margin-left: 1.875rem; }
  .flo_pagination_type_single_post .next_post_link .title_wrap {
    text-align: right; }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_pagination_type_single_post {
      flex-direction: column;
      padding: 1.875rem 0.625rem; }
      .flo_pagination_type_single_post .separator {
        display: none; }
      .flo_pagination_type_single_post .pagination_feat_img {
        flex-shrink: 0; }
      .flo_pagination_type_single_post .next_post_link, .flo_pagination_type_single_post .prev_post_link {
        width: 100%; }
      .flo_pagination_type_single_post .prev_post_link {
        margin-bottom: 3.125rem; } }
  .flo_pagination_type_single_post .separator {
    background-color: #d2cfcc; }
  .flo_pagination_type_single_post .post_title {
    font-family: "Playfair Display", serif;
    font-size: 1.3125rem;
    letter-spacing: 0.0625rem;
    font-style: normal;
    color: #808284; }
  .flo_pagination_type_single_post .title {
    font-family: "Montserrat", sans-serif;
    font-size: 0.5625rem;
    letter-spacing: 0.0625rem;
    color: #808284; }
  .flo_pagination_type_single_post a {
    transition: color 333ms; }
  .flo_pagination_type_single_post i {
    color: #808284; }

.flo_post_bottom_wrap {
  display: flex;
  margin-bottom: 3.125rem;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2.8125rem;
  padding-bottom: 1.25rem;
  padding-top: 2.8125rem; }
  .flo_post_bottom_wrap .column, .flo_post_bottom_wrap .columns {
    text-align: center; }
    .flo_post_bottom_wrap .column .i, .flo_post_bottom_wrap .columns .i {
      display: none; }
    .flo_post_bottom_wrap .column .subtitle > *:not(:last-child):after, .flo_post_bottom_wrap .columns .subtitle > *:not(:last-child):after {
      content: "-";
      margin: 0 0.3125rem; }
  @media screen and (min-width: 46.875em) {
    .flo_post_bottom_wrap .column, .flo_post_bottom_wrap .columns {
      flex: 0 0 33.33333%;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem;
      max-width: 33.33333%; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_bottom_wrap .column, .flo_post_bottom_wrap .columns {
      flex: 0 0 100%;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem;
      max-width: 100%;
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_bottom_wrap .column:not(:last-child), .flo_post_bottom_wrap .columns:not(:last-child) {
      border-right: 1px solid #f8f8f8; } }
  .flo_post_bottom_wrap .column .i, .flo_post_bottom_wrap .columns .i {
    margin-bottom: 0.9375rem;
    color: #f8f8f8; }
  .flo_post_bottom_wrap .column .title_wrap .title, .flo_post_bottom_wrap .columns .title_wrap .title {
    margin-bottom: 0.5625rem;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 0.5625rem;
    letter-spacing: 0.0625rem; }
  .flo_post_bottom_wrap .column .title_wrap .subtitle, .flo_post_bottom_wrap .columns .title_wrap .subtitle {
    font-family: "Playfair Display";
    font-size: 0.875rem;
    font-style: italic; }
  .flo_post_bottom_wrap .tags .flo_social a {
    transition: color 333ms;
    font-size: 0.9375rem; }
    .flo_post_bottom_wrap .tags .flo_social a:hover {
      color: #808284; }

.flo_post_related_posts {
  background-color: #efece8;
  padding-top: 2.5rem; }
  .flo_post_related_posts .title {
    text-align: center; }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_related_posts {
      padding-bottom: 1.875rem; } }
  .flo_post_related_posts > .title {
    font-family: "Playfair Display", serif;
    font-size: 0.875rem;
    letter-spacing: 0.1875rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase; }

.flo_post_bottom_wrap_como {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 4.1875rem;
  padding-top: 2.8125rem; }
  .flo_post_bottom_wrap_como .button_share, .flo_post_bottom_wrap_como .button_comment {
    display: inline-block;
    margin: 0 6.25rem; }
    .flo_post_bottom_wrap_como .button_share label, .flo_post_bottom_wrap_como .button_comment label {
      transition: opacity 333ms; }
      .flo_post_bottom_wrap_como .button_share label i, .flo_post_bottom_wrap_como .button_comment label i {
        margin-left: 0.5rem; }
  .flo_post_bottom_wrap_como .button_share {
    position: relative; }
    .flo_post_bottom_wrap_como .button_share label {
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
    .flo_post_bottom_wrap_como .button_share .share {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 18.75rem;
      opacity: 0;
      pointer-events: none;
      transition: opacity 333ms; }
      .flo_post_bottom_wrap_como .button_share .share a {
        display: inline-block; }
    .flo_post_bottom_wrap_como .button_share input {
      display: none; }
    .flo_post_bottom_wrap_como .button_share #flo_post_bottom_wrap_como_social_trigger:checked ~ .share {
      opacity: 1;
      pointer-events: initial; }
    .flo_post_bottom_wrap_como .button_share #flo_post_bottom_wrap_como_social_trigger:checked ~ label {
      opacity: 0;
      pointer-events: none; }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_bottom_wrap_como {
      display: flex;
      flex-direction: column-reverse; }
      .flo_post_bottom_wrap_como .button_comment, .flo_post_bottom_wrap_como .button_share {
        margin: 0; }
      .flo_post_bottom_wrap_como .button_share {
        margin-bottom: 1.25rem; } }
  .flo_post_bottom_wrap_como label {
    font-family: "Montserrat", sans-serif;
    font-size: 0.5625rem;
    letter-spacing: 0.0625rem;
    color: #9c9c9c;
    margin: 0; }
    .flo_post_bottom_wrap_como label i {
      display: inline-block;
      vertical-align: middle;
      font-size: 0.9375rem; }
  .flo_post_bottom_wrap_como .flo_social a {
    margin: 0 0.5rem; }

:not(.flo_widgets) > .flo_post_list {
  margin-bottom: 3.125rem; }

.flo_post_list {
  position: relative;
  color: #808284; }
  .flo_post_list .flo_post_list_slider_controls {
    display: none; }
  .flo_post_list .flo_post_list_posts {
    width: 100%; }
  .flo_post_list .flo_post {
    vertical-align: top; }
    .flo_post_list .flo_post > * {
      display: none; }
    .flo_post_list .flo_post .flo_meta_excerpt_row .title_wrap_without_image {
      display: none; }
    .flo_post_list .flo_post .button_play {
      display: none; }
    .flo_post_list .flo_post .feat_img_wrap_open {
      display: none; }
    .flo_post_list .flo_post .feat_img_bg {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .flo_post_list .flo_post .gall_img_bg_1, .flo_post_list .flo_post .gall_img_bg_2 {
      display: none; }
    .flo_post_list .flo_post .title {
      word-break: break-word; }
    .flo_post_list .flo_post .feat_img {
      margin-bottom: 0; }
    .flo_post_list .flo_post .description_wrap .excerpt_wrap {
      display: none; }
    .flo_post_list .flo_post .description_wrap .feat_img {
      display: none; }
    .flo_post_list .flo_post .description_wrap .flo_next, .flo_post_list .flo_post .description_wrap .flo_prev {
      display: none; }
    .flo_post_list .flo_post .description_wrap > .post_category, .flo_post_list .flo_post .description_wrap > .post_date {
      display: none; }
    .flo_post_list .flo_post .border {
      display: none; }
    .flo_post_list .flo_post .flo_post_slider {
      display: none;
      position: relative; }
      .flo_post_list .flo_post .flo_post_slider .flo_post_slider_arrow_prev, .flo_post_list .flo_post .flo_post_slider .flo_post_slider_arrow_next {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
        font-size: 1.875rem;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer; }
      .flo_post_list .flo_post .flo_post_slider .flo_post_slider_arrow_next {
        right: 5%; }
      .flo_post_list .flo_post .flo_post_slider .flo_post_slider_arrow_prev {
        left: 5%; }
      .flo_post_list .flo_post .flo_post_slider input {
        display: none; }
      .flo_post_list .flo_post .flo_post_slider .slide {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: opacity 333ms;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        .flo_post_list .flo_post .flo_post_slider .slide img {
          display: none; }
      .flo_post_list .flo_post .flo_post_slider input:checked + .slide {
        opacity: 1; }
      .flo_post_list .flo_post .flo_post_slider .slide_open_post {
        display: block;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer; }
  .flo_post_list a {
    color: inherit; }
  .flo_post_list:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100% - 8.75rem); }
  .flo_post_list .meta_wrap, .flo_post_list .post_category, .flo_post_list .post_date {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.0625rem;
    font-size: 0.5625rem; }
  .flo_post_list .post_date {
    font-size: 0.625rem;
    font-family: "Playfair Display", serif;
    font-style: italic; }
  .flo_post_list .post_category {
    margin-bottom: 0.3125rem;
    color: #808284; }
  .flo_post_list .post_date {
    color: #808284; }
  .flo_post_list .title_wrap .title, .flo_post_list .title_wrap_without_image .title {
    color: #808284;
    font-family: "Playfair Display", serif;
    line-height: 1.2em;
    letter-spacing: 0.0625rem;
    font-size: 1.4375rem; }
    .flo_post_list .title_wrap .title a, .flo_post_list .title_wrap_without_image .title a {
      color: inherit; }
  .flo_post_list .excerpt_wrap {
    font-size: 0.8125rem; }
  .flo_post_list .open_post {
    font-family: "Playfair Display", serif;
    font-size: 0.8125rem;
    letter-spacing: 0;
    font-style: italic; }
  .flo_post_list .flo_post_slider .slide_open_post {
    font-family: "Playfair Display", serif;
    font-size: 1.875rem; }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_card_1 .flo_post {
      max-width: 75rem;
      display: flex;
      flex-flow: row wrap;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .flo_post_list.type_card_1 .flo_post .feat_img_bg, .flo_post_list.type_card_1 .flo_post .flo_post_slider {
        flex: 0 0 58.33333%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 58.33333%;
        display: block; }
      .flo_post_list.type_card_1 .flo_post.video .feat_img_bg {
        position: relative; }
        .flo_post_list.type_card_1 .flo_post.video .feat_img_bg:before {
          content: "\e83a";
          font-family: "flo_icons";
          font-size: 4.375rem;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .flo_post_list.type_card_1 .flo_post .description_wrap {
        flex: 0 0 41.66667%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 41.66667%;
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        padding: 0;
        padding-left: 3.125rem;
        padding-right: 3.125rem;
        text-align: center; }
        .flo_post_list.type_card_1 .flo_post .description_wrap .title {
          word-break: break-word; }
        .flo_post_list.type_card_1 .flo_post .description_wrap .decoration_img {
          display: inline-block;
          display: none;
          position: relative;
          height: 0; }
          .flo_post_list.type_card_1 .flo_post .description_wrap .decoration_img img {
            transform: translateY(-120%); }
        .flo_post_list.type_card_1 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column; }
          .flo_post_list.type_card_1 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1;
            margin-bottom: 0.625rem; }
          .flo_post_list.type_card_1 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
          .flo_post_list.type_card_1 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_card_1 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
      .flo_post_list.type_card_1 .flo_post .border {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        transition: border-color 333ms; }
        .flo_post_list.type_card_1 .flo_post .border:after, .flo_post_list.type_card_1 .flo_post .border:before {
          content: " ";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .flo_post_list.type_card_1 .flo_post .open_post {
        display: none; }
    .flo_post_list.type_card_1 .flo_post {
      min-height: 28.125rem;
      border-color: #d4d2d4 !important; }
      .flo_post_list.type_card_1 .flo_post .description_wrap, .flo_post_list.type_card_1 .flo_post .open_post {
        transition: color 333ms, background-color 333ms, border-color 333ms; }
      .flo_post_list.type_card_1 .flo_post .description_wrap {
        color: #808284;
        background-color: #fcfcfc; }
        .flo_post_list.type_card_1 .flo_post .description_wrap .meta_wrap .post_date {
          letter-spacing: 0; }
        .flo_post_list.type_card_1 .flo_post .description_wrap .title_wrap .title {
          margin-bottom: 3.75rem; }
        .flo_post_list.type_card_1 .flo_post .description_wrap:hover {
          background-color: #d2cfcc; }
    .flo_post_list.type_card_1.type_card_3 .flo_post {
      height: 23.4375rem; }
    .flo_post_list.type_card_1 .flo_post {
      padding: 2.78125rem 5.1875rem; }
      .flo_post_list.type_card_1 .flo_post:nth-child(even) {
        flex-direction: row-reverse; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_card_1 {
      height: auto !important; }
      .flo_post_list.type_card_1 .flo_post {
        display: block;
        position: initial !important;
        margin-bottom: 3.125rem; }
        .flo_post_list.type_card_1 .flo_post > .feat_img {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_card_1 .flo_post .description_wrap {
          position: relative;
          display: block;
          text-align: center; }
          .flo_post_list.type_card_1 .flo_post .description_wrap .flo_meta_excerpt_row {
            display: none; }
          .flo_post_list.type_card_1 .flo_post .description_wrap .decoration_img {
            display: none; }
          .flo_post_list.type_card_1 .flo_post .description_wrap .excerpt_wrap {
            margin-bottom: 0.625rem; }
          .flo_post_list.type_card_1 .flo_post .description_wrap .open_post {
            display: block;
            padding-top: 1.875rem; } }
  .flo_post_list.type_card_1.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_card_1.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_card_1.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_1.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_1.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_1.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_1.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_card_1.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_1.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_card_1.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_card_1.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_card_1.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_1.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_1.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_card_1.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_card_1.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_card_1.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_card_1.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_card_1.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_card_1.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_1.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_card_1.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_card_1.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_card_1.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_card_1.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_1.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_card_1.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_card_1.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_card_1.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_card_1.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_1.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_1.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_1.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_1.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_card_1.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_card_1.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_card_1.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_card_1.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_1.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_card_1.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_card_1.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_card_1.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_card_1.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_card_1.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_card_1.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_card_1.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_card_1.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_1.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_card_1.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_card_1.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_1.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_1.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_card_1.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_1.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_1.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_card_1.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_card_1.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_1.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_1.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_card_1.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_card_1.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_card_1.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_card_1.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_card_1.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_card_1.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_card_1.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_card_1.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_1.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_1.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_card_1.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_1.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_1.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_1.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_card_1.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_card_2 .flo_post {
      max-width: 75rem;
      display: flex;
      flex-flow: row wrap;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .flo_post_list.type_card_2 .flo_post .feat_img_bg, .flo_post_list.type_card_2 .flo_post .flo_post_slider {
        flex: 0 0 58.33333%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 58.33333%;
        display: block; }
      .flo_post_list.type_card_2 .flo_post.video .feat_img_bg {
        position: relative; }
        .flo_post_list.type_card_2 .flo_post.video .feat_img_bg:before {
          content: "\e83a";
          font-family: "flo_icons";
          font-size: 4.375rem;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .flo_post_list.type_card_2 .flo_post .description_wrap {
        flex: 0 0 41.66667%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        max-width: 41.66667%;
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        padding: 0;
        padding-left: 3.125rem;
        padding-right: 3.125rem;
        text-align: center; }
        .flo_post_list.type_card_2 .flo_post .description_wrap .title {
          word-break: break-word; }
        .flo_post_list.type_card_2 .flo_post .description_wrap .decoration_img {
          display: inline-block;
          display: none;
          position: relative;
          height: 0; }
          .flo_post_list.type_card_2 .flo_post .description_wrap .decoration_img img {
            transform: translateY(-120%); }
        .flo_post_list.type_card_2 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column; }
          .flo_post_list.type_card_2 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1;
            margin-bottom: 0.625rem; }
          .flo_post_list.type_card_2 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
          .flo_post_list.type_card_2 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_card_2 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
      .flo_post_list.type_card_2 .flo_post .border {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        transition: border-color 333ms; }
        .flo_post_list.type_card_2 .flo_post .border:after, .flo_post_list.type_card_2 .flo_post .border:before {
          content: " ";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .flo_post_list.type_card_2 .flo_post .open_post {
        display: none; }
    .flo_post_list.type_card_2 .flo_post {
      flex-direction: row-reverse;
      padding: 2.78125rem 0; }
    .flo_post_list.type_card_2 .description_wrap {
      text-align: center;
      padding: 3.125rem 1.875rem; }
    .flo_post_list.type_card_2 .flo_post {
      min-height: 28.125rem;
      border-color: #d4d2d4 !important; }
      .flo_post_list.type_card_2 .flo_post .description_wrap, .flo_post_list.type_card_2 .flo_post .open_post {
        transition: color 333ms, background-color 333ms, border-color 333ms; }
      .flo_post_list.type_card_2 .flo_post .description_wrap {
        color: #808284;
        background-color: #fcfcfc; }
        .flo_post_list.type_card_2 .flo_post .description_wrap .meta_wrap .post_date {
          letter-spacing: 0; }
        .flo_post_list.type_card_2 .flo_post .description_wrap .title_wrap .title {
          margin-bottom: 3.75rem; }
        .flo_post_list.type_card_2 .flo_post .description_wrap:hover {
          background-color: #d2cfcc; }
    .flo_post_list.type_card_2.type_card_3 .flo_post {
      height: 23.4375rem; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_card_2 {
      height: auto !important; }
      .flo_post_list.type_card_2 .flo_post {
        display: block;
        position: initial !important;
        margin-bottom: 3.125rem; }
        .flo_post_list.type_card_2 .flo_post > .feat_img {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_card_2 .flo_post .description_wrap {
          position: relative;
          display: block;
          text-align: center; }
          .flo_post_list.type_card_2 .flo_post .description_wrap .flo_meta_excerpt_row {
            display: none; }
          .flo_post_list.type_card_2 .flo_post .description_wrap .decoration_img {
            display: none; }
          .flo_post_list.type_card_2 .flo_post .description_wrap .excerpt_wrap {
            margin-bottom: 0.625rem; }
          .flo_post_list.type_card_2 .flo_post .description_wrap .open_post {
            display: block;
            padding-top: 1.875rem; } }
  .flo_post_list.type_card_2.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_card_2.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_card_2.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_2.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_2.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_2.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_2.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_card_2.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_2.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_card_2.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_card_2.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_card_2.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_2.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_2.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_card_2.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_card_2.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_card_2.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_card_2.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_card_2.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_card_2.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_2.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_card_2.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_card_2.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_card_2.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_card_2.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_2.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_card_2.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_card_2.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_card_2.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_card_2.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_2.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_2.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_2.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_2.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_card_2.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_card_2.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_card_2.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_card_2.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_2.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_card_2.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_card_2.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_card_2.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_card_2.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_card_2.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_card_2.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_card_2.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_card_2.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_2.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_card_2.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_card_2.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_2.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_2.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_card_2.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_2.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_2.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_card_2.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_card_2.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_2.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_2.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_card_2.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_card_2.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_card_2.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_card_2.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_card_2.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_card_2.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_card_2.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_card_2.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_2.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_2.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_card_2.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_2.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_2.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_2.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_card_2.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_card_3 {
      max-width: 75rem;
      display: flex;
      flex-flow: row wrap;
      margin-left: auto;
      margin-right: auto; }
      .flo_post_list.type_card_3 .flo_post {
        max-width: 75rem;
        display: flex;
        flex-flow: row wrap;
        margin-left: auto;
        margin-right: auto;
        position: relative; }
        .flo_post_list.type_card_3 .flo_post .feat_img_bg, .flo_post_list.type_card_3 .flo_post .flo_post_slider {
          flex: 0 0 58.33333%;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          max-width: 58.33333%;
          display: block; }
        .flo_post_list.type_card_3 .flo_post.video .feat_img_bg {
          position: relative; }
          .flo_post_list.type_card_3 .flo_post.video .feat_img_bg:before {
            content: "\e83a";
            font-family: "flo_icons";
            font-size: 4.375rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .flo_post_list.type_card_3 .flo_post .description_wrap {
          flex: 0 0 41.66667%;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          max-width: 41.66667%;
          display: flex;
          flex-direction: column;
          position: relative;
          justify-content: center;
          padding: 0;
          padding-left: 3.125rem;
          padding-right: 3.125rem;
          text-align: center; }
          .flo_post_list.type_card_3 .flo_post .description_wrap .title {
            word-break: break-word; }
          .flo_post_list.type_card_3 .flo_post .description_wrap .decoration_img {
            display: inline-block;
            display: none;
            position: relative;
            height: 0; }
            .flo_post_list.type_card_3 .flo_post .description_wrap .decoration_img img {
              transform: translateY(-120%); }
          .flo_post_list.type_card_3 .flo_post .description_wrap .meta_wrap {
            display: flex;
            flex-direction: column; }
            .flo_post_list.type_card_3 .flo_post .description_wrap .meta_wrap .post_category {
              order: 1;
              margin-bottom: 0.625rem; }
            .flo_post_list.type_card_3 .flo_post .description_wrap .meta_wrap .post_date {
              order: 2; }
            .flo_post_list.type_card_3 .flo_post .description_wrap .meta_wrap span {
              display: block; }
            .flo_post_list.type_card_3 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
              display: none; }
        .flo_post_list.type_card_3 .flo_post .border {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          pointer-events: none;
          transition: border-color 333ms; }
          .flo_post_list.type_card_3 .flo_post .border:after, .flo_post_list.type_card_3 .flo_post .border:before {
            content: " ";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .flo_post_list.type_card_3 .flo_post .open_post {
          display: none; }
      .flo_post_list.type_card_3 .flo_post {
        min-height: 28.125rem;
        border-color: #d4d2d4 !important; }
        .flo_post_list.type_card_3 .flo_post .description_wrap, .flo_post_list.type_card_3 .flo_post .open_post {
          transition: color 333ms, background-color 333ms, border-color 333ms; }
        .flo_post_list.type_card_3 .flo_post .description_wrap {
          color: #808284;
          background-color: #fcfcfc; }
          .flo_post_list.type_card_3 .flo_post .description_wrap .meta_wrap .post_date {
            letter-spacing: 0; }
          .flo_post_list.type_card_3 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 3.75rem; }
          .flo_post_list.type_card_3 .flo_post .description_wrap:hover {
            background-color: #d2cfcc; }
      .flo_post_list.type_card_3.type_card_3 .flo_post {
        height: 23.4375rem; }
      .flo_post_list.type_card_3 .flo_post {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding: 0;
        width: calc(50% - 1.25rem);
        margin-bottom: 1.25rem;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer; }
        .flo_post_list.type_card_3 .flo_post:last-child:not(:first-child) {
          float: right; }
        .flo_post_list.type_card_3 .flo_post:nth-child(odd) {
          margin-right: 1.25rem; }
        .flo_post_list.type_card_3 .flo_post:last-child {
          float: left !important; }
        .flo_post_list.type_card_3 .flo_post .feat_img_bg {
          flex: 0 0 50%;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          max-width: 50%; }
        .flo_post_list.type_card_3 .flo_post .description_wrap {
          flex: 0 0 50%;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          max-width: 50%;
          text-align: center; }
          .flo_post_list.type_card_3 .flo_post .description_wrap .excerpt_wrap {
            display: none; }
          .flo_post_list.type_card_3 .flo_post .description_wrap .open_post {
            display: none; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_card_3 {
      height: auto !important; }
      .flo_post_list.type_card_3 .flo_post {
        display: block;
        position: initial !important;
        margin-bottom: 3.125rem; }
        .flo_post_list.type_card_3 .flo_post > .feat_img {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_card_3 .flo_post .description_wrap {
          position: relative;
          display: block;
          text-align: center; }
          .flo_post_list.type_card_3 .flo_post .description_wrap .flo_meta_excerpt_row {
            display: none; }
          .flo_post_list.type_card_3 .flo_post .description_wrap .decoration_img {
            display: none; }
          .flo_post_list.type_card_3 .flo_post .description_wrap .excerpt_wrap {
            margin-bottom: 0.625rem; }
          .flo_post_list.type_card_3 .flo_post .description_wrap .open_post {
            display: block;
            padding-top: 1.875rem; }
      .flo_post_list.type_card_3 .flo_post_slider {
        display: block !important;
        width: 100%;
        margin-bottom: 1.25rem;
        height: 18.75rem; } }
  .flo_post_list.type_card_3.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_card_3.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_card_3.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_3.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_3.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_3.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_3.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_card_3.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_3.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_card_3.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_card_3.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_card_3.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_3.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_3.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_card_3.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_card_3.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_card_3.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_card_3.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_card_3.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_card_3.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_3.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_card_3.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_card_3.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_card_3.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_card_3.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_3.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_card_3.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_card_3.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_card_3.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_card_3.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_3.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_3.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_3.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_3.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_card_3.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_card_3.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_card_3.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_card_3.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_3.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_card_3.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_card_3.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_card_3.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_card_3.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_card_3.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_card_3.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_card_3.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_card_3.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_3.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_card_3.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_card_3.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_3.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_3.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_card_3.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_3.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_3.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_card_3.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_card_3.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_3.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_3.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_card_3.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_card_3.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_card_3.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_card_3.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_card_3.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_card_3.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_card_3.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_card_3.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_3.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_3.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_card_3.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_3.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_3.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_3.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_card_3.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  .flo_post_list.type_card_with_slider.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_card_with_slider.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_card_with_slider.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_with_slider.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_with_slider.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_with_slider.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_card_with_slider.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_card_with_slider.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_card_with_slider.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_with_slider.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_card_with_slider.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_card_with_slider.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_card_with_slider.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_card_with_slider.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_card_with_slider.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_with_slider.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_card_with_slider.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_card_with_slider.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_with_slider.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_card_with_slider.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_card_with_slider.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_card_with_slider.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_card_with_slider.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_with_slider.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_with_slider.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_card_with_slider.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_card_with_slider.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_card_with_slider.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_card_with_slider.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_card_with_slider.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_with_slider.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_card_with_slider.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_card_with_slider.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_with_slider.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_with_slider.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_card_with_slider.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_card_with_slider.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_with_slider.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_with_slider.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_card_with_slider.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_card_with_slider.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_card_with_slider.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_card_with_slider.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_card_with_slider.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_card_with_slider.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_card_with_slider.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_card_with_slider.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_card_with_slider.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_card_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_with_slider.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_card_with_slider.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_card_with_slider.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_card_with_slider.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_text_under .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under .flo_post .description_wrap {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative; }
        .flo_post_list.type_text_under .flo_post .description_wrap::before, .flo_post_list.type_text_under .flo_post .description_wrap::after {
          content: ' ';
          display: table; }
        .flo_post_list.type_text_under .flo_post .description_wrap::after {
          clear: both; }
        .flo_post_list.type_text_under .flo_post .description_wrap .meta_wrap {
          margin-bottom: 0.375rem; }
          .flo_post_list.type_text_under .flo_post .description_wrap .meta_wrap .post_date, .flo_post_list.type_text_under .flo_post .description_wrap .meta_wrap .post_category {
            display: inline-block; }
        .flo_post_list.type_text_under .flo_post .description_wrap .title_wrap {
          margin-bottom: 1.875rem; }
        .flo_post_list.type_text_under .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under .flo_post .description_wrap .wrap_for_type_text_under {
          width: 100%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          float: none;
          margin: 0 auto;
          padding: 0; }
          .flo_post_list.type_text_under .flo_post .description_wrap .wrap_for_type_text_under:last-child:not(:first-child) {
            float: right; }
        .flo_post_list.type_text_under .flo_post .description_wrap .excerpt_wrap {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_text_under .flo_post .description_wrap .feat_img {
          display: block;
          width: 100%;
          margin-bottom: 2.1875rem; }
      .flo_post_list.type_text_under .flo_post .open_post {
        display: block;
        margin-top: 1.25rem; }
        .flo_post_list.type_text_under .flo_post .open_post i {
          margin-left: 0.625rem; }
      .flo_post_list.type_text_under .flo_post .feat_img_wrap {
        position: relative; }
        .flo_post_list.type_text_under .flo_post .feat_img_wrap .button_play {
          display: block;
          font-size: 4.8125rem;
          z-index: 2;
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -o-user-select: none;
          outline: none !important;
          -webkit-tap-highlight-color: transparent;
          cursor: pointer;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: opacity 333ms; }
        .flo_post_list.type_text_under .flo_post .feat_img_wrap .feat_img {
          transition: opacity 333ms;
          z-index: 2; }
        .flo_post_list.type_text_under .flo_post .feat_img_wrap .video-container {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
          .flo_post_list.type_text_under .flo_post .feat_img_wrap .video-container iframe {
            width: 100%;
            height: 100%; }
          .flo_post_list.type_text_under .flo_post .feat_img_wrap .video-container *:not(iframe) {
            display: none; }
        .flo_post_list.type_text_under .flo_post .feat_img_wrap.video-active .button_play, .flo_post_list.type_text_under .flo_post .feat_img_wrap.video-active .feat_img {
          opacity: 0;
          pointer-events: none; } }
  @media screen and (min-width: 46.875em) and (min-width: 64.0625em) {
    .flo_post_list.type_text_under .flo_post .description_wrap .decoration_img {
      display: none;
      width: 8.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      position: absolute;
      left: 0;
      transform: translateX(-100%);
      top: 0;
      height: auto;
      padding-left: 0; }
      .flo_post_list.type_text_under .flo_post .description_wrap .decoration_img:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 46.875em) and (min-width: 46.875em) {
    .flo_post_list.type_text_under .flo_post .flo_meta_excerpt_row {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0; }
      .flo_post_list.type_text_under .flo_post .flo_meta_excerpt_row::before, .flo_post_list.type_text_under .flo_post .flo_meta_excerpt_row::after {
        content: ' ';
        display: table; }
      .flo_post_list.type_text_under .flo_post .flo_meta_excerpt_row::after {
        clear: both; }
      .flo_post_list.type_text_under .flo_post .flo_meta_excerpt_row .meta_wrap {
        width: 54.16667%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding: 0; }
        .flo_post_list.type_text_under .flo_post .flo_meta_excerpt_row .meta_wrap:last-child:not(:first-child) {
          float: right; }
        .flo_post_list.type_text_under .flo_post .flo_meta_excerpt_row .meta_wrap .post_category, .flo_post_list.type_text_under .flo_post .flo_meta_excerpt_row .meta_wrap .post_date {
          width: 100%; }
      .flo_post_list.type_text_under .flo_post .flo_meta_excerpt_row .excerpt_wrap {
        width: 45.83333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding: 0;
        margin-bottom: 0; }
        .flo_post_list.type_text_under .flo_post .flo_meta_excerpt_row .excerpt_wrap:last-child:not(:first-child) {
          float: right; } }
  @media screen and (min-width: 46.875em) and (min-width: 46.875em) and (max-width: 64em) {
    .flo_post_list.type_text_under .flo_post .decoration_img {
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_text_under .flo_post {
      padding: 0 5.625rem;
      padding-bottom: 4.6875rem; }
      .flo_post_list.type_text_under .flo_post:not(:last-child) {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 5rem; }
    .flo_post_list.type_text_under .slider_counter {
      font-family: "Playfair Display", serif;
      font-size: 0.9375rem;
      font-style: italic; }
    .flo_post_list.type_text_under .feat_img_wrap {
      position: relative;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
      .flo_post_list.type_text_under .feat_img_wrap .feat_img_wrap_open, .flo_post_list.type_text_under .feat_img_wrap:before {
        transition: opacity 333ms; }
      .flo_post_list.type_text_under .feat_img_wrap .feat_img_wrap_open {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        font-family: "Lora", serif;
        color: white;
        font-size: 0.625rem; }
      .flo_post_list.type_text_under .feat_img_wrap:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1; }
      .flo_post_list.type_text_under .feat_img_wrap:hover .feat_img_wrap_open, .flo_post_list.type_text_under .feat_img_wrap:hover:before {
        opacity: 1; }
    .flo_post_list.type_text_under .flo_meta_excerpt_row {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_text_under {
      height: auto !important; }
      .flo_post_list.type_text_under .flo_post {
        display: block;
        position: initial !important;
        margin-bottom: 3.125rem; }
        .flo_post_list.type_text_under .flo_post > .feat_img {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_text_under .flo_post .description_wrap {
          position: relative;
          display: block;
          text-align: center; }
          .flo_post_list.type_text_under .flo_post .description_wrap .flo_meta_excerpt_row {
            display: none; }
          .flo_post_list.type_text_under .flo_post .description_wrap .decoration_img {
            display: none; }
          .flo_post_list.type_text_under .flo_post .description_wrap .excerpt_wrap {
            margin-bottom: 0.625rem; }
          .flo_post_list.type_text_under .flo_post .description_wrap .open_post {
            display: block;
            padding-top: 1.875rem; } }
  .flo_post_list.type_text_under.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_text_under.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_text_under.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_text_under.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_text_under.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_text_under.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_text_under.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_text_under.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_text_under.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_text_under.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_text_under.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_text_under.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_text_under.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_text_under.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_text_under.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_text_under.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_text_under.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_text_under.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_text_under.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_text_under.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_text_under.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_text_under.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_text_under.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_text_under.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_text_under.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_text_under.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_text_under.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_text_under.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_text_under.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_text_under.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_text_under.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_text_under.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_text_under.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_text_under.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_text_under.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_text_under.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_text_under.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_text_under.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_text_under.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_text_under.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_text_under.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_text_under.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_text_under.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_text_under.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_text_under.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_text_under.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_text_under.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_text_under.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_text_under.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_text_under.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_text_under.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_text_under.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_text_under_with_slider .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under_with_slider .flo_post .flo_post_slider {
        display: block;
        width: 100%;
        padding-top: 66%;
        margin-bottom: 2.5rem; }
        .flo_post_list.type_text_under_with_slider .flo_post .flo_post_slider .slide {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        .flo_post_list.type_text_under_with_slider .flo_post .flo_post_slider .flo_post_slider_arrow_next, .flo_post_list.type_text_under_with_slider .flo_post .flo_post_slider .flo_post_slider_arrow_prev {
          display: none; }
      .flo_post_list.type_text_under_with_slider .flo_post .description_wrap {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative; }
        .flo_post_list.type_text_under_with_slider .flo_post .description_wrap::before, .flo_post_list.type_text_under_with_slider .flo_post .description_wrap::after {
          content: ' ';
          display: table; }
        .flo_post_list.type_text_under_with_slider .flo_post .description_wrap::after {
          clear: both; }
        .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .meta_wrap {
          margin-bottom: 0.375rem; }
          .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .meta_wrap .post_date, .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .meta_wrap .post_category {
            display: inline-block; }
        .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .title_wrap {
          margin-bottom: 2.875rem;
          display: flex;
          justify-content: space-between;
          flex: 1; }
          .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .title_wrap .slider_arrows_wrap {
            flex: 0 0 9rem;
            display: flex;
            justify-content: space-between;
            margin-top: 0.625rem; }
            .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .title_wrap .slider_arrows_wrap .flo_post_slider_arrow_next, .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .title_wrap .slider_arrows_wrap .flo_post_slider_arrow_prev {
              display: inline-block;
              font-size: 1rem;
              -moz-user-select: none;
              -khtml-user-select: none;
              -webkit-user-select: none;
              -o-user-select: none;
              outline: none !important;
              -webkit-tap-highlight-color: transparent;
              cursor: pointer;
              opacity: 0.3;
              transition: opacity 333ms; }
              .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .title_wrap .slider_arrows_wrap .flo_post_slider_arrow_next:hover, .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .title_wrap .slider_arrows_wrap .flo_post_slider_arrow_prev:hover {
                opacity: 1; }
            .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .title_wrap .slider_arrows_wrap .slider_counter {
              flex: 1;
              text-align: center; }
        .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .wrap_for_type_text_under {
          width: 100%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          float: none;
          margin: 0 auto;
          padding: 0; }
          .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .wrap_for_type_text_under:last-child:not(:first-child) {
            float: right; }
        .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .excerpt_wrap {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .feat_img {
          display: block;
          width: 100%;
          margin-bottom: 1.875rem; }
      .flo_post_list.type_text_under_with_slider .flo_post .open_post {
        display: block;
        text-align: right; }
        .flo_post_list.type_text_under_with_slider .flo_post .open_post i {
          margin-left: 0.625rem; }
      .flo_post_list.type_text_under_with_slider .flo_post .feat_img_wrap {
        position: relative; }
        .flo_post_list.type_text_under_with_slider .flo_post .feat_img_wrap .button_play {
          display: block;
          font-size: 4.8125rem;
          z-index: 2;
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -o-user-select: none;
          outline: none !important;
          -webkit-tap-highlight-color: transparent;
          cursor: pointer;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: opacity 333ms; }
        .flo_post_list.type_text_under_with_slider .flo_post .feat_img_wrap .feat_img {
          transition: opacity 333ms;
          z-index: 2; }
        .flo_post_list.type_text_under_with_slider .flo_post .feat_img_wrap .video-container {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
          .flo_post_list.type_text_under_with_slider .flo_post .feat_img_wrap .video-container iframe {
            width: 100%;
            height: 100%; }
          .flo_post_list.type_text_under_with_slider .flo_post .feat_img_wrap .video-container *:not(iframe) {
            display: none; }
        .flo_post_list.type_text_under_with_slider .flo_post .feat_img_wrap.video-active .button_play, .flo_post_list.type_text_under_with_slider .flo_post .feat_img_wrap.video-active .feat_img {
          opacity: 0;
          pointer-events: none; } }
  @media screen and (min-width: 46.875em) and (min-width: 64.0625em) {
    .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .decoration_img {
      display: none;
      width: 8.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      position: absolute;
      left: 0;
      transform: translateX(-100%);
      top: 0;
      height: auto;
      padding-left: 0; }
      .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .decoration_img:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 46.875em) and (min-width: 46.875em) {
    .flo_post_list.type_text_under_with_slider .flo_post .flo_meta_excerpt_row {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .flo_post_list.type_text_under_with_slider .flo_post .flo_meta_excerpt_row::before, .flo_post_list.type_text_under_with_slider .flo_post .flo_meta_excerpt_row::after {
        content: ' ';
        display: table; }
      .flo_post_list.type_text_under_with_slider .flo_post .flo_meta_excerpt_row::after {
        clear: both; }
      .flo_post_list.type_text_under_with_slider .flo_post .flo_meta_excerpt_row .meta_wrap {
        width: 54.16667%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding: 0;
        margin-bottom: 0; }
        .flo_post_list.type_text_under_with_slider .flo_post .flo_meta_excerpt_row .meta_wrap:last-child:not(:first-child) {
          float: right; }
        .flo_post_list.type_text_under_with_slider .flo_post .flo_meta_excerpt_row .meta_wrap .post_category, .flo_post_list.type_text_under_with_slider .flo_post .flo_meta_excerpt_row .meta_wrap .post_date {
          width: 100%; }
      .flo_post_list.type_text_under_with_slider .flo_post .flo_meta_excerpt_row .excerpt_wrap {
        width: 45.83333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding: 0;
        margin-bottom: 0; }
        .flo_post_list.type_text_under_with_slider .flo_post .flo_meta_excerpt_row .excerpt_wrap:last-child:not(:first-child) {
          float: right; } }
  @media screen and (min-width: 46.875em) and (min-width: 46.875em) and (max-width: 64em) {
    .flo_post_list.type_text_under_with_slider .flo_post .decoration_img {
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_text_under_with_slider .flo_post {
      padding: 0 5.625rem;
      padding-bottom: 4.6875rem; }
      .flo_post_list.type_text_under_with_slider .flo_post:not(:last-child) {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 5rem; }
    .flo_post_list.type_text_under_with_slider .slider_counter {
      font-family: "Playfair Display", serif;
      font-size: 0.9375rem;
      font-style: italic; }
    .flo_post_list.type_text_under_with_slider .feat_img_wrap {
      position: relative;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
      .flo_post_list.type_text_under_with_slider .feat_img_wrap .feat_img_wrap_open, .flo_post_list.type_text_under_with_slider .feat_img_wrap:before {
        transition: opacity 333ms; }
      .flo_post_list.type_text_under_with_slider .feat_img_wrap .feat_img_wrap_open {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        font-family: "Lora", serif;
        color: white;
        font-size: 0.625rem; }
      .flo_post_list.type_text_under_with_slider .feat_img_wrap:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1; }
      .flo_post_list.type_text_under_with_slider .feat_img_wrap:hover .feat_img_wrap_open, .flo_post_list.type_text_under_with_slider .feat_img_wrap:hover:before {
        opacity: 1; }
    .flo_post_list.type_text_under_with_slider .flo_meta_excerpt_row {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_text_under_with_slider {
      height: auto !important; }
      .flo_post_list.type_text_under_with_slider .flo_post {
        display: block;
        position: initial !important;
        margin-bottom: 3.125rem; }
        .flo_post_list.type_text_under_with_slider .flo_post > .feat_img {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_text_under_with_slider .flo_post .description_wrap {
          position: relative;
          display: block;
          text-align: center; }
          .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .flo_meta_excerpt_row {
            display: none; }
          .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .decoration_img {
            display: none; }
          .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .excerpt_wrap {
            margin-bottom: 0.625rem; }
          .flo_post_list.type_text_under_with_slider .flo_post .description_wrap .open_post {
            display: block;
            padding-top: 1.875rem; }
      .flo_post_list.type_text_under_with_slider .flo_post_slider {
        display: block;
        width: 100%;
        padding-top: 66%;
        margin-bottom: 1.25rem; }
      .flo_post_list.type_text_under_with_slider .slider_arrows_wrap {
        display: none; } }
  .flo_post_list.type_text_under_with_slider.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_text_under_with_slider.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_text_under_with_slider.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_text_under_with_slider.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under_with_slider.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_text_under_with_slider.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_text_under_with_slider.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_text_under_with_slider.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under_with_slider.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_text_under_with_slider.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under_with_slider.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_text_under_with_slider.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_text_under_with_slider.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_text_under_with_slider.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_text_under_with_slider.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_text_under_with_slider.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_text_under_with_slider.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_text_under_with_slider.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_text_under_with_slider.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under_with_slider.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_text_under_with_slider.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_text_under_with_slider.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under_with_slider.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_text_under_with_slider.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_text_under_with_slider.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under_with_slider.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under_with_slider.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_text_under_with_slider.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_text_under_with_slider.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_text_under_with_slider.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_text_under_with_slider.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_text_under_with_slider.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_text_under_with_slider.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_text_under_with_slider.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_text_under_with_slider.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_text_under_with_slider.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_text_under_with_slider.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_text_under_with_slider.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_list_without_image .flo_post {
      display: block; }
      .flo_post_list.type_list_without_image .flo_post .description_wrap {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative; }
        .flo_post_list.type_list_without_image .flo_post .description_wrap::before, .flo_post_list.type_list_without_image .flo_post .description_wrap::after {
          content: ' ';
          display: table; }
        .flo_post_list.type_list_without_image .flo_post .description_wrap::after {
          clear: both; }
        .flo_post_list.type_list_without_image .flo_post .description_wrap .meta_wrap {
          margin-bottom: 0.375rem; }
          .flo_post_list.type_list_without_image .flo_post .description_wrap .meta_wrap .post_date, .flo_post_list.type_list_without_image .flo_post .description_wrap .meta_wrap .post_category {
            display: inline-block; }
        .flo_post_list.type_list_without_image .flo_post .description_wrap .title_wrap {
          margin-bottom: 2.5rem; }
        .flo_post_list.type_list_without_image .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_list_without_image .flo_post .description_wrap .wrap_for_type_text_under {
          width: 100%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          float: none;
          margin: 0 auto;
          padding: 0; }
          .flo_post_list.type_list_without_image .flo_post .description_wrap .wrap_for_type_text_under:last-child:not(:first-child) {
            float: right; }
        .flo_post_list.type_list_without_image .flo_post .description_wrap .excerpt_wrap {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_list_without_image .flo_post .description_wrap .feat_img {
          display: none;
          margin-bottom: 1.875rem; }
      .flo_post_list.type_list_without_image .flo_post .open_post i {
        margin-left: 0.625rem; } }
  @media screen and (min-width: 46.875em) and (min-width: 64.0625em) {
    .flo_post_list.type_list_without_image .flo_post .description_wrap .decoration_img {
      display: none;
      width: 8.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      position: absolute;
      left: 0;
      transform: translateX(-100%);
      top: 0;
      height: auto;
      padding-left: 0; }
      .flo_post_list.type_list_without_image .flo_post .description_wrap .decoration_img:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 46.875em) and (min-width: 46.875em) {
    .flo_post_list.type_list_without_image .flo_post .title_wrap {
      display: none; }
    .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0; }
      .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row::before, .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row::after {
        content: ' ';
        display: table; }
      .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row::after {
        clear: both; }
      .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row .title_wrap_without_image {
        display: block;
        margin-bottom: 1.875rem; }
      .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row .meta_wrap {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding: 0;
        padding-right: 9.375rem; }
        .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row .meta_wrap:last-child:not(:first-child) {
          float: right; }
        .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row .meta_wrap .post_category, .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row .meta_wrap .post_date {
          width: 100%; }
      .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row .excerpt_wrap {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding: 0; }
        .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row .excerpt_wrap:last-child:not(:first-child) {
          float: right; }
      .flo_post_list.type_list_without_image .flo_post .flo_meta_excerpt_row .open_post {
        display: block;
        margin-top: 2.1875rem; } }
  @media screen and (min-width: 46.875em) and (min-width: 46.875em) and (max-width: 64em) {
    .flo_post_list.type_list_without_image .flo_post .decoration_img {
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_list_without_image .flo_post {
      border-bottom: 1px solid #9c9c9c;
      padding-bottom: 5rem; }
      .flo_post_list.type_list_without_image .flo_post:not(last-child) {
        margin-bottom: 5rem; }
    .flo_post_list.type_list_without_image .feat_img_wrap {
      position: relative;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
      .flo_post_list.type_list_without_image .feat_img_wrap .feat_img_wrap_open, .flo_post_list.type_list_without_image .feat_img_wrap:before {
        transition: opacity 333ms; }
      .flo_post_list.type_list_without_image .feat_img_wrap .feat_img_wrap_open {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        font-family: "Lora", serif;
        color: white;
        font-size: 0.625rem; }
      .flo_post_list.type_list_without_image .feat_img_wrap:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to top, rgba(32, 32, 32, 0.14) 0%, rgba(32, 32, 32, 0) 100%);
        opacity: 0;
        z-index: 1; }
      .flo_post_list.type_list_without_image .feat_img_wrap:hover .feat_img_wrap_open, .flo_post_list.type_list_without_image .feat_img_wrap:hover:before {
        opacity: 1; }
    .flo_post_list.type_list_without_image .title_wrap_without_image .title {
      font-size: 2.125rem; }
    .flo_post_list.type_list_without_image .flo_meta_excerpt_row {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_list_without_image {
      height: auto !important; }
      .flo_post_list.type_list_without_image .flo_post {
        display: block;
        position: initial !important;
        margin-bottom: 3.125rem; }
        .flo_post_list.type_list_without_image .flo_post > .feat_img {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_list_without_image .flo_post .description_wrap {
          position: relative;
          display: block;
          text-align: center; }
          .flo_post_list.type_list_without_image .flo_post .description_wrap .flo_meta_excerpt_row {
            display: none; }
          .flo_post_list.type_list_without_image .flo_post .description_wrap .decoration_img {
            display: none; }
          .flo_post_list.type_list_without_image .flo_post .description_wrap .excerpt_wrap {
            margin-bottom: 0.625rem; }
          .flo_post_list.type_list_without_image .flo_post .description_wrap .open_post {
            display: block;
            padding-top: 1.875rem; } }
  .flo_post_list.type_list_without_image.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_list_without_image.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_list_without_image.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_list_without_image.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_list_without_image.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_list_without_image.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_list_without_image.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_list_without_image.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_list_without_image.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_list_without_image.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_list_without_image.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_list_without_image.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_list_without_image.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_list_without_image.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_list_without_image.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_list_without_image.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_list_without_image.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_list_without_image.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_list_without_image.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_list_without_image.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_list_without_image.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_list_without_image.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_list_without_image.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_list_without_image.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_list_without_image.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_list_without_image.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_list_without_image.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_list_without_image.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_list_without_image.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_list_without_image.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_list_without_image.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_list_without_image.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_list_without_image.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_list_without_image.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_list_without_image.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_list_without_image.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_list_without_image.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_list_without_image.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_list_without_image.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_list_without_image.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_list_without_image.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_list_without_image.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_list_without_image.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_list_without_image.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_list_without_image.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_list_without_image.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_list_without_image.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_list_without_image.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_list_without_image.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_list_without_image.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_list_without_image.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_list_without_image.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_list_without_image.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_list_without_image.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_list_without_image.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_list_without_image.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_list_without_image.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_list_without_image.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_list_without_image.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_list_without_image.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_list_without_image.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_list_without_image.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_list_without_image.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_list_without_image.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_list_without_image.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_list_without_image.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_list_without_image.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_list_without_image.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_list_without_image.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_list_without_image.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_list_without_image.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_list_without_image.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_list_without_image.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_list_without_image.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_grid_text_under {
      display: flex;
      flex-wrap: wrap;
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      position: relative;
      padding: 0;
      width: 100%; }
      .flo_post_list.type_grid_text_under::before, .flo_post_list.type_grid_text_under::after {
        content: ' ';
        display: table; }
      .flo_post_list.type_grid_text_under::after {
        clear: both; }
      .flo_post_list.type_grid_text_under .feat_img {
        position: relative; }
      .flo_post_list.type_grid_text_under .flo_post {
        display: inline-block;
        position: relative;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer; }
        .flo_post_list.type_grid_text_under .flo_post .title {
          word-break: break-word; }
        .flo_post_list.type_grid_text_under .flo_post.video .feat_img:before {
          content: "\e83a";
          font-family: "flo_icons";
          font-size: 4.375rem;
          color: white;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .flo_post_list.type_grid_text_under .flo_post .feat_img {
          display: block;
          width: 100%; }
        .flo_post_list.type_grid_text_under .flo_post .description_wrap {
          display: block; }
          .flo_post_list.type_grid_text_under .flo_post .description_wrap .meta_wrap {
            display: none; }
          .flo_post_list.type_grid_text_under .flo_post .description_wrap .decoration_img {
            display: none; }
          .flo_post_list.type_grid_text_under .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 0; }
      .flo_post_list.type_grid_text_under .flo_post_list_posts {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; } }
  @media screen and (min-width: 46.875em) and (min-width: 46.875em) {
    .flo_post_list.type_grid_text_under.columns_1.gutter_0 {
      margin-top: 0; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_0 .flo_post {
        margin: 0; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_0:not(.masonry) .flo_post {
        width: calc(100% / 1 - 0); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_0.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 0); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_2 .flo_post {
        margin: 0.0625rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_2:not(.masonry) .flo_post {
        width: calc(100% / 1 - 0.125rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_2.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 0.125rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_5 .flo_post {
        margin: 0.15625rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_5:not(.masonry) .flo_post {
        width: calc(100% / 1 - 0.3125rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_5.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 0.3125rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_10 .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_10:not(.masonry) .flo_post {
        width: calc(100% / 1 - 0.625rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_10.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 0.625rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_20 {
      margin-top: -0.625rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_20 .flo_post {
        margin: 0.625rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_20:not(.masonry) .flo_post {
        width: calc(100% / 1 - 1.25rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_20.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 1.25rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_30 .flo_post {
        margin: 0.9375rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_30:not(.masonry) .flo_post {
        width: calc(100% / 1 - 1.875rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_30.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 1.875rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_35 .flo_post {
        margin: 1.09375rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_35:not(.masonry) .flo_post {
        width: calc(100% / 1 - 2.1875rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_35.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 2.1875rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_40 {
      margin-top: -1.25rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_40 .flo_post {
        margin: 1.25rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_40:not(.masonry) .flo_post {
        width: calc(100% / 1 - 2.5rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_40.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 2.5rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_50 .flo_post {
        margin: 1.5625rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_50:not(.masonry) .flo_post {
        width: calc(100% / 1 - 3.125rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_50.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 3.125rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_60 {
      margin-top: -1.875rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_60 .flo_post {
        margin: 1.875rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_60:not(.masonry) .flo_post {
        width: calc(100% / 1 - 3.75rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_60.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 3.75rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_65 .flo_post {
        margin: 2.03125rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_65:not(.masonry) .flo_post {
        width: calc(100% / 1 - 4.0625rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_65.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 4.0625rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_70 .flo_post {
        margin: 2.1875rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_70:not(.masonry) .flo_post {
        width: calc(100% / 1 - 4.375rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_70.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 4.375rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_80 {
      margin-top: -2.5rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_80 .flo_post {
        margin: 2.5rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_80:not(.masonry) .flo_post {
        width: calc(100% / 1 - 5rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_80.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 5rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_100 {
      margin-top: -3.125rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_100 .flo_post {
        margin: 3.125rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_100:not(.masonry) .flo_post {
        width: calc(100% / 1 - 6.25rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_100.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 6.25rem); }
    .flo_post_list.type_grid_text_under.columns_1.gutter_default {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_default .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_1.gutter_default:not(.masonry) .flo_post {
        width: calc(100% / 1 - 0.625rem); }
      .flo_post_list.type_grid_text_under.columns_1.gutter_default.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 0.625rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_0 {
      margin-top: 0; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_0 .flo_post {
        margin: 0; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_0:not(.masonry) .flo_post {
        width: calc(100% / 2 - 0); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_0.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 0); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_2 .flo_post {
        margin: 0.0625rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_2:not(.masonry) .flo_post {
        width: calc(100% / 2 - 0.125rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_2.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 0.125rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_5 .flo_post {
        margin: 0.15625rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_5:not(.masonry) .flo_post {
        width: calc(100% / 2 - 0.3125rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_5.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 0.3125rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_10 .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_10:not(.masonry) .flo_post {
        width: calc(100% / 2 - 0.625rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_10.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 0.625rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_20 {
      margin-top: -0.625rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_20 .flo_post {
        margin: 0.625rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_20:not(.masonry) .flo_post {
        width: calc(100% / 2 - 1.25rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_20.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 1.25rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_30 .flo_post {
        margin: 0.9375rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_30:not(.masonry) .flo_post {
        width: calc(100% / 2 - 1.875rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_30.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 1.875rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_35 .flo_post {
        margin: 1.09375rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_35:not(.masonry) .flo_post {
        width: calc(100% / 2 - 2.1875rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_35.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 2.1875rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_40 {
      margin-top: -1.25rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_40 .flo_post {
        margin: 1.25rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_40:not(.masonry) .flo_post {
        width: calc(100% / 2 - 2.5rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_40.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 2.5rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_50 .flo_post {
        margin: 1.5625rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_50:not(.masonry) .flo_post {
        width: calc(100% / 2 - 3.125rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_50.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 3.125rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_60 {
      margin-top: -1.875rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_60 .flo_post {
        margin: 1.875rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_60:not(.masonry) .flo_post {
        width: calc(100% / 2 - 3.75rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_60.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 3.75rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_65 .flo_post {
        margin: 2.03125rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_65:not(.masonry) .flo_post {
        width: calc(100% / 2 - 4.0625rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_65.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 4.0625rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_70 .flo_post {
        margin: 2.1875rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_70:not(.masonry) .flo_post {
        width: calc(100% / 2 - 4.375rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_70.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 4.375rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_80 {
      margin-top: -2.5rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_80 .flo_post {
        margin: 2.5rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_80:not(.masonry) .flo_post {
        width: calc(100% / 2 - 5rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_80.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 5rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_100 {
      margin-top: -3.125rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_100 .flo_post {
        margin: 3.125rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_100:not(.masonry) .flo_post {
        width: calc(100% / 2 - 6.25rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_100.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 6.25rem); }
    .flo_post_list.type_grid_text_under.columns_2.gutter_default {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_default .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_2.gutter_default:not(.masonry) .flo_post {
        width: calc(100% / 2 - 0.625rem); }
      .flo_post_list.type_grid_text_under.columns_2.gutter_default.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 0.625rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_0 {
      margin-top: 0; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_0 .flo_post {
        margin: 0; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_0:not(.masonry) .flo_post {
        width: calc(100% / 3 - 0); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_0.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 0); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_2 .flo_post {
        margin: 0.0625rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_2:not(.masonry) .flo_post {
        width: calc(100% / 3 - 0.125rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_2.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 0.125rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_5 .flo_post {
        margin: 0.15625rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_5:not(.masonry) .flo_post {
        width: calc(100% / 3 - 0.3125rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_5.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 0.3125rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_10 .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_10:not(.masonry) .flo_post {
        width: calc(100% / 3 - 0.625rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_10.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 0.625rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_20 {
      margin-top: -0.625rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_20 .flo_post {
        margin: 0.625rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_20:not(.masonry) .flo_post {
        width: calc(100% / 3 - 1.25rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_20.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 1.25rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_30 .flo_post {
        margin: 0.9375rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_30:not(.masonry) .flo_post {
        width: calc(100% / 3 - 1.875rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_30.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 1.875rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_35 .flo_post {
        margin: 1.09375rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_35:not(.masonry) .flo_post {
        width: calc(100% / 3 - 2.1875rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_35.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 2.1875rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_40 {
      margin-top: -1.25rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_40 .flo_post {
        margin: 1.25rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_40:not(.masonry) .flo_post {
        width: calc(100% / 3 - 2.5rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_40.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 2.5rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_50 .flo_post {
        margin: 1.5625rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_50:not(.masonry) .flo_post {
        width: calc(100% / 3 - 3.125rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_50.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 3.125rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_60 {
      margin-top: -1.875rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_60 .flo_post {
        margin: 1.875rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_60:not(.masonry) .flo_post {
        width: calc(100% / 3 - 3.75rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_60.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 3.75rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_65 .flo_post {
        margin: 2.03125rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_65:not(.masonry) .flo_post {
        width: calc(100% / 3 - 4.0625rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_65.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 4.0625rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_70 .flo_post {
        margin: 2.1875rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_70:not(.masonry) .flo_post {
        width: calc(100% / 3 - 4.375rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_70.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 4.375rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_80 {
      margin-top: -2.5rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_80 .flo_post {
        margin: 2.5rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_80:not(.masonry) .flo_post {
        width: calc(100% / 3 - 5rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_80.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 5rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_100 {
      margin-top: -3.125rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_100 .flo_post {
        margin: 3.125rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_100:not(.masonry) .flo_post {
        width: calc(100% / 3 - 6.25rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_100.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 6.25rem); }
    .flo_post_list.type_grid_text_under.columns_3.gutter_default {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_default .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_3.gutter_default:not(.masonry) .flo_post {
        width: calc(100% / 3 - 0.625rem); }
      .flo_post_list.type_grid_text_under.columns_3.gutter_default.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 0.625rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_0 {
      margin-top: 0; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_0 .flo_post {
        margin: 0; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_0:not(.masonry) .flo_post {
        width: calc(100% / 4 - 0); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_0.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 0); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_2 .flo_post {
        margin: 0.0625rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_2:not(.masonry) .flo_post {
        width: calc(100% / 4 - 0.125rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_2.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 0.125rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_5 .flo_post {
        margin: 0.15625rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_5:not(.masonry) .flo_post {
        width: calc(100% / 4 - 0.3125rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_5.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 0.3125rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_10 .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_10:not(.masonry) .flo_post {
        width: calc(100% / 4 - 0.625rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_10.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 0.625rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_20 {
      margin-top: -0.625rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_20 .flo_post {
        margin: 0.625rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_20:not(.masonry) .flo_post {
        width: calc(100% / 4 - 1.25rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_20.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 1.25rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_30 .flo_post {
        margin: 0.9375rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_30:not(.masonry) .flo_post {
        width: calc(100% / 4 - 1.875rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_30.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 1.875rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_35 .flo_post {
        margin: 1.09375rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_35:not(.masonry) .flo_post {
        width: calc(100% / 4 - 2.1875rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_35.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 2.1875rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_40 {
      margin-top: -1.25rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_40 .flo_post {
        margin: 1.25rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_40:not(.masonry) .flo_post {
        width: calc(100% / 4 - 2.5rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_40.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 2.5rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_50 .flo_post {
        margin: 1.5625rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_50:not(.masonry) .flo_post {
        width: calc(100% / 4 - 3.125rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_50.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 3.125rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_60 {
      margin-top: -1.875rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_60 .flo_post {
        margin: 1.875rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_60:not(.masonry) .flo_post {
        width: calc(100% / 4 - 3.75rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_60.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 3.75rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_65 .flo_post {
        margin: 2.03125rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_65:not(.masonry) .flo_post {
        width: calc(100% / 4 - 4.0625rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_65.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 4.0625rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_70 .flo_post {
        margin: 2.1875rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_70:not(.masonry) .flo_post {
        width: calc(100% / 4 - 4.375rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_70.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 4.375rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_80 {
      margin-top: -2.5rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_80 .flo_post {
        margin: 2.5rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_80:not(.masonry) .flo_post {
        width: calc(100% / 4 - 5rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_80.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 5rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_100 {
      margin-top: -3.125rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_100 .flo_post {
        margin: 3.125rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_100:not(.masonry) .flo_post {
        width: calc(100% / 4 - 6.25rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_100.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 6.25rem); }
    .flo_post_list.type_grid_text_under.columns_4.gutter_default {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_default .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid_text_under.columns_4.gutter_default:not(.masonry) .flo_post {
        width: calc(100% / 4 - 0.625rem); }
      .flo_post_list.type_grid_text_under.columns_4.gutter_default.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 0.625rem); } }
  @media screen and (min-width: 46.875em) and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_grid_text_under .flo_post {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding: 0 0.15625rem;
      padding-bottom: 0.3125rem; }
      .flo_post_list.type_grid_text_under .flo_post:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid_text_under.type_grid .flo_post {
        color: white; }
        .flo_post_list.type_grid_text_under.type_grid .flo_post .description_wrap:before {
          opacity: 0.9;
          background-color: #2a1f26; }
        .flo_post_list.type_grid_text_under.type_grid .flo_post .title {
          font-size: 2.9375rem; }
        .flo_post_list.type_grid_text_under.type_grid .flo_post .border {
          display: block;
          transition: opacity 333ms; }
          .flo_post_list.type_grid_text_under.type_grid .flo_post .border:before {
            content: " ";
            opacity: 0;
            display: block; }
      .flo_post_list.type_grid_text_under.type_grid_text_under {
        padding-bottom: 3.125rem; }
        .flo_post_list.type_grid_text_under.type_grid_text_under .flo_post {
          transition: color 333ms; }
        .flo_post_list.type_grid_text_under.type_grid_text_under.columns_2 .title {
          line-height: 1em; }
        .flo_post_list.type_grid_text_under.type_grid_text_under.columns_3 .title, .flo_post_list.type_grid_text_under.type_grid_text_under.columns_4 .title {
          font-size: 1.25rem; }
        .flo_post_list.type_grid_text_under.type_grid_text_under.columns_3 .post_category, .flo_post_list.type_grid_text_under.type_grid_text_under.columns_4 .post_category {
          font-size: 0.5625rem; }
        .flo_post_list.type_grid_text_under.type_grid_text_under.columns_3 .post_date, .flo_post_list.type_grid_text_under.type_grid_text_under.columns_4 .post_date {
          color: #808284; }
      .flo_post_list.type_grid_text_under.masonry .feat_img_bg {
        display: none; }
      .flo_post_list.type_grid_text_under.masonry .feat_img {
        display: block; }
      .flo_post_list.type_grid_text_under.columns_2 .flo_post {
        margin-bottom: 0 !important;
        margin-top: 3.125rem !important; }
      .flo_post_list.type_grid_text_under.columns_2 .feat_img_bg, .flo_post_list.type_grid_text_under.columns_2 .feat_img {
        margin-bottom: 2.1875rem; }
      .flo_post_list.type_grid_text_under.columns_2 .description_wrap {
        display: flex;
        flex-direction: column;
        text-align: left; }
        .flo_post_list.type_grid_text_under.columns_2 .description_wrap .post_category {
          display: block;
          order: 1;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_grid_text_under.columns_2 .description_wrap .title_wrap {
          order: 2;
          margin-bottom: 1.5625rem; }
        .flo_post_list.type_grid_text_under.columns_2 .description_wrap .excerpt_wrap {
          display: block;
          order: 3;
          margin-bottom: 1.875rem; }
        .flo_post_list.type_grid_text_under.columns_2 .description_wrap .post_date {
          display: none; }
        .flo_post_list.type_grid_text_under.columns_2 .description_wrap .open_post {
          order: 4; }
      .flo_post_list.type_grid_text_under.columns_3 .feat_img_bg, .flo_post_list.type_grid_text_under.columns_3 .feat_img, .flo_post_list.type_grid_text_under.columns_4 .feat_img_bg, .flo_post_list.type_grid_text_under.columns_4 .feat_img {
        margin-bottom: 2.1875rem; }
      .flo_post_list.type_grid_text_under.columns_3 .description_wrap, .flo_post_list.type_grid_text_under.columns_4 .description_wrap {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 0 0.625rem; }
        .flo_post_list.type_grid_text_under.columns_3 .description_wrap .title_wrap, .flo_post_list.type_grid_text_under.columns_4 .description_wrap .title_wrap {
          order: 1;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_grid_text_under.columns_3 .description_wrap .post_category, .flo_post_list.type_grid_text_under.columns_4 .description_wrap .post_category {
          display: block;
          order: 2;
          margin-bottom: 0.9375rem; }
        .flo_post_list.type_grid_text_under.columns_3 .description_wrap .excerpt_wrap, .flo_post_list.type_grid_text_under.columns_4 .description_wrap .excerpt_wrap {
          display: block;
          order: 3;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_grid_text_under.columns_3 .description_wrap .post_date, .flo_post_list.type_grid_text_under.columns_4 .description_wrap .post_date {
          display: block;
          order: 4;
          margin-bottom: 2.1875rem; }
        .flo_post_list.type_grid_text_under.columns_3 .description_wrap .open_post, .flo_post_list.type_grid_text_under.columns_4 .description_wrap .open_post {
          display: none; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_grid_text_under {
      height: auto !important; }
      .flo_post_list.type_grid_text_under .flo_post {
        display: block;
        position: initial !important;
        margin-bottom: 3.125rem; }
        .flo_post_list.type_grid_text_under .flo_post > .feat_img {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_grid_text_under .flo_post .description_wrap {
          position: relative;
          display: block;
          text-align: center; }
          .flo_post_list.type_grid_text_under .flo_post .description_wrap .flo_meta_excerpt_row {
            display: none; }
          .flo_post_list.type_grid_text_under .flo_post .description_wrap .decoration_img {
            display: none; }
          .flo_post_list.type_grid_text_under .flo_post .description_wrap .excerpt_wrap {
            margin-bottom: 0.625rem; }
          .flo_post_list.type_grid_text_under .flo_post .description_wrap .open_post {
            display: block;
            padding-top: 1.875rem; } }
  .flo_post_list.type_grid_text_under.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_grid_text_under.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_grid_text_under.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_grid_text_under.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid_text_under.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid_text_under.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_grid_text_under.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_grid_text_under.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_grid_text_under.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid_text_under.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_grid_text_under.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_grid_text_under.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_grid_text_under.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_grid_text_under.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_grid_text_under.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid_text_under.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_grid_text_under.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_grid_text_under.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid_text_under.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_grid_text_under.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_grid_text_under.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_grid_text_under.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_grid_text_under.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_grid_text_under.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid_text_under.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_grid_text_under.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_grid_text_under.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_grid_text_under.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_grid_text_under.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_grid_text_under.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid_text_under.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_grid_text_under.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_grid_text_under.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_grid_text_under.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid_text_under.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_grid_text_under.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_grid_text_under.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid_text_under.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid_text_under.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_grid_text_under.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_grid_text_under.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_grid_text_under.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_grid_text_under.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_grid_text_under.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_grid_text_under.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_grid_text_under.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_grid_text_under.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_grid_text_under.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_grid_text_under.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid_text_under.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid_text_under.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid_text_under.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_grid_text_under.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_grid {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      position: relative;
      padding: 0;
      width: 100%; }
      .flo_post_list.type_grid::before, .flo_post_list.type_grid::after {
        content: ' ';
        display: table; }
      .flo_post_list.type_grid::after {
        clear: both; }
      .flo_post_list.type_grid .feat_img {
        position: relative; }
      .flo_post_list.type_grid .flo_post {
        display: inline-block;
        position: relative;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        height: 25rem; }
        .flo_post_list.type_grid .flo_post .title {
          word-break: break-word; }
        .flo_post_list.type_grid .flo_post.video .feat_img:before {
          content: "\e83a";
          font-family: "flo_icons";
          font-size: 4.375rem;
          color: white;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .flo_post_list.type_grid .flo_post .feat_img_bg {
          display: block;
          height: 100%;
          width: 100%; }
        .flo_post_list.type_grid .flo_post .description_wrap {
          display: block;
          box-sizing: border-box;
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          text-align: center;
          transition: opacity 333ms; }
          .flo_post_list.type_grid .flo_post .description_wrap .wrap_for_type_grid {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80%; }
          .flo_post_list.type_grid .flo_post .description_wrap .decoration_img {
            display: inline-block;
            margin-bottom: 0.625rem; }
          .flo_post_list.type_grid .flo_post .description_wrap .meta_wrap {
            margin-bottom: 0.625rem; }
            .flo_post_list.type_grid .flo_post .description_wrap .meta_wrap .post_date, .flo_post_list.type_grid .flo_post .description_wrap .meta_wrap .post_category {
              display: inline; }
          .flo_post_list.type_grid .flo_post .description_wrap .excerpt_wrap {
            display: none; }
          .flo_post_list.type_grid .flo_post .description_wrap .open_post {
            display: none; }
          .flo_post_list.type_grid .flo_post .description_wrap:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: black;
            opacity: 0.5; }
        .flo_post_list.type_grid .flo_post:hover .description_wrap {
          opacity: 1; }
      .flo_post_list.type_grid .flo_post_list_posts {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; } }
  @media screen and (min-width: 46.875em) and (min-width: 46.875em) {
    .flo_post_list.type_grid.columns_1.gutter_0 {
      margin-top: 0; }
      .flo_post_list.type_grid.columns_1.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_0 .flo_post {
        margin: 0; }
      .flo_post_list.type_grid.columns_1.gutter_0:not(.masonry) .flo_post {
        width: calc(100% / 1 - 0); }
      .flo_post_list.type_grid.columns_1.gutter_0.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 0); }
    .flo_post_list.type_grid.columns_1.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_post_list.type_grid.columns_1.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_2 .flo_post {
        margin: 0.0625rem; }
      .flo_post_list.type_grid.columns_1.gutter_2:not(.masonry) .flo_post {
        width: calc(100% / 1 - 0.125rem); }
      .flo_post_list.type_grid.columns_1.gutter_2.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 0.125rem); }
    .flo_post_list.type_grid.columns_1.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_post_list.type_grid.columns_1.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_5 .flo_post {
        margin: 0.15625rem; }
      .flo_post_list.type_grid.columns_1.gutter_5:not(.masonry) .flo_post {
        width: calc(100% / 1 - 0.3125rem); }
      .flo_post_list.type_grid.columns_1.gutter_5.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 0.3125rem); }
    .flo_post_list.type_grid.columns_1.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid.columns_1.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_10 .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid.columns_1.gutter_10:not(.masonry) .flo_post {
        width: calc(100% / 1 - 0.625rem); }
      .flo_post_list.type_grid.columns_1.gutter_10.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 0.625rem); }
    .flo_post_list.type_grid.columns_1.gutter_20 {
      margin-top: -0.625rem; }
      .flo_post_list.type_grid.columns_1.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_20 .flo_post {
        margin: 0.625rem; }
      .flo_post_list.type_grid.columns_1.gutter_20:not(.masonry) .flo_post {
        width: calc(100% / 1 - 1.25rem); }
      .flo_post_list.type_grid.columns_1.gutter_20.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 1.25rem); }
    .flo_post_list.type_grid.columns_1.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_post_list.type_grid.columns_1.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_30 .flo_post {
        margin: 0.9375rem; }
      .flo_post_list.type_grid.columns_1.gutter_30:not(.masonry) .flo_post {
        width: calc(100% / 1 - 1.875rem); }
      .flo_post_list.type_grid.columns_1.gutter_30.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 1.875rem); }
    .flo_post_list.type_grid.columns_1.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_post_list.type_grid.columns_1.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_35 .flo_post {
        margin: 1.09375rem; }
      .flo_post_list.type_grid.columns_1.gutter_35:not(.masonry) .flo_post {
        width: calc(100% / 1 - 2.1875rem); }
      .flo_post_list.type_grid.columns_1.gutter_35.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 2.1875rem); }
    .flo_post_list.type_grid.columns_1.gutter_40 {
      margin-top: -1.25rem; }
      .flo_post_list.type_grid.columns_1.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_40 .flo_post {
        margin: 1.25rem; }
      .flo_post_list.type_grid.columns_1.gutter_40:not(.masonry) .flo_post {
        width: calc(100% / 1 - 2.5rem); }
      .flo_post_list.type_grid.columns_1.gutter_40.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 2.5rem); }
    .flo_post_list.type_grid.columns_1.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_post_list.type_grid.columns_1.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_50 .flo_post {
        margin: 1.5625rem; }
      .flo_post_list.type_grid.columns_1.gutter_50:not(.masonry) .flo_post {
        width: calc(100% / 1 - 3.125rem); }
      .flo_post_list.type_grid.columns_1.gutter_50.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 3.125rem); }
    .flo_post_list.type_grid.columns_1.gutter_60 {
      margin-top: -1.875rem; }
      .flo_post_list.type_grid.columns_1.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_60 .flo_post {
        margin: 1.875rem; }
      .flo_post_list.type_grid.columns_1.gutter_60:not(.masonry) .flo_post {
        width: calc(100% / 1 - 3.75rem); }
      .flo_post_list.type_grid.columns_1.gutter_60.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 3.75rem); }
    .flo_post_list.type_grid.columns_1.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_post_list.type_grid.columns_1.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_65 .flo_post {
        margin: 2.03125rem; }
      .flo_post_list.type_grid.columns_1.gutter_65:not(.masonry) .flo_post {
        width: calc(100% / 1 - 4.0625rem); }
      .flo_post_list.type_grid.columns_1.gutter_65.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 4.0625rem); }
    .flo_post_list.type_grid.columns_1.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_post_list.type_grid.columns_1.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_70 .flo_post {
        margin: 2.1875rem; }
      .flo_post_list.type_grid.columns_1.gutter_70:not(.masonry) .flo_post {
        width: calc(100% / 1 - 4.375rem); }
      .flo_post_list.type_grid.columns_1.gutter_70.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 4.375rem); }
    .flo_post_list.type_grid.columns_1.gutter_80 {
      margin-top: -2.5rem; }
      .flo_post_list.type_grid.columns_1.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_80 .flo_post {
        margin: 2.5rem; }
      .flo_post_list.type_grid.columns_1.gutter_80:not(.masonry) .flo_post {
        width: calc(100% / 1 - 5rem); }
      .flo_post_list.type_grid.columns_1.gutter_80.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 5rem); }
    .flo_post_list.type_grid.columns_1.gutter_100 {
      margin-top: -3.125rem; }
      .flo_post_list.type_grid.columns_1.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_100 .flo_post {
        margin: 3.125rem; }
      .flo_post_list.type_grid.columns_1.gutter_100:not(.masonry) .flo_post {
        width: calc(100% / 1 - 6.25rem); }
      .flo_post_list.type_grid.columns_1.gutter_100.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 6.25rem); }
    .flo_post_list.type_grid.columns_1.gutter_default {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid.columns_1.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_1.gutter_default .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid.columns_1.gutter_default:not(.masonry) .flo_post {
        width: calc(100% / 1 - 0.625rem); }
      .flo_post_list.type_grid.columns_1.gutter_default.masonry .flo_post {
        float: left;
        width: calc(100% / 1 - 0.625rem); }
    .flo_post_list.type_grid.columns_2.gutter_0 {
      margin-top: 0; }
      .flo_post_list.type_grid.columns_2.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_0 .flo_post {
        margin: 0; }
      .flo_post_list.type_grid.columns_2.gutter_0:not(.masonry) .flo_post {
        width: calc(100% / 2 - 0); }
      .flo_post_list.type_grid.columns_2.gutter_0.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 0); }
    .flo_post_list.type_grid.columns_2.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_post_list.type_grid.columns_2.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_2 .flo_post {
        margin: 0.0625rem; }
      .flo_post_list.type_grid.columns_2.gutter_2:not(.masonry) .flo_post {
        width: calc(100% / 2 - 0.125rem); }
      .flo_post_list.type_grid.columns_2.gutter_2.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 0.125rem); }
    .flo_post_list.type_grid.columns_2.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_post_list.type_grid.columns_2.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_5 .flo_post {
        margin: 0.15625rem; }
      .flo_post_list.type_grid.columns_2.gutter_5:not(.masonry) .flo_post {
        width: calc(100% / 2 - 0.3125rem); }
      .flo_post_list.type_grid.columns_2.gutter_5.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 0.3125rem); }
    .flo_post_list.type_grid.columns_2.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid.columns_2.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_10 .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid.columns_2.gutter_10:not(.masonry) .flo_post {
        width: calc(100% / 2 - 0.625rem); }
      .flo_post_list.type_grid.columns_2.gutter_10.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 0.625rem); }
    .flo_post_list.type_grid.columns_2.gutter_20 {
      margin-top: -0.625rem; }
      .flo_post_list.type_grid.columns_2.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_20 .flo_post {
        margin: 0.625rem; }
      .flo_post_list.type_grid.columns_2.gutter_20:not(.masonry) .flo_post {
        width: calc(100% / 2 - 1.25rem); }
      .flo_post_list.type_grid.columns_2.gutter_20.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 1.25rem); }
    .flo_post_list.type_grid.columns_2.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_post_list.type_grid.columns_2.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_30 .flo_post {
        margin: 0.9375rem; }
      .flo_post_list.type_grid.columns_2.gutter_30:not(.masonry) .flo_post {
        width: calc(100% / 2 - 1.875rem); }
      .flo_post_list.type_grid.columns_2.gutter_30.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 1.875rem); }
    .flo_post_list.type_grid.columns_2.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_post_list.type_grid.columns_2.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_35 .flo_post {
        margin: 1.09375rem; }
      .flo_post_list.type_grid.columns_2.gutter_35:not(.masonry) .flo_post {
        width: calc(100% / 2 - 2.1875rem); }
      .flo_post_list.type_grid.columns_2.gutter_35.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 2.1875rem); }
    .flo_post_list.type_grid.columns_2.gutter_40 {
      margin-top: -1.25rem; }
      .flo_post_list.type_grid.columns_2.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_40 .flo_post {
        margin: 1.25rem; }
      .flo_post_list.type_grid.columns_2.gutter_40:not(.masonry) .flo_post {
        width: calc(100% / 2 - 2.5rem); }
      .flo_post_list.type_grid.columns_2.gutter_40.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 2.5rem); }
    .flo_post_list.type_grid.columns_2.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_post_list.type_grid.columns_2.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_50 .flo_post {
        margin: 1.5625rem; }
      .flo_post_list.type_grid.columns_2.gutter_50:not(.masonry) .flo_post {
        width: calc(100% / 2 - 3.125rem); }
      .flo_post_list.type_grid.columns_2.gutter_50.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 3.125rem); }
    .flo_post_list.type_grid.columns_2.gutter_60 {
      margin-top: -1.875rem; }
      .flo_post_list.type_grid.columns_2.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_60 .flo_post {
        margin: 1.875rem; }
      .flo_post_list.type_grid.columns_2.gutter_60:not(.masonry) .flo_post {
        width: calc(100% / 2 - 3.75rem); }
      .flo_post_list.type_grid.columns_2.gutter_60.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 3.75rem); }
    .flo_post_list.type_grid.columns_2.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_post_list.type_grid.columns_2.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_65 .flo_post {
        margin: 2.03125rem; }
      .flo_post_list.type_grid.columns_2.gutter_65:not(.masonry) .flo_post {
        width: calc(100% / 2 - 4.0625rem); }
      .flo_post_list.type_grid.columns_2.gutter_65.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 4.0625rem); }
    .flo_post_list.type_grid.columns_2.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_post_list.type_grid.columns_2.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_70 .flo_post {
        margin: 2.1875rem; }
      .flo_post_list.type_grid.columns_2.gutter_70:not(.masonry) .flo_post {
        width: calc(100% / 2 - 4.375rem); }
      .flo_post_list.type_grid.columns_2.gutter_70.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 4.375rem); }
    .flo_post_list.type_grid.columns_2.gutter_80 {
      margin-top: -2.5rem; }
      .flo_post_list.type_grid.columns_2.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_80 .flo_post {
        margin: 2.5rem; }
      .flo_post_list.type_grid.columns_2.gutter_80:not(.masonry) .flo_post {
        width: calc(100% / 2 - 5rem); }
      .flo_post_list.type_grid.columns_2.gutter_80.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 5rem); }
    .flo_post_list.type_grid.columns_2.gutter_100 {
      margin-top: -3.125rem; }
      .flo_post_list.type_grid.columns_2.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_100 .flo_post {
        margin: 3.125rem; }
      .flo_post_list.type_grid.columns_2.gutter_100:not(.masonry) .flo_post {
        width: calc(100% / 2 - 6.25rem); }
      .flo_post_list.type_grid.columns_2.gutter_100.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 6.25rem); }
    .flo_post_list.type_grid.columns_2.gutter_default {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid.columns_2.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_2.gutter_default .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid.columns_2.gutter_default:not(.masonry) .flo_post {
        width: calc(100% / 2 - 0.625rem); }
      .flo_post_list.type_grid.columns_2.gutter_default.masonry .flo_post {
        float: left;
        width: calc(100% / 2 - 0.625rem); }
    .flo_post_list.type_grid.columns_3.gutter_0 {
      margin-top: 0; }
      .flo_post_list.type_grid.columns_3.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_0 .flo_post {
        margin: 0; }
      .flo_post_list.type_grid.columns_3.gutter_0:not(.masonry) .flo_post {
        width: calc(100% / 3 - 0); }
      .flo_post_list.type_grid.columns_3.gutter_0.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 0); }
    .flo_post_list.type_grid.columns_3.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_post_list.type_grid.columns_3.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_2 .flo_post {
        margin: 0.0625rem; }
      .flo_post_list.type_grid.columns_3.gutter_2:not(.masonry) .flo_post {
        width: calc(100% / 3 - 0.125rem); }
      .flo_post_list.type_grid.columns_3.gutter_2.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 0.125rem); }
    .flo_post_list.type_grid.columns_3.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_post_list.type_grid.columns_3.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_5 .flo_post {
        margin: 0.15625rem; }
      .flo_post_list.type_grid.columns_3.gutter_5:not(.masonry) .flo_post {
        width: calc(100% / 3 - 0.3125rem); }
      .flo_post_list.type_grid.columns_3.gutter_5.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 0.3125rem); }
    .flo_post_list.type_grid.columns_3.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid.columns_3.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_10 .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid.columns_3.gutter_10:not(.masonry) .flo_post {
        width: calc(100% / 3 - 0.625rem); }
      .flo_post_list.type_grid.columns_3.gutter_10.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 0.625rem); }
    .flo_post_list.type_grid.columns_3.gutter_20 {
      margin-top: -0.625rem; }
      .flo_post_list.type_grid.columns_3.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_20 .flo_post {
        margin: 0.625rem; }
      .flo_post_list.type_grid.columns_3.gutter_20:not(.masonry) .flo_post {
        width: calc(100% / 3 - 1.25rem); }
      .flo_post_list.type_grid.columns_3.gutter_20.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 1.25rem); }
    .flo_post_list.type_grid.columns_3.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_post_list.type_grid.columns_3.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_30 .flo_post {
        margin: 0.9375rem; }
      .flo_post_list.type_grid.columns_3.gutter_30:not(.masonry) .flo_post {
        width: calc(100% / 3 - 1.875rem); }
      .flo_post_list.type_grid.columns_3.gutter_30.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 1.875rem); }
    .flo_post_list.type_grid.columns_3.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_post_list.type_grid.columns_3.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_35 .flo_post {
        margin: 1.09375rem; }
      .flo_post_list.type_grid.columns_3.gutter_35:not(.masonry) .flo_post {
        width: calc(100% / 3 - 2.1875rem); }
      .flo_post_list.type_grid.columns_3.gutter_35.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 2.1875rem); }
    .flo_post_list.type_grid.columns_3.gutter_40 {
      margin-top: -1.25rem; }
      .flo_post_list.type_grid.columns_3.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_40 .flo_post {
        margin: 1.25rem; }
      .flo_post_list.type_grid.columns_3.gutter_40:not(.masonry) .flo_post {
        width: calc(100% / 3 - 2.5rem); }
      .flo_post_list.type_grid.columns_3.gutter_40.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 2.5rem); }
    .flo_post_list.type_grid.columns_3.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_post_list.type_grid.columns_3.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_50 .flo_post {
        margin: 1.5625rem; }
      .flo_post_list.type_grid.columns_3.gutter_50:not(.masonry) .flo_post {
        width: calc(100% / 3 - 3.125rem); }
      .flo_post_list.type_grid.columns_3.gutter_50.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 3.125rem); }
    .flo_post_list.type_grid.columns_3.gutter_60 {
      margin-top: -1.875rem; }
      .flo_post_list.type_grid.columns_3.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_60 .flo_post {
        margin: 1.875rem; }
      .flo_post_list.type_grid.columns_3.gutter_60:not(.masonry) .flo_post {
        width: calc(100% / 3 - 3.75rem); }
      .flo_post_list.type_grid.columns_3.gutter_60.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 3.75rem); }
    .flo_post_list.type_grid.columns_3.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_post_list.type_grid.columns_3.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_65 .flo_post {
        margin: 2.03125rem; }
      .flo_post_list.type_grid.columns_3.gutter_65:not(.masonry) .flo_post {
        width: calc(100% / 3 - 4.0625rem); }
      .flo_post_list.type_grid.columns_3.gutter_65.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 4.0625rem); }
    .flo_post_list.type_grid.columns_3.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_post_list.type_grid.columns_3.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_70 .flo_post {
        margin: 2.1875rem; }
      .flo_post_list.type_grid.columns_3.gutter_70:not(.masonry) .flo_post {
        width: calc(100% / 3 - 4.375rem); }
      .flo_post_list.type_grid.columns_3.gutter_70.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 4.375rem); }
    .flo_post_list.type_grid.columns_3.gutter_80 {
      margin-top: -2.5rem; }
      .flo_post_list.type_grid.columns_3.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_80 .flo_post {
        margin: 2.5rem; }
      .flo_post_list.type_grid.columns_3.gutter_80:not(.masonry) .flo_post {
        width: calc(100% / 3 - 5rem); }
      .flo_post_list.type_grid.columns_3.gutter_80.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 5rem); }
    .flo_post_list.type_grid.columns_3.gutter_100 {
      margin-top: -3.125rem; }
      .flo_post_list.type_grid.columns_3.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_100 .flo_post {
        margin: 3.125rem; }
      .flo_post_list.type_grid.columns_3.gutter_100:not(.masonry) .flo_post {
        width: calc(100% / 3 - 6.25rem); }
      .flo_post_list.type_grid.columns_3.gutter_100.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 6.25rem); }
    .flo_post_list.type_grid.columns_3.gutter_default {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid.columns_3.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_3.gutter_default .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid.columns_3.gutter_default:not(.masonry) .flo_post {
        width: calc(100% / 3 - 0.625rem); }
      .flo_post_list.type_grid.columns_3.gutter_default.masonry .flo_post {
        float: left;
        width: calc(100% / 3 - 0.625rem); }
    .flo_post_list.type_grid.columns_4.gutter_0 {
      margin-top: 0; }
      .flo_post_list.type_grid.columns_4.gutter_0:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_0 .flo_post {
        margin: 0; }
      .flo_post_list.type_grid.columns_4.gutter_0:not(.masonry) .flo_post {
        width: calc(100% / 4 - 0); }
      .flo_post_list.type_grid.columns_4.gutter_0.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 0); }
    .flo_post_list.type_grid.columns_4.gutter_2 {
      margin-top: -0.0625rem; }
      .flo_post_list.type_grid.columns_4.gutter_2:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_2 .flo_post {
        margin: 0.0625rem; }
      .flo_post_list.type_grid.columns_4.gutter_2:not(.masonry) .flo_post {
        width: calc(100% / 4 - 0.125rem); }
      .flo_post_list.type_grid.columns_4.gutter_2.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 0.125rem); }
    .flo_post_list.type_grid.columns_4.gutter_5 {
      margin-top: -0.15625rem; }
      .flo_post_list.type_grid.columns_4.gutter_5:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_5 .flo_post {
        margin: 0.15625rem; }
      .flo_post_list.type_grid.columns_4.gutter_5:not(.masonry) .flo_post {
        width: calc(100% / 4 - 0.3125rem); }
      .flo_post_list.type_grid.columns_4.gutter_5.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 0.3125rem); }
    .flo_post_list.type_grid.columns_4.gutter_10 {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid.columns_4.gutter_10:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_10 .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid.columns_4.gutter_10:not(.masonry) .flo_post {
        width: calc(100% / 4 - 0.625rem); }
      .flo_post_list.type_grid.columns_4.gutter_10.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 0.625rem); }
    .flo_post_list.type_grid.columns_4.gutter_20 {
      margin-top: -0.625rem; }
      .flo_post_list.type_grid.columns_4.gutter_20:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_20 .flo_post {
        margin: 0.625rem; }
      .flo_post_list.type_grid.columns_4.gutter_20:not(.masonry) .flo_post {
        width: calc(100% / 4 - 1.25rem); }
      .flo_post_list.type_grid.columns_4.gutter_20.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 1.25rem); }
    .flo_post_list.type_grid.columns_4.gutter_30 {
      margin-top: -0.9375rem; }
      .flo_post_list.type_grid.columns_4.gutter_30:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_30 .flo_post {
        margin: 0.9375rem; }
      .flo_post_list.type_grid.columns_4.gutter_30:not(.masonry) .flo_post {
        width: calc(100% / 4 - 1.875rem); }
      .flo_post_list.type_grid.columns_4.gutter_30.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 1.875rem); }
    .flo_post_list.type_grid.columns_4.gutter_35 {
      margin-top: -1.09375rem; }
      .flo_post_list.type_grid.columns_4.gutter_35:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_35 .flo_post {
        margin: 1.09375rem; }
      .flo_post_list.type_grid.columns_4.gutter_35:not(.masonry) .flo_post {
        width: calc(100% / 4 - 2.1875rem); }
      .flo_post_list.type_grid.columns_4.gutter_35.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 2.1875rem); }
    .flo_post_list.type_grid.columns_4.gutter_40 {
      margin-top: -1.25rem; }
      .flo_post_list.type_grid.columns_4.gutter_40:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_40 .flo_post {
        margin: 1.25rem; }
      .flo_post_list.type_grid.columns_4.gutter_40:not(.masonry) .flo_post {
        width: calc(100% / 4 - 2.5rem); }
      .flo_post_list.type_grid.columns_4.gutter_40.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 2.5rem); }
    .flo_post_list.type_grid.columns_4.gutter_50 {
      margin-top: -1.5625rem; }
      .flo_post_list.type_grid.columns_4.gutter_50:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_50 .flo_post {
        margin: 1.5625rem; }
      .flo_post_list.type_grid.columns_4.gutter_50:not(.masonry) .flo_post {
        width: calc(100% / 4 - 3.125rem); }
      .flo_post_list.type_grid.columns_4.gutter_50.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 3.125rem); }
    .flo_post_list.type_grid.columns_4.gutter_60 {
      margin-top: -1.875rem; }
      .flo_post_list.type_grid.columns_4.gutter_60:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_60 .flo_post {
        margin: 1.875rem; }
      .flo_post_list.type_grid.columns_4.gutter_60:not(.masonry) .flo_post {
        width: calc(100% / 4 - 3.75rem); }
      .flo_post_list.type_grid.columns_4.gutter_60.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 3.75rem); }
    .flo_post_list.type_grid.columns_4.gutter_65 {
      margin-top: -2.03125rem; }
      .flo_post_list.type_grid.columns_4.gutter_65:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_65 .flo_post {
        margin: 2.03125rem; }
      .flo_post_list.type_grid.columns_4.gutter_65:not(.masonry) .flo_post {
        width: calc(100% / 4 - 4.0625rem); }
      .flo_post_list.type_grid.columns_4.gutter_65.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 4.0625rem); }
    .flo_post_list.type_grid.columns_4.gutter_70 {
      margin-top: -2.1875rem; }
      .flo_post_list.type_grid.columns_4.gutter_70:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_70 .flo_post {
        margin: 2.1875rem; }
      .flo_post_list.type_grid.columns_4.gutter_70:not(.masonry) .flo_post {
        width: calc(100% / 4 - 4.375rem); }
      .flo_post_list.type_grid.columns_4.gutter_70.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 4.375rem); }
    .flo_post_list.type_grid.columns_4.gutter_80 {
      margin-top: -2.5rem; }
      .flo_post_list.type_grid.columns_4.gutter_80:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_80 .flo_post {
        margin: 2.5rem; }
      .flo_post_list.type_grid.columns_4.gutter_80:not(.masonry) .flo_post {
        width: calc(100% / 4 - 5rem); }
      .flo_post_list.type_grid.columns_4.gutter_80.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 5rem); }
    .flo_post_list.type_grid.columns_4.gutter_100 {
      margin-top: -3.125rem; }
      .flo_post_list.type_grid.columns_4.gutter_100:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_100 .flo_post {
        margin: 3.125rem; }
      .flo_post_list.type_grid.columns_4.gutter_100:not(.masonry) .flo_post {
        width: calc(100% / 4 - 6.25rem); }
      .flo_post_list.type_grid.columns_4.gutter_100.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 6.25rem); }
    .flo_post_list.type_grid.columns_4.gutter_default {
      margin-top: -0.3125rem; }
      .flo_post_list.type_grid.columns_4.gutter_default:after {
        content: " ";
        display: block;
        clear: both; }
      .flo_post_list.type_grid.columns_4.gutter_default .flo_post {
        margin: 0.3125rem; }
      .flo_post_list.type_grid.columns_4.gutter_default:not(.masonry) .flo_post {
        width: calc(100% / 4 - 0.625rem); }
      .flo_post_list.type_grid.columns_4.gutter_default.masonry .flo_post {
        float: left;
        width: calc(100% / 4 - 0.625rem); } }
  @media screen and (min-width: 46.875em) and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_grid .flo_post {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding: 0 0.15625rem;
      padding-bottom: 0.3125rem; }
      .flo_post_list.type_grid .flo_post:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid.type_grid .flo_post {
        color: white; }
        .flo_post_list.type_grid.type_grid .flo_post .description_wrap:before {
          opacity: 0.9;
          background-color: #2a1f26; }
        .flo_post_list.type_grid.type_grid .flo_post .title {
          font-size: 2.9375rem; }
        .flo_post_list.type_grid.type_grid .flo_post .border {
          display: block;
          transition: opacity 333ms; }
          .flo_post_list.type_grid.type_grid .flo_post .border:before {
            content: " ";
            opacity: 0;
            display: block; }
      .flo_post_list.type_grid.type_grid_text_under {
        padding-bottom: 3.125rem; }
        .flo_post_list.type_grid.type_grid_text_under .flo_post {
          transition: color 333ms; }
        .flo_post_list.type_grid.type_grid_text_under.columns_2 .title {
          line-height: 1em; }
        .flo_post_list.type_grid.type_grid_text_under.columns_3 .title, .flo_post_list.type_grid.type_grid_text_under.columns_4 .title {
          font-size: 1.25rem; }
        .flo_post_list.type_grid.type_grid_text_under.columns_3 .post_category, .flo_post_list.type_grid.type_grid_text_under.columns_4 .post_category {
          font-size: 0.5625rem; }
        .flo_post_list.type_grid.type_grid_text_under.columns_3 .post_date, .flo_post_list.type_grid.type_grid_text_under.columns_4 .post_date {
          color: #808284; }
      .flo_post_list.type_grid.masonry .flo_post {
        height: auto; }
        .flo_post_list.type_grid.masonry .flo_post > .feat_img {
          display: block; }
        .flo_post_list.type_grid.masonry .flo_post .feat_img_bg {
          display: none; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_grid {
      height: auto !important; }
      .flo_post_list.type_grid .flo_post {
        display: block;
        position: initial !important;
        margin-bottom: 3.125rem; }
        .flo_post_list.type_grid .flo_post > .feat_img {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_grid .flo_post .description_wrap {
          position: relative;
          display: block;
          text-align: center; }
          .flo_post_list.type_grid .flo_post .description_wrap .flo_meta_excerpt_row {
            display: none; }
          .flo_post_list.type_grid .flo_post .description_wrap .decoration_img {
            display: none; }
          .flo_post_list.type_grid .flo_post .description_wrap .excerpt_wrap {
            margin-bottom: 0.625rem; }
          .flo_post_list.type_grid .flo_post .description_wrap .open_post {
            display: block;
            padding-top: 1.875rem; } }
  .flo_post_list.type_grid.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_grid.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_grid.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_grid.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_grid.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_grid.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_grid.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_grid.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_grid.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_grid.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_grid.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_grid.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_grid.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_grid.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_grid.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_grid.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_grid.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_grid.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_grid.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_grid.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_grid.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_grid.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_grid.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_grid.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_grid.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_grid.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_grid.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_grid.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_grid.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_grid.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_grid.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_grid.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_grid.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_grid.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_grid.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_grid.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_grid.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_grid.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_grid.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_grid.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_grid.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_grid.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_grid.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_grid.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_grid.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_grid.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_grid.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_grid.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_grid.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_grid.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_grid.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_grid.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_grid.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_grid.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_grid.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_grid.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_grid.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_grid.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_grid.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_grid.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_grid.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  .flo_post_list.type_big_title.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_big_title.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_big_title.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_big_title.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_big_title.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_big_title.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_title.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_big_title.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_title.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_big_title.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_big_title.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_big_title.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_big_title.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_title.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_big_title.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_big_title.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_big_title.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_big_title.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_big_title.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_big_title.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_title.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_big_title.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_big_title.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_big_title.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_big_title.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_title.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_big_title.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_big_title.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_big_title.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_big_title.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_big_title.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_big_title.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_big_title.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_title.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_big_title.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_big_title.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_big_title.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_big_title.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_title.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_big_title.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_big_title.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_big_title.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_big_title.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_big_title.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_big_title.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_big_title.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_big_title.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_title.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_big_title.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_big_title.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_big_title.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_big_title.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_big_title.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_title.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_title.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_big_title.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_big_title.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_title.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_title.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_big_title.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_big_title.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_big_title.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_big_title.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_big_title.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_big_title.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_big_title.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_big_title.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_big_title.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_big_title.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_big_title.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_title.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_title.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_title.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_big_title.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  .flo_post_list.type_big_titles.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_big_titles.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_big_titles.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_big_titles.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_big_titles.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_big_titles.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_titles.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_big_titles.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_titles.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_big_titles.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_big_titles.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_big_titles.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_big_titles.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_titles.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_big_titles.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_big_titles.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_big_titles.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_big_titles.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_big_titles.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_big_titles.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_titles.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_big_titles.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_big_titles.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_big_titles.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_big_titles.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_titles.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_big_titles.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_big_titles.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_big_titles.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_big_titles.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_big_titles.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_big_titles.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_big_titles.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_titles.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_big_titles.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_big_titles.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_big_titles.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_big_titles.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_titles.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_big_titles.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_big_titles.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_big_titles.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_big_titles.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_big_titles.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_big_titles.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_big_titles.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_big_titles.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_titles.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_big_titles.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_big_titles.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_big_titles.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_big_titles.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_big_titles.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_titles.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_titles.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_big_titles.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_big_titles.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_titles.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_titles.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_big_titles.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_big_titles.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_big_titles.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_big_titles.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_big_titles.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_big_titles.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_big_titles.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_big_titles.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_big_titles.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_big_titles.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_big_titles.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_titles.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_big_titles.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_big_titles.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_big_titles.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  .flo_post_list.type_pattern.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_pattern.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_pattern.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_pattern.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_pattern.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_pattern.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_pattern.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_pattern.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_pattern.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_pattern.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_pattern.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_pattern.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_pattern.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_pattern.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_pattern.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_pattern.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_pattern.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_pattern.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_pattern.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_pattern.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_pattern.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_pattern.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_pattern.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_pattern.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_pattern.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_pattern.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_pattern.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_pattern.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_pattern.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_pattern.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_pattern.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_pattern.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_pattern.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_pattern.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_pattern.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_pattern.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_pattern.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_pattern.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_pattern.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_pattern.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_pattern.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_pattern.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_pattern.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_pattern.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_pattern.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_pattern.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_pattern.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_pattern.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_pattern.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_pattern.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_pattern.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_pattern.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_pattern.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_pattern.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_pattern.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_pattern.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_pattern.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_pattern.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_pattern.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_pattern.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_pattern.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_pattern.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_pattern.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_pattern.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_pattern.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_pattern.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_pattern.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_pattern.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_pattern.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_pattern.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_pattern.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_pattern.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_pattern.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_pattern.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_pattern .flo_post {
      display: block;
      padding-bottom: 5.625rem; }
      .flo_post_list.type_pattern .flo_post .feat_img {
        display: none; }
      .flo_post_list.type_pattern .flo_post .feat_img_bg {
        position: initial; }
      .flo_post_list.type_pattern .flo_post .pattern_images_wrap {
        display: block;
        height: 0;
        padding-top: 55%;
        position: relative;
        margin-bottom: 2.1875rem; }
      .flo_post_list.type_pattern .flo_post .pattern_images {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap; }
        .flo_post_list.type_pattern .flo_post .pattern_images .gall_img_bg1, .flo_post_list.type_pattern .flo_post .pattern_images .gall_img_bg2 {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .flo_post_list.type_pattern .flo_post .pattern_images .name_wrap {
          position: absolute;
          bottom: 2.5rem;
          left: 3.4375rem;
          width: calc(100% - 6.875rem); }
          .flo_post_list.type_pattern .flo_post .pattern_images .name_wrap .post_category {
            display: block;
            margin-bottom: 0.8125rem; }
          .flo_post_list.type_pattern .flo_post .pattern_images .name_wrap .title {
            margin-bottom: 0; }
      .flo_post_list.type_pattern .flo_post .description_wrap {
        display: block;
        position: relative; }
        .flo_post_list.type_pattern .flo_post .description_wrap > *:not(.open_post) {
          display: none; }
        .flo_post_list.type_pattern .flo_post .description_wrap .open_post {
          display: inline-block;
          margin-left: 3.4375rem; }
    .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap:not(.no_images):not(.has_one_image) .pattern_images .feat_img_bg, .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap.has_two_images .pattern_images .feat_img_bg {
      display: inline-block;
      width: calc(73% - 0.34375rem);
      height: 100%;
      margin-right: 0.6875rem; }
    .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap:not(.no_images):not(.has_one_image) .pattern_images .gall_img_bg1, .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap:not(.no_images):not(.has_one_image) .pattern_images .gall_img_bg2, .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap.has_two_images .pattern_images .gall_img_bg1, .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap.has_two_images .pattern_images .gall_img_bg2 {
      display: inline-block;
      width: calc(27% - 0.34375rem);
      height: calc(50% - 0.34375rem); }
    .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap:not(.no_images):not(.has_one_image) .pattern_images .gall_img_bg1, .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap.has_two_images .pattern_images .gall_img_bg1 {
      margin-bottom: 0.6875rem; }
    .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap.has_one_image .pattern_images .feat_img_bg, .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap.has_one_image .pattern_images .gall_img_bg1 {
      display: inline-block;
      width: calc(50% - 0.34375rem);
      height: 100%; }
    .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap.has_one_image .pattern_images .feat_img_bg {
      margin-right: 0.6875rem; }
    .flo_post_list.type_pattern .flo_post:nth-child(3n + 1) .pattern_images_wrap.no_images .pattern_images .feat_img_bg {
      width: 100%;
      height: 100%; }
    .flo_post_list.type_pattern .flo_post:nth-child(3n + 2) .pattern_images_wrap .pattern_images .feat_img_bg {
      width: 100%;
      height: 100%; }
    .flo_post_list.type_pattern .flo_post:nth-child(3n + 3) .pattern_images_wrap:not(.no_images) .pattern_images .feat_img_bg, .flo_post_list.type_pattern .flo_post:nth-child(3n + 3) .pattern_images_wrap:not(.no_images) .pattern_images .gall_img_bg1, .flo_post_list.type_pattern .flo_post:nth-child(3n + 3) .pattern_images_wrap.has_one_image .pattern_images .feat_img_bg, .flo_post_list.type_pattern .flo_post:nth-child(3n + 3) .pattern_images_wrap.has_one_image .pattern_images .gall_img_bg1 {
      display: inline-block;
      width: calc(50% - 0.34375rem);
      height: 100%; }
    .flo_post_list.type_pattern .flo_post:nth-child(3n + 3) .pattern_images_wrap:not(.no_images) .pattern_images .feat_img_bg, .flo_post_list.type_pattern .flo_post:nth-child(3n + 3) .pattern_images_wrap.has_one_image .pattern_images .feat_img_bg {
      margin-right: 0.6875rem; }
    .flo_post_list.type_pattern .flo_post:nth-child(3n + 3) .pattern_images_wrap.no_images .pattern_images .feat_img_bg {
      width: 100%;
      height: 100%; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_pattern {
      height: auto !important; }
      .flo_post_list.type_pattern .flo_post {
        display: block;
        position: initial !important;
        margin-bottom: 3.125rem; }
        .flo_post_list.type_pattern .flo_post > .feat_img {
          display: block;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_pattern .flo_post .description_wrap {
          position: relative;
          display: block;
          text-align: center; }
          .flo_post_list.type_pattern .flo_post .description_wrap .flo_meta_excerpt_row {
            display: none; }
          .flo_post_list.type_pattern .flo_post .description_wrap .decoration_img {
            display: none; }
          .flo_post_list.type_pattern .flo_post .description_wrap .excerpt_wrap {
            margin-bottom: 0.625rem; }
          .flo_post_list.type_pattern .flo_post .description_wrap .open_post {
            display: block;
            padding-top: 1.875rem; } }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_pattern {
      line-height: 1em; }
      .flo_post_list.type_pattern .name_wrap {
        color: white; }
      .flo_post_list.type_pattern .post_category {
        font-size: 0.625rem;
        color: white; }
      .flo_post_list.type_pattern .title {
        font-size: 2.125rem;
        color: white; } }
  .flo_post_list.type_slider_1 {
    width: 100%; }
    .flo_post_list.type_slider_1 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_slider_1 .slick-dots {
      display: none !important; }
    .flo_post_list.type_slider_1 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_slider_1 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_slider_1 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        text-align: center; }
        .flo_post_list.type_slider_1 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_slider_1 .flo_post .description_wrap .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
        .flo_post_list.type_slider_1 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_slider_1 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_slider_1 .flo_post .description_wrap .meta_wrap {
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_slider_1 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_slider_1 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_slider_1 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_slider_1 .flo_post .description_wrap > .post_date, .flo_post_list.type_slider_1 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_slider_1 .flo_post {
        height: 37.5rem; }
        .flo_post_list.type_slider_1 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_slider_1 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_slider_1 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; } }
  .flo_post_list.type_slider_2 {
    width: 100%; }
    .flo_post_list.type_slider_2 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_slider_2 .flo_post .feat_img_bg {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_slider_2 .flo_post .description_wrap {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .flo_post_list.type_slider_2 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_slider_2 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_slider_2 .flo_post .description_wrap .meta_wrap {
          display: none; }
        .flo_post_list.type_slider_2 .flo_post .description_wrap > .post_date, .flo_post_list.type_slider_2 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_slider_2 .slick-arrow {
        display: none !important; }
      .flo_post_list.type_slider_2 .slick-dots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        list-style: none;
        margin: 0; }
        .flo_post_list.type_slider_2 .slick-dots li {
          width: 1.875rem;
          height: 1px;
          background-color: #FFF;
          margin: 0.75rem 0;
          opacity: 0.8; }
          .flo_post_list.type_slider_2 .slick-dots li.slick-active {
            background-color: black;
            opacity: 1; }
          .flo_post_list.type_slider_2 .slick-dots li button {
            display: none; }
      .flo_post_list.type_slider_2 .flo_post {
        height: 31.25rem; }
        .flo_post_list.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_slider_2 .flo_post .description_wrap {
          width: 100%;
          height: 100%; }
          .flo_post_list.type_slider_2 .flo_post .description_wrap .title_wrap {
            text-align: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20%; }
            .flo_post_list.type_slider_2 .flo_post .description_wrap .title_wrap .title {
              margin-bottom: 0; }
          .flo_post_list.type_slider_2 .flo_post .description_wrap .excerpt_wrap {
            display: none; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_slider_2 .slick-dots {
        display: none !important; }
      .flo_post_list.type_slider_2 .flo_post {
        height: 18.75rem; }
        .flo_post_list.type_slider_2 .flo_post .description_wrap {
          width: 80%;
          height: 100%; }
        .flo_post_list.type_slider_2 .flo_post .feat_img_bg {
          height: 100%;
          width: 100%; }
        .flo_post_list.type_slider_2 .flo_post .title_wrap {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_slider_2 .title {
        font-family: "Playfair Display", serif;
        font-size: 4.375rem;
        line-height: 4.375rem; }
      .flo_post_list.type_slider_2 .excerpt_wrap {
        font-family: "Lato", sans-serif;
        font-size: 1.5625rem; } }
  .flo_post_list.type_slider_3 {
    width: 100%;
    position: relative; }
    .flo_post_list.type_slider_3 .slick-arrow:before {
      font-size: 0.75rem; }
    .flo_post_list.type_slider_3 .slick-dots {
      display: none !important; }
    .flo_post_list.type_slider_3 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_slider_3 .flo_post .feat_img_bg {
        display: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flo_post_list.type_slider_3 .flo_post .description_wrap {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .flo_post_list.type_slider_3 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_slider_3 .flo_post .description_wrap .title_wrap {
          display: none;
          text-align: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .flo_post_list.type_slider_3 .flo_post .description_wrap .excerpt_wrap {
          display: block;
          text-align: center;
          position: relative; }
        .flo_post_list.type_slider_3 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_slider_3 .flo_post .description_wrap .meta_wrap {
          display: none;
          position: absolute;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
          .flo_post_list.type_slider_3 .flo_post .description_wrap .meta_wrap span:not([class]) {
            display: none; }
          .flo_post_list.type_slider_3 .flo_post .description_wrap .meta_wrap .post_category, .flo_post_list.type_slider_3 .flo_post .description_wrap .meta_wrap .post_date {
            display: block; }
        .flo_post_list.type_slider_3 .flo_post .description_wrap > .post_date, .flo_post_list.type_slider_3 .flo_post .description_wrap > .post_category {
          display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_slider_3 .flo_post {
        min-height: 31.25rem; }
        .flo_post_list.type_slider_3 .flo_post .slick-prev {
          left: 10%; }
        .flo_post_list.type_slider_3 .flo_post .slick-next {
          right: 10%; }
        .flo_post_list.type_slider_3 .flo_post .feat_img_bg {
          height: 60%;
          width: 60%; }
        .flo_post_list.type_slider_3 .flo_post .excerpt_wrap {
          width: 46.875rem;
          padding: 7.5rem 6.25rem; }
          .flo_post_list.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_slider_3 .flo_post .excerpt_wrap:after {
            content: "\e83b";
            position: absolute;
            font-family: "flo_icons"; }
          .flo_post_list.type_slider_3 .flo_post .excerpt_wrap:before {
            top: 1.875rem;
            left: 2.5rem; }
          .flo_post_list.type_slider_3 .flo_post .excerpt_wrap:after {
            bottom: 1.875rem;
            right: 2.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_slider_3 .flo_post .slick-next {
        right: 1.25rem; }
      .flo_post_list.type_slider_3 .flo_post .slick-prev {
        left: 1.25rem; }
      .flo_post_list.type_slider_3 .flo_post .excerpt_wrap {
        width: 100%;
        padding: 3.125rem 3.125rem; }
        .flo_post_list.type_slider_3 .flo_post .excerpt_wrap:before, .flo_post_list.type_slider_3 .flo_post .excerpt_wrap:after {
          content: "\e83b";
          position: absolute;
          font-family: "flo_icons";
          font-size: 0.9375rem; }
        .flo_post_list.type_slider_3 .flo_post .excerpt_wrap:before {
          top: 1.25rem;
          left: 1.25rem; }
        .flo_post_list.type_slider_3 .flo_post .excerpt_wrap:after {
          bottom: 1.25rem;
          right: 1.25rem; } }
    .flo_post_list.type_slider_3 .flo_post {
      padding: 4.375rem 0; }
    .flo_post_list.type_slider_3 .excerpt_wrap {
      background-color: transparent;
      color: #808284; }
      .flo_post_list.type_slider_3 .excerpt_wrap:before {
        left: 50% !important;
        transform: translateX(-50%); }
      .flo_post_list.type_slider_3 .excerpt_wrap:after {
        display: none; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_slider_3 .excerpt_wrap {
        font-size: 1.5rem; } }
  .flo_post_list.type_slider_4 {
    width: 100%;
    border-bottom: 1px solid #808284; }
    .flo_post_list.type_slider_4 .slick-dots {
      display: none !important; }
    .flo_post_list.type_slider_4 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_slider_4 .flo_post .feat_img_bg {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_slider_4 .flo_post .description_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.75rem 0 2.3125rem;
        text-align: center; }
        .flo_post_list.type_slider_4 .flo_post .description_wrap .flo_next, .flo_post_list.type_slider_4 .flo_post .description_wrap .flo_prev {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 2.3125rem; }
        .flo_post_list.type_slider_4 .flo_post .description_wrap .flo_next {
          right: 0.625rem; }
        .flo_post_list.type_slider_4 .flo_post .description_wrap .flo_prev {
          left: 0.625rem; }
        .flo_post_list.type_slider_4 .flo_post .description_wrap .title_wrap, .flo_post_list.type_slider_4 .flo_post .description_wrap .meta_wrap {
          width: 60%; }
        .flo_post_list.type_slider_4 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_slider_4 .flo_post .description_wrap .title_wrap {
          text-align: center; }
          .flo_post_list.type_slider_4 .flo_post .description_wrap .title_wrap .title {
            margin-bottom: 1.25rem; }
        .flo_post_list.type_slider_4 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_slider_4 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_slider_4 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_slider_4 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_slider_4 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_slider_4 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_slider_4 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_slider_4 .flo_post .feat_img_bg {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_slider_4 .flo_post .feat_img_bg {
        height: 40vh; } }
    .flo_post_list.type_slider_4 .post_category {
      color: #808284;
      margin-bottom: 0.0625rem; }
    .flo_post_list.type_slider_4 .post_date {
      color: #808284; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_slider_4 .title {
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_slider_4 .title {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
  .flo_post_list.type_slider_5 {
    width: 100%; }
    .flo_post_list.type_slider_5 .slick-arrow:before {
      font-size: 1.875rem;
      transition: color 333ms; }
    .flo_post_list.type_slider_5 .slick-arrow.dark:before {
      color: white; }
    .flo_post_list.type_slider_5 .slick-next {
      right: 1.25rem; }
      .flo_post_list.type_slider_5 .slick-next:before {
        content: "\e833"; }
    .flo_post_list.type_slider_5 .slick-prev {
      left: 1.25rem; }
      .flo_post_list.type_slider_5 .slick-prev:before {
        content: "\e830"; }
    .flo_post_list.type_slider_5 .slick-dots {
      display: none !important; }
    .flo_post_list.type_slider_5 .flo_post {
      display: block;
      position: relative; }
      .flo_post_list.type_slider_5 .flo_post .feat_img_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .flo_post_list.type_slider_5 .flo_post .description_wrap {
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        text-align: center; }
        .flo_post_list.type_slider_5 .flo_post .description_wrap .decoration_img {
          display: none; }
        .flo_post_list.type_slider_5 .flo_post .description_wrap .title_wrap {
          text-align: center;
          transition: color 333ms; }
          .flo_post_list.type_slider_5 .flo_post .description_wrap .title_wrap.dark {
            color: white; }
        .flo_post_list.type_slider_5 .flo_post .description_wrap .excerpt_wrap {
          display: none; }
        .flo_post_list.type_slider_5 .flo_post .description_wrap .open_post {
          display: none; }
        .flo_post_list.type_slider_5 .flo_post .description_wrap .meta_wrap {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .flo_post_list.type_slider_5 .flo_post .description_wrap .meta_wrap * {
            transition: color 333ms; }
          .flo_post_list.type_slider_5 .flo_post .description_wrap .meta_wrap.dark * {
            color: white; }
          .flo_post_list.type_slider_5 .flo_post .description_wrap .meta_wrap span {
            display: block; }
          .flo_post_list.type_slider_5 .flo_post .description_wrap .meta_wrap span:nth-child(2) {
            display: none; }
          .flo_post_list.type_slider_5 .flo_post .description_wrap .meta_wrap .post_category {
            order: 1; }
          .flo_post_list.type_slider_5 .flo_post .description_wrap .meta_wrap .post_date {
            order: 2; }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_slider_5 .flo_post {
        height: 37.5rem; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .flo_post_list.type_slider_5 .flo_post {
        height: 18.75rem; } }
    @media screen and (min-width: 46.875em) {
      .flo_post_list.type_slider_5 .title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.6875rem; }
      .flo_post_list.type_slider_5 .post_category {
        margin-bottom: 0.125rem; } }
  .flo_post_list.type_big_title .flo_post {
    position: relative;
    display: block;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer; }
    .flo_post_list.type_big_title .flo_post:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 1px;
      background-color: black;
      transition: "0 333ms"; }
    .flo_post_list.type_big_title .flo_post .feat_img_bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 333ms; }
    .flo_post_list.type_big_title .flo_post .description_wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: transparent; }
      .flo_post_list.type_big_title .flo_post .description_wrap > * {
        display: none;
        z-index: 100;
        max-width: 80%; }
      .flo_post_list.type_big_title .flo_post .description_wrap .post_date {
        display: block; }
      .flo_post_list.type_big_title .flo_post .description_wrap .post_category {
        display: block;
        order: 1;
        margin-bottom: 1.25rem; }
      .flo_post_list.type_big_title .flo_post .description_wrap .title_wrap {
        display: block;
        order: 2;
        text-align: center; }
        .flo_post_list.type_big_title .flo_post .description_wrap .title_wrap .title {
          margin-bottom: 0; }
    .flo_post_list.type_big_title .flo_post:hover:not(.no_feat_image_selected) .feat_img_bg {
      opacity: 1; }
    .flo_post_list.type_big_title .flo_post:hover:not(.no_feat_image_selected):before, .flo_post_list.type_big_title .flo_post:hover:not(.no_feat_image_selected) + .flo_post:before {
      opacity: 0; }
    .flo_post_list.type_big_title .flo_post:hover:not(.no_feat_image_selected) .post_date {
      color: white; }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_big_title .flo_post {
      padding: 5rem 0; }
      .flo_post_list.type_big_title .flo_post:before {
        height: 3.125rem; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_big_title .flo_post {
      padding: 3.75rem 0; }
      .flo_post_list.type_big_title .flo_post:before {
        height: 1.5625rem; } }
  .flo_post_list.type_big_title .flo_post:hover:not(.no_feat_image_selected) {
    color: white; }
  @media screen and (min-width: 46.875em) {
    .flo_post_list.type_big_title .flo_post .title {
      font-size: 3.125rem; }
    .flo_post_list.type_big_title .flo_post:before {
      background-color: #808284; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_list.type_big_title .title {
      font-size: 1.375rem; } }

.flo_slider {
  height: 60vw;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 3.125rem;
  z-index: 0;
  /* TYPE START */
  /* -------------------------- */
  /* TYPE END */
  /* SLIDE CONTENT START */
  /* -------------------------- */
  /* SLIDE CONTENT END */
  /* ARROWS START */
  /* -------------------------- */
  /* ARROWS END */
  /* DOTS START */
  /* -------------------------- */
  /* DOTS END */
  /* VARIATIONS START */
  /* -------------------------- */
  /* VARIATIONS END */ }
  .flo_slider * {
    outline: 0;
    border: 0; }
  .flo_slider .slick {
    height: inherit;
    opacity: 0;
    transition: opacity 333ms; }
    .flo_slider .slick.slick-initialized {
      opacity: 1; }
    .flo_slider .slick .slick-track, .flo_slider .slick .slick-list {
      height: inherit; }
    .flo_slider .slick .slide {
      display: inline-block;
      height: inherit;
      position: relative;
      opacity: 0;
      transition: opacity 333ms; }
      .flo_slider .slick .slide .slide_content, .flo_slider .slick .slide .slide_content .title, .flo_slider .slick .slide .slide_content .text {
        display: block; }
      .flo_slider .slick .slide .slide_content .slide_count {
        display: none; }
      .flo_slider .slick .slide img {
        display: none; }
    .flo_slider .slick .slick-dots, .flo_slider .slick .slick-prev, .flo_slider .slick .slick-next {
      position: absolute; }
  .flo_slider .slide {
    position: relative; }
    .flo_slider .slide .video-container {
      position: absolute;
      top: 0;
      left: 0; }
      .flo_slider .slide .video-container iframe {
        width: 100%;
        height: 100%; }
      .flo_slider .slide .video-container *:not(iframe) {
        display: none; }
    .flo_slider .slide .slide_content {
      position: absolute;
      opacity: 0;
      transition: opacity 333ms; }
      .flo_slider .slide .slide_content .text {
        margin-bottom: 1.25rem; }
      .flo_slider .slide .slide_content .button_action {
        display: inline-block;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent; }
    .flo_slider .slide.video .button_play {
      display: inline-block; }
    .flo_slider .slide .button_play {
      display: none;
      position: relative;
      color: white;
      height: 4.8125rem;
      width: 4.8125rem;
      border: 1px solid white;
      border-radius: 100%;
      margin-bottom: 1.875rem;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
      .flo_slider .slide .button_play:before {
        content: '\e80f';
        font-family: "flo_icons";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2.40625rem;
        line-height: 1em; }
  .flo_slider .slick-prev, .flo_slider .slick-next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 2.8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    color: transparent;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer; }
    .flo_slider .slick-prev:before, .flo_slider .slick-next:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      line-height: calc(2.8125rem - 0.1em);
      width: inherit;
      height: inherit;
      border: 1px solid white;
      border-radius: 50%;
      font-family: "flo_icons";
      font-size: 1.40625rem; }
  .flo_slider .slick-prev {
    left: 4.6875rem; }
    .flo_slider .slick-prev:before {
      content: "\e840";
      padding-right: 0.1em; }
  .flo_slider .slick-next {
    right: 4.6875rem; }
    .flo_slider .slick-next:before {
      content: "\e83f";
      padding-left: 0.1em; }
  .flo_slider .slick-dots {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin: 0; }
    .flo_slider .slick-dots li {
      display: inline-block;
      position: relative;
      margin: 0 1em;
      margin-bottom: 20px;
      color: white;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
      .flo_slider .slick-dots li button {
        background-color: transparent; }
      .flo_slider .slick-dots li:before {
        opacity: 0;
        content: " ";
        width: 1.8em;
        height: 1.8em;
        position: absolute;
        border: 1px solid white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        transition: opacity 333ms; }
      .flo_slider .slick-dots li:hover:before, .flo_slider .slick-dots li.slick-active:before {
        opacity: 1; }
  .flo_slider.dots_type_hidden .slick-dots {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin: 0; }
    .flo_slider.dots_type_hidden .slick-dots li {
      display: inline-block;
      position: relative;
      margin: 0 1em;
      margin-bottom: 20px;
      color: white;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer;
      display: none; }
      .flo_slider.dots_type_hidden .slick-dots li button {
        background-color: transparent; }
  .flo_slider.type_single {
    overflow: hidden; }
    .flo_slider.type_single .slide {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .flo_slider.type_visible_nearby .slide {
    background-image: none !important; }
    .flo_slider.type_visible_nearby .slide img {
      display: block;
      height: 100%;
      width: auto; }
  .flo_slider.type_contain .slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    .flo_slider.type_contain .slide > img {
      display: none; }
  .flo_slider.type_contain .slide_content {
    color: #202020;
    opacity: 0;
    transition: opacity 333ms; }
    .flo_slider.type_contain .slide_content .button_play {
      color: #202020;
      border-color: #202020; }
    .flo_slider.type_contain .slide_content.slick-current {
      opacity: 1; }
  .flo_slider.type_contain .slick-dots li:before {
    border-color: black; }
  .flo_slider .slick-dots {
    transition: opacity 333ms; }
  @media (max-height: 43.75rem) {
    .flo_slider .slick-dots {
      opacity: 0;
      pointer-events: none; } }
  @media screen and (min-width: 46.875em) {
    .flo_slider.content_type_inside .slide_content {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      opacity: 1; }
    .flo_slider.content_type_inside .slide.slick-current .slide_content {
      opacity: 1; }
    .flo_slider.content_type_under .slide .slide_content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      opacity: 1;
      bottom: 0;
      width: 100%;
      padding: 1.25rem 1.875rem;
      transition: background-color 333ms, opacity 333ms; }
      .flo_slider.content_type_under .slide .slide_content .button_action {
        display: none; }
      .flo_slider.content_type_under .slide .slide_content .text, .flo_slider.content_type_under .slide .slide_content .pretitle {
        transition: max-height 333ms, padding 333ms, margin 333ms;
        max-height: 6.25rem; }
      .flo_slider.content_type_under .slide .slide_content .text {
        margin-bottom: 0; }
      .flo_slider.content_type_under .slide .slide_content .button_play {
        color: black;
        border-color: black;
        margin-bottom: 0;
        margin-right: 1.875rem; }
      .flo_slider.content_type_under .slide .slide_content .title_wrap {
        flex: 1; }
    .flo_slider.content_type_under .slide:not(:hover) .text, .flo_slider.content_type_under .slide:not(:hover) .pretitle {
      max-height: 0;
      padding: 0;
      margin: 0;
      overflow: hidden; }
    .flo_slider.content_type_under .slide:hover .slide_content {
      background-color: #FFF; }
    .flo_slider.content_type_under.type_visible_nearby .slide_content {
      max-width: 100vw; }
    .flo_slider.content_type_under.type_visible_nearby[data-slide_alignment="center"] .slide_content {
      left: 50%;
      transform: translateX(-50%); } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_slider {
      padding: 0 !important;
      height: auto !important;
      max-height: 90vh; }
      .flo_slider .slide_content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        opacity: 1; }
      .flo_slider .slide.slick-current .slide_content {
        opacity: 1; }
      .flo_slider .slide_content {
        width: 60vw; }
        .flo_slider .slide_content .button_action {
          display: none !important; }
      .flo_slider .slick-prev, .flo_slider .slick-next {
        top: 6vw !important;
        transform: translate(0); }
        .flo_slider .slick-prev:before, .flo_slider .slick-next:before {
          color: black;
          border-color: black !important; }
      .flo_slider .slick-prev {
        left: 7vw !important; }
      .flo_slider .slick-next {
        right: 7vw !important; }
      .flo_slider .slick-dots {
        display: none !important; }
      .flo_slider .slick .slide {
        height: auto !important;
        max-height: 90vh !important;
        background-image: none !important;
        text-align: center;
        background-image: none !important; }
        .flo_slider .slick .slide img {
          display: inline-block;
          max-height: 90vh !important;
          height: auto !important;
          width: auto !important; }
        .flo_slider .slick .slide.video .slide_content *:not(.button_play) {
          display: none !important; }
        .flo_slider .slick .slide.video .slide_content .button_play {
          margin-bottom: 0; } }
  .flo_slider .slide_content {
    color: white; }
    .flo_slider .slide_content .slide_count {
      font-family: "Lora", serif;
      font-size: 3.125rem;
      line-height: 1em; }
    .flo_slider .slide_content .title_wrap .pretitle {
      font-family: "Playfair Display", serif;
      font-size: 0.625rem;
      letter-spacing: 0.125rem;
      font-weight: bold; }
    .flo_slider .slide_content .title_wrap .title {
      font-family: "Playfair Display", serif;
      font-size: 1.4375rem;
      letter-spacing: 0;
      line-height: 1em;
      margin-bottom: 0.5rem; }
    .flo_slider .slide_content .title_wrap .subtitle {
      font-family: "Playfair Display", serif;
      font-size: 0.625rem;
      letter-spacing: 0.125rem;
      font-weight: bold; }
    .flo_slider .slide_content .title_wrap .text {
      margin-bottom: 0;
      max-width: 25rem;
      margin-bottom: 0.3125rem; }
    .flo_slider .slide_content .text {
      font-family: "Montserrat", sans-serif;
      font-size: 0.5625rem;
      color: #d1c5ab;
      letter-spacing: 0.0625rem; }
    .flo_slider .slide_content .button_action {
      background-color: #FFF;
      font-family: "Playfair Display", serif;
      font-weight: bold;
      font-size: 0.625rem;
      letter-spacing: 0.125rem;
      padding: 1.25rem 2.1875rem;
      color: #808284;
      transition: color 333ms, background-color 333ms; }
      .flo_slider .slide_content .button_action:hover {
        background-color: #2a1f26;
        color: white; }
  .flo_slider .slick-prev:before, .flo_slider .slick-next:before {
    border: 0;
    font-size: 1.3125rem;
    color: #d2cfcc; }
  .flo_slider.content_type_under .slide .slide_content .title {
    font-size: 1.25rem; }
  .flo_slider.content_type_under .slide .slide_content .button_play {
    color: white;
    border-color: white;
    transition: color 333ms, border-color 333ms; }
    .flo_slider.content_type_under .slide .slide_content .button_play:hover {
      color: #808284;
      border-color: #808284; }
  @media screen and (min-width: 46.875em) {
    .flo_slider.content_type_under .slide .slide_content {
      width: calc(100% - 0.75rem*2);
      max-width: calc(100vw - 0.75rem*2);
      margin: 0.75rem; }
      .flo_slider.content_type_under .slide .slide_content:before {
        content: " ";
        opacity: 0;
        position: absolute;
        width: calc(100% - 0.75rem);
        height: calc(100% - 0.75rem);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: opacity 333ms; }
    .flo_slider.content_type_under .slide:hover .slide_content {
      background-color: rgba(128, 130, 132, 0.7); }
      .flo_slider.content_type_under .slide:hover .slide_content:before {
        opacity: 1; } }

.flo_social_links {
  display: inline-block; }

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .social-links a {
    font-size: 0.9375rem; } }

body.admin-bar .flo_sticky_menu {
  top: 32px; }

.flo_sticky_menu {
  display: none; }
  @media (min-width: 1025px) {
    .flo_sticky_menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      z-index: 10000;
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
      display: block;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-100%);
      transition: opacity 333ms, transform 333ms; }
      .flo_sticky_menu ul {
        margin: 0; }
      .flo_sticky_menu li {
        margin-bottom: 0.625rem;
        position: relative;
        padding: 0 1.25rem; }
      .flo_sticky_menu > ul {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 1.5625rem 0;
        text-align: center; }
        .flo_sticky_menu > ul > li {
          width: 9.375rem;
          position: relative; }
          .flo_sticky_menu > ul > li ul {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            width: 12.5rem;
            padding: 1.875rem 0; }
          .flo_sticky_menu > ul > li > ul {
            transition: opacity 333ms;
            opacity: 0;
            pointer-events: none; }
          .flo_sticky_menu > ul > li:hover > ul {
            opacity: 1;
            pointer-events: initial; }
          .flo_sticky_menu > ul > li li > ul {
            top: 0;
            transform: translate(0, 0);
            right: initial;
            pointer-events: none;
            transition: opacity 333ms;
            opacity: 0; }
          .flo_sticky_menu > ul > li:not(:last-child) li ul {
            left: 100%; }
          .flo_sticky_menu > ul > li:last-child li ul {
            left: -100%; }
          .flo_sticky_menu > ul > li li:hover > ul {
            opacity: 1;
            pointer-events: initial; }
      .flo_sticky_menu.headroom--pinned:not(.headroom--top), .flo_sticky_menu.headroom--unpinned:not(.headroom--top) {
        opacity: 1;
        pointer-events: initial;
        transform: translateY(0); } }
  .flo_sticky_menu, .flo_sticky_menu ul {
    background-color: white; }
  .flo_sticky_menu a {
    font-family: "Lora", serif;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 0.4375rem;
    font-size: 0.9375rem;
    color: #808284; }

.flo_vc_element_contact_form * {
  text-align: center; }

.flo_vc_element_granite_title .flo_page_title_wrap, .flo_vc_element_granite_title .title {
  margin-bottom: 0; }

.flo_vc_element_mailchimp_newsletter {
  text-align: center;
  position: relative;
  max-width: 28.4375rem;
  padding: 1.25rem;
  margin: 0 auto; }
  .flo_vc_element_mailchimp_newsletter > * {
    position: relative; }
  .flo_vc_element_mailchimp_newsletter .bg_text {
    display: block;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .flo_vc_element_mailchimp_newsletter form .email_input {
    text-align: center; }
  .flo_vc_element_mailchimp_newsletter .title {
    margin-bottom: 1.5625rem; }
  .flo_vc_element_mailchimp_newsletter .bg_text {
    font-size: 10.6875rem;
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: white; }

.flo_vc_image_link_title_bottom {
  display: block; }
  .flo_vc_image_link_title_bottom .flo_vc_image_link_title_bottom_top {
    display: block;
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .flo_vc_image_link_title_bottom .flo_vc_image_link_title_bottom_bottom {
    padding: 2.8125rem 3.4375rem;
    opacity: 0.4;
    transition: opacity 333ms; }
  .flo_vc_image_link_title_bottom:hover .flo_vc_image_link_title_bottom_bottom {
    opacity: 1; }

.flo_vc_image_link {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-style: solid;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer; }
  .flo_vc_image_link .pretitle, .flo_vc_image_link .title, .flo_vc_image_link .subtitle {
    opacity: 0.5;
    transition: opacity 333ms; }
  .flo_vc_image_link:hover .pretitle, .flo_vc_image_link:hover .title, .flo_vc_image_link:hover .subtitle {
    opacity: 1; }

.flo_video_popup {
  width: 100%; }
  @media screen and (min-width: 46.875em) {
    .flo_video_popup {
      transition: margin-bottom 333ms, max-height 333ms; }
      .flo_video_popup:not(.hidden) {
        margin-bottom: 3.125rem;
        max-height: 200vh; }
      .flo_video_popup.hidden {
        max-height: 0;
        overflow: hidden; }
      .flo_video_popup .close_button {
        display: inline-block;
        margin-bottom: 3rem;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer; }
      .flo_video_popup .video_container {
        width: 100%;
        height: 31.25rem;
        background-color: black;
        margin-bottom: 2.34375rem;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        transition: background-image 333ms; }
        .flo_video_popup .video_container:before {
          content: "\e83a";
          font-family: "flo_icons";
          font-size: 4.3125rem;
          color: transparent;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .flo_video_popup .video_container[style*="background-image"]:before {
          color: white; }
      .flo_video_popup iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .flo_video_popup .video-container {
        position: absolute;
        top: 0;
        left: 0; }
        .flo_video_popup .video-container iframe {
          width: 100%;
          height: 100%; }
        .flo_video_popup .video-container *:not(iframe) {
          display: none; }
      .flo_video_popup .video_thumbnails_slider .video_thumbnail {
        margin: 0 1.1875rem;
        width: 13.5rem;
        transition: opacity 333ms;
        opacity: 0.5; }
        .flo_video_popup .video_thumbnails_slider .video_thumbnail .video_thumbnail_bgi {
          height: 9rem;
          width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -o-user-select: none;
          outline: none !important;
          -webkit-tap-highlight-color: transparent;
          cursor: pointer; }
        .flo_video_popup .video_thumbnails_slider .video_thumbnail .video_thumbnail_title_wrap {
          text-align: center; }
        .flo_video_popup .video_thumbnails_slider .video_thumbnail .video_thumbnail_title_wrap {
          width: 18.75rem;
          margin-left: 50%;
          transform: translateX(-50%);
          opacity: 0;
          transition: opacity 333ms;
          padding-top: 3.75rem; }
          .flo_video_popup .video_thumbnails_slider .video_thumbnail .video_thumbnail_title_wrap .title {
            margin-bottom: 1.5625rem; }
          .flo_video_popup .video_thumbnails_slider .video_thumbnail .video_thumbnail_title_wrap .categories {
            margin-bottom: 0.3125rem; }
        .flo_video_popup .video_thumbnails_slider .video_thumbnail.slick-current {
          opacity: 1; }
          .flo_video_popup .video_thumbnails_slider .video_thumbnail.slick-current .video_thumbnail_title_wrap {
            opacity: 1; } }
  .flo_video_popup .video_thumbnail_title_wrap .title {
    font-family: "Playfair Display", serif;
    font-size: 1.5625rem; }
  .flo_video_popup .video_thumbnail_title_wrap .categories {
    font-family: "Montserrat", sans-serif;
    font-size: 0.5625rem;
    letter-spacing: 0.0625rem; }
  .flo_video_popup .video_thumbnail_title_wrap .date {
    font-size: 0.625rem;
    font-family: "Playfair Display", serif;
    font-style: italic; }
  .flo_video_popup .video_thumbnail_title_wrap a {
    font-family: "Playfair Display", serif;
    font-size: 0.8125rem;
    letter-spacing: 0;
    font-style: italic; }

.widget {
  margin-bottom: 2.5rem; }
  .widget .widget-title {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    text-align: center; }
  .widget .widget-delimiter {
    height: 0;
    margin: 0; }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .widget .widget-title {
      text-align: center; } }
  .widget .widget-title {
    font-family: "Lora", serif;
    letter-spacing: 0.125rem;
    font-size: 0.625rem;
    margin-bottom: 2.8125rem; }

.flo_footer .widget:last-child {
  margin-bottom: 0; }

.widget {
  text-align: center; }
  .widget ul:not([class]) {
    list-style: none;
    padding: 0;
    margin: 0; }

.widget.full-width ul:not([class]) li {
  display: inline-block;
  margin-right: 0.9375rem; }

.widget_socialicons {
  text-align: center; }

.widget .widget_calendar .calendar_wrap {
  text-align: center; }
  .widget .widget_calendar .calendar_wrap #wp-calendar {
    display: inline-block; }

.widget_search {
  text-align: center; }
  .widget_search .search-form {
    display: flex;
    height: 3.125rem;
    max-width: 18.75rem;
    margin: 0 auto; }
    .widget_search .search-form > * {
      height: 3.125rem; }
    .widget_search .search-form .search_input {
      padding: 0 1.25rem;
      -webkit-appearance: none; }
    .widget_search .search-form .search_submit {
      font-size: 0;
      padding: 0 0.9375rem;
      text-align: center; }
      .widget_search .search-form .search_submit:before {
        content: "\e81c";
        display: inline-block;
        font-family: "flo_icons";
        font-size: 0.8125rem; }

.flo_page select {
  padding: 0;
  padding-left: 1.25rem; }

.flo_page select:focus, .flo_page select:hover, .flo_page textarea:focus, .flo_page textarea:hover, .flo_page input:focus, .flo_page input:hover {
  box-shadow: none;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #d1c5ab;
  background-color: transparent; }

.flo_page .button, .flo_page .flo_button, .flo_page input[type='button'], .flo_page input[type="submit"] {
  border-width: 0;
  border-color: #808284 !important;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.5625rem;
  font-style: normal;
  padding: 1.40625rem 4.0625rem;
  color: #808284; }

.flo_page input, .flo_page select, .flo_page textarea {
  font-family: "Playfair Display", serif;
  font-size: 0.875rem;
  font-style: italic;
  letter-spacing: 0.0625rem;
  color: #d1c5ab;
  background-color: transparent;
  outline: 0;
  padding: 0.9375rem 0;
  padding-bottom: 0.3125rem;
  border-color: #eceae9;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  box-shadow: none;
  outline: none;
  transition: opacity 333ms, border-color 333ms; }
  .flo_page input::-webkit-input-placeholder, .flo_page select::-webkit-input-placeholder, .flo_page textarea::-webkit-input-placeholder {
    color: #d1c5ab; }

.flo_page textarea {
  padding-left: 0;
  min-height: 3em;
  transition: padding 333ms, min-height 333ms; }
  .flo_page textarea:hover, .flo_page textarea:focus {
    border: 1px solid #d1c5ab;
    padding: 1.25rem 1.25rem 0 1.25rem;
    min-height: calc(1.25rem * 2 + 1em); }

@media (min-width: 1025px) {
  .flo_header_on_flo_slider .flo_featured_image_or_slider:not(.flo_parallax_disabled) .flo_featured_image, .flo_header_on_flo_slider .flo_featured_image_or_slider:not(.flo_parallax_disabled) .flo_slider .slide {
    background-attachment: fixed; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flo_header_on_flo_slider .flo_featured_image_or_slider:not(.flo_parallax_disabled) .flo_featured_image, .flo_header_on_flo_slider .flo_featured_image_or_slider:not(.flo_parallax_disabled) .flo_slider .slide {
    background-attachment: scroll !important; } }

@media screen and (min-width: 46.875em) {
  .flo_header_on_flo_slider.size-full_screen .flo_header:before {
    opacity: 0; }
  .flo_header_on_flo_slider .flo_featured_image_or_slider {
    min-height: 28.125rem;
    position: relative;
    margin-bottom: 3.125rem; }
    .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_featured_image, .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_featured_image, .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_featured_image .slide, .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_slider, .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_slider .slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
    .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_featured_image {
      opacity: 0;
      transition: opacity 333ms; }
    .flo_header_on_flo_slider .flo_featured_image_or_slider .slick {
      height: 100%;
      width: 100%; }
    .flo_header_on_flo_slider .flo_featured_image_or_slider.size-full_screen {
      height: 100vh; }
      .flo_header_on_flo_slider .flo_featured_image_or_slider.size-full_screen .flo_featured_image, .flo_header_on_flo_slider .flo_featured_image_or_slider.size-full_screen .flo_slider {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 0);
        height: calc(100% - 0); }
      .flo_header_on_flo_slider .flo_featured_image_or_slider.size-full_screen .flo_slider .slick-dots {
        display: none !important; }
      .flo_header_on_flo_slider .flo_featured_image_or_slider.size-full_screen:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        height: 0;
        width: 1px;
        background-color: white; }
  .flo_header_on_flo_slider .flo_header.logo_position_slider_center .flo_header_logo {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0; }
  .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    text-align: center; }
    .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_header_logo.has_custom_logo {
      font-size: 0 !important; }
    .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_header_logo .flo_logo {
      display: inline-block;
      max-width: initial; }
    .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_header_logo img {
      max-width: 18.75rem; }
      .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_header_logo img.light {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
  .flo_header_on_flo_slider .flo_featured_image_or_slider.dark.dark {
    opacity: 0; }
  .flo_header_on_flo_slider .flo_featured_image_or_slider.dark.light {
    opacity: 1; }
  .flo_header_on_flo_slider.size-full_screen .logo_position_slider_center ~ .flo_featured_image_or_slider .slick-next, .flo_header_on_flo_slider.size-full_screen .logo_position_slider_center ~ .flo_featured_image_or_slider .slick-prev {
    top: initial;
    transform: translate(0, 0);
    bottom: 2.5rem; }
    .flo_header_on_flo_slider.size-full_screen .logo_position_slider_center ~ .flo_featured_image_or_slider .slick-next:before, .flo_header_on_flo_slider.size-full_screen .logo_position_slider_center ~ .flo_featured_image_or_slider .slick-prev:before {
      font-size: 1.3125rem; }
  .flo_header_on_flo_slider.size-full_screen .logo_position_slider_center ~ .flo_featured_image_or_slider .slick-next {
    left: initial;
    right: 7.5rem; }
  .flo_header_on_flo_slider.size-full_screen .logo_position_slider_center ~ .flo_featured_image_or_slider .slick-prev {
    left: initial;
    right: 13.125rem; }
  .flo_header_on_flo_slider.size-full_screen .logo_position_slider_center ~ .flo_featured_image_or_slider .slide .slide_content {
    height: auto !important;
    top: initial;
    bottom: 2.8125rem;
    left: 7.5rem;
    transform: translate(0, 0);
    text-align: left;
    display: flex;
    align-items: center; }
    .flo_header_on_flo_slider.size-full_screen .logo_position_slider_center ~ .flo_featured_image_or_slider .slide .slide_content .slide_count {
      display: block;
      height: 1em;
      vertical-align: middle;
      margin-right: 2.875rem; }
    .flo_header_on_flo_slider.size-full_screen .logo_position_slider_center ~ .flo_featured_image_or_slider .slide .slide_content .button_play {
      margin: 0; }
    .flo_header_on_flo_slider.size-full_screen .logo_position_slider_center ~ .flo_featured_image_or_slider .slide .slide_content .title_wrap {
      display: flex;
      flex-direction: column-reverse; } }

@media screen and (min-width: 46.875em) and (max-width: 64em) {
  .flo_header_on_flo_slider:not(.size-full_screen) .flo_slider .slide_content {
    display: none; } }

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .flo_header_on_flo_slider .flo_featured_image_or_slider {
    width: 100%;
    margin-bottom: 3.125rem; }
    .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_slider {
      margin-bottom: 0; }
    .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_featured_image {
      width: 100%;
      height: 12.5rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .flo_header_on_flo_slider .flo_featured_image_or_slider .flo_header_logo {
      display: none; } }

body.flo_header_on_flo_slider .flo_header + .flo_delimiter {
  display: none; }

@media screen and (min-width: 46.875em) {
  body.flo_header_on_flo_slider .flo_page {
    padding-top: 0; }
    body.flo_header_on_flo_slider .flo_page header {
      position: absolute;
      top: 0;
      left: 0; }
    body.flo_header_on_flo_slider .flo_page header.menu_position_slider_bottom .flo_header_menu {
      position: absolute;
      width: 100%;
      left: 0;
      padding: 0 13.125rem;
      margin-bottom: 1.25rem;
      opacity: 0;
      transition: opacity 333ms; }
      body.flo_header_on_flo_slider .flo_page header.menu_position_slider_bottom .flo_header_menu > ul > li > ul {
        bottom: 100%;
        top: auto; }
        body.flo_header_on_flo_slider .flo_page header.menu_position_slider_bottom .flo_header_menu > ul > li > ul ul {
          top: auto;
          bottom: 0; }
    body.flo_header_on_flo_slider .flo_page header ~ .flo_slider {
      width: 100%;
      max-width: 100%;
      z-index: 0;
      height: 100vh; }
      body.flo_header_on_flo_slider .flo_page header ~ .flo_slider .slick-dots {
        bottom: 1.25rem; }
      body.flo_header_on_flo_slider .flo_page header ~ .flo_slider:not(".content_type_under") .slide .slide_content {
        top: 60%; } }

@media (min-width: 1025px) {
  body.flo_header_on_flo_slider header.menu_position_slider_bottom {
    padding: 0 3.125rem;
    top: 3.125rem; }
    body.flo_header_on_flo_slider header.menu_position_slider_bottom .flo_header_menu {
      padding: 2.5rem 7.5rem !important;
      background-color: rgba(42, 31, 38, 0.5);
      margin-bottom: 0 !important; }
      body.flo_header_on_flo_slider header.menu_position_slider_bottom .flo_header_menu > ul > li > a {
        color: white; } }

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color 333ms, opacity 333ms, min-height 333ms; }

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 1.5em 0 0.5em;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: transparent;
    margin: -0.125em 0.5em 0 0; }
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid transparent;
    margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 333ms;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: 0 0 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0 0;
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid transparent;
  border-radius: 0;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
  text-align: left; }

.dk-option-selected {
  background-color: #ccc;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
  text-align: left; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #ccc;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  border: solid transparent;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #ccc; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ccc; }

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #ccc; }

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #ccc; }

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  opacity: 1;
  pointer-events: initial;
  border-color: #ccc; }

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none; }

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #ccc; }
  .dk-selected:hover:before,
  .dk-selected:focus:before {
    border-top-color: #ccc; }
  .dk-selected:hover:after,
  .dk-selected:focus:after {
    border-left-color: #ccc; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

.flo_post_list_top_wrap .categories_wrap {
  display: flex;
  width: 12.5rem;
  order: -1;
  align-items: center; }
  .flo_post_list_top_wrap .categories_wrap i {
    margin-right: 1.25rem; }
  .flo_post_list_top_wrap .categories_wrap .selector_wrap {
    flex: 1; }
    .flo_post_list_top_wrap .categories_wrap .selector_wrap select {
      margin-bottom: 0;
      padding: 0;
      border-bottom: 0;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
      @media screen and (min-width: 64.0625em) {
        .flo_post_list_top_wrap .categories_wrap .selector_wrap select {
          opacity: 0; } }

.flo_post_list_top_wrap .search_input_wrap #searchform {
  display: flex; }
  .flo_post_list_top_wrap .search_input_wrap #searchform .search_input {
    margin-bottom: 0;
    border: 0;
    padding: 0;
    margin-right: 1.25rem;
    transition: opacity 333ms; }
  @media screen and (min-width: 46.875em) {
    .flo_post_list_top_wrap .search_input_wrap #searchform:not(.input_visible) .search_input {
      opacity: 0;
      pointer-events: none; } }
  .flo_post_list_top_wrap .search_input_wrap #searchform .flo-icon-flo-search {
    font-size: 0.9em; }

@media screen and (min-width: 46.875em) {
  .flo_post_list_top_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem; } }

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .flo_post_list_top_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.875rem; }
    .flo_post_list_top_wrap .search_input_wrap {
      order: 1;
      margin-bottom: 1.875rem; }
    .flo_post_list_top_wrap .categories_wrap {
      order: 2;
      margin-bottom: 1.875rem; } }

.flo_post_list_top_wrap .categories_wrap select {
  color: #808284;
  font-size: 0.75rem;
  letter-spacing: 0.1875rem;
  font-style: normal; }

.flo_post_list_top_wrap .categories_wrap .flo-icon-flo-categories {
  font-size: 0.8em; }

.flo_post_list_top_wrap .dk-select {
  margin-top: 0.1875rem;
  color: #808284;
  font-size: 0.75rem;
  letter-spacing: 0.1875rem;
  font-style: normal; }

.flo_post_type_video_video {
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .flo_post_type_video_video .button_play {
    font-size: 4.375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 100;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer; }
  .flo_post_type_video_video .feat_img {
    display: none;
    width: 100%;
    margin-bottom: 0; }
  .flo_post_type_video_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .flo_post_type_video_video .button_play, .flo_post_type_video_video .feat_img {
    transition: opacity 333ms; }
  .flo_post_type_video_video.video-active .button_play, .flo_post_type_video_video.video-active .feat_img {
    opacity: 0;
    pointer-events: none; }
  .flo_post_type_video_video .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .flo_post_type_video_video .video-container iframe {
      width: 100%;
      height: 100%; }
    .flo_post_type_video_video .video-container *:not(iframe) {
      display: none !important; }
  @media screen and (min-width: 46.875em) {
    .flo_post_type_video_video {
      height: 100vh; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_post_type_video_video {
      height: 80vh; }
      .flo_post_type_video_video img.feat_img {
        margin-bottom: 0 !important; } }

@media screen and (min-width: 46.875em) {
  .gallery_slider_visible_nearby > *:not(.flo_slider):not(.flo_page_title_wrap) {
    width: calc(100% - 26.25rem);
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 64em) {
  .gallery_slider_visible_nearby > *:not(.flo_slider):not(.flo_page_title_wrap) {
    width: calc(100% - 3.28125rem);
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 46.875em) {
  .gallery_slider_visible_nearby .flo_page_title_wrap {
    width: calc(100% - 26.25rem);
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 64em) {
  .gallery_slider_visible_nearby .flo_page_title_wrap {
    width: calc(100% - 3.28125rem);
    margin-left: auto;
    margin-right: auto; } }

.flo_has_slideshow .flo_header + .flo_delimiter {
  display: none; }

/* BOF Ninja forms styles */
body .ninja-forms-form-wrap {
  margin-bottom: 30px;
  /*thank you message */
  font-size: 0.625rem;
  font-weight: normal; }
  body .ninja-forms-form-wrap input[type="text"], body .ninja-forms-form-wrap input[type="email"], body .ninja-forms-form-wrap textarea {
    font-family: "Playfair Display", serif;
    font-size: 0.875rem;
    font-style: italic;
    letter-spacing: 0.0625rem;
    color: #d1c5ab;
    background-color: transparent;
    outline: 0;
    padding: 0.9375rem 0;
    padding-bottom: 0.3125rem;
    border-color: #eceae9;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 1px;
    box-shadow: none;
    outline: none;
    transition: opacity 333ms, border-color 333ms; }
    body .ninja-forms-form-wrap input[type="text"]::-webkit-input-placeholder, body .ninja-forms-form-wrap input[type="email"]::-webkit-input-placeholder, body .ninja-forms-form-wrap textarea::-webkit-input-placeholder {
      color: #d1c5ab; }
    body .ninja-forms-form-wrap input[type="text"]::placeholder, body .ninja-forms-form-wrap input[type="email"]::placeholder, body .ninja-forms-form-wrap textarea::placeholder {
      text-transform: none; }
  body .ninja-forms-form-wrap textarea {
    padding-left: 0;
    min-height: 3em;
    transition: padding 333ms, min-height 333ms; }
    body .ninja-forms-form-wrap textarea:hover, body .ninja-forms-form-wrap textarea:focus {
      border: 1px solid #d1c5ab;
      padding: 1.25rem 1.25rem 0 1.25rem;
      min-height: calc(1.25rem * 2 + 1em); }
  body .ninja-forms-form-wrap .submit-wrap input[type="submit"] {
    padding: 8px 20px; }
  body .ninja-forms-form-wrap .field-wrap {
    margin-bottom: 0px; }
  body .ninja-forms-form-wrap .center-wrap {
    text-align: center; }
  @media (min-width: 769px) {
    body .ninja-forms-form-wrap .left-wrap {
      float: left;
      padding-right: 0.625rem; }
    body .ninja-forms-form-wrap .right-wrap {
      float: right;
      padding-left: 0.625rem; }
    body .ninja-forms-form-wrap .flo-small-wrap {
      width: 50%; }
    body .ninja-forms-form-wrap .field-wrap:not(.flo-small-wrap) {
      clear: both; } }
  body .ninja-forms-form-wrap .ninja-forms-response-msg .thank-you {
    font-size: 28px; }
  body .ninja-forms-form-wrap .ninja-forms-response-msg .email {
    color: #cabc8e;
    margin-top: 40px;
    display: block; }
  body .ninja-forms-form-wrap * {
    font-family: "Lora", serif;
    font-weight: normal; }
  body .ninja-forms-form-wrap label {
    font-size: 0.625rem;
    color: #808284;
    font-family: "Lora", serif;
    letter-spacing: 0.125rem;
    font-weight: normal;
    margin-top: 1.875rem;
    margin-bottom: 0.3125rem; }
  body .ninja-forms-form-wrap .ninja-forms-required-items {
    font-family: "Lora", serif; }

/* EOF Ninja forms styles */
.page_about {
  max-width: 75rem;
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .page_about .feat_img {
    display: none; }
  .page_about .feat_img_bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .page_about .content_wrap {
    text-align: left; }
  .page_about .image_carousel {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.25rem 0; }
    .page_about .image_carousel::before, .page_about .image_carousel::after {
      content: ' ';
      display: table; }
    .page_about .image_carousel::after {
      clear: both; }
    .page_about .image_carousel .partner_logo {
      display: inline-block;
      max-width: 6.25rem;
      margin: 0 0.9375rem; }
  .page_about .get_in_touch_wrap {
    text-align: center;
    width: 100%; }
  .page_about .get_in_touch {
    display: inline-block;
    margin-bottom: 3.125rem;
    margin-top: 3.125rem;
    text-transform: uppercase; }
  .page_about .page_about_title_feat_img_bg {
    display: none; }
  @media screen and (min-width: 46.875em) {
    .page_about {
      margin-bottom: 5rem;
      padding: 0;
      padding-bottom: 6.25rem; }
      .page_about .feat_img_bg {
        display: none; }
      .page_about .flo_page_title_wrap {
        width: 100%; }
        .page_about .flo_page_title_wrap .title {
          width: 100%;
          z-index: 1; }
        .page_about .flo_page_title_wrap .subtitle {
          display: block;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .page_about .flo_page_title_wrap.big_title {
          margin-top: 0; }
          .page_about .flo_page_title_wrap.big_title .title {
            margin-top: -0.5em; }
            .page_about .flo_page_title_wrap.big_title .title:before {
              display: none; }
        .page_about .flo_page_title_wrap:not(.has_bgi) {
          margin: 3.125rem; }
          .page_about .flo_page_title_wrap:not(.has_bgi) .title {
            margin-bottom: 0; }
        .page_about .flo_page_title_wrap.has_bgi {
          position: relative;
          margin-top: 0 !important;
          margin-bottom: 6.25rem;
          min-height: 18.75rem; }
          .page_about .flo_page_title_wrap.has_bgi .title, .page_about .flo_page_title_wrap.has_bgi .subtitle {
            padding: 0 3.125rem; }
          .page_about .flo_page_title_wrap.has_bgi.big_title {
            position: relative; }
            .page_about .flo_page_title_wrap.has_bgi.big_title .title {
              width: 100%;
              position: absolute; }
          .page_about .flo_page_title_wrap.has_bgi:not(.big_title) .title {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .page_about .flo_page_title_wrap.has_bgi .page_about_title_feat_img_bg {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            display: block;
            height: 20.625rem;
            width: 100%; }
      .page_about .content_wrap {
        padding: 0 3.125rem; }
        .page_about .content_wrap .page_about_title_icon_quote {
          text-align: center; }
        .page_about .content_wrap .content {
          padding: 0 2.5rem; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .page_about {
      padding: 1.875rem; }
      .page_about .flo_page_title_wrap {
        width: 100%; }
        .page_about .flo_page_title_wrap .title {
          text-align: center; }
      .page_about .feat_img_bg {
        display: none; }
      .page_about .feat_img {
        display: block;
        margin-bottom: 1.25rem;
        height: 100%; }
      .page_about .page_about_title_icon_quote {
        text-align: center; }
      .page_about .page_about_title_feat_img_bg {
        width: 100%;
        height: 12.5rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; } }
  .page_about.type_3 {
    background-color: #f4f2ef; }
    .page_about.type_3 .page_about_title_icon_quote {
      font-size: 4.1875rem;
      line-height: 4.1875rem;
      color: #a4a29e; }
    @media screen and (min-width: 46.875em) {
      .page_about.type_3 {
        margin-top: 3.75rem; }
        .page_about.type_3 .flo_page_title_wrap .title {
          font-size: 6.875rem; }
        .page_about.type_3 .flo_page_title_wrap.has_bgi .title {
          color: #f4f2ef;
          opacity: 0.7; }
        .page_about.type_3 .flo_page_title_wrap .subtitle {
          font-size: 0.9375rem;
          letter-spacing: 0.1875rem; }
        .page_about.type_3 .flo_page_title_wrap.big_title .title {
          font-size: 7.5rem;
          line-height: 7.5rem;
          color: #dedede; }
        .page_about.type_3 .flo_page_title_wrap.big_title .subtitle {
          font-size: 2rem; }
        .page_about.type_3 .flo_wordpress_content {
          color: #808284; } }

.page_contact {
  margin-bottom: 3.125rem; }
  .page_contact input.invalid {
    border-color: red !important; }
    .page_contact input.invalid::-webkit-input-placeholder {
      color: red !important; }
    .page_contact input.invalid:-moz-placeholder {
      color: red !important; }
    .page_contact input.invalid::-moz-placeholder {
      color: red !important; }
    .page_contact input.invalid::-moz-placeholder {
      color: red !important; }
    .page_contact input.invalid:-ms-input-placeholder {
      color: red !important; }
  .page_contact .title_wrap {
    text-align: center; }
  .page_contact .message {
    width: 100%; }
  .page_contact .contact_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1.875rem; }
    .page_contact .contact_info .contact_info_block {
      width: 10.625rem;
      margin: 0 0.625rem;
      text-align: center; }
    .page_contact .contact_info .social_icons a {
      margin: 0 0.125rem;
      font-size: 0.6875rem; }
  .page_contact .flo_wordpress_content {
    margin-bottom: 3.125rem; }
  .page_contact .submit_wrap {
    text-align: center; }
  .page_contact .flo_contact_response > div {
    margin-bottom: 1.25rem; }
  .page_contact .below_form {
    text-align: center;
    margin: 1.875rem 0; }
  @media screen and (min-width: 46.875em) {
    .page_contact .contact_split_wrap {
      max-width: 75rem;
      display: flex;
      flex-flow: row wrap;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0.625rem; }
    .page_contact .left_side, .page_contact .right_side {
      flex: 0 0 50%;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      max-width: 50%;
      padding: 0;
      display: flex;
      flex-direction: column; }
    .page_contact .left_side {
      padding-right: 0.625rem; }
    .page_contact .right_side {
      padding-left: 0.625rem; }
    .page_contact.type_1:not(.has_bgi) {
      padding-top: 3.125rem; }
    .page_contact.type_1 .flo_page_title_wrap {
      padding: 0 2.8125rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .page_contact.type_1 .flo_page_title_wrap.big_title {
        margin-bottom: 3.125rem !important; }
        .page_contact.type_1 .flo_page_title_wrap.big_title .title:before {
          content: none !important; }
      .page_contact.type_1 .flo_page_title_wrap.has_bgi {
        min-height: 25rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
    .page_contact.type_1 .contact_info {
      margin-bottom: 3.125rem; }
    .page_contact.type_1 .page_contact {
      padding-bottom: 0.0625rem; }
    .page_contact .contact_split_wrap {
      max-width: 75rem;
      display: flex;
      flex-flow: row wrap;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0.625rem; }
    .page_contact .left_side, .page_contact .right_side {
      flex: 0 0 50%;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      max-width: 50%;
      padding: 0;
      display: flex;
      flex-direction: column; }
    .page_contact .left_side {
      padding-right: 0.625rem; }
    .page_contact .right_side {
      padding-left: 0.625rem; }
    .page_contact.type_2 {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      padding: 2.5rem; }
      .page_contact.type_2 .flo_page_title_wrap.big_title_contact {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        margin: 0;
        margin-top: 1em;
        z-index: 1; }
        .page_contact.type_2 .flo_page_title_wrap.big_title_contact .title {
          margin: 0; }
      .page_contact.type_2.has_bgi .flo_page_title_wrap.big_title_contact {
        transform: translate(-50%, -35%); }
      .page_contact.type_2 .page_contact_content_and_form {
        position: relative;
        padding: 2.5rem 21.875rem;
        z-index: 2; }
        .page_contact.type_2 .page_contact_content_and_form .contact_split_wrap {
          margin-bottom: 0.625rem; }
        .page_contact.type_2 .page_contact_content_and_form .submit_wrap {
          margin: 0; }
    .page_contact .contact_split_wrap {
      max-width: 75rem;
      display: flex;
      flex-flow: row wrap;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0.625rem; }
    .page_contact .left_side, .page_contact .right_side {
      flex: 0 0 50%;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      max-width: 50%;
      padding: 0;
      display: flex;
      flex-direction: column; }
    .page_contact .left_side {
      padding-right: 0.625rem; }
    .page_contact .right_side {
      padding-left: 0.625rem; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .page_contact {
      margin-bottom: 3.125rem; }
      .page_contact .flo_page_title_wrap {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        .page_contact .flo_page_title_wrap.has_bgi {
          min-height: 18.75rem; }
      .page_contact .contact_info_block {
        padding-bottom: 1.5625rem; }
      .page_contact.type_2 {
        padding: 1.25rem; }
        .page_contact.type_2 .page_contact_content_and_form {
          padding: 1.25rem; } }
  .page_contact label {
    font-family: "Lora", serif;
    font-weight: normal !important;
    letter-spacing: 0.125rem; }
  .page_contact .contact_info .contact_info_block .title {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 0.5625rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem; }
  .page_contact .contact_info .contact_info_block .subtitle {
    font-family: "Playfair Display";
    font-style: italic;
    font-size: 0.75rem; }
  .page_contact .submit_wrap input {
    padding-right: 4.6875rem;
    padding-left: 4.6875rem; }
  .page_contact.type_1 {
    background-color: #f8f8f8; }
    .page_contact.type_1 .submit_wrap {
      margin-bottom: 3.75rem; }
    .page_contact.type_1 .contact_info {
      border-top: 1px solid #f8f8f8; }
    .page_contact.type_1 .flo_page_title_wrap .title {
      margin-bottom: 0; }
    .page_contact.type_1 .flo_page_title_wrap.has_bgi .title {
      opacity: 0.7;
      color: white; }
    .page_contact.type_1 .flo_page_title_wrap.has_bgi .subtitle {
      color: white; }
  .page_contact.type_2 {
    background-color: #f8f8f8; }
    @media screen and (min-width: 46.875em) {
      .page_contact.type_2 .flo_page_title_wrap.big_title_contact .title {
        font-size: 7.5rem;
        line-height: 7.5rem;
        color: #dedede; } }
    @media screen and (min-width: 0em) and (max-width: 46.8125em) {
      .page_contact.type_2 {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem; }
        .page_contact.type_2 .flo_page_title_wrap {
          margin-bottom: 0; } }
    .page_contact.type_2.has_bgi .page_contact_content_and_form {
      background-color: #f8f8f8; }
    .page_contact.type_2 .contact_text {
      text-align: center;
      font-family: "Playfair Display";
      font-style: italic;
      font-size: 0.875rem; }

@media screen and (min-width: 46.875em) {
  .flo_page .flo_page_title_wrap.flo_contact_2_title .title {
    padding: 0 13.125rem;
    margin-bottom: 0; }
  .flo_page .flo_page_title_wrap.flo_contact_2_title.big_title .title {
    margin-bottom: -0.4em;
    line-height: 1em; }
    .flo_page .flo_page_title_wrap.flo_contact_2_title.big_title .title:before {
      display: none; } }

.flo_protected {
  margin-bottom: 6.25rem; }

@media screen and (min-width: 64.0625em) {
  .addons_position_left .search_toggle .search_input_wrap {
    right: initial !important;
    left: 0; }
  .search_toggle.show > .flo-icon-search:before {
    content: "" !important; } }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(../img/flo_swipebox_loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  top: 0;
  color: white;
  font-family: "flo_icons"; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 26px;
  padding: 0 30px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }
  #swipebox-prev:before {
    content: "\e840"; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }
  #swipebox-next:before {
    content: "\e83f"; }

#swipebox-close {
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }
  #swipebox-close:before {
    content: "\e83e";
    font-size: 26px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

.flo_header, .slick-dots, .flo_slider .slide_content, .flo_page_border {
  transition: opacity 333ms; }

.flo_video_created .flo_page_border {
  opacity: 0; }

@media screen and (min-width: 46.875em) {
  .flo_video_created.flo_header_on_flo_slider.flo_featured_size-full_screen .flo_header {
    transition: opacity 333ms;
    z-index: 999; }
    .flo_video_created.flo_header_on_flo_slider.flo_featured_size-full_screen .flo_header:not(:hover) {
      opacity: 0; } }

.flo_video_created .flo_slider {
  z-index: 2; }
  @media screen and (min-width: 46.875em) {
    .flo_video_created .flo_slider .slick-arrow:before {
      color: white !important; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .flo_video_created .flo_slider .slick-arrow, .flo_video_created .flo_slider .slick-arrow:before {
      color: white !important;
      border-color: white !important; } }
  .flo_video_created .flo_slider .slick-dots {
    opacity: 0; }

.flo_video_created .slide.video-active .slide_content {
  opacity: 0; }

.flo_slider .slick .slick-next:before, .flo_slider .slick .slick-prev:before {
  transition: color 333ms, border-color 333ms; }

.flo_slider .slick .slick-next.dark:before, .flo_slider .slick .slick-prev.dark:before {
  color: white !important;
  border-color: white !important; }

.flo_slider.content_type_inside .slide .slide_content.dark .pretitle, .flo_slider.content_type_inside .slide .slide_content.dark .title, .flo_slider.content_type_inside .slide .slide_content.dark .subtitle, .flo_slider.content_type_inside .slide .slide_content.dark .text {
  color: white !important; }

.flo_slider.content_type_under .slide:not(:hover) .slide_content.dark .pretitle, .flo_slider.content_type_under .slide:not(:hover) .slide_content.dark .title, .flo_slider.content_type_under .slide:not(:hover) .slide_content.dark .subtitle, .flo_slider.content_type_under .slide:not(:hover) .slide_content.dark .text {
  color: white !important; }

body:not(.flo_header_on_flo_slider) .flo_header .flo_logo img.light {
  display: none; }

@media (min-width: 1025px) {
  .flo_header_on_flo_slider .flo_header:not(.menu_position_burger).dark:before {
    background-color: white; }
  .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .flo_header_menu > ul > li > a.dark .title, .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .flo_header_menu > ul > li > a.dark .subtitle, .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .right_side > ul > li > a.dark .title, .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .right_side > ul > li > a.dark .subtitle, .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .left_side > ul > li > a.dark .title, .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .left_side > ul > li > a.dark .subtitle {
    color: white; }
  .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .flo_header_menu > ul > li > a.dark:hover .title, .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .flo_header_menu > ul > li > a.dark:hover .subtitle, .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .right_side > ul > li > a.dark:hover .title, .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .right_side > ul > li > a.dark:hover .subtitle, .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .left_side > ul > li > a.dark:hover .title, .flo_header_on_flo_slider .flo_header:not(.menu_position_burger) .left_side > ul > li > a.dark:hover .subtitle {
    color: white !important; } }

@media screen and (min-width: 46.875em) {
  .flo_header_on_flo_slider .flo_logo {
    position: relative; }
    .flo_header_on_flo_slider .flo_logo img {
      transition: opacity 333ms; }
      .flo_header_on_flo_slider .flo_logo img.dark {
        opacity: 1; }
      .flo_header_on_flo_slider .flo_logo img.light {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
    .flo_header_on_flo_slider .flo_logo.light img.dark {
      opacity: 1; }
    .flo_header_on_flo_slider .flo_logo.light img.light {
      opacity: 0; }
    .flo_header_on_flo_slider .flo_logo.dark img.dark {
      opacity: 0; }
    .flo_header_on_flo_slider .flo_logo.dark img.light {
      opacity: 1; }
  .flo_header_on_flo_slider .flo_header_addons.dark {
    color: white; }
    .flo_header_on_flo_slider .flo_header_addons.dark .social_icons a, .flo_header_on_flo_slider .flo_header_addons.dark .burger, .flo_header_on_flo_slider .flo_header_addons.dark .burger_label, .flo_header_on_flo_slider .flo_header_addons.dark .search_toggle, .flo_header_on_flo_slider .flo_header_addons.dark .search_toggle i {
      color: white; }
      .flo_header_on_flo_slider .flo_header_addons.dark .social_icons a:hover, .flo_header_on_flo_slider .flo_header_addons.dark .burger:hover, .flo_header_on_flo_slider .flo_header_addons.dark .burger_label:hover, .flo_header_on_flo_slider .flo_header_addons.dark .search_toggle:hover, .flo_header_on_flo_slider .flo_header_addons.dark .search_toggle i:hover {
        color: white; }
  .flo_header_on_flo_slider .flo_header_burger.dark * {
    color: white; }
  .flo_header_on_flo_slider .flo_header_scroll_down {
    transition: color 333ms; }
    .flo_header_on_flo_slider .flo_header_scroll_down.dark, .flo_header_on_flo_slider .flo_header_scroll_down.dark * {
      color: white; } }

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .flo_header_on_flo_slider .flo_header .flo_logo img.light {
    display: none; } }

@media screen and (min-width: 46.875em) {
  .flo_page .flo_page_title_wrap.big_title {
    margin-bottom: 0;
    position: relative; }
    .flo_page .flo_page_title_wrap.big_title .title {
      margin-bottom: 0;
      animation: flo_big_title_appear 0.777s forwards; }
      .flo_page .flo_page_title_wrap.big_title .title:before {
        animation: flo_big_title_appear 1.25097s forwards;
        content: " ";
        position: absolute;
        top: calc(100% - 0.7em);
        font-size: inherit;
        left: 0;
        height: 18.75rem;
        width: 100%;
        z-index: 0; }
    .flo_page .flo_page_title_wrap.big_title .subtitle {
      display: none; }
    .flo_page .flo_page_title_wrap.big_title + .flo_post_list_top_wrap {
      position: relative;
      margin-top: -3.125rem;
      margin-bottom: 0;
      padding: 2.8125rem; }
      .flo_page .flo_page_title_wrap.big_title + .flo_post_list_top_wrap > * {
        z-index: 1; }
    .flo_page .flo_page_title_wrap.big_title .flo_post:hover .post_date {
      color: white; }
    .flo_page .flo_page_title_wrap.big_title .title {
      font-size: 7.5rem; }
      .flo_page .flo_page_title_wrap.big_title .title:before {
        background-color: rgba(248, 248, 248, 0.95); } }

@keyframes flo_big_title_appear {
  0% {
    opacity: 1;
    transform: scale(1.61); }
  100% {
    opacity: 1;
    transform: scale(1); } }

#instagram_widget {
  position: relative; }
  @media screen and (min-width: 46.875em) {
    #instagram_widget .insta-profile-btn {
      position: absolute;
      top: 0;
      left: 0;
      background-color: transparent;
      width: 100%;
      transform: translate(0, -50%);
      padding: 0; } }
  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    #instagram_widget {
      display: flex;
      flex-wrap: wrap; }
      #instagram_widget li {
        padding: 0.3125rem !important; }
      #instagram_widget .insta-profile-btn {
        display: block;
        order: -1;
        width: 100%;
        background-color: transparent;
        padding: 0;
        margin: 0 !important; } }

@media screen and (min-width: 46.875em) {
  .flo_post_list_no_title .flo_page_content {
    margin-top: -12.5rem;
    transition: margin-top 333ms;
    position: relative; }
    .flo_post_list_no_title .flo_page_content .flo_post_list_top_wrap {
      position: relative;
      padding: 2.625rem;
      margin-bottom: 0; }
      .flo_post_list_no_title .flo_page_content .flo_post_list_top_wrap * {
        z-index: 100; }
    .flo_post_list_no_title .flo_page_content:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      height: 18.75rem;
      width: 100%; }
  .flo_post_list_no_title:not(.size-full_screen) .flo_slider .slick-prev {
    left: 13.125rem; }
  .flo_post_list_no_title:not(.size-full_screen) .flo_slider .slick-next {
    right: 13.125rem; }
  .flo_post_list_no_title.flo_featured_image_or_slider_hover .flo_page_content {
    margin-top: 0; } }

.content-sidebar .flo_post_list_top_wrap {
  flex-direction: column;
  align-items: flex-start; }
  .content-sidebar .flo_post_list_top_wrap .search_input_wrap {
    order: 1;
    width: 100%;
    margin-bottom: 1.25rem; }
  .content-sidebar .flo_post_list_top_wrap .categories_wrap {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: row-reverse; }
    .content-sidebar .flo_post_list_top_wrap .categories_wrap i {
      margin-right: 0;
      margin-left: 0; }

@media screen and (min-width: 46.875em) {
  .content-sidebar .flo_page_title_wrap {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    .content-sidebar .flo_page_title_wrap .title {
      order: 1; }
    .content-sidebar .flo_page_title_wrap .category {
      order: 2;
      margin-bottom: 0.1875rem; }
    .content-sidebar .flo_page_title_wrap .subtitle {
      order: 2;
      margin: 0; }
    .content-sidebar .flo_page_title_wrap .post_category {
      order: 3; }
    .content-sidebar .flo_page_title_wrap .date {
      order: 4; } }

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .content-sidebar .flo_page_title_wrap {
    display: none; } }

@media screen and (min-width: 46.875em) {
  .single .left_sidebar .flo_page_title_wrap, .single .right_sidebar .flo_page_title_wrap {
    display: none; } }

.flo_wordpress_content > .vc_row {
  margin: 0; }

.button_read_more {
  font-family: "Brandon Grotesque Medium", sans-serif;
  letter-spacing: 2px;
  display: block; }

.button_read_more:after {
  display: inline-block;
  content: '\e832';
  margin-left: 10px;
  font-size: 10px;
  font-family: "flo_icons"; }
