*,
: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;
}
.static {
  position: static !important;
}
.clear {
  clear: both;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.hidden {
  display: none !important;
}
.font_weight_regular {
  font-weight: normal;
}
.font_weight_normal {
  font-weight: normal;
}
.font_weight_bold {
  font-weight: bold;
}
.font_weight_300 {
  font-weight: 300;
}
.font_weight_350 {
  font-weight: 350;
}
.font_weight_400 {
  font-weight: 400;
}
.font_weight_500 {
  font-weight: 500;
}
.font_weight_600 {
  font-weight: 600;
}
.font_weight_700 {
  font-weight: 700;
}
.font_weight_800 {
  font-weight: 800;
}
.font_weight_900 {
  font-weight: 900;
}
.force_font_weight_300 {
  font-weight: 300 !important;
}
.force_font_weight_350 {
  font-weight: 350 !important;
}
.force_font_weight_400 {
  font-weight: 400 !important;
}
.force_font_weight_500 {
  font-weight: 500 !important;
}
.force_font_weight_600 {
  font-weight: 600 !important;
}
.force_font_weight_700 {
  font-weight: 700 !important;
}
.force_font_weight_800 {
  font-weight: 800 !important;
}
.force_font_weight_900 {
  font-weight: 900 !important;
}
.force_font_weight_regular {
  font-weight: normal !important;
}
.force_font_weight_normal {
  font-weight: normal !important;
}
.force_font_weight_bold {
  font-weight: bold !important;
}
.force_font_size_2 {
  font-size: 2.00em !important;
}
.force_font_size_1-75 {
  font-size: 1.75em !important;
}
.force_font_size_1-50 {
  font-size: 1.50em !important;
}
.force_font_size_1-35 {
  font-size: 1.35em !important;
}
.force_font_size_1-25 {
  font-size: 1.25em !important;
}
.force_font_size_1 {
  font-size: 1.00em !important;
}
.regular_font {
  font-family: 'Rubik', sans-serif;
}
.title_font {
  font-family: 'Rubik', sans-serif;
}
.alternative_font {
  font-family: 'Caveat', 'Rubik', sans-serif;
}
.force_regular_font {
  font-family: 'Rubik', sans-serif !important;
}
.force_title_font {
  font-family: 'Rubik', sans-serif !important;
}
.force_alternative_font {
  font-family: 'Caveat', 'Rubik', sans-serif !important;
}
.tile_border_radius {
  border-radius: 0.50em;
}
.tile_box_shadow {
  box-shadow: 0em 0.5em 3.00em 0em rgba(43,43,43,0.1), 0em 0.5em 1.00em 0em rgba(43,43,43,0.05);
}
.tile_box_shadow_hover {
  box-shadow: 0em 0.75em 3.50em 0em rgba(43,43,43,0.12), 0em 0.5em 1.25em 0em rgba(43,43,43,0.08);
}
.button_border_radius {
  border-radius: 0.50em;
}
.button_box_shadow {
  box-shadow: none;
}
.button_box_shadow_hover {
  box-shadow: none;
}
.nowrap,
[data-white-space="nowrap"] {
  white-space: nowrap;
}
[data-text-align="left"],
.has-text-align-left,
.text_align_center {
  text-align: left;
}
[data-text-align="right"],
.has-text-align-right,
.text_align_center {
  text-align: right;
}
[data-text-align="center"],
.has-text-align-center,
.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"],
.text_color_white,
.has-white-color {
  color: #ffffff;
}
[data-text-color="dark"],
.text_color_dark,
.has-dark-color {
  color: #111111;
}
[data-text-color="black"],
.text_color_black,
.has-black-color {
  color: #000000;
}
[data-text-color="color_1"],
.text_color_1,
.has-color-1-color {
  color: #2c6b99;
}
[data-text-color="color_2"],
.text_color_2,
.has-color-2-color {
  color: #589e5b;
}
[data-text-color="color_3"],
.text_color_3,
.has-color-3-color {
  color: #2c6b99;
}
[data-text-color="color_4"],
.text_color_4,
.has-color-4-color {
  color: #172a30;
}
[data-text-color="color_5"],
.text_color_5,
.has-color-5-color {
  color: #eef3f7;
}
[data-text-color="color_body"],
.text_color_body,
.has-color-body-color {
  color: #fafafa;
}
[data-background-color="white"],
.has-white-background-color {
  background: #ffffff;
}
[data-background-color="dark"],
.has-dark-background-color {
  background: #111111;
}
[data-background-color="black"],
.has-black-background-color {
  background: #000000;
}
[data-background-color="color_1"],
.has-color_1-background-color {
  background: #2c6b99;
}
[data-background-color="color_2"],
.has-color_2-background-color {
  background: #589e5b;
}
[data-background-color="color_3"],
.has-color_3-background-color {
  background: #2c6b99;
}
[data-background-color="color_4"],
.has-color_4-background-color {
  background: #172a30;
}
[data-background-color="color_5"],
.has-color_5-background-color {
  background: #eef3f7;
}
[data-background-color="color_body"],
.has-color_body-background-color {
  background: #fafafa;
}
[data-fill-color="white"] {
  fill: #ffffff;
}
[data-fill-color="dark"] {
  fill: #111111;
}
[data-fill-color="black"] {
  fill: #000000;
}
[data-fill-color="color_1"] {
  fill: #2c6b99;
}
[data-fill-color="color_2"] {
  fill: #589e5b;
}
[data-fill-color="color_3"] {
  fill: #2c6b99;
}
[data-fill-color="color_4"] {
  fill: #172a30;
}
[data-fill-color="color_5"] {
  fill: #eef3f7;
}
[data-fill-color="color_body"] {
  fill: #fafafa;
}
[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: #111111 !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: #2c6b99 !important;
}
[data-next-row-diagonal-color="color_2"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
  fill: #589e5b !important;
}
[data-next-row-diagonal-color="color_3"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
  fill: #2c6b99 !important;
}
[data-next-row-diagonal-color="color_4"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
  fill: #172a30 !important;
}
[data-next-row-diagonal-color="color_5"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
  fill: #eef3f7 !important;
}
[data-next-row-diagonal-color="color_body"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
  fill: #fafafa !important;
}
.hide_all {
  display: none !important;
}
.hide,
.hidden {
  display: none !important;
}
.max_width_400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_500 {
  max-width: 500px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.max_width_550 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_650 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_1050 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_1150 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.max_width_1250 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.no_margin_bottom {
  margin-bottom: 0 !important;
}
.no_margin {
  margin: 0 !important;
}
.margin_0 {
  margin-bottom: 0px !important;
}
.margin_5 {
  margin-bottom: 5px !important;
}
.margin_10 {
  margin-bottom: 10px !important;
}
.margin_15 {
  margin-bottom: 15px !important;
}
.margin_20 {
  margin-bottom: 20px !important;
}
.margin_25 {
  margin-bottom: 25px !important;
}
.margin_30 {
  margin-bottom: 30px !important;
}
.margin_35 {
  margin-bottom: 35px !important;
}
.margin_40 {
  margin-bottom: 40px !important;
}
.margin_45 {
  margin-bottom: 45px !important;
}
.margin_50 {
  margin-bottom: 50px !important;
}
.margin_55 {
  margin-bottom: 55px !important;
}
.margin_60 {
  margin-bottom: 60px !important;
}
.no_margin {
  margin: 0 !important;
}
.no_padding {
  padding: 0 !important;
}
.padding_0 {
  padding: 0 !important;
}
.padding_5 {
  padding: 5px !important;
}
.padding_10 {
  padding: 10px !important;
}
.padding_15 {
  padding: 15px !important;
}
.padding_20 {
  padding: 20px !important;
}
.padding_25 {
  padding: 25px !important;
}
.padding_30 {
  padding: 30px !important;
}
.padding_35 {
  padding: 35px !important;
}
.padding_40 {
  padding: 40px !important;
}
.padding_45 {
  padding: 45px !important;
}
.padding_50 {
  padding: 50px !important;
}
.padding_55 {
  padding: 55px !important;
}
.padding_60 {
  padding: 60px !important;
}
.truncate,
[data-clip-lines] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2.5ex;
}
.truncate_1,
[data-clip-lines="1"] {
  -webkit-line-clamp: 1;
  height: 2.5ex;
}
.truncate_2,
[data-clip-lines="2"] {
  -webkit-line-clamp: 2;
  height: 5ex;
}
.truncate_3,
[data-clip-lines="3"] {
  -webkit-line-clamp: 3;
  height: 7.5ex;
}
.truncate_4,
[data-clip-lines="4"] {
  -webkit-line-clamp: 4;
  height: 10ex;
}
.truncate_5,
[data-clip-lines="5"] {
  -webkit-line-clamp: 5;
  height: 12.5ex;
}
.truncate_6,
[data-clip-lines="6"] {
  -webkit-line-clamp: 6;
  height: 15ex;
}
.truncate_7,
[data-clip-lines="7"] {
  -webkit-line-clamp: 7;
  height: 17.5ex;
}
.truncate_8,
[data-clip-lines="8"] {
  -webkit-line-clamp: 8;
  height: 20ex;
}
*: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;
}
.styled_underline {
  position: relative;
  text-decoration: none !important;
}
.styled_underline:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0.035em;
  background: currentColor;
  transition: all 0.15s ease-in-out;
}
.styled_underline:hover:before {
  width: 100%;
}
.styled_underline_hint:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.035em;
  background: currentColor;
  opacity: 0.25;
}
.active_underline:before {
  width: 100%;
}
a:hover .styled_underline:before {
  width: 100%;
}
body {
  text-wrap: pretty;
  -webkit-text-wrap: pretty;
}
body.no_scroll {
  overflow: hidden !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
ul,
ol,
table,
.text_intro {
  margin: 0 0 1.50em 0;
}
h1:last-child,
.h1:last-child,
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,
.text_intro:last-child {
  margin-bottom: 0 !important;
}
.subtitle {
  opacity: 0.5;
}
p.large,
p.has-large-font-size,
span.large,
span.has-large-font-size {
  font-size: 1.2em;
}
p.small,
p.has-small-font-size,
span.small,
span.has-small-font-size {
  font-size: 0.85em;
}
.uppercase {
  text-transform: uppercase !important;
}
a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #2c6b99;
  text-decoration: underline;
}
strong {
  font-weight: 600 !important;
}
em {
  font-style: italic;
}
ul {
  list-style-type: disc;
  margin-left: 1.25em;
  padding: 0;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal;
  margin-left: 1.25em;
  padding: 0;
  counter-reset: item;
}
ol ol {
  margin-left: 2em;
}
ol li {
  display: block;
  position: relative;
}
ol li:before {
  content: counters(item,".") ".";
  counter-increment: item;
  position: absolute;
  right: 100%;
  margin-right: 0.3125rem;
}
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: 1.5em;
}
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: 2.25em;
}
.quote,
blockquote {
  display: block;
  position: relative;
  margin: 2.0em 1.25em 2.0em 1.25em;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  color: #2c6b99;
  font-family: 'Rubik', sans-serif;
}
.quote p,
blockquote p {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 1.25em;
}
.quote p:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}
.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;
  margin: 0.75em 0 0 0;
  font-weight: normal;
  font-style: normal;
  opacity: 0.65;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right !important;
  margin: 0 0 1.25rem 1.25rem !important;
}
.alignleft {
  float: left !important;
  margin: 0 1.25rem 1.25rem 0 !important;
}
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.has-background {
  padding: 1.875rem;
}
.centered {
  margin-left: auto !important;
  margin-right: auto !important;
}
#wrapper {
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1400px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-direction: row;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.row>div {
  flex: 1 1 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#content_holder {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 3;
}
#content_holder #content_col {
  flex: 0 0 calc(100% - 320px);
  width: calc(100% - 320px);
  max-width: calc(100% - 320px);
  padding-right: 3.75rem;
}
#content_holder #content_col.full_width {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
}
#content_holder #sidebar_col {
  flex: 0 0 320px;
  width: 320px;
  max-width: 320px;
}
.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 1.25rem;
}
.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: -0.625rem;
  margin-right: -0.625rem;
}
.row_holder[data-column-gaps="small"] .row>div {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.row_holder[data-column-gaps="small"] .row .col_content_holder[data-content-padding="default"] .col_content {
  padding: 1.25rem 1.25rem;
}
.row_holder[data-column-gaps="large"] .row {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.row_holder[data-column-gaps="large"] .row>div {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.row_holder[data-column-gaps="large"] .col_content_holder[data-content-padding="default"] .col_content {
  padding: 2.5rem 2.5rem;
}
.row_holder[data-background-color="diagonal"] .row_holder_inner {
  min-height: 15rem;
}
.row_holder .diagonal_separator_holder {
  height: 15rem;
  margin-top: -5rem;
  margin-bottom: -5rem;
  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: #111111;
}
.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: #2c6b99;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_2"] svg polygon {
  fill: #589e5b;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_3"] svg polygon {
  fill: #2c6b99;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_4"] svg polygon {
  fill: #172a30;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_5"] svg polygon {
  fill: #eef3f7;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_body"] svg polygon {
  fill: #fafafa;
}
.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: 6.25rem 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(10px);
}
.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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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: -2.5rem;
}
.row_holder .row .col {
  margin: 0 0 2.5rem 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"] {
  overflow: hidden;
}
.row_holder .row .col_content_holder[data-content-padding="default"] .col_content {
  padding: 1.875rem 1.875rem;
}
.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: 1.875rem 1.875rem;
  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.75);
}
#top_area[data-text-color="white"] .breadcrumbs svg path {
  fill: #ffffff;
}
#top_area .row {
  align-items: center;
}
#top_area .breadcrumbs {
  margin-top: -0.625rem;
  margin-bottom: -2.5rem;
  justify-content: center;
  opacity: 0.75;
}
#top_area .breadcrumbs:first-child {
  margin-top: 0;
}
#top_area .breadcrumbs a:hover {
  color: inherit;
  text-decoration: underline;
}
#breadcrumbs_holder {
  background: rgba(23,42,48,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.75rem;
  opacity: 0.75;
  margin-right: 0;
}
.share_icons[data-size="small"] .share_icon {
  opacity: 0.75;
}
.share_icons[data-size="large"] .share_icon {
  font-size: 1.5em;
}
.share_icons .share_icons_text {
  margin: 0 0.3125rem 0 0;
}
.share_icons .share_icon {
  opacity: 0.75;
  margin: 0 0 0 0.3125rem;
}
.share_icons .share_icon:first-child {
  margin-left: 0;
}
.share_icons .share_icon:hover {
  opacity: 1;
}
.share_icons .at-icon-wrapper,
.share_icons .icon {
  display: block;
  height: auto;
  margin: 0;
}
.share_icons .at-icon-wrapper svg,
.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: 12.5rem !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: 10rem;
}
.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.5rem !important;
}
.row_holder.slider_row_holder>.diagonal_separator_holder[data-separator-position="bottom"] {
  margin-top: -15rem;
}
.row_holder.slider_row_holder>.diagonal_separator_holder[data-separator-position="top"] {
  margin-bottom: -15rem;
}
.row_holder.slider_row_holder>.row_holder_inner {
  padding: 0 !important;
  position: relative;
  z-index: 1;
}
.row_holder.slider_row_holder .slider_overlay_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  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: 2.5rem;
}
.row_slider .slider_arrow.slider_arrow_prev {
  right: auto;
  left: 2.5rem;
}
.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: 2.5rem;
}
.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: 6.25rem 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: 0.3125rem;
}
.slider_arrow.slider_arrow_prev {
  right: 100%;
  margin-right: 0.3125rem;
}
.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: 12.5rem;
  z-index: 2;
  list-style-type: none;
  margin: 0 auto 0 auto;
  padding: 0;
}
.slick-dots>li {
  display: block;
  margin: 0 0.3125rem;
  padding: 0;
  width: 0.75rem;
  height: 0.75rem;
  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.slick-active:first-child:last-child {
  display: none;
}
.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: #111111;
}
[data-slider-nav-color="black"] .slick-dots li {
  background: #000000;
}
[data-slider-nav-color="color_1"] .slick-dots li {
  background: #2c6b99;
}
[data-slider-nav-color="color_2"] .slick-dots li {
  background: #589e5b;
}
[data-slider-nav-color="color_3"] .slick-dots li {
  background: #2c6b99;
}
[data-slider-nav-color="color_4"] .slick-dots li {
  background: #172a30;
}
[data-slider-nav-color="color_5"] .slick-dots li {
  background: #eef3f7;
}
[data-slider-nav-color="color_body"] .slick-dots li {
  background: #fafafa;
}
.scroll_down_arrow {
  display: block;
  position: absolute;
  bottom: 3.125rem;
  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 svg,
.scroll_down_arrow .fa-icon {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin: auto !important;
}
.scroll_down_arrow svg:first-child,
.scroll_down_arrow .fa-icon:first-child {
  bottom: 1em;
}
.scroll_down_arrow svg:last-child,
.scroll_down_arrow .fa-icon:last-child {
  font-size: 2.5em;
}
.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_text iframe {
  max-width: 100%;
}
body.admin-bar #header_holder {
  margin-top: 32px;
}
body.header_type_transparent #content_wrap>.row_holder:first-child .row_holder_inner {
  padding-top: 230px;
}
body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
  padding-top: 230px !important;
}
body.header_type_transparent #content_wrap>.row_holder:first-child .admin_edit_button {
  top: 220px;
}
#top {
  height: 160px;
}
#top[data-header-type="transparent"] {
  display: none;
}
body.home #header_holder[data-header-type="transparent"] {
  border-bottom: 1px solid transparent;
}
body.home #header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-border-home="light"] {
  border-color: rgba(255,255,255,0.1);
}
body.home #header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-border-home="dark"] {
  border-color: rgba(17,17,17,0.1);
}
body.home #header_holder[data-header-type="transparent"][data-transparent-border-home="none"] {
  border: none !important;
}
body:not(.home) #header_holder[data-header-type="transparent"] {
  border-bottom: 1px solid transparent;
}
body:not(.home) #header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-border="light"] {
  border-color: rgba(255,255,255,0.1);
}
body:not(.home) #header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-border="dark"] {
  border-color: rgba(17,17,17,0.1);
}
body:not(.home) #header_holder[data-header-type="transparent"][data-transparent-border="none"] {
  border: none !important;
}
#header_holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  transition: transform 0.15s ease-in-out;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="white"] {
  color: #ffffff;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="dark"] {
  color: #111111;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="black"] {
  color: #000000;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_1"] {
  color: #2c6b99;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_2"] {
  color: #589e5b;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_3"] {
  color: #2c6b99;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_4"] {
  color: #172a30;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_5"] {
  color: #eef3f7;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_body"] {
  color: #fafafa;
}
#header_holder[data-header-type="transparent"] #header_background {
  opacity: 0;
}
#header_holder[data-header-type="solid"].scrolled {
  box-shadow: 0px 0px 1.25rem rgba(17,17,17,0.25);
}
#header_holder[data-header-type="solid"] #header_background_transparent {
  display: none;
}
#header_holder #top_header {
  position: relative;
  background: rgba(0,0,0,0.2);
  font-size: 0.80em;
  z-index: 3;
}
#header_holder #top_header:hover #top_header_inner {
  opacity: 1;
}
#header_holder #top_header #top_header_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 2em;
  opacity: 0.5;
  transition: all 0.15s ease-in-out;
}
#header_holder #top_header #top_header_left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header_holder #top_header #top_header_left>ul:first-child {
  margin-left: -1em;
}
#header_holder #top_header #top_header_right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header_holder #top_header #top_header_right>ul:last-child {
  margin-right: -1em;
}
#header_holder #top_header ul.menu.layout_horizontal ul {
  width: 10rem;
}
#header_holder #top_header ul.menu.layout_horizontal ul a {
  font-size: 1em;
}
#header_holder #top_header p {
  display: inline-block;
  margin: 0 1.25rem 0 1.25rem;
}
#header_holder #top_header p:first-child {
  margin-left: 0;
}
#header_holder #top_header p:last-child {
  margin-right: 0;
}
#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_right {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header_holder #header #header_right>.button {
  font-size: 1.15em;
  padding: 0.5em 1em;
  text-transform: none;
}
#header_holder #header #header_right>.button[data-button-type="outline"] {
  border-width: 1px;
  padding-top: calc(0.5em - 1px);
  padding-bottom: calc(0.5em - 1px);
}
#header_holder #header #logo {
  display: block;
  height: 120px;
}
#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 {
  z-index: 1;
}
#header_holder #header_background[data-gradient="1"]:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000',endColorstr='#00000000',GradientType=0);
}
#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%);
  z-index: 0;
  opacity: 0.35;
}
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%);
}
#header_holder.scrolled #header {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header_holder.scrolled #header #logo {
  height: 60px;
}
#header_holder.scrolled #header #header_right>.button {
  font-size: 1.035em;
}
#header_holder.scrolled #main_menu {
  font-size: 1.035em;
}
#header_holder.scrolled #mobile_menu_icon {
  background: #2c6b99;
  color: #ffffff;
}
#header_holder:not(.scrolled) #main_menu>li>ul {
  font-size: 0.90em;
}
#main_menu {
  list-style-type: none;
  margin: 0 1em 0 1em;
  padding: 0;
  display: flex;
  flex-direction: row;
  font-size: 1.15em;
}
#main_menu:first-child {
  margin-left: 0;
}
#main_menu:last-child {
  margin-right: -1em;
}
#main_menu:last-child>li.menu_button {
  margin-right: 1em;
}
#main_menu>li {
  border-radius: 0.50em;
  background: none !important;
}
#main_menu>li:hover {
  background: none !important;
}
#main_menu>li:hover>a {
  background: none !important;
}
#main_menu>li:hover>a .menu_item_text:before {
  opacity: 0.25;
  width: 100%;
}
#main_menu>li.current-menu-item>a .menu_item_text:after,
#main_menu>li.current-menu-ancestor>a .menu_item_text:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.035em;
  background: currentColor;
  opacity: 0.25;
}
#main_menu>li.current-menu-item:not(.home)>a,
#main_menu>li.current-menu-ancestor:not(.home)>a {
  background: rgba(255,255,255,0.2);
}
#main_menu>li.current-menu-item.home>a,
#main_menu>li.current-menu-ancestor.home>a {
  background: none;
}
#main_menu>li.mega_menu:hover>ul {
  display: flex;
}
#main_menu>li.mega_menu>ul {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.5em 0.0em 0 0.0em;
}
#main_menu>li.mega_menu>ul>li {
  padding: 0 0.5em;
  margin: 0 0 0.5em 0;
}
#main_menu>li.mega_menu>ul>li>a {
  height: auto;
}
#main_menu>li.mega_menu>ul li {
  background: none !important;
  border-radius: 0 !important;
}
#main_menu>li.mega_menu>ul li.current-menu-ancestor>a:not(:hover) {
  background: none;
}
#main_menu>li.mega_menu>ul a {
  border-radius: 0 !important;
  border: none;
}
#main_menu>li.mega_menu>ul ul {
  display: flex !important;
  flex-direction: column;
  position: static;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 0;
  border-top: 1px solid #eeeeee;
}
#main_menu>li.mega_menu>ul ul:before {
  display: none;
}
#main_menu>li.mega_menu>ul ul a {
  border: none;
}
#main_menu>li.mega_menu>ul ul ul {
  display: none !important;
}
#main_menu>li.mega_menu>ul .menu_item_icon_dropdown_right {
  display: none !important;
}
#main_menu>li.mega_menu.columns_1>ul {
  padding: 0 0;
  width: 240px;
}
#main_menu>li.mega_menu.columns_1>ul>li {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#main_menu>li.mega_menu.columns_1>ul>li>a {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#main_menu>li.mega_menu.columns_1>ul>li>a:last-child {
  border-bottom: 1px solid #eeeeee;
}
#main_menu>li.mega_menu.columns_1>ul>li>ul {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
}
#main_menu>li.mega_menu.columns_1>ul>li>ul a {
  padding-left: 1.5em;
}
#main_menu>li.mega_menu.columns_1>ul>li:last-child {
  margin-bottom: 0;
}
#main_menu>li.mega_menu.columns_2>ul {
  width: 440px;
}
#main_menu>li.mega_menu.columns_2>ul>li {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
#main_menu>li.mega_menu.columns_3>ul {
  width: 660px;
}
#main_menu>li.mega_menu.columns_3>ul>li {
  flex: 0 0 33.33%;
  width: 33.33%;
  max-width: 33.33%;
}
#main_menu>li.mega_menu.columns_4>ul {
  width: 800px;
}
#main_menu>li.mega_menu.columns_4>ul>li {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}
#main_menu>li.mega_menu.columns_2>ul,
#main_menu>li.mega_menu.columns_3>ul,
#main_menu>li.mega_menu.columns_4>ul {
  left: 50%;
  transform: translate(-50%,0);
}
#main_menu>li.mega_menu.columns_2>ul:before,
#main_menu>li.mega_menu.columns_3>ul:before,
#main_menu>li.mega_menu.columns_4>ul:before {
  left: 0;
  right: 0;
  margin: auto;
}
#main_menu>li.menu_button>a {
  background: #589e5b !important;
  color: #ffffff !important;
}
#main_menu>li.menu_button>a:hover {
  background: #467d48 !important;
  color: #ffffff !important;
}
#main_menu>li>a {
  text-transform: uppercase;
  border-radius: 0.50em;
  background: none !important;
}
#main_menu>li>a:hover {
  background: #ffffff !important;
  background: none !important;
  color: #2c6b99 !important;
}
#main_menu>li>a:hover .menu_item_text:before {
  opacity: 1;
  width: 100%;
}
#main_menu>li>a:hover svg {
  fill: #111111;
}
#main_menu>li>a .menu_item_text {
  position: relative;
  text-decoration: none !important;
}
#main_menu>li>a .menu_item_text:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0.035em;
  background: currentColor;
  transition: all 0.15s ease-in-out;
}
#main_menu>li>a .menu_item_text:hover:before {
  width: 100%;
}
#main_menu>li>a svg {
  fill: #ffffff;
}
#main_menu>li>ul>li>a {
  padding: 0.75em 1.25em;
  text-transform: uppercase;
}
#main_menu>li>ul>li>a:hover {
  background: rgba(44,107,153,0.05);
}
#main_menu li:hover>ul {
  display: block;
}
#main_menu .hide_desktop {
  display: none !important;
}
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(44,107,153,0.07);
}
ul.menu li.current-menu-item>a:hover,
ul.menu li.current-menu-ancestor>a:hover {
  background: rgba(44,107,153,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(44,107,153,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;
}
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.25em;
  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: 0.625rem;
  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 {
  font-size: 1em;
}
ul.menu.layout_vertical.sidebar_pages>li>ul>li {
  border-bottom: 1px solid #eeeeee;
}
ul.menu.layout_vertical.sidebar_pages>li>ul a {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
ul.menu.layout_vertical.sidebar_pages>li>ul ul {
  font-size: 0.85em;
}
ul.menu.layout_vertical.sidebar_pages>li>ul ul a {
  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;
  font-size: 0.85em;
}
ul.menu.layout_vertical li ul a {
  padding-left: 2em;
}
ul.menu.layout_vertical li ul ul {
  display: block;
  position: static;
}
ul.menu.layout_vertical li ul ul a {
  padding-left: 3.5em;
}
ul.menu.layout_vertical li ul ul ul {
  display: block;
  position: static;
  font-size: 0.75em;
}
ul.menu.layout_vertical li ul ul ul a {
  padding-left: 5em;
}
ul.menu.layout_vertical .menu_item_icon_dropdown {
  display: none !important;
}
ul.menu.layout_horizontal>li:last-child>ul {
  left: auto;
  right: 0;
}
ul.menu.layout_horizontal>li:last-child>ul:before {
  left: auto;
  right: 1em;
}
ul.menu.layout_horizontal li:hover {
  background: rgba(44,107,153,0.05);
}
ul.menu.layout_horizontal li:hover>ul {
  display: flex;
}
ul.menu.layout_horizontal ul {
  display: none;
  flex-direction: column;
  width: 230px;
  min-width: 100%;
  z-index: 1;
  box-shadow: 0px 0px 1.25rem 0px rgba(17,17,17,0.15);
  border-radius: 0.50em;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  margin-top: 10px;
  text-align: left;
}
ul.menu.layout_horizontal ul:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 1em;
  width: 12px;
  height: 12px;
  background: #ffffff;
  transform: rotate(45deg);
}
ul.menu.layout_horizontal ul:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: transparent;
}
ul.menu.layout_horizontal ul li:first-child {
  border-top-left-radius: 0.50em;
  border-top-right-radius: 0.50em;
}
ul.menu.layout_horizontal ul li:first-child>a {
  border-top-left-radius: 0.50em;
  border-top-right-radius: 0.50em;
}
ul.menu.layout_horizontal ul li:last-child {
  border-bottom-left-radius: 0.50em;
  border-bottom-right-radius: 0.50em;
}
ul.menu.layout_horizontal ul li:last-child>a {
  border-bottom-left-radius: 0.50em;
  border-bottom-right-radius: 0.50em;
}
ul.menu.layout_horizontal ul li.current-menu-item>a,
ul.menu.layout_horizontal ul li.current-menu-ancestor>a {
  background: rgba(44,107,153,0.05);
}
ul.menu.layout_horizontal ul li.current-menu-item>a:hover,
ul.menu.layout_horizontal ul li.current-menu-ancestor>a:hover {
  background: rgba(44,107,153,0.1);
}
ul.menu.layout_horizontal ul a {
  color: #111111;
  border-bottom: 1px solid #eeeeee;
}
ul.menu.layout_horizontal ul a:hover {
  background: rgba(44,107,153,0.1);
}
ul.menu.layout_horizontal ul a:hover svg {
  opacity: 1;
}
ul.menu.layout_horizontal ul a svg {
  fill: #111111;
}
ul.menu.layout_horizontal ul ul {
  top: 0;
  left: 100%;
  margin: 0 0 0 5px;
  font-size: 0.9em;
}
ul.menu.layout_horizontal ul ul:before {
  top: 0.6em;
  left: -3px;
  width: 0.6em;
  height: 0.6em;
}
ul.menu.layout_horizontal ul ul:after {
  width: 5px;
  height: 100%;
  bottom: 0;
  top: 0;
  left: auto;
  right: 100%;
}
[data-text-color="white"] ul.menu.layout_horizontal li:hover {
  background: rgba(255,255,255,0.04);
}
[data-text-color="white"] ul.menu.layout_horizontal ul li:hover {
  background: rgba(44,107,153,0.05);
}
[data-text-color="white"] ul.menu.layout_vertical li a {
  border-color: rgba(255,255,255,0.03);
}
[data-text-color="white"] ul.menu.layout_vertical li.current-menu-ancestor>a {
  background: none;
}
[data-text-color="white"] ul.menu.layout_vertical li.current-menu-ancestor>a:hover {
  background: rgba(255,255,255,0.1);
}
[data-text-color="white"] ul.menu.layout_vertical li.current-menu-item>a {
  background: rgba(255,255,255,0.05);
}
[data-text-color="white"] ul.menu.layout_vertical li.current-menu-item>a:hover {
  background: rgba(255,255,255,0.1);
}
[data-text-color="white"] ul.menu.layout_vertical ul a:hover {
  background: rgba(255,255,255,0.1);
}
[data-text-color="white"] ul.menu li.current-menu-item>a,
[data-text-color="white"] ul.menu li.current-menu-ancestor>a {
  background: rgba(255,255,255,0.07);
}
[data-text-color="white"] ul.menu li.current-menu-item>a:hover,
[data-text-color="white"] ul.menu li.current-menu-ancestor>a:hover {
  background: rgba(255,255,255,0.13);
}
[data-text-color="white"] ul.menu a:hover {
  background: rgba(255,255,255,0.13);
}
[data-text-color="white"] ul.menu a svg {
  fill: #ffffff;
}
[data-text-color="white"] ul.menu ul li.current-menu-item>a,
[data-text-color="white"] ul.menu ul li.current-menu-ancestor>a {
  background: rgba(44,107,153,0.05);
}
[data-text-color="white"] ul.menu ul li.current-menu-item>a:hover,
[data-text-color="white"] ul.menu ul li.current-menu-ancestor>a:hover {
  background: rgba(44,107,153,0.1);
}
[data-text-color="white"] ul.menu ul a:hover {
  background: rgba(44,107,153,0.1);
}
#footer_holder {
  position: relative;
}
#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: 5rem 0;
}
#footer_holder #footer .row {
  justify-content: space-between;
}
#footer_holder #footer_bottom {
  padding: 0.9375rem 0;
  background: rgba(0,0,0,0.15);
  font-size: 0.85em;
}
#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 1.25rem 0;
  padding: 0 0 1.25rem 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 ul.layout_vertical {
  margin-top: -0.5em;
}
#footer_holder ul.layout_vertical>li>a {
  padding: 0.5em 0;
}
#footer_holder .icon_text_holder_p {
  margin-bottom: 0.75em;
}
#footer_holder .icon_text_holder_p:last-child {
  margin-bottom: 0;
}
#footer_holder .icon_text_holder .icon_text {
  position: relative;
  text-decoration: none !important;
}
#footer_holder .icon_text_holder .icon_text:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0.035em;
  background: currentColor;
  transition: all 0.15s ease-in-out;
}
#footer_holder .icon_text_holder .icon_text:hover:before {
  width: 100%;
}
#footer_404_image {
  position: absolute;
  bottom: 100%;
  right: 15%;
  left: 15%;
  display: flex;
  flex-direction: revert;
  justify-content: flex-end;
  opacity: 0.5;
}
#footer_404_image img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 500px;
  margin: 0;
}
.tiles_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1.25rem 0 -1.25rem;
}
.tiles_grid:first-child {
  margin-top: 0;
}
.tiles_grid:last-child {
  margin-bottom: -1.25rem;
}
.tiles_grid[data-item-size="small"]:last-child {
  margin-bottom: -1.25rem;
}
.tiles_grid .tile_holder {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 2.5rem;
}
.tiles_grid .tile_holder .admin_edit_button {
  right: 1.25rem;
}
.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="large"] {
  margin: 0 -1.875rem 0 -1.875rem;
}
.tiles_grid[data-gaps="large"]:last-child {
  margin-bottom: -2.5rem;
}
.tiles_grid[data-gaps="large"] .tile_holder {
  padding: 0 1.875rem;
  margin: 0 0 2.5rem 0;
}
.tiles_grid[data-gaps="large"] .tile .tile_text {
  padding: 1.875rem;
}
.tiles_grid[data-gaps="small"] {
  margin: 0 -0.625rem 1.25rem -0.625rem;
}
.tiles_grid[data-gaps="small"]:last-child {
  margin-bottom: -1.25rem;
}
.tiles_grid[data-gaps="small"] .tile_holder {
  padding: 0 0.625rem;
  margin: 0 0 1.25rem 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 5rem;
  width: 5rem;
  max-width: 5rem;
  height: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tiles_grid[data-gaps="small"] .tile[data-visual-position="left"] .tile_inner .tile_image {
  padding-left: 1.25rem;
}
.tiles_grid[data-gaps="small"] .tile[data-visual-position="right"] .tile_inner .tile_image {
  padding-right: 1.25rem;
}
.tiles_grid[data-gaps="small"] .tile .tile_meta {
  padding: 0.625rem 1.25rem;
}
.tiles_grid[data-gaps="small"] .tile .tile_text {
  padding: 1.25rem;
}
.tiles_grid[data-gaps="small"] .tile .tile_image[data-type="icon"] {
  padding-top: 1.25rem;
  height: 5rem;
}
.tiles_grid[data-gaps="none"] {
  margin: 0 0 2.5rem 0;
}
.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_text {
  padding: 1.25rem;
}
.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 0.625rem;
  margin-bottom: 2.5rem;
}
.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: 0.9375rem;
}
.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: 2.5rem;
}
.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: 0.625rem;
}
.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: 0.625rem;
}
.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.0x"] .slick-dots,
.tiles_grid[data-slider="true"][data-slider-nav-position="inside"][data-slider-top-bottom-padding="0.0x"] .slick-dots {
  bottom: 0.625rem;
}
.tiles_grid[data-slider="1"][data-slider-nav-position="inside"][data-slider-top-bottom-padding="0.5x"] .slick-dots,
.tiles_grid[data-slider="true"][data-slider-nav-position="inside"][data-slider-top-bottom-padding="0.5x"] .slick-dots {
  bottom: 1.25rem;
}
.tiles_grid[data-slider="1"][data-slider-nav-position="inside"][data-slider-top-bottom-padding="1.0x"] .slick-dots,
.tiles_grid[data-slider="true"][data-slider-nav-position="inside"][data-slider-top-bottom-padding="1.0x"] .slick-dots {
  bottom: 1.875rem;
}
.tiles_grid[data-slider="1"][data-slider-nav-position="inside"][data-slider-top-bottom-padding="1.5x"] .slick-dots,
.tiles_grid[data-slider="true"][data-slider-nav-position="inside"][data-slider-top-bottom-padding="1.5x"] .slick-dots {
  bottom: 2.5rem;
}
.tiles_grid[data-slider="1"][data-slider-nav-position="inside"][data-slider-top-bottom-padding="2.0x"] .slick-dots,
.tiles_grid[data-slider="true"][data-slider-nav-position="inside"][data-slider-top-bottom-padding="2.0x"] .slick-dots {
  bottom: 3.125rem;
}
.tiles_grid[data-slider="1"][data-slider-top-bottom-padding="0.0x"] .slick-list,
.tiles_grid[data-slider="true"][data-slider-top-bottom-padding="0.0x"] .slick-list {
  padding-top: 0;
  padding-bottom: 0;
}
.tiles_grid[data-slider="1"][data-slider-top-bottom-padding="0.5x"] .slick-list,
.tiles_grid[data-slider="true"][data-slider-top-bottom-padding="0.5x"] .slick-list {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.tiles_grid[data-slider="1"][data-slider-top-bottom-padding="1.0x"] .slick-list,
.tiles_grid[data-slider="true"][data-slider-top-bottom-padding="1.0x"] .slick-list {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tiles_grid[data-slider="1"][data-slider-top-bottom-padding="1.5x"] .slick-list,
.tiles_grid[data-slider="true"][data-slider-top-bottom-padding="1.5x"] .slick-list {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.tiles_grid[data-slider="1"][data-slider-top-bottom-padding="2.0x"] .slick-list,
.tiles_grid[data-slider="true"][data-slider-top-bottom-padding="2.0x"] .slick-list {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.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: 5rem;
  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: 3.75rem;
  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: 1.875rem;
  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: -0.625rem;
  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: -0.625rem;
  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: 1.25rem 0.625rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.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.equal_height .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.tiles_grid.equal_height .slick-track .tile_holder {
  height: auto;
  flex: 1;
  max-width: none;
  min-width: auto;
}
.tiles_grid.equal_height .tile .tile_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tiles_grid.equal_height .tile .tile_inner .tile_text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.tiles_grid.equal_height .tile .tile_inner .tile_text .buttons_holder {
  margin-top: auto !important;
}
.tiles_grid.equal_height .tile .tile_inner .tile_text .staff_contacts {
  margin-top: auto !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,#111111 0%,rgba(17,17,17,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(17,17,17,0) 0%,#111111 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,#2c6b99 0%,rgba(44,107,153,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(44,107,153,0) 0%,#2c6b99 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,#589e5b 0%,rgba(88,158,91,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(88,158,91,0) 0%,#589e5b 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,#2c6b99 0%,rgba(44,107,153,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(44,107,153,0) 0%,#2c6b99 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,#172a30 0%,rgba(23,42,48,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(23,42,48,0) 0%,#172a30 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,#eef3f7 0%,rgba(238,243,247,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(238,243,247,0) 0%,#eef3f7 100%);
}
[data-background-color="color_body"] .tiles_grid[data-slider="1"]:before,
[data-background-color="color_body"] .tiles_grid[data-slider="true"]:before {
  background-image: linear-gradient(to right,#eef3f7 0%,rgba(250,250,250,0) 100%);
}
[data-background-color="color_body"] .tiles_grid[data-slider="1"]:after,
[data-background-color="color_body"] .tiles_grid[data-slider="true"]:after {
  background-image: linear-gradient(to right,rgba(238,243,247,0) 0%,#fafafa 100%);
}
.tile_holder {
  position: relative;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 0 2.5rem 0;
  outline: none !important;
  border: none !important;
}
.tile_holder .tile {
  height: 100%;
}
.tile_holder .admin_edit_button {
  border-radius: 0.50em;
}
.tile_holder[data-size="small"] {
  margin-bottom: 1.25rem;
}
.tile {
  display: block;
  position: relative;
  background: #ffffff;
  outline: none !important;
  border: none !important;
}
.tile[data-background-color="white"] {
  background: #ffffff;
}
.tile[data-background-color="dark"] {
  background: #111111;
}
.tile[data-background-color="black"] {
  background: #000000;
}
.tile[data-background-color="color_1"] {
  background: #2c6b99;
}
.tile[data-background-color="color_2"] {
  background: #589e5b;
}
.tile[data-background-color="color_3"] {
  background: #2c6b99;
}
.tile[data-background-color="color_4"] {
  background: #172a30;
}
.tile[data-background-color="color_5"] {
  background: #eef3f7;
}
.tile[data-background-color="color_body"] {
  background: #fafafa;
}
.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: 1.25rem;
}
.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_body"],
.tile[data-background-color="color_5"] {
  color: #111111;
}
.tile[data-text-color="white"] {
  color: #ffffff;
}
.tile[data-text-color="dark"] {
  color: #111111;
}
.tile[data-text-color="black"] {
  color: #000000;
}
.tile[data-text-color="color_1"] {
  color: #2c6b99;
}
.tile[data-text-color="color_2"] {
  color: #589e5b;
}
.tile[data-text-color="color_3"] {
  color: #2c6b99;
}
.tile[data-text-color="color_4"] {
  color: #172a30;
}
.tile[data-text-color="color_5"] {
  color: #eef3f7;
}
.tile[data-text-color="color_body"] {
  color: #fafafa;
}
.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 7.5rem;
  width: 7.5rem;
  max-width: 7.5rem;
  height: 100%;
  padding: 1.875rem 0 1.875rem 1.875rem;
}
.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: 5.625rem;
  max-height: 4.375rem;
}
.tile[data-visual-position="left"] .tile_background_icon>svg,
.tile[data-visual-position="left"] .tile_background_icon .fa-icon {
  margin: 10% 0 0 10%;
}
.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: 1.875rem 1.875rem 1.875rem 0;
}
.tile[data-visual-position="right"] .tile_inner .tile_text {
  order: 1;
}
.tile[data-visual-position="right"] .tile_background_icon>svg,
.tile[data-visual-position="right"] .tile_background_icon .fa-icon {
  margin: 10% 10% 0 0;
}
.tile[data-visual-position="right"] .tile_background_icon .icon svg {
  margin: 10% 10% 0 0;
}
.tile[data-vertical-align="bottom"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.tile[data-vertical-align="top"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.tile[data-vertical-align="center"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tile[data-text-padding="0.0x"] .tile_text {
  padding: 0rem !important;
}
.tile[data-text-padding="0.5x"] .tile_text {
  padding: 0.625rem !important;
}
.tile[data-text-padding="1.0x"] .tile_text {
  padding: 1.25rem !important;
}
.tile[data-text-padding="1.5x"] .tile_text {
  padding: 1.875rem !important;
}
.tile[data-text-padding="2.0x"] .tile_text {
  padding: 2.5rem !important;
}
.tile[data-text-padding="2.5x"] .tile_text {
  padding: 3.125rem !important;
}
.tile[data-text-padding="3.0x"] .tile_text {
  padding: 3.75rem !important;
}
.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: 0.50em;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.tile .tile_image[data-type="masonry_image"] {
  position: relative;
  width: 100%;
  height: 0;
  background: #eef3f7;
}
.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: 1.875rem 1.25rem 0 1.25rem;
  height: 6.25rem;
  height: auto;
}
.tile .tile_image[data-type="icon"]:last-child {
  padding: 1.25rem !important;
}
.tile .tile_image[data-type="icon"]>svg,
.tile .tile_image[data-type="icon"] .fa-icon {
  font-size: 3.5em;
}
.tile .tile_image[data-type="icon"] .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #111111;
}
.tile .tile_image[data-type="icon"] .icon[data-color="white"] {
  color: #ffffff;
}
.tile .tile_image[data-type="icon"] .icon[data-color="dark"] {
  color: #111111;
}
.tile .tile_image[data-type="icon"] .icon[data-color="black"] {
  color: #000000;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_1"] {
  color: #2c6b99;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_2"] {
  color: #589e5b;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_3"] {
  color: #2c6b99;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_4"] {
  color: #172a30;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_5"] {
  color: #eef3f7;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_body"] {
  color: #fafafa;
}
.tile .tile_image[data-type="icon"] svg {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 4.375rem;
  max-height: 4.375rem;
  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: 0.50em;
}
.tile .tile_text {
  padding: 1.875rem;
}
.tile .tile_meta {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid rgba(17,17,17,0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tile .tile_meta+.tile_text {
  padding-top: 1.25rem;
}
.tile .tile_meta .tile_meta_item {
  opacity: 0.5;
  font-size: 0.8em;
}
.tile .subtitle {
  opacity: 0.5;
  margin: -0.9375rem 0 1.25rem 0;
}
.tile .subtitle:first-child {
  margin-top: 0;
}
.tile .subtitle:last-child {
  margin-bottom: 0;
}
.tile .subtitle+h4 {
  margin-top: -0.9375rem;
}
.tile .tile_title {
  margin-bottom: 0.625rem;
}
.tile .tile_title:last-child {
  margin-bottom: 0;
}
.tile .tile_title+.subtitle {
  margin-top: -0.3125rem;
}
.tile .tile_excerpt {
  margin: 0 0 1.25rem 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: 0.50em;
  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>svg,
.tile .tile_background_icon .fa-icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10em;
  width: 1.25em;
  height: 1.25em;
  opacity: 0.05;
  transform: translate(-15%,-25%);
}
.tile .tile_background_icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #111111;
}
.tile .tile_background_icon .icon[data-color="white"] {
  color: #ffffff;
}
.tile .tile_background_icon .icon[data-color="dark"] {
  color: #111111;
}
.tile .tile_background_icon .icon[data-color="black"] {
  color: #000000;
}
.tile .tile_background_icon .icon[data-color="color_1"] {
  color: #2c6b99;
}
.tile .tile_background_icon .icon[data-color="color_2"] {
  color: #589e5b;
}
.tile .tile_background_icon .icon[data-color="color_3"] {
  color: #2c6b99;
}
.tile .tile_background_icon .icon[data-color="color_4"] {
  color: #172a30;
}
.tile .tile_background_icon .icon[data-color="color_5"] {
  color: #eef3f7;
}
.tile .tile_background_icon .icon[data-color="color_body"] {
  color: #fafafa;
}
.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: 0.3125rem 1.25rem;
  overflow: hidden;
}
.tile[data-size="small"] .tile_inner h4,
.tile[data-size="small"] .tile_inner h5 {
  margin-bottom: 0.625rem;
}
.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: -0.625rem;
}
.tile[data-size="small"] .tile_inner .tile_excerpt {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.80em;
}
.tile[data-size="small"] .tile_inner .tile_excerpt p {
  text-overflow: ellipsis;
  overflow: hidden;
}
a.tile {
  color: #111111;
  text-decoration: none;
}
a.tile:focus {
  outline: 1px dashed currentColor !important;
}
a.tile:hover {
  text-decoration: none;
  box-shadow: 0em 0.75em 3.50em 0em rgba(43,43,43,0.12), 0em 0.5em 1.25em 0em rgba(43,43,43,0.08);
}
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;
}
a.tile[data-tile-type="tile_block"]:hover {
  opacity: 0.85;
}
.buttons_holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem 0px -0.625rem !important;
}
.buttons_holder:last-child {
  margin-bottom: -1.25rem !important;
}
.buttons_holder[data-type="vertical"] {
  flex-direction: column;
  margin: 0 !important;
}
.buttons_holder[data-type="vertical"]:last-child {
  margin-bottom: -1.25rem !important;
}
.buttons_holder[data-type="vertical"] .button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.buttons_holder[data-type="horizontal"].with_line {
  position: relative;
  margin: 0 !important;
}
.buttons_holder[data-type="horizontal"].with_line:before,
.buttons_holder[data-type="horizontal"].with_line:after {
  content: '';
  display: block;
  height: 2px;
  width: 50vw;
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.25;
  background: #2c6b99;
}
.buttons_holder[data-type="horizontal"].with_line:before {
  right: 50%;
  margin-right: 132px;
}
.buttons_holder[data-type="horizontal"].with_line:after {
  left: 50%;
  margin-left: 132px;
}
.buttons_holder[data-type="horizontal"].with_line .button {
  margin: 0 !important;
}
.buttons_holder[data-gaps="large"] {
  margin: 0 -1.25rem 0 -1.25rem !important;
}
.buttons_holder[data-gaps="large"]:last-child {
  margin-bottom: -1.25rem !important;
}
.buttons_holder[data-gaps="large"] .button {
  margin: 0 1.25rem 1.25rem 1.25rem !important;
}
.buttons_holder[data-gaps="small"] {
  margin: 0 -0.3125rem 0.625rem -0.3125rem !important;
}
.buttons_holder[data-gaps="small"]:last-child {
  margin-bottom: -0.625rem !important;
}
.buttons_holder[data-gaps="small"] .button {
  margin: 0 0.3125rem 0.625rem 0.3125rem !important;
}
.buttons_holder[data-gaps="tiny"] {
  margin: 0 -0.25rem 0.9375rem -0.25rem !important;
}
.buttons_holder[data-gaps="tiny"]:last-child {
  margin-bottom: -0.3125rem !important;
}
.buttons_holder[data-gaps="tiny"] .button {
  margin: 0 0.25rem 0.3125rem 0.25rem !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 0.625rem 1.25rem 0.625rem !important;
}
.button {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  margin: 0.3125rem 0.625rem 0.3125rem 0;
  padding: 1.00em 1.75em;
  border-radius: 0.50em;
  background: #2c6b99;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.button:hover {
  cursor: pointer;
  text-decoration: none !important;
  color: #ffffff;
  background: #214f71;
}
.button:hover[disabled] {
  cursor: default;
}
.button:last-child {
  margin: 0;
}
.button.full_width {
  display: flex;
  width: 100%;
  justify-content: center;
}
.button .button_text {
  flex-shrink: 0;
}
.button>svg,
.button .fa-icon {
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.button>svg:first-child,
.button .fa-icon:first-child {
  margin-left: -0.25em;
}
.button>svg:last-child,
.button .fa-icon:last-child {
  margin-right: -0.25em;
}
.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: 1.4em;
}
.button[data-size="large"] {
  font-size: 1.2em;
}
.button[data-size="small"] {
  font-size: 0.8em;
}
.button[data-size="tiny"] {
  font-size: 0.6em;
  text-transform: none;
}
.button[data-color="color_1"] {
  background: #2c6b99;
}
.button[data-color="color_1"]:hover {
  background: #214f71;
}
.button[data-color="color_2"] {
  background: #589e5b;
}
.button[data-color="color_2"]:hover {
  background: #467d48;
}
.button[data-color="color_3"] {
  background: #2c6b99;
}
.button[data-color="color_3"]:hover {
  background: #214f71;
}
.button[data-color="color_4"] {
  background: #172a30;
}
.button[data-color="color_4"]:hover {
  background: #060c0e;
}
.button[data-color="color_5"] {
  background: #eef3f7;
  color: #2c6b99;
}
.button[data-color="color_5"]:hover {
  background: #cbdbe7;
  color: #214f71;
}
.button[data-color="color_body"] {
  background: #fafafa;
  color: #2c6b99;
}
.button[data-color="color_body"]:hover {
  background: #e1e1e1;
  color: #214f71;
}
.button[data-color="white"] {
  background: #ffffff;
  color: #111111;
}
.button[data-color="white"]:hover {
  background: #eeeeee;
  color: #111111;
}
.button[data-color="grey"] {
  background: #555555;
}
.button[data-color="grey"]:hover {
  background: #2c6b99;
}
.button[data-color="dark"] {
  background: #111111;
}
.button[data-color="dark"]:hover {
  background: #000000;
}
.button[data-color="black"] {
  background: #000000;
}
.button[data-color="black"]:hover {
  background: #111111;
}
.button[data-button-type="outline"] {
  background: none;
  border: 2px solid #2c6b99;
  color: #2c6b99;
  padding-top: calc(1.00em - 2px);
  padding-bottom: calc(1.00em - 2px);
}
.button[data-button-type="outline"] .icon svg {
  fill: #2c6b99 !important;
}
.button[data-button-type="outline"]:hover {
  background: #2c6b99;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_1"] {
  border-color: #2c6b99;
  color: #2c6b99;
}
.button[data-button-type="outline"][data-color="color_1"]:hover {
  background: #2c6b99;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_2"] {
  border-color: #589e5b;
  color: #589e5b;
}
.button[data-button-type="outline"][data-color="color_2"]:hover {
  background: #589e5b;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_3"] {
  border-color: #2c6b99;
  color: #2c6b99;
}
.button[data-button-type="outline"][data-color="color_3"]:hover {
  background: #2c6b99;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_4"] {
  border-color: #172a30;
  color: #172a30;
}
.button[data-button-type="outline"][data-color="color_4"]:hover {
  background: #172a30;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_5"] {
  border-color: #eef3f7;
  color: #eef3f7;
}
.button[data-button-type="outline"][data-color="color_5"]:hover {
  background: #eef3f7;
  color: #2c6b99;
}
.button[data-button-type="outline"][data-color="color_body"] {
  border-color: #fafafa;
  color: #fafafa;
}
.button[data-button-type="outline"][data-color="color_body"]:hover {
  background: #fafafa;
  color: #2c6b99;
}
.button[data-button-type="outline"][data-color="white"] {
  border-color: #ffffff;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="white"]:hover {
  background: #ffffff;
  color: #111111;
}
.button[data-button-type="outline"][data-color="grey"] {
  border-color: #555555;
  color: #555555;
}
.button[data-button-type="outline"][data-color="grey"]:hover {
  background: #555555;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="dark"] {
  border-color: #111111;
  color: #111111;
}
.button[data-button-type="outline"][data-color="dark"]:hover {
  background: #111111;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="black"] {
  border-color: #000000;
  color: #000000;
}
.button[data-button-type="outline"][data-color="black"]:hover {
  background: #000000;
  color: #ffffff;
}
.fa-icon {
  margin: 0 0.65em 0 0.65em;
  text-decoration: none !important;
}
.fa-icon:first-child {
  margin-left: 0;
}
.fa-icon:last-child {
  margin-right: 0;
}
.fa-icon:before {
  text-decoration: none !important;
}
.fa-icon.fa-fw:before {
  margin: 0 auto;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  height: 1.25em;
  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 {
  width: 1em;
  height: 1em;
  margin: 0;
  fill: currentColor !important;
}
.icon svg path {
  fill: currentColor !important;
}
.icon[data-color="white"] {
  color: #ffffff;
}
.icon[data-color="dark"] {
  color: #111111;
}
.icon[data-color="black"] {
  color: #000000;
}
.icon[data-color="color_1"] {
  color: #2c6b99;
}
.icon[data-color="color_2"] {
  color: #589e5b;
}
.icon[data-color="color_3"] {
  color: #2c6b99;
}
.icon[data-color="color_4"] {
  color: #172a30;
}
.icon[data-color="color_5"] {
  color: #eef3f7;
}
.icon[data-color="color_body"] {
  color: #fafafa;
}
.icon[data-circle="true"] {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  background: #111111;
  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: 4.00em;
  height: 4.00em;
}
.icon[data-circle="true"]>svg,
.icon[data-circle="true"] .fa-icon {
  margin: 0 !important;
}
.icon[data-circle="true"] svg {
  width: 50%;
  height: 50%;
  display: block;
  margin: 0;
}
.icon[data-circle="true"][data-color="white"] {
  background: #ffffff;
  color: #111111;
}
.icon[data-circle="true"][data-color="dark"] {
  background: #111111;
}
.icon[data-circle="true"][data-color="black"] {
  background: #000000;
}
.icon[data-circle="true"][data-color="color_1"] {
  background: #2c6b99;
}
.icon[data-circle="true"][data-color="color_2"] {
  background: #589e5b;
}
.icon[data-circle="true"][data-color="color_3"] {
  background: #2c6b99;
}
.icon[data-circle="true"][data-color="color_4"] {
  background: #172a30;
}
.icon[data-circle="true"][data-color="color_5"] {
  background: #eef3f7;
  color: #2c6b99;
}
.icon[data-circle="true"][data-color="color_body"] {
  background: #fafafa;
  color: #2c6b99;
}
.icon[data-circle="true"][data-circle-type="outline"] {
  background: transparent;
  border: 1px solid #111111;
  color: #111111;
}
.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: #111111;
  color: #111111;
}
.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: #2c6b99;
  color: #2c6b99;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_2"] {
  border-color: #589e5b;
  color: #589e5b;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_3"] {
  border-color: #2c6b99;
  color: #2c6b99;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_4"] {
  border-color: #172a30;
  color: #172a30;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_5"] {
  border-color: #eef3f7;
  color: #eef3f7;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_body"] {
  border-color: #fafafa;
  color: #fafafa;
}
a.icon {
  text-decoration: none !important;
}
a.icon:hover[data-circle="true"] {
  background: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="white"] {
  background: #eeeeee;
  color: #111111;
}
a.icon:hover[data-circle="true"][data-color="dark"] {
  background: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="black"] {
  background: #111111;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_1"] {
  background: #214f71;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_2"] {
  background: #467d48;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_3"] {
  background: #214f71;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_4"] {
  background: #060c0e;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_5"] {
  background: #cbdbe7;
  color: #214f71;
}
a.icon:hover[data-circle="true"][data-color="color_body"] {
  background: #fafafa;
  color: #fafafa;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"] {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="white"] {
  background: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="dark"] {
  background: #111111;
  border-color: #111111;
  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: #2c6b99;
  border-color: #2c6b99;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_2"] {
  background: #589e5b;
  border-color: #589e5b;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_3"] {
  background: #2c6b99;
  border-color: #2c6b99;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_4"] {
  background: #172a30;
  border-color: #172a30;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_5"] {
  background: #eef3f7;
  border-color: #eef3f7;
  color: #2c6b99;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_body"] {
  background: #fafafa;
  border-color: #fafafa;
  color: #2c6b99;
}
.icon_text_holder {
  display: inline-flex;
  flex-direction: row;
  text-decoration: none;
}
.icon_text_holder.large {
  font-size: 1.20em;
}
.icon_text_holder svg[class*="fa-"] {
  margin: 0 0.65em;
}
.icon_text_holder svg[class*="fa-"]:last-child {
  margin-right: 0;
}
.icon_text_holder svg[class*="fa-"]:first-child {
  margin-left: 0;
}
.icon_text_holder .icon {
  display: inherit;
}
a.icon_text_holder:hover {
  color: #2c6b99;
  text-decoration: none;
}
a.icon_text_holder:hover .icon_text:before {
  width: 100%;
}
[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: 0.625rem 0 0 0;
  padding: 0.3125rem 0.9375rem;
  border-radius: 0.2em;
  font-size: 0.85rem;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%,0);
  background: #111111;
  background: #666666;
  color: #ffffff;
}
.tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #111111;
  border-bottom-color: #666666;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
