@font-face {
  font-family: 'BentonSans';
  src: url('../fonts/BentonSans-Regular.woff2') format('woff2'), url('../fonts/BentonSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BentonSans';
  src: url('../fonts/BentonSans-Bold.woff2') format('woff2'), url('../fonts/BentonSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BentonSansCondensed';
  src: url('../fonts/BentonSans-Condensed-Regular.woff2') format('woff2'), url('../fonts/BentonSans-Condensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BentonSansCondensed';
  src: url('../fonts/BentonSans-Condensed-Bold.woff2') format('woff2'), url('../fonts/BentonSans-Condensed-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
:after,
:before,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.absolute_center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.clear {
  clear: both;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.hidden {
  display: none !important;
}
.regular_font {
  font-family: 'BentonSans', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 400;
}
.regular_font_bold {
  font-family: 'BentonSans', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 700;
}
.title_font {
  font-family: 'BentonSansCondensed', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 400;
}
.title_font_bold {
  font-family: 'BentonSansCondensed', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 700;
}
.tile_border_radius {
  border-radius: 30px;
}
.tile_box_shadow {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.tile_box_shadow_hover {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
[data-white-space='nowrap'] {
  white-space: nowrap;
}
[data-text-align='left'],
.has-text-align-left {
  text-align: left;
}
[data-text-align='right'],
.has-text-align-right {
  text-align: right;
}
[data-text-align='center'],
.has-text-align-center {
  text-align: center;
}
[data-align-items='start'] {
  align-items: flex-start;
}
[data-align-items='top'] {
  align-items: flex-start;
}
[data-align-items='left'] {
  align-items: flex-start;
}
[data-align-items='flex-start'] {
  align-items: flex-start;
}
[data-align-items='end'] {
  align-items: flex-end;
}
[data-align-items='bottom'] {
  align-items: flex-end;
}
[data-align-items='right'] {
  align-items: flex-end;
}
[data-align-items='flex-end'] {
  align-items: flex-end;
}
[data-align-items='center'] {
  align-items: center;
}
[data-align-items='stretch'] {
  align-items: stretch;
}
[data-align-content='start'] {
  align-content: flex-start;
}
[data-align-content='top'] {
  align-content: flex-start;
}
[data-align-content='left'] {
  align-content: flex-start;
}
[data-align-content='flex-start'] {
  align-content: flex-start;
}
[data-align-content='end'] {
  align-content: flex-end;
}
[data-align-content='bottom'] {
  align-content: flex-end;
}
[data-align-content='right'] {
  align-content: flex-end;
}
[data-align-content='flex-end'] {
  align-content: flex-end;
}
[data-align-content='center'] {
  align-content: center;
}
[data-align-content='stretch'] {
  align-content: stretch;
}
[data-align-content='space-around'] {
  align-content: space-around;
}
[data-align-content='space-between'] {
  align-content: space-between;
}
[data-align-content='space-evenly'] {
  align-content: space-evenly;
}
[data-justify-content='start'] {
  justify-content: flex-start;
}
[data-justify-content='top'] {
  justify-content: flex-start;
}
[data-justify-content='left'] {
  justify-content: flex-start;
}
[data-justify-content='flex-start'] {
  justify-content: flex-start;
}
[data-justify-content='end'] {
  justify-content: flex-end;
}
[data-justify-content='bottom'] {
  justify-content: flex-end;
}
[data-justify-content='right'] {
  justify-content: flex-end;
}
[data-justify-content='flex-end'] {
  justify-content: flex-end;
}
[data-justify-content='center'] {
  justify-content: center;
}
[data-justify-content='space-around'] {
  justify-content: space-around;
}
[data-justify-content='space-between'] {
  justify-content: space-between;
}
[data-justify-content='space-evenly'] {
  justify-content: space-evenly;
}
[data-align-self='auto'] {
  align-self: auto;
}
[data-align-self='start'] {
  align-self: flex-start;
}
[data-align-self='top'] {
  align-self: flex-start;
}
[data-align-self='flex-start'] {
  align-self: flex-start;
}
[data-align-self='end'] {
  align-self: flex-end;
}
[data-align-self='bottom'] {
  align-self: flex-end;
}
[data-align-self='flex-end'] {
  align-self: flex-end;
}
[data-align-self='center'] {
  align-self: center;
}
[data-align-self='stretch'] {
  align-self: stretch;
}
[data-text-color='white'],
.has-white-color {
  color: #ffffff;
}
[data-text-color='dark'],
.has-dark-color {
  color: #000000;
}
[data-text-color='black'],
.has-black-color {
  color: #000000;
}
[data-text-color='color_1'],
.has-color_1-color {
  color: #e5a400;
}
[data-text-color='color_2'],
.has-color_2-color {
  color: #e5a400;
}
[data-text-color='color_3'],
.has-color_3-color {
  color: #e5a400;
}
[data-text-color='color_4'],
.has-color_4-color {
  color: #000000;
}
[data-text-color='color_5'],
.has-color_5-color {
  color: #e8e9e2;
}
[data-background-color='white'],
.has-white-background-color {
  background: #ffffff;
}
[data-background-color='dark'],
.has-dark-background-color {
  background: #000000;
}
[data-background-color='black'],
.has-black-background-color {
  background: #000000;
}
[data-background-color='color_1'],
.has-color_1-background-color {
  background: #e5a400;
}
[data-background-color='color_2'],
.has-color_2-background-color {
  background: #e5a400;
}
[data-background-color='color_3'],
.has-color_3-background-color {
  background: #e5a400;
}
[data-background-color='color_4'],
.has-color_4-background-color {
  background: #000000;
}
[data-background-color='color_5'],
.has-color_5-background-color {
  background: #e8e9e2;
}
[data-fill-color='white'] {
  fill: #ffffff;
}
[data-fill-color='dark'] {
  fill: #000000;
}
[data-fill-color='black'] {
  fill: #000000;
}
[data-fill-color='color_1'] {
  fill: #e5a400;
}
[data-fill-color='color_2'] {
  fill: #e5a400;
}
[data-fill-color='color_3'] {
  fill: #e5a400;
}
[data-fill-color='color_4'] {
  fill: #000000;
}
[data-fill-color='color_5'] {
  fill: #e8e9e2;
}
[data-next-row-diagonal-color='white']
  + .row_holder
  .diagonal_separator_holder[data-separator-position='top']
  svg
  polygon {
  fill: #ffffff !important;
}
[data-next-row-diagonal-color='dark']
  + .row_holder
  .diagonal_separator_holder[data-separator-position='top']
  svg
  polygon {
  fill: #000000 !important;
}
[data-next-row-diagonal-color='black']
  + .row_holder
  .diagonal_separator_holder[data-separator-position='top']
  svg
  polygon {
  fill: #000000 !important;
}
[data-next-row-diagonal-color='color_1']
  + .row_holder
  .diagonal_separator_holder[data-separator-position='top']
  svg
  polygon {
  fill: #e5a400 !important;
}
[data-next-row-diagonal-color='color_2']
  + .row_holder
  .diagonal_separator_holder[data-separator-position='top']
  svg
  polygon {
  fill: #e5a400 !important;
}
[data-next-row-diagonal-color='color_3']
  + .row_holder
  .diagonal_separator_holder[data-separator-position='top']
  svg
  polygon {
  fill: #e5a400 !important;
}
[data-next-row-diagonal-color='color_4']
  + .row_holder
  .diagonal_separator_holder[data-separator-position='top']
  svg
  polygon {
  fill: #000000 !important;
}
[data-next-row-diagonal-color='color_5']
  + .row_holder
  .diagonal_separator_holder[data-separator-position='top']
  svg
  polygon {
  fill: #e8e9e2 !important;
}
.hide_all {
  display: none !important;
}
.hide,
.hidden {
  display: none !important;
}
.no_margin {
  margin: 0 !important;
}
*:focus {
  outline: 1px dashed currentColor !important;
}
body:not(.user-is-tabbing) a.tile:focus {
  outline: none !important;
}
body:not(.user-is-tabbing) *:focus {
  outline: none !important;
}
html {
  min-height: 100%;
}
body {
  background: #000000;
  font-size: 15px;
  line-height: 1.35;
  color: #ffffff;
  min-height: 100%;
  font-family: 'BentonSans', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 400;
}
body.admin-bar {
  background-position: center -388px;
}
body.no_scroll {
  overflow: hidden !important;
}
body.no_header {
  background-position: center -150px;
}
h1,
.h1,
h2.large,
.h2.large {
  font-size: 35px;
  font-family: 'BentonSansCondensed', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 700;
}
h2,
.h2,
h1.small,
.h1.small,
h3.large,
.h3.large {
  font-size: 25px;
  font-family: 'BentonSansCondensed', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 700;
}
h3,
.h3,
h2.small,
.h2.small,
h4.large,
.h4.large {
  font-size: 20px;
  font-family: 'BentonSansCondensed', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 700;
}
h4,
.h4,
h3.small,
.h3.small,
h5.large,
.h5.large {
  font-size: 18px;
  font-family: 'BentonSansCondensed', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 700;
}
h5,
.h5,
h4.small,
.h4.small {
  font-size: 15px;
  font-family: 'BentonSansCondensed', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 700;
}
h1,
.h1,
h2.large,
.h2.large {
  margin: 0 0 20px 0;
}
h1:last-child,
.h1:last-child,
h2.large:last-child,
.h2.large:last-child {
  margin-bottom: 0;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
ul,
ol,
table {
  margin: 0 0 20px 0;
}
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
h1.big,
.h1.big,
h1.large,
.h1.large {
  font-size: 45px;
  margin-bottom: 20px;
}
h1.big:last-child,
.h1.big:last-child,
h1.large:last-child,
.h1.large:last-child {
  margin-bottom: 0;
}
.subtitle {
  opacity: 0.5;
}
p.large,
p.has-large-font-size {
  font-size: 1.2em;
}
p.small,
p.has-small-font-size {
  font-size: 0.85em;
}
.text_intro {
  font-size: 1.2em;
  margin: 0 0 20px 0;
}
.text_intro:last-child {
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase !important;
}
.underline {
  text-decoration: underline !important;
}
a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #e5a400;
  text-decoration: underline;
}
strong {
  font-weight: 700 !important;
}
em {
  font-style: italic;
}
ul {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal;
  margin-left: 20px;
  padding: 0;
  counter-reset: item;
}
ol ol {
  margin-left: 33px;
}
ol li {
  display: block;
  position: relative;
}
ol li:before {
  content: counters(item,'.') '.';
  counter-increment: item;
  position: absolute;
  right: 100%;
  margin-right: 5px;
}
ol[start='1'] {
  counter-reset: item 0;
}
ol[start='2'] {
  counter-reset: item 1;
}
ol[start='3'] {
  counter-reset: item 2;
}
ol[start='4'] {
  counter-reset: item 3;
}
ol[start='5'] {
  counter-reset: item 4;
}
ol[start='6'] {
  counter-reset: item 5;
}
ol[start='7'] {
  counter-reset: item 6;
}
ol[start='8'] {
  counter-reset: item 7;
}
ol[start='9'] {
  counter-reset: item 8;
}
ol[start='10'] {
  counter-reset: item 9;
}
ol[start='11'] {
  counter-reset: item 10;
}
ol[start='12'] {
  counter-reset: item 11;
}
ol[start='13'] {
  counter-reset: item 12;
}
ol[start='14'] {
  counter-reset: item 13;
}
ol[start='15'] {
  counter-reset: item 14;
}
ol[start='16'] {
  counter-reset: item 15;
}
ol[start='17'] {
  counter-reset: item 16;
}
ol[start='18'] {
  counter-reset: item 17;
}
ol[start='19'] {
  counter-reset: item 18;
}
ol[start='20'] {
  counter-reset: item 19;
}
ol[start='21'] {
  counter-reset: item 20;
}
ol[start='22'] {
  counter-reset: item 21;
}
ol[start='23'] {
  counter-reset: item 22;
}
ol[start='24'] {
  counter-reset: item 23;
}
ol[start='25'] {
  counter-reset: item 24;
}
ol[start='26'] {
  counter-reset: item 25;
}
ol[start='27'] {
  counter-reset: item 26;
}
ol[start='28'] {
  counter-reset: item 27;
}
ol[start='29'] {
  counter-reset: item 28;
}
ol[start='30'] {
  counter-reset: item 29;
}
ol[start='31'] {
  counter-reset: item 30;
}
ol[start='32'] {
  counter-reset: item 31;
}
ol[start='33'] {
  counter-reset: item 32;
}
ol[start='34'] {
  counter-reset: item 33;
}
ol[start='35'] {
  counter-reset: item 34;
}
ol[start='36'] {
  counter-reset: item 35;
}
ol[start='37'] {
  counter-reset: item 36;
}
ol[start='38'] {
  counter-reset: item 37;
}
ol[start='39'] {
  counter-reset: item 38;
}
ol[start='40'] {
  counter-reset: item 39;
}
ol[start='10'],
ol[start='11'],
ol[start='12'],
ol[start='13'],
ol[start='14'],
ol[start='15'],
ol[start='16'],
ol[start='17'],
ol[start='18'],
ol[start='19'],
ol[start='20'],
ol[start='21'],
ol[start='22'],
ol[start='23'],
ol[start='24'],
ol[start='25'],
ol[start='26'],
ol[start='27'],
ol[start='28'],
ol[start='29'],
ol[start='30'],
ol[start='31'],
ol[start='32'],
ol[start='33'],
ol[start='34'],
ol[start='35'],
ol[start='36'],
ol[start='37'],
ol[start='38'],
ol[start='39'],
ol[start='40'] {
  margin-left: 25px;
}
ol[start='10'] ol,
ol[start='11'] ol,
ol[start='12'] ol,
ol[start='13'] ol,
ol[start='14'] ol,
ol[start='15'] ol,
ol[start='16'] ol,
ol[start='17'] ol,
ol[start='18'] ol,
ol[start='19'] ol,
ol[start='20'] ol,
ol[start='21'] ol,
ol[start='22'] ol,
ol[start='23'] ol,
ol[start='24'] ol,
ol[start='25'] ol,
ol[start='26'] ol,
ol[start='27'] ol,
ol[start='28'] ol,
ol[start='29'] ol,
ol[start='30'] ol,
ol[start='31'] ol,
ol[start='32'] ol,
ol[start='33'] ol,
ol[start='34'] ol,
ol[start='35'] ol,
ol[start='36'] ol,
ol[start='37'] ol,
ol[start='38'] ol,
ol[start='39'] ol,
ol[start='40'] ol {
  margin-left: 37px;
}
.quote,
blockquote {
  display: block;
  position: relative;
  margin: 40px 20px 40px 20px;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  color: #e5a400;
  font-size: 19px;
  font-style: italic;
  font-family: 'BentonSansCondensed', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 400;
}
.quote p,
blockquote p {
  font-size: inherit !important;
  line-height: inherit !important;
}
.quote:first-child,
blockquote:first-child {
  margin-top: 0;
}
.quote:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
  color: inherit;
  font-size: 15px;
  margin: 10px 0 0 0;
  font-weight: normal;
  font-style: normal;
  opacity: 0.65;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right !important;
  margin: 0 0 20px 20px !important;
}
.alignleft {
  float: left !important;
  margin: 0 20px 20px 0 !important;
}
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.has-background {
  padding: 30px;
}
#wrapper {
  overflow: hidden;
  min-height: 600px;
}
.container {
  width: 100%;
  max-width: 991px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-direction: row;
  margin-left: -20px;
  margin-right: -20px;
}
.row > div {
  flex: 1 1 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#content_holder {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 3;
}
#content_holder #content_col {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.row_holder {
  position: relative;
  z-index: 1;
}
.row_holder[data-full-width='1'] .container {
  max-width: none;
}
.row_holder[data-full-width='1'][data-column-gaps='none'] .container {
  padding: 0;
}
.row_holder[data-full-width='1'][data-column-gaps='small'] .container {
  padding: 0 20px;
}
.row_holder[data-column-gaps='none'] .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.row_holder[data-column-gaps='none'] .row > div {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.row_holder[data-column-gaps='small'] .row {
  margin-left: -10px;
  margin-right: -10px;
}
.row_holder[data-column-gaps='small'] .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row_holder[data-column-gaps='small'] .row .col_content_holder[data-content-padding='default'] .col_content {
  padding: 20px 20px;
}
.row_holder[data-column-gaps='large'] .row {
  margin-left: -30px;
  margin-right: -30px;
}
.row_holder[data-column-gaps='large'] .row > div {
  padding-left: 30px;
  padding-right: 30px;
}
.row_holder[data-column-gaps='large'] .col_content_holder[data-content-padding='default'] .col_content {
  padding: 40px 40px;
}
.row_holder[data-background-color='diagonal'] .row_holder_inner {
  min-height: 240px;
}
.row_holder .diagonal_separator_holder {
  height: 240px;
  margin-top: -80px;
  margin-bottom: -80px;
  position: relative;
  z-index: 1;
}
.row_holder .diagonal_separator_holder[data-separator-position='top'] {
  top: -1px;
}
.row_holder .diagonal_separator_holder[data-separator-position='bottom'] {
  bottom: -1px;
}
.row_holder .diagonal_separator_holder[data-separator-color='white'] svg polygon {
  fill: #ffffff;
}
.row_holder .diagonal_separator_holder[data-separator-color='dark'] svg polygon {
  fill: #000000;
}
.row_holder .diagonal_separator_holder[data-separator-color='black'] svg polygon {
  fill: #000000;
}
.row_holder .diagonal_separator_holder[data-separator-color='color_1'] svg polygon {
  fill: #e5a400;
}
.row_holder .diagonal_separator_holder[data-separator-color='color_2'] svg polygon {
  fill: #e5a400;
}
.row_holder .diagonal_separator_holder[data-separator-color='color_3'] svg polygon {
  fill: #e5a400;
}
.row_holder .diagonal_separator_holder[data-separator-color='color_4'] svg polygon {
  fill: #000000;
}
.row_holder .diagonal_separator_holder[data-separator-color='color_5'] svg polygon {
  fill: #e8e9e2;
}
.row_holder .diagonal_separator_holder .diagonal_separator_inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.row_holder .diagonal_separator_holder .diagonal_separator_part_top {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.row_holder .diagonal_separator_holder .diagonal_separator_part_bottom {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.row_holder .row_holder_inner {
  padding: 100px 0;
}
.row_holder .row_holder_inner[data-min-height] {
  display: flex;
  flex-direction: column;
}
.row_holder .row_holder_inner[data-min-height] > .row_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.row_holder .row_holder_inner[data-min-height] > .row_content .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.row_holder .row_holder_inner[data-min-height] > .row_content .row {
  flex: 1;
}
.row_holder .row_content {
  position: relative;
  z-index: 2;
}
.row_holder .row_background_holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.row_holder .row_background_holder .row_background_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.row_holder .row_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.row_holder .row_background[data-blur='1'] {
  filter: blur(12px);
}
.row_holder .row_background[data-parallax='1'] {
  bottom: auto;
  transition: all 0.025s ease-out;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='0.1'] {
  height: 110%;
  top: -10%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='0.2'] {
  height: 120%;
  top: -20%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='0.3'] {
  height: 130%;
  top: -30%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='0.4'] {
  height: 140%;
  top: -40%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='0.5'] {
  height: 150%;
  top: -50%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='0.6'] {
  height: 160%;
  top: -60%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='0.7'] {
  height: 170%;
  top: -70%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='0.8'] {
  height: 180%;
  top: -80%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='0.9'] {
  height: 190%;
  top: -90%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='1.0'] {
  height: 200%;
  top: -100%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='1.5'] {
  height: 250%;
  top: -150%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='2.0'] {
  height: 300%;
  top: -200%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='2.5'] {
  height: 350%;
  top: -250%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='3.0'] {
  height: 400%;
  top: -300%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='3.5'] {
  height: 450%;
  top: -350%;
}
.row_holder .row_background[data-parallax='1'][data-parallax-rate='4.0'] {
  height: 500%;
  top: -400%;
}
.row_holder .row_background_video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.row_holder .row_background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row_holder .row_diagonal_background_holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.row_holder .row_diagonal_background_holder .row_background_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.row_holder .row_diagonal_background_holder .diagonal_background_part_top {
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  z-index: 0;
}
.row_holder .row_diagonal_background_holder .diagonal_background_part_bottom {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.row_holder .row_diagonal_background_holder .diagonal_separator_holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.row_holder .row {
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.row_holder .row .col {
  margin: 0 0 40px 0;
}
.row_holder .row .col.premade_row_main_col {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.row_holder .row .col_content_holder {
  position: relative;
  height: 100%;
}
.row_holder .row .col_content_holder[data-with-border-radius='1'] {
  border-radius: 30px;
  overflow: hidden;
}
.row_holder .row .col_content_holder[data-with-box-shadow='1'] {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.row_holder .row .col_content_holder[data-content-padding='default'] .col_content {
  padding: 30px 30px;
}
.row_holder .row .col_content_holder[data-content-padding='20_20'] .col_content {
  padding: 20px 20px;
}
.row_holder .row .col_content_holder[data-content-padding='30_20'] .col_content {
  padding: 30px 20px;
}
.row_holder .row .col_content_holder[data-content-padding='40_30'] .col_content {
  padding: 40px 30px;
}
.row_holder .row .col_content_holder[data-content-padding='40_40'] .col_content {
  padding: 40px 40px;
}
.row_holder .row .col_content_holder[data-content-padding='50_50'] .col_content {
  padding: 50px 50px;
}
.row_holder .row .col_content_holder[data-content-padding='60_40'] .col_content {
  padding: 60px 40px;
}
.row_holder .row .col_content_holder[data-content-padding='60_60'] .col_content {
  padding: 60px 60px;
}
.row_holder .row .col_content_holder[data-content-padding='70_50'] .col_content {
  padding: 70px 50px;
}
.row_holder .row .col_content_holder[data-content-padding='80_60'] .col_content {
  padding: 80px 60px;
}
.row_holder .row .col_content {
  padding: 30px 30px;
  position: relative;
  z-index: 1;
}
.row_holder .row .col_break {
  flex: 0 0 100%;
  clear: both;
}
#top_area {
  text-align: center;
  z-index: 4;
}
#top_area[data-text-color='white'] .breadcrumbs {
  color: rgba(255,255,255,0.5);
}
#top_area[data-text-color='white'] .breadcrumbs svg path {
  fill: #ffffff;
}
#top_area .row {
  align-items: center;
}
#top_area .breadcrumbs {
  margin-top: -10px;
  margin-bottom: -40px;
  justify-content: center;
  opacity: 0.65;
}
#top_area .breadcrumbs:first-child {
  margin-top: 0;
}
#top_area .breadcrumbs a:hover {
  color: inherit;
  text-decoration: underline;
}
#breadcrumbs_holder {
  background: rgba(229,164,0,0.1);
}
#breadcrumbs_holder .row_holder_inner {
  padding: 0.5em 0;
}
#breadcrumbs_holder .row {
  justify-content: space-between;
  align-items: center;
}
#breadcrumbs_holder .row .col {
  flex: 0 1 auto;
  width: auto;
  max-width: none;
}
#breadcrumbs_holder .row .col.share_icons_col {
  margin-left: auto;
  text-align: right;
}
.share_icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
}
.share_icons[data-size='small'] {
  font-size: 1rem;
}
.share_icons[data-size='small'] .share_icons_text {
  font-size: 0.7rem;
  opacity: 0.5;
  margin-right: 0;
}
.share_icons[data-size='small'] .share_icon {
  opacity: 0.5;
}
.share_icons[data-size='large'] .share_icon {
  font-size: 1.5em;
}
.share_icons .share_icons_text {
  margin: 0 5px 0 0;
}
.share_icons .share_icon {
  opacity: 0.75;
  margin: 0 0 0 5px;
}
.share_icons .share_icon:first-child {
  margin-left: 0;
}
.share_icons .share_icon:hover {
  opacity: 1;
}
.share_icons .icon {
  display: block;
  height: auto;
  margin: 0;
}
.share_icons .icon svg {
  display: block;
  margin: 0;
}
.row_holder.slider_row_holder[data-separator-bottom='diagonal_left'] .row_slider .row_holder .row_holder_inner,
.row_holder.slider_row_holder[data-separator-bottom='diagonal_right'] .row_slider .row_holder .row_holder_inner {
  padding-bottom: 200px !important;
}
.row_holder.slider_row_holder[data-separator-bottom='diagonal_left'] .row_slider .slick-dots,
.row_holder.slider_row_holder[data-separator-bottom='diagonal_right'] .row_slider .slick-dots {
  display: none !important;
}
.row_holder.slider_row_holder[data-separator-bottom='diagonal_left'] .scroll_down_arrow,
.row_holder.slider_row_holder[data-separator-bottom='diagonal_right'] .scroll_down_arrow {
  bottom: 160px;
}
.row_holder.slider_row_holder[data-separator-top='diagonal_left'] .row_slider .row_holder .row_holder_inner,
.row_holder.slider_row_holder[data-separator-top='diagonal_right'] .row_slider .row_holder .row_holder_inner {
  padding-top: 200px !important;
}
.row_holder.slider_row_holder > .diagonal_separator_holder[data-separator-position='bottom'] {
  margin-top: -240px;
}
.row_holder.slider_row_holder > .diagonal_separator_holder[data-separator-position='top'] {
  margin-bottom: -240px;
}
.row_holder.slider_row_holder > .row_holder_inner {
  padding: 0 !important;
  position: relative;
  z-index: 1;
}
.row_holder.slider_row_holder .admin_edit_button {
  z-index: 10;
}
.row_slider[data-min-height] .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.row_slider:not(.slick-initialized) .row_holder {
  display: none;
}
.row_slider:not(.slick-initialized) .row_holder:first-child {
  display: block;
}
.row_slider .slick-track {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.row_slider .slider_arrow {
  width: 1.5em;
  height: 1.5em;
}
.row_slider .slider_arrow.slider_arrow_next {
  left: auto;
  right: 40px;
}
.row_slider .slider_arrow.slider_arrow_prev {
  right: auto;
  left: 40px;
}
.row_slider .slider_arrow .icon {
  display: block;
  height: auto;
  margin: 0;
}
.row_slider .slider_arrow .icon svg {
  display: block;
  margin: 0;
  width: 1.5em;
  height: 1.5em;
}
.row_slider .slick-dots {
  top: auto;
  bottom: 40px;
}
.row_slider .row_holder {
  height: auto !important;
  float: none !important;
  outline: none !important;
}
.row_slider .row_holder .row_holder_inner {
  min-height: 0;
  height: 100%;
  padding: 100px 0 !important;
  display: flex;
  flex-direction: column;
}
.row_slider .row_holder .row_holder_inner > .row_content {
  flex: 1;
  -ms-flex: 0 1 auto;
  display: flex;
  flex-direction: column;
}
.row_slider .row_holder .row_holder_inner > .row_content .container {
  flex: 1;
  -ms-flex: 0 1 auto;
  display: flex;
  flex-direction: column;
}
.row_slider .row_holder .row_holder_inner > .row_content .row {
  flex: 1;
  -ms-flex: 0 1 auto;
}
.row_slider .row_holder .row_content {
  height: 100%;
}
.row_slider .row_holder .container {
  height: 100%;
}
.row_slider .row_holder .row {
  height: 100%;
}
.row_slider .row_holder .diagonal_separator_holder {
  display: none !important;
}
.row_slider .row_holder .row_diagonal_background_holder .diagonal_separator_holder {
  display: block !important;
}
.row_slider .row_holder .admin_edit_button {
  display: none !important;
}
.slick-slide {
  outline: none !important;
}
.slider_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.slider_arrow.slider_arrow_next {
  left: 100%;
  margin-left: 5px;
}
.slider_arrow.slider_arrow_prev {
  right: 100%;
  margin-right: 5px;
}
.slider_arrow.slick-disabled {
  opacity: 0.5 !important;
}
.slider_arrow:hover:not(.slick-disabled) {
  cursor: pointer;
  transform: scale(1.35);
}
.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  z-index: 2;
  list-style-type: none;
  margin: 0 auto 0 auto;
  padding: 0;
}
.slick-dots > li {
  display: block;
  margin: 0 5px;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0.6);
  opacity: 0.5;
  transition: all 0.15s ease-in-out;
}
.slick-dots > li:hover {
  cursor: pointer;
  transform: scale(0.85);
  opacity: 0.75;
}
.slick-dots > li.slick-active {
  transform: scale(1.1);
  opacity: 1;
}
.slick-dots > li button {
  display: none !important;
}
[data-slider-nav-color='white'] .slick-dots li {
  background: #ffffff;
}
[data-slider-nav-color='dark'] .slick-dots li {
  background: #000000;
}
[data-slider-nav-color='black'] .slick-dots li {
  background: #000000;
}
[data-slider-nav-color='color_1'] .slick-dots li {
  background: #e5a400;
}
[data-slider-nav-color='color_2'] .slick-dots li {
  background: #e5a400;
}
[data-slider-nav-color='color_3'] .slick-dots li {
  background: #e5a400;
}
[data-slider-nav-color='color_4'] .slick-dots li {
  background: #000000;
}
[data-slider-nav-color='color_5'] .slick-dots li {
  background: #e8e9e2;
}
.scroll_down_arrow {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto 0 auto;
  z-index: 4;
  transition: all 0.15s ease-in-out;
}
.scroll_down_arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.scroll_down_arrow .scroll_down_arrow_inner {
  width: 100%;
  height: 100%;
  position: relative;
  animation: scroll_down_arrow_pulse 2.5s infinite;
  animation-timing-function: ease-in-out;
}
.scroll_down_arrow .icon {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.scroll_down_arrow .icon:first-child {
  margin-top: 0.5em !important;
}
.scroll_down_arrow .icon:last-child {
  font-size: 2.5em;
}
@keyframes scroll_down_arrow_pulse {
  0% {
    top: -50%;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -50%;
    opacity: 0;
  }
}
.page_title_holder {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px 20px 0 20px;
}
.page_title_holder .subtitle {
  opacity: 1;
}
.post_meta_holder {
  padding-bottom: 60px;
  margin-bottom: -60px;
  position: relative;
  z-index: 0;
}
.post_meta_holder:not([data-important='1']) {
  color: #ffffff;
  background: rgba(255,255,255,0.1);
  background: #e5a400;
}
.post_meta_holder + #page_text {
  position: relative;
  z-index: 1;
}
.post_meta_holder .post_meta {
  margin: -5px -5px 15px -5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.post_meta_holder .post_meta:last-child {
  margin-bottom: 0;
}
.post_meta_holder .post_meta > * {
  padding: 0 5px;
}
.post_meta_holder .post_meta .icon_text_holder {
  display: flex;
}
.post_excerpt {
  margin: 0 0 20px 0;
  font-weight: bold;
}
.post_excerpt:last-child {
  margin-bottom: 0;
}
.post_image {
  margin: 0 -25px 20px -25px;
}
.post_image:last-child {
  margin-bottom: 0;
}
.post_image img {
  display: block;
  width: 100%;
  height: auto;
}
#page_text {
  margin: 0 0 40px 0;
}
#page_text:last-child {
  margin-bottom: 0;
}
#page_text:not([data-boxed='1']) {
  color: #ffffff;
}
#page_text[data-boxed='1'] {
  background: #ffffff;
  color: #000000;
  padding: 25px;
  border-radius: 30px;
}
#page_text h1,
#page_text .h1,
#page_text h2.large,
#page_text .h2.large {
  font-size: 35px;
}
#page_text h2,
#page_text .h2,
#page_text h1.small,
#page_text .h1.small,
#page_text h3.large,
#page_text .h3.large {
  font-size: 25px;
}
#page_text h3,
#page_text .h3,
#page_text h2.small,
#page_text .h2.small,
#page_text h4.large,
#page_text .h4.large {
  font-size: 20px;
}
#page_text h4,
#page_text .h4,
#page_text h3.small,
#page_text .h3.small,
#page_text h5.large,
#page_text .h5.large {
  font-size: 18px;
}
#page_text h5,
#page_text .h5,
#page_text h4.small,
#page_text .h4.small {
  font-size: 15px;
}
#page_text h1.big,
#page_text .h1.big,
#page_text h1.large,
#page_text .h1.large {
  font-size: 45px;
}
#page_text h1.big:last-child,
#page_text .h1.big:last-child,
#page_text h1.large:last-child,
#page_text .h1.large:last-child {
  margin-bottom: 0;
}
#page_text > h3,
#page_text > h4,
#page_text > h5 {
  margin-bottom: 3px;
}
#page_text > h3:last-child,
#page_text > h4:last-child,
#page_text > h5:last-child {
  margin-bottom: 0;
}
#page_text iframe {
  max-width: 100%;
}
body.admin-bar #header_holder {
  margin-top: 32px;
}
body.higher_header #top {
  height: 94px;
}
#top {
  height: 60px;
}
#header_holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #ffffff;
  z-index: 5;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
