*,
: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_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_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;
}
.regular_font {
  font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.title_font {
  font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
}
.alternative_font {
  font-family: 'Indie Flower', 'Merriweather', cursive;
}
.force_regular_font {
  font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif !important;
}
.force_title_font {
  font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif !important;
}
.force_alternative_font {
  font-family: 'Indie Flower', 'Merriweather', cursive !important;
}
.tile_border_radius {
  border-radius: 0em;
}
.tile_box_shadow {
  box-shadow: 0em 0em 1.00em 0em rgba(43,43,43,0.05);
}
.tile_box_shadow_hover {
  box-shadow: 0em 0em 2.00em 0em rgba(43,43,43,0.1);
}
.button_border_radius {
  border-radius: 0.25em;
}
.button_box_shadow {
  box-shadow: none;
}
.button_box_shadow_hover {
  box-shadow: none;
}
[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"],
.are-vertically-aligned-top {
  align-items: flex-start !important;
}
[data-align-items="top"],
.are-vertically-aligned-top {
  align-items: flex-start !important;
}
[data-align-items="left"] {
  align-items: flex-start !important;
}
[data-align-items="flex-start"] {
  align-items: flex-start !important;
}
[data-align-items="end"] {
  align-items: flex-end !important;
}
[data-align-items="bottom"],
.are-vertically-aligned-bottom {
  align-items: flex-end !important;
}
[data-align-items="right"] {
  align-items: flex-end !important;
}
[data-align-items="flex-end"] {
  align-items: flex-end !important;
}
[data-align-items="center"],
.are-vertically-aligned-center {
  align-items: center !important;
}
[data-align-items="stretch"] {
  align-items: stretch !important;
}
[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"],
.is-vertically-aligned-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"],
.is-vertically-aligned-bottom {
  align-self: flex-end;
}
[data-align-self="flex-end"] {
  align-self: flex-end;
}
[data-align-self="center"],
.is-vertically-aligned-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: #2b2b2b;
}
[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: #63b32e;
}
[data-text-color="color_2"],
.text_color_2,
.has-color-2-color {
  color: #0058a3;
}
[data-text-color="color_3"],
.text_color_3,
.has-color-3-color {
  color: #002341;
}
[data-text-color="color_4"],
.text_color_4,
.has-color-4-color {
  color: #001629;
}
[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: #f8f8f8;
}
[data-background-color="white"],
.has-white-background-color {
  background: #ffffff;
}
[data-background-color="dark"],
.has-dark-background-color {
  background: #2b2b2b;
}
[data-background-color="black"],
.has-black-background-color {
  background: #000000;
}
[data-background-color="color_1"],
.has-color_1-background-color {
  background: #63b32e;
}
[data-background-color="color_2"],
.has-color_2-background-color {
  background: #0058a3;
}
[data-background-color="color_3"],
.has-color_3-background-color {
  background: #002341;
}
[data-background-color="color_4"],
.has-color_4-background-color {
  background: #001629;
}
[data-background-color="color_5"],
.has-color_5-background-color {
  background: #eef3f7;
}
[data-background-color="color_body"],
.has-color_body-background-color {
  background: #f8f8f8;
}
[data-fill-color="white"] {
  fill: #ffffff;
}
[data-fill-color="dark"] {
  fill: #2b2b2b;
}
[data-fill-color="black"] {
  fill: #000000;
}
[data-fill-color="color_1"] {
  fill: #63b32e;
}
[data-fill-color="color_2"] {
  fill: #0058a3;
}
[data-fill-color="color_3"] {
  fill: #002341;
}
[data-fill-color="color_4"] {
  fill: #001629;
}
[data-fill-color="color_5"] {
  fill: #eef3f7;
}
[data-fill-color="color_body"] {
  fill: #f8f8f8;
}
[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: #2b2b2b !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: #63b32e !important;
}
[data-next-row-diagonal-color="color_2"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
  fill: #0058a3 !important;
}
[data-next-row-diagonal-color="color_3"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
  fill: #002341 !important;
}
[data-next-row-diagonal-color="color_4"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
  fill: #001629 !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: #f8f8f8 !important;
}
.hide_all {
  display: none !important;
}
.hide,
.hidden {
  display: none !important;
}
.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 {
  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;
}
.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 {
  position: relative;
}
.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.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: #63b32e;
  text-decoration: underline;
}
strong {
  font-weight: 700 !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: #63b32e;
  font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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;
}
#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: #2b2b2b;
}
.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: #63b32e;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_2"] svg polygon {
  fill: #0058a3;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_3"] svg polygon {
  fill: #002341;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_4"] svg polygon {
  fill: #001629;
}
.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: #f8f8f8;
}
.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(4px);
}
.row_holder .row_background[data-parallax="1"] {
  bottom: auto;
  transition: all 0.025s ease-out;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.1"] {
  height: 110%;
  top: -10%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.2"] {
  height: 120%;
  top: -20%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.3"] {
  height: 130%;
  top: -30%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.4"] {
  height: 140%;
  top: -40%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.5"] {
  height: 150%;
  top: -50%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.6"] {
  height: 160%;
  top: -60%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.7"] {
  height: 170%;
  top: -70%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.8"] {
  height: 180%;
  top: -80%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.9"] {
  height: 190%;
  top: -90%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="1.0"] {
  height: 200%;
  top: -100%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="1.5"] {
  height: 250%;
  top: -150%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="2.0"] {
  height: 300%;
  top: -200%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="2.5"] {
  height: 350%;
  top: -250%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="3.0"] {
  height: 400%;
  top: -300%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="3.5"] {
  height: 450%;
  top: -350%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="4.0"] {
  height: 500%;
  top: -400%;
}
.row_holder .row_background_video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.row_holder .row_background_video.top_area_backgorund_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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(0,22,41,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: #2b2b2b;
}
[data-slider-nav-color="black"] .slick-dots li {
  background: #000000;
}
[data-slider-nav-color="color_1"] .slick-dots li {
  background: #63b32e;
}
[data-slider-nav-color="color_2"] .slick-dots li {
  background: #0058a3;
}
[data-slider-nav-color="color_3"] .slick-dots li {
  background: #002341;
}
[data-slider-nav-color="color_4"] .slick-dots li {
  background: #001629;
}
[data-slider-nav-color="color_5"] .slick-dots li {
  background: #eef3f7;
}
[data-slider-nav-color="color_body"] .slick-dots li {
  background: #f8f8f8;
}
.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: 176px;
}
body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
  padding-top: 176px !important;
}
body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .slider_arrow {
  top: 76px;
}
body.header_type_transparent #content_wrap>.row_holder:first-child .admin_edit_button {
  top: 220px;
}
#top {
  height: 76px;
}
#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(43,43,43,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(43,43,43,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: #2b2b2b;
}
#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: #63b32e;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_2"] {
  color: #0058a3;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_3"] {
  color: #002341;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_4"] {
  color: #001629;
}
#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: #f8f8f8;
}
#header_holder[data-header-type="transparent"].scrolled {
  box-shadow: 0px 0px 1.25rem rgba(43,43,43,0.25);
}
#header_holder[data-header-type="transparent"] #header_background {
  opacity: 1;
}
#header_holder[data-header-type="solid"].scrolled {
  box-shadow: 0px 0px 1.25rem rgba(43,43,43,0.25);
}
#header_holder[data-header-type="solid"] #header_background_transparent {
  display: none;
}
#header_holder #top_header {
  position: relative;
  background: rgba(0,60,112,0.5);
  font-size: 0.80em;
  z-index: 4;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
  transition: all 0.15s ease-in-out;
}
#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;
  opacity: 0.65;
  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;
  margin-left: auto;
}
#header_holder #top_header #top_header_right>ul:last-child {
  margin-right: -1em;
}
#header_holder #top_header ul.menu.layout_horizontal>li.icon_only>a {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
#header_holder #top_header ul.menu.layout_horizontal>li>a {
  line-height: 1;
  padding: 0.75em 1.00em;
}
#header_holder #top_header ul.menu.layout_horizontal>li.pll-parent-menu-item ul {
  width: auto;
  text-align: center;
}
#header_holder #top_header ul.menu.layout_horizontal>li.pll-parent-menu-item ul a {
  display: block;
}
#header_holder #top_header ul.menu.layout_horizontal>li.pll-parent-menu-item ul a img {
  display: block;
  margin: 0 auto;
}
#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: 15px 0;
  transition: all 0.15s ease-in-out;
  z-index: 3;
}
#header_holder #header #header_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#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: 60px;
  margin-top: -7px;
  margin-bottom: -11px;
}
#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 #header_background {
  display: block;
  opacity: 1;
  z-index: 0;
}
#header_holder #header_background,
#header_holder #header_background_transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  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,-130%);
}
#header_holder.scrolled #top_header {
  background: rgba(0,60,112,0.75);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
}
#header_holder.scrolled #top_header a {
  font-size: 0.85em;
}
#header_holder.scrolled #header {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header_holder.scrolled #header #logo {
  height: 50px;
  margin-top: -5px;
  margin-bottom: -7px;
}
#header_holder.scrolled #header #header_right>.button {
  font-size: 1.035em;
}
#header_holder.scrolled #main_menu {
  font-size: 1.035em;
}
#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.25em;
}
#main_menu>li:hover {
  background: none !important;
}
#main_menu>li:hover>a .menu_item_text:before {
  width: 100%;
  opacity: 0.35;
}
#main_menu>li.current-menu-item:not(.home)>a .menu_item_text,
#main_menu>li.current-menu-ancestor:not(.home)>a .menu_item_text {
  position: relative;
}
#main_menu>li.current-menu-item:not(.home)>a .menu_item_text:after,
#main_menu>li.current-menu-ancestor:not(.home)>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.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: #0058a3 !important;
  color: #ffffff !important;
}
#main_menu>li.menu_button>a:hover {
  background: #003c70 !important;
  color: #ffffff !important;
}
#main_menu>li>a {
  text-transform: uppercase;
  border-radius: 0.25em;
  background: none !important;
}
#main_menu>li>a:hover {
  background: none !important;
  color: currentColor;
}
#main_menu>li>a:hover .menu_item_text:before {
  opacity: 1 !important;
}
#main_menu>li>a:hover svg {
  fill: currentColor;
}
#main_menu>li>a .menu_item_text {
  position: relative;
}
#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: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(99,179,46,0.07);
}
ul.menu li.current-menu-item>a:hover,
ul.menu li.current-menu-ancestor>a:hover {
  background: rgba(99,179,46,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(0,88,163,0.1);
  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(99,179,46,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(43,43,43,0.15);
  border-radius: 0.25em;
  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.25em;
  border-top-right-radius: 0.25em;
}
ul.menu.layout_horizontal ul li:first-child>a {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
ul.menu.layout_horizontal ul li:last-child {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
ul.menu.layout_horizontal ul li:last-child>a {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
ul.menu.layout_horizontal ul li.current-menu-item>a,
ul.menu.layout_horizontal ul li.current-menu-ancestor>a {
  background: rgba(0,88,163,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(0,88,163,0.1);
}
ul.menu.layout_horizontal ul a {
  color: #2b2b2b;
  border-bottom: 1px solid #eeeeee;
}
ul.menu.layout_horizontal ul a:hover {
  background: rgba(0,88,163,0.1);
}
ul.menu.layout_horizontal ul a:hover svg {
  opacity: 1;
}
ul.menu.layout_horizontal ul a svg {
  fill: #2b2b2b;
}
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(0,88,163,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(0,88,163,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(0,88,163,0.1);
}
[data-text-color="white"] ul.menu ul a:hover {
  background: rgba(0,88,163,0.1);
}
#footer_holder {
  position: relative;
  z-index: 2;
  border-top: 1px solid #ffffff;
}
#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:before {
  content: '';
  display: block;
  width: 120px;
  height: 70px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='logo_x5F_oval' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 134.56 77.84' style='enable-background:new 0 0 134.56 77.84;' xml:space='preserve'%3E%3Cpath style='fill:%230058A3;' d='M34.79,73C14.05,66.38,0,53.6,0,38.92C0,17.43,30.12,0,67.28,0c7.36,0,14.44,0.68,21.06,1.95 C75.42,3.31,51.69,9.7,51.69,39.59C51.69,56.52,43.66,66.81,34.79,73z'/%3E%3Cpath style='fill:%230058A3;' d='M134.56,38.92c0,21.5-30.12,38.92-67.28,38.92c-9.36,0-18.28-1.11-26.38-3.11 C56.42,67.32,70,54.64,70,38.16C70,15.29,81,6.04,95.92,6.04c7.46,0,14.28,2.77,19.23,5.54c0.03,0.02,0.07,0.04,0.1,0.06 C127.2,18.66,134.56,28.3,134.56,38.92z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M115.15,11.58c-4.95-2.77-11.77-5.54-19.23-5.54C81,6.04,70,15.29,70,38.16 c0,16.48-13.58,29.16-29.1,36.57c-2.09-0.51-4.13-1.09-6.11-1.73c8.87-6.19,16.9-16.48,16.9-33.41c0-29.89,23.73-36.28,36.65-37.64 C98.59,3.9,107.75,7.24,115.15,11.58z'/%3E%3Cpath style='fill:%2363B32E;' d='M74.41,32.72c0,0,7.99-10.17,20.59-10.17c9.88,0,7.85,4.41,18.41,4.41c5.86,0,9.78-2.4,9.78-2.4 s-7.61,10.2-19.91,10.2C92.62,34.76,89.18,26.23,74.41,32.72z'/%3E%3C/svg%3E%0A");
}
#footer_holder #footer {
  padding: 5rem 0;
}
#footer_holder #footer .row {
  justify-content: space-between;
}
#footer_holder #footer .footer_column.footer_col_1 {
  flex: 0 0 auto;
  margin-top: -1em;
}
#footer_holder #footer .footer_column.footer_col_2 {
  flex: 0 0 auto;
  margin-top: 1.5em;
}
#footer_holder #footer .footer_column.footer_col_3 {
  flex: 0 0 240px;
  width: 240px;
  max-width: 240px;
}
#footer_holder #footer .footer_column.footer_col_divider {
  flex: 0 0 0px;
  width: 0px;
  max-width: 0px;
  padding: 0 !important;
  border-left: 1px solid rgba(255,255,255,0.15);
}
#footer_holder #footer .footer_column.footer_col_divider_1 {
  margin-top: 1.5em;
}
#footer_holder #footer .footer_column.footer_col_divider_2 {
  margin-top: 1.5em;
}
#footer_holder #footer ul.menu {
  font-size: 1.20em;
}
#footer_holder #footer ul.menu.layout_vertical {
  margin-top: -0.5em;
}
#footer_holder #footer ul.menu>li {
  background: none !important;
  border: none !important;
}
#footer_holder #footer ul.menu>li.current-menu-item>a .menu_item_text {
  position: relative;
}
#footer_holder #footer ul.menu>li.current-menu-item>a .menu_item_text:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.035em;
  background: currentColor;
  opacity: 0.25;
}
#footer_holder #footer ul.menu>li>a {
  background: none !important;
  border: none !important;
}
#footer_holder #footer ul.menu>li>a:hover svg {
  left: 0;
}
#footer_holder #footer ul.menu>li>a:hover .menu_item_text:before {
  width: 100%;
}
#footer_holder #footer ul.menu>li>a .menu_item_text {
  position: relative;
}
#footer_holder #footer ul.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;
}
#footer_holder #footer ul.menu>li>a .menu_item_text:hover:before {
  width: 100%;
}
#footer_holder #footer ul.menu>li>a svg {
  position: relative;
  left: -0.25em;
  transition: all 0.15s ease-in-out;
}
#footer_holder #footer ul.menu>li>a svg+.menu_item_text {
  margin-left: 0.25em;
}
#footer_holder #footer_bottom {
  background: rgba(0,0,0,0.15);
  font-size: 0.85em;
}
#footer_holder #footer_bottom .container {
  padding-top: 1.50em;
  padding-bottom: 1.50em;
  position: relative;
}
#footer_holder #footer_bottom .container:before {
  content: '';
  width: 8.00em;
  height: 100%;
  position: absolute;
  right: 6.50em;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.50;
}
#footer_holder #footer_bottom .row {
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
#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>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 a.icon_text_holder .icon_text {
  position: relative;
}
#footer_holder a.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 a.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: -2.5rem;
}
.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%;
}
[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,#2b2b2b 0%,rgba(43,43,43,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(43,43,43,0) 0%,#2b2b2b 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,#63b32e 0%,rgba(99,179,46,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(99,179,46,0) 0%,#63b32e 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,#0058a3 0%,rgba(0,88,163,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(0,88,163,0) 0%,#0058a3 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,#002341 0%,rgba(0,35,65,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(0,35,65,0) 0%,#002341 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,#001629 0%,rgba(0,22,41,0) 100%);
}
[data-background-color="color_4"] .tiles_grid[data-slider="1"]:after,
[data-background-color="color_4"] .tiles_grid[data-slider="true"]:after {
  background-image: linear-gradient(to right,rgba(0,22,41,0) 0%,#001629 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(248,248,248,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%,#f8f8f8 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: 0em;
}
.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: #2b2b2b;
}
.tile[data-background-color="black"] {
  background: #000000;
}
.tile[data-background-color="color_1"] {
  background: #63b32e;
}
.tile[data-background-color="color_2"] {
  background: #0058a3;
}
.tile[data-background-color="color_3"] {
  background: #002341;
}
.tile[data-background-color="color_4"] {
  background: #001629;
}
.tile[data-background-color="color_5"] {
  background: #eef3f7;
}
.tile[data-background-color="color_body"] {
  background: #f8f8f8;
}
.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: #2b2b2b;
}
.tile[data-text-color="white"] {
  color: #ffffff;
}
.tile[data-text-color="dark"] {
  color: #2b2b2b;
}
.tile[data-text-color="black"] {
  color: #000000;
}
.tile[data-text-color="color_1"] {
  color: #63b32e;
}
.tile[data-text-color="color_2"] {
  color: #0058a3;
}
.tile[data-text-color="color_3"] {
  color: #002341;
}
.tile[data-text-color="color_4"] {
  color: #001629;
}
.tile[data-text-color="color_5"] {
  color: #eef3f7;
}
.tile[data-text-color="color_body"] {
  color: #f8f8f8;
}
.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: 0em;
  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: #2b2b2b;
}
.tile .tile_image[data-type="icon"] .icon[data-color="white"] {
  color: #ffffff;
}
.tile .tile_image[data-type="icon"] .icon[data-color="dark"] {
  color: #2b2b2b;
}
.tile .tile_image[data-type="icon"] .icon[data-color="black"] {
  color: #000000;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_1"] {
  color: #63b32e;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_2"] {
  color: #0058a3;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_3"] {
  color: #002341;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_4"] {
  color: #001629;
}
.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: #f8f8f8;
}
.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: 0em;
}
.tile .tile_text {
  padding: 1.875rem;
}
.tile .tile_meta {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid rgba(43,43,43,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: 0em;
  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: #2b2b2b;
}
.tile .tile_background_icon .icon[data-color="white"] {
  color: #ffffff;
}
.tile .tile_background_icon .icon[data-color="dark"] {
  color: #2b2b2b;
}
.tile .tile_background_icon .icon[data-color="black"] {
  color: #000000;
}
.tile .tile_background_icon .icon[data-color="color_1"] {
  color: #63b32e;
}
.tile .tile_background_icon .icon[data-color="color_2"] {
  color: #0058a3;
}
.tile .tile_background_icon .icon[data-color="color_3"] {
  color: #002341;
}
.tile .tile_background_icon .icon[data-color="color_4"] {
  color: #001629;
}
.tile .tile_background_icon .icon[data-color="color_5"] {
  color: #eef3f7;
}
.tile .tile_background_icon .icon[data-color="color_body"] {
  color: #f8f8f8;
}
.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: #2b2b2b;
  text-decoration: none;
}
a.tile:focus {
  outline: 1px dashed currentColor !important;
}
a.tile:hover {
  text-decoration: none;
  box-shadow: 0em 0em 2.00em 0em rgba(43,43,43,0.1);
}
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-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: 0.75em 1.5em;
  border-radius: 0.25em;
  background: #63b32e;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.button:hover {
  cursor: pointer;
  text-decoration: none !important;
  color: #ffffff;
  background: #4d8a24;
}
.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: #63b32e;
}
.button[data-color="color_1"]:hover {
  background: #4d8a24;
}
.button[data-color="color_2"] {
  background: #0058a3;
}
.button[data-color="color_2"]:hover {
  background: #003c70;
}
.button[data-color="color_3"] {
  background: #002341;
}
.button[data-color="color_3"]:hover {
  background: #00080e;
}
.button[data-color="color_4"] {
  background: #001629;
}
.button[data-color="color_4"]:hover {
  background: #000000;
}
.button[data-color="color_5"] {
  background: #eef3f7;
  color: #63b32e;
}
.button[data-color="color_5"]:hover {
  background: #cbdbe7;
  color: #4d8a24;
}
.button[data-color="color_body"] {
  background: #f8f8f8;
  color: #63b32e;
}
.button[data-color="color_body"]:hover {
  background: #dfdfdf;
  color: #4d8a24;
}
.button[data-color="white"] {
  background: #ffffff;
  color: #2b2b2b;
}
.button[data-color="white"]:hover {
  background: #eeeeee;
  color: #2b2b2b;
}
.button[data-color="grey"] {
  background: #555555;
}
.button[data-color="grey"]:hover {
  background: #63b32e;
}
.button[data-color="dark"] {
  background: #2b2b2b;
}
.button[data-color="dark"]:hover {
  background: #000000;
}
.button[data-color="black"] {
  background: #000000;
}
.button[data-color="black"]:hover {
  background: #2b2b2b;
}
.button[data-button-type="outline"] {
  background: none;
  border: 2px solid #63b32e;
  color: #63b32e;
  padding-top: calc(0.75em - 2px);
  padding-bottom: calc(0.75em - 2px);
}
.button[data-button-type="outline"] .icon svg {
  fill: #63b32e !important;
}
.button[data-button-type="outline"]:hover {
  background: #63b32e;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_1"] {
  border-color: #63b32e;
  color: #63b32e;
}
.button[data-button-type="outline"][data-color="color_1"]:hover {
  background: #63b32e;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_2"] {
  border-color: #0058a3;
  color: #0058a3;
}
.button[data-button-type="outline"][data-color="color_2"]:hover {
  background: #0058a3;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_3"] {
  border-color: #002341;
  color: #002341;
}
.button[data-button-type="outline"][data-color="color_3"]:hover {
  background: #002341;
  color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_4"] {
  border-color: #001629;
  color: #001629;
}
.button[data-button-type="outline"][data-color="color_4"]:hover {
  background: #001629;
  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: #63b32e;
}
.button[data-button-type="outline"][data-color="color_body"] {
  border-color: #f8f8f8;
  color: #f8f8f8;
}
.button[data-button-type="outline"][data-color="color_body"]:hover {
  background: #f8f8f8;
  color: #63b32e;
}
.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: #2b2b2b;
}
.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: #2b2b2b;
  color: #2b2b2b;
}
.button[data-button-type="outline"][data-color="dark"]:hover {
  background: #2b2b2b;
  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: #2b2b2b;
}
.icon[data-color="black"] {
  color: #000000;
}
.icon[data-color="color_1"] {
  color: #63b32e;
}
.icon[data-color="color_2"] {
  color: #0058a3;
}
.icon[data-color="color_3"] {
  color: #002341;
}
.icon[data-color="color_4"] {
  color: #001629;
}
.icon[data-color="color_5"] {
  color: #eef3f7;
}
.icon[data-color="color_body"] {
  color: #f8f8f8;
}
.icon[data-circle="true"] {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  background: #2b2b2b;
  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: #2b2b2b;
}
.icon[data-circle="true"][data-color="dark"] {
  background: #2b2b2b;
}
.icon[data-circle="true"][data-color="black"] {
  background: #000000;
}
.icon[data-circle="true"][data-color="color_1"] {
  background: #63b32e;
}
.icon[data-circle="true"][data-color="color_2"] {
  background: #0058a3;
}
.icon[data-circle="true"][data-color="color_3"] {
  background: #002341;
}
.icon[data-circle="true"][data-color="color_4"] {
  background: #001629;
}
.icon[data-circle="true"][data-color="color_5"] {
  background: #eef3f7;
  color: #63b32e;
}
.icon[data-circle="true"][data-color="color_body"] {
  background: #f8f8f8;
  color: #63b32e;
}
.icon[data-circle="true"][data-circle-type="outline"] {
  background: transparent;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
}
.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: #2b2b2b;
  color: #2b2b2b;
}
.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: #63b32e;
  color: #63b32e;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_2"] {
  border-color: #0058a3;
  color: #0058a3;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_3"] {
  border-color: #002341;
  color: #002341;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_4"] {
  border-color: #001629;
  color: #001629;
}
.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: #f8f8f8;
  color: #f8f8f8;
}
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: #2b2b2b;
}
a.icon:hover[data-circle="true"][data-color="dark"] {
  background: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="black"] {
  background: #2b2b2b;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_1"] {
  background: #4d8a24;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_2"] {
  background: #003c70;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_3"] {
  background: #00080e;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_4"] {
  background: #000000;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_5"] {
  background: #cbdbe7;
  color: #4d8a24;
}
a.icon:hover[data-circle="true"][data-color="color_body"] {
  background: #f8f8f8;
  color: #f8f8f8;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"] {
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="white"] {
  background: #ffffff;
  border-color: #ffffff;
  color: #2b2b2b;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="dark"] {
  background: #2b2b2b;
  border-color: #2b2b2b;
  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: #63b32e;
  border-color: #63b32e;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_2"] {
  background: #0058a3;
  border-color: #0058a3;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_3"] {
  background: #002341;
  border-color: #002341;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_4"] {
  background: #001629;
  border-color: #001629;
  color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_5"] {
  background: #eef3f7;
  border-color: #eef3f7;
  color: #63b32e;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_body"] {
  background: #f8f8f8;
  border-color: #f8f8f8;
  color: #63b32e;
}
.icon_text_holder {
  display: inline-flex;
  flex-direction: row;
  text-decoration: none;
}
.icon_text_holder.large {
  font-size: 1.25em;
}
.icon_text_holder.large svg {
  transform: scale(1.25);
}
.icon_text_holder[data-align-items="top"]>svg {
  margin-top: 0.125em !important;
  margin-top: 0.25em !important;
}
.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: #63b32e;
  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: #2b2b2b;
  color: #ffffff;
}
.tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #2b2b2b;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
[data-text-color="white"] .tooltip {
  background: #ffffff;
  color: #2b2b2b;
}
[data-text-color="white"] .tooltip:before {
  border-bottom-color: #ffffff;
}
.icon_items[data-style="solid"] .icon_item_icon {
  background: #63b32e;
  color: #ffffff;
}
.icon_items[data-style="solid"] a.icon_item:hover .icon_item_icon {
  background: #4d8a24;
}
.icon_items[data-style="solid"] a.icon_item:hover .icon_item_icon:before {
  border-color: #4d8a24;
}
.icon_items[data-style="solid"][data-icons-color="white"] .icon_item_icon {
  background: #ffffff;
  color: #2b2b2b;
}
.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: #2b2b2b;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="dark"] .icon_item_icon:before {
  border-color: #2b2b2b;
}
.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: #2b2b2b;
}
.icon_items[data-style="solid"][data-icons-color="black"] a.icon_item:hover .icon_item_icon:before {
  border-color: #2b2b2b;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] .icon_item_icon {
  background: #63b32e;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] .icon_item_icon:before {
  border-color: #63b32e;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon {
  background: #4d8a24;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon:before {
  border-color: #4d8a24;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] .icon_item_icon {
  background: #0058a3;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] .icon_item_icon:before {
  border-color: #0058a3;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon {
  background: #003c70;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon:before {
  border-color: #003c70;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] .icon_item_icon {
  background: #002341;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] .icon_item_icon:before {
  border-color: #002341;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] a.icon_item:hover .icon_item_icon {
  background: #00080e;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] a.icon_item:hover .icon_item_icon:before {
  border-color: #00080e;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] .icon_item_icon {
  background: #001629;
  color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] .icon_item_icon:before {
  border-color: #001629;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] a.icon_item:hover .icon_item_icon {
  background: #000000;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] a.icon_item:hover .icon_item_icon:before {
  border-color: #000000;
}
.icon_items[data-style="solid"][data-icons-color="color_5"] .icon_item_icon {
  background: #eef3f7;
  color: #2b2b2b;
}
.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: #f8f8f8;
  color: #2b2b2b;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] .icon_item_icon:before {
  border-left-color: #f8f8f8 !important;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] a.icon_item:hover .icon_item_icon {
  background: #dfdfdf;
  color: #000000;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] a.icon_item:hover .icon_item_icon:before {
  border-left-color: #dfdfdf !important;
}
.icon_items[data-style="outline"] .icon_item_icon {
  background: none;
  border: 2px solid #63b32e;
  color: #63b32e;
}
.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: #63b32e;
  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: #2b2b2b;
}
.icon_items[data-style="outline"][data-icons-color="dark"] .icon_item_icon {
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.icon_items[data-style="outline"][data-icons-color="dark"] .icon_item_icon:before {
  border-color: #2b2b2b;
}
.icon_items[data-style="outline"][data-icons-color="dark"] a.icon_item:hover .icon_item_icon {
  background: #2b2b2b;
  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: #63b32e;
  color: #63b32e;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] .icon_item_icon:before {
  border-color: #63b32e;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon {
  background: #63b32e;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] .icon_item_icon {
  border-color: #0058a3;
  color: #0058a3;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] .icon_item_icon:before {
  border-color: #0058a3;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon {
  background: #0058a3;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_3"] .icon_item_icon {
  border-color: #002341;
  color: #002341;
}
.icon_items[data-style="outline"][data-icons-color="color_3"] .icon_item_icon:before {
  border-color: #002341;
}
.icon_items[data-style="outline"][data-icons-color="color_3"] a.icon_item:hover .icon_item_icon {
  background: #002341;
  color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_4"] .icon_item_icon {
  border-color: #001629;
  color: #001629;
}
.icon_items[data-style="outline"][data-icons-color="color_4"] .icon_item_icon:before {
  border-color: #001629;
}
.icon_items[data-style="outline"][data-icons-color="color_4"] a.icon_item:hover .icon_item_icon {
  background: #001629;
  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: #63b32e;
}
.icon_items[data-style="outline"][data-icons-color="color_body"] .icon_item_icon {
  border-color: #f8f8f8;
  color: #f8f8f8;
}
.icon_items[data-style="outline"][data-icons-color="color_body"] .icon_item_icon:before {
  border-color: #f8f8f8;
}
.icon_items[data-style="outline"][data-icons-color="color_body"] a.icon_item:hover .icon_item_icon {
  background: #f8f8f8;
  color: #63b32e;
}
.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: 0em;
}
.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: #63b32e;
}
.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: #63b32e;
  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;
  width: auto !important;
  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 0em 1.00em 0em rgba(43,43,43,0.05);
  border-radius: 0em;
}
.accordion[data-background-color="white"] {
  background: #ffffff;
}
.accordion[data-background-color="dark"] {
  background: #2b2b2b;
}
.accordion[data-background-color="black"] {
  background: #000000;
}
.accordion[data-background-color="color_1"] {
  background: #63b32e;
}
.accordion[data-background-color="color_2"] {
  background: #0058a3;
}
.accordion[data-background-color="color_3"] {
  background: #002341;
}
.accordion[data-background-color="color_4"] {
  background: #001629;
}
.accordion[data-background-color="color_5"] {
  background: #eef3f7;
}
.accordion[data-background-color="color_body"] {
  background: #f8f8f8;
}
.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: #2b2b2b;
}
.accordion[data-text-color="white"] {
  color: #ffffff;
}
.accordion[data-text-color="dark"] {
  color: #2b2b2b;
}
.accordion[data-text-color="black"] {
  color: #000000;
}
.accordion[data-text-color="color_1"] {
  color: #63b32e;
}
.accordion[data-text-color="color_2"] {
  color: #0058a3;
}
.accordion[data-text-color="color_3"] {
  color: #002341;
}
.accordion[data-text-color="color_4"] {
  color: #001629;
}
.accordion[data-text-color="color_5"] {
  color: #eef3f7;
}
.accordion[data-text-color="color_body"] {
  color: #f8f8f8;
}
.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: 0em;
  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: #2b2b2b;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="white"] {
  color: #ffffff;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="dark"] {
  color: #2b2b2b;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="black"] {
  color: #000000;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_1"] {
  color: #63b32e;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_2"] {
  color: #0058a3;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_3"] {
  color: #002341;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_4"] {
  color: #001629;
}
.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: #f8f8f8;
}
.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: 0em;
}
.accordion .tile_text {
  padding: 1.875rem;
}
.accordion .tile_meta {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid rgba(43,43,43,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: 0em;
  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: #2b2b2b;
}
.accordion .tile_background_icon .icon[data-color="white"] {
  color: #ffffff;
}
.accordion .tile_background_icon .icon[data-color="dark"] {
  color: #2b2b2b;
}
.accordion .tile_background_icon .icon[data-color="black"] {
  color: #000000;
}
.accordion .tile_background_icon .icon[data-color="color_1"] {
  color: #63b32e;
}
.accordion .tile_background_icon .icon[data-color="color_2"] {
  color: #0058a3;
}
.accordion .tile_background_icon .icon[data-color="color_3"] {
  color: #002341;
}
.accordion .tile_background_icon .icon[data-color="color_4"] {
  color: #001629;
}
.accordion .tile_background_icon .icon[data-color="color_5"] {
  color: #eef3f7;
}
.accordion .tile_background_icon .icon[data-color="color_body"] {
  color: #f8f8f8;
}
.accordion .tile_background_icon .icon svg {
  width: 120%;
  height: 120%;
  display: block;
  margin: -15% 0 0 -25%;
  opacity: 0.05;
  fill: currentColor;
}
.accordion .tile_background_icon .icon svg path {
  fill: currentColor;
}
.accordion .tile_hide {
  display: none;
}
.accordion form {
  font-size: 0.85em;
}
.accordion form.vfbp-form>div {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.accordion form.vfbp-form .vfb-form-group.boza_float_label label {
  left: 0.85rem;
}
.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: #63b32e;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title {
  background: #63b32e;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title:before {
  background: #63b32e;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title:hover {
  background: #4d8a24;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title:hover:before {
  background: #4d8a24;
}
.accordion[data-color="color_2"] .accordion_item .accordion_item_title:hover {
  background: #0058a3;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title {
  background: #0058a3;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title:before {
  background: #0058a3;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title:hover {
  background: #003c70;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title:hover:before {
  background: #003c70;
}
.accordion[data-color="color_3"] .accordion_item .accordion_item_title:hover {
  background: #002341;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title {
  background: #002341;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title:before {
  background: #002341;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title:hover {
  background: #00080e;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title:hover:before {
  background: #00080e;
}
.accordion[data-color="color_4"] .accordion_item .accordion_item_title:hover {
  background: #001629;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title {
  background: #001629;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title:before {
  background: #001629;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title:hover {
  background: #000000;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title:hover:before {
  background: #000000;
}
.accordion[data-color="color_5"] .accordion_item .accordion_item_title:hover {
  background: #eef3f7;
  color: #2b2b2b;
}
.accordion[data-color="color_5"] .accordion_item.active .accordion_item_title {
  background: #eef3f7;
  color: #2b2b2b;
}
.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: #f8f8f8;
  color: #2b2b2b;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title {
  background: #f8f8f8;
  color: #2b2b2b;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title:before {
  background: #f8f8f8;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title:hover {
  background: #dfdfdf;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title:hover:before {
  background: #dfdfdf;
}
.accordion[data-color="white"] .accordion_item .accordion_item_title:hover {
  background: #ffffff;
  color: #2b2b2b;
}
.accordion[data-color="white"] .accordion_item.active .accordion_item_title {
  background: #ffffff;
  color: #2b2b2b;
}
.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: #2b2b2b;
}
.accordion[data-color="dark"] .accordion_item.active .accordion_item_title {
  background: #2b2b2b;
}
.accordion[data-color="dark"] .accordion_item.active .accordion_item_title:before {
  background: #2b2b2b;
}
.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: #2b2b2b;
}
.accordion[data-color="black"] .accordion_item.active .accordion_item_title:hover:before {
  background: #2b2b2b;
}
.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: #63b32e;
  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: #63b32e;
}
.accordion .accordion_item.active .accordion_item_title:hover {
  background: #4d8a24;
}
.accordion .accordion_item.active .accordion_item_title:hover:before {
  opacity: 1;
  background: #4d8a24;
}
.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: #63b32e;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.accordion .accordion_item .accordion_item_title:hover {
  cursor: pointer;
  background: #63b32e;
  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 0em 1.00em 0em rgba(43,43,43,0.05);
  border-radius: 0em;
}
.tabs[data-background-color="white"] {
  background: #ffffff;
}
.tabs[data-background-color="dark"] {
  background: #2b2b2b;
}
.tabs[data-background-color="black"] {
  background: #000000;
}
.tabs[data-background-color="color_1"] {
  background: #63b32e;
}
.tabs[data-background-color="color_2"] {
  background: #0058a3;
}
.tabs[data-background-color="color_3"] {
  background: #002341;
}
.tabs[data-background-color="color_4"] {
  background: #001629;
}
.tabs[data-background-color="color_5"] {
  background: #eef3f7;
}
.tabs[data-background-color="color_body"] {
  background: #f8f8f8;
}
.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: #2b2b2b;
}
.tabs[data-text-color="white"] {
  color: #ffffff;
}
.tabs[data-text-color="dark"] {
  color: #2b2b2b;
}
.tabs[data-text-color="black"] {
  color: #000000;
}
.tabs[data-text-color="color_1"] {
  color: #63b32e;
}
.tabs[data-text-color="color_2"] {
  color: #0058a3;
}
.tabs[data-text-color="color_3"] {
  color: #002341;
}
.tabs[data-text-color="color_4"] {
  color: #001629;
}
.tabs[data-text-color="color_5"] {
  color: #eef3f7;
}
.tabs[data-text-color="color_body"] {
  color: #f8f8f8;
}
.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: 0em;
  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: #2b2b2b;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="white"] {
  color: #ffffff;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="dark"] {
  color: #2b2b2b;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="black"] {
  color: #000000;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_1"] {
  color: #63b32e;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_2"] {
  color: #0058a3;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_3"] {
  color: #002341;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_4"] {
  color: #001629;
}
.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: #f8f8f8;
}
.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: 0em;
}
.tabs .tile_text {
  padding: 1.875rem;
}
.tabs .tile_meta {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid rgba(43,43,43,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: 0em;
  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: #2b2b2b;
}
.tabs .tile_background_icon .icon[data-color="white"] {
  color: #ffffff;
}
.tabs .tile_background_icon .icon[data-color="dark"] {
  color: #2b2b2b;
}
.tabs .tile_background_icon .icon[data-color="black"] {
  color: #000000;
}
.tabs .tile_background_icon .icon[data-color="color_1"] {
  color: #63b32e;
}
.tabs .tile_background_icon .icon[data-color="color_2"] {
  color: #0058a3;
}
.tabs .tile_background_icon .icon[data-color="color_3"] {
  color: #002341;
}
.tabs .tile_background_icon .icon[data-color="color_4"] {
  color: #001629;
}
.tabs .tile_background_icon .icon[data-color="color_5"] {
  color: #eef3f7;
}
.tabs .tile_background_icon .icon[data-color="color_body"] {
  color: #f8f8f8;
}
.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 {
  font-size: 0.85em;
}
.tabs form.vfbp-form>div {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.tabs form.vfbp-form .vfb-form-group.boza_float_label label {
  left: 0.85rem;
}
.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: #63b32e;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active {
  background: #63b32e;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active:before {
  background: #63b32e;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active:hover {
  background: #4d8a24;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active:hover:before {
  background: #4d8a24;
}
.tabs[data-color="color_2"] .tab_titles .tab_title:hover {
  background: #0058a3;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active {
  background: #0058a3;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active:before {
  background: #0058a3;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active:hover {
  background: #003c70;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active:hover:before {
  background: #003c70;
}
.tabs[data-color="color_3"] .tab_titles .tab_title:hover {
  background: #002341;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active {
  background: #002341;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active:before {
  background: #002341;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active:hover {
  background: #00080e;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active:hover:before {
  background: #00080e;
}
.tabs[data-color="color_4"] .tab_titles .tab_title:hover {
  background: #001629;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active {
  background: #001629;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active:before {
  background: #001629;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active:hover {
  background: #000000;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active:hover:before {
  background: #000000;
}
.tabs[data-color="color_5"] .tab_titles .tab_title:hover {
  background: #eef3f7;
  color: #2b2b2b;
}
.tabs[data-color="color_5"] .tab_titles .tab_title.active {
  background: #eef3f7;
  color: #2b2b2b;
}
.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: #f8f8f8;
  color: #2b2b2b;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active {
  background: #f8f8f8;
  color: #2b2b2b;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active:before {
  background: #f8f8f8;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active:hover {
  background: #dfdfdf;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active:hover:before {
  background: #dfdfdf;
}
.tabs[data-color="white"] .tab_titles .tab_title:hover {
  background: #ffffff;
  color: #2b2b2b;
}
.tabs[data-color="white"] .tab_titles .tab_title.active {
  background: #ffffff;
  color: #2b2b2b;
}
.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: #2b2b2b;
}
.tabs[data-color="dark"] .tab_titles .tab_title.active {
  background: #2b2b2b;
}
.tabs[data-color="dark"] .tab_titles .tab_title.active:before {
  background: #2b2b2b;
}
.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: #2b2b2b;
}
.tabs[data-color="black"] .tab_titles .tab_title.active:hover:before {
  background: #2b2b2b;
}
.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: #63b32e;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.tabs .tab_titles .tab_title:hover {
  cursor: pointer;
  background: #63b32e;
  color: #ffffff;
}
.tabs .tab_titles .tab_title:hover svg path {
  fill: currentColor;
}
.tabs .tab_titles .tab_title.active {
  background: #63b32e;
  color: #ffffff;
}
.tabs .tab_titles .tab_title.active svg path {
  fill: currentColor;
}
.tabs .tab_titles .tab_title.active:before {
  opacity: 1;
  background: #63b32e;
}
.tabs .tab_titles .tab_title.active:hover {
  background: #4d8a24;
}
.tabs .tab_titles .tab_title.active:hover:before {
  background: #4d8a24;
}
.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: #63b32e;
}
.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: #63b32e !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(43,43,43,0.75) !important;
}
#mobile_menu_icon {
  display: none;
  width: 3.60em;
  height: 3.60em;
  padding: 1.15em 0.75rem;
  background: #63b32e;
  color: #ffffff;
  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.25em;
  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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
}
#mobile_menu[data-background-color="color_1"] {
  background-color: #63b32e !important;
}
#mobile_menu[data-background-color="color_2"] {
  background-color: #0058a3 !important;
}
#mobile_menu[data-background-color="color_3"] {
  background-color: #002341 !important;
}
#mobile_menu[data-background-color="color_4"] {
  background-color: #001629 !important;
}
#mobile_menu[data-background-color="color_5"] {
  background-color: #eef3f7 !important;
}
#mobile_menu[data-background-color="color_body"] {
  background-color: #f8f8f8 !important;
}
#mobile_menu[data-background-color="dark"] {
  background-color: #2b2b2b !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: #2b2b2b;
}
#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;
}
#mobile_menu ul li.mobile_menu_buttons_holder .mobile_menu_button_label {
  display: block;
  font-family: 'Indie Flower', 'Merriweather', cursive;
  color: #0058a3;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.2;
}
#mobile_menu ul li.mobile_menu_buttons_holder .button {
  border-width: 2px;
}
#mobile_menu ul li.mobile_menu_buttons_holder .button[data-color="color_2"]:hover {
  background: #003c70 !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: inherit !important;
}
#mobile_menu .mm-panels {
  background-color: inherit !important;
}
#mobile_menu .mm-navbar {
  background-color: inherit !important;
}
#mobile_menu .mm-navbar__title {
  height: 70px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}