[data-text-color="white"] .tooltip {
  background: #ffffff;
  color: #111111;
}
[data-text-color="white"] .tooltip:before {
  border-bottom-color: #ffffff;
}
.icon_items[data-style="solid"] .icon_item_icon {
  background: #2c6b99;
  color: #ffffff;
}
.icon_items[data-style="solid"] a.icon_item:hover .icon_item_icon {
  background: #214f71;
}
.icon_items[data-style="solid"] a.icon_item:hover .icon_item_icon:before {
  border-color: #214f71;
}
.icon_items[data-style="solid"][data-icons-color="white"] .icon_item_icon {
  background: #ffffff;
  color: #111111;
}
.icon_items[data-style="solid"][data-icons-color="white"] .icon_item_icon:before {
  border-color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="white"] a.icon_item:hover .icon_item_icon {
  opacity: 0.8;
}
.icon_items[data-style="solid"][data-icons-color="white"] a.icon_item:hover .icon_item_icon:before {
  border-color: #ffffff;
  opacity: 0.8;
}
.icon_items[data-style="solid"][data-icons-color="dark"] .icon_item_icon {
  background: #111111;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="dark"] .icon_item_icon:before {
  border-color: #111111;
}
.icon_items[data-style="solid"][data-icons-color="dark"] a.icon_item:hover .icon_item_icon {
  background: #000000;
}
.icon_items[data-style="solid"][data-icons-color="dark"] a.icon_item:hover .icon_item_icon:before {
  border-color: #000000;
}
.icon_items[data-style="solid"][data-icons-color="black"] .icon_item_icon {
  background: #000000;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="black"] .icon_item_icon:before {
  border-color: #000000;
}
.icon_items[data-style="solid"][data-icons-color="black"] a.icon_item:hover .icon_item_icon {
  background: #111111;
}
.icon_items[data-style="solid"][data-icons-color="black"] a.icon_item:hover .icon_item_icon:before {
  border-color: #111111;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] .icon_item_icon {
  background: #2c6b99;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] .icon_item_icon:before {
  border-color: #2c6b99;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon {
  background: #214f71;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon:before {
  border-color: #214f71;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] .icon_item_icon {
  background: #589e5b;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] .icon_item_icon:before {
  border-color: #589e5b;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon {
  background: #467d48;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon:before {
  border-color: #467d48;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] .icon_item_icon {
  background: #2c6b99;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] .icon_item_icon:before {
  border-color: #2c6b99;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] a.icon_item:hover .icon_item_icon {
  background: #214f71;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] a.icon_item:hover .icon_item_icon:before {
  border-color: #214f71;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] .icon_item_icon {
  background: #172a30;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] .icon_item_icon:before {
  border-color: #172a30;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] a.icon_item:hover .icon_item_icon {
  background: #060c0e;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] a.icon_item:hover .icon_item_icon:before {
  border-color: #060c0e;
}
.icon_items[data-style="solid"][data-icons-color="color_5"] .icon_item_icon {
  background: #eef3f7;
  color: #111111;
}
.icon_items[data-style="solid"][data-icons-color="color_5"] .icon_item_icon:before {
  border-left-color: #eef3f7 !important;
}
.icon_items[data-style="solid"][data-icons-color="color_5"] a.icon_item:hover .icon_item_icon {
  background: #cbdbe7;
  color: #000000;
}
.icon_items[data-style="solid"][data-icons-color="color_5"] a.icon_item:hover .icon_item_icon:before {
  border-left-color: #cbdbe7 !important;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] .icon_item_icon {
  background: #fafafa;
  color: #111111;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] .icon_item_icon:before {
  border-left-color: #fafafa !important;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] a.icon_item:hover .icon_item_icon {
  background: #e1e1e1;
  color: #000000;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] a.icon_item:hover .icon_item_icon:before {
  border-left-color: #e1e1e1 !important;
}
.icon_items[data-style="outline"] .icon_item_icon {
  background: none;
  border: 2px solid #2c6b99;
  color: #2c6b99;
}
.icon_items[data-style="outline"] .icon_item_icon:before {
  width: 0.375rem;
  height: 0.375rem;
}
.icon_items[data-style="outline"] a.icon_item:hover .icon_item_icon {
  background: #2c6b99;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="white"] .icon_item_icon {
  border-color: #ffffff;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="white"] .icon_item_icon:before {
  border-color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="white"] a.icon_item:hover .icon_item_icon {
  background: #ffffff;
  color: #111111;
}
.icon_items[data-style="outline"][data-icons-color="dark"] .icon_item_icon {
  border-color: #111111;
  color: #111111;
}
.icon_items[data-style="outline"][data-icons-color="dark"] .icon_item_icon:before {
  border-color: #111111;
}
.icon_items[data-style="outline"][data-icons-color="dark"] a.icon_item:hover .icon_item_icon {
  background: #111111;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="black"] .icon_item_icon {
  border-color: #000000;
  color: #000000;
}
.icon_items[data-style="outline"][data-icons-color="black"] .icon_item_icon:before {
  border-color: #000000;
}
.icon_items[data-style="outline"][data-icons-color="black"] a.icon_item:hover .icon_item_icon {
  background: #000000;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] .icon_item_icon {
  border-color: #2c6b99;
  color: #2c6b99;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] .icon_item_icon:before {
  border-color: #2c6b99;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon {
  background: #2c6b99;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] .icon_item_icon {
  border-color: #589e5b;
  color: #589e5b;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] .icon_item_icon:before {
  border-color: #589e5b;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon {
  background: #589e5b;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_3"] .icon_item_icon {
  border-color: #2c6b99;
  color: #2c6b99;
}
.icon_items[data-style="outline"][data-icons-color="color_3"] .icon_item_icon:before {
  border-color: #2c6b99;
}
.icon_items[data-style="outline"][data-icons-color="color_3"] a.icon_item:hover .icon_item_icon {
  background: #2c6b99;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_4"] .icon_item_icon {
  border-color: #172a30;
  color: #172a30;
}
.icon_items[data-style="outline"][data-icons-color="color_4"] .icon_item_icon:before {
  border-color: #172a30;
}
.icon_items[data-style="outline"][data-icons-color="color_4"] a.icon_item:hover .icon_item_icon {
  background: #172a30;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_5"] .icon_item_icon {
  border-color: #eef3f7;
  color: #eef3f7;
}
.icon_items[data-style="outline"][data-icons-color="color_5"] .icon_item_icon:before {
  border-color: #eef3f7;
}
.icon_items[data-style="outline"][data-icons-color="color_5"] a.icon_item:hover .icon_item_icon {
  background: #eef3f7;
  color: #2c6b99;
}
.icon_items[data-style="outline"][data-icons-color="color_body"] .icon_item_icon {
  border-color: #fafafa;
  color: #fafafa;
}
.icon_items[data-style="outline"][data-icons-color="color_body"] .icon_item_icon:before {
  border-color: #fafafa;
}
.icon_items[data-style="outline"][data-icons-color="color_body"] a.icon_item:hover .icon_item_icon {
  background: #fafafa;
  color: #2c6b99;
}
.icon_items[data-shape="circle"][data-layout="horizontal"] .icon_item_icon {
  margin-bottom: 0;
  margin-right: 1.25rem;
}
.icon_items[data-shape="circle"][data-layout="horizontal"] .icon_item_icon:last-child {
  margin-right: 0;
}
.icon_items[data-shape="circle"] .icon_item_icon {
  border-radius: 50%;
  margin-bottom: 1.25rem;
}
.icon_items[data-shape="circle"] .icon_item_icon:last-child {
  margin-bottom: 0;
}
.icon_items[data-shape="circle"] .icon_item_icon:before {
  display: none !important;
}
.icon_items[data-shape="square"] .icon_item_icon {
  border-radius: 0;
}
.icon_items[data-shape="rounded"] .icon_item_icon {
  border-radius: 0.50em;
}
.icon_items[data-shape="none"][data-size="large"] .icon_item .icon_item_icon {
  flex: 0 0 7.5rem;
  width: 7.5rem;
  max-width: 7.5rem;
  height: 7.5rem;
}
.icon_items[data-shape="none"][data-size="large"] .icon_item .icon_item_icon svg {
  width: 7.5rem;
  height: 7.5rem;
}
.icon_items[data-shape="none"][data-size="small"] .icon_item .icon_item_icon {
  flex: 0 0 3.125rem;
  width: 3.125rem;
  max-width: 3.125rem;
  height: 3.125rem;
}
.icon_items[data-shape="none"][data-size="small"] .icon_item .icon_item_icon svg {
  width: 3.125rem;
  height: 3.125rem;
}
.icon_items[data-shape="none"] .icon_item .icon_item_icon {
  flex: 0 0 5rem;
  width: 5rem;
  max-width: 5rem;
  height: 5rem;
  background: none !important;
  border-radius: none !important;
  margin-bottom: 0.625rem;
}
.icon_items[data-shape="none"] .icon_item .icon_item_icon:before {
  display: none !important;
}
.icon_items[data-shape="none"] .icon_item .icon_item_icon svg {
  width: 5rem;
  height: 5rem;
}
.icon_items[data-layout="horizontal"] .icon_item {
  text-align: left;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_inner {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_icon {
  margin: 0 1.875rem 0 0;
  margin-bottom: 0 !important;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_icon:before {
  top: 0;
  bottom: 0;
  right: auto;
  left: 100%;
  border-top-color: transparent !important;
  border-left-color: #2c6b99;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_icon:last-child {
  margin-right: 0;
}
.icon_items[data-layout="vertical"] {
  justify-content: center;
}
.icon_items[data-layout="vertical"] .icon_item .icon_item_icon:before {
  border-left-color: transparent !important;
}
.icon_items[data-size="small"] .icon_item .icon_item_icon {
  width: 5rem;
  height: 5rem;
  flex: 0 0 5rem;
  max-width: 5rem;
}
.icon_items[data-size="small"] .icon_item .icon_item_icon i {
  font-size: 2.00em;
}
.icon_items[data-size="small"] .icon_item .icon_item_icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.icon_items[data-size="small"][data-style="outline"] .icon_item .icon_item_icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.icon_items[data-size="smaller"] .icon_item .icon_item_icon {
  width: 3.75rem;
  height: 3.75rem;
  flex: 0 0 3.75rem;
  max-width: 3.75rem;
  margin-bottom: 1.25rem;
}
.icon_items[data-size="smaller"] .icon_item .icon_item_icon:before {
  border-width: 0.5rem;
}
.icon_items[data-size="smaller"] .icon_item .icon_item_icon i {
  font-size: 1.25em;
}
.icon_items[data-size="smaller"] .icon_item .icon_item_icon svg {
  width: 1.875rem;
  height: 1.875rem;
}
.icon_items[data-size="smaller"][data-layout="horizontal"] .icon_item_icon {
  margin-right: 1.25rem;
}
.icon_items[data-size="smaller"][data-style="outline"] .icon_item .icon_item_icon svg {
  width: 1.875rem;
  height: 1.875rem;
}
.icon_items[data-size="tiny"] .icon_item .icon_item_icon {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  max-width: 2.5rem;
  margin-bottom: 1.25rem;
}
.icon_items[data-size="tiny"] .icon_item .icon_item_icon:before {
  border-width: 0.375rem;
}
.icon_items[data-size="tiny"] .icon_item .icon_item_icon i {
  font-size: 1.00em;
}
.icon_items[data-size="tiny"] .icon_item .icon_item_icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.icon_items[data-size="tiny"][data-layout="horizontal"] .icon_item_icon {
  margin-bottom: 0;
  margin-right: 0.625rem;
}
.icon_items[data-size="tiny"][data-style="outline"] .icon_item .icon_item_icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.icon_items[data-size="normal"] .icon_item .icon_item_icon i {
  font-size: 3.00em;
}
.icon_items[data-size="normal"][data-style="outline"] .icon_item .icon_item_icon i {
  font-size: 3.00em;
}
.icon_items[data-size="normal"][data-style="outline"] .icon_item .icon_item_icon svg {
  width: 3.125rem;
  height: 3.125rem;
}
.icon_items[data-size="large"] {
  font-size: 1.2em;
}
.icon_items[data-size="large"] .icon_item .icon_item_icon {
  width: 10rem;
  height: 10rem;
  flex: 0 0 10rem;
  max-width: 10rem;
}
.icon_items[data-size="large"] .icon_item .icon_item_icon i {
  font-size: 3.00em;
}
.icon_items[data-size="large"] .icon_item .icon_item_icon svg {
  width: 7.5rem;
  height: 7.5rem;
}
.icon_items[data-size="large"][data-style="outline"] .icon_item .icon_item_icon svg {
  width: 5.625rem;
  height: 5.625rem;
}
.icon_item {
  text-align: center;
  outline: none !important;
}
.icon_item .icon_item_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon_item .icon_item_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.875rem 0;
  width: 7.5rem;
  height: 7.5rem;
  flex: 0 0 7.5rem;
  max-width: 7.5rem;
  transition: all 0.15s ease-in-out;
}
.icon_item .icon_item_icon:last-child {
  margin-bottom: 0;
}
.icon_item .icon_item_icon:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.625rem solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top-color: #2c6b99;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  transition: all 0.15s ease-in-out;
}
.icon_item .icon_item_icon .icon {
  display: inherit;
}
.icon_item .icon_item_icon svg {
  width: 3.75rem;
  height: 3.75rem;
}
.icon_item .icon_item_text {
  max-width: 100%;
}
.icon_item h4 {
  margin-bottom: 0.625rem;
}
.icon_item h4:last-child {
  margin-bottom: 0;
}
a.icon_item {
  text-decoration: none;
  color: inherit;
}
#sidebar #sidebar_inner>.tile_holder:last-child {
  margin-bottom: 0 !important;
}
#sidebar .tile_holder {
  width: auto;
  max-width: none;
}
#sidebar .sidebar_hide,
#sidebar .hide_sidebar,
#sidebar .sidebar_hidden,
#sidebar .hidden_sidebar,
#sidebar .tile_hide {
  display: none;
}
.accordion {
  margin: 0 0 2.5rem 0;
  overflow: hidden;
  display: block;
  position: relative;
  background: #ffffff;
  outline: none !important;
  border: none !important;
  box-shadow: 0em 0.5em 3.00em 0em rgba(43,43,43,0.1), 0em 0.5em 1.00em 0em rgba(43,43,43,0.05);
  border-radius: 0.50em;
}
.accordion[data-background-color="white"] {
  background: #ffffff;
}
.accordion[data-background-color="dark"] {
  background: #111111;
}
.accordion[data-background-color="black"] {
  background: #000000;
}
.accordion[data-background-color="color_1"] {
  background: #2c6b99;
}
.accordion[data-background-color="color_2"] {
  background: #589e5b;
}
.accordion[data-background-color="color_3"] {
  background: #2c6b99;
}
.accordion[data-background-color="color_4"] {
  background: #172a30;
}
.accordion[data-background-color="color_5"] {
  background: #eef3f7;
}
.accordion[data-background-color="color_body"] {
  background: #fafafa;
}
.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: 1.25rem;
}
.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_body"],
.accordion[data-background-color="color_5"] {
  color: #111111;
}
.accordion[data-text-color="white"] {
  color: #ffffff;
}
.accordion[data-text-color="dark"] {
  color: #111111;
}
.accordion[data-text-color="black"] {
  color: #000000;
}
.accordion[data-text-color="color_1"] {
  color: #2c6b99;
}
.accordion[data-text-color="color_2"] {
  color: #589e5b;
}
.accordion[data-text-color="color_3"] {
  color: #2c6b99;
}
.accordion[data-text-color="color_4"] {
  color: #172a30;
}
.accordion[data-text-color="color_5"] {
  color: #eef3f7;
}
.accordion[data-text-color="color_body"] {
  color: #fafafa;
}
.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 7.5rem;
  width: 7.5rem;
  max-width: 7.5rem;
  height: 100%;
  padding: 1.875rem 0 1.875rem 1.875rem;
}
.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: 5.625rem;
  max-height: 4.375rem;
}
.accordion[data-visual-position="left"] .tile_background_icon>svg,
.accordion[data-visual-position="left"] .tile_background_icon .fa-icon {
  margin: 10% 0 0 10%;
}
.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: 1.875rem 1.875rem 1.875rem 0;
}
.accordion[data-visual-position="right"] .tile_inner .tile_text {
  order: 1;
}
.accordion[data-visual-position="right"] .tile_background_icon>svg,
.accordion[data-visual-position="right"] .tile_background_icon .fa-icon {
  margin: 10% 10% 0 0;
}
.accordion[data-visual-position="right"] .tile_background_icon .icon svg {
  margin: 10% 10% 0 0;
}
.accordion[data-vertical-align="bottom"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.accordion[data-vertical-align="top"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.accordion[data-vertical-align="center"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accordion[data-text-padding="0.0x"] .tile_text {
  padding: 0rem !important;
}
.accordion[data-text-padding="0.5x"] .tile_text {
  padding: 0.625rem !important;
}
.accordion[data-text-padding="1.0x"] .tile_text {
  padding: 1.25rem !important;
}
.accordion[data-text-padding="1.5x"] .tile_text {
  padding: 1.875rem !important;
}
.accordion[data-text-padding="2.0x"] .tile_text {
  padding: 2.5rem !important;
}
.accordion[data-text-padding="2.5x"] .tile_text {
  padding: 3.125rem !important;
}
.accordion[data-text-padding="3.0x"] .tile_text {
  padding: 3.75rem !important;
}
.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: 0.50em;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.accordion .tile_image[data-type="masonry_image"] {
  position: relative;
  width: 100%;
  height: 0;
  background: #eef3f7;
}
.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: 1.875rem 1.25rem 0 1.25rem;
  height: 6.25rem;
  height: auto;
}
.accordion .tile_image[data-type="icon"]:last-child {
  padding: 1.25rem !important;
}
.accordion .tile_image[data-type="icon"]>svg,
.accordion .tile_image[data-type="icon"] .fa-icon {
  font-size: 3.5em;
}
.accordion .tile_image[data-type="icon"] .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #111111;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="white"] {
  color: #ffffff;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="dark"] {
  color: #111111;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="black"] {
  color: #000000;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_1"] {
  color: #2c6b99;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_2"] {
  color: #589e5b;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_3"] {
  color: #2c6b99;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_4"] {
  color: #172a30;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_5"] {
  color: #eef3f7;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_body"] {
  color: #fafafa;
}
.accordion .tile_image[data-type="icon"] svg {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 4.375rem;
  max-height: 4.375rem;
  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: 0.50em;
}
.accordion .tile_text {
  padding: 1.875rem;
}
.accordion .tile_meta {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid rgba(17,17,17,0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.accordion .tile_meta+.tile_text {
  padding-top: 1.25rem;
}
.accordion .tile_meta .tile_meta_item {
  opacity: 0.5;
  font-size: 0.8em;
}
.accordion .subtitle {
  opacity: 0.5;
  margin: -0.9375rem 0 1.25rem 0;
}
.accordion .subtitle:first-child {
  margin-top: 0;
}
.accordion .subtitle:last-child {
  margin-bottom: 0;
}
.accordion .subtitle+h4 {
  margin-top: -0.9375rem;
}
.accordion .tile_title {
  margin-bottom: 0.625rem;
}
.accordion .tile_title:last-child {
  margin-bottom: 0;
}
.accordion .tile_title+.subtitle {
  margin-top: -0.3125rem;
}
.accordion .tile_excerpt {
  margin: 0 0 1.25rem 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: 0.50em;
  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>svg,
.accordion .tile_background_icon .fa-icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10em;
  width: 1.25em;
  height: 1.25em;
  opacity: 0.05;
  transform: translate(-15%,-25%);
}
.accordion .tile_background_icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #111111;
}
.accordion .tile_background_icon .icon[data-color="white"] {
  color: #ffffff;
}
.accordion .tile_background_icon .icon[data-color="dark"] {
  color: #111111;
}
.accordion .tile_background_icon .icon[data-color="black"] {
  color: #000000;
}
.accordion .tile_background_icon .icon[data-color="color_1"] {
  color: #2c6b99;
}
.accordion .tile_background_icon .icon[data-color="color_2"] {
  color: #589e5b;
}
.accordion .tile_background_icon .icon[data-color="color_3"] {
  color: #2c6b99;
}
.accordion .tile_background_icon .icon[data-color="color_4"] {
  color: #172a30;
}
.accordion .tile_background_icon .icon[data-color="color_5"] {
  color: #eef3f7;
}
.accordion .tile_background_icon .icon[data-color="color_body"] {
  color: #fafafa;
}
.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.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 1.25rem 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: 0.625rem;
}
.accordion form ._form_element:last-child {
  margin-bottom: 0;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion[data-size="small"] {
  margin: 0 0 1.25rem 0;
}
.accordion[data-size="small"]:last-child {
  margin-bottom: 0;
}
.accordion[data-color="color_1"] .accordion_item .accordion_item_title:hover {
  background: #2c6b99;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title {
  background: #2c6b99;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title:before {
  background: #2c6b99;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title:hover {
  background: #214f71;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title:hover:before {
  background: #214f71;
}
.accordion[data-color="color_2"] .accordion_item .accordion_item_title:hover {
  background: #589e5b;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title {
  background: #589e5b;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title:before {
  background: #589e5b;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title:hover {
  background: #467d48;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title:hover:before {
  background: #467d48;
}
.accordion[data-color="color_3"] .accordion_item .accordion_item_title:hover {
  background: #2c6b99;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title {
  background: #2c6b99;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title:before {
  background: #2c6b99;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title:hover {
  background: #214f71;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title:hover:before {
  background: #214f71;
}
.accordion[data-color="color_4"] .accordion_item .accordion_item_title:hover {
  background: #172a30;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title {
  background: #172a30;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title:before {
  background: #172a30;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title:hover {
  background: #060c0e;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title:hover:before {
  background: #060c0e;
}
.accordion[data-color="color_5"] .accordion_item .accordion_item_title:hover {
  background: #eef3f7;
  color: #111111;
}
.accordion[data-color="color_5"] .accordion_item.active .accordion_item_title {
  background: #eef3f7;
  color: #111111;
}
.accordion[data-color="color_5"] .accordion_item.active .accordion_item_title:before {
  background: #eef3f7;
}
.accordion[data-color="color_5"] .accordion_item.active .accordion_item_title:hover {
  background: #cbdbe7;
}
.accordion[data-color="color_5"] .accordion_item.active .accordion_item_title:hover:before {
  background: #cbdbe7;
}
.accordion[data-color="color_body"] .accordion_item .accordion_item_title:hover {
  background: #fafafa;
  color: #111111;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title {
  background: #fafafa;
  color: #111111;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title:before {
  background: #fafafa;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title:hover {
  background: #e1e1e1;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title:hover:before {
  background: #e1e1e1;
}
.accordion[data-color="white"] .accordion_item .accordion_item_title:hover {
  background: #ffffff;
  color: #111111;
}
.accordion[data-color="white"] .accordion_item.active .accordion_item_title {
  background: #ffffff;
  color: #111111;
}
.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: #111111;
}
.accordion[data-color="dark"] .accordion_item.active .accordion_item_title {
  background: #111111;
}
.accordion[data-color="dark"] .accordion_item.active .accordion_item_title:before {
  background: #111111;
}
.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: #111111;
}
.accordion[data-color="black"] .accordion_item.active .accordion_item_title:hover:before {
  background: #111111;
}
.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: #2c6b99;
  color: #ffffff;
}
.accordion .accordion_item.active .accordion_item_title .accordion_item_title_arrow {
  transform: rotate(180deg);
}
.accordion .accordion_item.active .accordion_item_title:before {
  opacity: 1;
  background: #2c6b99;
}
.accordion .accordion_item.active .accordion_item_title:hover {
  background: #214f71;
}
.accordion .accordion_item.active .accordion_item_title:hover:before {
  opacity: 1;
  background: #214f71;
}
.accordion .accordion_item .accordion_item_title {
  display: block;
  position: relative;
  padding: 0.9375rem 1.875rem;
  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: 1.875rem;
}
.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 svg[class*="fa-"],
.accordion .accordion_item .accordion_item_title .fa-icon {
  margin: 0 0.75em;
}
.accordion .accordion_item .accordion_item_title svg[class*="fa-"]:first-child,
.accordion .accordion_item .accordion_item_title .fa-icon:first-child {
  margin-left: 0;
}
.accordion .accordion_item .accordion_item_title svg[class*="fa-"]:last-child,
.accordion .accordion_item .accordion_item_title .fa-icon: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: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 1.875rem;
  bottom: -0.375rem;
  transform: rotate(45deg);
  background: #2c6b99;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.accordion .accordion_item .accordion_item_title:hover {
  cursor: pointer;
  background: #2c6b99;
  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: -0.625rem !important;
  transition: all 0.15s ease-in-out;
}
.accordion .accordion_item_content {
  display: none;
  padding: 1.875rem;
}
.accordion .accordion_item_content.expanded {
  display: block;
}
.accordion_filter_form {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.625rem;
  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: 0.625rem;
}
.accordion_filter_form .accordion_filter_clear:hover {
  cursor: pointer;
}
.accordion_filter_form .accordion_filter_results {
  margin-left: 1.25rem;
}
.accordion_filter_noresult {
  margin: 0 0 1.875rem 0;
}
.accordion_filter_noresult:last-child {
  margin-bottom: 0;
}
.tabs {
  margin: 0 0 2.5rem 0;
  overflow: hidden;
  display: block;
  position: relative;
  background: #ffffff;
  outline: none !important;
  border: none !important;
  box-shadow: 0em 0.5em 3.00em 0em rgba(43,43,43,0.1), 0em 0.5em 1.00em 0em rgba(43,43,43,0.05);
  border-radius: 0.50em;
}
.tabs[data-background-color="white"] {
  background: #ffffff;
}
.tabs[data-background-color="dark"] {
  background: #111111;
}
.tabs[data-background-color="black"] {
  background: #000000;
}
.tabs[data-background-color="color_1"] {
  background: #2c6b99;
}
.tabs[data-background-color="color_2"] {
  background: #589e5b;
}
.tabs[data-background-color="color_3"] {
  background: #2c6b99;
}
.tabs[data-background-color="color_4"] {
  background: #172a30;
}
.tabs[data-background-color="color_5"] {
  background: #eef3f7;
}
.tabs[data-background-color="color_body"] {
  background: #fafafa;
}
.tabs[data-background-color="custom"] {
  background: #f1f1f1;
}
.tabs[data-background-color="grey"] {
  background: #f1f1f1;
}
.tabs[data-background-color="none"] {
  background: transparent;
  box-shadow: none;
}
.tabs[data-background-color="none"]>.tile_inner>.tile_text {
  padding: 0 !important;
  margin-top: 1.25rem;
}
.tabs[data-background-color="none"]>.tile_inner>.tile_text:first-child {
  margin-top: 0;
}
.tabs[data-background-color="dark"],
.tabs[data-background-color="black"],
.tabs[data-background-color="color_1"],
.tabs[data-background-color="color_2"],
.tabs[data-background-color="color_3"],
.tabs[data-background-color="color_4"] {
  color: #ffffff;
}
.tabs[data-background-color="color_body"],
.tabs[data-background-color="color_5"] {
  color: #111111;
}
.tabs[data-text-color="white"] {
  color: #ffffff;
}
.tabs[data-text-color="dark"] {
  color: #111111;
}
.tabs[data-text-color="black"] {
  color: #000000;
}
.tabs[data-text-color="color_1"] {
  color: #2c6b99;
}
.tabs[data-text-color="color_2"] {
  color: #589e5b;
}
.tabs[data-text-color="color_3"] {
  color: #2c6b99;
}
.tabs[data-text-color="color_4"] {
  color: #172a30;
}
.tabs[data-text-color="color_5"] {
  color: #eef3f7;
}
.tabs[data-text-color="color_body"] {
  color: #fafafa;
}
.tabs[data-visual-position="left"] .tile_inner,
.tabs[data-visual-position="right"] .tile_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.tabs[data-visual-position="left"] .tile_inner .tile_image,
.tabs[data-visual-position="right"] .tile_inner .tile_image {
  flex: 0 0 7.5rem;
  width: 7.5rem;
  max-width: 7.5rem;
  height: 100%;
  padding: 1.875rem 0 1.875rem 1.875rem;
}
.tabs[data-visual-position="left"] .tile_inner .tile_image .icon,
.tabs[data-visual-position="right"] .tile_inner .tile_image .icon {
  height: 100%;
}
.tabs[data-visual-position="left"] .tile_inner .tile_image .icon svg,
.tabs[data-visual-position="right"] .tile_inner .tile_image .icon svg {
  height: 100%;
  width: 100%;
  max-width: 5.625rem;
  max-height: 4.375rem;
}
.tabs[data-visual-position="left"] .tile_background_icon>svg,
.tabs[data-visual-position="left"] .tile_background_icon .fa-icon {
  margin: 10% 0 0 10%;
}
.tabs[data-visual-position="left"] .tile_background_icon .icon svg {
  margin: 10% 0 0 10%;
}
.tabs[data-visual-position="right"] .tile_inner .tile_image {
  order: 2;
  padding: 1.875rem 1.875rem 1.875rem 0;
}
.tabs[data-visual-position="right"] .tile_inner .tile_text {
  order: 1;
}
.tabs[data-visual-position="right"] .tile_background_icon>svg,
.tabs[data-visual-position="right"] .tile_background_icon .fa-icon {
  margin: 10% 10% 0 0;
}
.tabs[data-visual-position="right"] .tile_background_icon .icon svg {
  margin: 10% 10% 0 0;
}
.tabs[data-vertical-align="bottom"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.tabs[data-vertical-align="top"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.tabs[data-vertical-align="center"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tabs[data-text-padding="0.0x"] .tile_text {
  padding: 0rem !important;
}
.tabs[data-text-padding="0.5x"] .tile_text {
  padding: 0.625rem !important;
}
.tabs[data-text-padding="1.0x"] .tile_text {
  padding: 1.25rem !important;
}
.tabs[data-text-padding="1.5x"] .tile_text {
  padding: 1.875rem !important;
}
.tabs[data-text-padding="2.0x"] .tile_text {
  padding: 2.5rem !important;
}
.tabs[data-text-padding="2.5x"] .tile_text {
  padding: 3.125rem !important;
}
.tabs[data-text-padding="3.0x"] .tile_text {
  padding: 3.75rem !important;
}
.tabs[data-status="past"] .tile_image {
  filter: grayscale(100%);
}
.tabs[data-post-type="staff"] .tile_excerpt {
  font-size: 0.85em;
}
.tabs .tile_image {
  border-radius: 0.50em;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.tabs .tile_image[data-type="masonry_image"] {
  position: relative;
  width: 100%;
  height: 0;
  background: #eef3f7;
}
.tabs .tile_image[data-type="masonry_image"] img {
  position: absolute;
  top: 0;
  left: 0;
}
.tabs .tile_image[data-type="icon"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1.875rem 1.25rem 0 1.25rem;
  height: 6.25rem;
  height: auto;
}
.tabs .tile_image[data-type="icon"]:last-child {
  padding: 1.25rem !important;
}
.tabs .tile_image[data-type="icon"]>svg,
.tabs .tile_image[data-type="icon"] .fa-icon {
  font-size: 3.5em;
}
.tabs .tile_image[data-type="icon"] .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #111111;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="white"] {
  color: #ffffff;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="dark"] {
  color: #111111;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="black"] {
  color: #000000;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_1"] {
  color: #2c6b99;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_2"] {
  color: #589e5b;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_3"] {
  color: #2c6b99;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_4"] {
  color: #172a30;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_5"] {
  color: #eef3f7;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_body"] {
  color: #fafafa;
}
.tabs .tile_image[data-type="icon"] svg {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 4.375rem;
  max-height: 4.375rem;
  margin: auto;
  fill: currentColor !important;
}
.tabs .tile_image[data-type="icon"] svg path {
  fill: currentColor !important;
}
.tabs .tile_image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.50em;
}
.tabs .tile_text {
  padding: 1.875rem;
}
.tabs .tile_meta {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid rgba(17,17,17,0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tabs .tile_meta+.tile_text {
  padding-top: 1.25rem;
}
.tabs .tile_meta .tile_meta_item {
  opacity: 0.5;
  font-size: 0.8em;
}
.tabs .subtitle {
  opacity: 0.5;
  margin: -0.9375rem 0 1.25rem 0;
}
.tabs .subtitle:first-child {
  margin-top: 0;
}
.tabs .subtitle:last-child {
  margin-bottom: 0;
}
.tabs .subtitle+h4 {
  margin-top: -0.9375rem;
}
.tabs .tile_title {
  margin-bottom: 0.625rem;
}
.tabs .tile_title:last-child {
  margin-bottom: 0;
}
.tabs .tile_title+.subtitle {
  margin-top: -0.3125rem;
}
.tabs .tile_excerpt {
  margin: 0 0 1.25rem 0;
}
.tabs .tile_excerpt:last-child {
  margin-bottom: 0;
}
.tabs .tile_inner {
  position: relative;
  z-index: 1;
}
.tabs .tile_background_holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 0.50em;
  overflow: hidden;
}
.tabs .tile_background_holder .tile_background_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.tabs .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;
}
.tabs .tile_background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tabs .tile_background_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tabs .tile_background_icon>svg,
.tabs .tile_background_icon .fa-icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10em;
  width: 1.25em;
  height: 1.25em;
  opacity: 0.05;
  transform: translate(-15%,-25%);
}
.tabs .tile_background_icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #111111;
}
.tabs .tile_background_icon .icon[data-color="white"] {
  color: #ffffff;
}
.tabs .tile_background_icon .icon[data-color="dark"] {
  color: #111111;
}
.tabs .tile_background_icon .icon[data-color="black"] {
  color: #000000;
}
.tabs .tile_background_icon .icon[data-color="color_1"] {
  color: #2c6b99;
}
.tabs .tile_background_icon .icon[data-color="color_2"] {
  color: #589e5b;
}
.tabs .tile_background_icon .icon[data-color="color_3"] {
  color: #2c6b99;
}
.tabs .tile_background_icon .icon[data-color="color_4"] {
  color: #172a30;
}
.tabs .tile_background_icon .icon[data-color="color_5"] {
  color: #eef3f7;
}
.tabs .tile_background_icon .icon[data-color="color_body"] {
  color: #fafafa;
}
.tabs .tile_background_icon .icon svg {
  width: 120%;
  height: 120%;
  display: block;
  margin: -15% 0 0 -25%;
  opacity: 0.05;
  fill: currentColor;
}
.tabs .tile_background_icon .icon svg path {
  fill: currentColor;
}
.tabs .tile_hide {
  display: none;
}
.tabs form.mc4wp-form input[type="text"],
.tabs form.mc4wp-form input[type="email"] {
  width: 100%;
}
.tabs form.mc4wp-form .newsletter_signup_form {
  display: flex;
  flex-direction: column;
}
.tabs form.mc4wp-form .newsletter_signup_form>div {
  width: 100%;
  margin: 0 0 1.25rem 0;
}
.tabs form.mc4wp-form .newsletter_signup_form>div:last-child {
  margin-bottom: 0;
}
.tabs form.mc4wp-form .button {
  height: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.tabs form ._form_element {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0.625rem;
}
.tabs form ._form_element:last-child {
  margin-bottom: 0;
}
.tabs:last-child {
  margin-bottom: 0;
}
.tabs[data-size="small"] {
  margin: 0 0 1.25rem 0;
}
.tabs[data-size="small"]:last-child {
  margin-bottom: 0;
}
.tabs[data-color="color_1"] .tab_titles .tab_title:hover {
  background: #2c6b99;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active {
  background: #2c6b99;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active:before {
  background: #2c6b99;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active:hover {
  background: #214f71;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active:hover:before {
  background: #214f71;
}
.tabs[data-color="color_2"] .tab_titles .tab_title:hover {
  background: #589e5b;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active {
  background: #589e5b;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active:before {
  background: #589e5b;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active:hover {
  background: #467d48;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active:hover:before {
  background: #467d48;
}
.tabs[data-color="color_3"] .tab_titles .tab_title:hover {
  background: #2c6b99;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active {
  background: #2c6b99;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active:before {
  background: #2c6b99;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active:hover {
  background: #214f71;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active:hover:before {
  background: #214f71;
}
.tabs[data-color="color_4"] .tab_titles .tab_title:hover {
  background: #172a30;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active {
  background: #172a30;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active:before {
  background: #172a30;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active:hover {
  background: #060c0e;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active:hover:before {
  background: #060c0e;
}
.tabs[data-color="color_5"] .tab_titles .tab_title:hover {
  background: #eef3f7;
  color: #111111;
}
.tabs[data-color="color_5"] .tab_titles .tab_title.active {
  background: #eef3f7;
  color: #111111;
}
.tabs[data-color="color_5"] .tab_titles .tab_title.active:before {
  background: #eef3f7;
}
.tabs[data-color="color_5"] .tab_titles .tab_title.active:hover {
  background: #cbdbe7;
}
.tabs[data-color="color_5"] .tab_titles .tab_title.active:hover:before {
  background: #cbdbe7;
}
.tabs[data-color="color_body"] .tab_titles .tab_title:hover {
  background: #fafafa;
  color: #111111;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active {
  background: #fafafa;
  color: #111111;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active:before {
  background: #fafafa;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active:hover {
  background: #e1e1e1;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active:hover:before {
  background: #e1e1e1;
}
.tabs[data-color="white"] .tab_titles .tab_title:hover {
  background: #ffffff;
  color: #111111;
}
.tabs[data-color="white"] .tab_titles .tab_title.active {
  background: #ffffff;
  color: #111111;
}
.tabs[data-color="white"] .tab_titles .tab_title.active:before {
  background: #ffffff;
}
.tabs[data-color="white"] .tab_titles .tab_title.active:hover {
  background: #eeeeee;
}
.tabs[data-color="white"] .tab_titles .tab_title.active:hover:before {
  background: #eeeeee;
}
.tabs[data-color="dark"] .tab_titles .tab_title:hover {
  background: #111111;
}
.tabs[data-color="dark"] .tab_titles .tab_title.active {
  background: #111111;
}
.tabs[data-color="dark"] .tab_titles .tab_title.active:before {
  background: #111111;
}
.tabs[data-color="dark"] .tab_titles .tab_title.active:hover {
  background: #000000;
}
.tabs[data-color="dark"] .tab_titles .tab_title.active:hover:before {
  background: #000000;
}
.tabs[data-color="black"] .tab_titles .tab_title:hover {
  background: #000000;
}
.tabs[data-color="black"] .tab_titles .tab_title.active {
  background: #000000;
}
.tabs[data-color="black"] .tab_titles .tab_title.active:before {
  background: #000000;
}
.tabs[data-color="black"] .tab_titles .tab_title.active:hover {
  background: #111111;
}
.tabs[data-color="black"] .tab_titles .tab_title.active:hover:before {
  background: #111111;
}
.tabs .tab_titles {
  display: flex;
  flex-direction: row;
}
.tabs .tab_titles .tab_title {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem 1.875rem;
  background: #eeeeee;
  border-right: 1px solid #ffffff;
  transition: all 0.15s ease-in-out;
}
.tabs .tab_titles .tab_title:last-child {
  border-right: 0;
}
.tabs .tab_titles .tab_title .tab_title_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tabs .tab_titles .tab_title h3,
.tabs .tab_titles .tab_title h4,
.tabs .tab_titles .tab_title h5 {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0.9375rem;
}
.tabs .tab_titles .tab_title h3:last-child,
.tabs .tab_titles .tab_title h4:last-child,
.tabs .tab_titles .tab_title h5:last-child {
  margin-right: 0;
}
.tabs .tab_titles .tab_title>svg,
.tabs .tab_titles .tab_title .fa-icon {
  margin: 0 0.75em;
}
.tabs .tab_titles .tab_title>svg:first-child,
.tabs .tab_titles .tab_title .fa-icon:first-child {
  margin-left: 0;
}
.tabs .tab_titles .tab_title>svg:last-child,
.tabs .tab_titles .tab_title .fa-icon:last-child {
  margin-right: 0;
}
.tabs .tab_titles .tab_title .icon {
  display: inherit;
  margin: 0 0.75em;
}
.tabs .tab_titles .tab_title .icon:first-child {
  margin-left: 0;
}
.tabs .tab_titles .tab_title .icon:last-child {
  margin-right: 0;
}
.tabs .tab_titles .tab_title svg {
  transition: none;
}
.tabs .tab_titles .tab_title svg path {
  fill: currentColor;
}
.tabs .tab_titles .tab_title:before {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -0.375rem;
  transform: rotate(45deg);
  background: #2c6b99;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.tabs .tab_titles .tab_title:hover {
  cursor: pointer;
  background: #2c6b99;
  color: #ffffff;
}
.tabs .tab_titles .tab_title:hover svg path {
  fill: currentColor;
}
.tabs .tab_titles .tab_title.active {
  background: #2c6b99;
  color: #ffffff;
}
.tabs .tab_titles .tab_title.active svg path {
  fill: currentColor;
}
.tabs .tab_titles .tab_title.active:before {
  opacity: 1;
  background: #2c6b99;
}
.tabs .tab_titles .tab_title.active:hover {
  background: #214f71;
}
.tabs .tab_titles .tab_title.active:hover:before {
  background: #214f71;
}
.tabs .tab_item {
  display: none;
  padding: 1.875rem;
}
.tabs .tab_item.active {
  display: block;
}
.tiles_grid_ajax_temp_holder {
  display: none !important;
}
.ajax_load_holder {
  text-align: center;
  margin: 1.25rem 0 1.25rem 0;
}
.ajax_load_holder:last-child {
  margin-bottom: 0;
}
.ajax_load_holder .no_more_posts {
  display: none;
}
.ajax_load_icon {
  width: 2.50em;
  height: 2.50em;
  margin: 0 auto;
  position: relative;
  color: #2c6b99;
}
.ajax_load_icon>svg,
.ajax_load_icon i,
.ajax_load_icon .fa-icon {
  display: block;
  margin: auto !important;
  width: 1.00em;
  height: 1.00em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ajax_load_icon>svg:nth-child(1),
.ajax_load_icon i:nth-child(1),
.ajax_load_icon .fa-icon:nth-child(1) {
  animation: fade_rotate 1.75s infinite;
  animation-timing-function: linear;
  font-size: 2em;
}
.ajax_load_icon>svg:nth-child(2),
.ajax_load_icon i:nth-child(2),
.ajax_load_icon .fa-icon:nth-child(2) {
  animation: fade_rotate_reverse 1.75s infinite;
  animation-timing-function: linear;
}
.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;
  margin: 1.875rem 0;
}
.ajax_load_button[disabled],
.ajax_load_button.disabled {
  opacity: 0.75;
}
.ajax_load_button[disabled]>svg,
.ajax_load_button[disabled] .fa-icon,
.ajax_load_button.disabled>svg,
.ajax_load_button.disabled .fa-icon {
  opacity: 1;
  font-size: 1em;
}
.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: #2c6b99 !important;
}
.ajax_load_button>svg,
.ajax_load_button .fa-icon {
  font-size: 0em;
  opacity: 0;
}
.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;
  }
}
html.mm-wrapper_opened #header_holder {
  transition: all 0.4s ease;
}
.mm-wrapper__blocker {
  transition: all 0.3s ease-in-out !important;
  z-index: 6 !important;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
  z-index: 6 !important;
  opacity: 1 !important;
  backdrop-filter: blur(5px);
  background: rgba(17,17,17,0.75) !important;
}
#mobile_menu_icon {
  display: none;
  width: 3.00rem;
  height: 3.00rem;
  padding: 1.00rem 0.75rem;
  background: #ffffff;
  color: #2c6b99;
  border-radius: 50%;
}
#mobile_menu_icon #mobile_menu_icon_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#mobile_menu_icon #mobile_menu_icon_inner:before,
#mobile_menu_icon #mobile_menu_icon_inner:after {
  content: '';
}
#mobile_menu_icon #mobile_menu_icon_inner span,
#mobile_menu_icon #mobile_menu_icon_inner:before,
#mobile_menu_icon #mobile_menu_icon_inner:after {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 0.50em;
  transition: all 0.15s ease-in-out;
}
#mobile_menu_icon #mobile_menu_icon_inner span {
  top: 0;
  bottom: 0;
  margin: auto;
}
#mobile_menu_icon #mobile_menu_icon_inner:before {
  top: 0;
}
#mobile_menu_icon #mobile_menu_icon_inner:after {
  bottom: 0;
}
html.mm-wrapper_opening #mobile_menu_icon {
  background: #ed6e4b;
  color: #ffffff;
}
html.mm-wrapper_opening #mobile_menu_icon #mobile_menu_icon_inner span {
  opacity: 0;
  transform: translate(3.125rem 0px);
}
html.mm-wrapper_opening #mobile_menu_icon #mobile_menu_icon_inner:before {
  transform: rotate(45deg);
  top: 0.4375rem;
}
html.mm-wrapper_opening #mobile_menu_icon #mobile_menu_icon_inner:after {
  transform: rotate(-45deg);
  bottom: 0.375rem;
}
#mobile_menu {
  z-index: 10;
  font-family: 'Rubik', sans-serif;
}
#mobile_menu:before {
  content: '';
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  background: linear-gradient(45deg,#00ffea,#7f4fff,#ff47c3,#00ffea);
  background-size: 300% 300%;
  animation: aiGradient 6s ease infinite;
  position: relative;
}
#mobile_menu:after {
  content: '';
  display: block;
  height: 150px;
  position: absolute;
  bottom: 2.00em;
  left: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg id='logo_dudek_ai_white' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 599.3 852'%3E%3Cpath d='M585.9,232.5c-12.5-44.5-34.2-84.6-63.7-118.5-22.4-25.9-49.3-48.1-80.1-65.9-41.3-24-89.6-39.9-143.1-45.6-14.9-1.7-30.2-2.5-45.9-2.5h-16.6v128.9h16.6c89.7,0,157,47.6,183.4,121.7,2.6,7.2,4.7,14.7,6.5,22.4,3.7,16.2,5.7,33.4,5.7,51.5v1.8c0,115-78.7,193.8-195.6,193.8h-110.3v-97.2l-142.8.2v226h253.1c204,0,344.9-141.9,344.9-324.6v-1.9c0-31.4-4.1-61.7-12.1-90.1h0Z' style='fill: %23fff;'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M.4,707.4h30.8c23.3,0,36.3,15.2,36.3,33.9,0,22.5-16.3,36.3-36.6,36.3H.4v-70.2ZM15.1,765.9h13.6c15.3,0,23.2-9,23.2-24.3,0-14-8-22.6-22.8-22.8h-14s0,47.1,0,47.1Z' style='fill: %23fff;'/%3E%3Cpath d='M91.1,707.4v39.7c0,16,8.8,20.2,18.1,20.2,10.4,0,17-4.6,17-20.2v-39.7h14.7v40.1c0,21.8-11.9,31.6-32.2,31.6s-32.3-9.3-32.3-31.1v-40.6h14.7Z' style='fill: %23fff;'/%3E%3Cpath d='M154.2,707.4h30.8c23.3,0,36.3,15.2,36.3,33.9,0,22.5-16.3,36.3-36.6,36.3h-30.5v-70.2h0ZM168.9,765.9h13.6c15.3,0,23.2-9,23.2-24.3,0-14-8-22.6-22.8-22.8h-14v47.1Z' style='fill: %23fff;'/%3E%3Cpath d='M285.6,746.9h-40.1v18.6h44.5l-1.8,11.9h-57.4v-70.1h56.9v11.9h-42.2v15.8h40.1v11.9h0Z' style='fill: %23fff;'/%3E%3Cpath d='M298.4,707.4h14.7v31.9c10.3-9.3,22.4-19.8,35.8-31.9h18.3l-33.8,30.1,35.7,40h-18.5l-27.9-31.9-9.6,7.9v24.1h-14.7v-70.2h0Z' style='fill: %23fff;'/%3E%3Cpath d='M393.4,707.4h14.7v58.2h40.2l-2,12h-52.9v-70.2h0Z' style='fill: %23fff;'/%3E%3Cpath d='M458.2,719.2h-25.3v-11.9h65.4v11.9h-25.3v58.2h-14.8v-58.2h0Z' style='fill: %23fff;'/%3E%3Cpath d='M504.4,707.4h30.8c23.3,0,36.3,15.2,36.3,33.9,0,22.5-16.3,36.3-36.6,36.3h-30.5v-70.2h0ZM519.1,765.9h13.6c15.3,0,23.2-9,23.2-24.3,0-14-8-22.6-22.8-22.8h-14v47.1Z' style='fill: %23fff;'/%3E%3Cpath d='M576.9,777.5v-19.3h16.1v19.3h-16.1Z' style='fill: %23fff;'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M274.5,807.5c4.3,16,5.3,20.5,5.9,23.8h.1c.9-3.6,2-7.7,6.9-23.8h8c5,16.5,6.1,20.9,6.6,23.6h.1c.6-3.1,1.9-8.7,6.1-23.6h8.3l-9.9,30.6h-9c-3.2-10.7-5.4-17.3-6.4-21.2h-.1c-.8,3.2-3.2,11.3-6.6,21.2h-9.2l-9.4-30.6h8.6Z' style='fill: %23fff;'/%3E%3Cpath d='M324.8,824.9c.3,4.4,3.4,7.7,8.4,7.7,4,0,6-1.4,7.3-3.6h8.4c-1.8,5.1-6.3,10-15.9,10-12,0-16.7-8.2-16.7-16.1,0-8.8,5.9-16.2,16.6-16.2,11.8,0,16.4,8.3,16.4,16.1v2.1h-24.5,0ZM340.8,819.5c-.2-2.7-1.7-6.8-7.8-6.8-5.5,0-7.7,3.1-8,6.8h15.8Z' style='fill: %23fff;'/%3E%3Cpath d='M353,793.6h8.4v17.7c1.5-2,4.5-4.6,10.5-4.6,8.4,0,14.8,6.5,14.8,15.5,0,10.4-6.7,16.7-15.4,16.7-6.1,0-8.8-2.4-10.3-4.7,0,1-.1,3-.1,3.9h-8.1c.1-4.2.1-6.9.1-10.3v-34.2h.1ZM378.1,822.6c0-4.6-2.5-9.2-8.4-9.2s-8.5,3.9-8.5,9.4,3,9.4,8.5,9.4,8.4-4.4,8.4-9.6h0Z' style='fill: %23fff;'/%3E%3Cpath d='M419.4,829.9c0,3.7.2,7.6.3,8.3h-8c-.2-.9-.3-2.9-.4-3.8-1.6,2.8-5.1,4.6-11.1,4.6-8.5,0-11.8-5.1-11.8-9.9,0-8,7.1-10.2,16-10.2h6.7v-1.2c0-2.8-1.2-5.1-6.3-5.1-4.7,0-5.8,1.9-6.2,4h-8.4c.3-3.9,3-9.8,14.6-9.8,12.6,0,14.7,6,14.7,11.1v12h-.1ZM411.2,824.3h-6.6c-5.6,0-7.9,1.4-7.9,4.3,0,2.3,1.8,4.2,5.8,4.2,6.2,0,8.7-3.2,8.7-7.8v-.7Z' style='fill: %23fff;'/%3E%3Cpath d='M456.8,834.5c0,11.2-4.5,17.5-17.4,17.5s-15.5-7.3-16-10.8h8.5c.8,2.3,2.6,4.4,8,4.4,7.1,0,8.6-4.6,8.6-10.5v-1.4c-1.8,2.8-4.5,4.8-10.6,4.8-8.8,0-14.7-6.9-14.7-15.3,0-9.6,6.9-16.5,15.5-16.5,6.6,0,9,2.7,9.8,4.7,0-1.2.1-3.1.2-3.8h8.2c-.1,3-.1,6-.1,9v17.9h0ZM431.7,822.9c0,5,3.1,9,8.4,9s8.5-3.3,8.5-9.4c0-5.7-2.9-9.2-8.2-9.2-5.7.1-8.7,4.5-8.7,9.6h0Z' style='fill: %23fff;'/%3E%3Cpath d='M468.9,824.9c.3,4.4,3.4,7.7,8.4,7.7,4,0,6-1.4,7.3-3.6h8.4c-1.8,5.1-6.3,10-15.9,10-12,0-16.7-8.2-16.7-16.1,0-8.8,5.9-16.2,16.6-16.2,11.8,0,16.4,8.3,16.4,16.1v2.1h-24.5,0ZM484.9,819.5c-.2-2.7-1.7-6.8-7.8-6.8-5.5,0-7.7,3.1-8,6.8h15.8Z' style='fill: %23fff;'/%3E%3Cpath d='M497.1,815.3c0-2.6,0-5.5-.1-7.7h8.2c.1.9.2,3,.3,4.5,1.4-2.4,4.3-5.3,10.4-5.3,7.4,0,11.9,4.6,11.9,12.6v18.8h-8.5v-17.4c0-4-1.5-7.3-6.3-7.3-5.1,0-7.5,3.7-7.5,9.7v15.1h-8.5v-23h.1,0Z' style='fill: %23fff;'/%3E%3Cpath d='M564.2,828c-1.3,5.7-6.2,10.9-15.8,10.9-11.5,0-16.7-7.4-16.7-16.1s5.9-16.1,16.7-16.1c11.5,0,15.2,7.5,15.6,11.1h-8.4c-.7-2-2.5-4.7-7.2-4.7-5.5,0-8.2,4-8.2,9.6s2.6,9.7,8.1,9.7c3.9,0,6-1.6,7.4-4.5h8.5v.1h0Z' style='fill: %23fff;'/%3E%3Cpath d='M573.4,807.5c5.7,13.8,8.3,21.6,9,23.9h.1c.9-3,3.5-11.4,8.2-23.9h8.6l-10.8,27.1c-5.3,13.5-7,17.4-16.6,17.4-1.3,0-3.4-.1-4.5-.3v-6.9c1.3.1,2.3.2,3.2.2,4.2,0,5.3-1.4,7.3-5.6l-13.8-31.8h9.3v-.1h0Z' style='fill: %23fff;'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M96.97,13c-1.22-2.68-3.9-4.37-6.81-4.37s-5.59,1.69-6.81,4.37l-24.94,54L4.41,91.94c-2.72,1.27-4.41,3.94-4.41,6.86s1.69,5.59,4.37,6.81l54,24.94,24.94,54c1.22,2.68,3.9,4.37,6.81,4.37s5.59-1.69,6.81-4.37l24.94-54,54-24.94c2.68-1.22,4.37-3.9,4.37-6.81s-1.69-5.59-4.37-6.81l-54-24.94-24.94-54,.05-.05h0Z' style='fill: %23fff;'/%3E%3Cpath d='M217.93,183.86c.11-2.1-1.03-4.05-2.87-5.01s-4.09-.77-5.75.52l-33.57,25.95-42.39-2.02c-2.14-.1-4.09,1.04-5.05,2.88s-.77,4.09.52,5.75l25.95,33.57-2.02,42.39c-.11,2.1,1.03,4.05,2.87,5.01s4.09.77,5.75-.52l33.57-25.95,42.39,2.02c2.1.11,4.05-1.03,5.01-2.87s.77-4.09-.52-5.75l-25.95-33.57,2.02-42.39h.05,0Z' style='fill: %23fff;'/%3E%3Cpath d='M125.21,337.44c1.52-.69,2.49-2.22,2.49-3.88s-.96-3.18-2.49-3.88l-30.73-14.19-14.19-30.73c-.72-1.55-2.24-2.51-3.9-2.51s-3.18.96-3.88,2.49l-14.19,30.73-30.73,14.19c-1.52.69-2.49,2.22-2.49,3.88s.96,3.18,2.49,3.88l30.73,14.19,14.19,30.73c.69,1.52,2.22,2.49,3.88,2.49s3.18-.96,3.88-2.49l14.19-30.73,30.73-14.19.03.03h0Z' style='fill: %23fff;'/%3E%3C/svg%3E");
  opacity: 0.1;
}
#mobile_menu[data-background-color="color_1"] {
  background-color: #2c6b99 !important;
}
#mobile_menu[data-background-color="color_2"] {
  background-color: #589e5b !important;
}
#mobile_menu[data-background-color="color_3"] {
  background-color: #2c6b99 !important;
}
#mobile_menu[data-background-color="color_4"] {
  background-color: #172a30 !important;
}
#mobile_menu[data-background-color="color_5"] {
  background-color: #eef3f7 !important;
}
#mobile_menu[data-background-color="color_body"] {
  background-color: #fafafa !important;
}
#mobile_menu[data-background-color="dark"] {
  background-color: #111111 !important;
}
#mobile_menu[data-background-color="black"] {
  background-color: #000000 !important;
}
#mobile_menu[data-background-color="white"] {
  background-color: #ffffff !important;
}
#mobile_menu[data-background-color="custom"] {
  background-color: #111111;
}
#mobile_menu .mm-panels {
  z-index: 2;
  background: transparent !important;
}
#mobile_menu ul {
  font-size: 16px;
}
#mobile_menu ul li.current-menu-item,
#mobile_menu ul li.current-menu-ancestor {
  background: rgba(255,255,255,0.08);
}
#mobile_menu ul li.mobile_menu_item_with_icon>a:first-child {
  padding-left: 4.50em;
  position: relative;
}
#mobile_menu ul li.mobile_menu_item_with_icon>a:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3.40em;
  height: 100%;
  background: rgba(255,255,255,0.05);
  z-index: 0;
}
#mobile_menu ul li.mobile_menu_item_with_icon svg[class*="fa-"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.15em;
  width: 1.10em;
  height: 1.10em;
  margin: auto;
  opacity: 0.65;
  z-index: 1;
}
#mobile_menu ul li.mobile_menu_item_with_icon .fa-icon,
#mobile_menu ul li.mobile_menu_item_with_icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  background: rgba(255,255,255,0.05);
}
#mobile_menu ul li.mobile_menu_item_with_icon .fa-icon svg,
#mobile_menu ul li.mobile_menu_item_with_icon .icon svg {
  opacity: 0.65;
  width: 1.25em;
  height: 1.25em;
}
#mobile_menu ul li.mobile_menu_item_with_icon .fa-icon svg path,
#mobile_menu ul li.mobile_menu_item_with_icon .icon svg path {
  fill: #ffffff !important;
}
#mobile_menu ul li.mobile_menu_buttons_holder {
  margin-top: 40px;
  padding: 0 20px;
  background: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: transparent !important;
}
#mobile_menu ul li.mobile_menu_buttons_holder .mobile_menu_button_label {
  display: block;
  color: currentColor;
  text-align: center;
  margin: 0 0 0.75em 0;
  padding: 0;
  font-size: 1.250em;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.35;
}
#mobile_menu ul li.mobile_menu_buttons_holder .button {
  border-width: 2px;
  max-width: 300px !important;
  margin: 0 auto !important;
}
#mobile_menu ul li.mobile_menu_buttons_holder .button[data-color="color_2"]:hover {
  background: #467d48 !important;
}
#mobile_menu ul li.mobile_menu_buttons_holder .button:after {
  display: none !important;
}
#mobile_menu ul li.divider {
  height: 0.9375rem;
  background: rgba(0,0,0,0.1);
}
#mobile_menu ul li>a {
  padding-top: 1.10em;
  padding-bottom: 1.10em;
}
#mobile_menu ul li a:hover {
  background: rgba(255,255,255,0.08);
}
#mobile_menu .mm-panel {
  background-color: transparent !important;
}
#mobile_menu .mm-panels {
  background-color: transparent !important;
}
#mobile_menu .mm-navbar {
  background-color: transparent !important;
}
#mobile_menu .mm-navbar__title {
  height: 70px;
  font-size: 1.00em;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
}
#mobile_menu #mobile_menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 3;
}
#mobile_menu #mobile_menu_close:hover {
  background: rgba(255,255,255,0.05);
}
#mobile_menu #mobile_menu_close .icon {
  width: 1em;
  height: 1em;
}
form.vfbp-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.625rem 1.25rem -0.625rem;
  margin-bottom: 0;
}
form.vfbp-form:last-child {
  margin-bottom: 0;
}
form.vfbp-form>div {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.625rem;
  margin: 0 0 1.25rem 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 {
  margin: 0.50em 0 0 0;
  text-align: center;
}
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,
form.vfbp-form .vfb-fieldType-captcha>.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: 0.625rem 0 0 0;
  font-size: 0.75em;
  padding: 0.5em 1em;
  background: #ed6e4b;
  color: #ffffff;
  position: relative;
  border-radius: 0.50em;
}
form.vfbp-form .vfb-has-error .vfb-help-block:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-bottom-color: #ed6e4b;
  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: 15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