#header_holder[data-header-type='transparent'] #header_background {
  opacity: 0;
}
#header_holder[data-header-type='solid'].scrolled {
  box-shadow: 0px 0px 25px rgba(0,0,0,0.25);
}
#header_holder[data-header-type='solid'].scrolled #header_background {
  opacity: 1;
}
#header_holder[data-header-type='solid'] #header_background {
  opacity: 0;
}
#header_holder[data-header-type='solid'] #header_background_transparent {
  display: none;
}
#header_holder #header {
  position: relative;
  padding: 20px 0;
  transition: all 0.15s ease-in-out;
  z-index: 2;
}
#header_holder #header #header_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#header_holder #header #header_inner > * {
  margin: 0 0.5em;
}
#header_holder #header #header_inner > *:first-child {
  margin-left: 0;
}
#header_holder #header #header_inner > *:last-child {
  margin-right: 0;
}
#header_holder #header #header_right {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header_holder #header #header_right > .button {
  font-size: 16px;
  padding: 0.5em 1em;
  text-transform: none;
}
#header_holder #header #header_right > .button[data-type='outline'] {
  border-width: 1px;
  padding-top: calc(0.5em - 1px);
  padding-bottom: calc(0.5em - 1px);
}
#header_holder #header #logo {
  display: block;
  height: px;
}
#header_holder #header #logo:hover {
  opacity: 0.85;
}
#header_holder #header #logo img,
#header_holder #header #logo svg {
  display: block;
  width: auto;
  height: 100%;
  transition: all 0.15s ease-in-out;
}
#header_holder #header_background,
#header_holder #header_background_transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.15s ease-in-out;
}
#header_holder #header_background {
  background: #000000;
  z-index: 1;
}
#header_holder #header_background_transparent {
  bottom: -50px;
  height: auto;
  background: transparent;
  background: -moz-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
  z-index: 0;
  opacity: 0.5;
}
body.browser_ie #header_holder.scrolled.scroll_hidden {
  transform: none;
}
#header_holder.scrolled[data-header-type='transparent'] #header_background {
  opacity: 1;
}
#header_holder.scrolled[data-header-type='transparent'] #header_background_transparent {
  bottom: 0;
  opacity: 0;
}
#header_holder.scrolled.scroll_hidden {
  transform: translate(0,-100%);
}
#search_form {
  position: relative;
  flex: 1 1 auto;
  max-width: 450px;
  margin-right: auto !important;
}
#search_form + * {
  margin-left: 1em !important;
}
#search_form #search_form_text {
  padding-right: 50px;
  background: #e5a401;
  border-color: #e5a401;
  color: #ffffff;
}
#search_form #search_form_text::placeholder {
  color: rgba(255,255,255,0.5);
}
#search_form #search_form_text:focus,
#search_form #search_form_text:active {
  background: #e5a401;
  border-color: #e5a400;
}
#search_form label {
  color: #ffffff;
}
#search_form #search_form_submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: transparent;
  border: none;
}
#profile_icon_holder {
  position: relative;
}
#profile_icon_holder.my_profile_page_user_image {
  margin: 0 0 10px 0;
}
#profile_icon_holder.my_profile_page_user_image #profile_icon {
  width: 5em;
  height: 5em;
  border-color: #eeeeee;
}
#profile_icon_holder #profile_icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #dddddd;
  position: relative;
}
#profile_icon_holder #profile_icon.with_image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#profile_icon_holder #profile_icon.with_image:hover {
  cursor: default;
}
#profile_icon_holder #profile_icon.with_image:before {
  opacity: 0 !important;
  display: none;
}
#profile_icon_holder #profile_icon.no_menu:hover {
  cursor: default;
}
#profile_icon_holder #profile_icon.no_menu:hover:before {
  opacity: 1;
}
#profile_icon_holder #profile_icon:before {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='user' class='svg-inline--fa fa-user fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
}
#profile_icon_holder #profile_icon:hover {
  cursor: pointer;
}
#profile_icon_holder #profile_icon:hover:before {
  opacity: 0.5;
}
#profile_icon_holder #profile_icon_notifications {
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  background: #e5a400;
  color: #ffffff;
  position: absolute;
  top: -3px;
  right: -3px;
}
#profile_icon_holder #profile_menu_holder {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 180px;
}
#profile_icon_holder #profile_menu {
  margin-top: 10px;
  display: block;
  color: #000000;
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
#profile_icon_holder #profile_menu:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #ffffff;
  position: absolute;
  bottom: 100%;
  right: 17px;
}
#profile_icon_holder #profile_menu li {
  overflow: hidden;
}
#profile_icon_holder #profile_menu li:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#profile_icon_holder #profile_menu li:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#profile_icon_holder #profile_menu li:last-child a {
  border-bottom: none;
}
#profile_icon_holder #profile_menu a {
  padding: 0.75em 1em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#profile_icon_holder #profile_menu .notification_counter {
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 13px;
  margin-right: 7px;
  margin-left: -3px;
  border-radius: 50%;
  text-align: center;
  background: #e5a400;
  color: #ffffff;
}
#back_link {
  height: 1em;
  font-size: 18px;
}
#back_link.hidden {
  display: block !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
