*,
: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: normal;
}
.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: normal !important;
}
.regular_font {
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.title_font {
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.alternative_font {
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.force_regular_font {
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif !important;
}
.force_title_font {
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif !important;
}
.force_alternative_font {
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif !important;
}
.tile_border_radius {
border-radius: 0.50em;
}
.tile_box_shadow {
box-shadow: none;
}
.tile_box_shadow_hover {
box-shadow: none;
}
.button_border_radius {
border-radius: 0.50em;
}
.button_box_shadow {
box-shadow: 0em 0em 0.75em 0em rgba(43,43,43,0.1);
}
.button_box_shadow_hover {
box-shadow: 0em 0em 1.00em 0em rgba(43,43,43,0.15);
}
[data-white-space="nowrap"] {
white-space: nowrap;
}
[data-text-align="left"],
.has-text-align-left {
text-align: left;
}
[data-text-align="right"],
.has-text-align-right {
text-align: right;
}
[data-text-align="center"],
.has-text-align-center {
text-align: center;
}
[data-align-items="start"] {
align-items: flex-start;
}
[data-align-items="top"] {
align-items: flex-start;
}
[data-align-items="left"] {
align-items: flex-start;
}
[data-align-items="flex-start"] {
align-items: flex-start;
}
[data-align-items="end"] {
align-items: flex-end;
}
[data-align-items="bottom"] {
align-items: flex-end;
}
[data-align-items="right"] {
align-items: flex-end;
}
[data-align-items="flex-end"] {
align-items: flex-end;
}
[data-align-items="center"] {
align-items: center;
}
[data-align-items="stretch"] {
align-items: stretch;
}
[data-align-content="start"] {
align-content: flex-start;
}
[data-align-content="top"] {
align-content: flex-start;
}
[data-align-content="left"] {
align-content: flex-start;
}
[data-align-content="flex-start"] {
align-content: flex-start;
}
[data-align-content="end"] {
align-content: flex-end;
}
[data-align-content="bottom"] {
align-content: flex-end;
}
[data-align-content="right"] {
align-content: flex-end;
}
[data-align-content="flex-end"] {
align-content: flex-end;
}
[data-align-content="center"] {
align-content: center;
}
[data-align-content="stretch"] {
align-content: stretch;
}
[data-align-content="space-around"] {
align-content: space-around;
}
[data-align-content="space-between"] {
align-content: space-between;
}
[data-align-content="space-evenly"] {
align-content: space-evenly;
}
[data-justify-content="start"] {
justify-content: flex-start;
}
[data-justify-content="top"] {
justify-content: flex-start;
}
[data-justify-content="left"] {
justify-content: flex-start;
}
[data-justify-content="flex-start"] {
justify-content: flex-start;
}
[data-justify-content="end"] {
justify-content: flex-end;
}
[data-justify-content="bottom"] {
justify-content: flex-end;
}
[data-justify-content="right"] {
justify-content: flex-end;
}
[data-justify-content="flex-end"] {
justify-content: flex-end;
}
[data-justify-content="center"] {
justify-content: center;
}
[data-justify-content="space-around"] {
justify-content: space-around;
}
[data-justify-content="space-between"] {
justify-content: space-between;
}
[data-justify-content="space-evenly"] {
justify-content: space-evenly;
}
[data-align-self="auto"] {
align-self: auto;
}
[data-align-self="start"] {
align-self: flex-start;
}
[data-align-self="top"] {
align-self: flex-start;
}
[data-align-self="flex-start"] {
align-self: flex-start;
}
[data-align-self="end"] {
align-self: flex-end;
}
[data-align-self="bottom"] {
align-self: flex-end;
}
[data-align-self="flex-end"] {
align-self: flex-end;
}
[data-align-self="center"] {
align-self: center;
}
[data-align-self="stretch"] {
align-self: stretch;
}
[data-text-color="white"],
.has-white-color {
color: #ffffff;
}
[data-text-color="dark"],
.has-dark-color {
color: #2e1352;
}
[data-text-color="black"],
.has-black-color {
color: #000000;
}
[data-text-color="color_1"],
.has-color-1-color {
color: #2e1352;
}
[data-text-color="color_2"],
.has-color-2-color {
color: #ea4b52;
}
[data-text-color="color_3"],
.has-color-3-color {
color: #a1b3ae;
}
[data-text-color="color_4"],
.has-color-4-color {
color: #172a30;
}
[data-text-color="color_5"],
.has-color-5-color {
color: #e0dce5;
}
[data-text-color="color_body"],
.has-color-body-color {
color: #ffffff;
}
[data-background-color="white"],
.has-white-background-color {
background: #ffffff;
}
[data-background-color="dark"],
.has-dark-background-color {
background: #2e1352;
}
[data-background-color="black"],
.has-black-background-color {
background: #000000;
}
[data-background-color="color_1"],
.has-color_1-background-color {
background: #2e1352;
}
[data-background-color="color_2"],
.has-color_2-background-color {
background: #ea4b52;
}
[data-background-color="color_3"],
.has-color_3-background-color {
background: #a1b3ae;
}
[data-background-color="color_4"],
.has-color_4-background-color {
background: #172a30;
}
[data-background-color="color_5"],
.has-color_5-background-color {
background: #e0dce5;
}
[data-background-color="color_body"],
.has-color_body-background-color {
background: #ffffff;
}
[data-fill-color="white"] {
fill: #ffffff;
}
[data-fill-color="dark"] {
fill: #2e1352;
}
[data-fill-color="black"] {
fill: #000000;
}
[data-fill-color="color_1"] {
fill: #2e1352;
}
[data-fill-color="color_2"] {
fill: #ea4b52;
}
[data-fill-color="color_3"] {
fill: #a1b3ae;
}
[data-fill-color="color_4"] {
fill: #172a30;
}
[data-fill-color="color_5"] {
fill: #e0dce5;
}
[data-fill-color="color_body"] {
fill: #ffffff;
}
[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: #2e1352 !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: #2e1352 !important;
}
[data-next-row-diagonal-color="color_2"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
fill: #ea4b52 !important;
}
[data-next-row-diagonal-color="color_3"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
fill: #a1b3ae !important;
}
[data-next-row-diagonal-color="color_4"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
fill: #172a30 !important;
}
[data-next-row-diagonal-color="color_5"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
fill: #e0dce5 !important;
}
[data-next-row-diagonal-color="color_body"] + .row_holder .diagonal_separator_holder[data-separator-position="top"] svg polygon {
fill: #ffffff !important;
}
.hide_all {
display: none !important;
}
.hide,
.hidden {
display: none !important;
}
.no_margin {
margin: 0 !important;
}
.margin_0 {
margin-bottom: 0px !important;
}
.margin_5 {
margin-bottom: 5px !important;
}
.margin_10 {
margin-bottom: 10px !important;
}
.margin_15 {
margin-bottom: 15px !important;
}
.margin_20 {
margin-bottom: 20px !important;
}
.margin_25 {
margin-bottom: 25px !important;
}
.margin_30 {
margin-bottom: 30px !important;
}
.margin_35 {
margin-bottom: 35px !important;
}
.margin_40 {
margin-bottom: 40px !important;
}
.margin_45 {
margin-bottom: 45px !important;
}
.margin_50 {
margin-bottom: 50px !important;
}
.margin_55 {
margin-bottom: 55px !important;
}
.margin_60 {
margin-bottom: 60px !important;
}
.no_margin {
margin: 0 !important;
}
.no_padding {
padding: 0 !important;
}
.padding_0 {
padding: 0 !important;
}
.padding_5 {
padding: 5px !important;
}
.padding_10 {
padding: 10px !important;
}
.padding_15 {
padding: 15px !important;
}
.padding_20 {
padding: 20px !important;
}
.padding_25 {
padding: 25px !important;
}
.padding_30 {
padding: 30px !important;
}
.padding_35 {
padding: 35px !important;
}
.padding_40 {
padding: 40px !important;
}
.padding_45 {
padding: 45px !important;
}
.padding_50 {
padding: 50px !important;
}
.padding_55 {
padding: 55px !important;
}
.padding_60 {
padding: 60px !important;
}
*: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;
}
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: #2e1352;
text-decoration: underline;
}
strong {
font-weight: 800 !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: #2e1352;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.quote p,
blockquote p {
font-size: inherit !important;
line-height: inherit !important;
margin-bottom: 1.25em;
}
.quote p:last-child,
blockquote p:last-child {
margin-bottom: 0;
}
.quote:first-child,
blockquote:first-child {
margin-top: 0;
}
.quote:last-child,
blockquote:last-child {
margin-bottom: 0;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
color: inherit;
margin: 0.75em 0 0 0;
font-weight: normal;
font-style: normal;
opacity: 0.65;
font-weight: 400;
font-family: 'Nunito', '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;
}
.styled_underline {
position: relative;
line-height: 1.20;
}
.styled_underline:before {
content: '';
display: block;
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 0.035em;
background: currentColor;
transition: width 0.15s ease-in-out;
}
.styled_underline:hover:before {
width: 100%;
}
.active_underline:before {
width: 100%;
}
a:hover .styled_underline:before {
width: 100%;
}
.styled_underline_hint:after {
content: '';
display: block;
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 0.035em;
background: currentColor;
opacity: 0.25;
}
#wrapper {
overflow: hidden;
}
.container {
width: 100%;
max-width: 1280px;
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: #2e1352;
}
.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: #2e1352;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_2"] svg polygon {
fill: #ea4b52;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_3"] svg polygon {
fill: #a1b3ae;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_4"] svg polygon {
fill: #172a30;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_5"] svg polygon {
fill: #e0dce5;
}
.row_holder .diagonal_separator_holder[data-separator-color="color_body"] svg polygon {
fill: #ffffff;
}
.row_holder .diagonal_separator_holder .diagonal_separator_inner {
position: relative;
height: 100%;
width: 100%;
}
.row_holder .diagonal_separator_holder .diagonal_separator_part_top {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
}
.row_holder .diagonal_separator_holder .diagonal_separator_part_bottom {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
}
.row_holder .row_holder_inner {
padding: 6.25rem 0;
}
.row_holder .row_holder_inner[data-min-height] {
display: flex;
flex-direction: column;
}
.row_holder .row_holder_inner[data-min-height]>.row_content {
flex: 1;
display: flex;
flex-direction: column;
}
.row_holder .row_holder_inner[data-min-height]>.row_content .container {
flex: 1;
display: flex;
flex-direction: column;
}
.row_holder .row_holder_inner[data-min-height]>.row_content .row {
flex: 1;
}
.row_holder .row_content {
position: relative;
z-index: 2;
}
.row_holder .row_background_holder {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
.row_holder .row_background_holder .row_background_inner {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.row_holder .row_background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.row_holder .row_background[data-blur="1"] {
filter: blur(10px);
}
.row_holder .row_background[data-parallax="1"] {
bottom: auto;
transition: all 0.025s ease-out;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.1"] {
height: 110%;
top: -10%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.2"] {
height: 120%;
top: -20%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.3"] {
height: 130%;
top: -30%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.4"] {
height: 140%;
top: -40%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.5"] {
height: 150%;
top: -50%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.6"] {
height: 160%;
top: -60%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.7"] {
height: 170%;
top: -70%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.8"] {
height: 180%;
top: -80%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="0.9"] {
height: 190%;
top: -90%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="1.0"] {
height: 200%;
top: -100%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="1.5"] {
height: 250%;
top: -150%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="2.0"] {
height: 300%;
top: -200%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="2.5"] {
height: 350%;
top: -250%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="3.0"] {
height: 400%;
top: -300%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="3.5"] {
height: 450%;
top: -350%;
}
.row_holder .row_background[data-parallax="1"][data-parallax-rate="4.0"] {
height: 500%;
top: -400%;
}
.row_holder .row_background_video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: none;
}
.row_holder .row_background_overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.row_holder .row_diagonal_background_holder {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
.row_holder .row_diagonal_background_holder .row_background_inner {
position: relative;
width: 100%;
height: 100%;
}
.row_holder .row_diagonal_background_holder .diagonal_background_part_top {
position: absolute;
top: 0;
bottom: 50%;
left: 0;
right: 0;
z-index: 0;
}
.row_holder .row_diagonal_background_holder .diagonal_background_part_bottom {
position: absolute;
top: 50%;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
}
.row_holder .row_diagonal_background_holder .diagonal_separator_holder {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.row_holder .row {
flex-wrap: wrap;
margin-bottom: -2.5rem;
}
.row_holder .row .col {
margin: 0 0 2.5rem 0;
}
.row_holder .row .col.premade_row_main_col {
flex: 0 0 100%;
width: 100%;
max-width: 100%;
}
.row_holder .row .col_content_holder {
position: relative;
height: 100%;
}
.row_holder .row .col_content_holder[data-with-border-radius="1"] {
overflow: hidden;
}
.row_holder .row .col_content_holder[data-content-padding="default"] .col_content {
padding: 1.875rem 1.875rem;
}
.row_holder .row .col_content_holder[data-content-padding="20_20"] .col_content {
padding: 20px 20px;
}
.row_holder .row .col_content_holder[data-content-padding="30_20"] .col_content {
padding: 30px 20px;
}
.row_holder .row .col_content_holder[data-content-padding="40_30"] .col_content {
padding: 40px 30px;
}
.row_holder .row .col_content_holder[data-content-padding="40_40"] .col_content {
padding: 40px 40px;
}
.row_holder .row .col_content_holder[data-content-padding="50_50"] .col_content {
padding: 50px 50px;
}
.row_holder .row .col_content_holder[data-content-padding="60_40"] .col_content {
padding: 60px 40px;
}
.row_holder .row .col_content_holder[data-content-padding="60_60"] .col_content {
padding: 60px 60px;
}
.row_holder .row .col_content_holder[data-content-padding="70_50"] .col_content {
padding: 70px 50px;
}
.row_holder .row .col_content_holder[data-content-padding="80_60"] .col_content {
padding: 80px 60px;
}
.row_holder .row .col_content {
padding: 1.875rem 1.875rem;
position: relative;
z-index: 1;
}
.row_holder .row .col_break {
flex: 0 0 100%;
clear: both;
}
#top_area {
text-align: center;
z-index: 4;
}
#top_area[data-text-color="white"] .breadcrumbs {
color: rgba(255,255,255,0.75);
}
#top_area[data-text-color="white"] .breadcrumbs svg path {
fill: #ffffff;
}
#top_area .row {
align-items: center;
}
#top_area .breadcrumbs {
margin-top: -0.625rem;
margin-bottom: -2.5rem;
justify-content: center;
opacity: 0.75;
}
#top_area .breadcrumbs:first-child {
margin-top: 0;
}
#top_area .breadcrumbs a:hover {
color: inherit;
text-decoration: underline;
}
#breadcrumbs_holder {
background: rgba(23,42,48,0.1);
}
#breadcrumbs_holder .row_holder_inner {
padding: 0.5em 0;
}
#breadcrumbs_holder .row {
justify-content: space-between;
align-items: center;
}
#breadcrumbs_holder .row .col {
flex: 0 1 auto;
width: auto;
max-width: none;
}
#breadcrumbs_holder .row .col.share_icons_col {
margin-left: auto;
text-align: right;
}
.share_icons {
display: flex;
flex-direction: row;
align-items: center;
font-size: 1rem;
}
.share_icons[data-size="small"] {
font-size: 1rem;
}
.share_icons[data-size="small"] .share_icons_text {
font-size: 0.75rem;
opacity: 0.75;
margin-right: 0;
}
.share_icons[data-size="small"] .share_icon {
opacity: 0.75;
}
.share_icons[data-size="large"] .share_icon {
font-size: 1.5em;
}
.share_icons .share_icons_text {
margin: 0 0.3125rem 0 0;
}
.share_icons .share_icon {
opacity: 0.75;
margin: 0 0 0 0.3125rem;
}
.share_icons .share_icon:first-child {
margin-left: 0;
}
.share_icons .share_icon:hover {
opacity: 1;
}
.share_icons .at-icon-wrapper,
.share_icons .icon {
display: block;
height: auto;
margin: 0;
}
.share_icons .at-icon-wrapper svg,
.share_icons .icon svg {
display: block;
margin: 0;
}
.row_holder.slider_row_holder[data-separator-bottom="diagonal_left"] .row_slider .row_holder .row_holder_inner,
.row_holder.slider_row_holder[data-separator-bottom="diagonal_right"] .row_slider .row_holder .row_holder_inner {
padding-bottom: 12.5rem !important;
}
.row_holder.slider_row_holder[data-separator-bottom="diagonal_left"] .row_slider .slick-dots,
.row_holder.slider_row_holder[data-separator-bottom="diagonal_right"] .row_slider .slick-dots {
display: none !important;
}
.row_holder.slider_row_holder[data-separator-bottom="diagonal_left"] .scroll_down_arrow,
.row_holder.slider_row_holder[data-separator-bottom="diagonal_right"] .scroll_down_arrow {
bottom: 10rem;
}
.row_holder.slider_row_holder[data-separator-top="diagonal_left"] .row_slider .row_holder .row_holder_inner,
.row_holder.slider_row_holder[data-separator-top="diagonal_right"] .row_slider .row_holder .row_holder_inner {
padding-top: 12.5rem !important;
}
.row_holder.slider_row_holder>.diagonal_separator_holder[data-separator-position="bottom"] {
margin-top: -15rem;
}
.row_holder.slider_row_holder>.diagonal_separator_holder[data-separator-position="top"] {
margin-bottom: -15rem;
}
.row_holder.slider_row_holder>.row_holder_inner {
padding: 0 !important;
position: relative;
z-index: 1;
}
.row_holder.slider_row_holder .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: #2e1352;
}
[data-slider-nav-color="black"] .slick-dots li {
background: #000000;
}
[data-slider-nav-color="color_1"] .slick-dots li {
background: #2e1352;
}
[data-slider-nav-color="color_2"] .slick-dots li {
background: #ea4b52;
}
[data-slider-nav-color="color_3"] .slick-dots li {
background: #a1b3ae;
}
[data-slider-nav-color="color_4"] .slick-dots li {
background: #172a30;
}
[data-slider-nav-color="color_5"] .slick-dots li {
background: #e0dce5;
}
[data-slider-nav-color="color_body"] .slick-dots li {
background: #ffffff;
}
.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 .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: 255px;
}
body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
padding-top: 255px !important;
}
body.header_type_transparent #content_wrap>.row_holder:first-child .admin_edit_button {
top: 220px;
}
#top {
height: 155px;
}
#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(46,19,82,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(46,19,82,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"].scrolled {
box-shadow: 0px 0px 1.25rem rgba(46,19,82,0.25);
}
#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: #2e1352;
}
#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: #2e1352;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_2"] {
color: #ea4b52;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_3"] {
color: #a1b3ae;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_4"] {
color: #172a30;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_5"] {
color: #e0dce5;
}
#header_holder[data-header-type="transparent"]:not(.scrolled)[data-transparent-text-color="color_body"] {
color: #ffffff;
}
#header_holder[data-header-type="transparent"]:not(.scrolled) #header #logo img.logo_main,
#header_holder[data-header-type="transparent"]:not(.scrolled) #header #logo svg.logo_main {
opacity: 0;
}
#header_holder[data-header-type="transparent"]:not(.scrolled) #header #logo img.logo_alt,
#header_holder[data-header-type="transparent"]:not(.scrolled) #header #logo svg.logo_alt {
opacity: 1;
}
#header_holder[data-header-type="transparent"]:not(.scrolled) #header #secondary_logo img.logo_main,
#header_holder[data-header-type="transparent"]:not(.scrolled) #header #secondary_logo svg.logo_main {
opacity: 0;
}
#header_holder[data-header-type="transparent"]:not(.scrolled) #header #secondary_logo img.logo_alt,
#header_holder[data-header-type="transparent"]:not(.scrolled) #header #secondary_logo svg.logo_alt {
opacity: 1;
}
#header_holder[data-header-type="transparent"] #header_background {
opacity: 0;
}
#header_holder[data-header-type="transparent"] #header_background_transparent {
display: none;
}
#header_holder[data-header-type="solid"] {
box-shadow: 0px 0px 1.25rem rgba(46,19,82,0.1);
}
#header_holder[data-header-type="solid"].scrolled {
box-shadow: 0px 0px 1.25rem rgba(46,19,82,0.25);
}
#header_holder[data-header-type="solid"].scrolled #header #header_left {
padding: 10px 0;
margin: -10px 0;
}
#header_holder[data-header-type="solid"] #header_background_transparent {
display: none;
}
#header_holder[data-header-type="solid"] #header #header_left {
transition: all 0.15s ease-in-out;
}
#header_holder[data-header-type="solid"] #header #logo {
height: 100% !important;
}
#header_holder[data-header-type="solid"] #header #secondary_logo {
height: 100% !important;
}
#header_holder[data-header-type="solid"] #header_icons .icon {
background: #2e1352;
color: #ffffff;
}
#header_holder[data-header-type="solid"] #header_icons .icon:hover {
background: #170929;
color: #ffffff;
}
#header_holder[data-header-type="solid"] #header_icons .icon .tooltip {
background: #2e1352;
color: #ffffff;
}
#header_holder[data-header-type="solid"] #header_icons .icon .tooltip:before {
border-bottom-color: #2e1352;
}
#header_holder[data-header-type="solid"] #header_icons .circle {
color: #2e1352;
}
#header_holder[data-header-type="solid"] #header_icons .circle img {
opacity: 0;
}
#header_holder[data-header-type="solid"] #header_icons .circle img.overlay {
opacity: 1;
}
#header_holder[data-header-type="solid"] .user_nav_holder .user_nav .user_nav_inner {
background: #2e1352;
}
#header_holder[data-header-type="solid"] .user_nav_holder .user_nav .user_nav_inner:before {
border-bottom-color: #2e1352;
}
#header_holder[data-header-type="solid"] .user_nav_holder .user_nav a {
color: #ffffff;
border-color: rgba(255,255,255,0.1);
}
#header_holder[data-header-type="solid"] .user_nav_holder .user_nav a:hover {
background: rgba(255,255,255,0.1);
}
#header_holder[data-header-type="solid"] #menu_icon {
color: #2e1352;
background: transparent;
margin-right: 30px;
}
#header_holder[data-header-type="solid"] #menu_icon:hover {
color: #ffffff;
background: #2e1352;
}
#header_holder #top_header {
position: relative;
background: rgba(0,0,0,0.2);
font-size: 0.80em;
z-index: 3;
}
#header_holder #top_header:hover #top_header_inner {
opacity: 1;
}
#header_holder #top_header #top_header_inner {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
min-height: 2em;
opacity: 0.5;
transition: all 0.15s ease-in-out;
}
#header_holder #top_header #top_header_left {
display: flex;
flex-direction: row;
align-items: center;
}
#header_holder #top_header #top_header_left>ul:first-child {
margin-left: -1em;
}
#header_holder #top_header #top_header_right {
display: flex;
flex-direction: row;
align-items: center;
}
#header_holder #top_header #top_header_right>ul:last-child {
margin-right: -1em;
}
#header_holder #top_header ul.menu.layout_horizontal ul {
width: 10rem;
}
#header_holder #top_header ul.menu.layout_horizontal ul a {
font-size: 1em;
}
#header_holder #top_header p {
display: inline-block;
margin: 0 1.25rem 0 1.25rem;
}
#header_holder #top_header p:first-child {
margin-left: 0;
}
#header_holder #top_header p:last-child {
margin-right: 0;
}
#header_holder #header {
position: relative;
padding: 20px 0;
transition: all 0.15s ease-in-out;
z-index: 2;
}
#header_holder #header #header_inner {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
max-width: 1600px;
}
#header_holder #header #header_left {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
height: 115px;
}
#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: 216px;
position: relative;
align-self: flex-start;
}
#header_holder #header #logo:hover {
opacity: 0.85;
}
#header_holder #header #logo:has(+#secondary_logo) {
height: 115px;
margin-right: 1.00em;
}
#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 #logo img.logo_alt,
#header_holder #header #logo svg.logo_alt {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
}
#header_holder #header #secondary_logo {
display: block;
height: 115px;
position: relative;
align-self: flex-start;
}
#header_holder #header #secondary_logo:hover {
opacity: 0.85;
}
#header_holder #header #secondary_logo img,
#header_holder #header #secondary_logo svg {
display: block;
width: auto;
height: 100%;
transition: all 0.15s ease-in-out;
}
#header_holder #header #secondary_logo img.logo_alt,
#header_holder #header #secondary_logo svg.logo_alt {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
}
#header_holder #header_background,
#header_holder #header_background_transparent {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
transition: all 0.15s ease-in-out;
}
#header_holder #header_background {
z-index: 1;
}
#header_holder #header_background[data-gradient="1"]:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000',endColorstr='#00000000',GradientType=0);
}
#header_holder #header_background_transparent {
bottom: -50px;
height: auto;
background: transparent;
background: -moz-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
z-index: 0;
opacity: 0.35;
}
body.browser_ie #header_holder.scrolled.scroll_hidden {
transform: none;
}
#header_holder.scrolled[data-header-type="transparent"] #header_background {
opacity: 1;
}
#header_holder.scrolled[data-header-type="transparent"] #header_background_transparent {
bottom: 0;
opacity: 0;
}
#header_holder.scrolled.scroll_hidden {
transform: translate(0,-100%);
}
#header_holder.scrolled #header {
padding-top: 10px;
padding-bottom: 10px;
}
#header_holder.scrolled #header #logo {
height: 115px;
}
#header_holder.scrolled #header #logo:has(+#secondary_logo) {
height: 115px;
}
#header_holder.scrolled #header #logo {
height: 115px;
}
#header_holder.scrolled #header #logo:has(+#secondary_logo) {
height: 115px;
}
#header_holder.scrolled #header #secondary_logo {
height: 115px;
}
#header_holder.scrolled #header #header_right>.button {
font-size: 1.035em;
}
#header_holder.scrolled #main_menu {
font-size: 1.035em;
}
#header_holder.scrolled #mobile_menu_icon {
background: #2e1352;
color: #ffffff;
}
#header_holder.scrolled #header_icons .icon {
background: #2e1352;
color: #ffffff;
}
#header_holder.scrolled #header_icons .icon:hover {
background: #170929;
color: #ffffff;
}
#header_holder.scrolled #header_icons .icon .tooltip {
background: #2e1352;
color: #ffffff;
}
#header_holder.scrolled #header_icons .icon .tooltip:before {
border-bottom-color: #2e1352;
}
#header_holder.scrolled #header_icons .circle {
color: #2e1352;
}
#header_holder.scrolled #header_icons .circle img {
opacity: 0;
}
#header_holder.scrolled #header_icons .circle img.overlay {
opacity: 1;
}
#header_holder.scrolled #header_icons .user_nav_holder .user_nav .user_nav_inner {
background: #2e1352;
}
#header_holder.scrolled #header_icons .user_nav_holder .user_nav .user_nav_inner:before {
border-bottom-color: #2e1352;
}
#header_holder.scrolled #header_icons .user_nav_holder .user_nav a {
color: #ffffff;
border-color: rgba(255,255,255,0.1);
}
#header_holder.scrolled #header_icons .user_nav_holder .user_nav a:hover {
background: rgba(255,255,255,0.1);
}
#header_holder.scrolled #menu_icon {
color: #2e1352;
background: transparent;
margin-right: 30px;
}
#header_holder.scrolled #menu_icon:hover {
color: #ffffff;
background: #2e1352;
}
#header_holder:not(.scrolled) #main_menu>li>ul {
font-size: 0.90em;
}
#menu_icon {
padding: 15px;
margin-right: 50px;
margin-left: -15px;
border-radius: 0.25em;
}
#menu_icon.home_icon {
padding-top: 13px;
padding-bottom: 13px;
}
#menu_icon.home_icon .icon {
height: 28px;
}
#menu_icon.home_icon .icon svg {
height: 28px;
}
#menu_icon:has(~#secondary_logo) {
margin-right: 1.00em !important;
}
#menu_icon:hover {
background: #ffffff;
color: #2e1352;
}
#menu_icon .icon {
display: block;
margin: 0;
height: 23px;
width: 37px;
}
#menu_icon .icon svg {
display: block;
margin: 0;
height: 23px;
width: 37px;
}
#header_icons {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
margin-left: 10px;
}
#header_icons .circle {
margin: 0 10px 0 0;
}
#header_icons .circle:last-child {
margin-right: 0;
}
#header_icons .icon {
margin: 0 10px 0 0;
width: 54px;
height: 54px;
}
#header_icons .icon:last-child {
margin-right: 0;
}
#header_icons .icon svg {
width: 35%;
height: 35%;
}
#header_icons .header_icon_holder {
position: relative;
margin: 0 10px 0 0;
}
#header_icons .user_nav_holder:hover .user_nav {
display: block;
}
#header_icons .user_nav_holder .user_nav_icon {
margin: 0;
position: relative;
z-index: 2;
}
#header_icons .user_nav_holder .user_nav_icon svg {
width: 50%;
height: 50%;
margin: 10% 0 0 10%;
}
#header_icons .user_nav_holder .user_nav {
display: none;
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%,0);
padding: 1.125rem 0 0 0;
margin: -0.5em 0 0 0;
z-index: 1;
}
#header_icons .user_nav_holder .user_nav .user_nav_inner {
position: relative;
background: #ffffff;
border-radius: 0.5em;
transition: all 0.15s ease-in-out;
}
#header_icons .user_nav_holder .user_nav .user_nav_inner:before {
content: '';
display: block;
width: 0;
height: 0;
border: 5px solid transparent;
border-bottom-color: #ffffff;
position: absolute;
bottom: 100%;
left: 0;
right: 0;
margin: auto;
transition: all 0.15s ease-in-out;
}
#header_icons .user_nav_holder .user_nav ul {
list-style-type: none;
font-size: 1.00rem !important;
}
#header_icons .user_nav_holder .user_nav ul li:first-child a {
padding-top: 0.75em;
border-top-left-radius: 0.50em;
border-top-right-radius: 0.50em;
}
#header_icons .user_nav_holder .user_nav ul li:last-child a {
padding-bottom: 0.75em;
border-bottom-left-radius: 0.50em;
border-bottom-right-radius: 0.50em;
border-bottom: none !important;
}
#header_icons .user_nav_holder .user_nav a {
color: #2e1352;
white-space: nowrap;
border-bottom: 1px solid rgba(46,19,82,0.1);
}
#header_icons .user_nav_holder .user_nav a:hover {
background: rgba(46,19,82,0.05);
}
#header_icons .user_nav_holder .user_nav a svg {
fill: currentColor !important;
opacity: 1 !important;
}
#header_icons .user_nav_holder .user_nav a .menu_item_text {
margin-left: 1.00em;
}
#main_menu {
list-style-type: none;
margin: 0 1em 0 1em;
padding: 0;
display: flex;
flex-direction: row;
font-size: 1.15em;
}
#main_menu:first-child {
margin-left: 0;
}
#main_menu:last-child {
margin-right: -1em;
}
#main_menu:last-child>li.menu_button {
margin-right: 1em;
}
#main_menu>li {
border-radius: 0.50em;
}
#main_menu>li:hover {
background: rgba(255,255,255,0.1);
}
#main_menu>li.current-menu-item:not(.home)>a,
#main_menu>li.current-menu-ancestor:not(.home)>a {
background: rgba(255,255,255,0.2);
}
#main_menu>li.current-menu-item.home>a,
#main_menu>li.current-menu-ancestor.home>a {
background: none;
}
#main_menu>li.mega_menu:hover>ul {
display: flex;
}
#main_menu>li.mega_menu>ul {
display: none;
flex-direction: row;
flex-wrap: wrap;
padding: 0.5em 0.0em 0 0.0em;
}
#main_menu>li.mega_menu>ul>li {
padding: 0 0.5em;
margin: 0 0 0.5em 0;
}
#main_menu>li.mega_menu>ul>li>a {
height: auto;
}
#main_menu>li.mega_menu>ul li {
background: none !important;
border-radius: 0 !important;
}
#main_menu>li.mega_menu>ul li.current-menu-ancestor>a:not(:hover) {
background: none;
}
#main_menu>li.mega_menu>ul a {
border-radius: 0 !important;
border: none;
}
#main_menu>li.mega_menu>ul ul {
display: flex !important;
flex-direction: column;
position: static;
background: none;
box-shadow: none;
margin: 0;
padding: 0;
width: auto;
min-width: 0;
border-top: 1px solid #eeeeee;
}
#main_menu>li.mega_menu>ul ul:before {
display: none;
}
#main_menu>li.mega_menu>ul ul a {
border: none;
}
#main_menu>li.mega_menu>ul ul ul {
display: none !important;
}
#main_menu>li.mega_menu>ul .menu_item_icon_dropdown_right {
display: none !important;
}
#main_menu>li.mega_menu.columns_1>ul {
padding: 0 0;
width: 240px;
}
#main_menu>li.mega_menu.columns_1>ul>li {
flex: 0 0 100%;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
}
#main_menu>li.mega_menu.columns_1>ul>li>a {
padding-top: 0.75em;
padding-bottom: 0.75em;
}
#main_menu>li.mega_menu.columns_1>ul>li>a:last-child {
border-bottom: 1px solid #eeeeee;
}
#main_menu>li.mega_menu.columns_1>ul>li>ul {
border-top: none;
border-bottom: 1px solid #eeeeee;
}
#main_menu>li.mega_menu.columns_1>ul>li>ul a {
padding-left: 1.5em;
}
#main_menu>li.mega_menu.columns_1>ul>li:last-child {
margin-bottom: 0;
}
#main_menu>li.mega_menu.columns_2>ul {
width: 440px;
}
#main_menu>li.mega_menu.columns_2>ul>li {
flex: 0 0 50%;
width: 50%;
max-width: 50%;
}
#main_menu>li.mega_menu.columns_3>ul {
width: 660px;
}
#main_menu>li.mega_menu.columns_3>ul>li {
flex: 0 0 33.33%;
width: 33.33%;
max-width: 33.33%;
}
#main_menu>li.mega_menu.columns_4>ul {
width: 800px;
}
#main_menu>li.mega_menu.columns_4>ul>li {
flex: 0 0 25%;
width: 25%;
max-width: 25%;
}
#main_menu>li.mega_menu.columns_2>ul,
#main_menu>li.mega_menu.columns_3>ul,
#main_menu>li.mega_menu.columns_4>ul {
left: 50%;
transform: translate(-50%,0);
}
#main_menu>li.mega_menu.columns_2>ul:before,
#main_menu>li.mega_menu.columns_3>ul:before,
#main_menu>li.mega_menu.columns_4>ul:before {
left: 0;
right: 0;
margin: auto;
}
#main_menu>li.menu_button>a {
background: #ea4b52 !important;
color: #ffffff !important;
}
#main_menu>li.menu_button>a:hover {
background: #e51d26 !important;
color: #ffffff !important;
}
#main_menu>li>a {
text-transform: uppercase;
border-radius: 0.50em;
}
#main_menu>li>a:hover {
background: #ffffff !important;
color: #2e1352 !important;
}
#main_menu>li>a:hover svg {
fill: #2e1352;
}
#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(46,19,82,0.07);
}
ul.menu li.current-menu-item>a:hover,
ul.menu li.current-menu-ancestor>a:hover {
background: rgba(46,19,82,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(46,19,82,0.13);
text-decoration: none !important;
}
ul.menu a:hover svg {
opacity: 1;
}
ul.menu a svg {
opacity: 0.75;
}
ul.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.menu .menu_item_icon {
display: inherit;
margin: 0;
height: 1.25em;
}
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(46,19,82,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(46,19,82,0.15);
border-radius: 0.50em;
position: absolute;
top: 100%;
left: 0;
background: #ffffff;
margin-top: 10px;
text-align: left;
}
ul.menu.layout_horizontal ul:before {
content: '';
display: block;
position: absolute;
top: -6px;
left: 1em;
width: 12px;
height: 12px;
background: #ffffff;
transform: rotate(45deg);
}
ul.menu.layout_horizontal ul:after {
content: '';
display: block;
width: 100%;
height: 10px;
position: absolute;
bottom: 100%;
left: 0;
background: transparent;
}
ul.menu.layout_horizontal ul li:first-child {
border-top-left-radius: 0.50em;
border-top-right-radius: 0.50em;
}
ul.menu.layout_horizontal ul li:first-child>a {
border-top-left-radius: 0.50em;
border-top-right-radius: 0.50em;
}
ul.menu.layout_horizontal ul li:last-child {
border-bottom-left-radius: 0.50em;
border-bottom-right-radius: 0.50em;
}
ul.menu.layout_horizontal ul li:last-child>a {
border-bottom-left-radius: 0.50em;
border-bottom-right-radius: 0.50em;
}
ul.menu.layout_horizontal ul li.current-menu-item>a,
ul.menu.layout_horizontal ul li.current-menu-ancestor>a {
background: rgba(46,19,82,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(46,19,82,0.1);
}
ul.menu.layout_horizontal ul a {
color: #2e1352;
border-bottom: 1px solid #eeeeee;
}
ul.menu.layout_horizontal ul a:hover {
background: rgba(46,19,82,0.1);
}
ul.menu.layout_horizontal ul a:hover svg {
opacity: 1;
}
ul.menu.layout_horizontal ul a svg {
fill: #2e1352;
}
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(46,19,82,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(46,19,82,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(46,19,82,0.1);
}
[data-text-color="white"] ul.menu ul a:hover {
background: rgba(46,19,82,0.1);
}
#footer_holder {
position: relative;
}
#footer_holder[data-text-color="white"] #footer_bottom {
color: rgba(255,255,255,0.5);
}
#footer_holder:not([data-text-color="white"]) .footer_col_title {
border-bottom-color: rgba(0,0,0,0.1);
}
#footer_holder #footer {
padding: 2.5rem 0;
}
#footer_holder #footer .row {
justify-content: space-between;
align-items: center;
}
#footer_holder #footer .footer_column[data-count="4"] {
text-align: right;
opacity: 0.30;
}
#footer_holder #footer_bottom {
padding: 0.9375rem 0;
background: rgba(0,0,0,0.15);
font-size: 0.85em;
}
#footer_holder #footer_bottom .row {
justify-content: space-between;
align-items: center;
}
#footer_holder #footer_bottom .row>div {
flex: 1 1 auto;
}
#footer_holder #footer_bottom .row .footer_bottom_column:last-child {
text-align: right;
}
#footer_holder #footer_bottom ul.menu {
margin: 0 1em 0 1em;
}
#footer_holder #footer_bottom ul.menu:first-child {
margin-left: -1em;
}
#footer_holder #footer_bottom ul.menu:last-child {
margin-right: -1em;
}
#footer_holder .footer_col_title {
margin: 0 0 1.25rem 0;
padding: 0 0 1.25rem 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
#footer_holder .footer_col_title:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
#footer_holder ul.layout_horizontal ul {
display: none !important;
}
#footer_holder ul.layout_horizontal .menu_item_icon_dropdown {
display: none !important;
}
#footer_holder ul.layout_vertical>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:not(.icon):not(.button) {
color: inherit;
text-decoration: none;
}
#footer_holder a:not(.icon):not(.button):hover {
text-decoration: underline;
}
#footer_404_image {
position: absolute;
bottom: 100%;
right: 15%;
left: 15%;
display: flex;
flex-direction: revert;
justify-content: flex-end;
opacity: 0.5;
}
#footer_404_image img {
display: block;
height: auto;
width: 100%;
max-width: 500px;
margin: 0;
}
.tiles_grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -1.25rem 0 -1.25rem;
}
.tiles_grid:first-child {
margin-top: 0;
}
.tiles_grid:last-child {
margin-bottom: -1.25rem;
}
.tiles_grid[data-item-size="small"]:last-child {
margin-bottom: -1.25rem;
}
.tiles_grid .tile_holder {
padding-left: 1.25rem;
padding-right: 1.25rem;
margin-bottom: 1.25rem;
}
.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,#2e1352 0%,rgba(46,19,82,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(46,19,82,0) 0%,#2e1352 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,#2e1352 0%,rgba(46,19,82,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(46,19,82,0) 0%,#2e1352 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,#ea4b52 0%,rgba(234,75,82,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(234,75,82,0) 0%,#ea4b52 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,#a1b3ae 0%,rgba(161,179,174,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(161,179,174,0) 0%,#a1b3ae 100%);
}
[data-background-color="color_4"] .tiles_grid[data-slider="1"]:before,
[data-background-color="color_4"] .tiles_grid[data-slider="true"]:before {
background-image: linear-gradient(to right,#172a30 0%,rgba(23,42,48,0) 100%);
}
[data-background-color="color_4"] .tiles_grid[data-slider="1"]:after,
[data-background-color="color_4"] .tiles_grid[data-slider="true"]:after {
background-image: linear-gradient(to right,rgba(23,42,48,0) 0%,#172a30 100%);
}
[data-background-color="color_5"] .tiles_grid[data-slider="1"]:before,
[data-background-color="color_5"] .tiles_grid[data-slider="true"]:before {
background-image: linear-gradient(to right,#e0dce5 0%,rgba(224,220,229,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(224,220,229,0) 0%,#e0dce5 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,#e0dce5 0%,rgba(255,255,255,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(224,220,229,0) 0%,#ffffff 100%);
}
.tile_holder {
position: relative;
flex: 0 0 25%;
width: 25%;
max-width: 25%;
margin: 0 0 2.5rem 0;
outline: none !important;
border: none !important;
}
.tile_holder .tile {
height: 100%;
}
.tile_holder .admin_edit_button {
border-radius: 0.50em;
}
.tile_holder[data-size="small"] {
margin-bottom: 1.25rem;
}
.tile {
display: block;
position: relative;
background: #ffffff;
outline: none !important;
border: none !important;
}
.tile[data-background-color="white"] {
background: #ffffff;
}
.tile[data-background-color="dark"] {
background: #2e1352;
}
.tile[data-background-color="black"] {
background: #000000;
}
.tile[data-background-color="color_1"] {
background: #2e1352;
}
.tile[data-background-color="color_2"] {
background: #ea4b52;
}
.tile[data-background-color="color_3"] {
background: #a1b3ae;
}
.tile[data-background-color="color_4"] {
background: #172a30;
}
.tile[data-background-color="color_5"] {
background: #e0dce5;
}
.tile[data-background-color="color_body"] {
background: #ffffff;
}
.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: #2e1352;
}
.tile[data-text-color="white"] {
color: #ffffff;
}
.tile[data-text-color="dark"] {
color: #2e1352;
}
.tile[data-text-color="black"] {
color: #000000;
}
.tile[data-text-color="color_1"] {
color: #2e1352;
}
.tile[data-text-color="color_2"] {
color: #ea4b52;
}
.tile[data-text-color="color_3"] {
color: #a1b3ae;
}
.tile[data-text-color="color_4"] {
color: #172a30;
}
.tile[data-text-color="color_5"] {
color: #e0dce5;
}
.tile[data-text-color="color_body"] {
color: #ffffff;
}
.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 .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 .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_inner {
display: flex;
flex-direction: row;
align-items: flex-start;
align-items: center;
}
.tile[data-post-type="staff"] .tile_inner .tile_text {
order: 1;
flex: 1;
padding-right: 50px !important;
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.tile[data-post-type="staff"] .tile_inner .tile_image {
flex: 0 0 279px;
width: 279px;
max-width: 279px;
order: 2;
position: relative;
overflow: visible;
}
.tile[data-post-type="staff"] .tile_inner .tile_image>img {
height: auto;
}
.tile[data-post-type="staff"] .tile_inner .tile_image .circle {
position: absolute;
top: 65%;
left: 30%;
opacity: 0.30;
}
.tile[data-post-type="staff"] .tile_excerpt {
font-size: 0.85em;
}
.tile[data-post-type="staff"] .tile_text {
padding: 0 !important;
}
.tile[data-post-type="staff"] .subtitle {
font-weight: 600 !important;
color: #ea4b52;
opacity: 1;
margin-top: -1.25em;
margin-bottom: 2.0em;
}
.tile[data-post-type="staff"] .icon_text_holder_p {
margin-top: 0.25em !important;
}
.tile[data-post-type="staff"] .icon_text_holder {
max-width: 100%;
}
.tile[data-post-type="staff"] .icon_text_holder:hover {
color: #ea4b52;
}
.tile[data-post-type="staff"] .icon_text_holder .icon {
font-size: 1.35em;
margin-right: 0.75em;
}
.tile[data-post-type="staff"] .icon_text_holder .icon_text {
overflow: hidden;
text-overflow: ellipsis;
}
.tile[data-post-type="staff"] .staff_fancybox_button {
margin-top: 30px;
min-width: 180px;
justify-content: center;
}
.tile .tile_image {
border-radius: 0.50em;
overflow: hidden;
position: relative;
transition: all 0.15s ease-in-out;
}
.tile .tile_image[data-type="masonry_image"] {
position: relative;
width: 100%;
height: 0;
background: #e0dce5;
}
.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;
}
.tile .tile_image[data-type="icon"]:last-child {
padding: 1.25rem !important;
}
.tile .tile_image[data-type="icon"] .icon {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #2e1352;
}
.tile .tile_image[data-type="icon"] .icon[data-color="white"] {
color: #ffffff;
}
.tile .tile_image[data-type="icon"] .icon[data-color="dark"] {
color: #2e1352;
}
.tile .tile_image[data-type="icon"] .icon[data-color="black"] {
color: #000000;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_1"] {
color: #2e1352;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_2"] {
color: #ea4b52;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_3"] {
color: #a1b3ae;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_4"] {
color: #172a30;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_5"] {
color: #e0dce5;
}
.tile .tile_image[data-type="icon"] .icon[data-color="color_body"] {
color: #ffffff;
}
.tile .tile_image[data-type="icon"] svg {
display: block;
padding: 0;
width: 100%;
height: 100%;
max-width: 4.375rem;
max-height: 4.375rem;
margin: auto;
fill: currentColor !important;
}
.tile .tile_image[data-type="icon"] svg path {
fill: currentColor !important;
}
.tile .tile_image img {
display: block;
width: 100%;
height: 100%;
border-radius: 0.50em;
}
.tile .tile_image .tile_labels {
position: absolute;
bottom: 0.75em;
left: 0.75em;
right: 0.75em;
z-index: 2;
}
.tile .tile_image .tile_labels .tile_label {
border: 1px solid rgba(255,255,255,0.4);
}
.tile .tile_image .tile_image_video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.15s ease-in-out;
z-index: 1;
}
.tile .tile_image .tile_image_video.scroll_shown {
opacity: 1;
}
.tile .tile_image .tile_image_video video {
display: block;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
}
.tile .tile_image .tile_image_video:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: transparent;
}
.tile .tile_labels {
display: flex;
flex-wrap: wrap-reverse;
align-items: flex-start;
justify-content: flex-start;
margin: 0 -0.5em -0.5em 0;
}
.tile .tile_labels .tile_label {
display: block;
line-height: 1;
white-space: nowrap;
margin: 0 0.50em 0.50em 0;
padding: 0.50em 0.75em;
border-radius: 0.50em;
font-size: 0.75em;
color: #ffffff;
background: #2e1352;
}
.tile .tile_text {
padding: 1.875rem;
}
.tile .tile_meta {
padding: 0.625rem 1.875rem;
border-bottom: 1px solid rgba(46,19,82,0.05);
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.tile .tile_meta+.tile_text {
padding-top: 1.25rem;
}
.tile .tile_meta .tile_meta_item {
opacity: 0.5;
font-size: 0.8em;
}
.tile .subtitle {
opacity: 0.5;
margin: -0.9375rem 0 1.25rem 0;
}
.tile .subtitle:first-child {
margin-top: 0;
}
.tile .subtitle:last-child {
margin-bottom: 0;
}
.tile .subtitle+h4 {
margin-top: -0.9375rem;
}
.tile .tile_title {
margin-bottom: 0.625rem;
}
.tile .tile_title:last-child {
margin-bottom: 0;
}
.tile .tile_title+.subtitle {
margin-top: -0.3125rem;
}
.tile .tile_excerpt {
margin: 0 0 1.25rem 0;
}
.tile .tile_excerpt:last-child {
margin-bottom: 0;
}
.tile .tile_inner {
position: relative;
z-index: 1;
}
.tile .tile_background_holder {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
border-radius: 0.50em;
overflow: hidden;
}
.tile .tile_background_holder .tile_background_inner {
position: relative;
width: 100%;
height: 100%;
}
.tile .tile_background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.tile .tile_background_overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.tile .tile_background_icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.tile .tile_background_icon .icon {
display: block;
width: 100%;
height: 100%;
margin: 0;
color: #2e1352;
}
.tile .tile_background_icon .icon[data-color="white"] {
color: #ffffff;
}
.tile .tile_background_icon .icon[data-color="dark"] {
color: #2e1352;
}
.tile .tile_background_icon .icon[data-color="black"] {
color: #000000;
}
.tile .tile_background_icon .icon[data-color="color_1"] {
color: #2e1352;
}
.tile .tile_background_icon .icon[data-color="color_2"] {
color: #ea4b52;
}
.tile .tile_background_icon .icon[data-color="color_3"] {
color: #a1b3ae;
}
.tile .tile_background_icon .icon[data-color="color_4"] {
color: #172a30;
}
.tile .tile_background_icon .icon[data-color="color_5"] {
color: #e0dce5;
}
.tile .tile_background_icon .icon[data-color="color_body"] {
color: #ffffff;
}
.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: #2e1352;
text-decoration: none;
}
a.tile:focus {
outline: 1px dashed currentColor !important;
}
a.tile:hover {
text-decoration: none;
box-shadow: none;
}
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: 1.00em 1.25em;
border-radius: 0.50em;
background: #2e1352;
color: #ffffff;
text-decoration: none;
transition: all 0.15s ease-in-out;
}
.button:hover {
cursor: pointer;
text-decoration: none !important;
color: #ffffff;
background: #170929;
}
.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 .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: #2e1352;
}
.button[data-color="color_1"]:hover {
background: #170929;
}
.button[data-color="color_2"] {
background: #ea4b52;
}
.button[data-color="color_2"]:hover {
background: #e51d26;
}
.button[data-color="color_3"] {
background: #a1b3ae;
}
.button[data-color="color_3"]:hover {
background: #859c96;
}
.button[data-color="color_4"] {
background: #172a30;
}
.button[data-color="color_4"]:hover {
background: #060c0e;
}
.button[data-color="color_5"] {
background: #e0dce5;
color: #2e1352;
}
.button[data-color="color_5"]:hover {
background: #c6bfcf;
color: #170929;
}
.button[data-color="color_body"] {
background: #ffffff;
color: #2e1352;
}
.button[data-color="color_body"]:hover {
background: #e6e6e6;
color: #170929;
}
.button[data-color="white"] {
background: #ffffff;
color: #2e1352;
}
.button[data-color="white"]:hover {
background: #eeeeee;
color: #2e1352;
}
.button[data-color="grey"] {
background: #555555;
}
.button[data-color="grey"]:hover {
background: #2e1352;
}
.button[data-color="dark"] {
background: #2e1352;
}
.button[data-color="dark"]:hover {
background: #000000;
}
.button[data-color="black"] {
background: #000000;
}
.button[data-color="black"]:hover {
background: #2e1352;
}
.button[data-button-type="outline"] {
background: none;
border: 2px solid #2e1352;
color: #2e1352;
padding-top: calc(1.00em - 2px);
padding-bottom: calc(1.00em - 2px);
}
.button[data-button-type="outline"] .icon svg {
fill: #2e1352 !important;
}
.button[data-button-type="outline"]:hover {
background: #2e1352;
color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_1"] {
border-color: #2e1352;
color: #2e1352;
}
.button[data-button-type="outline"][data-color="color_1"]:hover {
background: #2e1352;
color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_2"] {
border-color: #ea4b52;
color: #ea4b52;
}
.button[data-button-type="outline"][data-color="color_2"]:hover {
background: #ea4b52;
color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_3"] {
border-color: #a1b3ae;
color: #a1b3ae;
}
.button[data-button-type="outline"][data-color="color_3"]:hover {
background: #a1b3ae;
color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_4"] {
border-color: #172a30;
color: #172a30;
}
.button[data-button-type="outline"][data-color="color_4"]:hover {
background: #172a30;
color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_5"] {
border-color: #e0dce5;
color: #e0dce5;
}
.button[data-button-type="outline"][data-color="color_5"]:hover {
background: #e0dce5;
color: #2e1352;
}
.button[data-button-type="outline"][data-color="color_body"] {
border-color: #ffffff;
color: #ffffff;
}
.button[data-button-type="outline"][data-color="color_body"]:hover {
background: #ffffff;
color: #2e1352;
}
.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: #2e1352;
}
.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: #2e1352;
color: #2e1352;
}
.button[data-button-type="outline"][data-color="dark"]:hover {
background: #2e1352;
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;
}
.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: #2e1352;
}
.icon[data-color="black"] {
color: #000000;
}
.icon[data-color="color_1"] {
color: #2e1352;
}
.icon[data-color="color_2"] {
color: #ea4b52;
}
.icon[data-color="color_3"] {
color: #a1b3ae;
}
.icon[data-color="color_4"] {
color: #172a30;
}
.icon[data-color="color_5"] {
color: #e0dce5;
}
.icon[data-color="color_body"] {
color: #ffffff;
}
.icon[data-circle="true"] {
display: inline-flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 2.5em;
height: 2.5em;
background: #2e1352;
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 {
width: 50%;
height: 50%;
display: block;
margin: 0;
}
.icon[data-circle="true"][data-color="white"] {
background: #ffffff;
color: #2e1352;
}
.icon[data-circle="true"][data-color="dark"] {
background: #2e1352;
}
.icon[data-circle="true"][data-color="black"] {
background: #000000;
}
.icon[data-circle="true"][data-color="color_1"] {
background: #2e1352;
}
.icon[data-circle="true"][data-color="color_2"] {
background: #ea4b52;
}
.icon[data-circle="true"][data-color="color_3"] {
background: #a1b3ae;
}
.icon[data-circle="true"][data-color="color_4"] {
background: #172a30;
}
.icon[data-circle="true"][data-color="color_5"] {
background: #e0dce5;
color: #2e1352;
}
.icon[data-circle="true"][data-color="color_body"] {
background: #ffffff;
color: #2e1352;
}
.icon[data-circle="true"][data-circle-type="outline"] {
background: transparent;
border: 1px solid #2e1352;
color: #2e1352;
}
.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: #2e1352;
color: #2e1352;
}
.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: #2e1352;
color: #2e1352;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_2"] {
border-color: #ea4b52;
color: #ea4b52;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_3"] {
border-color: #a1b3ae;
color: #a1b3ae;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_4"] {
border-color: #172a30;
color: #172a30;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_5"] {
border-color: #e0dce5;
color: #e0dce5;
}
.icon[data-circle="true"][data-circle-type="outline"][data-color="color_body"] {
border-color: #ffffff;
color: #ffffff;
}
a.icon:hover[data-circle="true"] {
background: #000000;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="white"] {
background: #eeeeee;
color: #2e1352;
}
a.icon:hover[data-circle="true"][data-color="dark"] {
background: #000000;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="black"] {
background: #2e1352;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_1"] {
background: #170929;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_2"] {
background: #e51d26;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_3"] {
background: #859c96;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_4"] {
background: #060c0e;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-color="color_5"] {
background: #c6bfcf;
color: #170929;
}
a.icon:hover[data-circle="true"][data-color="color_body"] {
background: #ffffff;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"] {
background: #2e1352;
border-color: #2e1352;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="white"] {
background: #ffffff;
border-color: #ffffff;
color: #2e1352;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="dark"] {
background: #2e1352;
border-color: #2e1352;
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: #2e1352;
border-color: #2e1352;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_2"] {
background: #ea4b52;
border-color: #ea4b52;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_3"] {
background: #a1b3ae;
border-color: #a1b3ae;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_4"] {
background: #172a30;
border-color: #172a30;
color: #ffffff;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_5"] {
background: #e0dce5;
border-color: #e0dce5;
color: #2e1352;
}
a.icon:hover[data-circle="true"][data-circle-type="outline"][data-color="color_body"] {
background: #ffffff;
border-color: #ffffff;
color: #2e1352;
}
.icon_text_holder {
display: inline-flex;
flex-direction: row;
text-decoration: none;
}
.icon_text_holder .icon {
display: inherit;
}
a.icon_text_holder:hover {
color: #2e1352;
text-decoration: none;
}
[data-text-color="white"] .icon_text_holder {
color: #ffffff;
}
[data-text-color="white"] a.icon_text_holder:hover {
color: #ffffff;
}
[data-tooltip="1"] {
position: relative;
}
[data-tooltip="1"]:hover .tooltip {
display: block;
}
.tooltip {
display: none;
position: absolute;
top: 100%;
left: 50%;
width: auto;
margin: 0.625rem 0 0 0;
padding: 0.3125rem 0.9375rem;
border-radius: 0.5em;
font-size: 0.85rem;
text-align: center;
white-space: nowrap;
transform: translate(-50%,0);
background: #2e1352;
color: #ffffff;
z-index: 1;
transition: all 0.15s ease-in-out;
}
.tooltip:before {
content: '';
display: block;
width: 0;
height: 0;
border: 5px solid transparent;
border-bottom-color: #2e1352;
position: absolute;
bottom: 100%;
left: 0;
right: 0;
margin: auto;
transition: all 0.15s ease-in-out;
}
[data-text-color="white"] .tooltip {
background: #ffffff;
color: #2e1352;
}
[data-text-color="white"] .tooltip:before {
border-bottom-color: #ffffff;
}
.icon_items[data-style="solid"] .icon_item_icon {
background: #2e1352;
color: #ffffff;
}
.icon_items[data-style="solid"] a.icon_item:hover .icon_item_icon {
background: #170929;
}
.icon_items[data-style="solid"] a.icon_item:hover .icon_item_icon:before {
border-color: #170929;
}
.icon_items[data-style="solid"][data-icons-color="white"] .icon_item_icon {
background: #ffffff;
color: #2e1352;
}
.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: #2e1352;
color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="dark"] .icon_item_icon:before {
border-color: #2e1352;
}
.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: #2e1352;
}
.icon_items[data-style="solid"][data-icons-color="black"] a.icon_item:hover .icon_item_icon:before {
border-color: #2e1352;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] .icon_item_icon {
background: #2e1352;
color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] .icon_item_icon:before {
border-color: #2e1352;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon {
background: #170929;
}
.icon_items[data-style="solid"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon:before {
border-color: #170929;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] .icon_item_icon {
background: #ea4b52;
color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] .icon_item_icon:before {
border-color: #ea4b52;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon {
background: #e51d26;
}
.icon_items[data-style="solid"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon:before {
border-color: #e51d26;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] .icon_item_icon {
background: #a1b3ae;
color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] .icon_item_icon:before {
border-color: #a1b3ae;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] a.icon_item:hover .icon_item_icon {
background: #859c96;
}
.icon_items[data-style="solid"][data-icons-color="color_3"] a.icon_item:hover .icon_item_icon:before {
border-color: #859c96;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] .icon_item_icon {
background: #172a30;
color: #ffffff;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] .icon_item_icon:before {
border-color: #172a30;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] a.icon_item:hover .icon_item_icon {
background: #060c0e;
}
.icon_items[data-style="solid"][data-icons-color="color_4"] a.icon_item:hover .icon_item_icon:before {
border-color: #060c0e;
}
.icon_items[data-style="solid"][data-icons-color="color_5"] .icon_item_icon {
background: #e0dce5;
color: #2e1352;
}
.icon_items[data-style="solid"][data-icons-color="color_5"] .icon_item_icon:before {
border-left-color: #e0dce5 !important;
}
.icon_items[data-style="solid"][data-icons-color="color_5"] a.icon_item:hover .icon_item_icon {
background: #c6bfcf;
color: #000000;
}
.icon_items[data-style="solid"][data-icons-color="color_5"] a.icon_item:hover .icon_item_icon:before {
border-left-color: #c6bfcf !important;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] .icon_item_icon {
background: #ffffff;
color: #2e1352;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] .icon_item_icon:before {
border-left-color: #ffffff !important;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] a.icon_item:hover .icon_item_icon {
background: #e6e6e6;
color: #000000;
}
.icon_items[data-style="solid"][data-icons-color="color_body"] a.icon_item:hover .icon_item_icon:before {
border-left-color: #e6e6e6 !important;
}
.icon_items[data-style="outline"] .icon_item_icon {
background: none;
border: 2px solid #2e1352;
color: #2e1352;
}
.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: #2e1352;
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: #2e1352;
}
.icon_items[data-style="outline"][data-icons-color="dark"] .icon_item_icon {
border-color: #2e1352;
color: #2e1352;
}
.icon_items[data-style="outline"][data-icons-color="dark"] .icon_item_icon:before {
border-color: #2e1352;
}
.icon_items[data-style="outline"][data-icons-color="dark"] a.icon_item:hover .icon_item_icon {
background: #2e1352;
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: #2e1352;
color: #2e1352;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] .icon_item_icon:before {
border-color: #2e1352;
}
.icon_items[data-style="outline"][data-icons-color="color_1"] a.icon_item:hover .icon_item_icon {
background: #2e1352;
color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] .icon_item_icon {
border-color: #ea4b52;
color: #ea4b52;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] .icon_item_icon:before {
border-color: #ea4b52;
}
.icon_items[data-style="outline"][data-icons-color="color_2"] a.icon_item:hover .icon_item_icon {
background: #ea4b52;
color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_3"] .icon_item_icon {
border-color: #a1b3ae;
color: #a1b3ae;
}
.icon_items[data-style="outline"][data-icons-color="color_3"] .icon_item_icon:before {
border-color: #a1b3ae;
}
.icon_items[data-style="outline"][data-icons-color="color_3"] a.icon_item:hover .icon_item_icon {
background: #a1b3ae;
color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_4"] .icon_item_icon {
border-color: #172a30;
color: #172a30;
}
.icon_items[data-style="outline"][data-icons-color="color_4"] .icon_item_icon:before {
border-color: #172a30;
}
.icon_items[data-style="outline"][data-icons-color="color_4"] a.icon_item:hover .icon_item_icon {
background: #172a30;
color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_5"] .icon_item_icon {
border-color: #e0dce5;
color: #e0dce5;
}
.icon_items[data-style="outline"][data-icons-color="color_5"] .icon_item_icon:before {
border-color: #e0dce5;
}
.icon_items[data-style="outline"][data-icons-color="color_5"] a.icon_item:hover .icon_item_icon {
background: #e0dce5;
color: #2e1352;
}
.icon_items[data-style="outline"][data-icons-color="color_body"] .icon_item_icon {
border-color: #ffffff;
color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_body"] .icon_item_icon:before {
border-color: #ffffff;
}
.icon_items[data-style="outline"][data-icons-color="color_body"] a.icon_item:hover .icon_item_icon {
background: #ffffff;
color: #2e1352;
}
.icon_items[data-shape="circle"][data-layout="horizontal"] .icon_item_icon {
margin-bottom: 0;
margin-right: 1.25rem;
}
.icon_items[data-shape="circle"][data-layout="horizontal"] .icon_item_icon:last-child {
margin-right: 0;
}
.icon_items[data-shape="circle"] .icon_item_icon {
border-radius: 50%;
margin-bottom: 1.25rem;
}
.icon_items[data-shape="circle"] .icon_item_icon:last-child {
margin-bottom: 0;
}
.icon_items[data-shape="circle"] .icon_item_icon:before {
display: none !important;
}
.icon_items[data-shape="square"] .icon_item_icon {
border-radius: 0;
}
.icon_items[data-shape="rounded"] .icon_item_icon {
border-radius: 0.50em;
}
.icon_items[data-shape="none"][data-size="large"] .icon_item .icon_item_icon {
flex: 0 0 7.5rem;
width: 7.5rem;
max-width: 7.5rem;
height: 7.5rem;
}
.icon_items[data-shape="none"][data-size="large"] .icon_item .icon_item_icon svg {
width: 7.5rem;
height: 7.5rem;
}
.icon_items[data-shape="none"][data-size="small"] .icon_item .icon_item_icon {
flex: 0 0 3.125rem;
width: 3.125rem;
max-width: 3.125rem;
height: 3.125rem;
}
.icon_items[data-shape="none"][data-size="small"] .icon_item .icon_item_icon svg {
width: 3.125rem;
height: 3.125rem;
}
.icon_items[data-shape="none"] .icon_item .icon_item_icon {
flex: 0 0 5rem;
width: 5rem;
max-width: 5rem;
height: 5rem;
background: none !important;
border-radius: none !important;
margin-bottom: 0.625rem;
}
.icon_items[data-shape="none"] .icon_item .icon_item_icon:before {
display: none !important;
}
.icon_items[data-shape="none"] .icon_item .icon_item_icon svg {
width: 5rem;
height: 5rem;
}
.icon_items[data-layout="horizontal"] .icon_item {
text-align: left;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_inner {
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_icon {
margin: 0 1.875rem 0 0;
margin-bottom: 0 !important;
}
.icon_items[data-layout="horizontal"] .icon_item .icon_item_icon:before {
top: 0;
bottom: 0;
right: auto;
left: 100%;
border-top-color: transparent !important;
border-left-color: #2e1352;
}
.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 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 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 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"][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 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: #2e1352;
border-bottom-color: transparent !important;
border-right-color: transparent !important;
transition: all 0.15s ease-in-out;
}
.icon_item .icon_item_icon .icon {
display: inherit;
}
.icon_item .icon_item_icon svg {
width: 3.75rem;
height: 3.75rem;
}
.icon_item .icon_item_text {
max-width: 100%;
}
.icon_item h4 {
margin-bottom: 0.625rem;
}
.icon_item h4:last-child {
margin-bottom: 0;
}
a.icon_item {
text-decoration: none;
color: inherit;
}
#sidebar #sidebar_inner>.tile_holder:last-child {
margin-bottom: 0 !important;
}
#sidebar .tile_holder {
width: auto;
max-width: none;
}
#sidebar .sidebar_hide,
#sidebar .hide_sidebar,
#sidebar .sidebar_hidden,
#sidebar .hidden_sidebar,
#sidebar .tile_hide {
display: none;
}
.accordion {
margin: 0 0 2.5rem 0;
overflow: hidden;
display: block;
position: relative;
background: #ffffff;
outline: none !important;
border: none !important;
box-shadow: none;
border-radius: 0.50em;
}
.accordion[data-background-color="white"] {
background: #ffffff;
}
.accordion[data-background-color="dark"] {
background: #2e1352;
}
.accordion[data-background-color="black"] {
background: #000000;
}
.accordion[data-background-color="color_1"] {
background: #2e1352;
}
.accordion[data-background-color="color_2"] {
background: #ea4b52;
}
.accordion[data-background-color="color_3"] {
background: #a1b3ae;
}
.accordion[data-background-color="color_4"] {
background: #172a30;
}
.accordion[data-background-color="color_5"] {
background: #e0dce5;
}
.accordion[data-background-color="color_body"] {
background: #ffffff;
}
.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: #2e1352;
}
.accordion[data-text-color="white"] {
color: #ffffff;
}
.accordion[data-text-color="dark"] {
color: #2e1352;
}
.accordion[data-text-color="black"] {
color: #000000;
}
.accordion[data-text-color="color_1"] {
color: #2e1352;
}
.accordion[data-text-color="color_2"] {
color: #ea4b52;
}
.accordion[data-text-color="color_3"] {
color: #a1b3ae;
}
.accordion[data-text-color="color_4"] {
color: #172a30;
}
.accordion[data-text-color="color_5"] {
color: #e0dce5;
}
.accordion[data-text-color="color_body"] {
color: #ffffff;
}
.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 .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 .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_inner {
display: flex;
flex-direction: row;
align-items: flex-start;
align-items: center;
}
.accordion[data-post-type="staff"] .tile_inner .tile_text {
order: 1;
flex: 1;
padding-right: 50px !important;
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.accordion[data-post-type="staff"] .tile_inner .tile_image {
flex: 0 0 279px;
width: 279px;
max-width: 279px;
order: 2;
position: relative;
overflow: visible;
}
.accordion[data-post-type="staff"] .tile_inner .tile_image>img {
height: auto;
}
.accordion[data-post-type="staff"] .tile_inner .tile_image .circle {
position: absolute;
top: 65%;
left: 30%;
opacity: 0.30;
}
.accordion[data-post-type="staff"] .tile_excerpt {
font-size: 0.85em;
}
.accordion[data-post-type="staff"] .tile_text {
padding: 0 !important;
}
.accordion[data-post-type="staff"] .subtitle {
font-weight: 600 !important;
color: #ea4b52;
opacity: 1;
margin-top: -1.25em;
margin-bottom: 2.0em;
}
.accordion[data-post-type="staff"] .icon_text_holder_p {
margin-top: 0.25em !important;
}
.accordion[data-post-type="staff"] .icon_text_holder {
max-width: 100%;
}
.accordion[data-post-type="staff"] .icon_text_holder:hover {
color: #ea4b52;
}
.accordion[data-post-type="staff"] .icon_text_holder .icon {
font-size: 1.35em;
margin-right: 0.75em;
}
.accordion[data-post-type="staff"] .icon_text_holder .icon_text {
overflow: hidden;
text-overflow: ellipsis;
}
.accordion[data-post-type="staff"] .staff_fancybox_button {
margin-top: 30px;
min-width: 180px;
justify-content: center;
}
.accordion .tile_image {
border-radius: 0.50em;
overflow: hidden;
position: relative;
transition: all 0.15s ease-in-out;
}
.accordion .tile_image[data-type="masonry_image"] {
position: relative;
width: 100%;
height: 0;
background: #e0dce5;
}
.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;
}
.accordion .tile_image[data-type="icon"]:last-child {
padding: 1.25rem !important;
}
.accordion .tile_image[data-type="icon"] .icon {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #2e1352;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="white"] {
color: #ffffff;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="dark"] {
color: #2e1352;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="black"] {
color: #000000;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_1"] {
color: #2e1352;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_2"] {
color: #ea4b52;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_3"] {
color: #a1b3ae;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_4"] {
color: #172a30;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_5"] {
color: #e0dce5;
}
.accordion .tile_image[data-type="icon"] .icon[data-color="color_body"] {
color: #ffffff;
}
.accordion .tile_image[data-type="icon"] svg {
display: block;
padding: 0;
width: 100%;
height: 100%;
max-width: 4.375rem;
max-height: 4.375rem;
margin: auto;
fill: currentColor !important;
}
.accordion .tile_image[data-type="icon"] svg path {
fill: currentColor !important;
}
.accordion .tile_image img {
display: block;
width: 100%;
height: 100%;
border-radius: 0.50em;
}
.accordion .tile_image .tile_labels {
position: absolute;
bottom: 0.75em;
left: 0.75em;
right: 0.75em;
z-index: 2;
}
.accordion .tile_image .tile_labels .tile_label {
border: 1px solid rgba(255,255,255,0.4);
}
.accordion .tile_image .tile_image_video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.15s ease-in-out;
z-index: 1;
}
.accordion .tile_image .tile_image_video.scroll_shown {
opacity: 1;
}
.accordion .tile_image .tile_image_video video {
display: block;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
}
.accordion .tile_image .tile_image_video:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: transparent;
}
.accordion .tile_labels {
display: flex;
flex-wrap: wrap-reverse;
align-items: flex-start;
justify-content: flex-start;
margin: 0 -0.5em -0.5em 0;
}
.accordion .tile_labels .tile_label {
display: block;
line-height: 1;
white-space: nowrap;
margin: 0 0.50em 0.50em 0;
padding: 0.50em 0.75em;
border-radius: 0.50em;
font-size: 0.75em;
color: #ffffff;
background: #2e1352;
}
.accordion .tile_text {
padding: 1.875rem;
}
.accordion .tile_meta {
padding: 0.625rem 1.875rem;
border-bottom: 1px solid rgba(46,19,82,0.05);
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.accordion .tile_meta+.tile_text {
padding-top: 1.25rem;
}
.accordion .tile_meta .tile_meta_item {
opacity: 0.5;
font-size: 0.8em;
}
.accordion .subtitle {
opacity: 0.5;
margin: -0.9375rem 0 1.25rem 0;
}
.accordion .subtitle:first-child {
margin-top: 0;
}
.accordion .subtitle:last-child {
margin-bottom: 0;
}
.accordion .subtitle+h4 {
margin-top: -0.9375rem;
}
.accordion .tile_title {
margin-bottom: 0.625rem;
}
.accordion .tile_title:last-child {
margin-bottom: 0;
}
.accordion .tile_title+.subtitle {
margin-top: -0.3125rem;
}
.accordion .tile_excerpt {
margin: 0 0 1.25rem 0;
}
.accordion .tile_excerpt:last-child {
margin-bottom: 0;
}
.accordion .tile_inner {
position: relative;
z-index: 1;
}
.accordion .tile_background_holder {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
border-radius: 0.50em;
overflow: hidden;
}
.accordion .tile_background_holder .tile_background_inner {
position: relative;
width: 100%;
height: 100%;
}
.accordion .tile_background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.accordion .tile_background_overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.accordion .tile_background_icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.accordion .tile_background_icon .icon {
display: block;
width: 100%;
height: 100%;
margin: 0;
color: #2e1352;
}
.accordion .tile_background_icon .icon[data-color="white"] {
color: #ffffff;
}
.accordion .tile_background_icon .icon[data-color="dark"] {
color: #2e1352;
}
.accordion .tile_background_icon .icon[data-color="black"] {
color: #000000;
}
.accordion .tile_background_icon .icon[data-color="color_1"] {
color: #2e1352;
}
.accordion .tile_background_icon .icon[data-color="color_2"] {
color: #ea4b52;
}
.accordion .tile_background_icon .icon[data-color="color_3"] {
color: #a1b3ae;
}
.accordion .tile_background_icon .icon[data-color="color_4"] {
color: #172a30;
}
.accordion .tile_background_icon .icon[data-color="color_5"] {
color: #e0dce5;
}
.accordion .tile_background_icon .icon[data-color="color_body"] {
color: #ffffff;
}
.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: #2e1352;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title {
background: #2e1352;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title:before {
background: #2e1352;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title:hover {
background: #170929;
}
.accordion[data-color="color_1"] .accordion_item.active .accordion_item_title:hover:before {
background: #170929;
}
.accordion[data-color="color_2"] .accordion_item .accordion_item_title:hover {
background: #ea4b52;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title {
background: #ea4b52;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title:before {
background: #ea4b52;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title:hover {
background: #e51d26;
}
.accordion[data-color="color_2"] .accordion_item.active .accordion_item_title:hover:before {
background: #e51d26;
}
.accordion[data-color="color_3"] .accordion_item .accordion_item_title:hover {
background: #a1b3ae;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title {
background: #a1b3ae;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title:before {
background: #a1b3ae;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title:hover {
background: #859c96;
}
.accordion[data-color="color_3"] .accordion_item.active .accordion_item_title:hover:before {
background: #859c96;
}
.accordion[data-color="color_4"] .accordion_item .accordion_item_title:hover {
background: #172a30;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title {
background: #172a30;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title:before {
background: #172a30;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title:hover {
background: #060c0e;
}
.accordion[data-color="color_4"] .accordion_item.active .accordion_item_title:hover:before {
background: #060c0e;
}
.accordion[data-color="color_5"] .accordion_item .accordion_item_title:hover {
background: #e0dce5;
color: #2e1352;
}
.accordion[data-color="color_5"] .accordion_item.active .accordion_item_title {
background: #e0dce5;
color: #2e1352;
}
.accordion[data-color="color_5"] .accordion_item.active .accordion_item_title:before {
background: #e0dce5;
}
.accordion[data-color="color_5"] .accordion_item.active .accordion_item_title:hover {
background: #c6bfcf;
}
.accordion[data-color="color_5"] .accordion_item.active .accordion_item_title:hover:before {
background: #c6bfcf;
}
.accordion[data-color="color_body"] .accordion_item .accordion_item_title:hover {
background: #ffffff;
color: #2e1352;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title {
background: #ffffff;
color: #2e1352;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title:before {
background: #ffffff;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title:hover {
background: #e6e6e6;
}
.accordion[data-color="color_body"] .accordion_item.active .accordion_item_title:hover:before {
background: #e6e6e6;
}
.accordion[data-color="white"] .accordion_item .accordion_item_title:hover {
background: #ffffff;
color: #2e1352;
}
.accordion[data-color="white"] .accordion_item.active .accordion_item_title {
background: #ffffff;
color: #2e1352;
}
.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: #2e1352;
}
.accordion[data-color="dark"] .accordion_item.active .accordion_item_title {
background: #2e1352;
}
.accordion[data-color="dark"] .accordion_item.active .accordion_item_title:before {
background: #2e1352;
}
.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: #2e1352;
}
.accordion[data-color="black"] .accordion_item.active .accordion_item_title:hover:before {
background: #2e1352;
}
.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: #2e1352;
color: #ffffff;
}
.accordion .accordion_item.active .accordion_item_title svg path {
fill: currentColor;
}
.accordion .accordion_item.active .accordion_item_title .accordion_item_title_arrow svg {
transform: rotate(180deg);
}
.accordion .accordion_item.active .accordion_item_title:before {
opacity: 1;
background: #2e1352;
}
.accordion .accordion_item.active .accordion_item_title:hover {
background: #170929;
}
.accordion .accordion_item.active .accordion_item_title:hover:before {
opacity: 1;
background: #170929;
}
.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 .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: #2e1352;
opacity: 0;
transition: all 0.15s ease-in-out;
}
.accordion .accordion_item .accordion_item_title:hover {
cursor: pointer;
background: #2e1352;
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;
}
.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: none;
border-radius: 0.50em;
}
.tabs[data-background-color="white"] {
background: #ffffff;
}
.tabs[data-background-color="dark"] {
background: #2e1352;
}
.tabs[data-background-color="black"] {
background: #000000;
}
.tabs[data-background-color="color_1"] {
background: #2e1352;
}
.tabs[data-background-color="color_2"] {
background: #ea4b52;
}
.tabs[data-background-color="color_3"] {
background: #a1b3ae;
}
.tabs[data-background-color="color_4"] {
background: #172a30;
}
.tabs[data-background-color="color_5"] {
background: #e0dce5;
}
.tabs[data-background-color="color_body"] {
background: #ffffff;
}
.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: #2e1352;
}
.tabs[data-text-color="white"] {
color: #ffffff;
}
.tabs[data-text-color="dark"] {
color: #2e1352;
}
.tabs[data-text-color="black"] {
color: #000000;
}
.tabs[data-text-color="color_1"] {
color: #2e1352;
}
.tabs[data-text-color="color_2"] {
color: #ea4b52;
}
.tabs[data-text-color="color_3"] {
color: #a1b3ae;
}
.tabs[data-text-color="color_4"] {
color: #172a30;
}
.tabs[data-text-color="color_5"] {
color: #e0dce5;
}
.tabs[data-text-color="color_body"] {
color: #ffffff;
}
.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 .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 .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_inner {
display: flex;
flex-direction: row;
align-items: flex-start;
align-items: center;
}
.tabs[data-post-type="staff"] .tile_inner .tile_text {
order: 1;
flex: 1;
padding-right: 50px !important;
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.tabs[data-post-type="staff"] .tile_inner .tile_image {
flex: 0 0 279px;
width: 279px;
max-width: 279px;
order: 2;
position: relative;
overflow: visible;
}
.tabs[data-post-type="staff"] .tile_inner .tile_image>img {
height: auto;
}
.tabs[data-post-type="staff"] .tile_inner .tile_image .circle {
position: absolute;
top: 65%;
left: 30%;
opacity: 0.30;
}
.tabs[data-post-type="staff"] .tile_excerpt {
font-size: 0.85em;
}
.tabs[data-post-type="staff"] .tile_text {
padding: 0 !important;
}
.tabs[data-post-type="staff"] .subtitle {
font-weight: 600 !important;
color: #ea4b52;
opacity: 1;
margin-top: -1.25em;
margin-bottom: 2.0em;
}
.tabs[data-post-type="staff"] .icon_text_holder_p {
margin-top: 0.25em !important;
}
.tabs[data-post-type="staff"] .icon_text_holder {
max-width: 100%;
}
.tabs[data-post-type="staff"] .icon_text_holder:hover {
color: #ea4b52;
}
.tabs[data-post-type="staff"] .icon_text_holder .icon {
font-size: 1.35em;
margin-right: 0.75em;
}
.tabs[data-post-type="staff"] .icon_text_holder .icon_text {
overflow: hidden;
text-overflow: ellipsis;
}
.tabs[data-post-type="staff"] .staff_fancybox_button {
margin-top: 30px;
min-width: 180px;
justify-content: center;
}
.tabs .tile_image {
border-radius: 0.50em;
overflow: hidden;
position: relative;
transition: all 0.15s ease-in-out;
}
.tabs .tile_image[data-type="masonry_image"] {
position: relative;
width: 100%;
height: 0;
background: #e0dce5;
}
.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;
}
.tabs .tile_image[data-type="icon"]:last-child {
padding: 1.25rem !important;
}
.tabs .tile_image[data-type="icon"] .icon {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #2e1352;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="white"] {
color: #ffffff;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="dark"] {
color: #2e1352;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="black"] {
color: #000000;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_1"] {
color: #2e1352;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_2"] {
color: #ea4b52;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_3"] {
color: #a1b3ae;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_4"] {
color: #172a30;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_5"] {
color: #e0dce5;
}
.tabs .tile_image[data-type="icon"] .icon[data-color="color_body"] {
color: #ffffff;
}
.tabs .tile_image[data-type="icon"] svg {
display: block;
padding: 0;
width: 100%;
height: 100%;
max-width: 4.375rem;
max-height: 4.375rem;
margin: auto;
fill: currentColor !important;
}
.tabs .tile_image[data-type="icon"] svg path {
fill: currentColor !important;
}
.tabs .tile_image img {
display: block;
width: 100%;
height: 100%;
border-radius: 0.50em;
}
.tabs .tile_image .tile_labels {
position: absolute;
bottom: 0.75em;
left: 0.75em;
right: 0.75em;
z-index: 2;
}
.tabs .tile_image .tile_labels .tile_label {
border: 1px solid rgba(255,255,255,0.4);
}
.tabs .tile_image .tile_image_video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.15s ease-in-out;
z-index: 1;
}
.tabs .tile_image .tile_image_video.scroll_shown {
opacity: 1;
}
.tabs .tile_image .tile_image_video video {
display: block;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
}
.tabs .tile_image .tile_image_video:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: transparent;
}
.tabs .tile_labels {
display: flex;
flex-wrap: wrap-reverse;
align-items: flex-start;
justify-content: flex-start;
margin: 0 -0.5em -0.5em 0;
}
.tabs .tile_labels .tile_label {
display: block;
line-height: 1;
white-space: nowrap;
margin: 0 0.50em 0.50em 0;
padding: 0.50em 0.75em;
border-radius: 0.50em;
font-size: 0.75em;
color: #ffffff;
background: #2e1352;
}
.tabs .tile_text {
padding: 1.875rem;
}
.tabs .tile_meta {
padding: 0.625rem 1.875rem;
border-bottom: 1px solid rgba(46,19,82,0.05);
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.tabs .tile_meta+.tile_text {
padding-top: 1.25rem;
}
.tabs .tile_meta .tile_meta_item {
opacity: 0.5;
font-size: 0.8em;
}
.tabs .subtitle {
opacity: 0.5;
margin: -0.9375rem 0 1.25rem 0;
}
.tabs .subtitle:first-child {
margin-top: 0;
}
.tabs .subtitle:last-child {
margin-bottom: 0;
}
.tabs .subtitle+h4 {
margin-top: -0.9375rem;
}
.tabs .tile_title {
margin-bottom: 0.625rem;
}
.tabs .tile_title:last-child {
margin-bottom: 0;
}
.tabs .tile_title+.subtitle {
margin-top: -0.3125rem;
}
.tabs .tile_excerpt {
margin: 0 0 1.25rem 0;
}
.tabs .tile_excerpt:last-child {
margin-bottom: 0;
}
.tabs .tile_inner {
position: relative;
z-index: 1;
}
.tabs .tile_background_holder {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
border-radius: 0.50em;
overflow: hidden;
}
.tabs .tile_background_holder .tile_background_inner {
position: relative;
width: 100%;
height: 100%;
}
.tabs .tile_background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.tabs .tile_background_overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.tabs .tile_background_icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.tabs .tile_background_icon .icon {
display: block;
width: 100%;
height: 100%;
margin: 0;
color: #2e1352;
}
.tabs .tile_background_icon .icon[data-color="white"] {
color: #ffffff;
}
.tabs .tile_background_icon .icon[data-color="dark"] {
color: #2e1352;
}
.tabs .tile_background_icon .icon[data-color="black"] {
color: #000000;
}
.tabs .tile_background_icon .icon[data-color="color_1"] {
color: #2e1352;
}
.tabs .tile_background_icon .icon[data-color="color_2"] {
color: #ea4b52;
}
.tabs .tile_background_icon .icon[data-color="color_3"] {
color: #a1b3ae;
}
.tabs .tile_background_icon .icon[data-color="color_4"] {
color: #172a30;
}
.tabs .tile_background_icon .icon[data-color="color_5"] {
color: #e0dce5;
}
.tabs .tile_background_icon .icon[data-color="color_body"] {
color: #ffffff;
}
.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: #2e1352;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active {
background: #2e1352;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active:before {
background: #2e1352;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active:hover {
background: #170929;
}
.tabs[data-color="color_1"] .tab_titles .tab_title.active:hover:before {
background: #170929;
}
.tabs[data-color="color_2"] .tab_titles .tab_title:hover {
background: #ea4b52;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active {
background: #ea4b52;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active:before {
background: #ea4b52;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active:hover {
background: #e51d26;
}
.tabs[data-color="color_2"] .tab_titles .tab_title.active:hover:before {
background: #e51d26;
}
.tabs[data-color="color_3"] .tab_titles .tab_title:hover {
background: #a1b3ae;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active {
background: #a1b3ae;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active:before {
background: #a1b3ae;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active:hover {
background: #859c96;
}
.tabs[data-color="color_3"] .tab_titles .tab_title.active:hover:before {
background: #859c96;
}
.tabs[data-color="color_4"] .tab_titles .tab_title:hover {
background: #172a30;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active {
background: #172a30;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active:before {
background: #172a30;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active:hover {
background: #060c0e;
}
.tabs[data-color="color_4"] .tab_titles .tab_title.active:hover:before {
background: #060c0e;
}
.tabs[data-color="color_5"] .tab_titles .tab_title:hover {
background: #e0dce5;
color: #2e1352;
}
.tabs[data-color="color_5"] .tab_titles .tab_title.active {
background: #e0dce5;
color: #2e1352;
}
.tabs[data-color="color_5"] .tab_titles .tab_title.active:before {
background: #e0dce5;
}
.tabs[data-color="color_5"] .tab_titles .tab_title.active:hover {
background: #c6bfcf;
}
.tabs[data-color="color_5"] .tab_titles .tab_title.active:hover:before {
background: #c6bfcf;
}
.tabs[data-color="color_body"] .tab_titles .tab_title:hover {
background: #ffffff;
color: #2e1352;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active {
background: #ffffff;
color: #2e1352;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active:before {
background: #ffffff;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active:hover {
background: #e6e6e6;
}
.tabs[data-color="color_body"] .tab_titles .tab_title.active:hover:before {
background: #e6e6e6;
}
.tabs[data-color="white"] .tab_titles .tab_title:hover {
background: #ffffff;
color: #2e1352;
}
.tabs[data-color="white"] .tab_titles .tab_title.active {
background: #ffffff;
color: #2e1352;
}
.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: #2e1352;
}
.tabs[data-color="dark"] .tab_titles .tab_title.active {
background: #2e1352;
}
.tabs[data-color="dark"] .tab_titles .tab_title.active:before {
background: #2e1352;
}
.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: #2e1352;
}
.tabs[data-color="black"] .tab_titles .tab_title.active:hover:before {
background: #2e1352;
}
.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 .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: #2e1352;
opacity: 0;
transition: all 0.15s ease-in-out;
}
.tabs .tab_titles .tab_title:hover {
cursor: pointer;
background: #2e1352;
color: #ffffff;
}
.tabs .tab_titles .tab_title:hover svg path {
fill: currentColor;
}
.tabs .tab_titles .tab_title.active {
background: #2e1352;
color: #ffffff;
}
.tabs .tab_titles .tab_title.active svg path {
fill: currentColor;
}
.tabs .tab_titles .tab_title.active:before {
opacity: 1;
background: #2e1352;
}
.tabs .tab_titles .tab_title.active:hover {
background: #170929;
}
.tabs .tab_titles .tab_title.active:hover:before {
background: #170929;
}
.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;
}
.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] .icon,
.ajax_load_button.disabled .icon {
opacity: 1;
font-size: 1em;
}
.ajax_load_button[disabled]:hover,
.ajax_load_button.disabled:hover {
background: #2e1352 !important;
}
.ajax_load_button .icon {
font-size: 0em;
opacity: 0;
animation: fade_rotate 1.75s infinite;
animation-timing-function: linear;
}
@keyframes fade_rotate {
0% {
transform: rotate(0deg);
opacity: 1;
}
50% {
transform: rotate(180deg);
opacity: 0.5;
}
100% {
transform: rotate(360deg);
opacity: 1;
}
}
@keyframes fade_rotate_reverse {
0% {
transform: rotate(0deg);
opacity: 0.5;
}
50% {
transform: rotate(-180deg);
opacity: 1;
}
100% {
transform: rotate(-360deg);
opacity: 0.5;
}
}
html.mm-wrapper_opened #header_holder {
transition: all 0.4s ease;
}
.mm-wrapper__blocker {
transition: all 0.3s ease-in-out !important;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
opacity: 0.65 !important;
z-index: 6 !important;
}
#mobile_menu_icon {
display: none;
width: 3.75rem;
height: 2.8125rem;
padding: 0.75rem;
background: #ffffff;
color: #2e1352;
border-radius: 0;
}
#mobile_menu_icon.active {
background: #ea4b52;
color: #ffffff;
}
#mobile_menu_icon.active #mobile_menu_icon_inner span {
opacity: 0;
transform: translate(3.125rem 0px);
}
#mobile_menu_icon.active #mobile_menu_icon_inner:before {
transform: rotate(45deg);
top: 0.4375rem;
}
#mobile_menu_icon.active #mobile_menu_icon_inner:after {
transform: rotate(-45deg);
bottom: 0.375rem;
}
#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: 0.1875rem;
background: currentColor;
position: absolute;
left: 0;
right: 0;
border-radius: 0.50em;
transition: all 0.15s ease-in-out;
}
#mobile_menu_icon #mobile_menu_icon_inner span {
top: 0;
bottom: 0;
margin: auto;
}
#mobile_menu_icon #mobile_menu_icon_inner:before {
top: 0;
}
#mobile_menu_icon #mobile_menu_icon_inner:after {
bottom: 0;
}
html.mm-wrapper_opening #mobile_menu_icon {
background: #ea4b52;
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;
}
#header_holder.scrolled #mobile_menu_icon {
width: 3rem;
height: 2.25rem;
padding: 0.65rem 0.625rem;
}
#header_holder.scrolled #mobile_menu_icon #mobile_menu_icon_inner span,
#header_holder.scrolled #mobile_menu_icon #mobile_menu_icon_inner:before,
#header_holder.scrolled #mobile_menu_icon #mobile_menu_icon_inner:after {
height: 0.125rem;
}
#mobile_menu {
z-index: 10;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#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.375rem;
position: relative;
}
#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 .icon svg {
opacity: 0.65;
width: 1.25em;
height: 1.25em;
}
#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: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
color: #ea4b52;
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: #e51d26 !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: #172a30 !important;
}
#mobile_menu .mm-navbar {
background: #172a30;
}
#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;
}
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 {
display: none;
}
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: #ea4b52;
color: #ffffff;
position: relative;
border-radius: 0.50em;
}
form.vfbp-form .vfb-has-error .vfb-help-block:before {
content: '';
display: block;
width: 0;
height: 0;
border: 0.375rem solid transparent;
border-bottom-color: #ea4b52;
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: #2e1352;
color: #ffffff;
border-radius: 0.50em;
}
form.mc4wp-form .mc4wp-alert.mc4wp-error {
background: #ea4b52;
color: #ffffff;
}
form.mc4wp-form .mc4wp-alert.mc4wp-success {
background: #589e5b;
color: #ffffff;
}
form.mc4wp-form .mc4wp-alert a {
color: inherit;
}
form.mc4wp-form .mc4wp-alert a:hover {
color: inherit;
}
form textarea,
form input[type="tel"],
form input[type="url"],
form input[type="text"],
form input[type="email"] {
-webkit-appearance: none !important;
}
form textarea,
form input[type="tel"],
form input[type="url"],
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
display: block;
width: 100%;
max-width: 100%;
height: auto;
margin: 0;
padding: 1.00em 1.00em;
border: 1px solid rgba(46,19,82,0.1);
outline: none !important;
box-shadow: 0em 0em 0.75em 0em rgba(43,43,43,0.1);
border-radius: 0.50em;
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: #2e1352;
box-shadow: 0em 0em 1.00em 0em rgba(43,43,43,0.15);
}
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: #2e1352;
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 input:not(:placeholder-shown)~label,
form .boza_float_label textarea: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: #ea4b52;
color: #ffffff;
position: relative;
border-radius: 0.50em;
}
form ._form-content ._error ._error-arrow {
content: '';
display: block;
width: 0;
height: 0;
border: 0.375rem solid transparent;
border-bottom-color: #ea4b52;
position: absolute;
bottom: 100%;
left: 1rem;
}
form ._form-thank-you {
font-size: 1.35em;
background: #e0dce5;
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: #2e1352;
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: 1280px;
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: #ea4b52;
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: #ea4b52;
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(46,19,82,0.85);
}
.modal_screen ::-webkit-scrollbar-thumb:hover {
background: #2e1352;
}
.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: #2e1352 !important;
cursor: pointer;
}
.modal_screen .modal_close:hover svg {
fill: #2e1352;
}
.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);
}
#menu_holder {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 101;
background: rgba(46,19,82,0.95);
backdrop-filter: blur(10px);
}
#menu_holder #menu_holder_inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 100%;
height: 100%;
}
#menu_holder #menu_top {
width: 100%;
padding: 20px 0;
}
#menu_holder #menu_top #menu_top_inner {
max-width: 1600px;
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
}
#menu_holder #menu_close {
padding: 5px 10px;
margin: 35px 50px 0 -15px;
color: #ffffff;
transition: all 0.15s ease-in-out;
}
#menu_holder #menu_close:hover {
cursor: pointer;
color: #ea4b52;
}
#menu_holder #menu_close .icon {
display: block;
margin: 0;
height: 47px;
width: 47px;
color: inherit !important;
}
#menu_holder #menu_close .icon svg {
display: block;
margin: 0;
height: 47px;
width: 47px;
}
#menu_holder #menu_logo_row {
height: 216px;
width: 216px;
position: relative;
}
#menu_holder #menu_logo_row img,
#menu_holder #menu_logo_row svg {
display: block;
height: 100%;
width: auto;
margin: 0;
}
#menu_holder #menu_logo_row_circles {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
position: absolute;
top: 0;
bottom: 0;
left: 100%;
height: 100%;
margin-left: 30px;
opacity: 0.3;
}
#menu_holder #menu_logo_row_circles .circle {
margin: 0 30px 0 0;
}
#menu_holder #menu_logo_row_circles .circle:last-child {
margin-bottom: -30px;
}
#menu_holder #menu_content {
width: 100%;
flex: 1;
overflow: auto;
padding: 40px 40px;
}
#modal_menu {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#modal_menu li {
display: block;
margin: 0 0 1.0em 0;
padding: 0;
}
#modal_menu li:last-child {
margin-bottom: 0;
}
#modal_menu li a {
display: block;
font-size: 30px;
font-weight: bold;
padding: 0.25em 0.5em;
position: relative;
color: #ffffff;
text-decoration: none;
}
#modal_menu li a:hover {
text-decoration: none;
color: #ea4b52;
}
#modal_menu li a:hover:before {
left: 0;
right: 0;
opacity: 1;
background: #ea4b52;
}
#modal_menu li a.active {
color: #ea4b52;
}
#modal_menu li a.active:before {
background: #ea4b52;
}
#modal_menu li a:before {
content: '';
position: absolute;
top: 100%;
left: 50%;
right: 50%;
height: 2px;
background: #ffffff;
opacity: 0;
transition: all 0.15s ease-in-out;
}
#modal_menu li ul {
display: none !important;
}
#side_nav {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: fixed;
top: 50%;
left: 40px;
transform: translate(0,-50%);
z-index: 10;
color: #ffffff;
}
#side_nav .side_nav_item {
position: relative;
}
#side_nav .side_nav_item .tooltip {
top: 50%;
bottom: auto;
left: calc(100% + 10px);
right: auto;
background: #ea4b52;
color: #ffffff;
margin: 0;
transform: translate(0,-50%);
font-size: 15px;
font-weight: 400;
}
#side_nav .side_nav_item .tooltip:before {
top: 0;
bottom: 0;
left: auto;
right: 100%;
border-width: 6px;
border-bottom-color: transparent;
border-right-color: #ea4b52;
}
#side_nav .side_nav_item_arrow {
order: 2;
transition: all 0.15s ease-in-out;
margin: 20px 0 0 0;
}
#side_nav .side_nav_item_arrow:hover {
cursor: pointer;
color: #ea4b52;
}
#side_nav .side_nav_item_arrow .icon {
width: 37px;
height: 37px;
margin: 0;
}
#side_nav .side_nav_item_arrow .icon svg {
width: 100%;
height: 100%;
margin: 0;
filter: drop-shadow(0 0 4px rgba(0,0,0,0.35));
}
#side_nav .side_nav_item_dot {
order: 1;
width: 32px;
height: 32px;
padding: 10px;
margin: 0;
}
#side_nav .side_nav_item_dot:hover {
cursor: pointer;
}
#side_nav .side_nav_item_dot:hover:before {
background: #ea4b52;
}
#side_nav .side_nav_item_dot.active:hover:before {
background: #e51d26;
}
#side_nav .side_nav_item_dot.active:before {
background: #ea4b52;
}
#side_nav .side_nav_item_dot:before {
content: '';
display: block;
width: 12px;
height: 12px;
background: #ffffff;
border-radius: 50%;
box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
transition: all 0.15s ease-in-out;
}
.resources_grid {
margin-bottom: -2.5rem !important;
}
.resources_grid.no_results {
height: 200px;
position: relative;
}
.resources_grid.no_results:before {
content: '';
display: block;
width: 50%;
height: 75%;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23170929'%3E%3Cpath d='M491.3 43.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-66 66C363.4 52.6 312.1 32 256 32C132.3 32 32 132.3 32 256c0 56.1 20.6 107.4 54.7 146.7l-66 66c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l66-66C148.6 459.4 199.9 480 256 480c123.7 0 224-100.3 224-224c0-56.1-20.6-107.4-54.7-146.7l66-66zM380 109.4L109.4 380C81.1 346.5 64 303.3 64 256C64 150 150 64 256 64c47.3 0 90.5 17.1 124 45.4zM132 402.6L402.6 132c28.3 33.5 45.4 76.7 45.4 124c0 106-86 192-192 192c-47.3 0-90.5-17.1-124-45.4z'/%3E%3C/svg%3E");
opacity: 0.15;
}
.resource_item_holder {
margin-bottom: 2.50rem !important;
}
.resource_item_holder:hover .admin_edit_button {
opacity: 0.50;
}
.resource_item_holder .admin_edit_button {
font-size: 10px;
opacity: 0;
}
.resource_item_holder .admin_edit_button:hover {
opacity: 1 !important;
}
.resource_item {
border: 1px solid rgba(46,19,82,0.25) !important;
}
.resource_item:hover {
border-color: #ea4b52 !important;
background: #f5f5f5 !important;
}
.resource_item:hover .button {
background: #ea4b52;
}
.resource_item:hover .button:hover {
background: #e51d26;
}
.resource_item:hover .button .icon {
transform: translate(0.50em,0);
}
.resource_item .tile_inner {
height: 100%;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: flex-start;
}
.resource_item .tile_text {
padding: 1.50rem !important;
flex: 1;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: flex-start;
}
.resource_item .tile_excerpt {
font-size: 0.90em;
line-height: 1.30;
}
.resource_item .tile_text_botton {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: auto;
}
.resource_item .tile_text_botton .button {
margin-left: auto;
}
.resource_item .button {
padding-left: 2.00em;
padding-right: 2.00em;
}
.resource_item .button .icon {
transition: all 0.15s ease-in-out;
}
.tiles_grid_filters {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 0 -1em 1.00em -1em;
}
.tiles_grid_filters .tiles_grid_filters_left {
margin: 0 0 1.00em 0;
padding: 0 1.00em;
}
.tiles_grid_filters .tiles_grid_filters_right {
margin: 0 0 1.00em 0;
padding: 0 1.00em;
}
.tiles_grid_filters .tiles_grid_results_holder {
display: none;
flex: 0 0 100%;
padding: 0 1.00em;
margin: 0 0 1.00em 0;
text-align: center;
}
.grid_filters {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
}
.grid_filters .grid_filter {
margin: 0 0.50em 0.50em 0;
}
.grid_filter {
position: relative;
transition: all 0.15s ease-in-out;
}
.grid_filter[data-type="text"] {
line-height: 1;
white-space: nowrap;
padding: 0.50em 1.00em;
border-radius: 2.00em;
overflow: hidden;
border: 1px solid #2e1352;
color: #2e1352;
}
.grid_filter.active {
color: #ffffff !important;
}
.grid_filter.active .grid_filter_background {
opacity: 1 !important;
}
.grid_filter.active .icon {
background: #2e1352 !important;
}
.grid_filter:hover {
cursor: pointer;
}
.grid_filter:hover[data-type="text"] .grid_filter_background {
opacity: 0.15;
}
.grid_filter:hover[data-type="icon"] .icon {
background: rgba(46,19,82,0.15);
}
.grid_filter .grid_filter_text {
position: relative;
z-index: 1;
}
.grid_filter .grid_filter_background {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
opacity: 0;
transition: all 0.15s ease-in-out;
}
.grid_filter .icon {
color: currentColor !important;
transition: background-color 0.15s ease-in-out;
}
.tiles_grid_results {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.50em;
}
.tiles_grid_results_reset {
transition: all 0.15s ease-in-out;
}
.tiles_grid_results_reset:hover {
cursor: pointer;
color: #ea4b52;
}
body.logged-in .show_logged_out {
display: none !important;
}
body:not(.logged-in) .show_logged_in {
display: none !important;
}
.icon_text_holder_p {
display: flex;
}
.wp-block-table.is-style-stripes table {
border: none;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid rgba(46,19,82,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(46,19,82,0.03) !important;
}
.wp-block-table.is-style-stripes table th {
padding: 0.75em 1em;
background: #2e1352 !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(46,19,82,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 #2e1352;
border-right: 1px solid rgba(46,19,82,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: #2e1352 !important;
color: #ffffff;
}
.wp-block-table.header_color_2 table th {
background: #ea4b52 !important;
color: #ffffff;
}
.wp-block-table.header_color_3 table th {
background: #a1b3ae !important;
color: #ffffff;
}
.wp-block-table.header_color_4 table th {
background: #172a30 !important;
color: #ffffff;
}
.wp-block-table.header_color_5 table th {
background: #e0dce5 !important;
color: #2e1352;
}
.wp-block-table.header_color_5 table th {
background: #ffffff !important;
color: #2e1352;
}
.wp-block-table.header_black table th {
background: #000000 !important;
color: #ffffff;
}
.wp-block-table.header_dark table th {
background: #2e1352 !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;
}
.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;
}
.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: none;
border-radius: 0.50em;
padding: 1.25rem;
margin: 0 0 1.25rem 0;
}
.notice[data-background-color="white"] {
background: #ffffff;
}
.notice[data-background-color="dark"] {
background: #2e1352;
}
.notice[data-background-color="black"] {
background: #000000;
}
.notice[data-background-color="color_1"] {
background: #2e1352;
}
.notice[data-background-color="color_2"] {
background: #ea4b52;
}
.notice[data-background-color="color_3"] {
background: #a1b3ae;
}
.notice[data-background-color="color_4"] {
background: #172a30;
}
.notice[data-background-color="color_5"] {
background: #e0dce5;
}
.notice[data-background-color="color_body"] {
background: #ffffff;
}
.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: #2e1352;
}
.notice[data-text-color="white"] {
color: #ffffff;
}
.notice[data-text-color="dark"] {
color: #2e1352;
}
.notice[data-text-color="black"] {
color: #000000;
}
.notice[data-text-color="color_1"] {
color: #2e1352;
}
.notice[data-text-color="color_2"] {
color: #ea4b52;
}
.notice[data-text-color="color_3"] {
color: #a1b3ae;
}
.notice[data-text-color="color_4"] {
color: #172a30;
}
.notice[data-text-color="color_5"] {
color: #e0dce5;
}
.notice[data-text-color="color_body"] {
color: #ffffff;
}
.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 .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 .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_inner {
display: flex;
flex-direction: row;
align-items: flex-start;
align-items: center;
}
.notice[data-post-type="staff"] .tile_inner .tile_text {
order: 1;
flex: 1;
padding-right: 50px !important;
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.notice[data-post-type="staff"] .tile_inner .tile_image {
flex: 0 0 279px;
width: 279px;
max-width: 279px;
order: 2;
position: relative;
overflow: visible;
}
.notice[data-post-type="staff"] .tile_inner .tile_image>img {
height: auto;
}
.notice[data-post-type="staff"] .tile_inner .tile_image .circle {
position: absolute;
top: 65%;
left: 30%;
opacity: 0.30;
}
.notice[data-post-type="staff"] .tile_excerpt {
font-size: 0.85em;
}
.notice[data-post-type="staff"] .tile_text {
padding: 0 !important;
}
.notice[data-post-type="staff"] .subtitle {
font-weight: 600 !important;
color: #ea4b52;
opacity: 1;
margin-top: -1.25em;
margin-bottom: 2.0em;
}
.notice[data-post-type="staff"] .icon_text_holder_p {
margin-top: 0.25em !important;
}
.notice[data-post-type="staff"] .icon_text_holder {
max-width: 100%;
}
.notice[data-post-type="staff"] .icon_text_holder:hover {
color: #ea4b52;
}
.notice[data-post-type="staff"] .icon_text_holder .icon {
font-size: 1.35em;
margin-right: 0.75em;
}
.notice[data-post-type="staff"] .icon_text_holder .icon_text {
overflow: hidden;
text-overflow: ellipsis;
}
.notice[data-post-type="staff"] .staff_fancybox_button {
margin-top: 30px;
min-width: 180px;
justify-content: center;
}
.notice .tile_image {
border-radius: 0.50em;
overflow: hidden;
position: relative;
transition: all 0.15s ease-in-out;
}
.notice .tile_image[data-type="masonry_image"] {
position: relative;
width: 100%;
height: 0;
background: #e0dce5;
}
.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;
}
.notice .tile_image[data-type="icon"]:last-child {
padding: 1.25rem !important;
}
.notice .tile_image[data-type="icon"] .icon {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #2e1352;
}
.notice .tile_image[data-type="icon"] .icon[data-color="white"] {
color: #ffffff;
}
.notice .tile_image[data-type="icon"] .icon[data-color="dark"] {
color: #2e1352;
}
.notice .tile_image[data-type="icon"] .icon[data-color="black"] {
color: #000000;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_1"] {
color: #2e1352;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_2"] {
color: #ea4b52;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_3"] {
color: #a1b3ae;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_4"] {
color: #172a30;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_5"] {
color: #e0dce5;
}
.notice .tile_image[data-type="icon"] .icon[data-color="color_body"] {
color: #ffffff;
}
.notice .tile_image[data-type="icon"] svg {
display: block;
padding: 0;
width: 100%;
height: 100%;
max-width: 4.375rem;
max-height: 4.375rem;
margin: auto;
fill: currentColor !important;
}
.notice .tile_image[data-type="icon"] svg path {
fill: currentColor !important;
}
.notice .tile_image img {
display: block;
width: 100%;
height: 100%;
border-radius: 0.50em;
}
.notice .tile_image .tile_labels {
position: absolute;
bottom: 0.75em;
left: 0.75em;
right: 0.75em;
z-index: 2;
}
.notice .tile_image .tile_labels .tile_label {
border: 1px solid rgba(255,255,255,0.4);
}
.notice .tile_image .tile_image_video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.15s ease-in-out;
z-index: 1;
}
.notice .tile_image .tile_image_video.scroll_shown {
opacity: 1;
}
.notice .tile_image .tile_image_video video {
display: block;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
}
.notice .tile_image .tile_image_video:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: transparent;
}
.notice .tile_labels {
display: flex;
flex-wrap: wrap-reverse;
align-items: flex-start;
justify-content: flex-start;
margin: 0 -0.5em -0.5em 0;
}
.notice .tile_labels .tile_label {
display: block;
line-height: 1;
white-space: nowrap;
margin: 0 0.50em 0.50em 0;
padding: 0.50em 0.75em;
border-radius: 0.50em;
font-size: 0.75em;
color: #ffffff;
background: #2e1352;
}
.notice .tile_text {
padding: 1.875rem;
}
.notice .tile_meta {
padding: 0.625rem 1.875rem;
border-bottom: 1px solid rgba(46,19,82,0.05);
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.notice .tile_meta+.tile_text {
padding-top: 1.25rem;
}
.notice .tile_meta .tile_meta_item {
opacity: 0.5;
font-size: 0.8em;
}
.notice .subtitle {
opacity: 0.5;
margin: -0.9375rem 0 1.25rem 0;
}
.notice .subtitle:first-child {
margin-top: 0;
}
.notice .subtitle:last-child {
margin-bottom: 0;
}
.notice .subtitle+h4 {
margin-top: -0.9375rem;
}
.notice .tile_title {
margin-bottom: 0.625rem;
}
.notice .tile_title:last-child {
margin-bottom: 0;
}
.notice .tile_title+.subtitle {
margin-top: -0.3125rem;
}
.notice .tile_excerpt {
margin: 0 0 1.25rem 0;
}
.notice .tile_excerpt:last-child {
margin-bottom: 0;
}
.notice .tile_inner {
position: relative;
z-index: 1;
}
.notice .tile_background_holder {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
border-radius: 0.50em;
overflow: hidden;
}
.notice .tile_background_holder .tile_background_inner {
position: relative;
width: 100%;
height: 100%;
}
.notice .tile_background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.notice .tile_background_overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.notice .tile_background_icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.notice .tile_background_icon .icon {
display: block;
width: 100%;
height: 100%;
margin: 0;
color: #2e1352;
}
.notice .tile_background_icon .icon[data-color="white"] {
color: #ffffff;
}
.notice .tile_background_icon .icon[data-color="dark"] {
color: #2e1352;
}
.notice .tile_background_icon .icon[data-color="black"] {
color: #000000;
}
.notice .tile_background_icon .icon[data-color="color_1"] {
color: #2e1352;
}
.notice .tile_background_icon .icon[data-color="color_2"] {
color: #ea4b52;
}
.notice .tile_background_icon .icon[data-color="color_3"] {
color: #a1b3ae;
}
.notice .tile_background_icon .icon[data-color="color_4"] {
color: #172a30;
}
.notice .tile_background_icon .icon[data-color="color_5"] {
color: #e0dce5;
}
.notice .tile_background_icon .icon[data-color="color_body"] {
color: #ffffff;
}
.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(88,158,91,0.3);
border: 1px solid rgba(88,158,91,0.5) !important;
}
.notice[data-type="error"] {
background: rgba(234,75,82,0.3);
border: 1px solid rgba(234,75,82,0.5) !important;
}
.breadcrumbs {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
color: rgba(46,19,82,0.75);
font-size: 0.75rem;
}
.breadcrumbs>a,
.breadcrumbs>span {
display: inherit;
height: auto;
}
.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: #e0dce5;
border-radius: 0.50em;
vertical-align: middle;
}
.meta_items[data-type="boxed"] .meta_item .icon_text {
min-height: 1.25em;
}
.meta_items[data-align="left"] {
justify-content: flex-start;
}
.meta_items[data-align="center"] {
justify-content: center;
}
.meta_items[data-align="right"] {
justify-content: flex-end;
}
.meta_items.hide_icons .icon {
display: none;
}
.meta_items .meta_item {
margin: 0.3125rem 0.625rem;
}
.meta_items>p {
margin: 0;
}
.wp-block-separator {
padding: 0 !important;
margin: 2.5rem 0;
text-align: center;
height: 1px;
background: rgba(46,19,82,0.1);
}
.wp-block-separator:not(.has-background) {
background: rgba(46,19,82,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(46,19,82,0.1);
}
.wp-block-separator.is-style-wide {
height: 1px;
}
.wp-block-separator.is-style-wide:not(.has-background) {
background: rgba(46,19,82,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;
}
body[data-fancybox-style="purple"] .fancybox-bg {
background: #2e1352;
}
body[data-fancybox-style="red"] .fancybox-bg {
background: #ea4b52;
}
body[data-fancybox-style="blue"] .fancybox-bg {
background: #a1b3ae;
}
.fancybox_content {
max-width: 980px !important;
padding: 80px !important;
border-radius: 10px;
}
.fancybox_content.max_width {
width: 100%;
}
.fancybox_content.small_padding {
padding: 40px !important;
overflow: visible;
}
.fancybox_content.small_padding .fancybox-close-small {
top: 5px !important;
right: 5px !important;
background-color: #ffffff;
border: 2px solid #ffffff;
border-radius: 50%;
}
.fancybox_content .fancybox-close-small {
top: 20px !important;
right: 20px !important;
opacity: 1;
width: 46px;
height: 46px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 216 216' style='enable-background:new 0 0 216 216;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%232e1352;' d='M108,0C48.4,0,0,48.4,0,108s48.4,108,108,108s108-48.4,108-108S167.6,0,108,0z M108,198 c-49.6,0-90-40.4-90-90s40.4-90,90-90s90,40.4,90,90S157.6,198,108,198z'/%3E%3Cpath style='fill:%232e1352;' d='M141.4,74.6c-3.5-3.5-9.2-3.5-12.7,0L108,95.3L87.4,74.6c-3.5-3.5-9.2-3.5-12.7,0 c-3.5,3.5-3.5,9.2,0,12.7L95.3,108l-20.6,20.6c-3.5,3.5-3.5,9.2,0,12.7c1.8,1.8,4.1,2.6,6.4,2.6s4.6-0.9,6.4-2.6l20.6-20.6 l20.6,20.6c1.8,1.8,4.1,2.6,6.4,2.6s4.6-0.9,6.4-2.6c3.5-3.5,3.5-9.2,0-12.7L120.7,108l20.6-20.6C144.9,83.8,144.9,78.2,141.4,74.6 z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.fancybox_content .fancybox-close-small svg {
display: none;
}
.fancybox_content .staff_modal_row .col:nth-child(1) {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding-right: 60px;
min-height: 50vh;
}
.fancybox_content .staff_modal_row .col:nth-child(1) .buttons_holder {
margin-top: auto !important;
align-self: stretch;
}
.fancybox_content .staff_modal_row .col:nth-child(1) .buttons_holder .button {
flex: 1;
width: 100%;
justify-content: center;
}
.fancybox_content .staff_modal_row .col:nth-child(1) .buttons_holder .button.staff_linkedin_button {
flex: 0;
padding: 1.00em 1.75em;
background-color: #3f77c3 !important;
}
.fancybox_content .staff_modal_row .col:nth-child(1) .buttons_holder .button.staff_linkedin_button:focus,
.fancybox_content .staff_modal_row .col:nth-child(1) .buttons_holder .button.staff_linkedin_button:hover {
background-color: #315f9e !important;
}
.fancybox_content .staff_modal_row .col:nth-child(1) .buttons_holder .button.staff_linkedin_button .icon {
font-size: 1.65em;
}
.fancybox_content .staff_modal_row .col:nth-child(2) {
flex: 0 0 279px;
width: 279px;
max-width: 279px;
}
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 .col.scrolled_into_view_permanent {
transform: none !important;
position: static !important;
}
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;
}
.circle {
position: relative;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 110px;
height: 110px;
}
.circle[data-size="large"] {
width: 216px;
height: 216px;
}
.circle[data-size="small"] {
width: 54px;
height: 54px;
}
.circle img,
.circle svg {
display: block;
width: 100%;
height: auto;
margin: 0;
transition: all 0.15s ease-in-out;
}
.circle img.lazy,
.circle svg.lazy {
opacity: 0;
filter: blur(0);
}
.circle img.lazy.loaded,
.circle svg.lazy.loaded {
opacity: 1;
}
.circle img.overlay,
.circle svg.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.circle svg path {
fill: currentColor !important;
}
#mission_row .row_content {
position: static;
}
#mission_row .row_backgrounds_holder {
display: none;
}
#mission_row_circle {
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
transform: translate(-35%,0);
opacity: 0;
z-index: -1;
transition: all 0.30s ease-in-out;
}
#mission_row_circle.scrolled_into_view {
opacity: 0.3;
}
pre {
margin: 1.25rem auto(1.25rem) auto;
padding: 1.25rem;
color: #2e1352;
border: 1px solid #dddddd;
background: #eeeeee;
max-width: 1280px;
}
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: #2e1352;
color: #ffffff;
text-decoration: none;
top: 0;
right: 0;
z-index: 2;
}
.admin_edit_button:hover {
text-decoration: none;
color: #ffffff;
background: #000000;
}
.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(46,19,82,0.05);
border: 1px solid rgba(46,19,82,0.05);
border-top-width: 0px;
border-bottom-left-radius: 0.50em;
border-bottom-right-radius: 0.50em;
color: rgba(46,19,82,0.75);
padding: 0.75em 1em;
text-align: center;
}
.wp-block-image:last-child figure {
margin-bottom: 0;
}
.wp-block-image.is-style-circle-mask img {
border-radius: 50%;
}
.wp-block-image.is-style-circle-mask img+figcaption {
margin-top: 0.625rem;
position: relative;
border-top-width: 1px;
border-radius: 0.50em;
}
.wp-block-image.is-style-circle-mask img+figcaption:before {
content: '';
display: block;
position: absolute;
bottom: 100%;
left: 0;
right: 0;
margin: 0 auto 1px auto;
width: 0;
height: 0;
border: 0.375rem solid transparent;
border-bottom-color: rgba(46,19,82,0.1);
}
#main_slider .scroll_down_arrow {
display: none;
}
#main_slider h1,
#main_slider .h1,
#main_slider h2,
#main_slider .h2 {
text-shadow: 0px 0px 0.35em rgba(0,0,0,0.7);
}
#slider_main_slider .slick-dots {
bottom: 15%;
}
#slider_main_slider .slick-dots li {
width: 12px;
height: 12px;
margin: 0 8px;
background: #ffffff;
opacity: 1;
transform: scale(1.0) !important;
}
#slider_main_slider .slick-dots li.slick-active {
background: #ea4b52;
}
#om-neusight-col-2 {
margin-top: -100px;
position: relative !important;
text-align: right;
}
#om-neusight-col-2 img {
margin-bottom: 80px;
}
#om-neusight-col-2 .circle {
position: absolute;
top: 290px;
right: -30px;
}
#om-neusight-col-2 .circle img {
margin: 0;
}
#om-neusight-col-2 .circle.scrolled_into_view {
opacity: 0.3;
}
#om-neusight-col-2-new {
margin-right: -80px;
}
.purple_blue_icon {
width: 80px !important;
height: 80px !important;
color: #a1b3ae !important;
margin: 0;
}
#kompetencer .row {
margin-bottom: 0;
}
#kompetencer .row_background_inner:before,
#kompetencer .row_background_inner:after {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
height: 100%;
}
#kompetencer .row_background_inner:before {
left: 0;
right: calc(50% + 210px);
background: rgba(0,0,0,0.075);
}
#kompetencer .row_background_inner:after {
right: 0;
left: calc(50% + 210px);
background: rgba(255,255,255,0.1);
}
#kompetencer #help_col_5 {
margin-bottom: 0;
z-index: 1;
}
#kompetencer #help_col_5 .button {
transform: translate(0,50%);
}
#testimonials {
background: #ffffff;
}
#slider_testimonials .row_holder .row_holder_inner {
padding: 80px 0 60px 0 !important;
}
#kontakt .circle {
opacity: 0;
z-index: -1;
transition: all 0.30s ease-in-out;
}
#kontakt .circle.scrolled_into_view {
opacity: 0.90;
}
#kontakt #contact_row_circle_1 {
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
transform: translate(-40%,calc(-50% - 20px));
}
#kontakt #contact_row_circle_2 {
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
transform: translate(-40%,calc(50% + 20px));
}
#kontakt #contact_row_circle_3 {
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
transform: translate(40%,calc(-50% - 20px));
}
#kontakt #contact_row_circle_4 {
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
transform: translate(40%,calc(50% + 20px));
}
#footer_row .circle {
opacity: 0;
z-index: -1;
transition: all 0.30s ease-in-out;
}
#footer_row .circle.scrolled_into_view {
opacity: 0.30;
}
#footer_row .row {
margin-bottom: 0;
}
#footer_row .col {
margin-bottom: 0;
}
#footer_row #footer_row_logo_cirlce_1 {
position: absolute;
top: 0;
bottom: 0;
left: 0;
transform: translate(-40%,0);
margin: auto;
}
#footer_row #footer_row_col_3 {
margin-left: auto;
}
#footer_row #footer_row_logo_holder {
position: relative;
}
#footer_row #footer_row_logo_holder #footer_row_logo_cirlce_2 {
position: absolute;
right: calc(100% + 30px);
top: 0;
bottom: 0;
margin: auto;
}
#footer_row #footer_row_logo_holder #footer_row_logo_cirlce_3 {
position: absolute;
left: calc(100% + 30px);
top: 0;
bottom: 0;
margin: auto;
}
#footer_row .icon_text_holder_p {
margin-bottom: 0.75em;
}
#footer_row .icon_text_holder .icon {
font-size: 1.35em;
margin-right: 0.75em;
}
#footer_row a.icon_text_holder .icon_text {
position: relative;
}
#footer_row a.icon_text_holder .icon_text:before {
content: '';
display: block;
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 1px;
background: #ffffff;
transition: all 0.15s ease-in-out;
}
#footer_row a.icon_text_holder:hover {
color: #ea4b52;
}
#mission_widget .tile_background {
opacity: 0.15 !important;
background-size: 60% !important;
background-position: -25% 110% !important;
}
#cases_slider {
margin-bottom: 20px;
}
#cases_slider .slick-dots {
bottom: -40px;
}
#cases_slider .slick-dots li {
width: 12px;
height: 12px;
margin: 0 8px;
background: #ffffff;
opacity: 1;
transform: scale(1.0) !important;
}
#cases_slider .slick-dots li.slick-active {
background: #ea4b52;
}
.tile[data-post-type="case"] .tile_image {
border-radius: 0 !important;
}
.tile[data-post-type="case"] .tile_image[data-logo="1"] {
position: relative;
padding-top: 60%;
background: #ffffff;
}
.tile[data-post-type="case"] .tile_image[data-logo="1"] img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: auto;
height: auto;
max-width: 180px;
max-height: 70px;
}
.tile[data-post-type="case"] .tile_image img {
border-radius: 0 !important;
}
.tile[data-post-type="case"] .tile_text {
margin-top: 1.5rem !important;
margin-right: 20px !important;
}
.tile[data-post-type="case"] .tile_title {
margin-bottom: 1.5rem !important;
}
.tile[data-post-type="case"] .tile_excerpt {
margin-bottom: 1.5rem !important;
}
.tile[data-post-type="case"] .button {
padding: 0.5em 1.75em;
}
#print_logo {
display: none !important;
}
#vision h3 {
text-shadow: 0px 0px 0.35em rgba(0,0,0,0.35);
}
.on_scroll_link {
display: inline-block;
position: relative;
text-decoration: none !important;
color: currentColor;
}
.on_scroll_link:hover {
color: #ffffff;
text-decoration: none;
}
.on_scroll_link.scrolled_to:before {
width: 100%;
}
.on_scroll_link:before {
content: '';
display: block;
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 2px;
margin-top: -3px;
background: currentColor;
transition: width 0.30s ease-in-out;
}
body:not(.home) .hide_not_home {
display: none !important;
}
.factbox_holder {
margin-bottom: 1.50em;
}
.factbox_holder:last-child {
margin-bottom: 1.50em;
}
.factbox_holder.alignright {
max-width: 50%;
}
.factbox_holder.alignleft {
max-width: 50%;
}
.factbox {
background: #e0dce5;
}
.factbox[data-background-color="graphic_1"] {
background: #2e1352;
color: #ffffff;
}
.factbox[data-background-color="graphic_1"] .tile_background {
background-image: url(//www.neusight.dk/wp-content/uploads/2021/09/circle_01_white.png);
background-size: 60% !important;
background-position: -25% 110% !important;
opacity: 0.15 !important;
}
#related_resources_row:not(:has(.resources_grid .resource_item)) {
display: none !important;
}
.blur_background_overlay .row_background_overlay {
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.cta_button_row {
height: 0;
text-align: center;
}
.cta_button_row .buttons_holder {
margin: 0 !important;
transform: translate(0,-50%);
display: inline-flex;
position: relative;
}
.cta_button_row .buttons_holder:before,
.cta_button_row .buttons_holder:after {
content: '';
display: block;
width: 50vw;
position: absolute;
top: 0;
bottom: 0;
height: 1px;
margin: auto;
background: #ea4b52;
}
.cta_button_row .buttons_holder:before {
right: 100%;
}
.cta_button_row .buttons_holder:after {
left: 100%;
}
.cta_button_row .buttons_holder .button {
margin: 0 !important;
}
.wp-block-columns.cta_row_buttons_columns {
justify-content: center;
gap: 0;
margin: 0 -2em;
}
.wp-block-columns.cta_row_buttons_columns .wp-block-column {
flex: 0 1 auto;
margin: 0;
padding: 0 2.00em;
}
.wp-block-columns.cta_row_buttons_columns .wp-block-column:first-child {
border-right: 1px solid rgba(255,255,255,0.5);
}
.wp-block-columns.cta_row_buttons_columns .buttons_holder {
margin: 0 !important;
}
.wp-block-columns.cta_row_buttons_columns .buttons_holder .button {
margin: 0 !important;
}
#posters_gallery {
aspect-ratio: 1.5;
position: relative;
display: block;
margin: 0 auto !important;
max-height: 400px;
}
#posters_gallery .tile_holder {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
margin: 0 !important;
padding: 0 !important;
max-width: 40%;
transition: all 0.15s ease-in-out;
}
#posters_gallery .tile_holder:nth-child(1) {
left: 32%;
top: 60%;
transform: translate(-50%,-50%) rotate(-15deg);
}
#posters_gallery .tile_holder:nth-child(2) {
left: 44%;
top: 50%;
transform: translate(-50%,-50%) rotate(-5deg);
}
#posters_gallery .tile_holder:nth-child(3) {
left: 56%;
top: 50%;
transform: translate(-50%,-50%) rotate(5deg);
}
#posters_gallery .tile_holder:nth-child(4) {
left: 68%;
top: 60%;
transform: translate(-50%,-50%) rotate(15deg);
}
#posters_gallery .tile_holder .tile {
box-shadow: 0px 0px 1.50em rgba(0,0,0,0.15);
}
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs {
display: none !important;
}
.adhs-container .adhs-modal .adhs-button {
background-color: #2e1352 !important;
}
@media (max-width: 1920px) {
.row_holder .diagonal_separator_holder {
height: 12.5vw;
margin-top: -4.166vw;
margin-bottom: -4.166vw;
}
.row_holder.slider_row_holder[data-separator-bottom="diagonal_left"] .row_slider .row_holder .row_holder_inner,
.row_holder.slider_row_holder[data-separator-bottom="diagonal_right"] .row_slider .row_holder .row_holder_inner {
padding-bottom: 12.5vw !important;
}
.row_holder.slider_row_holder[data-separator-bottom="diagonal_left"] .scroll_down_arrow,
.row_holder.slider_row_holder[data-separator-bottom="diagonal_right"] .scroll_down_arrow {
bottom: 8.5vw;
}
.row_holder.slider_row_holder[data-separator-top="diagonal_left"] .row_slider .row_holder .row_holder_inner,
.row_holder.slider_row_holder[data-separator-top="diagonal_right"] .row_slider .row_holder .row_holder_inner {
padding-top: 12.5vw !important;
}
.row_holder.slider_row_holder>.diagonal_separator_holder[data-separator-position="bottom"] {
margin-top: -12.5vw;
}
.row_holder.slider_row_holder>.diagonal_separator_holder[data-separator-position="top"] {
margin-bottom: -12.5vw;
}
}
@media (min-width: 1401px) {
.hide_1401 {
display: none;
}
.show_1400 {
display: none;
}
#kontakt h1,
#kontakt .h1 {
font-size: 65px;
}
#slider_testimonials .row_holder .container {
padding-left: 110px !important;
padding-right: 110px !important;
}
#slider_testimonials .slider_arrow.slider_arrow_prev {
left: 100px !important;
}
#slider_testimonials .slider_arrow.slider_arrow_next {
right: 100px !important;
}
.staff_members {
margin-left: -2.5em !important;
margin-right: -2.5em !important;
}
.staff_members .tile_holder {
padding-left: 2.5em !important;
padding-right: 2.5em !important;
}
.landing_page_video_row {
max-height: 100vh;
}
}
@media (max-width: 1400px) {
.hide_1400 {
display: none;
}
.show_1401 {
display: none;
}
#top {
height: 155px;
}
#header_holder #header #header_left {
height: 115px;
}
#header_holder #header #logo {
height: 216px;
}
#header_holder #header #logo:has(+#secondary_logo) {
height: 115px;
}
#header_holder #header #secondary_logo {
height: 115px;
}
#header_holder.scrolled #header #logo {
height: 115px;
}
#header_holder.scrolled #header #logo:has(+#secondary_logo) {
height: 115px;
}
#header_holder.scrolled #header #secondary_logo {
height: 115px;
}
.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: 255px;
}
body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
padding-top: 255px !important;
}
#side_nav {
left: 10px;
}
}
@media (max-width: 1300px) {
#side_nav {
left: 5px;
}
#side_nav .side_nav_item_arrow {
margin-top: 10px;
}
#side_nav .side_nav_item_arrow .icon {
width: 24px;
height: 24px;
}
#om-neusight-col-2-new {
flex: 0 0 360px !important;
width: 360px !important;
max-width: 360px !important;
min-width: 0 !important;
align-self: center;
margin: 0 0 80px 0;
}
}
@media (max-width: 1280px) {
#kompetencer .row_background_inner:before {
right: auto;
width: 33.33%;
}
#kompetencer .row_background_inner:after {
left: auto;
width: 33.33%;
}
#slider_testimonials .row_holder .container {
padding-left: 50px !important;
padding-right: 50px !important;
}
#slider_testimonials .slider_arrow {
display: block !important;
}
}
@media (min-width: 1201px) and (max-width: 1400px) {
#slider_testimonials .row_holder .container {
padding-left: 90px !important;
padding-right: 90px !important;
}
#slider_testimonials .slider_arrow.slider_arrow_prev {
left: 50px !important;
}
#slider_testimonials .slider_arrow.slider_arrow_next {
right: 50px !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: 155px;
}
#header_holder #header #header_left {
height: 115px;
}
#header_holder #header #logo {
height: 160px;
}
#header_holder #header #logo:has(+#secondary_logo) {
height: 115px;
}
#header_holder.scrolled #header #logo {
height: 115px;
}
#header_holder.scrolled #header #logo:has(+#secondary_logo) {
height: 115px;
}
#header_holder.scrolled #header #secondary_logo {
height: 115px;
}
.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;
}
.circle[data-size="large"] {
width: 160px;
height: 160px;
}
#menu_holder #menu_logo_row {
height: 160px;
width: 160px;
}
#menu_holder #menu_close {
margin-top: 30px;
}
#side_nav {
display: none !important;
}
#om-neusight-col-2 {
text-align: center;
}
#main_slider>.row_holder_inner {
min-height: 80vw !important;
}
#slider_main_slider {
min-height: 80vw !important;
}
#slider_main_slider .slick-dots {
bottom: 40px;
}
#slider_main_slider .row_holder .row_holder_inner {
min-height: 80vw !important;
padding-bottom: 15% !important;
}
#slider_main_slider .row_holder .row_holder_inner .row_content {
height: auto;
justify-content: flex-end;
}
#slider_main_slider .row_holder .row_holder_inner .container {
justify-content: flex-end;
}
#slider_main_slider .row_holder .row_holder_inner .row {
flex: 0;
}
#footer_row #footer_row_logo_holder {
width: 160px;
height: 160px;
}
#footer_row #footer_row_logo_holder>img {
width: 160px;
height: 160px;
}
#footer_row #footer_row_logo_holder #footer_row_logo_cirlce_2 {
right: calc(100% + 20px);
}
#footer_row #footer_row_logo_holder #footer_row_logo_cirlce_3 {
left: calc(100% + 20px);
}
#vision .row {
align-content: flex-end;
}
.tile[data-post-type="staff"] .tile_inner {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.tile[data-post-type="staff"] .tile_inner .tile_text {
order: 2;
flex: 1;
padding-right: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tile[data-post-type="staff"] .tile_inner .tile_image {
flex: 0;
width: auto;
max-width: none;
order: 1;
margin-bottom: 30px;
}
.tile[data-post-type="staff"] .tile_inner .tile_image>img {
max-width: 240px;
}
.tile[data-post-type="staff"] .tile_inner .tile_image .circle {
width: 140px !important;
height: 140px !important;
}
.tile[data-post-type="staff"] .tile_inner h4 {
max-width: 250px;
}
.resources_grid {
margin-bottom: -1.25rem !important;
}
.resource_item_holder {
margin-bottom: 1.25rem !important;
}
}
@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: 140px;
}
#header_holder #header #header_left {
height: 100px;
}
#header_holder #header #logo {
height: 160px;
}
#header_holder #header #logo:has(+#secondary_logo) {
height: 100px;
}
#header_holder #header #secondary_logo {
height: 100px;
}
#header_holder.scrolled #header #logo {
height: 100px;
}
#header_holder.scrolled #header #logo:has(+#secondary_logo) {
height: 100px;
}
#header_holder.scrolled #header #secondary_logo {
height: 100px;
}
#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.875rem;
padding-right: 1.875rem;
}
#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: 220px;
}
body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
padding-top: 220px !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_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;
}
.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: 2.5rem 0 2.5rem 0;
}
#footer_holder #footer .row {
align-items: flex-start;
}
#footer_holder #footer .row:last-child {
margin-bottom: -3.75rem;
}
#footer_holder #footer .row>div {
margin-bottom: 3.75rem;
}
#footer_holder #footer .row .footer_column[data-count="1"] {
flex: 0 0 153px !important;
width: 153px !important;
max-width: 153px !important;
min-width: 0 !important;
}
#footer_holder #footer .row .footer_column[data-count="2"] {
flex: 1 !important;
min-width: 0 !important;
}
#footer_holder #footer .row .footer_column[data-count="4"] {
flex: 0 0 270px !important;
width: 270px !important;
max-width: 270px !important;
min-width: 0 !important;
}
#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;
}
#om-neusight-col-2 {
margin-top: 0;
}
#om-neusight-col-2 .circle {
top: 330px;
left: 50%;
}
#vision #vision_col_3 {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
}
#vision h3 {
font-size: 1.75em !important;
}
#kompetencer #help_col_1 {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
}
#kompetencer #help_col_2,
#kompetencer #help_col_3,
#kompetencer #help_col_4 {
flex: 0 0 33.33% !important;
width: 33.33% !important;
max-width: 33.33% !important;
min-width: 0 !important;
}
.fancybox_content {
padding: 40px !important;
}
.fancybox_content.max_width {
width: 100%;
}
.fancybox_content.small_padding {
padding: 20px !important;
}
.fancybox_content .fancybox-close-small {
top: 15px !important;
right: 15px !important;
width: 36px;
height: 36px;
}
#kontakt {
font-size: 0.85em;
}
#kontakt .row_holder_inner {
padding: 80px 0 !important;
}
#kontakt .container {
padding-left: 120px !important;
padding-right: 120px !important;
}
#kontakt h1,
#kontakt h2,
#kontakt p {
margin: 0 !important;
}
#footer_row #footer_row_col_3 {
flex: 0 0 220px !important;
width: 220px !important;
max-width: 220px !important;
min-width: 0 !important;
}
#footer_row .circle.scrolled_into_view {
opacity: 0.15;
}
#vision .row_holder_inner {
padding: 30px 0 !important;
}
#kontakt {
overflow: hidden;
}
#om-neusight-col-1 {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
}
#om-neusight-col-2-new {
flex: 0 0 400px !important;
width: 400px !important;
max-width: 400px !important;
min-width: 0 !important;
text-align: right;
margin: -200px 0 -20px auto;
z-index: -1;
opacity: 0.30;
}
#book #book-col-1 {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
}
#book #book-col-1 h2:first-child,
#book #book-col-1 h1:first-child,
#book #book-col-1 p:nth-child(1),
#book #book-col-1 p:nth-child(2),
#book #book-col-1 p:nth-child(3) {
padding-right: 320px;
}
#book .row_background_holder .row_background {
left: auto;
right: 0;
top: -30px;
width: 400px;
background-size: contain !important;
}
.staff_modal_row .col:nth-child(1) {
flex: 0 0 calc(100% - 240px) !important;
width: calc(100% - 240px) !important;
max-width: calc(100% - 240px) !important;
min-width: 0 !important;
min-height: 0 !important;
padding-right: 20px !important;
}
.staff_modal_row .col:nth-child(2) {
flex: 0 0 240px !important;
width: 240px !important;
max-width: 240px !important;
min-width: 0 !important;
}
.fancybox-slide:has(video.fancybox-video) {
padding: 0 !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;
}
.wp-block-columns.cta_row_buttons_columns {
justify-content: center;
gap: 0;
margin: 0 -2em;
}
.wp-block-columns.cta_row_buttons_columns .wp-block-column {
flex: 0 1 auto !important;
min-width: 0 !important;
max-width: none !important;
margin: 0;
padding: 0 2.00em;
}
#posters_gallery {
margin-bottom: 1em !important;
margin-left: -2em !important;
margin-right: -2em !important;
}
}
@media (max-width: 782px) {
#wpadminbar {
display: none !important;
}
html body.admin-bar {
margin-top: -46px !important;
}
body.admin-bar #header_holder {
margin-top: 0;
}
body.admin-bar .modal_screen {
top: 0;
}
}
@media (min-width: 768px) {
.hide_768 {
display: none;
}
.show_767 {
display: none;
}
}
@media (max-width: 767px) {
.hide_767 {
display: none;
}
.show_768 {
display: none;
}
#top {
height: 140px;
}
#header_holder #header #header_left {
height: 100px;
}
#header_holder #header #logo {
height: 100px;
}
#header_holder.scrolled #header #logo {
height: 100px;
}
#content_holder {
flex-wrap: wrap;
padding-top: 2.5rem;
padding-bottom: 3.75rem;
}
.row_holder .row_holder_inner {
padding: 3.125rem 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: 200px;
}
body.header_type_transparent #content_wrap>.row_holder:first-child.slider_row_holder .row_slider .row_holder .row_holder_inner {
padding-top: 200px !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: #ea4b52;
top: auto;
bottom: 100%;
left: 0.625rem;
}
.modal_screen .modal_close {
top: 1.875rem;
}
.search_results_group[data-size="half"] {
flex: 0 0 100%;
width: 100%;
max-width: 100%;
}
.circle[data-size="large"] {
width: 140px;
height: 140px;
}
#header_holder.scrolled #menu_icon {
margin-right: 10px;
}
#header_holder[data-header-type="solid"] #menu_icon {
margin-right: 10px;
}
#menu_icon {
margin-right: 20px;
}
#menu_holder #menu_logo_row {
height: 140px;
width: 140px;
}
#menu_holder #menu_close {
margin-top: 25px;
margin-right: 20px;
}
#header_icons .circle:nth-child(1),
#header_icons .circle:nth-child(2) {
display: none;
}
#main_slider>.row_holder_inner {
min-height: 80vw !important;
}
#slider_main_slider {
min-height: 100vw !important;
}
#slider_main_slider .row_holder .row_holder_inner {
min-height: 100vw !important;
padding-bottom: 15% !important;
}
#kompetencer .row_background_inner:before,
#kompetencer .row_background_inner:after {
display: none !important;
}
#kompetencer #help_col_1 {
padding: 30px 30px 10px 30px;
margin: 0 !important;
background: rgba(0,0,0,0.075);
}
#kompetencer #help_col_2 {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 40px 30px;
background: rgba(0,0,0,0.075);
}
#kompetencer #help_col_3 {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 40px 30px;
}
#kompetencer #help_col_4 {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 40px 30px;
background: rgba(255,255,255,0.1);
}
#kompetencer #help_col_5 {
background: rgba(255,255,255,0.1);
}
#kompetencer #help_col_2,
#kompetencer #help_col_3,
#kompetencer #help_col_4 {
text-align: center;
padding-left: 15%;
padding-right: 15%;
}
#kompetencer #help_col_2 ul,
#kompetencer #help_col_3 ul,
#kompetencer #help_col_4 ul {
display: inline-block;
text-align: left;
}
#kompetencer .purple_blue_icon {
margin: 0;
position: relative;
}
#kompetencer .purple_blue_icon:before,
#kompetencer .purple_blue_icon:after {
content: '';
height: 1px;
width: 50vw;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
background: #ffffff;
opacity: 0.2;
}
#kompetencer .purple_blue_icon:before {
right: calc(100% + 10px);
}
#kompetencer .purple_blue_icon:after {
left: calc(100% + 10px);
}
.tile[data-post-type="case"] .tile_text {
text-align: center;
margin-left: 10px !important;
margin-right: 10px !important;
}
#footer_row #footer_row_col_2 {
flex: 0 0 calc(100% - 200px);
width: calc(100% - 200px);
max-width: calc(100% - 200px);
min-width: 0 !important;
}
#footer_row #footer_row_col_3 {
flex: 0 0 200px !important;
width: 200px !important;
max-width: 200px !important;
min-width: 0 !important;
}
#footer_row #footer_row_logo_holder {
width: 140px;
height: 140px;
}
#footer_row #footer_row_logo_holder>img {
width: 140px;
height: 140px;
}
#footer_row .circle.scrolled_into_view {
opacity: 0.15;
}
#footer_holder #footer {
padding: 30px 0;
}
#footer_holder #footer .row {
align-items: center;
}
#footer_holder #footer .row .footer_column[data-count="1"] {
order: 2;
flex: 0 0 153px !important;
width: 153px !important;
max-width: 153px !important;
}
#footer_holder #footer .row .footer_column[data-count="2"] {
order: 1;
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
}
#footer_holder #footer .row .footer_column[data-count="4"] {
order: 3;
flex: 0 0 270px !important;
width: 270px !important;
max-width: 270px !important;
}
#menu_holder #menu_logo_row_circles {
margin-left: 20px;
}
#menu_holder #menu_logo_row_circles .circle {
margin-right: 20px;
}
#menu_holder #menu_logo_row_circles .circle:last-child {
margin-right: 0;
}
#book #book-col-1 {
padding-top: 85vw;
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
}
#book #book-col-1 h1,
#book #book-col-1 h2,
#book #book-col-1 p {
padding-right: 0 !important;
}
#book .row_background_holder .row_background {
left: -15%;
right: 0;
width: 115%;
top: -12vw;
max-width: none;
}
.staff_modal_row .col:nth-child(1) {
order: 2;
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
padding-right: 1.25rem !important;
}
.staff_modal_row .col:nth-child(2) {
order: 1;
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
text-align: left;
margin-bottom: 40px !important;
}
#header_holder:has(#secondary_logo) #header_icons .circle {
display: none;
}
}
@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;
padding-top: 40px !important;
}
.fancybox_content .fancybox-close-small {
top: 10px !important;
right: 10px !important;
width: 26px;
height: 26px;
}
#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;
}
#header_icons .circle:nth-child(3) {
display: none;
}
form.vfbp-form>div.vfb-col-6.vfb-fieldType-captcha,
form.vfbp-form>div.vfb-col-6.vfb-fieldType-submit {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
}
}
@media (min-width: 551px) {
.hide_551 {
display: none;
}
.show_550 {
display: none;
}
}
@media (max-width: 550px) {
.hide_550 {
display: none;
}
.show_551 {
display: none;
}
#top {
height: 110px;
}
#header_holder #header #header_left {
height: 70px;
}
#header_holder #header #logo {
height: 70px;
}
#header_holder.scrolled #header {
padding: 15px 0;
}
#header_holder.scrolled #header #logo {
height: 70px;
}
#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 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 .row>div {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
margin-bottom: 2.5rem;
}
#footer_holder #footer .row .footer_column[data-count="1"] {
order: 2;
flex: 0 0 153px !important;
width: 153px !important;
max-width: 153px !important;
}
#footer_holder #footer .row .footer_column[data-count="2"] {
order: 1;
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
}
#footer_holder #footer .row .footer_column[data-count="4"] {
font-size: 0.85em;
order: 3;
padding-left: 0 !important;
flex: 0 0 calc(100% - 153px) !important;
width: calc(100% - 153px) !important;
max-width: calc(100% - 153px) !important;
}
#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(1.25rem) auto !important;
}
.wp-block-image:last-child figure {
margin-bottom: 0 !important;
}
.modal_screen .modal_form>button .icon {
display: none;
}
.circle[data-size="large"] {
width: 120px;
height: 120px;
}
#header_holder.scrolled #menu_icon {
margin-right: 10px;
}
#header_holder[data-header-type="solid"] #menu_icon {
margin-right: 10px;
}
#menu_icon {
margin-right: 15px;
margin-left: -5px;
padding: 10px 5px;
}
#menu_icon.home_icon {
margin-right: 15px;
}
#menu_icon .icon {
width: 32px;
height: 22px;
}
#menu_icon .icon svg {
width: 32px;
height: 22px;
}
#menu_holder #menu_logo_row {
height: 120px;
width: 120px;
}
#menu_holder #menu_close {
margin-top: 15px;
margin-right: 15px;
}
#menu_holder #menu_close .icon {
width: 32px;
height: 32px;
}
#menu_holder #menu_close .icon svg {
width: 32px;
height: 32px;
}
#header_icons .icon {
width: 40px;
height: 40px;
}
.circle[data-size="small"] {
width: 40px;
height: 40px;
}
#main_slider>.row_holder_inner {
min-height: 125vw !important;
}
#slider_main_slider {
min-height: 125vw !important;
}
#slider_main_slider .row_holder .row_holder_inner {
min-height: 125vw !important;
padding-bottom: 100px !important;
}
#kompetencer #help_col_2,
#kompetencer #help_col_3,
#kompetencer #help_col_4 {
padding-left: 30px;
padding-right: 30px;
}
#slider_testimonials h3 {
font-size: 1.25em !important;
}
#kontakt .row_holder_inner {
padding: 60px 0 !important;
}
#kontakt .container {
padding-left: 80px !important;
padding-right: 80px !important;
}
#footer_row #footer_row_col_2 {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
}
#footer_row #footer_row_col_3 {
flex: 0 0 160px !important;
width: 160px !important;
max-width: 160px !important;
height: 120px;
margin: auto !important;
position: absolute !important;
top: 0;
bottom: 0;
right: 0;
z-index: -2;
}
#footer_row #footer_row_logo_holder {
width: 120px;
height: 120px;
}
#footer_row #footer_row_logo_holder>img {
width: 120px;
height: 120px;
opacity: 0.30;
}
#mission_row .row_holder_inner {
padding: 50px 0 !important;
}
#om-neusight .row_holder_inner {
padding: 50px 0 !important;
}
.on_scroll_link:before {
height: 1px;
margin-top: -2px;
}
#om-neusight-col-2-new {
flex: 0 0 260px !important;
width: 260px !important;
max-width: 260px !important;
margin: -120px -20px 0px auto;
}
#book #book-col-1 {
padding-top: 92vw;
}
#book .row_background_holder .row_background {
left: -20%;
width: 120%;
top: -5vw;
}
.staff_members {
margin-left: -1em !important;
margin-right: -1em !important;
}
.staff_members .tile_holder {
flex: 0 0 50% !important;
width: 50% !important;
max-width: 50% !important;
padding-left: 1em !important;
padding-right: 1em !important;
}
.tile[data-post-type="staff"] .tile_inner {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.tile[data-post-type="staff"] .tile_inner .tile_text {
order: 2;
flex: 1;
padding-right: 0 !important;
padding-top: 0 !important;
max-width: 100%;
}
.tile[data-post-type="staff"] .tile_inner .tile_image {
flex: 0;
width: auto;
max-width: none;
order: 1;
margin-bottom: 30px;
}
.tile[data-post-type="staff"] .tile_inner .tile_image>img {
max-width: 240px;
}
.tile[data-post-type="staff"] .tile_inner .tile_image .circle {
width: 120px !important;
height: 120px !important;
top: 57%;
left: 40%;
}
.tile[data-post-type="staff"] .tile_inner h4 {
max-width: none;
}
.tile[data-post-type="staff"] .tile_inner .staff_fancybox_button {
width: 100%;
min-width: 0;
}
.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%;
}
.resources_grid {
margin-bottom: -1.875rem !important;
}
.resource_item_holder {
margin-bottom: 1.875rem !important;
}
.wp-block-columns.cta_row_buttons_columns .wp-block-column:first-child {
border: none !important;
margin-bottom: 1.50em;
}
.wp-block-columns.cta_row_buttons_columns .buttons_holder {
justify-content: center;
}
.wp-block-columns.cta_row_buttons_columns .icon_text_holder_p {
justify-content: center;
}
}
@media (max-width: 480px) {
.wp-block-columns {
flex-wrap: wrap;
}
.wp-block-columns.mobile_cols_2 .wp-block-column {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
text-align: center !important;
}
.wp-block-columns.mobile_cols_2 .buttons_holder {
text-align: center;
justify-content: center;
}
.wp-block-columns.mobile_cols_2 .button {
float: none !important;
}
.wp-block-columns.mobile_cols_2 .button:last-child {
margin-left: 0 !important;
}
.wp-block-columns.mobile_cols_2 .button:last-child {
margin-right: 0 !important;
}
.quote,
blockquote {
margin: 2em 0;
}
#om-neusight-col-2 img {
margin: 0;
max-width: 200px;
}
#om-neusight-col-2 .circle {
position: static;
margin: -80px auto 40px auto;
transform: translate(40px,0);
}
#header_holder:has(#secondary_logo) #header_icons {
margin-right: -10px;
}
#header_holder:has(#secondary_logo) #header_icons .icon[data-icon-name="linkedin-in"],
#header_holder:has(#secondary_logo) #header_icons .icon[data-icon-name="facebook-f"] {
display: none;
}
}
@media (max-width: 420px) {
#header_holder.scrolled #header_search_button {
height: 2rem;
}
#header_search_button {
height: 2.3125rem;
}
#header_search_button .icon {
margin: 0;
}
#header_search_button .button_text {
display: none;
}
#kontakt .row_holder_inner {
padding: 60px 0 !important;
}
#kontakt .container {
padding-left: 40px !important;
padding-right: 40px !important;
}
#kontakt .circle.scrolled_into_view {
opacity: 0.40;
}
#om-neusight-col-2-new {
flex: 0 0 320px !important;
width: 320px !important;
max-width: 320px !important;
max-width: 100% !important;
margin: -10px auto 10px auto;
opacity: 0.85;
}
.staff_members .tile_holder {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
}
}
@media (max-width: 420px) {
#header_icons .circle:nth-child(5) {
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: 1.5625rem;
font-size: 1.80em;
}
.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;
}
.tile[data-post-type="case"] .tile_text {
text-align: center;
margin-left: 0px !important;
margin-right: 0px !important;
}
#header_holder:has(.user_nav_holder) #header_icons {
margin-right: -10px;
}
#header_holder:has(.user_nav_holder) #header_icons .icon[data-icon-name="linkedin-in"],
#header_holder:has(.user_nav_holder) #header_icons .icon[data-icon-name="facebook-f"] {
display: none;
}
}
@media (min-width: 361px) {
.show_360 {
display: none;
}
.hide_361 {
display: none;
}
}
@media (max-width: 360px) {
.hide_360 {
display: none;
}
.show_361 {
display: none;
}
#top {
height: 110px;
}
#header_holder #header #header_left {
height: 70px;
}
#header_holder #header #logo {
height: 70px;
}
#header_holder.scrolled #header #logo {
height: 70px;
}
.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;
}
}
body {
background-color: #ffffff;
color: #2e1352;
font-size: 17px;
font-weight: 600;
line-height: 1.50;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#main_menu {
font-size: 1.15em;
}
#main_menu > li > a {
font-weight: 800;
text-transform: none;
font-family: 'Nunito', '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: 800;
text-transform: none;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
box-shadow: 0em 0em 0.75em 0em rgba(43,43,43,0.1);
border-radius: 0.50em;
}
.button[data-size="huge"] {
font-size: 1.4em;
}
.button[data-size="large"] {
font-size: 1.2em;
}
.button[data-size="small"] {
font-size: 0.8em;
}
.button[data-size="tiny"] {
font-size: 0.6em;
}
.button:hover {
box-shadow: 0em 0em 1.00em 0em rgba(43,43,43,0.15);
}
.tile {
box-shadow: none;
border-radius: 0.50em;
}
a.tile:hover {
box-shadow: none;
}
.row_holder .row .col_content_holder[data-with-border-radius="1"] {
border-radius: 0.50em;
}
.row_holder .row .col_content_holder[data-with-box-shadow="1"] {
box-shadow: none;
}
.quote,
blockquote {
font-size: 1.35em;
font-weight: 600;
line-height: 1.25;
text-transform: none;
font-style: italic;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
font-size: 17px;
}
.text_intro {
font-size: 1.25em;
font-weight: 800;
line-height: 1.45;
margin-bottom: 1.25em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1.big,
.h1.big,
h1.large,
.h1.large {
font-size: 3.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1,
.h1,
h2.large,
.h2.large {
font-size: 3em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h2,
.h2,
h1.small,
.h1.small,
h3.large,
.h3.large {
font-size: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.85em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h3,
.h3,
h2.small,
.h2.small,
h4.large,
.h4.large {
font-size: 1.75em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h4,
.h4,
h3.small,
.h3.small,
h5.large,
.h5.large {
font-size: 1.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h5,
.h5,
h4.small,
.h4.small {
font-size: 1.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h1,
#page_text>.h1,
#page_text>h2.large,
#page_text>.h2.large {
font-size: 3em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.0em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h2,
#page_text>.h2,
#page_text>h1.small,
#page_text>.h1.small,
#page_text>h3.large,
#page_text>.h3.large {
font-size: 1.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
@media (max-width: 1400px) {
body {
font-size: 17px;
font-weight: 600;
line-height: 1.50;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#main_menu {
font-size: 1.10em;
}
#main_menu > li > a {
font-weight: 800;
text-transform: none;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#header_holder.scrolled #main_menu {
font-size: 0.99em;
}
#header_holder.scrolled #header #header_right>.button {
font-size: 0.99em;
}
#header_holder #header #header_right>.button {
font-size: 1.10em;
}
.button {
font-size: 1em;
font-weight: 800;
text-transform: none;
font-family: 'Nunito', '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.35em;
font-weight: 600;
line-height: 1.25;
text-transform: none;
font-style: italic;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
font-size: 17px;
}
.text_intro {
font-size: 1.25em;
font-weight: 800;
line-height: 1.45;
margin-bottom: 1.25em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1.big,
.h1.big,
h1.large,
.h1.large {
font-size: 3.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1,
.h1,
h2.large,
.h2.large {
font-size: 3em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h2,
.h2,
h1.small,
.h1.small,
h3.large,
.h3.large {
font-size: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.85em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h3,
.h3,
h2.small,
.h2.small,
h4.large,
.h4.large {
font-size: 1.75em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h4,
.h4,
h3.small,
.h3.small,
h5.large,
.h5.large {
font-size: 1.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h5,
.h5,
h4.small,
.h4.small {
font-size: 1.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h1,
#page_text>.h1,
#page_text>h2.large,
#page_text>.h2.large {
font-size: 3em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.0em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h2,
#page_text>.h2,
#page_text>h1.small,
#page_text>.h1.small,
#page_text>h3.large,
#page_text>.h3.large {
font-size: 1.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
}
@media (max-width: 1200px) {
body {
font-size: 17px;
font-weight: 600;
line-height: 1.50;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#main_menu {
font-size: 1em;
}
#main_menu > li > a {
font-weight: 800;
text-transform: none;
font-family: 'Nunito', '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: 800;
text-transform: none;
font-family: 'Nunito', '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.35em;
font-weight: 600;
line-height: 1.25;
text-transform: none;
font-style: italic;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
font-size: 17px;
}
.text_intro {
font-size: 1.25em;
font-weight: 800;
line-height: 1.45;
margin-bottom: 1.25em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1.big,
.h1.big,
h1.large,
.h1.large {
font-size: 3.0em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1,
.h1,
h2.large,
.h2.large {
font-size: 3em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h2,
.h2,
h1.small,
.h1.small,
h3.large,
.h3.large {
font-size: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.85em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h3,
.h3,
h2.small,
.h2.small,
h4.large,
.h4.large {
font-size: 1.75em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h4,
.h4,
h3.small,
.h3.small,
h5.large,
.h5.large {
font-size: 1.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h5,
.h5,
h4.small,
.h4.small {
font-size: 1.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h1,
#page_text>.h1,
#page_text>h2.large,
#page_text>.h2.large {
font-size: 3em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.0em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h2,
#page_text>.h2,
#page_text>h1.small,
#page_text>.h1.small,
#page_text>h3.large,
#page_text>.h3.large {
font-size: 1.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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.0em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
}
@media (max-width: 991px) {
body {
font-size: 16px;
font-weight: 600;
line-height: 1.50;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#main_menu {
font-size: 1em;
}
#main_menu > li > a {
font-weight: 800;
text-transform: none;
font-family: 'Nunito', '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: 800;
text-transform: none;
font-family: 'Nunito', '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.35em;
font-weight: 600;
line-height: 1.25;
text-transform: none;
font-style: italic;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
font-size: 16px;
}
.text_intro {
font-size: 1.25em;
font-weight: 800;
line-height: 1.45;
margin-bottom: 1.25em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1.big,
.h1.big,
h1.large,
.h1.large {
font-size: 2.50em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1,
.h1,
h2.large,
.h2.large {
font-size: 2.50em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h2,
.h2,
h1.small,
.h1.small,
h3.large,
.h3.large {
font-size: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.85em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h3,
.h3,
h2.small,
.h2.small,
h4.large,
.h4.large {
font-size: 1.50em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h4,
.h4,
h3.small,
.h3.small,
h5.large,
.h5.large {
font-size: 1.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h5,
.h5,
h4.small,
.h4.small {
font-size: 1.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h1,
#page_text>.h1,
#page_text>h2.large,
#page_text>.h2.large {
font-size: 2.50em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.0em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h2,
#page_text>.h2,
#page_text>h1.small,
#page_text>.h1.small,
#page_text>h3.large,
#page_text>.h3.large {
font-size: 1.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 2.50em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
}
@media (max-width: 767px) {
body {
font-size: 16px;
font-weight: 600;
line-height: 1.50;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#main_menu {
font-size: 1em;
}
#main_menu > li > a {
font-weight: 800;
text-transform: none;
font-family: 'Nunito', '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: 800;
text-transform: none;
font-family: 'Nunito', '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.35em;
font-weight: 600;
line-height: 1.25;
text-transform: none;
font-style: italic;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
font-size: 16px;
}
.text_intro {
font-size: 1.25em;
font-weight: 800;
line-height: 1.45;
margin-bottom: 1.25em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1.big,
.h1.big,
h1.large,
.h1.large {
font-size: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1,
.h1,
h2.large,
.h2.large {
font-size: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h2,
.h2,
h1.small,
.h1.small,
h3.large,
.h3.large {
font-size: 2.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.85em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h3,
.h3,
h2.small,
.h2.small,
h4.large,
.h4.large {
font-size: 1.50em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h4,
.h4,
h3.small,
.h3.small,
h5.large,
.h5.large {
font-size: 1.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h5,
.h5,
h4.small,
.h4.small {
font-size: 1.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h1,
#page_text>.h1,
#page_text>h2.large,
#page_text>.h2.large {
font-size: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.25em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h2,
#page_text>.h2,
#page_text>h1.small,
#page_text>.h1.small,
#page_text>h3.large,
#page_text>.h3.large {
font-size: 1.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
}
@media (max-width: 550px) {
body {
font-size: 15px;
font-weight: 600;
line-height: 1.50;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#main_menu {
font-size: 1em;
}
#main_menu > li > a {
font-weight: 800;
text-transform: none;
font-family: 'Nunito', '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: 800;
text-transform: none;
font-family: 'Nunito', '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.35em;
font-weight: 600;
line-height: 1.25;
text-transform: none;
font-style: italic;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
font-size: 15px;
}
.text_intro {
font-size: 1.25em;
font-weight: 800;
line-height: 1.45;
margin-bottom: 1.25em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1.big,
.h1.big,
h1.large,
.h1.large {
font-size: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1,
.h1,
h2.large,
.h2.large {
font-size: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h2,
.h2,
h1.small,
.h1.small,
h3.large,
.h3.large {
font-size: 2.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.85em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h3,
.h3,
h2.small,
.h2.small,
h4.large,
.h4.large {
font-size: 1.50em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h4,
.h4,
h3.small,
.h3.small,
h5.large,
.h5.large {
font-size: 1.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h5,
.h5,
h4.small,
.h4.small {
font-size: 1.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h1,
#page_text>.h1,
#page_text>h2.large,
#page_text>.h2.large {
font-size: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.25em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h2,
#page_text>.h2,
#page_text>h1.small,
#page_text>.h1.small,
#page_text>h3.large,
#page_text>.h3.large {
font-size: 1.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 2.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
}
@media (max-width: 360px) {
body {
font-size: 15px;
font-weight: 600;
line-height: 1.50;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#main_menu {
font-size: 1em;
}
#main_menu > li > a {
font-weight: 800;
text-transform: none;
font-family: 'Nunito', '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: 800;
text-transform: none;
font-family: 'Nunito', '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.35em;
font-weight: 600;
line-height: 1.25;
text-transform: none;
font-style: italic;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
.quote .quote_by,
.quote cite,
blockquote .quote_by,
blockquote cite {
font-size: 15px;
}
.text_intro {
font-size: 1.25em;
font-weight: 800;
line-height: 1.45;
margin-bottom: 1.25em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1.big,
.h1.big,
h1.large,
.h1.large {
font-size: 2.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h1,
.h1,
h2.large,
.h2.large {
font-size: 2.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h2,
.h2,
h1.small,
.h1.small,
h3.large,
.h3.large {
font-size: 1.75em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.85em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h3,
.h3,
h2.small,
.h2.small,
h4.large,
.h4.large {
font-size: 1.35em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h4,
.h4,
h3.small,
.h3.small,
h5.large,
.h5.large {
font-size: 1.25em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
h5,
.h5,
h4.small,
.h4.small {
font-size: 1.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.00em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h1,
#page_text>.h1,
#page_text>h2.large,
#page_text>.h2.large {
font-size: 2.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.25em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
#page_text>h2,
#page_text>.h2,
#page_text>h1.small,
#page_text>.h1.small,
#page_text>h3.large,
#page_text>.h3.large {
font-size: 1.5em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 1.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 800;
line-height: 1.20;
margin-bottom: 0.25em;
font-family: 'Nunito', '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: 2.00em;
font-weight: 800;
line-height: 1.20;
margin-bottom: 0.75em;
font-family: 'Nunito', 'Poppins', 'Roboto', 'Lato', 'Raleway', Arial, sans-serif;
}
}