form.vfbp-form .vfb-inline-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0.50em -0.75em 0 -0.75em;
}
form.vfbp-form .vfb-inline-group>.vfb-radio,
form.vfbp-form .vfb-inline-group>.vfb-checkbox {
  margin: 0 0.75em 0.50em 0.75em !important;
}
form.vfbp-form .vfb-fieldType-radio>label.vfb-control-label,
form.vfbp-form .vfb-fieldType-checkbox>label.vfb-control-label {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.75em;
}
form.vfbp-form .vfb-fieldType-radio>label.vfb-control-label:hover,
form.vfbp-form .vfb-fieldType-checkbox>label.vfb-control-label:hover {
  cursor: pointer;
}
form.vfbp-form .vfb-fieldType-radio .vfb-help-block:not(.filled),
form.vfbp-form .vfb-fieldType-checkbox .vfb-help-block:not(.filled) {
  display: block;
  font-size: 0.85em;
  font-style: italic;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox {
  margin: 0 0 0.750em 0;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio:last-child,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox:last-child,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio:last-child,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox:last-child {
  margin-bottom: 0.25em;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio label,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox label,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio label,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox label {
  padding-left: 2.25em;
  position: relative;
  display: inline-block;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio label:hover,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox label:hover,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio label:hover,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox label:hover {
  cursor: pointer;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio label:hover .radio_checkbox_indicator,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox label:hover .radio_checkbox_indicator,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio label:hover .radio_checkbox_indicator,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox label:hover .radio_checkbox_indicator {
  border-color: rgba(44,107,153,0.25);
  cursor: pointer;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio label:hover .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox label:hover .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio label:hover .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox label:hover .radio_checkbox_indicator:before {
  opacity: 0.25;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio label:hover .radio_checkbox_text:before,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox label:hover .radio_checkbox_text:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio label:hover .radio_checkbox_text:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox label:hover .radio_checkbox_text:before {
  width: 100%;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_indicator,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox .radio_checkbox_indicator,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_indicator,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox .radio_checkbox_indicator {
  display: block;
  width: 1.50em;
  height: 1.50em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 4px;
  background: #fafafa;
  border: 2px solid rgba(44,107,153,0.25);
  transition: all 0.15s ease-in-out;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox .radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox .radio_checkbox_indicator:after {
  content: '';
  display: block;
  width: 75%;
  height: 75%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox .radio_checkbox_indicator:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%232c6b99' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox .radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox .radio_checkbox_indicator:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_text,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox .radio_checkbox_text,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_text,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox .radio_checkbox_text {
  position: relative;
  text-decoration: none !important;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_text:before,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox .radio_checkbox_text:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_text:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox .radio_checkbox_text:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0.035em;
  background: currentColor;
  transition: all 0.15s ease-in-out;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_text:hover:before,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox .radio_checkbox_text:hover:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_text:hover:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox .radio_checkbox_text:hover:before {
  width: 100%;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio input,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox input,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio input,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox input {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio input:checked+.radio_checkbox_indicator,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox input:checked+.radio_checkbox_indicator,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio input:checked+.radio_checkbox_indicator,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox input:checked+.radio_checkbox_indicator {
  background: #2c6b99;
  border-color: #2c6b99;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio input:checked+.radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox input:checked+.radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio input:checked+.radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox input:checked+.radio_checkbox_indicator:before {
  opacity: 0 !important;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio input:checked+.radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-radio .vfb-checkbox input:checked+.radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio input:checked+.radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-checkbox .vfb-checkbox input:checked+.radio_checkbox_indicator:after {
  opacity: 1 !important;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_indicator,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_indicator {
  border-radius: 50%;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_indicator:after {
  width: calc(50% - 1px);
  height: calc(50% - 1px);
  border-radius: 50%;
  background-image: none !important;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_indicator:before,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_indicator:before {
  background-color: #2c6b99;
}
form.vfbp-form .vfb-fieldType-radio .vfb-radio .radio_checkbox_indicator:after,
form.vfbp-form .vfb-fieldType-checkbox .vfb-radio .radio_checkbox_indicator:after {
  background-color: #ffffff;
}
form.mc4wp-form {
  display: block;
  text-align: center;
  margin: 0 0 1.25rem 0;
}
form.mc4wp-form:last-child {
  margin-bottom: 0;
}
form.mc4wp-form .newsletter_signup_form {
  display: inline-flex;
  flex-direction: row;
  margin: 0 -0.625rem;
}
form.mc4wp-form .newsletter_signup_form>div {
  padding: 0 0.625rem;
}
form.mc4wp-form input[type="text"],
form.mc4wp-form input[type="email"] {
  width: 16.25rem;
}
form.mc4wp-form .button {
  height: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
form.mc4wp-form .mc4wp-alert {
  display: inline-block;
  margin: 1.25rem 0 0 0;
  padding: 1em;
  background: #111111;
  color: #ffffff;
  border-radius: 0.50em;
}
form.mc4wp-form .mc4wp-alert.mc4wp-error {
  background: #ed6e4b;
  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"] {
  -webkit-appearance: none !important;
}
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: 1.00em 1.00em;
  border: 2px solid rgba(44,107,153,0.25);
  outline: none !important;
  box-shadow: none;
  border-radius: 0.50em;
  box-shadow: none !important;
  background: #fafafa;
  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: #2c6b99;
  box-shadow: none;
  background: #ffffff;
}
form textarea {
  min-width: 100%;
  max-height: 300px;
  min-height: 60px;
  outline: none !important;
}
form textarea:focus {
  outline: none !important;
}
form button[type="submit"],
form input[type="submit"] {
  -webkit-appearance: none !important;
  min-width: 200px;
  justify-content: center;
}
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: #111111;
  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 -0.625rem 1.25rem -0.625rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
form ._form-content:last-child {
  margin-bottom: 0;
}
form ._form-content ._form_element {
  padding: 0 0.625rem;
  margin: 0 0 0.9375rem 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 0.625rem;
  margin: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
form ._form-content ._form-label {
  display: inline-block;
  margin: 0 0 0.125rem 0;
}
form ._form-content ._error {
  display: inline-block;
  margin: 0.625rem 0 0 0;
  font-size: 0.75em;
  padding: 0.5em 1em;
  background: #ed6e4b;
  color: #ffffff;
  position: relative;
  border-radius: 0.50em;
}
form ._form-content ._error ._error-arrow {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-bottom-color: #ed6e4b;
  position: absolute;
  bottom: 100%;
  left: 1rem;
}
form ._form-thank-you {
  font-size: 1.35em;
  background: #eef3f7;
  padding: 1.25rem;
  margin: 0 0 1.25rem 0;
}
form ._form-thank-you:last-child {
  margin-bottom: 0;
}
form._form_1 ._form-content ._form_element:nth-child(1),
form._form_1 ._form-content ._form_element:nth-child(2),
form._form_1 ._form-content ._form_element:nth-child(3),
form._form_1 ._form-content ._form_element:nth-child(4) {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
.tile .tile_hide {
  display: none;
}
.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 1.25rem 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: 0.625rem;
}
.tile form ._form_element:last-child {
  margin-bottom: 0;
}
html.with_modal_screen {
  overflow: hidden;
}
body.admin-bar .modal_screen {
  top: 32px;
}
.modal_screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111111;
  z-index: -1 !important;
  opacity: 0;
  transition: all 0.15s ease-in-out !important;
}
.modal_screen.active {
  z-index: 10 !important;
  opacity: 1;
}
.modal_screen .modal_screen_inner {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 1.25rem 0 2.5rem 0;
}
.modal_screen .modal_screen_content {
  width: 100%;
  max-width: 1400px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal_screen .modal_top {
  flex: 0 0 3.75rem;
  height: 3.75rem;
  margin: 0 0 1.25rem 0;
}
.modal_screen .modal_top .logo_shape {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto;
}
.modal_screen .modal_top .logo_shape svg {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
}
.modal_screen .modal_form_holder {
  flex: 0 0 auto;
  margin: 0 0 1.25rem 0;
}
.modal_screen .modal_form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.modal_screen .modal_form>div {
  flex: 1;
}
.modal_screen .modal_form>button {
  flex: 0 0 3.75rem;
  justify-content: center;
  margin: 0;
  font-size: 1.25em;
  margin-left: 1.25rem;
  height: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.modal_screen .modal_form .modal_search_notice {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0 0 0.625rem 0;
  background: #ed6e4b;
  padding: 0.5em 1.00em;
  font-size: 0.85em;
  border-radius: 0.1875rem;
  color: #ffffff;
}
.modal_screen .modal_form .modal_search_notice:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-top-color: #ed6e4b;
  position: absolute;
  top: 100%;
  left: 0.625rem;
}
.modal_screen .modal_scrollable_content {
  flex: 1;
  overflow: auto;
  margin: 0 -1.25rem;
  padding: 0 1.25rem;
}
.modal_screen ::-webkit-scrollbar {
  width: 0.625rem;
}
.modal_screen ::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.15);
}
.modal_screen ::-webkit-scrollbar-thumb {
  background: rgba(44,107,153,0.85);
}
.modal_screen ::-webkit-scrollbar-thumb:hover {
  background: #2c6b99;
}
.modal_screen .no_results_found {
  color: #ffffff;
}
.modal_screen .modal_close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25em;
  transition: all 0.15s ease-in-out;
}
.modal_screen .modal_close:hover {
  color: #2c6b99 !important;
  cursor: pointer;
}
.modal_screen .modal_close:hover svg {
  fill: #2c6b99;
}
.search_results_holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
}
.search_results_group {
  display: none;
  margin: 0 0 2.5rem 0;
  padding: 0 1.25rem;
  min-height: 9.375rem;
  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: 1.25rem;
  margin-bottom: 1.25rem;
}
.search_results_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 1.25rem 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-button-type="outline"] {
  border-width: 1px;
}
.search_results_title .search_results_title_line {
  flex: 1;
  margin: 0 1.25rem;
  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);
}
.wp-block-table.is-style-stripes table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(17,17,17,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: rgba(17,17,17,0.03) !important;
}
.wp-block-table.is-style-stripes table th {
  padding: 0.75em 1em;
  background: #111111 !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(17,17,17,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 #111111;
  border-right: 1px solid rgba(17,17,17,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 {
  background: #2c6b99 !important;
  color: #ffffff;
}
.wp-block-table.header_color_2 table th {
  background: #589e5b !important;
  color: #ffffff;
}
.wp-block-table.header_color_3 table th {
  background: #2c6b99 !important;
  color: #ffffff;
}
.wp-block-table.header_color_4 table th {
  background: #172a30 !important;
  color: #ffffff;
}
.wp-block-table.header_color_5 table th {
  background: #eef3f7 !important;
  color: #111111;
}
.wp-block-table.header_color_5 table th {
  background: #fafafa !important;
  color: #111111;
}
.wp-block-table.header_black table th {
  background: #000000 !important;
  color: #ffffff;
}
.wp-block-table.header_dark table th {
  background: #111111 !important;
  color: #ffffff;
}
.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;
}
.wp-block-columns {
  display: flex;
  flex-direction: row;
  margin: 0 -1.25rem 0 -1.25rem;
  gap: 0;
}
.wp-block-columns:last-child {
  margin-bottom: -2.5rem;
}
.wp-block-columns.are-vertically-aligned-top,
.wp-block-columns.are-vertically-aligned-start {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-middle,
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom,
.wp-block-columns.are-vertically-aligned-end {
  align-items: flex-end;
}
.wp-block-columns>div {
  flex: 1;
  padding: 0 1.25rem;
  margin: 0 0 2.5rem 0;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-top,
.wp-block-columns .wp-block-column.is-vertically-aligned-start {
  align-self: flex-start;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-middle,
.wp-block-columns .wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-bottom,
.wp-block-columns .wp-block-column.is-vertically-aligned-end {
  align-self: flex-end;
}
.wp-block-video {
  width: 100%;
  height: auto;
  margin: 0 0 1.25rem 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 1.25rem 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 {
  position: relative;
  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;
}
.iframe_holder {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 1.25rem 0;
}
.iframe_holder:last-child {
  margin-bottom: 0;
}
.iframe_holder[data-force-responsive="1"] {
  padding-top: 56.25%;
}
.iframe_holder[data-force-responsive="1"]>iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.notice {
  display: block;
  position: relative;
  background: #ffffff;
  outline: none !important;
  border: none !important;
  box-shadow: 0em 0.5em 3.00em 0em rgba(43,43,43,0.1), 0em 0.5em 1.00em 0em rgba(43,43,43,0.05);
  border-radius: 0.50em;
  padding: 1.25rem;
  margin: 0 0 1.25rem 0;
}
.notice[data-background-color="white"] {
  background: #ffffff;
}
.notice[data-background-color="dark"] {
  background: #111111;
}
.notice[data-background-color="black"] {
  background: #000000;
}
.notice[data-background-color="color_1"] {
  background: #2c6b99;
}
.notice[data-background-color="color_2"] {
  background: #589e5b;
}
.notice[data-background-color="color_3"] {
  background: #2c6b99;
}
.notice[data-background-color="color_4"] {
  background: #172a30;
}
.notice[data-background-color="color_5"] {
  background: #eef3f7;
}
.notice[data-background-color="color_body"] {
  background: #fafafa;
}
.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: 1.25rem;
}
.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_body"],
.notice[data-background-color="color_5"] {
  color: #111111;
}
.notice[data-text-color="white"] {
  color: #ffffff;
}
.notice[data-text-color="dark"] {
  color: #111111;
}
.notice[data-text-color="black"] {
  color: #000000;
}
.notice[data-text-color="color_1"] {
  color: #2c6b99;
}
.notice[data-text-color="color_2"] {
  color: #589e5b;
}
.notice[data-text-color="color_3"] {
  color: #2c6b99;
}
.notice[data-text-color="color_4"] {
  color: #172a30;
}
.notice[data-text-color="color_5"] {
  color: #eef3f7;
}
.notice[data-text-color="color_body"] {
  color: #fafafa;
}
.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 7.5rem;
  width: 7.5rem;
  max-width: 7.5rem;
  height: 100%;
  padding: 1.875rem 0 1.875rem 1.875rem;
}
.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: 5.625rem;
  max-height: 4.375rem;
}
.notice[data-visual-position="left"] .tile_background_icon>svg,
.notice[data-visual-position="left"] .tile_background_icon .fa-icon {
  margin: 10% 0 0 10%;
}
.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: 1.875rem 1.875rem 1.875rem 0;
}
.notice[data-visual-position="right"] .tile_inner .tile_text {
  order: 1;
}
.notice[data-visual-position="right"] .tile_background_icon>svg,
.notice[data-visual-position="right"] .tile_background_icon .fa-icon {
  margin: 10% 10% 0 0;
}
.notice[data-visual-position="right"] .tile_background_icon .icon svg {
  margin: 10% 10% 0 0;
}
.notice[data-vertical-align="bottom"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.notice[data-vertical-align="top"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.notice[data-vertical-align="center"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notice[data-text-padding="0.0x"] .tile_text {
  padding: 0rem !important;
}
.notice[data-text-padding="0.5x"] .tile_text {
  padding: 0.625rem !important;
}
.notice[data-text-padding="1.0x"] .tile_text {
  padding: 1.25rem !important;
}
.notice[data-text-padding="1.5x"] .tile_text {
  padding: 1.875rem !important;
}
.notice[data-text-padding="2.0x"] .tile_text {
  padding: 2.5rem !important;
}
.notice[data-text-padding="2.5x"] .tile_text {
  padding: 3.125rem !important;
}
.notice[data-text-padding="3.0x"] .tile_text {
  padding: 3.75rem !important;
}
.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: 0.50em;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.notice .tile_image[data-type="masonry_image"] {
  position: relative;
  width: 100%;
  height: 0;
  background: #eef3f7;
}
.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: 1.875rem 1.25rem 0 1.25rem;
  height: 6.25rem;
  height: auto;
}
.notice .tile_image[data-type="icon"]:last-child {
  padding: 1.25rem !important;
}
.notice .tile_image[data-type="icon"]>svg,
.notice .tile_image[data-type="icon"] .fa-icon {
  font-size: 3.5em;
}
.notice .tile_image[data-type="icon"] .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #111111;
}
.notice .tile_image[data-type="icon"] .icon[data-color="white"] {
  color: #ffffff;
}
.notice .tile_image[data-type="icon"] .icon[data-color="dark"] {
  color: #111111;
}
.notice .tile_image[data-type="icon"] .icon[data-color="black"] {
  color: #000000;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_1"] {
  color: #2c6b99;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_2"] {
  color: #589e5b;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_3"] {
  color: #2c6b99;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_4"] {
  color: #172a30;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_5"] {
  color: #eef3f7;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_body"] {
  color: #fafafa;
}
.notice .tile_image[data-type="icon"] svg {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 4.375rem;
  max-height: 4.375rem;
  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: 0.50em;
}
.notice .tile_text {
  padding: 1.875rem;
}
.notice .tile_meta {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid rgba(17,17,17,0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.notice .tile_meta+.tile_text {
  padding-top: 1.25rem;
}
.notice .tile_meta .tile_meta_item {
  opacity: 0.5;
  font-size: 0.8em;
}
.notice .subtitle {
  opacity: 0.5;
  margin: -0.9375rem 0 1.25rem 0;
}
.notice .subtitle:first-child {
  margin-top: 0;
}
.notice .subtitle:last-child {
  margin-bottom: 0;
}
.notice .subtitle+h4 {
  margin-top: -0.9375rem;
}
.notice .tile_title {
  margin-bottom: 0.625rem;
}
.notice .tile_title:last-child {
  margin-bottom: 0;
}
.notice .tile_title+.subtitle {
  margin-top: -0.3125rem;
}
.notice .tile_excerpt {
  margin: 0 0 1.25rem 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: 0.50em;
  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>svg,
.notice .tile_background_icon .fa-icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10em;
  width: 1.25em;
  height: 1.25em;
  opacity: 0.05;
  transform: translate(-15%,-25%);
}
.notice .tile_background_icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #111111;
}
.notice .tile_background_icon .icon[data-color="white"] {
  color: #ffffff;
}
.notice .tile_background_icon .icon[data-color="dark"] {
  color: #111111;
}
.notice .tile_background_icon .icon[data-color="black"] {
  color: #000000;
}
.notice .tile_background_icon .icon[data-color="color_1"] {
  color: #2c6b99;
}
.notice .tile_background_icon .icon[data-color="color_2"] {
  color: #589e5b;
}
.notice .tile_background_icon .icon[data-color="color_3"] {
  color: #2c6b99;
}
.notice .tile_background_icon .icon[data-color="color_4"] {
  color: #172a30;
}
.notice .tile_background_icon .icon[data-color="color_5"] {
  color: #eef3f7;
}
.notice .tile_background_icon .icon[data-color="color_body"] {
  color: #fafafa;
}
.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.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 1.25rem 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: 0.625rem;
}
.notice form ._form_element:last-child {
  margin-bottom: 0;
}
.notice:last-child {
  margin-bottom: 0;
}
.notice[data-type="success"] {
  background: rgba(88,158,91,0.3);
  border: 1px solid rgba(88,158,91,0.5) !important;
}
.notice[data-type="error"] {
  background: rgba(237,110,75,0.3);
  border: 1px solid rgba(237,110,75,0.5) !important;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  color: rgba(17,17,17,0.75);
  font-size: 0.75rem;
  line-height: 1.20;
}
.breadcrumbs.centered {
  justify-content: center;
}
.breadcrumbs>a,
.breadcrumbs>span {
  display: inherit;
  height: auto;
}
.breadcrumbs svg[class*="fa-"] {
  margin: 0 0.50em;
  opacity: 0.5;
}
.breadcrumbs .icon {
  opacity: 0.5;
}
.breadcrumbs a {
  text-decoration: none;
  position: relative;
  text-decoration: none !important;
}
.breadcrumbs a:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0.035em;
  background: currentColor;
  transition: all 0.15s ease-in-out;
}
.breadcrumbs a:hover:before {
  width: 100%;
}
.breadcrumbs span {
  opacity: 0.50;
}
.meta_items {
  margin: -0.3125rem -0.625rem 0.9375rem -0.625rem;
  font-size: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
}
.meta_items[data-size="large"] {
  margin: 0 -1.25rem 1.25rem -1.25rem;
  font-size: 1.25em;
}
.meta_items[data-size="large"]:last-child {
  margin-bottom: -0.625rem;
}
.meta_items[data-size="large"] .meta_item {
  margin: 0.625rem 1.25rem;
}
.meta_items[data-size="small"] {
  font-size: 0.85em;
  margin: -0.125rem -0.3125rem 0.9375rem -0.3125rem;
}
.meta_items[data-size="small"]:last-child {
  margin-bottom: -0.125rem;
}
.meta_items[data-size="small"] .meta_item {
  margin: 0.125rem 0.3125rem;
}
.meta_items:last-child {
  margin-bottom: -0.3125rem;
}
.meta_items[data-direction="vertical"] {
  flex-direction: column;
}
.meta_items[data-type="boxed"] .meta_item {
  margin: 0.3125rem 0.3125rem;
  padding: 0.35em 0.75em;
  background: #eef3f7;
  border-radius: 0.50em;
  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: 0.3125rem 0.625rem;
}
.meta_items>p {
  margin: 0;
}
.wp-block-separator {
  padding: 0 !important;
  margin: 2.5rem 0;
  text-align: center;
  height: 1px;
  background: rgba(17,17,17,0.1);
}
.wp-block-separator:not(.has-background) {
  background: rgba(17,17,17,0.1);
}
.wp-block-separator.is-style-default {
  height: 0.125rem;
  max-width: 9.375rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator.is-style-default:not(.has-background) {
  background: rgba(17,17,17,0.1);
}
.wp-block-separator.is-style-wide {
  height: 1px;
}
.wp-block-separator.is-style-wide:not(.has-background) {
  background: rgba(17,17,17,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;
}
.fancybox_content {
  max-width: 720px !important;
  padding: 2.5rem !important;
}
img.lazy {
  transition: all 0.30s ease-in-out;
  filter: blur(15px);
}
img.lazy.loaded {
  filter: blur(0);
}
body.with_animations.home #header_holder {
  display: none;
}
body.with_animations .col,
body.with_animations .footer_column,
body.with_animations .wp-block-column,
body.with_animations .tile_holder,
body.with_animations .some_animated_element,
body.with_animations .animated,
body.with_animations #page_text {
  transition: transform 0.30s ease-in-out, opacity 0.30s ease-in-out;
  transform: translate(0,150px);
  opacity: 0;
}
body.with_animations .col.scrolled_into_view,
body.with_animations .footer_column.scrolled_into_view,
body.with_animations .wp-block-column.scrolled_into_view,
body.with_animations .tile_holder.scrolled_into_view,
body.with_animations .some_animated_element.scrolled_into_view,
body.with_animations .animated.scrolled_into_view,
body.with_animations #page_text.scrolled_into_view {
  transform: translate(0,0);
  opacity: 1;
}
body.with_animations .row_holder:not(.slider_row_holder):not(.slick-slide) .row_background_holder {
  transition: opacity 0.30s ease-in-out;
  opacity: 0;
}
body.with_animations .row_holder:not(.slider_row_holder):not(.slick-slide) .row_background_holder.scrolled_into_view {
  opacity: 1;
}
.counter {
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.counter.counted {
  opacity: 1;
}
pre {
  margin: 1.25rem auto(1.25rem) auto;
  padding: 1.25rem;
  color: #111111;
  border: 1px solid #dddddd;
  background: #eeeeee;
  max-width: 1400px;
}
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: #111111;
  color: #ffffff;
  text-decoration: none;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.20;
}
.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: 0.9375rem;
}
.home_lists_col p:last-child {
  margin-bottom: 0;
}
.underline {
  display: inline-block;
  position: relative;
}
iframe {
  display: block;
}
.inline_flex_items {
  display: inline-flex;
  margin: 0 -0.625rem 0.625rem -0.625rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inline_flex_items:last-child {
  margin-bottom: -0.625rem;
}
.inline_flex_items>* {
  padding: 0 0.625rem;
  margin: 0 0 0.625rem 0;
}
figure {
  display: table;
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
}
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(17,17,17,0.05);
  border: 1px solid rgba(17,17,17,0.05);
  border-top-width: 0px;
  border-bottom-left-radius: 0.50em;
  border-bottom-right-radius: 0.50em;
  color: rgba(17,17,17,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: 0.625rem;
  position: relative;
  border-top-width: 1px;
  border-radius: 0.50em;
}
.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: 0.375rem solid transparent;
  border-bottom-color: rgba(17,17,17,0.1);
}
.highlight {
  background: linear-gradient(120deg,#00ffea,#7f4fff,#ff47c3,#00ffea);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: aiGradient 8s ease infinite;
  position: relative;
  text-decoration: none !important;
}
.highlight.large {
  font-size: 1.40em;
}
.highlight:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: blur(20px);
  opacity: 0.5;
  background: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
a:has(.highlight) {
  text-decoration: none !important;
}
.highlight_bg,
.highlight_background {
  background: linear-gradient(45deg,#00ffea,#7f4fff,#ff47c3,#00ffea);
  background-size: 300% 300%;
  animation: aiGradient 6s ease infinite;
  position: relative;
}
body:not(.user-is-tabbing) .button.fancy {
  outline: 2px solid rgba(44,107,153,0.25) !important;
}
body:not(.user-is-tabbing) .button.fancy:hover,
body:not(.user-is-tabbing) .button.fancy:active,
body:not(.user-is-tabbing) .button.fancy:focus {
  outline-width: 2px !important;
  outline-color: rgba(44,107,153,0.85) !important;
}
body:not(.user-is-tabbing) .button.fancy.fancy_small {
  outline-width: 1px !important;
  outline-offset: 2px !important;
}
body:not(.user-is-tabbing) .button.fancy.fancy_small:hover,
body:not(.user-is-tabbing) .button.fancy.fancy_small:active,
body:not(.user-is-tabbing) .button.fancy.fancy_small:focus {
  outline-width: 1px !important;
  outline-color: rgba(44,107,153,0.85) !important;
}
.button.fancy {
  position: relative;
  outline: 2px solid rgba(44,107,153,0.25);
  outline-offset: 2px;
  font-weight: 600;
  font-size: 1.50em;
  text-transform: uppercase;
}
.button.fancy:hover,
.button.fancy:active,
.button.fancy:focus {
  outline-width: 2px !important;
  outline-color: rgba(44,107,153,0.85) !important;
}
.button.fancy.fancy_small {
  outline-width: 1px !important;
  outline-offset: 2px !important;
  font-weight: 500;
  font-size: 1.00em;
}
.button.fancy.fancy_small:hover,
.button.fancy.fancy_small:active,
.button.fancy.fancy_small:focus {
  outline-width: 1px !important;
  outline-color: rgba(44,107,153,0.85) !important;
}
.button.fancy svg,
.button.fancy .button_text {
  position: relative;
  z-index: 1;
}
.button.fancy:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.35;
  content: '';
  display: block;
  background: linear-gradient(45deg,#00ffea,#7f4fff,#ff47c3,#00ffea);
  background-size: 300% 300%;
  animation: aiGradient 6s ease infinite;
  border-radius: 0.50em;
}
@keyframes aiGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.secondary_buttons .button {
  line-height: 1;
  border-width: 1px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background: rgba(255,255,255,0.5);
  font-weight: 500;
}
.secondary_buttons .button .button_text {
  font-weight: 400;
}
.secondary_buttons .button .button_text span {
  font-weight: 350;
  font-size: 0.75em;
  line-height: 1.2;
  display: block;
}
.secondary_buttons .button .button_text br {
  display: none;
}
.secondary_buttons .button svg {
  font-size: 1.20em;
  border-right: 1px solid color-mix(in srgb,currentColor 50%,transparent);
  padding-right: 0.75em;
  margin-right: 0.75em;
}
.hero_video {
  margin: -400px auto 0 auto;
  max-width: 1000px;
  z-index: -2;
  border-radius: 2.00em;
  overflow: hidden;
  border: 2px solid #2c6b99;
  -webkit-mask-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000);
  mask-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000);
  opacity: 0.35;
}
.hero_title {
  font-size: 3.25em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.50em;
}
.hero_title span.hero_title_insert {
  position: relative;
  font-family: 'Caveat', 'Rubik', sans-serif;
  text-transform: none;
  font-size: 0.55em;
  opacity: 0.65;
  letter-spacing: -0.03em;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1;
}
.hero_title span.hero_title_insert span {
  position: absolute;
  top: 85%;
  left: 0;
  transform: translate(-50%,0);
}
.hero_title span.hero_title_insert span:before {
  content: '^';
  display: block;
  font-size: 1.20em;
  font-weight: 300;
  position: absolute;
  bottom: 95%;
  left: -12%;
  right: 0;
  margin: auto;
  line-height: 0;
}
.hero_title span.hero_title_black {
  display: inline-block;
  margin-bottom: 0.25em;
}
.hero_title span.highlight {
  font-weight: 800;
  font-size: 1.50em;
  letter-spacing: -0.2px;
}
.hero_title span.highlight br {
  display: none;
}
.step_tiles {
  margin: 0 !important;
  justify-content: space-around !important;
  margin: 0 -1em !important;
}
.step_tiles.step_tiles_single .tile_holder {
  padding-left: 1.00em !important;
  padding-right: 1.00em !important;
  margin: 0;
}
.step_tiles.step_tiles_generic {
  margin: 0 -1.875rem !important;
}
.step_tiles.step_tiles_generic .tile_holder {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}
.step_tiles .tile_holder {
  padding-left: 5.00em !important;
  padding-right: 5.00em !important;
}
.step_tiles .tile_holder:nth-child(2) .tile .feature-connector,
.step_tiles .tile_holder:nth-child(2) .tile .feature-connector-dashes {
  top: 50%;
}
.step_tiles .tile_holder:nth-child(2) .tile .feature-connector path {
  animation-delay: 1s !important;
}
.step_tiles .tile {
  view-timeline-name: --feature;
  view-timeline-axis: block;
}
.step_tiles .tile .tile_image {
  margin: -2em auto -0.25em auto;
  width: 4em !important;
  height: 4em !important;
  padding: 1.00em !important;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid rgba(44,107,153,0.5);
}
.step_tiles .tile svg.feature-connector {
  position: absolute;
  left: calc(100% + 0.50em);
  top: 40%;
  transform: translate(0,-50%) !important;
  width: 9.00em;
  height: auto;
  fill: none;
  pointer-events: none;
}
.step_tiles .tile svg.feature-connector.scrolled_into_view path {
  opacity: 1;
  animation: draw-line 1.2s ease forwards;
}
.step_tiles .tile svg.feature-connector path {
  fill: none;
  stroke: rgba(44,107,153,0.5);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  opacity: 0;
  transition: all 0.3s ease;
}
.step_tiles .tile svg.feature-connector-dashes {
  position: absolute;
  left: calc(100% + 0.50em);
  top: 40%;
  transform: translate(0,-50%) !important;
  width: 9.00em;
  height: auto;
  fill: none;
  pointer-events: none;
  z-index: 1;
}
.step_tiles .tile svg.feature-connector-dashes path {
  fill: none;
  stroke: #fafafa;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 6 12;
}
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
.benefits_columns {
  max-width: 900px;
  margin: 0 auto !important;
}
.benefits_columns.benefits_columns_narrow {
  max-width: 600px;
}
.benefits_columns .tile {
  padding: 0 1.875rem 1.875rem 1.875rem;
}
.benefits_columns .tile:before {
  content: '';
  display: block;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: calc(0.50em + 2px);
  z-index: -3;
  background: linear-gradient(45deg,#00ffea,#7f4fff,#ff47c3,#00ffea);
  background-size: 300% 300%;
  animation: aiGradient 6s ease infinite;
  position: relative;
  position: absolute;
  opacity: 0.35;
}
.benefits_columns .tile:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0.50em;
  z-index: -2;
  background: #ffffff;
}
.benefits_columns .tile .badge_icon {
  margin: 0;
}
.benefits_columns .tile .badge_icon.circled>span:before {
  width: 4.00em;
  height: 4.00em;
  border: 2px solid rgba(44,107,153,0.25);
  z-index: -1;
}
.benefits_columns .tile .badge_icon.circled svg {
  width: 3.00em;
  height: 3.00em;
  margin: -1.5em auto 2.00em auto;
}
.benefits_columns .tile .badge_icon>span {
  display: block;
  position: relative;
}
.benefits_columns .tile .badge_icon>span:before {
  content: '';
  display: block;
  width: 3.00em;
  height: 3.00em;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}
.benefits_columns .tile .badge_icon svg {
  display: block;
  width: 4.00em;
  height: 4.00em;
  margin: -2em auto 1.00em auto;
  color: #2c6b99;
}
.benefits_icons {
  margin: 0 !important;
  padding: 0 !important;
  gap: 2.00em 3.00em;
}
.benefits_icons.centered {
  margin-left: auto !important;
  margin-right: auto !important;
}
.benefits_icons[data-cols="2"] .tile_holder {
  width: calc(50% - 1.50em) !important;
  max-width: calc(50% - 1.50em) !important;
  flex: 0 0 calc(50% - 1.50em) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.benefits_icons[data-cols="3"] .tile_holder {
  width: calc(33.33% - 2.00em) !important;
  max-width: calc(33.33% - 2.00em) !important;
  flex: 0 0 calc(33.33% - 2.00em) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.benefits_icons .tile_holder {
  width: calc(50% - 1.50em) !important;
  max-width: calc(50% - 1.50em) !important;
  flex: 0 0 calc(50% - 1.50em) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.benefits_icons .icon_item .icon_item_inner {
  align-items: flex-start !important;
}
.benefits_icons .icon_item .icon_item_icon {
  width: 2.50em !important;
  max-width: 2.50em !important;
  flex: 0 0 2.50em !important;
  height: 2.00em !important;
  margin-right: 1.50em !important;
}
.benefits_icons .icon_item .icon_item_icon svg {
  width: 2.50em !important;
  height: 2.00em !important;
  margin: 0 auto !important;
}
.inline_tooltip {
  cursor: help;
  text-decoration: underline dashed;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(44,107,153,0.5);
  text-underline-offset: 0.20em;
  transition: all 0.15s ease-in-out;
}
.inline_tooltip:hover {
  text-decoration-color: #2c6b99;
}
.inline_tooltip .tooltip {
  width: max-content;
  max-width: 300px;
  white-space: normal;
  z-index: 2;
}
.row_block_columns {
  justify-content: space-between;
}
.images_slider {
  margin-top: -2.25rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.images_slider[data-slider-nav-color="color_1"] .slick-dots li {
  background: linear-gradient(45deg,#00ffea,#7f4fff,#ff47c3,#00ffea);
  background-size: 300% 300%;
  animation: aiGradient 6s ease infinite;
  position: relative;
  overflow: hidden;
}
.images_slider[data-slider-nav-color="color_1"] .slick-dots li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #2c6b99;
  opacity: 0.50;
  transition: all 0.15s ease-in-out;
}
.images_slider[data-slider-nav-color="color_1"] .slick-dots li.slick-active {
  background: linear-gradient(45deg,#00ffea,#7f4fff,#ff47c3,#00ffea);
  background-size: 300% 300%;
  animation: aiGradient 6s ease infinite;
  position: relative;
  opacity: 1;
}
.images_slider[data-slider-nav-color="color_1"] .slick-dots li.slick-active:before {
  opacity: 0;
}
.images_slider .slick-list {
  padding-bottom: 3.50em !important;
}
.images_slider .slick-dots {
  bottom: 2.00em;
}
.cta_row {
  max-width: 1320px;
  margin: 4.00em auto 4.00em auto;
  border-radius: 2.00em;
  border: 1px solid #2c6b99;
  box-shadow: 0em 0.5em 3.00em 0em rgba(43,43,43,0.1), 0em 0.5em 1.00em 0em rgba(43,43,43,0.05);
}
.cta_row:last-child {
  margin-bottom: -10em;
}
.cta_row .row_holder_inner {
  padding: 4.00em 0;
}
.cta_row .row_background_holder {
  border-radius: 2.00em;
  overflow: hidden;
}
#content_wrap:has(.cta_row:last-child) + #footer_holder #footer {
  padding-top: 18.00em;
}
#footer_holder {
  border-top: 1px solid #2c6b99;
}
#footer_holder:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25em;
  z-index: 1;
  background: linear-gradient(to bottom,#2c6b99 0%,rgba(255,255,255,0) 100%);
  opacity: 0.15;
}
#footer_holder #footer {
  position: relative;
  z-index: 2;
}
#footer_holder #footer #footer_inner .row {
  margin-left: -4em;
  margin-right: -4em;
}
#footer_holder #footer #footer_inner .row .footer_column {
  padding: 0 4.00em;
}
#footer_holder #footer_bottom {
  background: rgba(0,0,0,0.05);
  border-top: 1px solid rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.75);
}
.quick_links_menu {
  margin-top: -0.5em;
}
.quick_links_menu li {
  border: none !important;
  background: none !important;
}
.quick_links_menu a {
  border: none !important;
  background: none !important;
}
.quick_links_menu a:hover {
  color: #2c6b99;
}
.quick_links_menu a:hover .menu_item_text:before {
  width: 100%;
}
.quick_links_menu a .menu_item_text {
  position: relative;
  text-decoration: none !important;
}
.quick_links_menu a .menu_item_text:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0.035em;
  background: currentColor;
  transition: all 0.15s ease-in-out;
}
.quick_links_menu a .menu_item_text:hover:before {
  width: 100%;
}
.top_area_row .row_backgrounds_holder video {
  transform: rotate(180deg);
  transform-origin: center center;
}
.top_area_row .row_backgrounds_holder:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom,rgba(250,250,250,0) 0%,#fafafa 100%);
}
.row_fade_to_body_color .row_backgrounds_holder:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom,rgba(250,250,250,0) 0%,#fafafa 100%);
}
.ui-wrap {
  position: relative;
  width: 100%;
  height: auto;
  perspective: 1200px;
  opacity: 0.75;
  transition: all 0.30s ease-in-out;
}
.ui-wrap:hover {
  opacity: 0.90;
}
.ui-wrap:before {
  content: "";
  position: absolute;
  inset: -5%;
  z-index: -1;
  background: linear-gradient(120deg,#00ffea,#7f4fff,#ff47c3,#00ffea);
  background-size: 300% 300%;
  filter: blur(50px);
  opacity: 0.35;
  animation: gradientGlow 12s ease-in-out infinite;
  transform: translateZ(-1px);
}
.ui-wrap.ui-wrap-elements {
  height: auto;
  opacity: 0.75;
}
.ui-wrap.ui-wrap-elements:hover {
  opacity: 1;
}
.ui-wrap.ui-wrap-elements:before {
  opacity: 0.20;
}
.ui-wrap.ui-wrap-elements .ui-shadow {
  opacity: 0.25;
}
.ui-wrap.ui-wrap-elements .accordion {
  transform: rotateX(8deg) rotateY(-12deg) translateZ(0);
  transition: transform 0.6s ease;
}
@keyframes gradientGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.ui-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.50em;
  box-shadow: 0 40px 80px rgba(0,0,0,0.25);
  transform: rotateX(8deg) rotateY(-12deg) translateZ(0);
  transition: transform 0.6s ease;
}
.ui-shadow {
  display: none !important;
  position: absolute;
  inset: 0;
  background: url("http://dudek.ai/wp-content/uploads/2026/01/screenshot-04.png") center / cover no-repeat;
  filter: blur(40px);
  transform: scale(1.1);
  opacity: 0.6;
  z-index: -1;
}
.ui-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg,rgba(255,255,255,0.15),transparent 60%);
  pointer-events: none;
}
@media (hover: none) and (pointer: coarse) {
  .ui-shot {
    animation: mobileTilt 8s ease-in-out infinite;
  }
  .ui-wrap-elements .accordion {
    animation: mobileTilt 8s ease-in-out infinite;
  }
}
@keyframes mobileTilt {
  0% {
    transform: perspective(1200px) rotateX(6deg) rotateY(-8deg) translateY(0);
  }
  50% {
    transform: perspective(1200px) rotateX(-4deg) rotateY(8deg) translateY(-10px);
  }
  100% {
    transform: perspective(1200px) rotateX(6deg) rotateY(-8deg) translateY(0);
  }
}
.floating_ui_columns {
  gap: 4.00em;
  margin-bottom: 0 !important;
}
.floating_ui_columns .floating_ui_image_column {
  margin: 0 4.00em 0 -4em;
}
.floating_ui_columns .floating_ui_image_column:last-child {
  margin: 0 -4em 0 4.00em;
}
.floating_ui_columns .floating_ui_text_column {
  margin: 0;
}
.gallery_holder {
  padding: 0 !important;
}
.gallery_holder.center_mode {
  max-width: 850px;
  margin: 0 auto;
}
.gallery_holder.center_mode .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.gallery_holder.center_mode .slick-slide {
  opacity: 0 !important;
}
.gallery_holder.center_mode .slick-slide:has(+.slick-current) {
  opacity: 0.20 !important;
}
.gallery_holder.center_mode .slick-slide.slick-current {
  opacity: 1 !important;
}
.gallery_holder.center_mode .slick-slide.slick-current+.slick-slide {
  opacity: 0.20 !important;
}
.gallery_holder.logos_slider {
  margin: 0 !important;
}
.gallery_holder.logos_slider:has(+.benefits_columns) {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.gallery_holder.logos_slider .tile {
  background: none !important;
  box-shadow: none !important;
  padding: 0 1.25em;
  opacity: 0.50;
  transition: all 0.15s ease-in-out;
}
.gallery_holder.logos_slider .tile:hover {
  opacity: 0.75;
}
.gallery_holder.logos_slider .tile img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}
.gallery_holder .slider_arrow {
  height: auto;
  width: auto;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.gallery_holder .slider_arrow:hover {
  transform: none !important;
}
.gallery_holder .slider_arrow:hover:before {
  opacity: 0.50;
}
.gallery_holder .slider_arrow:hover .icon {
  color: #2c6b99;
}
.gallery_holder .slider_arrow:hover .icon:before {
  opacity: 1;
}
.gallery_holder .slider_arrow:hover .icon:after {
  outline-color: transparent;
}
.gallery_holder .slider_arrow:hover .icon .slider_arrow_inner {
  opacity: 1;
}
.gallery_holder .slider_arrow.slider_arrow_next {
  margin-left: 2.50rem !important;
}
.gallery_holder .slider_arrow.slider_arrow_next:before {
  left: 0;
  background: linear-gradient(to right,rgba(243,243,243,0) 0%,#f3f3f3 100%);
}
.gallery_holder .slider_arrow.slider_arrow_next:after {
  left: 0;
}
.gallery_holder .slider_arrow.slider_arrow_next .icon {
  margin-left: -2rem;
}
.gallery_holder .slider_arrow.slider_arrow_prev {
  margin-right: 2.50rem !important;
}
.gallery_holder .slider_arrow.slider_arrow_prev:before {
  right: 0;
  background: linear-gradient(to right,#f3f3f3 0%,rgba(243,243,243,0) 100%);
}
.gallery_holder .slider_arrow.slider_arrow_prev:after {
  right: 0;
}
.gallery_holder .slider_arrow.slider_arrow_prev .icon {
  margin-right: -2rem;
}
.gallery_holder .slider_arrow.slider_arrow_prev .icon .slider_arrow_inner {
  transform: rotate(180deg);
}
.gallery_holder .slider_arrow:before {
  content: '';
  display: block;
  width: calc((50vw - (1400px - 850px - 5.50rem)));
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fafafa;
  opacity: 1;
  z-index: 1;
  transition: all 0.15s ease-in-out;
}
.gallery_holder .slider_arrow:after {
  content: '';
  display: block;
  width: 50vw;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  opacity: 1;
}
.gallery_holder .slider_arrow .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.00em;
  height: 4.00em;
  border-radius: 50%;
  overflow: hidden;
  color: #2c6b99;
}
.gallery_holder .slider_arrow .icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  background: linear-gradient(45deg,#00ffea,#7f4fff,#ff47c3,#00ffea);
  background-size: 300% 300%;
  animation: aiGradient 6s ease infinite;
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: all 0.15s ease-in-out;
  border-radius: 50%;
}
.gallery_holder .slider_arrow .icon:after {
  content: '';
  display: block;
  position: absolute !important;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  outline: 2px solid rgba(44,107,153,0.25);
  background: #ffffff;
  z-index: 0;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
}
.gallery_holder .slider_arrow .icon svg {
  position: relative;
  z-index: 1;
  width: 1.50em;
  height: 1.50em;
  display: block;
  margin: 0;
}
.gallery_holder .slider_arrow .icon .slider_arrow_inner {
  display: block;
  width: 1.50em;
  height: 1.50em;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  background: linear-gradient(45deg,#00ffea,#7f4fff,#ff47c3,#00ffea);
  background-size: 300% 300%;
  animation: aiGradient 6s ease infinite;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.15s ease-in-out;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
.gallery_holder .tile {
  color: #ffffff;
  overflow: hidden;
}
.gallery_holder .tile .tile_inner {
  position: relative;
}
.gallery_holder .tile .tile_inner:has(.tile_text):before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  background: linear-gradient(15deg,#000000 0%,rgba(0,0,0,0) 65%);
  opacity: 0.90;
}
.gallery_holder .tile .tile_image {
  position: relative;
  z-index: 1;
}
.gallery_holder .tile .tile_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-wrap: balance;
  max-width: 550px;
  line-height: 1.20;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.15), 0px 0px 5px rgba(0,0,0,0.25);
}
.gallery_holder .tile .tile_text h4,
.gallery_holder .tile .tile_text h5 {
  display: inline-block;
  padding: 0.50em 1.00em 0.50em 2.00em;
  margin: 0 0 0.50em -2em;
  background: rgba(44,107,153,0.75);
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.gallery_holder .tile .tile_text h4:last-child,
.gallery_holder .tile .tile_text h5:last-child {
  margin-bottom: 0;
}
.benefits_columns+.logos_slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: -1;
}
@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: 1500px) {
  .floating_ui_columns .floating_ui_image_column {
    margin: 0;
  }
  .floating_ui_columns .floating_ui_image_column:last-child {
    margin: 0;
  }
}
@media (min-width: 1441px) {
  .hide_1441,
  .hide_1401 {
    display: none;
  }
  .show_1440,
  .show_1400 {
    display: none;
  }
}
@media (max-width: 1440px) {
  .hide_1440,
  .hide_1400 {
    display: none;
  }
  .show_1441,
  .show_1401 {
    display: none;
  }
  #top {
    height: 140px;
  }
  #header_holder #header #logo {
    height: 100px;
  }
  #header_holder.scrolled #header #logo {
    height: 60px;
  }
  .row_slider .slider_arrow {
    width: 1.2em;
    height: 1.2em;
  }
  .row_slider .slider_arrow.slider_arrow_next {
    right: 0.625rem;
  }
  .row_slider .slider_arrow.slider_arrow_prev {
    left: 0.625rem;
  }
  .row_slider .slider_arrow .icon svg {
    width: 1.2em;
    height: 1.2em;
  }
  body.header_type_transparent #content_wrap>.row_holder:first-child .row_holder_inner {
    padding-top: 145px;
  }
  body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
    padding-top: 145px !important;
  }
  .cta_row {
    margin-left: 2.50rem;
    margin-right: 2.50rem;
  }
}
@media (max-width: 1300px) {
  .step_tiles.step_tiles_homepage {
    margin: 0 -3em !important;
  }
  .step_tiles.step_tiles_homepage .tile_holder {
    padding-left: 3.00em !important;
    padding-right: 3.00em !important;
  }
  .step_tiles.step_tiles_homepage .tile svg.feature-connector {
    width: 5.00em;
    top: 50%;
  }
  .step_tiles.step_tiles_homepage .tile svg.feature-connector path {
    stroke-width: 3;
  }
  .step_tiles.step_tiles_homepage .tile svg.feature-connector-dashes {
    width: 5.00em;
    top: 50%;
  }
  .step_tiles.step_tiles_homepage .tile svg.feature-connector-dashes path {
    stroke-width: 4;
    stroke-dasharray: 16;
  }
}
@media (min-width: 1201px) {
  .hide_1201 {
    display: none;
  }
  .show_1200 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hide_1200 {
    display: none;
  }
  .show_1201 {
    display: none;
  }
  #top {
    height: 140px;
  }
  #header_holder #header #logo {
    height: 100px;
  }
  #header_holder.scrolled #header #logo {
    height: 60px;
  }
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  #content_holder {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
  #content_holder #content_col {
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding-right: 3.125rem;
  }
  #content_holder #content_col.full_width {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  #content_holder #sidebar_col {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
  }
  .row_holder[data-column-gaps="small"] .row .col_content_holder[data-content-padding="default"] .col_content {
    padding: 1.25rem 1.25rem;
  }
  .row_holder[data-column-gaps="large"] .row .col_content_holder[data-content-padding="default"] .col_content {
    padding: 1.875rem 1.875rem;
  }
  .row_holder .row .col_content_holder[data-content-padding="default"] .col_content {
    padding: 1.875rem 1.875rem;
  }
  .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: -0.625rem;
    margin-right: -0.625rem;
  }
  .wp-block-columns:last-child {
    margin-bottom: -1.25rem;
  }
  .wp-block-columns>div {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .tile .tile_text {
    padding: 1.25rem;
  }
  .tiles_grid {
    margin: 0 -0.625rem 0 -0.625rem;
  }
  .tiles_grid:first-child {
    margin-top: 0;
  }
  .tiles_grid:last-child {
    margin-bottom: -1.25rem;
  }
  .tiles_grid .tile_holder {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .tiles_grid .tile_holder .admin_edit_button {
    right: 0.625rem;
  }
  .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: 1.25rem;
  }
  .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 5rem;
    width: 5rem;
    max-width: 5rem;
    height: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .tile[data-visual-position="left"] .tile_inner .tile_image {
    padding-left: 1.25rem;
  }
  .tile[data-visual-position="right"] .tile_inner .tile_image {
    padding-right: 1.25rem;
  }
  .tile .tile_meta {
    padding: 0.625rem 1.25rem;
  }
  .tile .tile_meta+.tile_text {
    padding-top: 0.625rem;
  }
  .tile .tile_text {
    padding: 1.25rem;
  }
  .tile .tile_image[data-type="icon"] {
    padding-top: 1.25rem;
    height: 5rem;
  }
  .buttons_holder[data-gaps="large"] {
    margin: 0 -0.625rem 0px -0.625rem;
  }
  .buttons_holder[data-gaps="large"]:last-child {
    margin-bottom: -1.25rem;
  }
  .buttons_holder[data-gaps="large"] .button {
    margin: 0 0.625rem 1.25rem 0.625rem !important;
  }
  .has-background {
    padding: 1.25rem;
  }
  .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%;
  }
  body.error404 #content_holder {
    padding-bottom: 12.5rem;
  }
  #footer_404_image img {
    max-width: 400px;
  }
  .hero_title {
    font-size: 2.75em;
  }
  .hero_title span.highlight {
    display: block;
    margin-top: 0.10em;
    line-height: 1;
  }
  .hero_title span.highlight br {
    display: block;
  }
  .cta_row {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  #footer_holder #footer #footer_inner .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  #footer_holder #footer #footer_inner .row .footer_column {
    padding-left: 2.00em;
    padding-right: 2.00em;
  }
  #footer_holder #footer #footer_inner .row .footer_column[data-count="1"] {
    flex: 0 0 330px;
  }
  #footer_holder #footer #footer_inner .row .footer_column[data-count="3"] {
    flex: 0 0 300px;
  }
  .benefits_columns:has(+.logos_slider) {
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .hide_desktop {
    display: none !important;
  }
  .hide_992 {
    display: none;
  }
  .show_991 {
    display: none;
  }
}
@media (max-width: 991px) {
  .hide_991 {
    display: none;
  }
  .show_992 {
    display: none;
  }
  .hide_mobile,
  .hide_on_mobile,
  .mobile_hidden,
  [data-hide-mobile="1"] {
    display: none !important;
  }
  #top {
    height: 130px;
  }
  #header_holder #header #logo {
    height: 90px;
  }
  #header_holder.scrolled #header #logo {
    height: 50px;
  }
  #top_header {
    display: none;
  }
  #main_menu {
    display: none;
    order: 1;
    margin: 0 0 0 1.25rem !important;
  }
  #main_menu:last-child {
    margin-left: 0 !important;
  }
  #main_menu>li {
    display: none;
  }
  #main_menu>li.menu_button {
    display: block;
  }
  #mobile_menu_icon {
    order: 2;
    display: block;
    margin: 0 0 0 1.25rem;
  }
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #top_area>.row_holder_inner {
    min-height: 0 !important;
  }
  #breadcrumbs_holder .row .col {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .row_holder .row_holder_inner {
    padding: 5rem 0;
  }
  .row_holder[data-column-gaps="large"] .row .col_content_holder[data-content-padding="default"] .col_content {
    padding: 1.25rem 1.25rem;
  }
  .row_holder .row .col_content_holder[data-content-padding="default"] .col_content {
    padding: 1.25rem 1.25rem;
  }
  .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;
  }
  body.header_type_transparent #content_wrap>.row_holder:first-child .row_holder_inner {
    padding-top: 133px;
  }
  body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
    padding-top: 133px !important;
  }
  .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;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
  #content_holder #content_col {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  #content_holder #sidebar_col {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid #eeeeee;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #sidebar #sidebar_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -0.625rem -1.25rem -0.625rem;
  }
  #sidebar #sidebar_inner>.tile_holder {
    padding: 0 0.625rem;
    margin: 0 0 1.25rem 0;
    flex: 1 0 50%;
    max-width: none;
    width: auto;
  }
  .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: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .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 !important;
  }
  .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"][data-count="4"] .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: 3.75rem 0 3.75rem 0;
  }
  #footer_holder #footer .row:last-child {
    margin-bottom: -3.75rem;
  }
  #footer_holder #footer .row>div {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-width: 0 !important;
    margin-bottom: 3.75rem;
  }
  #footer_holder #footer_bottom .menu {
    display: none !important;
  }
  .accordion .accordion_item .accordion_item_title {
    padding: 0.625rem 1.25rem;
  }
  .accordion .accordion_item_content {
    padding: 1.25rem;
  }
  .tabs .tab_titles .tab_title {
    padding: 0.625rem 1.25rem;
  }
  .tabs .tab_item {
    padding: 1.25rem;
  }
  .modal_screen .modal_screen_inner {
    padding: 1.25rem 0;
  }
  .modal_screen .modal_screen_content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .modal_screen .modal_form {
    max-width: none;
  }
  body.error404 #content_holder {
    padding-bottom: 16.25rem;
  }
  #footer_404_image {
    left: 1.25rem;
    right: 1.25rem;
    justify-content: center;
  }
  #footer_404_image img {
    max-width: 360px;
  }
  .wp-block-columns.floating_ui_columns {
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 6.00em;
  }
  .wp-block-columns.floating_ui_columns .wp-block-column {
    flex: 0 0 100% !important;
    order: 4;
  }
  .wp-block-columns.floating_ui_columns .wp-block-column.mobile_order_1 {
    order: 1;
  }
  .wp-block-columns.floating_ui_columns .wp-block-column.mobile_order_2 {
    order: 2;
  }
  .wp-block-columns.floating_ui_columns .wp-block-column.mobile_order_3 {
    order: 3;
  }
  .wp-block-columns.floating_ui_columns .wp-block-column.floating_ui_image_column {
    margin: 0;
    max-width: 80% !important;
  }
  .wp-block-columns.floating_ui_columns .wp-block-column.floating_ui_image_column:last-child {
    margin: 0;
  }
  .wp-block-columns.floating_ui_columns .mobile_order_1 {
    order: 1;
  }
  .step_tiles.step_tiles_homepage {
    flex-direction: column !important;
    align-items: center !important;
    margin: 0 0 2.00em 0 !important;
    gap: 5.00em !important;
  }
  .step_tiles.step_tiles_homepage .tile_holder {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    flex: 0 0 100% !important;
    width: auto !important;
    max-width: 400px !important;
  }
  .step_tiles.step_tiles_homepage .tile_holder:first-child .tile svg.feature-connector,
  .step_tiles.step_tiles_homepage .tile_holder:first-child .tile svg.feature-connector-dashes {
    transform: rotate(90deg) !important;
    width: 10.00em;
    top: 100%;
    margin-left: -4em;
  }
  .step_tiles.step_tiles_homepage .tile_holder:nth-child(2) .tile svg.feature-connector,
  .step_tiles.step_tiles_homepage .tile_holder:nth-child(2) .tile svg.feature-connector-dashes {
    transform: rotate(90deg) !important;
    width: 10.00em;
    top: 100%;
    left: auto;
    right: 100%;
    margin-right: -4em;
  }
  .step_tiles.step_tiles_homepage .tile svg.feature-connector {
    width: 5.00em;
    top: 50%;
  }
  .step_tiles.step_tiles_homepage .tile svg.feature-connector path {
    stroke-width: 3;
  }
  .step_tiles.step_tiles_homepage .tile svg.feature-connector-dashes {
    width: 5.00em;
    top: 50%;
  }
  .step_tiles.step_tiles_homepage .tile svg.feature-connector-dashes path {
    stroke-width: 4;
    stroke-dasharray: 16;
  }
  .wp-block-columns.row_block_columns {
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 3.00em;
    margin-bottom: 0;
  }
  .wp-block-columns.row_block_columns .wp-block-column {
    flex: 0 0 100% !important;
    order: 4;
  }
  .wp-block-columns.row_block_columns .wp-block-column.mobile_order_1 {
    order: 1;
  }
  .wp-block-columns.row_block_columns .wp-block-column.mobile_order_2 {
    order: 2;
  }
  .wp-block-columns.row_block_columns .wp-block-column.mobile_order_3 {
    order: 3;
  }
  .wp-block-columns.row_block_columns .mobile_order_1 {
    order: 1;
  }
  .wp-block-columns.row_block_columns .gallery_holder {
    margin: 0 -1.25rem !important;
  }
  .wp-block-columns.row_block_columns .gallery_holder .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wp-block-columns.row_block_columns .gallery_holder .tile_holder {
    padding: 0 !important;
  }
  .wp-block-columns.row_block_columns .gallery_holder .tile_holder .tile {
    border-radius: 0 !important;
  }
  .wp-block-columns.row_block_columns .gallery_holder .tile_holder .tile .tile_image {
    border-radius: 0 !important;
  }
  .wp-block-columns.row_block_columns .gallery_holder .tile_holder .tile .tile_image img {
    border-radius: 0 !important;
  }
  .wp-block-columns.row_block_columns .gallery_holder .tile_holder .tile .tile_text {
    padding: 1.25rem !important;
  }
  .wp-block-columns.row_block_columns .gallery_holder .tile_holder .tile .tile_text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cta_row {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  #footer_holder #footer #footer_inner .row .footer_column[data-count="2"] {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 3;
  }
  #footer_holder #footer_bottom p[style="text-align: center;"] {
    text-align: left !important;
  }
  .gallery_holder.center_mode {
    padding-left: 2.50rem !important;
    padding-right: 2.50rem !important;
  }
  .gallery_holder.center_mode .slider_arrow.slider_arrow_next {
    margin-left: -0.5rem !important;
  }
  .gallery_holder.center_mode .slider_arrow.slider_arrow_next .icon {
    margin-left: -1.25rem;
  }
  .gallery_holder.center_mode .slider_arrow.slider_arrow_prev {
    margin-right: -0.5rem !important;
  }
  .gallery_holder.center_mode .slider_arrow.slider_arrow_prev .icon {
    margin-right: -1.25rem;
  }
  .gallery_holder.center_mode .slider_arrow .icon {
    width: 2.50rem;
    height: 2.50rem;
    outline-width: 1px;
  }
  .gallery_holder.center_mode .slider_arrow .icon .slider_arrow_inner {
    width: 1.00em;
    height: 1.00em;
  }
  .gallery_holder.center_mode .slider_arrow .icon svg {
    width: 1.00em;
    height: 1.00em;
  }
  .step_tiles.step_tiles_generic {
    margin: 0 !important;
    gap: 4.00em !important;
  }
  .step_tiles.step_tiles_generic .tile_holder {
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .floating_ui_columns.floating_ui_columns_images_only {
    justify-content: space-around;
    gap: 0 !important;
  }
  .floating_ui_columns.floating_ui_columns_images_only .wp-block-column {
    flex: 0 0 45% !important;
    width: 45% !important;
    max-width: 45% !important;
    min-width: 0 !important;
  }
  .benefits_columns:has(+.logos_slider) {
    max-width: 400px;
  }
}
@media (max-width: 820px) {
  .benefits_icons[data-cols="3"] .tile_holder {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
  html body.admin-bar {
    margin-top: -46px !important;
  }
  body.admin-bar #header_holder {
    margin-top: 0;
  }
  body.admin-bar .modal_screen {
    top: 0;
  }
}
@media (min-width: 768px) {
  .hide_768 {
    display: none;
  }
  .show_767 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide_767 {
    display: none;
  }
  .show_768 {
    display: none;
  }
  #top {
    height: 120px;
  }
  #header_holder #header #logo {
    height: 80px;
  }
  #header_holder.scrolled #header #logo {
    height: 50px;
  }
  #content_holder {
    flex-wrap: wrap;
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .row_holder .row_holder_inner {
    padding: 3.75rem 0;
  }
  .row_holder .row .col_content_holder[data-content-padding="default"] .col_content {
    padding: 1.25rem 1.25rem;
  }
  .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;
  }
  body.header_type_transparent #content_wrap>.row_holder:first-child .row_holder_inner {
    padding-top: 122px;
  }
  body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
    padding-top: 122px !important;
  }
  .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: 1.25rem 1.25rem 0.625rem 1.25rem !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: 4.375rem;
    max-height: 3.125rem;
  }
  .tile[data-visual-position="left"] .tile_inner .tile_text,
  .tile[data-visual-position="right"] .tile_inner .tile_text {
    order: 2 !important;
  }
  .tabs .tab_titles .tab_title {
    padding: 0.625rem 0.625rem;
  }
  .tabs .tab_titles .tab_title h4 {
    font-size: 1em !important;
  }
  .tabs .tab_titles .tab_title .accordion_item_title_icon:not(:last-child) {
    display: none;
  }
  .tabs .tab_item {
    padding: 1.25rem;
  }
  .modal_screen .modal_top {
    display: none;
  }
  .modal_screen .modal_form {
    margin-right: 5rem;
  }
  .modal_screen .modal_form .modal_search_notice {
    bottom: auto;
    top: 100%;
    margin: 0.625rem 0 0 0;
  }
  .modal_screen .modal_form .modal_search_notice:before {
    border-top-color: transparent;
    border-bottom-color: #ed6e4b;
    top: auto;
    bottom: 100%;
    left: 0.625rem;
  }
  .modal_screen .modal_close {
    top: 2.1875rem;
  }
  .search_results_group[data-size="half"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .hero_title {
    font-size: 2.25em;
  }
  .hero_title span.highlight {
    font-size: 1.85em;
    line-height: 1;
  }
  .benefits_columns:has(+.logos_slider) {
    max-width: none;
  }
  .benefits_columns+.logos_slider {
    position: static;
    transform: none;
    margin-top: 4.00em !important;
  }
}
@media (max-width: 660px) {
  .hero_title {
    font-size: 2.00em;
  }
  .hero_title br {
    display: none;
  }
  .hero_title span.highlight {
    font-size: 1.85em;
  }
  .hero_title span.highlight br {
    display: none;
  }
  .benefits_icons[data-cols="2"] .tile_holder {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .benefits_columns .tile {
    padding-left: 1.50rem;
    padding-right: 1.50rem;
  }
  .gallery_holder.logos_slider .tile {
    padding: 0 0.50em;
  }
}
@media (max-width: 600px) {
  #breadcrumbs_holder .row {
    flex-direction: column;
    margin-bottom: -0.625rem;
  }
  #breadcrumbs_holder .row .col {
    flex: 1 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    text-align: center !important;
    margin: 0 0 0.625rem 0 !important;
  }
  .fancybox_content {
    padding: 1.25rem !important;
  }
  #page_text .wp-block-table {
    overflow: hidden;
    display: block;
    width: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 0;
    position: relative;
  }
  #page_text .wp-block-table:before,
  #page_text .wp-block-table:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.25rem;
    z-index: 1;
  }
  #page_text .wp-block-table:before {
    left: 0;
    background: -moz-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#ffffff 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1);
  }
  #page_text .wp-block-table:after {
    right: 0;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
  }
  #page_text .wp-block-table .table_holder {
    overflow: auto;
    max-width: 100%;
  }
  #page_text .wp-block-table .table_holder_inner {
    padding: 0 1.25rem 0 0;
    margin: 0 0 0 1.25rem;
    min-width: 600px;
  }
  form.vfbp-form>div.vfb-fieldType-captcha {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  form.vfbp-form>div.vfb-fieldType-captcha+.vfb-fieldType-submit {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 551px) {
  .hide_551 {
    display: none;
  }
  .show_550 {
    display: none;
  }
}
@media (max-width: 550px) {
  .hide_550 {
    display: none;
  }
  .show_551 {
    display: none;
  }
  #top {
    height: 120px;
  }
  #header_holder #header #logo {
    height: 80px;
  }
  #header_holder.scrolled #header #logo {
    height: 50px;
  }
  #main_menu {
    display: none;
  }
  .row_holder .row .col_content_holder[data-content-padding="default"] .col_content {
    padding: 1.25rem 1.25rem;
  }
  .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) .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;
  }
  #sidebar #sidebar_inner>.tile_holder {
    flex: 0 0 100% !important;
    width: 100% !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 1.25rem 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 p {
    margin-bottom: 0.625rem;
  }
  #footer_holder #footer p:last-child {
    margin-bottom: 0;
  }
  #footer_holder #footer .row:last-child {
    margin-bottom: -3.125rem;
  }
  #footer_holder #footer .row>div {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 3.125rem;
  }
  #footer_holder .footer_col_title {
    margin: 0 0 0.625rem 0;
    padding: 0 0 0.625rem 0;
  }
  figure.alignright,
  figure.alignleft {
    max-width: none !important;
    float: none !important;
    margin: 0 auto !important;
    margin-bottom: 1.25rem !important;
  }
  .wp-block-image:last-child figure {
    margin-bottom: 0 !important;
  }
  .modal_screen .modal_form>button .icon {
    display: none;
  }
  .step_tiles.step_tiles_homepage {
    padding-left: 2.50em !important;
    padding-right: 2.50em !important;
  }
  .gallery_holder.center_mode {
    padding-left: 1.50rem !important;
    padding-right: 1.50rem !important;
  }
  .gallery_holder.center_mode .slider_arrow.slider_arrow_next {
    margin-left: 0.250rem !important;
  }
  .gallery_holder.center_mode .slider_arrow.slider_arrow_next .icon {
    margin-left: -1em;
  }
  .gallery_holder.center_mode .slider_arrow.slider_arrow_prev {
    margin-right: 0.250rem !important;
  }
  .gallery_holder.center_mode .slider_arrow.slider_arrow_prev .icon {
    margin-right: -1em;
  }
  .gallery_holder.center_mode .slider_arrow .icon {
    width: 2.00em;
    height: 2.00em;
  }
  .gallery_holder.center_mode .slider_arrow .icon:after {
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    outline-width: 1px !important;
  }
  .gallery_holder.center_mode .slider_arrow .icon .slider_arrow_inner {
    width: 0.85em;
    height: 0.85em;
  }
  .gallery_holder.center_mode .slider_arrow .icon svg {
    width: 0.85em;
    height: 0.85em;
  }
  .gallery_holder.center_mode .tile_holder {
    padding-left: 0.50rem !important;
    padding-right: 0.50rem !important;
  }
  .gallery_holder.center_mode .tile .tile_text {
    padding: 1.00rem;
  }
  .gallery_holder.center_mode .tile .tile_text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .floating_ui_columns.floating_ui_columns_images_only {
    justify-content: space-around;
    gap: 4em !important;
  }
  .floating_ui_columns.floating_ui_columns_images_only .wp-block-column {
    flex: 0 0 95% !important;
    width: 95% !important;
    max-width: 95% !important;
    min-width: 0 !important;
  }
  .wp-block-columns.floating_ui_columns .wp-block-column.floating_ui_image_column {
    max-width: 90% !important;
  }
  .tile[data-text-padding="2.0x"] .tile_text {
    padding: 1.50rem !important;
  }
  form.vfbp-form>div {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  form.vfbp-form .button {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .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"][data-count="4"] .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-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;
  }
  .quote,
  blockquote {
    margin: 2em 0;
  }
  h3.h4 span.highlight {
    white-space: nowrap;
  }
  .secondary_buttons .button {
    padding-left: 1.00em;
    padding-right: 1.00em;
  }
  .secondary_buttons .button svg {
    margin-left: 0;
    margin-right: 0.50em;
    padding-right: 0.50em;
  }
}
@media (min-width: 421px) {
  .show_420 {
    display: none;
  }
  .hide_421 {
    display: none;
  }
}
@media (max-width: 420px) {
  .hide_420 {
    display: none;
  }
  .show_421 {
    display: none;
  }
  #top {
    height: 120px;
  }
  #header_holder #header #logo {
    height: 80px;
  }
  #header_holder.scrolled #header #logo {
    height: 50px;
  }
  #header_holder.scrolled #header_search_button {
    height: 2rem;
  }
  #header_search_button {
    height: 2.3125rem;
  }
  #header_search_button>svg,
  #header_search_button .fa-icon {
    margin: 0;
  }
  #header_search_button .icon {
    margin: 0;
  }
  #header_search_button .button_text {
    display: none;
  }
  #footer h3,
  #footer .h3 {
    font-size: 1.75em;
  }
}
@media (max-width: 400px) {
  .modal_screen .modal_form {
    margin-right: 3.125rem;
  }
  .modal_screen .modal_form>button {
    flex: 0 0 4.6875rem;
  }
  .modal_screen .modal_close {
    top: 2.1875rem;
    font-size: 1.80em;
  }
  .modal_screen .modal_close>svg,
  .modal_screen .modal_close .icon {
    margin: 0;
  }
  .modal_screen .modal_close .icon_text {
    display: none;
  }
  .search_results_title .search_results_title_line {
    margin: 0 0.625rem;
    height: 0;
    background: none !important;
  }
}
@media (min-width: 361px) {
  .show_360 {
    display: none;
  }
  .hide_361 {
    display: none;
  }
}
@media (max-width: 360px) {
  .hide_360 {
    display: none;
  }
  .show_361 {
    display: none;
  }
  .tiles_grid[data-cols="6"] .tile_holder {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  #sidebar #sidebar_inner>.tile_holder {
    flex: 0 0 100% !important;
    width: 100%;
    min-width: 0;
    margin-bottom: 1.25rem;
  }
  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;
  }
}
.datepicker {
  padding: 4px;
  direction: ltr;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker>div {
  display: none;
}
.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  border: 0;
  table-layout: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  border-color: #fdf59a;
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  border-color: #f3e97a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  border-color: #808080;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  border-color: #0044cc;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #21759B;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #21759B \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table .tr td span.disabled,
.datepicker table .tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  border-color: #0044cc;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #21759B;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #21759B \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
body {
  background-color: #fafafa;
  color: #111111;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.50;
  font-family: 'Rubik', sans-serif;
}
#main_menu {
  font-size: 1.15em;
}
#main_menu > li > a {
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
}
#header_holder.scrolled #main_menu {
  font-size: 1.035em;
}
#header_holder.scrolled #header #header_right>.button {
  font-size: 1.035em;
}
#header_holder #header #header_right>.button {
  font-size: 1.15em;
}
.button {
  font-size: 1em;
  font-weight: 350;
  text-transform: none;
  font-family: 'Rubik', sans-serif;
  box-shadow: none;
  border-radius: 0.50em;
}
.button[data-size="huge"] {
  font-size: 1.4em;
}
.button[data-size="large"] {
  font-size: 1.2em;
}
.button[data-size="small"] {
  font-size: 0.8em;
}
.button[data-size="tiny"] {
  font-size: 0.6em;
}
.button:hover {
  box-shadow: none;
}
.tile {
  box-shadow: 0em 0.5em 3.00em 0em rgba(43,43,43,0.1), 0em 0.5em 1.00em 0em rgba(43,43,43,0.05);
  border-radius: 0.50em;
}
a.tile:hover {
  box-shadow: 0em 0.75em 3.50em 0em rgba(43,43,43,0.12), 0em 0.5em 1.25em 0em rgba(43,43,43,0.08);
}
.row_holder .row .col_content_holder[data-with-border-radius="1"] {
  border-radius: 0.50em;
}
.row_holder .row .col_content_holder[data-with-box-shadow="1"] {
  box-shadow: 0em 0.5em 3.00em 0em rgba(43,43,43,0.1), 0em 0.5em 1.00em 0em rgba(43,43,43,0.05);
}
.quote,
blockquote {
  font-size: 1.75em;
  font-weight: 350;
  line-height: 1.25;
  text-transform: none;
  font-style: normal;
  font-family: 'Caveat', 'Rubik', sans-serif;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
  font-size: 16px;
}
.text_intro {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 1.25em;
  font-family: 'Rubik', sans-serif;
}
h1.big,
.h1.big,
h1.large,
.h1.large {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 0.75em;
  font-family: 'Rubik', sans-serif;
}
h1,
.h1,
h2.large,
.h2.large {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 0.75em;
  font-family: 'Rubik', sans-serif;
}
h2,
.h2,
h1.small,
.h1.small,
h3.large,
.h3.large {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 0.85em;
  font-family: 'Rubik', sans-serif;
}
h3,
.h3,
h2.small,
.h2.small,
h4.large,
.h4.large {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 1.00em;
  font-family: 'Rubik', sans-serif;
}
h4,
.h4,
h3.small,
.h3.small,
h5.large,
.h5.large {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 1.00em;
  font-family: 'Rubik', sans-serif;
}
h5,
.h5,
h4.small,
.h4.small {
  font-size: 1.00em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 1.00em;
  font-family: 'Rubik', sans-serif;
}
#page_text>h1,
#page_text>.h1,
#page_text>h2.large,
#page_text>.h2.large {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 1.25em;
  font-family: 'Rubik', sans-serif;
}
#page_text>h2,
#page_text>.h2,
#page_text>h1.small,
#page_text>.h1.small,
#page_text>h3.large,
#page_text>.h3.large {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 1.25em;
  font-family: 'Rubik', sans-serif;
}
#page_text>h3,
#page_text>.h3,
#page_text>h2.small,
#page_text>.h2.small,
#page_text>h4.large,
#page_text>.h4.large {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 0.25em;
  font-family: 'Rubik', sans-serif;
}
#page_text>h4,
#page_text>.h4,
#page_text>h3.small,
#page_text>.h3.small,
#page_text>h5.large,
#page_text>.h5.large {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 0.25em;
  font-family: 'Rubik', sans-serif;
}
#page_text>h5,
#page_text>.h5,
#page_text>h4.small,
#page_text>.h4.small {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 0.25em;
  font-family: 'Rubik', sans-serif;
}
#page_text>h1.big,
#page_text>.h1.big,
#page_text>h1.large,
#page_text>.h1.large {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 0.75em;
  font-family: 'Rubik', sans-serif;
}
@media (max-width: 1440px) {
  body {
    font-size: 16px;
    font-weight: 350;
    line-height: 1.50;
    font-family: 'Rubik', sans-serif;
  }
  #main_menu {
    font-size: 1.10em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.99em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.99em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1.10em;
  }
  .button {
    font-size: 1em;
    font-weight: 350;
    text-transform: none;
    font-family: 'Rubik', sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.8em;
    font-weight: 350;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Caveat', 'Rubik', sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 16px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.85em;
    font-family: 'Rubik', sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 15px;
    font-weight: 350;
    line-height: 1.50;
    font-family: 'Rubik', sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.9em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.9em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1em;
  }
  .button {
    font-size: 1em;
    font-weight: 350;
    text-transform: none;
    font-family: 'Rubik', sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.8em;
    font-weight: 350;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Caveat', 'Rubik', sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.85em;
    font-family: 'Rubik', sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
    font-weight: 350;
    line-height: 1.50;
    font-family: 'Rubik', sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.9em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.9em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1em;
  }
  .button {
    font-size: 1em;
    font-weight: 350;
    text-transform: none;
    font-family: 'Rubik', sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.5em;
    font-weight: 350;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Caveat', 'Rubik', sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 3.75em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.75em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.85em;
    font-family: 'Rubik', sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 2.75em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 3.75em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    font-weight: 350;
    line-height: 1.50;
    font-family: 'Rubik', sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.9em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.9em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1em;
  }
  .button {
    font-size: 1em;
    font-weight: 350;
    text-transform: none;
    font-family: 'Rubik', sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.5em;
    font-weight: 350;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Caveat', 'Rubik', sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 3.50em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.50em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 2.10em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.85em;
    font-family: 'Rubik', sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 2.50em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 3.50em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
}
@media (max-width: 550px) {
  body {
    font-size: 14px;
    font-weight: 350;
    line-height: 1.50;
    font-family: 'Rubik', sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.9em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.9em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1em;
  }
  .button {
    font-size: 1em;
    font-weight: 350;
    text-transform: none;
    font-family: 'Rubik', sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.5em;
    font-weight: 350;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Caveat', 'Rubik', sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 14px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 3.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.50em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 2.10em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.85em;
    font-family: 'Rubik', sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 2.50em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 3.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
}
@media (max-width: 420px) {
  body {
    font-size: 14px;
    font-weight: 350;
    line-height: 1.50;
    font-family: 'Rubik', sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.9em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.9em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1em;
  }
  .button {
    font-size: 1em;
    font-weight: 350;
    text-transform: none;
    font-family: 'Rubik', sans-serif;
  }
  .button[data-size="huge"] {
    font-size: 1.4em;
  }
  .button[data-size="large"] {
    font-size: 1.2em;
  }
  .button[data-size="small"] {
    font-size: 0.8em;
  }
  .button[data-size="tiny"] {
    font-size: 0.6em;
  }
  .quote,
  blockquote {
    font-size: 1.5em;
    font-weight: 350;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Caveat', 'Rubik', sans-serif;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 14px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  h1.big,
  .h1.big,
  h1.large,
  .h1.large {
    font-size: 3.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
  h2,
  .h2,
  h1.small,
  .h1.small,
  h3.large,
  .h3.large {
    font-size: 1.85em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.85em;
    font-family: 'Rubik', sans-serif;
  }
  h3,
  .h3,
  h2.small,
  .h2.small,
  h4.large,
  .h4.large {
    font-size: 1.50em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h4,
  .h4,
  h3.small,
  .h3.small,
  h5.large,
  .h5.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1,
  #page_text>.h1,
  #page_text>h2.large,
  #page_text>.h2.large {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h2,
  #page_text>.h2,
  #page_text>h1.small,
  #page_text>.h1.small,
  #page_text>h3.large,
  #page_text>.h3.large {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h3,
  #page_text>.h3,
  #page_text>h2.small,
  #page_text>.h2.small,
  #page_text>h4.large,
  #page_text>.h4.large {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h4,
  #page_text>.h4,
  #page_text>h3.small,
  #page_text>.h3.small,
  #page_text>h5.large,
  #page_text>.h5.large {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h5,
  #page_text>.h5,
  #page_text>h4.small,
  #page_text>.h4.small {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.25em;
    font-family: 'Rubik', sans-serif;
  }
  #page_text>h1.big,
  #page_text>.h1.big,
  #page_text>h1.large,
  #page_text>.h1.large {
    font-size: 3.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Rubik', sans-serif;
  }
}