#menu_icon {
  height: 1em;
  font-size: 20px;
}
.header_title {
  text-transform: uppercase;
  margin: 0 1em;
  font-family: 'BentonSansCondensed', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 400;
}
ul.menu {
  display: inline-flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.menu li.current-menu-item > a,
ul.menu li.current-menu-ancestor > a {
  background: rgba(229,164,0,0.07);
}
ul.menu li.current-menu-item > a:hover,
ul.menu li.current-menu-ancestor > a:hover {
  background: rgba(229,164,0,0.13);
}
ul.menu a {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5em 1em;
  margin: 0;
  text-decoration: none;
  color: inherit;
}
ul.menu a:hover {
  background: rgba(229,164,0,0.13);
  text-decoration: none !important;
}
ul.menu a:hover svg {
  opacity: 1;
}
ul.menu a svg {
  opacity: 0.75;
}
ul.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.menu .menu_item_icon {
  display: inherit;
  margin: 0;
  height: 1.35em;
}
ul.menu .menu_item_icon.hide_all + .menu_item_text,
ul.menu .menu_item_icon.hide_desktop + .menu_item_text {
  margin-left: 0;
}
ul.menu .menu_item_icon + .menu_item_text {
  margin-left: 0.5em;
}
ul.menu .menu_item_text {
  min-height: 1.35em;
  min-height: 0;
}
ul.menu .menu_item_text + .menu_item_icon {
  margin-left: 0.5em;
}
ul.menu .menu_item_text + .menu_item_icon.menu_item_icon_dropdown {
  margin-right: -0.5em;
}
ul.menu .menu_item_text + .menu_item_icon.menu_item_icon_dropdown.menu_item_icon_dropdown_right {
  margin-left: auto;
}
ul.menu .menu_item_count {
  margin-left: auto;
  padding-left: 10px;
  opacity: 0.5;
}
ul.menu.layout_vertical {
  display: flex;
  flex-direction: column;
}
ul.menu.layout_vertical.sidebar_pages > li {
  display: none;
}
ul.menu.layout_vertical.sidebar_pages > li.current-menu-item,
ul.menu.layout_vertical.sidebar_pages > li.current-menu-ancestor,
ul.menu.layout_vertical.sidebar_pages > li.current-menu-parent {
  display: block;
}
ul.menu.layout_vertical.sidebar_pages > li.current-menu-item > a,
ul.menu.layout_vertical.sidebar_pages > li.current-menu-ancestor > a,
ul.menu.layout_vertical.sidebar_pages > li.current-menu-parent > a {
  display: none;
}
ul.menu.layout_vertical.sidebar_pages > li a {
  border: none;
}
ul.menu.layout_vertical.sidebar_pages > li > ul > li {
  border-bottom: 1px solid #eeeeee;
}
ul.menu.layout_vertical.sidebar_pages > li > ul a {
  font-size: 1em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
ul.menu.layout_vertical.sidebar_pages > li > ul ul a {
  font-size: 0.8em;
  padding-left: 1em;
}
ul.menu.layout_vertical > li:first-child > a {
  border-top: none;
}
ul.menu.layout_vertical li.current-menu-ancestor > a:not(:hover) {
  background: none;
}
ul.menu.layout_vertical li a {
  border-top: 1px solid #eeeeee;
}
ul.menu.layout_vertical li ul {
  display: block;
  position: static;
}
ul.menu.layout_vertical li ul a {
  font-size: 0.8em;
  padding-left: 2em;
}
ul.menu.layout_vertical li ul ul {
  display: block;
  position: static;
}
ul.menu.layout_vertical li ul ul a {
  font-size: 0.7em;
  padding-left: 3.5em;
}
ul.menu.layout_vertical li ul ul ul {
  display: block;
  position: static;
}
ul.menu.layout_vertical li ul ul ul a {
  font-size: 0.6em;
  padding-left: 5em;
}
ul.menu.layout_vertical .menu_item_icon_dropdown {
  display: none !important;
}
#footer_logo_holder {
  position: relative;
  margin: 80px 0 0 0;
  height: 130px;
  background: #e8e9e2;
}
#footer_logo_holder #footer_logo_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1924.5 157' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M79.5 158.5l89.8-25.6 37.1-.6v-12.4h16V89.8h102.2l-.2 45.7s-18.4.6-10.7 1.3l10.5 1.1 16.4 1.6 7.6.8 12.6 1.2 4.4-1 4-1.1 9.3-10.1-.5 8.2 5.3-1.1 8.5-9-.8 7.7 7.2-1.9 6.1-7.2.3 6.6 10.5-1.4v-17.9h-2.7l.1-35.1 59.8-10.9.6 45.5-2.8.1-.1 10.1h11.6l8.5-.1 10.8-9.7 18.2-.1V95.8h3.2V80.3h-1.5v-9h1.8v-8.7H521v-7.9h1.9v-7.1H521v-8.7h2.1v-7.4h-2v-7.9l63.1 4.4 23-2.8.3-7.4 25.2-4-.1 7.7 27.6-2.7v7.9h-1.4v8.8h1.6v10.1h-1.5v9.1h1.7v10.7h-1.5v9.2h1.8v10.9h-1.5V111l18.4 5.6 27.5.6h22v-4.5h5.7v-3.4h26.8V92.5h1.9V79.7h-1.9v-21h1.9V44.5h-2.1V29H842v14h-2.1v14.6h2.4v20.7h-3.1v24h5.3v4.9h5v4.9h5.2v2.9l27.7 9.8 10-.4 5.1-87.3s-8.8 9.1-31.1 14.6c8-8.5 17.7-15.1 28.5-19.5 0 0-3.7-17.9 3.9-32.1 0 0 6.2 17.3 2.8 32.2 0 0 19.8 7.8 27.4 20.8 0 0-25.9-9.6-29.6-16.2l2.2 87.9 23.4.2.1-16.4h18.5v16.5H985V91h15V80.5h3.7V65.7h-4V53.4h1.4l2.5-.2.2-14.6-4.1.2v-16h115.5L1115 39h-3.6l-.2 12h3.8v6.6l.2 6.9h-3.2v16.3h3.7v21.1l-3.7.8v23.1l44.1.1 7.1 11.1h40.5v-16.3h-2.8v-20h2.1v-17h-2.3V60.6h2.5V43.8h-2.5V24.6h30.1l13.2-10.2h49.3v11h29.7v19h-2.5v16.4h1.9v23h-2.1v16.6h2.1V119h-2.8v18.6h17.6l64 18h9.5l15.9.2 4.9-.2-.2-28.1h-11.8v-102h114.1v102.6h-11.3v8.4l18.9.1v20.8h1317.4v354.4H-934.2V158.5H79.5l28.2-8' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center 90px;
  background-repeat: no-repeat;
  background-size: 540px auto;
}
#footer_logo_holder #footer_logo_inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100px;
  background: #ffffff;
}
#footer_logo_holder #footer_logo_inner #footer_logo {
  width: 150px;
  height: auto;
  display: block;
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
}
#footer_logo_holder #footer_logo_inner #footer_logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
#footer_holder[data-text-color='white'] #footer_bottom {
  color: rgba(255,255,255,0.5);
}
#footer_holder:not([data-text-color='white']) .footer_col_title {
  border-bottom-color: rgba(0,0,0,0.1);
}
#footer_holder #footer {
  padding: 80px 0;
}
#footer_holder #footer .row {
  justify-content: space-between;
}
#footer_holder #footer_bottom {
  padding: 15px 0;
  background: rgba(0,0,0,0.15);
  font-size: 0.8em;
}
#footer_holder #footer_bottom .row {
  justify-content: space-between;
  align-items: center;
}
#footer_holder #footer_bottom .row > div {
  flex: 1 1 auto;
}
#footer_holder #footer_bottom .row .footer_bottom_column:last-child {
  text-align: right;
}
#footer_holder #footer_bottom ul.menu {
  margin: 0 1em 0 1em;
}
#footer_holder #footer_bottom ul.menu:first-child {
  margin-left: -1em;
}
#footer_holder #footer_bottom ul.menu:last-child {
  margin-right: -1em;
}
#footer_holder .footer_col_title {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#footer_holder .footer_col_title:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#footer_holder ul.layout_horizontal ul {
  display: none !important;
}
#footer_holder ul.layout_horizontal .menu_item_icon_dropdown {
  display: none !important;
}
#footer_holder a:not(.icon):not(.button) {
  color: inherit;
  text-decoration: none;
}
#footer_holder a:not(.icon):not(.button):hover {
  text-decoration: underline;
}
.tiles_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px 0 -20px;
}
.tiles_grid:first-child {
  margin-top: 0;
}
.tiles_grid:last-child {
  margin-bottom: -10px;
}
.tiles_grid[data-item-size='small']:last-child {
  margin-bottom: -10px;
}
.tiles_grid .tile_holder {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.tiles_grid .tile_holder:last-child {
  margin-bottom: 40px;
}
.tiles_grid .tile_holder .admin_edit_button {
  right: 20px;
}
.tiles_grid[data-cols='1'][data-slider='1'] .tile_holder,
.tiles_grid[data-cols='1'][data-slider='true'] .tile_holder {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.tiles_grid[data-cols='1']:not([data-slider='1']):not([data-slider='true']) .tile_holder {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.tiles_grid[data-cols='2'] .tile_holder {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
.tiles_grid[data-cols='3'] .tile_holder {
  flex: 0 0 33.33%;
  width: 33.33%;
  max-width: 33.33%;
}
.tiles_grid[data-cols='4'] .tile_holder {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}
.tiles_grid[data-cols='5'] .tile_holder {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}
.tiles_grid[data-cols='6'] .tile_holder {
  flex: 0 0 16.66%;
  width: 16.66%;
  max-width: 16.66%;
}
.tiles_grid[data-gaps='small'] {
  margin: 0 -5px 30px -5px;
}
.tiles_grid[data-gaps='small']:last-child {
  margin-bottom: -10px;
}
.tiles_grid[data-gaps='small'] .tile_holder {
  padding: 0 5px;
  margin: 0 0 10px 0;
}
.tiles_grid[data-gaps='small'] .tile[data-visual-position='left'] .tile_inner .tile_image,
.tiles_grid[data-gaps='small'] .tile[data-visual-position='right'] .tile_inner .tile_image {
  flex: 0 0 80px;
  width: 80px;
  max-width: 80px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tiles_grid[data-gaps='small'] .tile[data-visual-position='left'] .tile_inner .tile_image {
  padding-left: 20px;
}
.tiles_grid[data-gaps='small'] .tile[data-visual-position='right'] .tile_inner .tile_image {
  padding-right: 20px;
}
.tiles_grid[data-gaps='small'] .tile .tile_image[data-type='icon'] {
  padding-top: 20px;
  height: 80px;
}
.tiles_grid[data-gaps='none'] {
  margin: 0 0px 10px 0px;
}
.tiles_grid[data-gaps='none']:last-child {
  margin-bottom: 0;
}
.tiles_grid[data-gaps='none'] .tile_holder {
  padding: 0;
  margin: 0;
}
.tiles_grid[data-gaps='none'] .tile {
  border-radius: 0;
}
.tiles_grid[data-gaps='none'] .tile .tile_image {
  border-radius: 0;
}
.tiles_grid[data-gaps='none'] .tile .tile_image img {
  border-radius: 0;
}
.tiles_grid[data-gaps='none'] .tile .tile_background_holder {
  border-radius: 0;
}
.tiles_grid[data-masonry='1'] {
  align-items: flex-start;
}
.tiles_grid[data-slider='1'],
.tiles_grid[data-slider='true'] {
  align-items: flex-start;
  padding: 0 10px;
  margin-bottom: 40px;
}
.tiles_grid[data-slider='1']:not(.slick-initialized) .tile_holder,
.tiles_grid[data-slider='true']:not(.slick-initialized) .tile_holder {
  display: none;
}
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='1'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='1'] .tile_holder:nth-child(1) {
  display: block;
}
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='2'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='2'] .tile_holder:nth-child(2),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='2'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='2'] .tile_holder:nth-child(2) {
  display: block;
}
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='3'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='3'] .tile_holder:nth-child(2),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='3'] .tile_holder:nth-child(3),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='3'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='3'] .tile_holder:nth-child(2),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='3'] .tile_holder:nth-child(3) {
  display: block;
}
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='4'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='4'] .tile_holder:nth-child(2),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='4'] .tile_holder:nth-child(3),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='4'] .tile_holder:nth-child(4),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='4'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='4'] .tile_holder:nth-child(2),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='4'] .tile_holder:nth-child(3),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='4'] .tile_holder:nth-child(4) {
  display: block;
}
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='5'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='5'] .tile_holder:nth-child(2),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='5'] .tile_holder:nth-child(3),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='5'] .tile_holder:nth-child(4),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='5'] .tile_holder:nth-child(5),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='5'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='5'] .tile_holder:nth-child(2),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='5'] .tile_holder:nth-child(3),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='5'] .tile_holder:nth-child(4),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='5'] .tile_holder:nth-child(5) {
  display: block;
}
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(2),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(3),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(4),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(5),
.tiles_grid[data-slider='1']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(6),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(1),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(2),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(3),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(4),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(5),
.tiles_grid[data-slider='true']:not(.slick-initialized)[data-cols='6'] .tile_holder:nth-child(6) {
  display: block;
}
.tiles_grid[data-slider='1'][data-slider-dots='1'],
.tiles_grid[data-slider='true'][data-slider-dots='1'] {
  padding-bottom: 15px;
}
.tiles_grid[data-slider='1'][data-slider-nav-position='inside'] .slick-dots,
.tiles_grid[data-slider='true'][data-slider-nav-position='inside'] .slick-dots {
  bottom: 40px;
}
.tiles_grid[data-slider='1'][data-slider-nav-position='inside'] .slider_arrow.slider_arrow_next,
.tiles_grid[data-slider='true'][data-slider-nav-position='inside'] .slider_arrow.slider_arrow_next {
  left: auto;
  right: 10px;
}
.tiles_grid[data-slider='1'][data-slider-nav-position='inside'] .slider_arrow.slider_arrow_prev,
.tiles_grid[data-slider='true'][data-slider-nav-position='inside'] .slider_arrow.slider_arrow_prev {
  right: auto;
  left: 10px;
}
.tiles_grid[data-slider='1'][data-slider-nav-position='inside'][data-slider-dots='1'],
.tiles_grid[data-slider='true'][data-slider-nav-position='inside'][data-slider-dots='1'] {
  padding-bottom: 0;
}
.tiles_grid[data-slider='1'][data-slider-nav-position='inside'][data-slider-top-bottom-padding='0'] .slick-dots,
.tiles_grid[data-slider='true'][data-slider-nav-position='inside'][data-slider-top-bottom-padding='0'] .slick-dots {
  bottom: 10px;
}
.tiles_grid[data-slider='1'][data-slider-nav-position='inside'][data-slider-top-bottom-padding='10'] .slick-dots,
.tiles_grid[data-slider='true'][data-slider-nav-position='inside'][data-slider-top-bottom-padding='10'] .slick-dots {
  bottom: 20px;
}
.tiles_grid[data-slider='1'][data-slider-nav-position='inside'][data-slider-top-bottom-padding='20'] .slick-dots,
.tiles_grid[data-slider='true'][data-slider-nav-position='inside'][data-slider-top-bottom-padding='20'] .slick-dots {
  bottom: 30px;
}
.tiles_grid[data-slider='1'][data-slider-nav-position='inside'][data-slider-top-bottom-padding='30'] .slick-dots,
.tiles_grid[data-slider='true'][data-slider-nav-position='inside'][data-slider-top-bottom-padding='30'] .slick-dots {
  bottom: 40px;
}
.tiles_grid[data-slider='1'][data-slider-nav-position='inside'][data-slider-top-bottom-padding='40'] .slick-dots,
.tiles_grid[data-slider='true'][data-slider-nav-position='inside'][data-slider-top-bottom-padding='40'] .slick-dots {
  bottom: 50px;
}
.tiles_grid[data-slider='1'][data-slider-top-bottom-padding='0'] .slick-list,
.tiles_grid[data-slider='true'][data-slider-top-bottom-padding='0'] .slick-list {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tiles_grid[data-slider='1'][data-slider-top-bottom-padding='10'] .slick-list,
.tiles_grid[data-slider='true'][data-slider-top-bottom-padding='10'] .slick-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tiles_grid[data-slider='1'][data-slider-top-bottom-padding='20'] .slick-list,
.tiles_grid[data-slider='true'][data-slider-top-bottom-padding='20'] .slick-list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tiles_grid[data-slider='1'][data-slider-top-bottom-padding='30'] .slick-list,
.tiles_grid[data-slider='true'][data-slider-top-bottom-padding='30'] .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tiles_grid[data-slider='1'][data-slider-top-bottom-padding='40'] .slick-list,
.tiles_grid[data-slider='true'][data-slider-top-bottom-padding='40'] .slick-list {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tiles_grid[data-slider='1'].icon_items[data-size='normal'] .slider_arrow,
.tiles_grid[data-slider='true'].icon_items[data-size='normal'] .slider_arrow {
  bottom: auto;
  top: 80px;
  margin-top: -0.5em;
}
.tiles_grid[data-slider='1'].icon_items[data-size='small'] .slider_arrow,
.tiles_grid[data-slider='true'].icon_items[data-size='small'] .slider_arrow {
  bottom: auto;
  top: 60px;
  margin-top: -0.5em;
}
.tiles_grid[data-slider='1']:last-child,
.tiles_grid[data-slider='true']:last-child {
  margin-bottom: 0;
}
.tiles_grid[data-slider='1']:before,
.tiles_grid[data-slider='1']:after,
.tiles_grid[data-slider='true']:before,
.tiles_grid[data-slider='true']:after {
  display: none !important;
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 1;
  opacity: 0.75;
  opacity: 1;
}
.tiles_grid[data-slider='1']:before,
.tiles_grid[data-slider='true']:before {
  left: -10px;
  background-image: linear-gradient(to right,#ffffff 0%,rgba(255,255,255,0) 100%);
}
.tiles_grid[data-slider='1']:after,
.tiles_grid[data-slider='true']:after {
  right: -10px;
  background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 100%);
}
.tiles_grid[data-slider='1'] .slick-list,
.tiles_grid[data-slider='true'] .slick-list {
  padding: 20px 10px;
  margin-left: -20px;
  margin-right: -20px;
}
.tiles_grid[data-slider='1'] .tile_holder,
.tiles_grid[data-slider='true'] .tile_holder {
  margin: 0 !important;
  outline: none !important;
}
.tiles_grid[data-slider='1'] .tile_holder:not(.slick-active) .tile,
.tiles_grid[data-slider='true'] .tile_holder:not(.slick-active) .tile {
  box-shadow: none;
}
.tiles_grid[data-slider='1'] .slick-track,
.tiles_grid[data-slider='true'] .slick-track {
  min-width: 100%;
}
.tiles_grid.inline_grid {
  margin: 0 !important;
}
.tiles_grid.inline_grid .tile_holder {
  padding: 0 0 30px 0 !important;
  margin: 0 0 30px 0 !important;
  border-bottom: 5px solid #e5a400 !important;
}
.tiles_grid.inline_grid .tile_holder:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.tiles_grid.inline_grid .tile_holder .tile {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.tiles_grid.inline_grid .tile_holder .tile[data-important='1'] {
  color: #e5a400 !important;
}
.tiles_grid.inline_grid .tile_holder .tile .tile_text {
  padding: 0 !important;
}
.tiles_grid.inline_grid .tile_holder .tile .tile_meta {
  margin-top: 0 !important;
  margin-bottom: 5px;
}
.tiles_grid.inline_grid .tile_holder a.tile:hover {
  color: #e5a400;
  background: none !important;
}
[data-background-color='custom'] .tiles_grid[data-slider='1']:before,
[data-background-color='custom'] .tiles_grid[data-slider='1']:after,
[data-background-color='custom'] .tiles_grid[data-slider='true']:before,
[data-background-color='custom'] .tiles_grid[data-slider='true']:after,
[data-background-color='diagonal'] .tiles_grid[data-slider='1']:before,
[data-background-color='diagonal'] .tiles_grid[data-slider='1']:after,
[data-background-color='diagonal'] .tiles_grid[data-slider='true']:before,
[data-background-color='diagonal'] .tiles_grid[data-slider='true']:after {
  display: none;
}
[data-background-color='dark'] .tiles_grid[data-slider='1']:before,
[data-background-color='dark'] .tiles_grid[data-slider='true']:before {
  background-image: linear-gradient(to right,#000000 0%,rgba(0,0,0,0) 100%);
}
[data-background-color='dark'] .tiles_grid[data-slider='1']:after,
[data-background-color='dark'] .tiles_grid[data-slider='true']:after {
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,#000000 100%);
}
[data-background-color='black'] .tiles_grid[data-slider='1']:before,
[data-background-color='black'] .tiles_grid[data-slider='true']:before {
  background-image: linear-gradient(to right,#000000 0%,rgba(0,0,0,0) 100%);
}
[data-background-color='black'] .tiles_grid[data-slider='1']:after,
[data-background-color='black'] .tiles_grid[data-slider='true']:after {
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,#000000 100%);
}
[data-background-color='color_1'] .tiles_grid[data-slider='1']:before,
[data-background-color='color_1'] .tiles_grid[data-slider='true']:before {
  background-image: linear-gradient(to right,#e5a400 0%,rgba(229,164,0,0) 100%);
}
[data-background-color='color_1'] .tiles_grid[data-slider='1']:after,
[data-background-color='color_1'] .tiles_grid[data-slider='true']:after {
  background-image: linear-gradient(to right,rgba(229,164,0,0) 0%,#e5a400 100%);
}
[data-background-color='color_2'] .tiles_grid[data-slider='1']:before,
[data-background-color='color_2'] .tiles_grid[data-slider='true']:before {
  background-image: linear-gradient(to right,#e5a400 0%,rgba(229,164,0,0) 100%);
}
[data-background-color='color_2'] .tiles_grid[data-slider='1']:after,
[data-background-color='color_2'] .tiles_grid[data-slider='true']:after {
  background-image: linear-gradient(to right,rgba(229,164,0,0) 0%,#e5a400 100%);
}
[data-background-color='color_3'] .tiles_grid[data-slider='1']:before,
[data-background-color='color_3'] .tiles_grid[data-slider='true']:before {
  background-image: linear-gradient(to right,#e5a400 0%,rgba(229,164,0,0) 100%);
}
[data-background-color='color_3'] .tiles_grid[data-slider='1']:after,
[data-background-color='color_3'] .tiles_grid[data-slider='true']:after {
  background-image: linear-gradient(to right,rgba(229,164,0,0) 0%,#e5a400 100%);
}
[data-background-color='color_4'] .tiles_grid[data-slider='1']:before,
[data-background-color='color_4'] .tiles_grid[data-slider='true']:before {
  background-image: linear-gradient(to right,#000000 0%,rgba(0,0,0,0) 100%);
}
[data-background-color='color_4'] .tiles_grid[data-slider='1']:after,
[data-background-color='color_4'] .tiles_grid[data-slider='true']:after {
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,#000000 100%);
}
[data-background-color='color_5'] .tiles_grid[data-slider='1']:before,
[data-background-color='color_5'] .tiles_grid[data-slider='true']:before {
  background-image: linear-gradient(to right,#e8e9e2 0%,rgba(232,233,226,0) 100%);
}
[data-background-color='color_5'] .tiles_grid[data-slider='1']:after,
[data-background-color='color_5'] .tiles_grid[data-slider='true']:after {
  background-image: linear-gradient(to right,rgba(232,233,226,0) 0%,#e8e9e2 100%);
}
.tile_holder {
  position: relative;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 0 10px 0;
  outline: none !important;
  border: none !important;
}
.tile_holder:last-child {
  margin-bottom: 0;
}
.tile_holder .tile {
  height: 100%;
}
.tile_holder .admin_edit_button {
  border-radius: 30px;
}
.tile {
  display: block;
  position: relative;
  background: #ffffff;
  color: #000000;
  outline: none !important;
  border: none !important;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.tile[data-background-color='white'] {
  background: #ffffff;
}
.tile[data-background-color='dark'] {
  background: #000000;
}
.tile[data-background-color='black'] {
  background: #000000;
}
.tile[data-background-color='color_1'] {
  background: #e5a400;
}
.tile[data-background-color='color_2'] {
  background: #e5a400;
}
.tile[data-background-color='color_3'] {
  background: #e5a400;
}
.tile[data-background-color='color_4'] {
  background: #000000;
}
.tile[data-background-color='color_5'] {
  background: #e8e9e2;
}
.tile[data-background-color='custom'] {
  background: #f1f1f1;
}
.tile[data-background-color='grey'] {
  background: #f1f1f1;
}
.tile[data-background-color='none'] {
  background: transparent;
  box-shadow: none;
}
.tile[data-background-color='none'] > .tile_inner > .tile_text {
  padding: 0 !important;
  margin-top: 20px;
}
.tile[data-background-color='none'] > .tile_inner > .tile_text:first-child {
  margin-top: 0;
}
.tile[data-background-color='dark'],
.tile[data-background-color='black'],
.tile[data-background-color='color_1'],
.tile[data-background-color='color_2'],
.tile[data-background-color='color_3'],
.tile[data-background-color='color_4'] {
  color: #ffffff;
}
.tile[data-background-color='color_5'] {
  color: #000000;
}
.tile[data-text-color='white'] {
  color: #ffffff;
}
.tile[data-text-color='dark'] {
  color: #000000;
}
.tile[data-text-color='black'] {
  color: #000000;
}
.tile[data-text-color='color_1'] {
  color: #e5a400;
}
.tile[data-text-color='color_2'] {
  color: #e5a400;
}
.tile[data-text-color='color_3'] {
  color: #e5a400;
}
.tile[data-text-color='color_4'] {
  color: #000000;
}
.tile[data-text-color='color_5'] {
  color: #e8e9e2;
}
.tile[data-visual-position='left'] .tile_inner,
.tile[data-visual-position='right'] .tile_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.tile[data-visual-position='left'] .tile_inner .tile_image,
.tile[data-visual-position='right'] .tile_inner .tile_image {
  flex: 0 0 120px;
  width: 120px;
  max-width: 120px;
  height: 100%;
  padding: 30px 0 30px 30px;
}
.tile[data-visual-position='left'] .tile_inner .tile_image .icon,
.tile[data-visual-position='right'] .tile_inner .tile_image .icon {
  height: 100%;
}
.tile[data-visual-position='left'] .tile_inner .tile_image .icon svg,
.tile[data-visual-position='right'] .tile_inner .tile_image .icon svg {
  height: 100%;
  width: 100%;
  max-width: 90px;
  max-height: 70px;
}
.tile[data-visual-position='left'] .tile_background_icon .icon svg {
  margin: 10% 0 0 10%;
}
.tile[data-visual-position='right'] .tile_inner .tile_image {
  order: 2;
  padding: 30px 30px 30px 0;
}
.tile[data-visual-position='right'] .tile_inner .tile_text {
  order: 1;
}
.tile[data-visual-position='right'] .tile_background_icon .icon svg {
  margin: 10% 10% 0 0;
}
.tile[data-status='past'] .tile_image {
  filter: grayscale(100%);
}
.tile[data-post-type='staff'] .tile_excerpt {
  font-size: 0.85em;
}
.tile .tile_image {
  border-radius: 30px;
  transition: all 0.15s ease-in-out;
}
.tile .tile_image[data-type='masonry_image'] {
  position: relative;
  width: 100%;
  height: 0;
  background: #e8e9e2;
}
.tile .tile_image[data-type='masonry_image'] img {
  position: absolute;
  top: 0;
  left: 0;
}
.tile .tile_image[data-type='icon'] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 30px 20px 0 20px;
  height: 100px;
}
.tile .tile_image[data-type='icon']:last-child {
  padding: 20px !important;
}
.tile .tile_image[data-type='icon'] .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.tile .tile_image[data-type='icon'] .icon[data-color='white'] {
  color: #ffffff;
}
.tile .tile_image[data-type='icon'] .icon[data-color='dark'] {
  color: #000000;
}
.tile .tile_image[data-type='icon'] .icon[data-color='black'] {
  color: #000000;
}
.tile .tile_image[data-type='icon'] .icon[data-color='color_1'] {
  color: #e5a400;
}
.tile .tile_image[data-type='icon'] .icon[data-color='color_2'] {
  color: #e5a400;
}
.tile .tile_image[data-type='icon'] .icon[data-color='color_3'] {
  color: #e5a400;
}
.tile .tile_image[data-type='icon'] .icon[data-color='color_4'] {
  color: #000000;
}
.tile .tile_image[data-type='icon'] .icon[data-color='color_5'] {
  color: #e8e9e2;
}
.tile .tile_image[data-type='icon'] svg {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 70px;
  margin: auto;
  fill: currentColor !important;
}
.tile .tile_image[data-type='icon'] svg path {
  fill: currentColor !important;
}
.tile .tile_image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.tile .tile_image_forced_size {
  width: 100%;
  height: auto;
  padding-top: 55.555%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.tile .tile_image_forced_size img {
  display: none !important;
}
.tile .tile_text {
  padding: 25px;
  transition: padding 0.15s ease-in-out;
}
.tile .tile_meta {
  margin: -5px -5px 15px -5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tile .tile_meta:last-child {
  margin-bottom: 0;
}
.tile .tile_meta > * {
  padding: 0 5px;
}
.tile .subtitle {
  opacity: 0.5;
  margin: -15px 0 20px 0;
}
.tile .subtitle:first-child {
  margin-top: 0;
}
.tile .subtitle:last-child {
  margin-bottom: 0;
}
.tile .subtitle + h4 {
  margin-top: -15px;
}
.tile .tile_tools_holder {
  margin: 0 0 20px 0;
  display: none;
}
.tile .tile_tools_holder .tile_tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.tile .tile_tools_holder .tile_tools .icon {
  margin: 0 0.25em;
}
.tile .tile_tools_holder .tile_tools .icon:first-child {
  margin-left: 0;
}
.tile .tile_tools_holder .tile_tools .icon:last-child {
  margin-right: 0;
}
.tile .tile_tools_holder .tile_tools .icon.tile_tool_remove {
  margin-left: auto;
}
.tile .tile_tools_holder .tile_tools .icon.tile_tool_edit {
  margin-left: auto;
}
.tile .tile_tools_holder .tile_tools .icon.tile_tool_edit + .tile_tool_remove {
  margin-left: 0.25em;
}
.tile .tile_title_holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  transition: margin 0.15s ease-in-out;
}
.tile .tile_title_holder[data-divider='1'] {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  flex-wrap: wrap;
}
.tile .tile_title_holder .tile_title_icon {
  font-size: 35px;
  margin: 0 0.5em 0 0;
}
.tile .tile_title_holder .tile_title_icon[data-circle='true'] {
  transition: all 0.15s ease-in-out;
  font-size: inherit;
  margin-right: 1em;
  flex: 0 0 60px;
}
.tile .tile_title_holder .tile_notifications_count_holder {
  margin-left: auto;
  padding-left: 15px;
}
.tile .tile_title_holder .tile_notifications_count_holder:not(.hidden) + .tile_title_dropdown_icon {
  display: none;
}
.tile .tile_title_holder .tile_notifications_count {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background: #e5a400;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.tile .tile_title_holder .tile_title_dropdown_icon {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding-left: 15px;
}
.tile .tile_title_holder .tile_title_dropdown_icon svg {
  transition: transform 0.15s ease-in-out;
}
.tile .tile_title_holder .tile_title {
  margin: 0 !important;
  line-height: 1.25;
}
.tile .tile_title_holder .tile_title + p {
  padding-left: 15px;
  margin-left: auto !important;
}
.tile .tile_title_holder .subtitle {
  opacity: 1 !important;
  margin: 0 !important;
}
.tile .tile_title_holder .plus_link_holder {
  margin-left: auto;
  padding-left: 10px;
}
.tile .tile_title {
  margin-bottom: 10px;
  line-height: 1.25;
}
.tile .tile_title:last-child {
  margin-bottom: 0;
}
.tile .tile_title + .subtitle {
  margin-top: -5px;
}
.tile .tile_excerpt {
  margin: 0 0 20px 0;
}
.tile .tile_excerpt:last-child {
  margin-bottom: 0;
}
.tile .tile_inner {
  position: relative;
  z-index: 1;
}
.tile .tile_background_holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 30px;
  overflow: hidden;
}
.tile .tile_background_holder .tile_background_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.tile .tile_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tile .tile_background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tile .tile_background_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tile .tile_background_icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #000000;
}
.tile .tile_background_icon .icon[data-color='white'] {
  color: #ffffff;
}
.tile .tile_background_icon .icon[data-color='dark'] {
  color: #000000;
}
.tile .tile_background_icon .icon[data-color='black'] {
  color: #000000;
}
.tile .tile_background_icon .icon[data-color='color_1'] {
  color: #e5a400;
}
.tile .tile_background_icon .icon[data-color='color_2'] {
  color: #e5a400;
}
.tile .tile_background_icon .icon[data-color='color_3'] {
  color: #e5a400;
}
.tile .tile_background_icon .icon[data-color='color_4'] {
  color: #000000;
}
.tile .tile_background_icon .icon[data-color='color_5'] {
  color: #e8e9e2;
}
.tile .tile_background_icon .icon svg {
  width: 120%;
  height: 120%;
  display: block;
  margin: -15% 0 0 -25%;
  opacity: 0.05;
  fill: currentColor;
}
.tile .tile_background_icon .icon svg path {
  fill: currentColor;
}
.tile[data-size='small'] .tile_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tile[data-size='small'] .tile_inner .tile_image {
  flex: 0 0 100px;
}
.tile[data-size='small'] .tile_inner .tile_text {
  flex: 0 0 calc(100% - 100px);
  padding: 5px 25px;
  overflow: hidden;
}
.tile[data-size='small'] .tile_inner h4,
.tile[data-size='small'] .tile_inner h5 {
  margin-bottom: 10px;
  line-height: 1.15;
}
.tile[data-size='small'] .tile_inner h4:last-child,
.tile[data-size='small'] .tile_inner h5:last-child {
  margin-bottom: 0;
}
.tile[data-size='small'] .tile_inner h4 + .subtitle,
.tile[data-size='small'] .tile_inner h5 + .subtitle {
  margin-top: -10px;
}
.tile[data-size='small'] .tile_inner .tile_excerpt {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8em;
}
.tile[data-size='small'] .tile_inner .tile_excerpt p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.tile[data-expandable='1'] {
  transition: all 0.15s ease-in-out;
}
.tile[data-expandable='1'].expanded .tile_title_holder {
  transition: all 0.15s ease-in-out;
}
.tile[data-expandable='1'].expanded .tile_title_holder:hover {
  cursor: pointer;
  color: #e5a400;
}
.tile[data-expandable='1'].expanded .tile_title_holder .tile_notifications_count_holder {
  display: none !important;
}
.tile[data-expandable='1'].expanded .tile_title_holder .tile_notifications_count_holder + .tile_title_dropdown_icon {
  display: block;
}
.tile[data-expandable='1'].expanded .tile_title_holder .tile_title_dropdown_icon svg {
  transform: rotate(180deg);
}
.tile[data-expandable='1'].expanded > .tile_text {
  padding-bottom: 25px;
}
.tile[data-expandable='1']:not(.expanded):hover {
  cursor: pointer;
  background: #e5a400;
  color: #ffffff;
}
.tile[data-expandable='1']:not(.expanded):hover .tile_title_icon[data-circle='true'][data-circle-type='solid'] {
  background: #000000;
}
.tile[data-expandable='1'].initial_expanded .tile_content {
  display: block;
}
.tile[data-expandable='1'] .tile_text {
  padding: 20px 25px;
}
.tile[data-expandable='1'] .tile_content {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.tile[data-expandable='1'] .tile_content .buttons_holder {
  margin-top: 35px !important;
}
.tile[data-expandable='1'] .tile_content .buttons_holder:first-child {
  margin-top: 0 !important;
}
.tile[data-expandable='1'] .tile_content iframe {
  max-width: 100%;
}
.tile[data-important='1'] {
  background: #e5a400;
  color: #ffffff;
}
.tile[data-favorite='1'] .favorite_house_star {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  color: gold;
  opacity: 0.5;
}
.tile[data-favorite='1'] .favorite_house_star svg {
  width: 2.5em;
  height: 2.5em;
}
.favorite_house_star {
  color: gold;
}
a.tile {
  color: #000000;
  text-decoration: none;
}
a.tile:focus {
  outline: 1px dashed currentColor !important;
}
a.tile:hover {
  color: #ffffff;
  background: #e5a400;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
a.tile:hover[data-background-color='dark'],
a.tile:hover[data-background-color='black'],
a.tile:hover[data-background-color='main'],
a.tile:hover[data-background-color='accent'] {
  opacity: 0.85;
}
a.tile:hover[data-background-color='dark'] .tile_image,
a.tile:hover[data-background-color='black'] .tile_image,
a.tile:hover[data-background-color='main'] .tile_image,
a.tile:hover[data-background-color='accent'] .tile_image {
  opacity: 1;
}
a.tile:hover .tile_image {
  opacity: 0.85;
}
.buttons_holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0px -10px !important;
}
.buttons_holder:last-child {
  margin-bottom: -20px !important;
}
.buttons_holder[data-type='vertical'] {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 !important;
}
.buttons_holder[data-type='vertical']:last-child {
  margin-bottom: -20px !important;
}
.buttons_holder[data-type='vertical'] .button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.buttons_holder[data-gaps='large'] {
  margin: 0 -20px 0 -20px !important;
}
.buttons_holder[data-gaps='large']:last-child {
  margin-bottom: -20px !important;
}
.buttons_holder[data-gaps='large'] .button {
  margin: 0 20px 20px 20px !important;
}
.buttons_holder[data-gaps='small'] {
  margin: 0 -5px 10px -5px !important;
}
.buttons_holder[data-gaps='small']:last-child {
  margin-bottom: -10px !important;
}
.buttons_holder[data-gaps='small'] .button {
  margin: 0 5px 10px 5px !important;
}
.buttons_holder[data-gaps='tiny'] {
  margin: 0 -3px 14px -3px !important;
}
.buttons_holder[data-gaps='tiny']:last-child {
  margin-bottom: -6px !important;
}
.buttons_holder[data-gaps='tiny'] .button {
  margin: 0 3px 6px 3px !important;
}
.buttons_holder[data-buttons-min-width] .button {
  justify-content: center;
}
.buttons_holder.full_width .button {
  width: 100%;
  justify-content: center;
}
.buttons_holder .button {
  margin: 0 10px 20px 10px !important;
}
.buttons_holder .button.full_width {
  flex: 1;
  width: auto;
}
.button {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  margin: 5px 10px 5px 0;
  padding: 0.75em 1.5em;
  border-radius: 15px;
  background: #e5a400;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  box-shadow: none !important;
  transition: all 0.15s ease-in-out;
}
.button:hover {
  cursor: pointer;
  text-decoration: none !important;
  color: #ffffff;
  background: #b27f00;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.button:hover[disabled] {
  cursor: default;
}
.button:last-child {
  margin: 0;
}
.button.full_width {
  display: flex;
  justify-content: center;
  width: 100%;
}
.button .button_text {
  flex-shrink: 0;
}
.button .icon {
  display: inherit;
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.button .icon:first-child {
  margin-left: -0.25em;
}
.button .icon:last-child {
  margin-right: -0.25em;
}
.button .icon svg {
  fill: currentColor !important;
}
.button .icon svg path {
  fill: currentColor !important;
}
.button[data-size='huge'] {
  font-size: 21px;
  border-radius: 30px;
}
.button[data-size='large'] {
  font-size: 18px;
}
.button[data-size='small'] {
  font-size: 12px;
}
.button[data-size='tiny'] {
  font-size: 9px;
  text-transform: none;
}
.button[data-color='color_1'] {
  background: #e5a400;
}
.button[data-color='color_1']:hover {
  background: #b27f00;
}
.button[data-color='color_2'] {
  background: #e5a400;
}
.button[data-color='color_2']:hover {
  background: #b27f00;
}
.button[data-color='color_3'] {
  background: #e5a400;
}
.button[data-color='color_3']:hover {
  background: #b27f00;
}
.button[data-color='color_4'] {
  background: #000000;
}
.button[data-color='color_4']:hover {
  background: #000000;
}
.button[data-color='color_5'] {
  background: #e8e9e2;
  color: #e5a400;
}
.button[data-color='color_5']:hover {
  background: #d1d3c5;
  color: #b27f00;
}
.button[data-color='white'] {
  background: #ffffff;
  color: #000000;
}
.button[data-color='white']:hover {
  background: #eeeeee;
  color: #000000;
}
.button[data-color='grey'] {
  background: #555555;
}
.button[data-color='grey']:hover {
  background: #e5a400;
}
.button[data-color='dark'] {
  background: #000000;
}
.button[data-color='dark']:hover {
  background: #000000;
}
.button[data-color='black'] {
  background: #000000;
}
.button[data-color='black']:hover {
  background: #000000;
}
.button[data-type='outline'] {
  background: none;
  border: 2px solid #e5a400;
  color: #e5a400;
  padding-top: calc(0.75em - 2px);
  padding-bottom: calc(0.75em - 2px);
}
.button[data-type='outline'] .icon svg {
  fill: #e5a400 !important;
}
.button[data-type='outline']:hover {
  background: #e5a400;
  color: #ffffff;
}
.button[data-type='outline'][data-color='color_1'] {
  border-color: #e5a400;
  color: #e5a400;
}
.button[data-type='outline'][data-color='color_1']:hover {
  background: #e5a400;
  color: #ffffff;
}
.button[data-type='outline'][data-color='color_2'] {
  border-color: #e5a400;
  color: #e5a400;
}
.button[data-type='outline'][data-color='color_2']:hover {
  background: #e5a400;
  color: #ffffff;
}
.button[data-type='outline'][data-color='color_3'] {
  border-color: #e5a400;
  color: #e5a400;
}
.button[data-type='outline'][data-color='color_3']:hover {
  background: #e5a400;
  color: #ffffff;
}
.button[data-type='outline'][data-color='color_4'] {
  border-color: #000000;
  color: #000000;
}
.button[data-type='outline'][data-color='color_4']:hover {
  background: #000000;
  color: #ffffff;
}
.button[data-type='outline'][data-color='color_5'] {
  border-color: #e8e9e2;
  color: #e8e9e2;
}
.button[data-type='outline'][data-color='color_5']:hover {
  background: #e8e9e2;
  color: #e5a400;
}
.button[data-type='outline'][data-color='white'] {
  border-color: #ffffff;
  color: #ffffff;
}
.button[data-type='outline'][data-color='white']:hover {
  background: #ffffff;
  color: #000000;
}
.button[data-type='outline'][data-color='grey'] {
  border-color: #555555;
  color: #555555;
}
.button[data-type='outline'][data-color='grey']:hover {
  background: #555555;
  color: #ffffff;
}
.button[data-type='outline'][data-color='dark'] {
  border-color: #000000;
  color: #000000;
}
.button[data-type='outline'][data-color='dark']:hover {
  background: #000000;
  color: #ffffff;
}
.button[data-type='outline'][data-color='black'] {
  border-color: #000000;
  color: #000000;
}
.button[data-type='outline'][data-color='black']:hover {
  background: #000000;
  color: #ffffff;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  height: 1em;
  margin: 0 0.5em 0 0.5em;
}
.icon:first-child {
  margin-left: 0;
}
.icon:last-child {
  margin-right: 0;
}
.icon[data-icon-size='small'] {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.icon[data-icon-size='small']:first-child {
  margin-left: 0;
}
.icon[data-icon-size='small']:last-child {
  margin-right: 0;
}
.icon svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  fill: currentColor !important;
}
.icon svg path,
.icon svg rect,
.icon svg polygon,
.icon svg circle {
  fill: currentColor !important;
}
.icon[data-color='white'] {
  color: #ffffff;
}
.icon[data-color='dark'] {
  color: #000000;
}
.icon[data-color='black'] {
  color: #000000;
}
.icon[data-color='color_1'] {
  color: #e5a400;
}
.icon[data-color='color_2'] {
  color: #e5a400;
}
.icon[data-color='color_3'] {
  color: #e5a400;
}
.icon[data-color='color_4'] {
  color: #000000;
}
.icon[data-color='color_5'] {
  color: #e8e9e2;
}
.icon[data-circle='true'] {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  background: #000000;
  color: #ffffff;
  border-radius: 50%;
}
.icon[data-circle='true'][data-icon-size='small'] {
  width: 1.75em;
  height: 1.75em;
}
.icon[data-circle='true'][data-icon-size='large'] {
  width: 4em;
  height: 4em;
}
.icon[data-circle='true'] svg {
  width: 50%;
  height: 50%;
  display: block;
  margin: 0;
}
.icon[data-circle='true'][data-color='white'] {
  background: #ffffff;
  color: #000000;
}
.icon[data-circle='true'][data-color='dark'] {
  background: #000000;
}
.icon[data-circle='true'][data-color='black'] {
  background: #000000;
}
.icon[data-circle='true'][data-color='color_1'] {
  background: #e5a400;
}
.icon[data-circle='true'][data-color='color_2'] {
  background: #e5a400;
}
.icon[data-circle='true'][data-color='color_3'] {
  background: #e5a400;
}
.icon[data-circle='true'][data-color='color_4'] {
  background: #000000;
}
.icon[data-circle='true'][data-color='color_5'] {
  background: #e8e9e2;
  color: #e5a400;
}
.icon[data-circle='true'][data-circle-type='outline'] {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.icon[data-circle='true'][data-circle-type='outline'][data-color='white'] {
  border-color: #ffffff;
  color: #ffffff;
}
.icon[data-circle='true'][data-circle-type='outline'][data-color='dark'] {
  border-color: #000000;
  color: #000000;
}
.icon[data-circle='true'][data-circle-type='outline'][data-color='black'] {
  border-color: #000000;
  color: #000000;
}
.icon[data-circle='true'][data-circle-type='outline'][data-color='color_1'] {
  border-color: #e5a400;
  color: #e5a400;
}
.icon[data-circle='true'][data-circle-type='outline'][data-color='color_2'] {
  border-color: #e5a400;
  color: #e5a400;
}
.icon[data-circle='true'][data-circle-type='outline'][data-color='color_3'] {
  border-color: #e5a400;
  color: #e5a400;
}
.icon[data-circle='true'][data-circle-type='outline'][data-color='color_4'] {
  border-color: #000000;
  color: #000000;
}
.icon[data-circle='true'][data-circle-type='outline'][data-color='color_5'] {
  border-color: #e8e9e2;
  color: #e8e9e2;
}
a.icon:hover[data-circle='true'] {
  background: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-color='white'] {
  background: #eeeeee;
  color: #000000;
}
a.icon:hover[data-circle='true'][data-color='dark'] {
  background: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-color='black'] {
  background: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-color='color_1'] {
  background: #b27f00;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-color='color_2'] {
  background: #b27f00;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-color='color_3'] {
  background: #b27f00;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-color='color_4'] {
  background: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-color='color_5'] {
  background: #d1d3c5;
  color: #b27f00;
}
a.icon:hover[data-circle='true'][data-circle-type='outline'] {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-circle-type='outline'][data-color='white'] {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
a.icon:hover[data-circle='true'][data-circle-type='outline'][data-color='dark'] {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-circle-type='outline'][data-color='black'] {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-circle-type='outline'][data-color='color_1'] {
  background: #e5a400;
  border-color: #e5a400;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-circle-type='outline'][data-color='color_2'] {
  background: #e5a400;
  border-color: #e5a400;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-circle-type='outline'][data-color='color_3'] {
  background: #e5a400;
  border-color: #e5a400;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-circle-type='outline'][data-color='color_4'] {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle='true'][data-circle-type='outline'][data-color='color_5'] {
  background: #e8e9e2;
  border-color: #e8e9e2;
  color: #e5a400;
}
.icon_text_holder {
  display: inline-flex;
  flex-direction: row;
  text-decoration: none;
}
.icon_text_holder .icon {
  height: 1.25em;
  height: 1.15em;
}
a.icon_text_holder:hover {
  color: #e5a400;
  text-decoration: none;
}
[data-text-color='white'] .icon_text_holder {
  color: #ffffff;
}
[data-text-color='white'] a.icon_text_holder:hover {
  color: #ffffff;
}
[data-tooltip='1'] {
  position: relative;
}
[data-tooltip='1']:hover .tooltip {
  display: block;
}
.tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: auto;
  margin: 10px 0 0 0;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%,0);
  background: #000000;
  color: #ffffff;
}
.tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #000000;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
[data-text-color='white'] .tooltip {
  background: #ffffff;
  color: #000000;
}
[data-text-color='white'] .tooltip:before {
  border-bottom-color: #ffffff;
}
.accordion {
  margin: 0 0 40px 0;
  overflow: hidden;
  display: block;
  position: relative;
  background: #ffffff;
  color: #000000;
  outline: none !important;
  border: none !important;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.accordion[data-background-color='white'] {
  background: #ffffff;
}
.accordion[data-background-color='dark'] {
  background: #000000;
}
.accordion[data-background-color='black'] {
  background: #000000;
}
.accordion[data-background-color='color_1'] {
  background: #e5a400;
}
.accordion[data-background-color='color_2'] {
  background: #e5a400;
}
.accordion[data-background-color='color_3'] {
  background: #e5a400;
}
.accordion[data-background-color='color_4'] {
  background: #000000;
}
.accordion[data-background-color='color_5'] {
  background: #e8e9e2;
}
.accordion[data-background-color='custom'] {
  background: #f1f1f1;
}
.accordion[data-background-color='grey'] {
  background: #f1f1f1;
}
.accordion[data-background-color='none'] {
  background: transparent;
  box-shadow: none;
}
.accordion[data-background-color='none'] > .tile_inner > .tile_text {
  padding: 0 !important;
  margin-top: 20px;
}
.accordion[data-background-color='none'] > .tile_inner > .tile_text:first-child {
  margin-top: 0;
}
.accordion[data-background-color='dark'],
.accordion[data-background-color='black'],
.accordion[data-background-color='color_1'],
.accordion[data-background-color='color_2'],
.accordion[data-background-color='color_3'],
.accordion[data-background-color='color_4'] {
  color: #ffffff;
}
.accordion[data-background-color='color_5'] {
  color: #000000;
}
.accordion[data-text-color='white'] {
  color: #ffffff;
}
.accordion[data-text-color='dark'] {
  color: #000000;
}
.accordion[data-text-color='black'] {
  color: #000000;
}
.accordion[data-text-color='color_1'] {
  color: #e5a400;
}
.accordion[data-text-color='color_2'] {
  color: #e5a400;
}
.accordion[data-text-color='color_3'] {
  color: #e5a400;
}
.accordion[data-text-color='color_4'] {
  color: #000000;
}
.accordion[data-text-color='color_5'] {
  color: #e8e9e2;
}
.accordion[data-visual-position='left'] .tile_inner,
.accordion[data-visual-position='right'] .tile_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.accordion[data-visual-position='left'] .tile_inner .tile_image,
.accordion[data-visual-position='right'] .tile_inner .tile_image {
  flex: 0 0 120px;
  width: 120px;
  max-width: 120px;
  height: 100%;
  padding: 30px 0 30px 30px;
}
.accordion[data-visual-position='left'] .tile_inner .tile_image .icon,
.accordion[data-visual-position='right'] .tile_inner .tile_image .icon {
  height: 100%;
}
.accordion[data-visual-position='left'] .tile_inner .tile_image .icon svg,
.accordion[data-visual-position='right'] .tile_inner .tile_image .icon svg {
  height: 100%;
  width: 100%;
  max-width: 90px;
  max-height: 70px;
}
.accordion[data-visual-position='left'] .tile_background_icon .icon svg {
  margin: 10% 0 0 10%;
}
.accordion[data-visual-position='right'] .tile_inner .tile_image {
  order: 2;
  padding: 30px 30px 30px 0;
}
.accordion[data-visual-position='right'] .tile_inner .tile_text {
  order: 1;
}
.accordion[data-visual-position='right'] .tile_background_icon .icon svg {
  margin: 10% 10% 0 0;
}
.accordion[data-status='past'] .tile_image {
  filter: grayscale(100%);
}
.accordion[data-post-type='staff'] .tile_excerpt {
  font-size: 0.85em;
}
.accordion .tile_image {
  border-radius: 30px;
  transition: all 0.15s ease-in-out;
}
.accordion .tile_image[data-type='masonry_image'] {
  position: relative;
  width: 100%;
  height: 0;
  background: #e8e9e2;
}
.accordion .tile_image[data-type='masonry_image'] img {
  position: absolute;
  top: 0;
  left: 0;
}
.accordion .tile_image[data-type='icon'] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 30px 20px 0 20px;
  height: 100px;
}
.accordion .tile_image[data-type='icon']:last-child {
  padding: 20px !important;
}
.accordion .tile_image[data-type='icon'] .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.accordion .tile_image[data-type='icon'] .icon[data-color='white'] {
  color: #ffffff;
}
.accordion .tile_image[data-type='icon'] .icon[data-color='dark'] {
  color: #000000;
}
.accordion .tile_image[data-type='icon'] .icon[data-color='black'] {
  color: #000000;
}
.accordion .tile_image[data-type='icon'] .icon[data-color='color_1'] {
  color: #e5a400;
}
.accordion .tile_image[data-type='icon'] .icon[data-color='color_2'] {
  color: #e5a400;
}
.accordion .tile_image[data-type='icon'] .icon[data-color='color_3'] {
  color: #e5a400;
}
.accordion .tile_image[data-type='icon'] .icon[data-color='color_4'] {
  color: #000000;
}
.accordion .tile_image[data-type='icon'] .icon[data-color='color_5'] {
  color: #e8e9e2;
}
.accordion .tile_image[data-type='icon'] svg {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 70px;
  margin: auto;
  fill: currentColor !important;
}
.accordion .tile_image[data-type='icon'] svg path {
  fill: currentColor !important;
}
.accordion .tile_image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.accordion .tile_image_forced_size {
  width: 100%;
  height: auto;
  padding-top: 55.555%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.accordion .tile_image_forced_size img {
  display: none !important;
}
.accordion .tile_text {
  padding: 25px;
  transition: padding 0.15s ease-in-out;
}
.accordion .tile_meta {
  margin: -5px -5px 15px -5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.accordion .tile_meta:last-child {
  margin-bottom: 0;
}
.accordion .tile_meta > * {
  padding: 0 5px;
}
.accordion .subtitle {
  opacity: 0.5;
  margin: -15px 0 20px 0;
}
.accordion .subtitle:first-child {
  margin-top: 0;
}
.accordion .subtitle:last-child {
  margin-bottom: 0;
}
.accordion .subtitle + h4 {
  margin-top: -15px;
}
.accordion .tile_tools_holder {
  margin: 0 0 20px 0;
  display: none;
}
.accordion .tile_tools_holder .tile_tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.accordion .tile_tools_holder .tile_tools .icon {
  margin: 0 0.25em;
}
.accordion .tile_tools_holder .tile_tools .icon:first-child {
  margin-left: 0;
}
.accordion .tile_tools_holder .tile_tools .icon:last-child {
  margin-right: 0;
}
.accordion .tile_tools_holder .tile_tools .icon.tile_tool_remove {
  margin-left: auto;
}
.accordion .tile_tools_holder .tile_tools .icon.tile_tool_edit {
  margin-left: auto;
}
.accordion .tile_tools_holder .tile_tools .icon.tile_tool_edit + .tile_tool_remove {
  margin-left: 0.25em;
}
.accordion .tile_title_holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  transition: margin 0.15s ease-in-out;
}
.accordion .tile_title_holder[data-divider='1'] {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  flex-wrap: wrap;
}
.accordion .tile_title_holder .tile_title_icon {
  font-size: 35px;
  margin: 0 0.5em 0 0;
}
.accordion .tile_title_holder .tile_title_icon[data-circle='true'] {
  transition: all 0.15s ease-in-out;
  font-size: inherit;
  margin-right: 1em;
  flex: 0 0 60px;
}
.accordion .tile_title_holder .tile_notifications_count_holder {
  margin-left: auto;
  padding-left: 15px;
}
.accordion .tile_title_holder .tile_notifications_count_holder:not(.hidden) + .tile_title_dropdown_icon {
  display: none;
}
.accordion .tile_title_holder .tile_notifications_count {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background: #e5a400;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.accordion .tile_title_holder .tile_title_dropdown_icon {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding-left: 15px;
}
.accordion .tile_title_holder .tile_title_dropdown_icon svg {
  transition: transform 0.15s ease-in-out;
}
.accordion .tile_title_holder .tile_title {
  margin: 0 !important;
  line-height: 1.25;
}
.accordion .tile_title_holder .tile_title + p {
  padding-left: 15px;
  margin-left: auto !important;
}
.accordion .tile_title_holder .subtitle {
  opacity: 1 !important;
  margin: 0 !important;
}
.accordion .tile_title_holder .plus_link_holder {
  margin-left: auto;
  padding-left: 10px;
}
.accordion .tile_title {
  margin-bottom: 10px;
  line-height: 1.25;
}
.accordion .tile_title:last-child {
  margin-bottom: 0;
}
.accordion .tile_title + .subtitle {
  margin-top: -5px;
}
.accordion .tile_excerpt {
  margin: 0 0 20px 0;
}
.accordion .tile_excerpt:last-child {
  margin-bottom: 0;
}
.accordion .tile_inner {
  position: relative;
  z-index: 1;
}
.accordion .tile_background_holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 30px;
  overflow: hidden;
}
.accordion .tile_background_holder .tile_background_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.accordion .tile_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.accordion .tile_background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.accordion .tile_background_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.accordion .tile_background_icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #000000;
}
.accordion .tile_background_icon .icon[data-color='white'] {
  color: #ffffff;
}
.accordion .tile_background_icon .icon[data-color='dark'] {
  color: #000000;
}
.accordion .tile_background_icon .icon[data-color='black'] {
  color: #000000;
}
.accordion .tile_background_icon .icon[data-color='color_1'] {
  color: #e5a400;
}
.accordion .tile_background_icon .icon[data-color='color_2'] {
  color: #e5a400;
}
.accordion .tile_background_icon .icon[data-color='color_3'] {
  color: #e5a400;
}
.accordion .tile_background_icon .icon[data-color='color_4'] {
  color: #000000;
}
.accordion .tile_background_icon .icon[data-color='color_5'] {
  color: #e8e9e2;
}
.accordion .tile_background_icon .icon svg {
  width: 120%;
  height: 120%;
  display: block;
  margin: -15% 0 0 -25%;
  opacity: 0.05;
  fill: currentColor;
}
.accordion .tile_background_icon .icon svg path {
  fill: currentColor;
}
.accordion .tile_hide {
  display: none;
}
.accordion form {
  font-size: 0.8em;
}
.accordion form.vfbp-form > div {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.accordion form.vfbp-form .vfb-form-group.boza_float_label label {
  left: 0.8rem;
}
.accordion form.mc4wp-form input[type='text'],
.accordion form.mc4wp-form input[type='email'] {
  width: 100%;
}
.accordion form.mc4wp-form .newsletter_signup_form {
  display: flex;
  flex-direction: column;
}
.accordion form.mc4wp-form .newsletter_signup_form > div {
  width: 100%;
  margin: 0 0 20px 0;
}
.accordion form.mc4wp-form .newsletter_signup_form > div:last-child {
  margin-bottom: 0;
}
.accordion form.mc4wp-form .button {
  height: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.accordion form ._form_element {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 10px;
}
.accordion form ._form_element:last-child {
  margin-bottom: 0;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion[data-size='small'] {
  margin: 0 0 20px 0;
}
.accordion[data-size='small']:last-child {
  margin-bottom: 0;
}
.accordion[data-color='color_1'] .accordion_item .accordion_item_title:hover {
  background: #e5a400;
}
.accordion[data-color='color_1'] .accordion_item.active .accordion_item_title {
  background: #e5a400;
}
.accordion[data-color='color_1'] .accordion_item.active .accordion_item_title:before {
  background: #e5a400;
}
.accordion[data-color='color_1'] .accordion_item.active .accordion_item_title:hover {
  background: #b27f00;
}
.accordion[data-color='color_1'] .accordion_item.active .accordion_item_title:hover:before {
  background: #b27f00;
}
.accordion[data-color='color_2'] .accordion_item .accordion_item_title:hover {
  background: #e5a400;
}
.accordion[data-color='color_2'] .accordion_item.active .accordion_item_title {
  background: #e5a400;
}
.accordion[data-color='color_2'] .accordion_item.active .accordion_item_title:before {
  background: #e5a400;
}
.accordion[data-color='color_2'] .accordion_item.active .accordion_item_title:hover {
  background: #b27f00;
}
.accordion[data-color='color_2'] .accordion_item.active .accordion_item_title:hover:before {
  background: #b27f00;
}
.accordion[data-color='color_3'] .accordion_item .accordion_item_title:hover {
  background: #e5a400;
}
.accordion[data-color='color_3'] .accordion_item.active .accordion_item_title {
  background: #e5a400;
}
.accordion[data-color='color_3'] .accordion_item.active .accordion_item_title:before {
  background: #e5a400;
}
.accordion[data-color='color_3'] .accordion_item.active .accordion_item_title:hover {
  background: #b27f00;
}
.accordion[data-color='color_3'] .accordion_item.active .accordion_item_title:hover:before {
  background: #b27f00;
}
.accordion[data-color='color_4'] .accordion_item .accordion_item_title:hover {
  background: #000000;
}
.accordion[data-color='color_4'] .accordion_item.active .accordion_item_title {
  background: #000000;
}
.accordion[data-color='color_4'] .accordion_item.active .accordion_item_title:before {
  background: #000000;
}
.accordion[data-color='color_4'] .accordion_item.active .accordion_item_title:hover {
  background: #000000;
}
.accordion[data-color='color_4'] .accordion_item.active .accordion_item_title:hover:before {
  background: #000000;
}
.accordion[data-color='color_5'] .accordion_item .accordion_item_title:hover {
  background: #e8e9e2;
  color: #000000;
}
.accordion[data-color='color_5'] .accordion_item.active .accordion_item_title {
  background: #e8e9e2;
  color: #000000;
}
.accordion[data-color='color_5'] .accordion_item.active .accordion_item_title:before {
  background: #e8e9e2;
}
.accordion[data-color='color_5'] .accordion_item.active .accordion_item_title:hover {
  background: #d1d3c5;
}
.accordion[data-color='color_5'] .accordion_item.active .accordion_item_title:hover:before {
  background: #d1d3c5;
}
.accordion[data-color='white'] .accordion_item .accordion_item_title:hover {
  background: #ffffff;
  color: #000000;
}
.accordion[data-color='white'] .accordion_item.active .accordion_item_title {
  background: #ffffff;
  color: #000000;
}
.accordion[data-color='white'] .accordion_item.active .accordion_item_title:before {
  background: #ffffff;
}
.accordion[data-color='white'] .accordion_item.active .accordion_item_title:hover {
  background: #eeeeee;
}
.accordion[data-color='white'] .accordion_item.active .accordion_item_title:hover:before {
  background: #eeeeee;
}
.accordion[data-color='dark'] .accordion_item .accordion_item_title:hover {
  background: #000000;
}
.accordion[data-color='dark'] .accordion_item.active .accordion_item_title {
  background: #000000;
}
.accordion[data-color='dark'] .accordion_item.active .accordion_item_title:before {
  background: #000000;
}
.accordion[data-color='dark'] .accordion_item.active .accordion_item_title:hover {
  background: #000000;
}
.accordion[data-color='dark'] .accordion_item.active .accordion_item_title:hover:before {
  background: #000000;
}
.accordion[data-color='black'] .accordion_item .accordion_item_title:hover {
  background: #000000;
}
.accordion[data-color='black'] .accordion_item.active .accordion_item_title {
  background: #000000;
}
.accordion[data-color='black'] .accordion_item.active .accordion_item_title:before {
  background: #000000;
}
.accordion[data-color='black'] .accordion_item.active .accordion_item_title:hover {
  background: #000000;
}
.accordion[data-color='black'] .accordion_item.active .accordion_item_title:hover:before {
  background: #000000;
}
.accordion .accordion_item {
  display: block;
  flex-direction: row;
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.accordion .accordion_item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.accordion .accordion_item.active .accordion_item_title {
  background: #e5a400;
  color: #ffffff;
}
.accordion .accordion_item.active .accordion_item_title svg path {
  fill: currentColor;
}
.accordion .accordion_item.active .accordion_item_title .accordion_item_title_arrow svg {
  transform: rotate(180deg);
}
.accordion .accordion_item.active .accordion_item_title:before {
  opacity: 1;
  background: #e5a400;
}
.accordion .accordion_item.active .accordion_item_title:hover {
  background: #b27f00;
}
.accordion .accordion_item.active .accordion_item_title:hover:before {
  opacity: 1;
  background: #b27f00;
}
.accordion .accordion_item .accordion_item_title {
  display: block;
  position: relative;
  padding: 15px 30px;
  background: #eeeeee;
  transition: all 0.15s ease-in-out;
}
.accordion .accordion_item .accordion_item_title h3,
.accordion .accordion_item .accordion_item_title h4,
.accordion .accordion_item .accordion_item_title h5 {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 15px;
}
.accordion .accordion_item .accordion_item_title h3:last-child,
.accordion .accordion_item .accordion_item_title h4:last-child,
.accordion .accordion_item .accordion_item_title h5:last-child {
  margin-right: 0;
}
.accordion .accordion_item .accordion_item_title .icon {
  display: inherit;
  margin: 0 0.75em;
}
.accordion .accordion_item .accordion_item_title .icon:first-child {
  margin-left: 0;
}
.accordion .accordion_item .accordion_item_title .icon:last-child {
  margin-right: 0;
}
.accordion .accordion_item .accordion_item_title svg {
  transition: none;
}
.accordion .accordion_item .accordion_item_title svg path {
  fill: currentColor;
}
.accordion .accordion_item .accordion_item_title:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 30px;
  bottom: -6px;
  transform: rotate(45deg);
  background: #e5a400;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.accordion .accordion_item .accordion_item_title:hover {
  cursor: pointer;
  background: #e5a400;
  color: #ffffff;
}
.accordion .accordion_item .accordion_item_title:hover svg path {
  fill: currentColor;
}
.accordion .accordion_item .accordion_item_title_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.accordion .accordion_item .accordion_item_title_arrow {
  margin-left: auto !important;
  margin-right: -10px !important;
}
.accordion .accordion_item_content {
  display: none;
  padding: 30px;
}
.accordion .accordion_item_content.expanded {
  display: block;
}
.accordion_filter_form {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.85em;
}
.accordion_filter_form:last-child {
  margin-bottom: 0;
}
.accordion_filter_form .boza_float_label {
  flex: 1;
}
.accordion_filter_form .accordion_filter_clear {
  margin-left: 10px;
}
.accordion_filter_form .accordion_filter_clear:hover {
  cursor: pointer;
}
.accordion_filter_form .accordion_filter_results {
  margin-left: 20px;
}
.accordion_filter_noresult {
  margin: 0 0 30px 0;
}
.accordion_filter_noresult:last-child {
  margin-bottom: 0;
}
.tiles_grid_ajax_temp_holder {
  display: none !important;
}
.ajax_load_holder {
  text-align: center;
  margin: 20px 0 20px 0;
}
.ajax_load_holder:last-child {
  margin-bottom: 0;
}
.ajax_load_holder .no_more_posts {
  display: none;
}
.loading_icon_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255,255,255,0.85);
  z-index: 2;
}
.loading_icon_holder .ajax_load_icon {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ajax_load_icon {
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
  position: relative;
}
.ajax_load_icon .icon {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ajax_load_icon .icon:nth-child(1) {
  animation: fade_rotate 1.75s infinite;
  animation-timing-function: linear;
}
.ajax_load_icon .icon:nth-child(1) svg {
  width: 2.5em;
  height: 2.5em;
}
.ajax_load_icon .icon:nth-child(2) {
  animation: fade_rotate_reverse 1.75s infinite;
  animation-timing-function: linear;
}
.ajax_load_icon .icon:nth-child(2) svg {
  width: 1.25em;
  height: 1.25em;
}
.ajax_load_icon svg {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ajax_load_button {
  display: none;
}
.ajax_load_button[disabled],
.ajax_load_button.disabled {
  opacity: 0.75;
}
.ajax_load_button[disabled] .icon,
.ajax_load_button.disabled .icon {
  opacity: 1;
  font-size: 1em;
}
.ajax_load_button[disabled]:hover,
.ajax_load_button.disabled:hover {
  background: #e5a400 !important;
}
.ajax_load_button .icon {
  font-size: 0em;
  opacity: 0;
  animation: fade_rotate 1.75s infinite;
  animation-timing-function: linear;
}
@keyframes fade_rotate {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes fade_rotate_reverse {
  0% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate(-180deg);
    opacity: 1;
  }
  100% {
    transform: rotate(-360deg);
    opacity: 0.5;
  }
}
body.admin-bar #mobile_nav_holder {
  top: 32px;
}
#mobile_nav_holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  color: #ffffff;
  z-index: 5;
  display: none;
}
#mobile_nav_inner {
  display: block;
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
}
#mobile_nav_header {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
#mobile_nav_header .header_title {
  margin: 0 auto;
}
#menu_close {
  height: 1em;
  font-size: 22px;
}
body.with_events_menu {
  padding-bottom: calc(5em + 10px);
}
#events_menu_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0,0,0,0.25);
  z-index: 4;
}
#events_menu_holder > ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  width: calc(100% + 10px);
  max-width: 921px;
  margin: 0 -5px;
}
#events_menu_holder > ul > li {
  margin: 0 5px;
  flex: 1 0 auto;
  min-width: 5em;
}
#events_menu_holder > ul > li.current-menu-item > a {
  background: #e5a400;
  color: #ffffff;
}
#events_menu_holder > ul > li.current-menu-item > a .icon {
  color: inherit;
}
#events_menu_holder > ul > li > ul {
  display: none !important;
}
#events_menu_holder > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 15px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  padding: 0.75em 0.1em 0.5em 0.1em;
  height: 5em;
  min-width: 5em;
  width: 100%;
}
#events_menu_holder > ul > li > a:hover {
  background: #e5a400;
  color: #ffffff;
}
#events_menu_holder > ul > li > a:hover .icon {
  color: inherit;
}
#events_menu_holder > ul > li > a .icon {
  width: 2.25em;
  height: 2.25em;
  color: #e5a400;
  margin: 0 0 5px 0 !important;
}
#events_menu_holder > ul > li > a .icon svg {
  width: 2.25em;
  height: 2.25em;
}
#save_events_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#save_events_holder {
  flex: 0;
  display: inline-block;
  position: relative;
}
#save_events_holder:not([data-action='save']) #save_event {
  display: none;
}
#save_events_holder:not([data-action='remove']) #remove_event {
  display: none;
}
#save_events_holder:not([data-action='remove_all']) #remove_all_events {
  display: none;
}
#save_events_holder[data-action='remove_all'] .loading_icon_holder {
  background: #000000;
}
#save_events_holder.loading .loading_icon_holder {
  display: block;
}
#save_events_status {
  display: none;
}
.save_event {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
}
.save_event:hover {
  color: #e5a400;
  cursor: pointer;
}
.save_event[data-action='remove'] .icon {
  border-radius: 50%;
  background: #e5a400;
  width: calc(2em + 10px);
  height: calc(2em + 10px);
  padding: 5px;
}
.save_event[data-action='remove'] .icon svg {
  width: 2em;
  height: 2em;
}
.save_event[data-action='remove_all'] {
  color: #ffffff;
  opacity: 0.35;
}
.save_event[data-action='remove_all']:hover {
  opacity: 0.75;
}
.save_event .icon {
  width: 2.5em;
  height: 2.5em;
  margin: 0 0 0 0.75em;
}
.save_event .icon svg {
  width: 2.5em;
  height: 2.5em;
}
form.vfbp-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px 20px -10px;
}
form.vfbp-form:last-child {
  margin-bottom: 0;
}
form.vfbp-form > div {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
form.vfbp-form > div.vfb-col-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
form.vfbp-form > div.vfb-col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  max-width: 91.66%;
}
form.vfbp-form > div.vfb-col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  max-width: 83.33%;
}
form.vfbp-form > div.vfb-col-9 {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}
form.vfbp-form > div.vfb-col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  max-width: 66.66%;
}
form.vfbp-form > div.vfb-col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  max-width: 58.33%;
}
form.vfbp-form > div.vfb-col-6 {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
form.vfbp-form > div.vfb-col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  max-width: 41.66%;
}
form.vfbp-form > div.vfb-col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  max-width: 33.33%;
}
form.vfbp-form > div.vfb-col-3 {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}
form.vfbp-form > div.vfb-col-2 {
  flex: 0 0 16.66%;
  width: 16.66%;
  max-width: 16.66%;
}
form.vfbp-form > div.vfb-col-1 {
  flex: 0 0 8.33%;
  width: 8.33%;
  max-width: 8.33%;
}
form.vfbp-form > div.vfb-clearfix {
  margin: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
form.vfbp-form > div.vfb-fieldType-submit {
  text-align: right;
  margin: 0;
}
form.vfbp-form > div.vfb-fieldType-hidden {
  margin: 0;
}
form.vfbp-form .vfb-fieldType-text > .vfb-form-group > .vfb-control-label,
form.vfbp-form .vfb-fieldType-email > .vfb-form-group > .vfb-control-label,
form.vfbp-form .vfb-fieldType-textarea > .vfb-form-group > .vfb-control-label {
  display: none;
}
form.vfbp-form label .vfb-required-asterisk {
  display: none;
}
form.vfbp-form .vfb-has-error .vfb-help-block {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 0.75em;
  padding: 0.5em 1em;
  background: #a9402d;
  color: #ffffff;
  position: relative;
  border-radius: 15px;
}
form.vfbp-form .vfb-has-error .vfb-help-block:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #a9402d;
  position: absolute;
  bottom: 100%;
  left: 1rem;
}
form.vfbp-form input.vfb-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
form.vfbp-form .upload_field_label .button_text {
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
form.mc4wp-form {
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
}
form.mc4wp-form:last-child {
  margin-bottom: 0;
}
form.mc4wp-form .newsletter_signup_form {
  display: inline-flex;
  flex-direction: row;
  margin: 0 -10px;
}
form.mc4wp-form .newsletter_signup_form > div {
  padding: 0 10px;
}
form.mc4wp-form input[type='text'],
form.mc4wp-form input[type='email'] {
  width: 260px;
  background: rgba(255,255,255,0.1);
  border-color: #ffffff;
  color: #ffffff;
}
form.mc4wp-form input[type='text']:focus,
form.mc4wp-form input[type='email']:focus {
  background: rgba(255,255,255,0.15);
  border-color: #ffffff;
}
form.mc4wp-form ::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
form.mc4wp-form .button {
  height: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: #e5a400;
}
form.mc4wp-form .button:hover {
  color: #e5a400;
}
form.mc4wp-form .mc4wp-alert {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 1em;
  background: #000000;
  color: #ffffff;
  border-radius: 15px;
}
form.mc4wp-form .mc4wp-alert.mc4wp-error {
  background: #a9402d;
  color: #ffffff;
}
form.mc4wp-form .mc4wp-alert.mc4wp-success {
  background: #589e5b;
  color: #ffffff;
}
form.mc4wp-form .mc4wp-alert a {
  color: inherit;
}
form.mc4wp-form .mc4wp-alert a:hover {
  color: inherit;
}
form textarea,
form input[type='tel'],
form input[type='url'],
form input[type='text'],
form input[type='email'],
form input[type='number'],
form input[type='password'] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 1em 1em;
  border: 1px solid rgba(0,0,0,0.1);
  outline: none !important;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
  border-radius: 15px;
  box-shadow: none !important;
  transition: all 0.15s ease-in-out;
}
form textarea:focus,
form input[type='tel']:focus,
form input[type='url']:focus,
form input[type='text']:focus,
form input[type='email']:focus,
form input[type='number']:focus,
form input[type='password']:focus {
  border-color: #e5a400;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: none !important;
}
form input[type='submit'] {
  -webkit-appearance: none !important;
}
form .boza_float_label {
  position: relative;
}
form .boza_float_label > div {
  position: relative;
}
form .boza_float_label label {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  font-size: 0.75em;
  opacity: 0;
  color: #000000;
  transition: all 0.15s ease-in-out;
}
form .boza_float_label input:not(:placeholder-shown),
form .boza_float_label textarea:not(:placeholder-shown) {
  padding-top: 1.25em;
  padding-bottom: 0.75em;
}
form .boza_float_label input:not(:placeholder-shown) + label,
form .boza_float_label textarea:not(:placeholder-shown) + label {
  top: 0.25rem;
  opacity: 0.5;
}
form ._form-content {
  margin: 0 -10px 20px -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
form ._form-content:last-child {
  margin-bottom: 0;
}
form ._form-content ._form_element {
  padding: 0 10px;
  margin: 0 0 15px 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
form ._form-content ._form_element:last-child {
  margin-bottom: 0;
}
form ._form-content ._button-wrapper {
  padding: 0 10px;
  margin: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
form ._form-content ._form-label {
  display: inline-block;
  margin: 0 0 2px 0;
}
form ._form-content ._error {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 0.75em;
  padding: 0.5em 1em;
  background: #a9402d;
  color: #ffffff;
  position: relative;
  border-radius: 15px;
}
form ._form-content ._error ._error-arrow {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #a9402d;
  position: absolute;
  bottom: 100%;
  left: 1rem;
}
form ._form-thank-you {
  font-size: 1.35em;
  background: #e8e9e2;
  padding: 20px;
  margin: 0 0 20px 0;
}
form ._form-thank-you:last-child {
  margin-bottom: 0;
}
.tile .tile_hide {
  display: none;
}
.tile form {
  font-size: 0.8em;
}
.tile form.vfbp-form > div {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.tile form.vfbp-form .vfb-form-group.boza_float_label label {
  left: 0.8rem;
}
.tile form.mc4wp-form input[type='text'],
.tile form.mc4wp-form input[type='email'] {
  width: 100%;
}
.tile form.mc4wp-form .newsletter_signup_form {
  display: flex;
  flex-direction: column;
}
.tile form.mc4wp-form .newsletter_signup_form > div {
  width: 100%;
  margin: 0 0 20px 0;
}
.tile form.mc4wp-form .newsletter_signup_form > div:last-child {
  margin-bottom: 0;
}
.tile form.mc4wp-form .button {
  height: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.tile form ._form_element {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 10px;
}
.tile form ._form_element:last-child {
  margin-bottom: 0;
}
.search_results_holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.search_results_group {
  display: none;
  margin: 0 0 40px 0;
  padding: 0 20px;
  min-height: 150px;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.search_results_group[data-size='half'] {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
.search_results_group:last-child {
  margin-bottom: 0;
}
.search_results_group.loading .ajax_load_icon {
  display: block;
}
.search_results_group .ajax_load_icon {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search_results_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 20px 0;
}
.search_results_title:last-child {
  margin-bottom: 0;
}
.search_results_title > h2,
.search_results_title > h3 {
  flex: 0 1 auto;
  margin: 0;
}
.search_results_title > .button {
  flex: 0 0 auto;
}
.search_results_title > .button[data-type='outline'] {
  border-width: 1px;
}
.search_results_title .search_results_title_line {
  flex: 1;
  margin: 0 20px;
  height: 1px;
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#80ffffff',GradientType=1);
}
.search_results_title .search_results_title_line:first-child {
  margin-left: 0;
}
.search_results_title .search_results_title_line:last-child {
  margin-right: 0;
}
#search_page_results_holder .search_results_group {
  display: block;
}
#search_page_results_holder .search_results_title_line {
  opacity: 0.5;
  background: -moz-linear-gradient(left,rgba(34,34,34,0) 0%,rgba(34,34,34,0.65) 100%);
  background: -webkit-linear-gradient(left,rgba(34,34,34,0) 0%,rgba(34,34,34,0.65) 100%);
  background: linear-gradient(to right,rgba(34,34,34,0) 0%,rgba(34,34,34,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222222',endColorstr='#a6222222',GradientType=1);
}
.tile_menu {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.tile_menu > li {
  display: block;
  margin: 0 0 10px 0;
}
.tile_menu > li:last-child {
  margin-bottom: 0;
}
.tile_menu > li ul {
  display: none !important;
}
.tile_menu > li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 20px;
  margin: 0;
  border-radius: 15px;
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  min-height: 75px;
}
.tile_menu > li a:hover {
  background: #e5a400;
  color: #ffffff;
}
.tile_menu > li a .menu_item_icon {
  height: 1em;
  font-size: 35px;
  margin: 0 0.5em 0 0;
}
.tile_menu > li a .menu_item_text {
  display: flex;
  flex-direction: column;
}
.tile_menu > li a .menu_item_text_title {
  font-family: 'BentonSansCondensed', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
#home_widgets_tools {
  position: relative;
}
#home_widgets_edit {
  position: absolute;
  top: -91px;
  left: 0;
  opacity: 0.35;
}
#home_widgets_edit:hover {
  opacity: 1;
}
#home_widgets_edit.active {
  opacity: 1;
  background: #e5a400;
  color: #ffffff;
}
#home_widgets_buttons {
  justify-content: center;
  align-items: center;
}
#home_widgets_buttons #home_widgets_save {
  min-width: 220px;
  border-radius: 100px;
}
#home_widgets_buttons #home_widgets_restore {
  opacity: 0.5;
}
#home_widgets_buttons #home_widgets_restore:hover {
  opacity: 1;
}
#home_widgets_buttons #home_widgets_restore_deny {
  opacity: 0.75;
}
#home_widgets_buttons #home_widgets_restore_deny:hover {
  opacity: 1;
}
#home_widgets_buttons #home_widgets_restore_confirmation {
  margin-bottom: 20px;
}
#home_widgets_buttons #home_widgets_restore_confirmation > p {
  margin-bottom: 15px;
}
#home_widgets_buttons #home_widgets_restore_confirmation .button {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
#home_widgets_buttons .button {
  justify-content: center;
}
#home_widgets.editing + #home_widgets_buttons {
  display: flex !important;
}
#home_widgets.editing .tile .tile_text {
  padding-bottom: 20px !important;
}
#home_widgets.editing .tile .tile_tools_holder {
  display: block !important;
}
#home_widgets.editing .tile .tile_title_holder .tile_notifications_count_holder {
  display: none !important;
}
#home_widgets.editing .tile .tile_title_holder .tile_title_dropdown_icon {
  display: none !important;
}
#home_widgets.editing .tile .tile_content {
  display: none !important;
}
#home_widgets:not(.editing) + #home_widgets_buttons {
  display: none !important;
}
#home_widgets:not(.editing) .tile .tile_tools_holder {
  display: none !important;
}
#home_widgets > .tile_holder:first-child > .tile .tile_tool_move_up {
  opacity: 0.35;
}
#home_widgets > .tile_holder:first-child > .tile .tile_tool_move_up:hover {
  cursor: default;
  background: transparent;
  color: #e5a400;
}
#home_widgets > .tile_holder:last-child > .tile .tile_tool_move_down {
  opacity: 0.35;
}
#home_widgets > .tile_holder:last-child > .tile .tile_tool_move_down:hover {
  cursor: default;
  background: transparent;
  color: #e5a400;
}
#home_widgets > .tile_holder.moving_down {
  transition: transform 0.3s ease-in-out;
  transform: translate(0,calc(100% + 10px));
}
#home_widgets > .tile_holder.moving_up {
  transition: transform 0.3s ease-in-out;
  transform: translate(0,calc(-100% - 10px));
}
.home_widget_holder[data-type='overview_added'] {
  opacity: 0.5;
}
#pwaforwp_loading_div {
  background: #000000 !important;
}
#pwaforwp_loading_icon {
  margin: -60px 0 0 -60px !important;
  border-color: rgba(229,164,0,0.35) !important;
  border-top-color: rgba(255,255,255,0.75) !important;
  animation-duration: 1.5s !important;
  -webkit-animation-duration: 1.5s !important;
}
#pass-strength-result {
  padding: 0.75em 1em;
  border-radius: 5px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.tml > form textarea,