#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: 2;
}
#mobile_menu #mobile_menu_close:hover {
  background: rgba(255,255,255,0.05);
}
#mobile_menu #mobile_menu_close .icon {
  width: 1em;
  height: 1em;
}
#mobile_menu div.mobile_menu_buttons_holder {
  margin: 2.00em 0 0 0;
  padding: 0 1.00em 1.00em 1.00em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#mobile_menu div.mobile_menu_buttons_holder a {
  padding: 1.00em 1.25em;
  margin: 0 0.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.90em;
}
#mobile_menu div.mobile_menu_buttons_holder a:hover span:before {
  width: 100%;
}
#mobile_menu div.mobile_menu_buttons_holder a img {
  display: block;
  margin: 0 0.50em 0 0;
}
#mobile_menu div.mobile_menu_buttons_holder a span {
  display: block;
  position: relative;
}
#mobile_menu div.mobile_menu_buttons_holder a span:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0.035em;
  background: currentColor;
  transition: all 0.15s ease-in-out;
}
#mobile_menu div.mobile_menu_buttons_holder a span:hover:before {
  width: 100%;
}
form.vfbp-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.625rem 1.25rem -0.625rem;
}
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 {
  text-align: right;
  margin: 0;
}
form.vfbp-form>div.vfb-fieldType-hidden {
  margin: 0;
}
form.vfbp-form .vfb-fieldType-text>.vfb-form-group>.vfb-control-label,
form.vfbp-form .vfb-fieldType-email>.vfb-form-group>.vfb-control-label,
form.vfbp-form .vfb-fieldType-textarea>.vfb-form-group>.vfb-control-label,
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.25em;
}
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.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: #2b2b2b;
  color: #ffffff;
  border-radius: 0.25em;
}
form.mc4wp-form .mc4wp-alert.mc4wp-error {
  background: #ed6e4b;
  color: #ffffff;
}
form.mc4wp-form .mc4wp-alert.mc4wp-success {
  background: #63b32e;
  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: 1px solid rgba(43,43,43,0.1);
  outline: none !important;
  box-shadow: none;
  border-radius: 0.25em;
  box-shadow: none !important;
  transition: all 0.15s ease-in-out;
}
form textarea:focus,
form input[type="tel"]:focus,
form input[type="url"]:focus,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
  border-color: #63b32e;
  box-shadow: none;
}
form textarea {
  min-width: 100%;
  max-height: 300px;
  min-height: 60px;
}
form input[type="submit"] {
  -webkit-appearance: none !important;
}
form .boza_float_label {
  position: relative;
}
form .boza_float_label>div {
  position: relative;
}
form .boza_float_label label {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  font-size: 0.75em;
  opacity: 0;
  color: #2b2b2b;
  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.25em;
}
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 {
  font-size: 0.85em;
}
.tile form.vfbp-form>div {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.tile form.vfbp-form .vfb-form-group.boza_float_label label {
  left: 0.85rem;
}
.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: #2b2b2b;
  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(99,179,46,0.85);
}
.modal_screen ::-webkit-scrollbar-thumb:hover {
  background: #63b32e;
}
.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: #63b32e !important;
  cursor: pointer;
}
.modal_screen .modal_close:hover svg {
  fill: #63b32e;
}
.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);
}
.timeline .timeline_inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
.timeline .timeline_inner:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.50em;
  left: 1.00em;
  right: 1.00em;
  height: 0;
  height: 1px;
  background-image: linear-gradient(to right,#0058a3 33%,rgba(0,88,163,0) 0%);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.timeline .timeline_item {
  flex: 1;
  text-align: center;
}
.timeline .timeline_item:nth-child(odd) {
  position: relative;
}
.timeline .timeline_item:nth-child(odd) .timeline_item_inner {
  flex-direction: column-reverse;
  justify-content: flex-start;
}
.timeline .timeline_item:nth-child(even) {
  transform: translate(-100%,100%);
  max-width: 0;
  margin-bottom: 1em;
}
.timeline .timeline_item:nth-child(even) .timeline_item_inner {
  margin-left: -4em;
  margin-right: -4em;
}
.timeline .timeline_item .timeline_item_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.timeline .timeline_item .timeline_item_dot {
  width: 1.00em;
  height: 1.00em;
  border-radius: 50%;
}
.timeline .timeline_item h4 {
  margin: 0.65em 0;
}
.timeline .timeline_item p {
  margin: 0;
  padding: 0 0.75em;
  font-size: 0.80em;
}
.timeline .timeline_end {
  margin-left: -1em;
}
.timeline .timeline_end svg {
  display: block;
  margin: 0;
}
.wp-block-table.is-style-stripes table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(43,43,43,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(43,43,43,0.03) !important;
}
.wp-block-table.is-style-stripes table th {
  padding: 0.75em 1em;
  background: #2b2b2b !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(43,43,43,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 #2b2b2b;
  border-right: 1px solid rgba(43,43,43,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: #63b32e !important;
  color: #ffffff;
}
.wp-block-table.header_color_2 table th {
  background: #0058a3 !important;
  color: #ffffff;
}
.wp-block-table.header_color_3 table th {
  background: #002341 !important;
  color: #ffffff;
}
.wp-block-table.header_color_4 table th {
  background: #001629 !important;
  color: #ffffff;
}
.wp-block-table.header_color_5 table th {
  background: #eef3f7 !important;
  color: #2b2b2b;
}
.wp-block-table.header_color_5 table th {
  background: #f8f8f8 !important;
  color: #2b2b2b;
}
.wp-block-table.header_black table th {
  background: #000000 !important;
  color: #ffffff;
}
.wp-block-table.header_dark table th {
  background: #2b2b2b !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 !important;
}
.wp-block-columns:last-child {
  margin-bottom: -2.5rem;
}
.wp-block-columns>div {
  flex: 1;
  padding: 0 1.25rem;
  margin: 0 0 2.5rem 0 !important;
}
.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 0em 1.00em 0em rgba(43,43,43,0.05);
  border-radius: 0em;
  padding: 1.25rem;
  margin: 0 0 1.25rem 0;
}
.notice[data-background-color="white"] {
  background: #ffffff;
}
.notice[data-background-color="dark"] {
  background: #2b2b2b;
}
.notice[data-background-color="black"] {
  background: #000000;
}
.notice[data-background-color="color_1"] {
  background: #63b32e;
}
.notice[data-background-color="color_2"] {
  background: #0058a3;
}
.notice[data-background-color="color_3"] {
  background: #002341;
}
.notice[data-background-color="color_4"] {
  background: #001629;
}
.notice[data-background-color="color_5"] {
  background: #eef3f7;
}
.notice[data-background-color="color_body"] {
  background: #f8f8f8;
}
.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: #2b2b2b;
}
.notice[data-text-color="white"] {
  color: #ffffff;
}
.notice[data-text-color="dark"] {
  color: #2b2b2b;
}
.notice[data-text-color="black"] {
  color: #000000;
}
.notice[data-text-color="color_1"] {
  color: #63b32e;
}
.notice[data-text-color="color_2"] {
  color: #0058a3;
}
.notice[data-text-color="color_3"] {
  color: #002341;
}
.notice[data-text-color="color_4"] {
  color: #001629;
}
.notice[data-text-color="color_5"] {
  color: #eef3f7;
}
.notice[data-text-color="color_body"] {
  color: #f8f8f8;
}
.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: 0em;
  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: #2b2b2b;
}
.notice .tile_image[data-type="icon"] .icon[data-color="white"] {
  color: #ffffff;
}
.notice .tile_image[data-type="icon"] .icon[data-color="dark"] {
  color: #2b2b2b;
}
.notice .tile_image[data-type="icon"] .icon[data-color="black"] {
  color: #000000;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_1"] {
  color: #63b32e;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_2"] {
  color: #0058a3;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_3"] {
  color: #002341;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_4"] {
  color: #001629;
}
.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: #f8f8f8;
}
.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: 0em;
}
.notice .tile_text {
  padding: 1.875rem;
}
.notice .tile_meta {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid rgba(43,43,43,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: 0em;
  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: #2b2b2b;
}
.notice .tile_background_icon .icon[data-color="white"] {
  color: #ffffff;
}
.notice .tile_background_icon .icon[data-color="dark"] {
  color: #2b2b2b;
}
.notice .tile_background_icon .icon[data-color="black"] {
  color: #000000;
}
.notice .tile_background_icon .icon[data-color="color_1"] {
  color: #63b32e;
}
.notice .tile_background_icon .icon[data-color="color_2"] {
  color: #0058a3;
}
.notice .tile_background_icon .icon[data-color="color_3"] {
  color: #002341;
}
.notice .tile_background_icon .icon[data-color="color_4"] {
  color: #001629;
}
.notice .tile_background_icon .icon[data-color="color_5"] {
  color: #eef3f7;
}
.notice .tile_background_icon .icon[data-color="color_body"] {
  color: #f8f8f8;
}
.notice .tile_background_icon .icon svg {
  width: 120%;
  height: 120%;
  display: block;
  margin: -15% 0 0 -25%;
  opacity: 0.05;
  fill: currentColor;
}
.notice .tile_background_icon .icon svg path {
  fill: currentColor;
}
.notice .tile_hide {
  display: none;
}
.notice form {
  font-size: 0.85em;
}
.notice form.vfbp-form>div {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.notice form.vfbp-form .vfb-form-group.boza_float_label label {
  left: 0.85rem;
}
.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(99,179,46,0.3);
  border: 1px solid rgba(99,179,46,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(43,43,43,0.75);
  font-size: 0.75rem;
}
.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;
}
.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: 0em;
  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(43,43,43,0.1);
}
.wp-block-separator:not(.has-background) {
  background: rgba(43,43,43,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(43,43,43,0.1);
}
.wp-block-separator.is-style-wide {
  height: 1px;
}
.wp-block-separator.is-style-wide:not(.has-background) {
  background: rgba(43,43,43,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: #2b2b2b;
  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: #2b2b2b;
  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(43,43,43,0.05);
  border: 1px solid rgba(43,43,43,0.05);
  border-top-width: 0px;
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
  color: rgba(43,43,43,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: 0em;
}
.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(43,43,43,0.1);
}
.main_slider {
  border-bottom: 5px solid #0058a3;
  z-index: 2;
}
.main_slider .row_slider {
  background-color: #0058a3;
  background-color: #4a664e;
}
.main_slider .row_slider .row_holder_inner {
  min-height: 75vh;
}
.main_slider .slick-slide.slick-active h1,
.main_slider .slick-slide.slick-active h2,
.main_slider .slick-slide.slick-active h3,
.main_slider .slick-slide.slick-active h4,
.main_slider .slick-slide.slick-active .button {
  animation-name: main_slider_show_content;
  animation-duration: 0.50s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  position: relative;
}
.main_slider .slick-slide.slick-active h1,
.main_slider .slick-slide.slick-active h2 {
  animation-delay: 0.00s;
}
.main_slider .slick-slide.slick-active h3,
.main_slider .slick-slide.slick-active h4 {
  animation-delay: 0.10s;
}
.main_slider .slick-slide.slick-active .button {
  animation-delay: 0.30s;
}
.main_slider .slick-slide .container {
  max-width: 800px;
}
.main_slider h1,
.main_slider h2,
.main_slider h3,
.main_slider h4,
.main_slider .button {
  top: 2rem;
  opacity: 0;
}
.main_slider h1,
.main_slider h2 {
  text-shadow: 0.05em 0.05em 0 rgba(0,0,0,0.25), 0 0 0.50em rgba(0,0,0,0.65);
}
.main_slider .slick-dots {
  bottom: 3.50em;
}
.main_slider .scroll_down_arrow {
  bottom: -1em;
  width: 3.00em;
  height: 3.00em;
  transform: rotate(45deg) !important;
  z-index: -1;
  background: #0058a3;
  transition: all 0.15s ease-in-out;
}
.main_slider .scroll_down_arrow:hover {
  width: 4.50em;
  height: 4.50em;
}
.main_slider .scroll_down_arrow .scroll_down_arrow_inner {
  display: none !important;
}
@keyframes main_slider_show_content {
  0% {
    top: 2rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes scroll_down_arrow_pulse_main {
  0% {
    top: -10%;
    opacity: 0.35;
  }
  50% {
    top: 10%;
    opacity: 1;
  }
  100% {
    top: -10%;
    opacity: 0.35;
  }
}
.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;
}
.products_grid:not([data-slider="true"]) .tile_holder {
  opacity: 1 !important;
}
.products_grid:not([data-slider="true"]) .tile_holder:not(.slick-active) {
  opacity: 1 !important;
}
.products_grid:not([data-slider="true"]) .tile {
  height: 300px;
}
.products_grid:not([data-slider="true"]) .tile:hover .tile_inner:before {
  right: 1.50em !important;
}
.products_grid:not([data-slider="true"]) .tile .tile_text {
  padding: 1.50em !important;
}
.products_grid .slick-list {
  overflow: visible;
}
.products_grid .slider_arrow {
  width: 3em;
  height: 3em;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.products_grid .slider_arrow.slider_arrow_next {
  left: auto;
  right: -1.5em;
}
.products_grid .slider_arrow.slider_arrow_prev {
  right: auto;
  left: -1.5em;
}
.products_grid .slider_arrow:hover {
  transform: none !important;
  background: #0058a3;
  color: #ffffff;
}
.products_grid .slider_arrow:hover .icon {
  color: #ffffff;
}
.products_grid .tile_holder {
  transition: opacity 0.30s ease-in-out;
  opacity: 1;
  border-left: 1px solid #f8f8f8 !important;
  box-shadow: none !important;
}
.products_grid .tile_holder:not(.slick-active) {
  opacity: 0.25 !important;
}
.products_grid .tile_holder:not(.slick-active):hover {
  opacity: 1 !important;
}
.products_grid .tile {
  height: 380px;
  color: #ffffff;
  background: #0058a3;
  box-shadow: none !important;
}
.products_grid .tile:hover .tile_inner:before {
  right: 2.00em;
  opacity: 1;
}
.products_grid .tile:hover .tile_title {
  background: #63b32e;
}
.products_grid .tile:hover .tile_excerpt {
  top: 0;
  opacity: 1;
}
.products_grid .tile:hover .tile_background_holder:before {
  opacity: 0.75;
}
.products_grid .tile:hover .tile_background_holder .tile_background {
  filter: blur(4px);
  transform: scale(1.05);
}
.products_grid .tile:hover .tile_background_holder .tile_background_overlay {
  opacity: 0.25;
}
.products_grid .tile .tile_inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 2.00em;
  right: 3.00em;
  height: 2.75em;
  width: 1.50em;
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z'/%3E%3C/svg%3E");
  transition: all 0.15s ease-in-out;
}
.products_grid .tile .tile_text {
  padding: 2.00em !important;
  align-items: flex-start;
  overflow: hidden;
}
.products_grid .tile .tile_title {
  font-size: 1.20em;
  padding: 0.50em 1.00em;
  background: #0058a3;
  margin-bottom: 1.50em;
  transition: all 0.15s ease-in-out;
}
.products_grid .tile .tile_excerpt {
  margin-top: auto;
  position: relative;
  top: 100px;
  opacity: 0;
  font-size: 0.90em;
  line-height: 1.25;
  transition: all 0.15s ease-in-out;
}
.products_grid .tile .tile_background_holder:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,#0058a3 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#0058a3 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#0058a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#0058a3',GradientType=0);
  transition: all 0.15s ease-in-out;
}
.products_grid .tile .tile_background_holder .tile_background {
  filter: blur(0px);
  transition: all 0.15s ease-in-out;
}
.products_grid .tile .tile_background_holder .tile_background_overlay {
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.homepage_icons[data-icons-color="custom"] .icon_item .icon_item_icon {
  background: rgba(0,35,65,0.25) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
}
.homepage_icons.homepage_icons_v2 {
  align-items: center;
}
.homepage_icons.homepage_icons_v2 .tile_holder {
  flex: 0 0 calc(100% / 7) !important;
  width: calc(100% / 7) !important;
  max-width: calc(100% / 7) !important;
}
.homepage_icons.homepage_icons_v2 .icon_item .icon_item_icon {
  flex: 1 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
}
.homepage_icons.homepage_icons_v2 .icon_item .icon_item_icon svg {
  width: 100% !important;
  height: auto !important;
  max-height: 6em !important;
  max-width: 80% !important;
}
.about_us_buttons_desktop {
  margin-bottom: -1.25rem !important;
}
.expand {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  max-width: 150px;
  justify-content: center;
}
.expand:hover {
  cursor: pointer;
}
.expand:hover .styled_underline:before {
  width: 100%;
}
.expand.expanded {
  margin-top: 1.00em;
}
.expand.expanded svg {
  transform: rotate(180deg);
}
.expand.expanded .show_expand {
  display: none;
}
.expand:not(.expanded) {
  margin-bottom: -3em;
}
.expand:not(.expanded) .show_contract {
  display: none;
}
.expand svg {
  transition: transform 0.15s ease-in-out;
  fill: currentColor;
}
.list_tiles .tile .tile_text p {
  padding-left: 1.00em;
  border-left: 1px solid rgba(255,255,255,0.5);
}
@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 (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: 76px;
  }
  #header_holder #header #logo {
    height: 50px;
  }
  #header_holder.scrolled #header #logo {
    height: 40px;
  }
  .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: 176px;
  }
  body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
    padding-top: 176px !important;
  }
}
@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: 56px;
  }
  #header_holder #header #logo {
    height: 40px;
    margin-top: 0 !important;
    margin-bottom: -2px !important;
  }
  #header_holder.scrolled #header #logo {
    height: 40px;
  }
  .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;
  }
  .homepage_icons {
    margin-bottom: 0;
  }
  .homepage_icons:last-child {
    margin-bottom: -2.5em;
  }
  .homepage_icons .tile_holder {
    flex: 0 0 33.33% !important;
    width: 33.33% !important;
    max-width: 33.33% !important;
    margin-bottom: 2.50em;
  }
}
@media (max-width: 1050px) {
  #main_menu>li>a {
    padding: 0.50em 0.75em;
  }
}
@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: 76px;
  }
  #header_holder {
    background: rgba(0,60,112,0.5);
    transition: transform .15s ease-in-out, padding .15s ease-in-out;
  }
  #header_holder #header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header_holder #header #logo {
    height: 50px;
  }
  #header_holder.scrolled {
    padding-top: 0;
  }
  #header_holder.scrolled #header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #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: 156px;
  }
  body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
    padding-top: 156px !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 .footer_column {
    min-width: 0 !important;
    width: auto !important;
  }
  #footer_holder #footer .footer_column.footer_col_1 {
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }
  #footer_holder #footer .footer_column.footer_col_2 {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }
  #footer_holder #footer .footer_column.footer_col_3 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 3.00em;
    margin-top: 0;
  }
  #footer_holder #footer .footer_column.footer_col_3 .footer_col_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -1em -2em -1em;
  }
  #footer_holder #footer .footer_column.footer_col_3 .footer_col_content .spacer {
    display: none;
  }
  #footer_holder #footer .footer_column.footer_col_3 .footer_col_content>* {
    margin: 0 1em 2em 1em;
  }
  #footer_holder #footer .footer_column.footer_col_3 .footer_col_content img {
    max-width: 180px;
  }
  #footer_holder #footer .footer_column.footer_col_divider_1 {
    flex: 0 0 1px !important;
    width: 1px !important;
    max-width: 1px !important;
    margin-left: auto;
    margin-right: 0;
  }
  #footer_holder #footer .footer_column.footer_col_divider_2 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 3em 1.25em 3.00em 1.25em;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.15);
  }
  #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;
  }
  .row_holder.slider_row_holder.main_slider .slider_row_holder_inner {
    min-height: 70vh !important;
  }
  .row_holder.slider_row_holder.main_slider .row_slider {
    min-height: 70vh !important;
  }
  .row_holder.slider_row_holder.main_slider .row_slider[data-min-height] .slick-list {
    position: absolute;
  }
  .row_holder.slider_row_holder.main_slider .row_slider .row_holder_inner {
    min-height: 70vh !important;
  }
  .products_grid[data-slider="true"] {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
  .products_grid .tile:hover .tile_inner:before {
    right: 1.75em;
  }
  .products_grid .tile .tile_inner:before {
    top: 1.75em;
  }
  .products_grid .tile .tile_text {
    padding: 1.75em !important;
  }
  .tiles_grid[data-post-type="post"] .slider_arrow {
    display: none !important;
  }
  .list_tiles {
    margin-bottom: -3em !important;
  }
  .list_tiles .tile_holder {
    margin-bottom: 3.00em !important;
  }
}
@media (min-width: 881px) and (max-width: 991) {
  .products_grid .tile_holder.slick-current+.tile_holder .tile .tile_inner:before {
    right: 2.00em;
    opacity: 1;
  }
  .products_grid .tile_holder.slick-current+.tile_holder .tile .tile_excerpt {
    top: 0;
    opacity: 1;
  }
  .products_grid .tile_holder.slick-current+.tile_holder .tile .tile_background_holder:before {
    opacity: 0.75;
  }
  .products_grid .tile_holder.slick-current+.tile_holder .tile .tile_background_holder .tile_background {
    filter: blur(4px);
    transform: scale(1.05);
  }
  .products_grid .tile_holder.slick-current+.tile_holder .tile .tile_background_holder .tile_background_overlay {
    opacity: 0.25;
  }
}
@media (max-width: 880px) {
  .products_grid[data-slider="true"] {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  .products_grid .slider_arrow {
    margin: auto 0;
  }
  .products_grid .slider_arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 15vw;
    height: 420px;
    transform: translate(0,-50%);
  }
  .products_grid .slider_arrow.slider_arrow_next:before {
    left: 50%;
  }
  .products_grid .slider_arrow.slider_arrow_prev:before {
    right: 50%;
  }
  .products_grid .tile_holder.slick-current .tile .tile_inner:before {
    right: 2.00em;
    opacity: 1;
  }
  .products_grid .tile_holder.slick-current .tile .tile_excerpt {
    top: 0;
    opacity: 1;
  }
  .products_grid .tile_holder.slick-current .tile .tile_background_holder:before {
    top: 50%;
    opacity: 0.75;
  }
  .products_grid .tile_holder.slick-current .tile .tile_background_holder .tile_background {
    filter: blur(0);
    transform: scale(1);
  }
  .products_grid .tile_holder.slick-current .tile .tile_background_holder .tile_background_overlay {
    opacity: 0.25;
  }
}
@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;
  }
  .expandable {
    display: block !important;
    max-height: none !important;
    height: auto !important;
  }
  .expand {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide_767 {
    display: none;
  }
  .show_768 {
    display: none;
  }
  #top {
    height: 76px;
  }
  #header_holder #header #logo {
    height: 50px;
  }
  #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: 136px;
  }
  body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
    padding-top: 136px !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%;
  }
  .homepage_icons.homepage_icons_v2 {
    align-items: center;
  }
  .homepage_icons.homepage_icons_v2 .tile_holder {
    flex: 0 0 calc(100% / 4) !important;
    width: calc(100% / 4) !important;
    max-width: calc(100% / 4) !important;
  }
  .about_us_buttons .button.mobile_order_1 {
    order: 1;
    width: 100%;
  }
  .about_us_buttons .button.mobile_order_2 {
    order: 2;
    font-size: 1.10em;
    flex: 1;
    width: calc(50% - 1.25rem);
    max-width: none;
  }
  .about_us_buttons .button.mobile_order_3 {
    order: 3;
    font-size: 1.10em;
    flex: 1;
    width: calc(50% - 1.25rem);
    max-width: none;
  }
  .expand {
    display: flex;
  }
  .expandable {
    display: none;
  }
}
@media (min-width: 661px) {
  .hide_661 {
    display: none;
  }
  .show_660 {
    display: none;
  }
}
@media (max-width: 660px) {
  .hide_660 {
    display: none;
  }
  .show_661 {
    display: none;
  }
  #footer_holder #footer .footer_column.footer_col_1 .footer_office_image {
    width: 2.00em;
    height: 2.00em;
  }
  #footer_holder #footer_bottom .container:before {
    right: 0;
    opacity: 0.25;
  }
  .timeline .timeline_inner {
    flex-direction: column;
  }
  .timeline .timeline_inner:before {
    width: 1px;
    height: auto;
    top: 1em;
    bottom: 1em;
    left: 50%;
    right: auto;
    background-image: linear-gradient(to bottom,#0058a3 33%,rgba(0,88,163,0) 0%);
    background-position: left;
    background-size: 2px 10px;
    background-repeat: repeat-y;
  }
  .timeline .timeline_item {
    flex: 1 !important;
    width: 100% !important;
    transform: none !important;
    max-width: none !important;
    margin: 0 0 2.00em 0 !important;
  }
  .timeline .timeline_item:nth-child(odd) {
    padding-right: 50%;
    text-align: right;
  }
  .timeline .timeline_item:nth-child(odd) .timeline_item_inner {
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    padding-right: 1.50em;
  }
  .timeline .timeline_item:nth-child(odd) .timeline_item_dot {
    right: -0.5em;
  }
  .timeline .timeline_item:nth-child(even) {
    padding-left: 50%;
    text-align: left;
  }
  .timeline .timeline_item:nth-child(even) .timeline_item_inner {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding-left: 1.50em;
  }
  .timeline .timeline_item:nth-child(even) .timeline_item_dot {
    left: -0.5em;
  }
  .timeline .timeline_item .timeline_item_inner {
    flex-direction: column;
    position: relative;
    margin: 0 !important;
  }
  .timeline .timeline_item .timeline_item_dot {
    position: absolute;
    top: 0.25em;
  }
  .timeline .timeline_item h4 {
    margin: 0 0 0.25em 0;
  }
  .timeline .timeline_item p {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 3.00em;
  }
  .timeline .timeline_end {
    width: 100%;
    margin-top: 0;
    font-size: 1.50em;
  }
  .timeline .timeline_end svg {
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
@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;
  }
  .homepage_icons .tile_holder {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }
  .icon_items[data-size="normal"] .icon_item .icon_item_icon {
    width: 6.25rem;
    height: 6.25rem;
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
  }
  .icon_items[data-size="normal"] .icon_item .icon_item_icon svg {
    width: 50%;
    height: 50%;
  }
}
@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: 76px;
  }
  #header_holder #header #logo {
    height: 50px;
  }
  #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) .buttons_holder {
    text-align: left;
    justify-content: flex-start;
  }
  .wp-block-columns:not(.mobile_cols_2) .aligncenter,
  .wp-block-columns:not(.mobile_cols_2) .alignright,
  .wp-block-columns:not(.mobile_cols_2) .alignleft {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wp-block-columns .wp-block-column {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  #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 {
    font-size: 0.85em;
  }
  #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: -2.5rem;
  }
  #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;
  }
  .products_grid[data-slider=true] {
    margin-left: 0.50em;
    margin-right: 0.50em;
  }
  .products_grid .tile_holder.slick-current .tile .tile_background_holder .tile_background {
    filter: blur(0);
    transform: scale(1);
  }
  .products_grid .tile_holder.slick-current .tile .tile_background_holder .tile_background:before {
    top: 25%;
  }
  .products_grid .products_grid .tile .tile_inner:before {
    top: 2.00em;
    right: 2.00em !important;
  }
  .products_grid .products_grid .tile .tile_text {
    padding: 2.00em !important;
  }
}
@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%;
  }
  .quote,
  blockquote {
    margin: 2em 0;
  }
  #footer_holder #footer {
    font-size: 0.75em;
  }
  .homepage_icons.homepage_icons_v2 {
    align-items: center;
  }
  .homepage_icons.homepage_icons_v2 .tile_holder {
    padding: 0 0.25em !important;
  }
  .products_grid .tile {
    height: 260px;
  }
}
@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: 76px;
  }
  #header_holder #header #logo {
    height: 40px;
  }
  #header_holder.scrolled #header #logo {
    height: 40px;
  }
  #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;
  }
}
@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;
  }
  #footer_holder #footer {
    font-size: 0.90em;
  }
  #footer_holder #footer .footer_column {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #footer_holder #footer .footer_column.footer_col_1 {
    margin-top: 0 !important;
  }
  #footer_holder #footer .footer_column.footer_col_2 {
    margin-top: 0 !important;
  }
  #footer_holder #footer .footer_column.footer_col_3 {
    margin-top: 0 !important;
  }
  #footer_holder #footer .footer_column.footer_col_divider_1 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 3em 1.25em 3.00em 1.25em;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.15);
  }
}
@media (max-width: 380px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .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;
  }
  #header_holder #header #logo {
    margin-left: -5px;
  }
}
@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;
  }
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  color: #ffffff !important;
}
body {
  background-color: #f8f8f8;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.50;
  font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#main_menu {
  font-size: 1.15em;
}
#main_menu > li > a {
  font-weight: 400;
  text-transform: none;
  font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
  text-transform: none;
  font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  box-shadow: none;
  border-radius: 0.25em;
}
.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 0em 1.00em 0em rgba(43,43,43,0.05);
  border-radius: 0em;
}
a.tile:hover {
  box-shadow: 0em 0em 2.00em 0em rgba(43,43,43,0.1);
}
.row_holder .row .col_content_holder[data-with-border-radius="1"] {
  border-radius: 0em;
}
.row_holder .row .col_content_holder[data-with-box-shadow="1"] {
  box-shadow: 0em 0em 1.00em 0em rgba(43,43,43,0.05);
}
.quote,
blockquote {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
  font-style: normal;
  font-family: 'Indie Flower', 'Merriweather', cursive;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
  font-size: 16px;
}
.text_intro {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1.25em;
  font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
}
h1,
.h1,
h2.large,
.h2.large {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 0.75em;
  font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
}
h5,
.h5,
h4.small,
.h4.small {
  font-size: 1.00em;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 1.00em;
  font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 0.50em;
  font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
}
@media (max-width: 1440px) {
  body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1.05em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #header_holder.scrolled #main_menu {
    font-size: 0.945em;
  }
  #header_holder.scrolled #header #header_right>.button {
    font-size: 0.945em;
  }
  #header_holder #header #header_right>.button {
    font-size: 1.05em;
  }
  .button {
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Indie Flower', 'Merriweather', cursive;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 16px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 0.50em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Indie Flower', 'Merriweather', cursive;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 0.50em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Indie Flower', 'Merriweather', cursive;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.75em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 0.50em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Indie Flower', 'Merriweather', cursive;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 15px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.50em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 0.50em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
}
@media (max-width: 550px) {
  body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Indie Flower', 'Merriweather', cursive;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 14px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.50em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 0.50em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
}
@media (max-width: 420px) {
  body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.50;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
  }
  #main_menu {
    font-size: 1em;
  }
  #main_menu > li > a {
    font-weight: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    text-transform: none;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 400;
    line-height: 1.25;
    text-transform: none;
    font-style: normal;
    font-family: 'Indie Flower', 'Merriweather', cursive;
  }
  .quote .quote_by,
  .quote cite,
  blockquote .quote_by,
  blockquote cite {
    font-size: 14px;
  }
  .text_intro {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 1.25em;
    font-family: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h1,
  .h1,
  h2.large,
  .h2.large {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 0.75em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
  h5,
  .h5,
  h4.small,
  .h4.small {
    font-size: 1.00em;
    font-weight: 600;
    line-height: 1.20;
    margin-bottom: 1.00em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 0.50em;
    font-family: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, 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: 'Merriweather', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, serif;
  }
}