.tml > form input[type='tel'],
.tml > form input[type='url'],
.tml > form input[type='text'],
.tml > form input[type='email'],
.tml > form input[type='number'],
.tml > form input[type='password'] {
  background: #000000;
  border-color: #ffffff;
  color: #ffffff;
}
.tml > form textarea:focus,
.tml > form input[type='tel']:focus,
.tml > form input[type='url']:focus,
.tml > form input[type='text']:focus,
.tml > form input[type='email']:focus,
.tml > form input[type='number']:focus,
.tml > form input[type='password']:focus {
  background: #e5a400;
  border-color: #ffffff;
}
form[name='login'] .tml-rememberme-wrap input {
  display: none;
}
form[name='login'] .tml-rememberme-wrap input:checked + label:hover:before {
  opacity: 0.85;
}
form[name='login'] .tml-rememberme-wrap input:checked + label:before {
  background: #e5a400;
  border-color: #e5a400;
}
form[name='login'] .tml-rememberme-wrap input:checked + label:after {
  opacity: 1 !important;
}
form[name='login'] .tml-rememberme-wrap label {
  position: relative;
  padding-left: 26px;
}
form[name='login'] .tml-rememberme-wrap label:hover {
  cursor: pointer;
}
form[name='login'] .tml-rememberme-wrap label:hover:before {
  background: rgba(255,255,255,0.35);
}
form[name='login'] .tml-rememberme-wrap label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.5);
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.15s ease-in-out;
}
form[name='login'] .tml-rememberme-wrap label:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-position: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  transition: all 0.15s ease-in-out;
}
form[name='register'] #acf-form-data + h2 {
  display: none !important;
}
form[name='register'] .acf-user-register-fields {
  display: none !important;
}
.tml-submit-wrap {
  margin: 2em 0 !important;
}
.tml-alerts {
  margin: 0 0 20px 0;
}
.tml-alerts ul li {
  background: rgba(255,255,255,0.15);
}
.tml-links {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px 0px -10px !important;
}
.tml-links:last-child {
  margin-bottom: -20px !important;
}
.tml-links > li {
  margin: 0 10px 20px 10px;
}
.wp-block-table.is-style-stripes table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(0,0,0,0.05);
}
.wp-block-table.is-style-stripes table tbody tr {
  background: none !important;
}
.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) td {
  background: #f5f5f5 !important;
}
.wp-block-table.is-style-stripes table th {
  padding: 0.75em 1em;
  background: #000000 !important;
  color: #ffffff;
  font-weight: bold !important;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.wp-block-table.is-style-stripes table th:last-child {
  border-right: none;
}
.wp-block-table.is-style-stripes table td {
  padding: 0.5em 1em;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid rgba(0,0,0,0.05);
}
.wp-block-table.is-style-stripes table td:last-child {
  border-right: 0;
}
.wp-block-table:not(.is-style-stripes) table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table:not(.is-style-stripes) table tfoot td {
  border-top: 1px solid #eeeeee;
}
.wp-block-table:not(.is-style-stripes) table tr {
  background: none !important;
}
.wp-block-table:not(.is-style-stripes) table tr:last-child td {
  border-bottom: none;
}
.wp-block-table:not(.is-style-stripes) table th {
  padding: 0.5em 1em;
  font-weight: bold;
  border-bottom: 2px solid #000000;
  border-right: 1px solid rgba(0,0,0,0.05);
}
.wp-block-table:not(.is-style-stripes) table th:last-child {
  border-right: 0;
}
.wp-block-table:not(.is-style-stripes) table td {
  padding: 0.5em 1em;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.wp-block-table:not(.is-style-stripes) table td:last-child {
  border-right: none;
}
.wp-block-table.header_color_1 table th {
  padding: 0.75em 1em;
  background: #e5a400 !important;
  color: #ffffff;
  font-weight: bold !important;
  border-bottom: none;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.wp-block-table.header_color_1 table th:last-child {
  border-right: none;
}
.wp-block-table.header_color_2 table th {
  padding: 0.75em 1em;
  background: #e5a400 !important;
  color: #ffffff;
  font-weight: bold !important;
  border-bottom: none;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.wp-block-table.header_color_2 table th:last-child {
  border-right: none;
}
.wp-block-table.header_color_3 table th {
  padding: 0.75em 1em;
  background: #e5a400 !important;
  color: #ffffff;
  font-weight: bold !important;
  border-bottom: none;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.wp-block-table.header_color_3 table th:last-child {
  border-right: none;
}
.wp-block-table.header_color_4 table th {
  padding: 0.75em 1em;
  background: #000000 !important;
  color: #ffffff;
  font-weight: bold !important;
  border-bottom: none;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.wp-block-table.header_color_4 table th:last-child {
  border-right: none;
}
.wp-block-table.header_color_5 table th {
  padding: 0.75em 1em;
  background: #e8e9e2 !important;
  color: #ffffff;
  font-weight: bold !important;
  border-bottom: none;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.wp-block-table.header_color_5 table th:last-child {
  border-right: none;
}
.wp-block-table.header_black table th {
  padding: 0.75em 1em;
  background: #000000 !important;
  color: #ffffff;
  font-weight: bold !important;
  border-bottom: none;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.wp-block-table.header_black table th:last-child {
  border-right: none;
}
.wp-block-table.header_dark table th {
  padding: 0.75em 1em;
  background: #000000 !important;
  color: #ffffff;
  font-weight: bold !important;
  border-bottom: none;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.wp-block-table.header_dark table th:last-child {
  border-right: none;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table table tfoot td {
  vertical-align: top;
  opacity: 0.5;
}
.wp-block-table table th {
  vertical-align: bottom;
}
.wp-block-table table td {
  vertical-align: middle;
  white-space: normal !important;
}
.wp-block-columns {
  display: flex;
  flex-direction: row;
  margin: 0 -20px 0 -20px;
}
.wp-block-columns:last-child {
  margin-bottom: -40px;
}
.wp-block-columns > div {
  flex: 1;
  padding: 0 20px;
  margin: 0 0 40px 0;
}
.wp-block-video {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.wp-block-video:last-child {
  margin-bottom: 0;
}
.wp-block-video video {
  width: 100%;
  height: auto;
}
.wp-block-embed-vimeo,
.wp-block-embed-youtube {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.wp-block-embed-vimeo:last-child,
.wp-block-embed-youtube:last-child {
  margin-bottom: 0;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper,
.wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-top: 56.25%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper > iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper > iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
#offline {
  display: none;
}
.notice {
  display: block;
  position: relative;
  background: #ffffff;
  color: #000000;
  outline: none !important;
  border: none !important;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  padding: 20px;
  margin: 0 0 20px 0;
}
.notice[data-background-color='white'] {
  background: #ffffff;
}
.notice[data-background-color='dark'] {
  background: #000000;
}
.notice[data-background-color='black'] {
  background: #000000;
}
.notice[data-background-color='color_1'] {
  background: #e5a400;
}
.notice[data-background-color='color_2'] {
  background: #e5a400;
}
.notice[data-background-color='color_3'] {
  background: #e5a400;
}
.notice[data-background-color='color_4'] {
  background: #000000;
}
.notice[data-background-color='color_5'] {
  background: #e8e9e2;
}
.notice[data-background-color='custom'] {
  background: #f1f1f1;
}
.notice[data-background-color='grey'] {
  background: #f1f1f1;
}
.notice[data-background-color='none'] {
  background: transparent;
  box-shadow: none;
}
.notice[data-background-color='none'] > .tile_inner > .tile_text {
  padding: 0 !important;
  margin-top: 20px;
}
.notice[data-background-color='none'] > .tile_inner > .tile_text:first-child {
  margin-top: 0;
}
.notice[data-background-color='dark'],
.notice[data-background-color='black'],
.notice[data-background-color='color_1'],
.notice[data-background-color='color_2'],
.notice[data-background-color='color_3'],
.notice[data-background-color='color_4'] {
  color: #ffffff;
}
.notice[data-background-color='color_5'] {
  color: #000000;
}
.notice[data-text-color='white'] {
  color: #ffffff;
}
.notice[data-text-color='dark'] {
  color: #000000;
}
.notice[data-text-color='black'] {
  color: #000000;
}
.notice[data-text-color='color_1'] {
  color: #e5a400;
}
.notice[data-text-color='color_2'] {
  color: #e5a400;
}
.notice[data-text-color='color_3'] {
  color: #e5a400;
}
.notice[data-text-color='color_4'] {
  color: #000000;
}
.notice[data-text-color='color_5'] {
  color: #e8e9e2;
}
.notice[data-visual-position='left'] .tile_inner,
.notice[data-visual-position='right'] .tile_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.notice[data-visual-position='left'] .tile_inner .tile_image,
.notice[data-visual-position='right'] .tile_inner .tile_image {
  flex: 0 0 120px;
  width: 120px;
  max-width: 120px;
  height: 100%;
  padding: 30px 0 30px 30px;
}
.notice[data-visual-position='left'] .tile_inner .tile_image .icon,
.notice[data-visual-position='right'] .tile_inner .tile_image .icon {
  height: 100%;
}
.notice[data-visual-position='left'] .tile_inner .tile_image .icon svg,
.notice[data-visual-position='right'] .tile_inner .tile_image .icon svg {
  height: 100%;
  width: 100%;
  max-width: 90px;
  max-height: 70px;
}
.notice[data-visual-position='left'] .tile_background_icon .icon svg {
  margin: 10% 0 0 10%;
}
.notice[data-visual-position='right'] .tile_inner .tile_image {
  order: 2;
  padding: 30px 30px 30px 0;
}
.notice[data-visual-position='right'] .tile_inner .tile_text {
  order: 1;
}
.notice[data-visual-position='right'] .tile_background_icon .icon svg {
  margin: 10% 10% 0 0;
}
.notice[data-status='past'] .tile_image {
  filter: grayscale(100%);
}
.notice[data-post-type='staff'] .tile_excerpt {
  font-size: 0.85em;
}
.notice .tile_image {
  border-radius: 30px;
  transition: all 0.15s ease-in-out;
}
.notice .tile_image[data-type='masonry_image'] {
  position: relative;
  width: 100%;
  height: 0;
  background: #e8e9e2;
}
.notice .tile_image[data-type='masonry_image'] img {
  position: absolute;
  top: 0;
  left: 0;
}
.notice .tile_image[data-type='icon'] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 30px 20px 0 20px;
  height: 100px;
}
.notice .tile_image[data-type='icon']:last-child {
  padding: 20px !important;
}
.notice .tile_image[data-type='icon'] .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.notice .tile_image[data-type='icon'] .icon[data-color='white'] {
  color: #ffffff;
}
.notice .tile_image[data-type='icon'] .icon[data-color='dark'] {
  color: #000000;
}
.notice .tile_image[data-type='icon'] .icon[data-color='black'] {
  color: #000000;
}
.notice .tile_image[data-type='icon'] .icon[data-color='color_1'] {
  color: #e5a400;
}
.notice .tile_image[data-type='icon'] .icon[data-color='color_2'] {
  color: #e5a400;
}
.notice .tile_image[data-type='icon'] .icon[data-color='color_3'] {
  color: #e5a400;
}
.notice .tile_image[data-type='icon'] .icon[data-color='color_4'] {
  color: #000000;
}
.notice .tile_image[data-type='icon'] .icon[data-color='color_5'] {
  color: #e8e9e2;
}
.notice .tile_image[data-type='icon'] svg {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 70px;
  margin: auto;
  fill: currentColor !important;
}
.notice .tile_image[data-type='icon'] svg path {
  fill: currentColor !important;
}
.notice .tile_image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.notice .tile_image_forced_size {
  width: 100%;
  height: auto;
  padding-top: 55.555%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.notice .tile_image_forced_size img {
  display: none !important;
}
.notice .tile_text {
  padding: 25px;
  transition: padding 0.15s ease-in-out;
}
.notice .tile_meta {
  margin: -5px -5px 15px -5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.notice .tile_meta:last-child {
  margin-bottom: 0;
}
.notice .tile_meta > * {
  padding: 0 5px;
}
.notice .subtitle {
  opacity: 0.5;
  margin: -15px 0 20px 0;
}
.notice .subtitle:first-child {
  margin-top: 0;
}
.notice .subtitle:last-child {
  margin-bottom: 0;
}
.notice .subtitle + h4 {
  margin-top: -15px;
}
.notice .tile_tools_holder {
  margin: 0 0 20px 0;
  display: none;
}
.notice .tile_tools_holder .tile_tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.notice .tile_tools_holder .tile_tools .icon {
  margin: 0 0.25em;
}
.notice .tile_tools_holder .tile_tools .icon:first-child {
  margin-left: 0;
}
.notice .tile_tools_holder .tile_tools .icon:last-child {
  margin-right: 0;
}
.notice .tile_tools_holder .tile_tools .icon.tile_tool_remove {
  margin-left: auto;
}
.notice .tile_tools_holder .tile_tools .icon.tile_tool_edit {
  margin-left: auto;
}
.notice .tile_tools_holder .tile_tools .icon.tile_tool_edit + .tile_tool_remove {
  margin-left: 0.25em;
}
.notice .tile_title_holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  transition: margin 0.15s ease-in-out;
}
.notice .tile_title_holder[data-divider='1'] {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  flex-wrap: wrap;
}
.notice .tile_title_holder .tile_title_icon {
  font-size: 35px;
  margin: 0 0.5em 0 0;
}
.notice .tile_title_holder .tile_title_icon[data-circle='true'] {
  transition: all 0.15s ease-in-out;
  font-size: inherit;
  margin-right: 1em;
  flex: 0 0 60px;
}
.notice .tile_title_holder .tile_notifications_count_holder {
  margin-left: auto;
  padding-left: 15px;
}
.notice .tile_title_holder .tile_notifications_count_holder:not(.hidden) + .tile_title_dropdown_icon {
  display: none;
}
.notice .tile_title_holder .tile_notifications_count {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background: #e5a400;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.notice .tile_title_holder .tile_title_dropdown_icon {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding-left: 15px;
}
.notice .tile_title_holder .tile_title_dropdown_icon svg {
  transition: transform 0.15s ease-in-out;
}
.notice .tile_title_holder .tile_title {
  margin: 0 !important;
  line-height: 1.25;
}
.notice .tile_title_holder .tile_title + p {
  padding-left: 15px;
  margin-left: auto !important;
}
.notice .tile_title_holder .subtitle {
  opacity: 1 !important;
  margin: 0 !important;
}
.notice .tile_title_holder .plus_link_holder {
  margin-left: auto;
  padding-left: 10px;
}
.notice .tile_title {
  margin-bottom: 10px;
  line-height: 1.25;
}
.notice .tile_title:last-child {
  margin-bottom: 0;
}
.notice .tile_title + .subtitle {
  margin-top: -5px;
}
.notice .tile_excerpt {
  margin: 0 0 20px 0;
}
.notice .tile_excerpt:last-child {
  margin-bottom: 0;
}
.notice .tile_inner {
  position: relative;
  z-index: 1;
}
.notice .tile_background_holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 30px;
  overflow: hidden;
}
.notice .tile_background_holder .tile_background_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.notice .tile_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.notice .tile_background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.notice .tile_background_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.notice .tile_background_icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #000000;
}
.notice .tile_background_icon .icon[data-color='white'] {
  color: #ffffff;
}
.notice .tile_background_icon .icon[data-color='dark'] {
  color: #000000;
}
.notice .tile_background_icon .icon[data-color='black'] {
  color: #000000;
}
.notice .tile_background_icon .icon[data-color='color_1'] {
  color: #e5a400;
}
.notice .tile_background_icon .icon[data-color='color_2'] {
  color: #e5a400;
}
.notice .tile_background_icon .icon[data-color='color_3'] {
  color: #e5a400;
}
.notice .tile_background_icon .icon[data-color='color_4'] {
  color: #000000;
}
.notice .tile_background_icon .icon[data-color='color_5'] {
  color: #e8e9e2;
}
.notice .tile_background_icon .icon svg {
  width: 120%;
  height: 120%;
  display: block;
  margin: -15% 0 0 -25%;
  opacity: 0.05;
  fill: currentColor;
}
.notice .tile_background_icon .icon svg path {
  fill: currentColor;
}
.notice .tile_hide {
  display: none;
}
.notice form {
  font-size: 0.8em;
}
.notice form.vfbp-form > div {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.notice form.vfbp-form .vfb-form-group.boza_float_label label {
  left: 0.8rem;
}
.notice form.mc4wp-form input[type='text'],
.notice form.mc4wp-form input[type='email'] {
  width: 100%;
}
.notice form.mc4wp-form .newsletter_signup_form {
  display: flex;
  flex-direction: column;
}
.notice form.mc4wp-form .newsletter_signup_form > div {
  width: 100%;
  margin: 0 0 20px 0;
}
.notice form.mc4wp-form .newsletter_signup_form > div:last-child {
  margin-bottom: 0;
}
.notice form.mc4wp-form .button {
  height: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.notice form ._form_element {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 10px;
}
.notice form ._form_element:last-child {
  margin-bottom: 0;
}
.notice[data-type='success'] {
  background: #e5a400;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}
.notice[data-type='error'] {
  background: #a9402d;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  color: rgba(0,0,0,0.5);
  font-size: 0.7em;
}
.breadcrumbs > a,
.breadcrumbs > span {
  display: inherit;
  height: auto;
}
.breadcrumbs .icon {
  opacity: 0.5;
}
.breadcrumbs a {
  text-decoration: none;
}
.meta_items {
  margin: -5px -10px 15px -10px;
  font-size: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
}
.meta_items[data-size='large'] {
  margin: 0 -20px 20px -20px;
  font-size: 1.25em;
}
.meta_items[data-size='large']:last-child {
  margin-bottom: -10px;
}
.meta_items[data-size='large'] .meta_item {
  margin: 10px 20px;
}
.meta_items[data-size='small'] {
  font-size: 0.85em;
  margin: -2px -5px 15px -5px;
}
.meta_items[data-size='small']:last-child {
  margin-bottom: -2px;
}
.meta_items[data-size='small'] .meta_item {
  margin: 2px 5px;
}
.meta_items:last-child {
  margin-bottom: -5px;
}
.meta_items[data-direction='vertical'] {
  flex-direction: column;
}
.meta_items[data-type='boxed'] .meta_item {
  margin: 5px 5px;
  padding: 0.35em 0.75em;
  background: #e8e9e2;
  border-radius: 30px;
  vertical-align: middle;
}
.meta_items[data-type='boxed'] .meta_item .icon_text {
  min-height: 1.25em;
}
.meta_items[data-align='left'] {
  justify-content: flex-start;
}
.meta_items[data-align='center'] {
  justify-content: center;
}
.meta_items[data-align='right'] {
  justify-content: flex-end;
}
.meta_items.hide_icons .icon {
  display: none;
}
.meta_items .meta_item {
  margin: 5px 10px;
}
.meta_items > p {
  margin: 0;
}
.wp-block-separator {
  padding: 0 !important;
  margin: 40px 0;
  margin: 20px 0;
  text-align: center;
  height: 1px;
  background: rgba(0,0,0,0.1);
}
.wp-block-separator:not(.has-background) {
  background: rgba(0,0,0,0.1);
}
.wp-block-separator.is-style-default {
  height: 2px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator.is-style-default:not(.has-background) {
  background: rgba(0,0,0,0.1);
}
.wp-block-separator.is-style-wide {
  height: 1px;
}
.wp-block-separator.is-style-wide:not(.has-background) {
  background: rgba(0,0,0,0.1);
}
.wp-block-separator.is-style-dots {
  background: none !important;
  height: auto;
}
.wp-block-separator.is-style-dots::before {
  content: '\00b7 \00b7 \00b7';
  color: currentColor;
  font-size: 1.2em;
  letter-spacing: 2em;
  padding-left: 2em;
}
.dropdown_add_widget_holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.dropdown_add_widget_holder:last-child {
  margin-bottom: 0;
}
.dropdown_add_widget_holder .plus_link_holder {
  margin-left: auto;
}
.dropdown_add_widget_holder .dropdown_holder {
  flex: 1;
  margin-right: 20px;
  max-width: 450px;
}
.dropdown_add_widget_holder .dropdown_holder:last-child {
  margin-right: 0;
}
.plus_link {
  display: block;
  width: 4em;
  height: 4em;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
.plus_link .icon {
  width: 60%;
  height: 60%;
  margin: 20%;
}
.plus_link .icon svg {
  width: 60%;
  height: 60%;
  margin: 20%;
}
.dropdown_holder {
  position: relative;
}
.dropdown_holder.expanded .dropdown_button {
  background: #b27f00;
}
.dropdown_holder.expanded .dropdown_button .icon {
  transform: rotate(180deg);
}
.dropdown_holder[data-size='small'] {
  max-width: 400px;
}
.dropdown_holder[data-size='small'] .dropdown_button {
  padding: 1.25em 1.25em;
  border-radius: 10px;
}
.dropdown_holder[data-size='small'] .dropdown_options > ul a {
  padding: 0.75em 1em;
}
.dropdown_holder .dropdown_button {
  margin: 0;
  line-height: 1em;
  padding: 1.5em 1.5em;
  width: 100%;
  justify-content: space-between;
}
.dropdown_holder .dropdown_button .button_text {
  flex: 1;
}
.dropdown_holder .dropdown_button .icon {
  transition: all 0.15s ease-in-out;
}
.dropdown_holder .dropdown_options {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  padding-top: 12px;
  z-index: 4;
}
.dropdown_holder .dropdown_options:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  position: absolute;
  top: 0;
  left: 25px;
}
.dropdown_holder .dropdown_options > ul {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  color: #000000;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.dropdown_holder .dropdown_options > ul li.divider {
  border-bottom: 3px solid rgba(0,0,0,0.15);
}
.dropdown_holder .dropdown_options > ul a {
  padding: 1em 1.5em;
}
.dropdown_holder .dropdown_options > ul a.active {
  font-weight: bold;
  background: rgba(229,164,0,0.1);
}
.dropdown_holder .dropdown_options > ul a:hover {
  background: rgba(229,164,0,0.15);
}
.dropdown_holder .dropdown_options > ul ul {
  display: none !important;
}
body.admin-bar .widget_add_screen {
  top: 92px;
}
body.admin-bar.higher_header .widget_add_screen {
  top: 126px;
}
body.higher_header .widget_add_screen {
  top: 94px;
}
.widget_add_screen {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e5a400;
  color: #ffffff;
  z-index: 5;
  display: none;
}
.widget_add_screen .widget_add_screen_inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  height: 100%;
}
.widget_add_screen .widget_add_screen_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.widget_add_screen .widget_add_screen_houses {
  margin-bottom: 40px;
}
.widget_add_screen .icon.close_widget_add_screen {
  position: absolute;
  font-size: 2em;
  top: 20px;
  right: 20px;
  transition: all 0.15s ease-in-out;
}
.widget_add_screen .icon.close_widget_add_screen:hover {
  cursor: pointer;
}
.widget_add_screen .buttons_holder {
  align-items: center;
}
.houses_checkbox_options {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  font-size: 1.25em;
}
.house_checkbox_option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px 0;
}
.house_checkbox_option:last-child {
  margin-bottom: 0;
}
.house_checkbox_option:hover {
  cursor: pointer;
}
.house_checkbox_option:hover .checkbox_indicator {
  background: rgba(255,255,255,0.5);
}
.house_checkbox_option.active:hover .checkbox_indicator {
  opacity: 0.85;
}
.house_checkbox_option.active .checkbox_indicator {
  background: #000000;
  border-color: #000000;
}
.house_checkbox_option.active .checkbox_indicator:before {
  opacity: 1 !important;
}
.house_checkbox_option[data-id='all'] {
  margin-bottom: 30px;
  position: relative;
}
.house_checkbox_option[data-id='all']:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: -15px;
  right: -15px;
  margin-top: 13px;
  height: 2px;
  background: rgba(255,255,255,0.25);
}
.house_checkbox_option .checkbox_indicator {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.25);
  position: relative;
  margin-right: 10px;
  transition: all 0.15s ease-in-out;
}
.house_checkbox_option .checkbox_indicator:before {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-position: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.15s ease-in-out;
}
#add_to_home {
  position: fixed;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  padding: 15px 15px;
  border-radius: 15px;
  width: calc(100% - 40px);
  max-width: 420px;
  background: #e5a400;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
#add_to_home:not(.visible) {
  display: none !important;
  opacity: 0 !important;
  z-index: -999 !important;
}
#add_to_home:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #e5a400;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
#add_to_home #add_to_home_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#add_to_home #add_to_home_left {
  margin-right: 15px;
}
#add_to_home #add_to_home_plus {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: relative;
  border: 1px solid rgba(255,255,255,0.75);
}
#add_to_home #add_to_home_plus:before,
#add_to_home #add_to_home_plus:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 5px;
}
#add_to_home #add_to_home_plus:before {
  width: 20px;
  height: 2px;
}
#add_to_home #add_to_home_plus:after {
  width: 2px;
  height: 20px;
}
#add_to_home .ios_share {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
  height: 1.2em;
  margin-top: -0.25em;
}
#add_to_home #add_to_home_close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ffffff;
  font-size: 1.2em;
  height: auto;
  opacity: 0.65;
  transition: all 0.15s ease-in-out;
}
#add_to_home #add_to_home_close:hover {
  cursor: pointer;
  opacity: 1;
}
pre {
  margin: 20px auto 20px auto;
  padding: 20px;
  color: #000000;
  border: 1px solid #dddddd;
  background: #eeeeee;
  max-width: 991px;
}
pre:first-child {
  margin-top: 0;
}
pre:last-child {
  margin-bottom: 0;
}
.admin_edit_button {
  position: absolute;
  font-size: 0.8em;
  padding: 0.5em 1em;
  background: #e5a400;
  color: #ffffff;
  text-decoration: none;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 5px !important;
}
.admin_edit_button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}
.home_lists_col {
  font-size: 1.125em;
}
.home_lists_col p {
  margin-bottom: 15px;
}
.home_lists_col p:last-child {
  margin-bottom: 0;
}
iframe {
  display: block;
}
.inline_flex_items {
  display: inline-flex;
  margin: 0 -10px 10px -10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inline_flex_items:last-child {
  margin-bottom: -10px;
}
.inline_flex_items > * {
  padding: 0 10px;
  margin: 0 0 10px 0;
}
figure {
  display: table;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
figure.alignright,
figure.alignleft {
  max-width: 50%;
}
figure img {
  display: block;
  margin: 0;
}
figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 0.85rem;
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.05);
  border-top-width: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  color: rgba(0,0,0,0.75);
  padding: 0.75em 1em;
  text-align: center;
}
.wp-block-image:last-child figure {
  margin-bottom: 0;
}
.wp-block-image.is-style-circle-mask img {
  border-radius: 50%;
}
.wp-block-image.is-style-circle-mask img + figcaption {
  margin-top: 10px;
  position: relative;
  border-top-width: 1px;
  border-radius: 30px;
}
.wp-block-image.is-style-circle-mask img + figcaption:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto 1px auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: rgba(0,0,0,0.1);
}
#bottom_plus_link_holder {
  position: relative;
  margin: 60px 0 -30px 0;
  padding: 36px 0 0 0;
  height: 120px;
  text-align: center;
  background: #e5a400;
}
#bottom_plus_link_holder:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100vw;
  right: -100vw;
  height: 100vh;
  background: #e5a400;
  z-index: 0;
}
#bottom_plus_link_holder #bottom_plus_link {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
}
#bottom_plus_link_holder #bottom_plus_link .icon {
  width: 40px;
  height: 40px;
  margin: 16px;
}
#bottom_plus_link_holder #bottom_plus_link .icon svg {
  width: 20px;
  height: 20px;
  margin: 10px;
}
#pwaforwp-add-to-home-click {
  min-height: 0 !important;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}
.acf-form#user_edit_image_form .acf-fields > .acf-field {
  padding: 10px 0;
}
.acf-form#user_edit_image_form .acf-actions.-hover {
  display: block;
}
body.page-id-10022 .bbp-topic-form {
  display: none;
}
#bbpress-forums ul.super-sticky * {
  font-weight: bold;
}
#bbpress-forums .bbp-template-notice {
  display: none;
}
#bbpress-forums .bbp-forum-content ul.sticky,
#bbpress-forums .bbp-topics ul.sticky,
#bbpress-forums .bbp-topics ul.super-sticky,
#bbpress-forums .bbp-topics-front ul.super-sticky {
  background: transparent !important;
}
#bbpress-forums .bbp-topic-revision-log {
  display: none !important;
}
#bbpress-forums .bbp-topic-title {
  width: 68% !important;
}
#bbpress-forums .bbp-topic-voice-count {
  display: none !important;
}
#bbpress-forums .bbp-topic-freshness {
  text-align: right;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  color: #000000 !important;
}
#bbpress-forums .super-sticky * {
  font-size: 12px;
}
#bbpress-forums .bbp-replies .bbp-header,
#bbpress-forums .bbp-replies .bbp-footer {
  display: none;
}
#bbpress-forums .bbp-reply-author {
  width: 100% !important;
  text-align: left !important;
  font-weight: bold !important;
}
#bbpress-forums .bbp-reply-author .bbp-author-role,
#bbpress-forums .bbp-reply-author .bbp-reply-ip {
  display: none;
}
#bbpress-forums .bbp-reply-content {
  width: 100% !important;
  margin: 12px 12px 0 12px !important;
}
#bbpress-forums .bbp-reply-permalink {
  display: none !important;
}
#bbpress-forums .bbp-admin-links {
  color: #f4f4f4 !important;
  font-size: 0;
}
#bbpress-forums .bbp-admin-links .bbp-reply-move-link,
#bbpress-forums .bbp-admin-links .bbp-topic-split-link,
#bbpress-forums .bbp-admin-links .bbp-reply-spam-link,
#bbpress-forums .bbp-admin-links .bbp-reply-approve-link,
#bbpress-forums .bbp-admin-links .bbp-reply-to-link,
#bbpress-forums .bbp-admin-links .bbp-topic-merge-link,
#bbpress-forums .bbp-admin-links .bbp-topic-close-link,
#bbpress-forums .bbp-admin-links .bbp-topic-sticky-link,
#bbpress-forums .bbp-admin-links .bbp-topic-super-sticky-link,
#bbpress-forums .bbp-admin-links .bbp-topic-spam-link,
#bbpress-forums .bbp-admin-links .bbp-topic-approve-link,
#bbpress-forums .bbp-admin-links .bbp-topic-reply-link {
  display: none !important;
}
#bbpress-forums .bbp-admin-links a {
  margin-left: 5px;
}
#bbpress-forums .bbp-topic-meta span {
  white-space: normal !important;
}
#bbpress-forums .bbp-meta {
  display: flex;
  justify-content: space-between;
}
#bbpress-forums .bbp-reply-post-date {
  padding-left: 10px;
}
#bbpress-forums #subscription-toggle {
  color: white;
  margin-bottom: 20px;
}
#bbpress-forums p.form-allowed-tags {
  display: none !important;
}
#bbpress-forums textarea  {
  resize: none !important;
}
@media (max-width: 480px) {
  #bbpress-forums .bbp-reply-author {
    min-height: 0 !important;
    padding-left: 0px !important;
    text-align: left !important;
    border-bottom: 0 !important;
  }
  #bbpress-forums .bbp-reply-content {
    width: auto !important;
    margin: 10px !important;
  }
  #bbpress-forums .bbp-topic-reply-count {
    display: none !important;
  }
  #bbpress-forums .bbp-topic-freshness {
    width: 32% !important;
  }
}
@media (max-width: 1920px) {
  .row_holder .diagonal_separator_holder {
    height: 12.5vw;
    margin-top: -4.166vw;
    margin-bottom: -4.166vw;
  }
  .row_holder.slider_row_holder[data-separator-bottom='diagonal_left'] .row_slider .row_holder .row_holder_inner,
  .row_holder.slider_row_holder[data-separator-bottom='diagonal_right'] .row_slider .row_holder .row_holder_inner {
    padding-bottom: 12.5vw !important;
  }
  .row_holder.slider_row_holder[data-separator-bottom='diagonal_left'] .scroll_down_arrow,
  .row_holder.slider_row_holder[data-separator-bottom='diagonal_right'] .scroll_down_arrow {
    bottom: 8.5vw;
  }
  .row_holder.slider_row_holder[data-separator-top='diagonal_left'] .row_slider .row_holder .row_holder_inner,
  .row_holder.slider_row_holder[data-separator-top='diagonal_right'] .row_slider .row_holder .row_holder_inner {
    padding-top: 12.5vw !important;
  }
  .row_holder.slider_row_holder > .diagonal_separator_holder[data-separator-position='bottom'] {
    margin-top: -12.5vw;
  }
  .row_holder.slider_row_holder > .diagonal_separator_holder[data-separator-position='top'] {
    margin-bottom: -12.5vw;
  }
}
@media (max-width: 1400px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 35px;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 25px;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 20px;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 18px;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 15px;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 45px;
  }
  .quote,
  blockquote {
    font-size: 19px;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  #page_text h1,
  #page_text .h1,
  #page_text h2.large,
  #page_text .h2.large {
    font-size: 35px;
  }
  #page_text h2,
  #page_text .h2,
  #page_text h1.small,
  #page_text .h1.small,
  #page_text h3.large,
  #page_text .h3.large {
    font-size: 25px;
  }
  #page_text h3,
  #page_text .h3,
  #page_text h2.small,
  #page_text .h2.small,
  #page_text h4.large,
  #page_text .h4.large {
    font-size: 20px;
  }
  #page_text h4,
  #page_text .h4,
  #page_text h3.small,
  #page_text .h3.small,
  #page_text h5.large,
  #page_text .h5.large {
    font-size: 18px;
  }
  #page_text h5,
  #page_text .h5,
  #page_text h4.small,
  #page_text .h4.small {
    font-size: 15px;
  }
  #page_text h1.big,
  #page_text .h1.big,
  #page_text h1.large,
  #page_text .h1.large {
    font-size: 45px;
  }
  #header_holder {
    font-size: 16px;
  }
  .button {
    font-size: 15px;
  }
  .button[data-size='huge'] {
    font-size: 21px;
  }
  .button[data-size='large'] {
    font-size: 18px;
  }
  .button[data-size='small'] {
    font-size: 12px;
  }
  .button[data-size='tiny'] {
    font-size: 9px;
  }
  .hide_1400 {
    display: none;
  }
  #top {
    height: px;
  }
  #header_holder #header #logo {
    height: px;
  }
  #header_holder.scrolled #header #logo {
    height: px;
  }
  .row_slider .slider_arrow {
    width: 1.2em;
    height: 1.2em;
  }
  .row_slider .slider_arrow.slider_arrow_next {
    right: 10px;
  }
  .row_slider .slider_arrow.slider_arrow_prev {
    left: 10px;
  }
  .row_slider .slider_arrow .icon svg {
    width: 1.2em;
    height: 1.2em;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 35px;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 25px;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 20px;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 18px;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 15px;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 45px;
  }
  .quote,
  blockquote {
    font-size: 19px;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  #page_text h1,
  #page_text .h1,
  #page_text h2.large,
  #page_text .h2.large {
    font-size: 35px;
  }
  #page_text h2,
  #page_text .h2,
  #page_text h1.small,
  #page_text .h1.small,
  #page_text h3.large,
  #page_text .h3.large {
    font-size: 25px;
  }
  #page_text h3,
  #page_text .h3,
  #page_text h2.small,
  #page_text .h2.small,
  #page_text h4.large,
  #page_text .h4.large {
    font-size: 20px;
  }
  #page_text h4,
  #page_text .h4,
  #page_text h3.small,
  #page_text .h3.small,
  #page_text h5.large,
  #page_text .h5.large {
    font-size: 18px;
  }
  #page_text h5,
  #page_text .h5,
  #page_text h4.small,
  #page_text .h4.small {
    font-size: 15px;
  }
  #page_text h1.big,
  #page_text .h1.big,
  #page_text h1.large,
  #page_text .h1.large {
    font-size: 45px;
  }
  #header_holder {
    font-size: 16px;
  }
  .button {
    font-size: 15px;
  }
  .button[data-size='huge'] {
    font-size: 21px;
  }
  .button[data-size='large'] {
    font-size: 18px;
  }
  .button[data-size='small'] {
    font-size: 12px;
  }
  .button[data-size='tiny'] {
    font-size: 9px;
  }
  .hide_1200 {
    display: none;
  }
  #top {
    height: px;
  }
  #header_holder #header #logo {
    height: px;
  }
  #header_holder.scrolled #header #logo {
    height: px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row_holder[data-column-gaps='small'] .row .col_content_holder[data-content-padding='default'] .col_content {
    padding: 20px 20px;
  }
  .row_holder[data-column-gaps='large'] .row .col_content_holder[data-content-padding='default'] .col_content {
    padding: 30px 30px;
  }
  .row_holder .row .col_content_holder[data-content-padding='default'] .col_content {
    padding: 30px 30px;
  }
  .row_holder .row .col_content_holder[data-content-padding='20_20'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='30_20'] .col_content {
    padding: 30px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='40_30'] .col_content {
    padding: 30px 30px;
  }
  .row_holder .row .col_content_holder[data-content-padding='40_40'] .col_content {
    padding: 30px 30px;
  }
  .row_holder .row .col_content_holder[data-content-padding='50_50'] .col_content {
    padding: 40px 40px;
  }
  .row_holder .row .col_content_holder[data-content-padding='60_40'] .col_content {
    padding: 50px 30px;
  }
  .row_holder .row .col_content_holder[data-content-padding='60_60'] .col_content {
    padding: 50px 50px;
  }
  .row_holder .row .col_content_holder[data-content-padding='70_50'] .col_content {
    padding: 60px 40px;
  }
  .row_holder .row .col_content_holder[data-content-padding='80_60'] .col_content {
    padding: 50px 50px;
  }
  .wp-block-columns {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wp-block-columns:last-child {
    margin-bottom: -20px;
  }
  .wp-block-columns > div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .tiles_grid {
    margin: 0 -10px 0 -10px;
  }
  .tiles_grid:first-child {
    margin-top: 0;
  }
  .tiles_grid:last-child {
    margin-bottom: -20px;
  }
  .tiles_grid .tile_holder {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .tiles_grid .tile_holder:last-child {
    margin-bottom: 20px;
  }
  .tiles_grid .tile_holder .admin_edit_button {
    right: 10px;
  }
  .tiles_grid[data-cols='1'][data-slider='1'] .tile_holder,
  .tiles_grid[data-cols='1'][data-slider='true'] .tile_holder {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .tiles_grid[data-cols='1']:not([data-slider='1']):not([data-slider='true']) .tile_holder {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .tiles_grid[data-cols='2'] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .tiles_grid[data-cols='3'] .tile_holder {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
  }
  .tiles_grid[data-cols='4'] .tile_holder {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .tiles_grid[data-cols='5'] .tile_holder {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .tiles_grid[data-cols='6'] .tile_holder {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .tile_holder {
    margin-bottom: 10px;
  }
  .tile_holder:last-child {
    margin-bottom: 0;
  }
  .tile[data-visual-position='left'] .tile_inner .tile_image,
  .tile[data-visual-position='right'] .tile_inner .tile_image {
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tile[data-visual-position='left'] .tile_inner .tile_image {
    padding-left: 20px;
  }
  .tile[data-visual-position='right'] .tile_inner .tile_image {
    padding-right: 20px;
  }
  .tile .tile_text {
    padding: 25px;
  }
  .tile .tile_image[data-type='icon'] {
    padding-top: 20px;
    height: 80px;
  }
  .buttons_holder[data-gaps='large'] {
    margin: 0 -10px 0px -10px;
  }
  .buttons_holder[data-gaps='large']:last-child {
    margin-bottom: -20px;
  }
  .buttons_holder[data-gaps='large'] .button {
    margin: 0 10px 20px 10px !important;
  }
  .has-background {
    padding: 20px;
  }
  .search_results_group[data-size='half'] .tiles_grid[data-cols='2'][data-item-size='small'] .tile_holder {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .hide_desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 35px;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 25px;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 20px;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 18px;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 15px;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 45px;
  }
  .quote,
  blockquote {
    font-size: 19px;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  #page_text h1,
  #page_text .h1,
  #page_text h2.large,
  #page_text .h2.large {
    font-size: 35px;
  }
  #page_text h2,
  #page_text .h2,
  #page_text h1.small,
  #page_text .h1.small,
  #page_text h3.large,
  #page_text .h3.large {
    font-size: 25px;
  }
  #page_text h3,
  #page_text .h3,
  #page_text h2.small,
  #page_text .h2.small,
  #page_text h4.large,
  #page_text .h4.large {
    font-size: 20px;
  }
  #page_text h4,
  #page_text .h4,
  #page_text h3.small,
  #page_text .h3.small,
  #page_text h5.large,
  #page_text .h5.large {
    font-size: 18px;
  }
  #page_text h5,
  #page_text .h5,
  #page_text h4.small,
  #page_text .h4.small {
    font-size: 15px;
  }
  #page_text h1.big,
  #page_text .h1.big,
  #page_text h1.large,
  #page_text .h1.large {
    font-size: 45px;
  }
  #header_holder {
    font-size: 16px;
  }
  .button {
    font-size: 15px;
  }
  .button[data-size='huge'] {
    font-size: 21px;
  }
  .button[data-size='large'] {
    font-size: 18px;
  }
  .button[data-size='small'] {
    font-size: 12px;
  }
  .button[data-size='tiny'] {
    font-size: 9px;
  }
  .hide_991 {
    display: none;
  }
  .hide_mobile,
  .hide_on_mobile,
  .mobile_hidden,
  [data-hide-mobile='1'] {
    display: none !important;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row_holder .row_holder_inner {
    padding: 80px 0;
  }
  .row_holder[data-column-gaps='large'] .row .col_content_holder[data-content-padding='default'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='default'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='20_20'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='30_20'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='40_30'] .col_content {
    padding: 30px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='40_40'] .col_content {
    padding: 30px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='50_50'] .col_content {
    padding: 30px 30px;
  }
  .row_holder .row .col_content_holder[data-content-padding='60_40'] .col_content {
    padding: 40px 30px;
  }
  .row_holder .row .col_content_holder[data-content-padding='60_60'] .col_content {
    padding: 40px 40px;
  }
  .row_holder .row .col_content_holder[data-content-padding='70_50'] .col_content {
    padding: 40px 30px;
  }
  .row_holder .row .col_content_holder[data-content-padding='80_60'] .col_content {
    padding: 40px 40px;
  }
  .row_holder.slider_row_holder[data-separator-bottom='diagonal_left']
    .row_slider
    .row_holder
    .row_holder_inner,
  .row_holder.slider_row_holder[data-separator-bottom='diagonal_right']
    .row_slider
    .row_holder
    .row_holder_inner {
    padding-bottom: 18vw !important;
  }
  #content_holder {
    flex-wrap: wrap;
  }
  .row_holder.slider_row_holder .slider_row_holder_inner {
    min-height: 0 !important;
  }
  .row_slider {
    min-height: 0 !important;
  }
  .row_slider[data-min-height] .slick-list {
    position: static;
  }
  .row_slider .slider_arrow {
    display: none !important;
  }
  .row_slider .button {
    margin: 5px 10px 5px 10px;
  }
  .row {
    flex-wrap: wrap;
  }
  .row > div {
    flex: 1 !important;
    width: auto !important;
    min-width: 480px !important;
    max-width: 100% !important;
  }
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-columns.mobile_cols_2 .wp-block-column {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-width: 0 !important;
  }
  .wp-block-columns .wp-block-column {
    flex: 1 !important;
    width: auto !important;
    min-width: 370px !important;
    max-width: 100% !important;
  }
  .tiles_grid[data-cols='1'][data-slider='1'] .tile_holder,
  .tiles_grid[data-cols='1'][data-slider='true'] .tile_holder {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .tiles_grid[data-cols='1']:not([data-slider='1']):not([data-slider='true']) .tile_holder {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .tiles_grid[data-cols='2'] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .tiles_grid[data-cols='3'] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .tiles_grid[data-cols='4'] .tile_holder {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
  }
  .tiles_grid[data-cols='5'] .tile_holder {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
  }
  .tiles_grid[data-cols='6'] .tile_holder {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .tile_holder {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
  }
  #footer_holder #footer {
    padding: 60px 0 40px 0;
  }
  #footer_holder #footer .row:last-child {
    margin-bottom: -60px;
  }
  #footer_holder #footer .row > div {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-width: 0 !important;
    margin-bottom: 60px;
  }
  #footer_holder #footer_bottom .menu {
    display: none !important;
  }
  .accordion .accordion_item .accordion_item_title {
    padding: 10px 20px;
  }
  .accordion .accordion_item_content {
    padding: 20px;
  }
  .tabs .tab_titles .tab_title {
    padding: 10px 20px;
  }
  .tabs .tab_item {
    padding: 20px;
  }
  .modal_screen .modal_screen_inner {
    padding: 20px 0;
  }
  .modal_screen .modal_screen_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal_screen .modal_form {
    max-width: none;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
  html body.admin-bar {
    margin-top: -46px !important;
  }
  body.admin-bar {
    background-position: center -420px;
  }
  body.admin-bar.higher_header .widget_add_screen {
    top: 94px;
  }
  body.admin-bar #header_holder {
    margin-top: 0;
  }
  body.admin-bar #mobile_nav_holder {
    top: 0;
  }
  body.admin-bar .modal_screen {
    top: 0;
  }
  body.admin-bar .widget_add_screen {
    top: 60px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 35px;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 25px;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 20px;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 18px;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 15px;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 45px;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    margin: 0 0 30px 0;
  }
  h1:last-child,
  .h1:last-child,
  h2.large:last-child,
  .h2.large:last-child {
    margin-bottom: 0;
  }
  .quote,
  blockquote {
    margin: 30px 0;
    font-size: 19px;
  }
  .quote:first-child,
  blockquote:first-child {
    margin-top: 0;
  }
  .quote:last-child,
  blockquote:last-child {
    margin-bottom: 0;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  #page_text h1,
  #page_text .h1,
  #page_text h2.large,
  #page_text .h2.large {
    font-size: 35px;
  }
  #page_text h2,
  #page_text .h2,
  #page_text h1.small,
  #page_text .h1.small,
  #page_text h3.large,
  #page_text .h3.large {
    font-size: 25px;
  }
  #page_text h3,
  #page_text .h3,
  #page_text h2.small,
  #page_text .h2.small,
  #page_text h4.large,
  #page_text .h4.large {
    font-size: 20px;
  }
  #page_text h4,
  #page_text .h4,
  #page_text h3.small,
  #page_text .h3.small,
  #page_text h5.large,
  #page_text .h5.large {
    font-size: 18px;
  }
  #page_text h5,
  #page_text .h5,
  #page_text h4.small,
  #page_text .h4.small {
    font-size: 15px;
  }
  #page_text h1.big,
  #page_text .h1.big,
  #page_text h1.large,
  #page_text .h1.large {
    font-size: 45px !important;
  }
  #header_holder {
    font-size: 16px;
  }
  .button {
    font-size: 15px;
  }
  .button[data-size='huge'] {
    font-size: 21px;
  }
  .button[data-size='large'] {
    font-size: 18px;
  }
  .button[data-size='small'] {
    font-size: 12px;
  }
  .button[data-size='tiny'] {
    font-size: 9px;
  }
  p.large {
    font-size: 1.1em;
  }
  p.small {
    font-size: 0.9em;
  }
  .has-medium-font-size,
  .text_intro {
    font-size: 1.1em !important;
  }
  .hide_767 {
    display: none;
  }
  .row_holder .row_holder_inner {
    padding: 60px 0;
  }
  .row_holder .row .col_content_holder[data-content-padding='default'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='20_20'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='30_20'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='40_30'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='40_40'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='50_50'] .col_content {
    padding: 30px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='60_40'] .col_content {
    padding: 30px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='60_60'] .col_content {
    padding: 30px 30px;
  }
  .row_holder .row .col_content_holder[data-content-padding='70_50'] .col_content {
    padding: 30px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='80_60'] .col_content {
    padding: 30px 30px;
  }
  .row_holder.slider_row_holder[data-separator-bottom='diagonal_left']
    .row_slider
    .row_holder
    .row_holder_inner,
  .row_holder.slider_row_holder[data-separator-bottom='diagonal_right']
    .row_slider
    .row_holder
    .row_holder_inner {
    padding-bottom: 22vw !important;
  }
  .tiles_grid[data-cols='2'] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .tiles_grid[data-cols='3'] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .tiles_grid[data-cols='4'] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .tiles_grid[data-cols='5'] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .tiles_grid[data-cols='6'] .tile_holder {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
  }
  .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .tile[data-visual-position='left'] .tile_inner,
  .tile[data-visual-position='right'] .tile_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  .tile[data-visual-position='left'] .tile_inner .tile_image,
  .tile[data-visual-position='right'] .tile_inner .tile_image {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    order: 1 !important;
    padding: 20px 20px 10px 20px !important;
  }
  .tile[data-visual-position='left'] .tile_inner .tile_image .icon,
  .tile[data-visual-position='right'] .tile_inner .tile_image .icon {
    height: 100%;
  }
  .tile[data-visual-position='left'] .tile_inner .tile_image .icon svg,
  .tile[data-visual-position='right'] .tile_inner .tile_image .icon svg {
    height: 100%;
    width: 100%;
    max-width: 70px;
    max-height: 50px;
  }
  .tile[data-visual-position='left'] .tile_inner .tile_text,
  .tile[data-visual-position='right'] .tile_inner .tile_text {
    order: 2 !important;
  }
  .search_results_group[data-size='half'] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 661px) {
  .table_mobile_label {
    display: none;
  }
}
@media (max-width: 660px) {
  .tiles_grid[data-cols='2'] .tile_holder {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .tiles_grid[data-cols='3'] .tile_holder {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .tiles_grid[data-cols='4'] .tile_holder {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .tiles_grid[data-cols='5'] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .tiles_grid[data-cols='6'] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .tile_holder {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .wp-block-table:not(.is-style-stripes) table tbody tr {
    background: none !important;
  }
  .wp-block-table:not(.is-style-stripes) table tbody tr:nth-child(odd) td {
    background: #f5f5f5 !important;
  }
  .wp-block-table table thead {
    display: none !important;
  }
  .wp-block-table table tbody tr {
    display: block;
  }
  .wp-block-table table tbody tr:first-child td:first-child {
    border-top: 1px solid #eeeeee !important;
  }
  .wp-block-table table tbody tr:last-child td:last-child {
    border-bottom: 1px solid #eeeeee !important;
  }
  .wp-block-table table tbody tr td {
    display: block;
    width: 100% !important;
    border-left: 1px solid #eeeeee !important;
    border-right: 1px solid #eeeeee !important;
  }
  .wp-block-table table .table_mobile_label {
    display: block;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 600px) {
  .tile[data-expandable='1'].expanded .tile_title_holder:hover {
    cursor: pointer;
    color: #000000;
  }
  .tile[data-expandable='1']:not(.expanded):hover {
    cursor: pointer;
    background: #ffffff;
    color: #000000;
  }
  .tile[data-expandable='1']:not(.expanded):hover .tile_title_icon[data-circle='true'][data-circle-type='solid'] {
    background: #e5a400;
  }
  .tile_menu > li a:hover {
    background: #ffffff;
    color: #000000;
  }
}
@media (max-width: 550px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 35px;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 16px;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 16px;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 16px;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 16px;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 45px;
  }
  .quote,
  blockquote {
    font-size: 19px;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  #page_text h1,
  #page_text .h1,
  #page_text h2.large,
  #page_text .h2.large {
    font-size: 16px;
  }
  #page_text h2,
  #page_text .h2,
  #page_text h1.small,
  #page_text .h1.small,
  #page_text h3.large,
  #page_text .h3.large {
    font-size: 16px;
  }
  #page_text h3,
  #page_text .h3,
  #page_text h2.small,
  #page_text .h2.small,
  #page_text h4.large,
  #page_text .h4.large {
    font-size: 16px;
  }
  #page_text h4,
  #page_text .h4,
  #page_text h3.small,
  #page_text .h3.small,
  #page_text h5.large,
  #page_text .h5.large {
    font-size: 16px;
  }
  #page_text h5,
  #page_text .h5,
  #page_text h4.small,
  #page_text .h4.small {
    font-size: 15px;
  }
  #page_text h1.big,
  #page_text .h1.big,
  #page_text h1.large,
  #page_text .h1.large {
    font-size: 45px !important;
  }
  #header_holder {
    font-size: 16px;
  }
  .button {
    font-size: 15px;
  }
  .button[data-size='huge'] {
    font-size: 21px;
  }
  .button[data-size='large'] {
    font-size: 18px;
  }
  .button[data-size='small'] {
    font-size: 12px;
  }
  .button[data-size='tiny'] {
    font-size: 9px;
  }
  .hide_550 {
    display: none;
  }
  .row_holder .row .col_content_holder[data-content-padding='default'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='20_20'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='30_20'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='40_30'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='40_40'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='50_50'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='60_40'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='60_60'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='70_50'] .col_content {
    padding: 20px 20px;
  }
  .row_holder .row .col_content_holder[data-content-padding='80_60'] .col_content {
    padding: 20px 20px;
  }
  .row > div {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-columns:not(.mobile_cols_2) .buttons_holder {
    text-align: left;
    justify-content: flex-start;
  }
  .wp-block-columns:not(.mobile_cols_2) .aligncenter,
  .wp-block-columns:not(.mobile_cols_2) .alignright,
  .wp-block-columns:not(.mobile_cols_2) .alignleft {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wp-block-columns .wp-block-column {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  form.mc4wp-form .newsletter_signup_form {
    display: flex;
    flex-wrap: wrap;
  }
  form.mc4wp-form .newsletter_signup_form > div {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
  form.mc4wp-form .newsletter_signup_form > div:last-child {
    margin-bottom: 0;
  }
  form.mc4wp-form .newsletter_signup_form input {
    width: 100%;
    justify-content: center;
  }
  #footer_holder .footer_col_title {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
  figure.alignright,
  figure.alignleft {
    max-width: none !important;
    float: none !important;
    margin: 0 auto 20px auto !important;
  }
  .wp-block-image:last-child figure {
    margin-bottom: 0 !important;
  }
  .tile[data-post-type='staff'][data-size='small'] {
    text-align: center;
  }
  .tile[data-post-type='staff'][data-size='small'] .tile_inner {
    flex-direction: column;
  }
  .tile[data-post-type='staff'][data-size='small'] .tile_image {
    flex: 1 1 auto;
    width: 200px;
    height: 200px;
    padding: 20px;
  }
  .tile[data-post-type='staff'][data-size='small'] .tile_text {
    padding: 5px 25px 25px 25px;
  }
  .tile[data-post-type='staff'][data-size='small'] .meta_items {
    justify-content: center;
  }
}
@media (max-width: 460px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-columns.mobile_cols_2 .wp-block-column {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .wp-block-columns.mobile_cols_2 .buttons_holder {
    text-align: center;
    justify-content: center;
  }
  .wp-block-columns.mobile_cols_2 .button {
    float: none !important;
  }
  .wp-block-columns.mobile_cols_2 .button:last-child {
    margin-left: 0 !important;
  }
  .wp-block-columns.mobile_cols_2 .button:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 400px) {
  .search_results_title .search_results_title_line {
    margin: 0 10px;
    height: 0;
    background: none !important;
  }
  body.with_events_menu {
    padding-bottom: 80px;
  }
  #events_menu_holder {
    padding: 5px 10px;
  }
  #events_menu_holder > ul {
    width: calc(100% + 4px);
    margin: 0 -2px;
  }
  #events_menu_holder > ul > li {
    min-width: 5em;
    margin: 0 2px;
  }
  #events_menu_holder > ul > li > a {
    height: 5em;
    min-width: 5em;
    padding: 0.75em 0.1em 0.25em 0.1em;
    font-size: 14px;
  }
  #events_menu_holder > ul > li > a .icon {
    width: 2em;
    height: 2em;
  }
  #events_menu_holder > ul > li > a .icon svg {
    width: 2em;
    height: 2em;
  }
  .tile.home_widget .buttons_holder {
    flex-direction: column;
  }
  .tile.home_widget .buttons_holder .button {
    justify-content: center;
  }
}
@media (max-width: 360px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 35px;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 16px;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 16px;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 16px;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 15px;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 45px;
  }
  .quote,
  blockquote {
    font-size: 19px;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  #page_text h1,
  #page_text .h1,
  #page_text h2.large,
  #page_text .h2.large {
    font-size: 35px;
  }
  #page_text h2,
  #page_text .h2,
  #page_text h1.small,
  #page_text .h1.small,
  #page_text h3.large,
  #page_text .h3.large {
    font-size: 16px;
  }
  #page_text h3,
  #page_text .h3,
  #page_text h2.small,
  #page_text .h2.small,
  #page_text h4.large,
  #page_text .h4.large {
    font-size: 16px;
  }
  #page_text h4,
  #page_text .h4,
  #page_text h3.small,
  #page_text .h3.small,
  #page_text h5.large,
  #page_text .h5.large {
    font-size: 16px;
  }
  #page_text h5,
  #page_text .h5,
  #page_text h4.small,
  #page_text .h4.small {
    font-size: 15px;
  }
  #page_text h1.big,
  #page_text .h1.big,
  #page_text h1.large,
  #page_text .h1.large {
    font-size: 45px !important;
  }
  #header_holder {
    font-size: 16px;
  }
  .button {
    font-size: 15px;
  }
  .button[data-size='huge'] {
    font-size: 21px;
  }
  .button[data-size='large'] {
    font-size: 18px;
  }
  .button[data-size='small'] {
    font-size: 12px;
  }
  .button[data-size='tiny'] {
    font-size: 9px;
  }
  .hide_360 {
    display: none;
  }
  .tiles_grid[data-cols='6'] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  form.vfbp-form > div {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  form ._form-content ._form_element {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.footer {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
.footer .footer-item {
  display: flex;
}
.footer .footer-item::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  margin-left: 15px;
}
.footer .footer-item:last-child::after {
  display: none;
}
@media (max-width: 480px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-item::after {
    display: none;
  }
}
.tiles--partners .tile_image {
  width: 100%;
  height: 120px;
  padding: 20px;
  display: flex;
}
.tiles--partners .tile_image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  border-radius: 0;
}
