html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
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:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
-webkit-print-color-adjust: exact;
}
body a[href]:after,
a[href^="tel"]:after,
a[href^="mailto"]:after {
content: "" !important;
}
img {
page-break-inside: avoid;
}
.clear {
clear: both;
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.absolute_center {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.regular_font {
font-family: 'source-sans-pro', 'Poppins', sans-serif;
font-weight: 400;
}
.regular_font_bold {
font-family: 'source-sans-pro', 'Poppins', sans-serif;
font-weight: 700;
}
.title_font {
font-family: 'rift-soft', 'Poppins', sans-serif;
font-weight: 400;
}
.title_font_bold {
font-family: 'rift-soft', 'Poppins', sans-serif;
font-weight: 700;
}
html body {
font-size: 14px;
font-family: 'source-sans-pro', 'Poppins', sans-serif;
font-weight: 400;
line-height: 1.30;
color: #222222;
}
html body.no_scroll {
overflow: hidden !important;
}
html body h1,
html body .h1 {
font-size: 30px;
font-family: 'rift-soft', 'Poppins', sans-serif;
font-weight: 400;
}
html body h2,
html body .h2 {
font-size: 24px;
font-family: 'rift-soft', 'Poppins', sans-serif;
font-weight: 400;
}
html body h3,
html body .h3 {
font-size: 20px;
font-family: 'rift-soft', 'Poppins', sans-serif;
font-weight: 400;
}
html body h4,
html body .h4 {
font-size: 18px;
font-family: 'rift-soft', 'Poppins', sans-serif;
font-weight: 400;
}
html body h5,
html body .h5 {
font-size: 16px;
font-family: 'rift-soft', 'Poppins', sans-serif;
font-weight: 400;
}
html body h1,
html body .h1,
html body h2,
html body .h2,
html body h3,
html body .h3,
html body h4,
html body .h4,
html body h5,
html body .h5,
html body p,
html body ul,
html body table {
margin: 0 0 20px 0;
}
html body h1:last-child,
html body .h1:last-child,
html body h2:last-child,
html body .h2:last-child,
html body h3:last-child,
html body .h3:last-child,
html body h4:last-child,
html body .h4:last-child,
html body h5:last-child,
html body .h5:last-child,
html body p:last-child,
html body ul:last-child,
html body table:last-child {
margin-bottom: 0;
}
html body h1.big,
html body .h1.big {
font-size: 36px;
margin-bottom: 20px;
}
html body h1.big:last-child,
html body .h1.big:last-child {
margin-bottom: 0;
}
html body a {
color: inherit;
text-decoration: underline;
}
html body a:hover {
color: #e52d19;
text-decoration: underline;
}
html body strong {
font-weight: 700;
}
html body em {
font-weight: 300;
font-style: italic;
}
html body ul {
list-style-type: disc;
margin-left: 20px;
padding: 0;
}
html body ol {
list-style: decimal;
margin-left: 20px;
padding: 0;
}
html body .quote,
html body blockquote {
display: block;
position: relative;
margin: 40px 20px 40px 20px;
padding: 0;
border: none;
background: none;
text-align: center;
color: #e52d19;
font-size: 22px;
font-weight: 400;
font-style: italic;
}
html body .quote p,
html body blockquote p {
font-size: inherit !important;
line-height: inherit !important;
}
html body .quote:first-child,
html body blockquote:first-child {
margin-top: 0;
}
html body .quote:last-child,
html body blockquote:last-child {
margin-bottom: 0;
}
html body .quote .quote_by,
html body blockquote .quote_by {
color: inherit;
margin: 15px 0 0 0;
font-weight: normal;
}
html body .text_intro,
html body .text_intro > span {
font-size: 18px !important;
}
html body img {
max-width: 100%;
height: auto;
}
html body img.alignright {
float: right;
margin: 0 0 1em 1em;
}
html body img.alignleft {
float: left;
margin: 0 1em 1em 0;
}
html body img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
html body .alignright {
float: right;
}
html body .alignleft {
float: left;
}
html body .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
#top {
height: 71px;
}
#header_holder {
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 0 0 20px 0;
padding: 0 0 20px 0;
border-bottom: 1px solid #eeeeee;
}
#header_holder #header_top {
display: none !important;
}
#header_holder #header {
*zoom: 1;
}
#header_holder #header:after {
content: "";
display: table;
clear: both;
}
#header_holder #header_right,
#header_holder #mobile_contact_icons,
#header_holder #mobile_menu_icon {
display: none !important;
}
#header_holder #main_menu,
#header_holder #main_menu_right {
display: none;
}
#header_holder #logo {
float: left;
display: block;
}
#header_holder #logo img {
display: block;
height: 50px;
}
#header_holder #logo_white {
display: none;
}
#header_holder #header_left {
float: left;
display: block;
}
#header_holder #print_contact_info {
margin: 12px 0 0 0;
float: right;
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
color: #999999;
font-size: 12px;
line-height: 1.2;
*zoom: 1;
}
#header_holder #print_contact_info:after {
content: "";
display: table;
clear: both;
}
#header_holder #print_contact_info #print_contact_info_left {
margin: 0 20px 0 0;
padding: 0 20px 0 0;
border-right: 1px solid #eeeeee;
}
#header_holder #print_contact_info p {
margin-bottom: 10px;
}
#header_holder #print_contact_info p:last-child {
margin-bottom: 0;
}
#top_area {
background: #eeeeee !important;
text-align: center;
padding: 20px 0;
}
#top_area #top_area_inner {
min-height: 0 !important;
}
#top_area #top_area_breadcrumbs,
#top_area #top_area_image {
display: none !important;
}
#content_holder {
padding: 30px 0;
border-bottom: 1px solid #eeeeee;
}
#page_text>h2,
#page_text>.h2,
#page_text>h3,
#page_text>.h3,
#page_text>h4,
#page_text>.h4,
#page_text>h5,
#page_text>.h5 {
margin-bottom: 0px;
margin-top: 20px;
}
#page_text>h2:first-child,
#page_text>.h2:first-child,
#page_text>h3:first-child,
#page_text>.h3:first-child,
#page_text>h4:first-child,
#page_text>.h4:first-child,
#page_text>h5:first-child,
#page_text>.h5:first-child {
margin-top: 0;
}
#page_text>h2:last-child,
#page_text>.h2:last-child,
#page_text>h3:last-child,
#page_text>.h3:last-child,
#page_text>h4:last-child,
#page_text>.h4:last-child,
#page_text>h5:last-child,
#page_text>.h5:last-child {
margin-bottom: 0;
}
#page_text>.content_row_holder.inner_page_row {
margin: 0 0 40px 0;
}
#page_text>.content_row_holder.inner_page_row .content_column {
border-right: 1px dashed #777777;
padding-bottom: 0;
}
#page_text>.content_row_holder.inner_page_row .content_column:last-child {
border-right: none;
}
#page_text>.content_row_holder>.container {
padding: 0;
}
.content_row_holder {
position: relative;
background: none !important;
padding: 40px 0 !important;
border-bottom: 1px solid #eeeeee;
}
.content_row_holder .container {
position: relative;
z-index: 1;
}
.content_row_holder .content_row_background {
display: none !important;
}
.content_row_holder .content_row_background_overlay {
display: none !important;
}
.content_row {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -20px -40px -20px;
}
.content_row .content_column {
padding: 0 20px 0 20px;
margin: 0 0 40px 0;
max-width: 100%;
}
.content_row .content_column .content_column_text_holder {
position: relative;
height: 100%;
}
.content_row .content_column .content_column_text_holder[data-boxed="1"] .content_column_text {
padding: 20px;
background: #eeeeee !important;
}
.content_row .content_column .content_column_text_holder .content_column_text_background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.content_row .content_column .content_column_text_holder .content_column_text {
position: relative;
z-index: 1;
}
.content_row .content_column a.content_column_text_holder {
text-decoration: none !important;
}
.content_row_slider .slick-list,
.content_row_slider .slick-track {
position: relative !important;
display: block !important;
margin: 0 !important;
width: 100% !important;
opacity: 1 !important;
transform: none !important;
}
.content_row_slider .content_row_holder {
min-height: 0 !important;
width: auto !important;
display: none !important;
opacity: 1 !important;
transition: none !important;
position: static !important;
}
.content_row_slider .content_row_holder.slick-active {
display: block !important;
}
.content_row_slider .content_row_holder .container {
min-height: 0 !important;
}
.content_row_slider .content_row_holder .content_row {
min-height: 0 !important;
padding: 0 !important;
}
.items_grid.slick-slider {
display: block !important;
padding: 0 !important;
}
.items_grid.slick-slider .slick-list,
.items_grid.slick-slider .slick-track {
position: relative !important;
display: flex !important;
flex-direction: row !important;
flex-wrap: wrap !important;
align-items: stretch !important;
margin: 0 !important;
width: 100% !important;
opacity: 1 !important;
transform: none !important;
}
.items_grid.slick-slider .slick-track {
margin: 0 !important;
width: auto !important;
}
.items_grid.slick-slider .item_holder:not(.slick-active) {
display: none !important;
}
.items_grid {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
margin: 0 -10px 0 -10px;
}
.items_grid:last-child {
margin-bottom: -20px;
}
.items_grid[data-slider="1"] .item_holder {
margin-bottom: 0;
}
.items_grid[data-cols="5"] .item_holder {
flex: 0 0 20%;
width: 20%;
}
.items_grid[data-cols="4"] .item_holder {
flex: 0 0 25%;
width: 25%;
}
.items_grid[data-cols="3"] .item_holder {
flex: 0 0 33.33%;
width: 33.33%;
}
.items_grid[data-cols="2"] .item_holder {
flex: 0 0 50%;
width: 50%;
}
.items_grid[data-cols="1"] .item_holder {
flex: 0 0 100%;
width: 100%;
}
.items_grid .item_holder {
flex: 0 0 25%;
width: 25%;
}
.items_grid .item_holder .single_item {
height: 100%;
}
.info_boxes {
position: relative;
margin: 0 -10px 20px -10px;
}
.info_boxes:last-child {
margin-bottom: 0;
}
.info_boxes .item_holder {
margin-bottom: 20px;
float: none;
}
.info_boxes .item_holder[data-item-title="1"] {
margin-top: 20px;
}
.info_boxes .item_holder:last-child {
margin-bottom: 0;
}
.item_holder {
position: relative;
padding: 0 10px;
margin: 0 0 20px 0;
width: 25%;
float: left;
outline: none !important;
}
.item_holder.item_holder_hidden {
display: none;
}
.item_holder .admin_edit_button {
right: 10px;
}
.item_holder[data-type="career"] {
flex: 0 0 100%;
width: 100%;
}
.item_holder[data-type="category_divider"] {
flex: 0 0 100%;
width: 100%;
margin: 20px 0 20px 0 !important;
}
.item_holder[data-type="category_divider"]:first-child {
margin-top: 0 !important;
}
.item_holder[data-type="category_divider"]:last-child {
margin-bottom: 0 !important;
}
.item_holder[data-type="info_box"] {
flex: 0 0 100%;
width: 100%;
}
.single_item {
display: block;
margin: 0;
padding: 0;
position: relative;
color: #222222;
text-decoration: none !important;
background: #eeeeee !important;
outline: none !important;
}
.single_item[data-size="small"] {
font-size: 0.8em;
}
.single_item[data-size="small"] .single_item_inner {
display: flex;
flex-direction: row;
align-items: center;
}
.single_item[data-size="small"] .single_item_inner .single_item_image {
flex: 0 0 120px;
}
.single_item[data-size="small"] .single_item_inner .single_item_text {
padding: 10px 20px;
flex: 1;
}
.single_item[data-size="small"] .staff_contacts {
margin-top: 10px;
}
.single_item[data-size="small"] .single_item_date {
opacity: 0.5;
}
.single_item[data-post-type="inline_box"] {
border: 1px solid #e5e5e5;
}
.single_item[data-post-type="inline_box"][data-align="right"] {
width: 50%;
float: right;
margin: 0 0 20px 20px;
}
.single_item[data-post-type="inline_box"][data-align="left"] {
width: 50%;
float: left;
margin: 0 20px 20px 0;
}
.single_item[data-item-title="1"] {
padding-top: 25px;
}
.single_item .single_item_inner {
display: block;
margin: 0;
padding: 0;
position: relative;
}
.single_item .single_item_top {
display: flex;
flex-direction: row;
padding: 5px 15px;
font-size: 0.8em;
color: #999999;
}
.single_item .single_item_top .single_item_right {
margin-left: auto;
}
.single_item .single_item_image {
display: block;
position: relative;
margin: 0;
}
.single_item .single_item_image img {
display: block;
margin: 0;
width: 100%;
height: auto;
}
.single_item .single_item_image[data-image-padding="1"] {
padding: 15px;
border-bottom: 1px solid #eeeeee;
background: #ffffff;
}
.single_item .single_item_image[data-type="logo"] {
padding-bottom: 75%;
}
.single_item .single_item_image[data-type="logo"] img {
display: block;
width: auto;
height: auto;
max-width: calc(100% - 40px);
max-height: calc(100% - 40px);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.single_item .single_item_image[data-type="logo_long"] {
padding-bottom: 40%;
}
.single_item .single_item_image[data-type="logo_long"] img {
display: block;
width: auto;
height: auto;
max-width: calc(100% - 80px);
max-height: calc(100% - 80px);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.single_item .single_item_text {
padding: 15px;
}
.single_item .single_item_text[data-columns="2"] {
display: flex;
flex-direction: row;
align-items: stretch;
}
.single_item .single_item_text[data-columns="2"][data-vertical-align="center"] {
align-items: center;
}
.single_item .single_item_text[data-columns="2"] .single_item_left {
flex: 1;
}
.single_item .single_item_text[data-columns="2"] .single_item_left[data-type="small"] {
width: 200px;
flex: 0 0 200px;
}
.single_item .single_item_text[data-columns="2"] .single_item_right {
display: flex;
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
flex: 0;
padding-left: 15px;
margin-left: 15px;
border-left: 1px solid rgba(34,34,34,0.1);
}
.single_item .single_item_text[data-columns="2"] .single_item_right[data-type="large"] {
flex: 1 1 auto;
align-items: flex-start;
}
.single_item .single_item_text[data-columns="2"] .single_item_right[data-type="gallery"] {
flex: 0 0 200px;
width: 200px;
align-items: stretch;
}
.single_item .single_item_text[data-columns="2"] .single_item_right[data-type="buttons"] .button {
display: flex;
width: 100%;
margin: 0 0 15px 0;
text-align: left;
}
.single_item .single_item_text[data-columns="2"] .single_item_right[data-type="buttons"] .button:last-child {
margin-bottom: 0;
}
.single_item .single_item_text[data-cols="2"] {
display: flex;
flex-direction: row;
margin: 0 -15px;
padding: 15px;
}
.single_item .single_item_text[data-cols="2"] .slide_post_image {
flex: 0 0 45%;
padding: 0 10px;
}
.single_item .single_item_text[data-cols="2"] .slide_post_text {
flex: 1 1 55%;
padding: 0 10px;
}
.single_item .single_item_text .slide_extra_info_box {
margin: 10px 0 0 0;
padding: 10px 0 0 0;
border-top: 1px solid #f5f5f5;
}
.single_item .single_item_title {
display: flex;
flex-direction: row;
margin: 0 0 15px 0;
align-items: center;
}
.single_item .single_item_title:last-child {
margin-bottom: 0;
}
.single_item .single_item_title+.single_item_subtitle {
margin-top: -15px;
}
.single_item .single_item_title .event_date {
flex: 0 0 45px;
margin: 0 10px 0 0;
}
.single_item .single_item_title .single_item_title_text {
display: block;
flex: 1;
}
.single_item .single_item_title .single_item_title_text h3 {
font-size: 18px;
}
.single_item .single_item_subtitle {
margin: 0 0 20px 0;
opacity: 0.5;
}
.single_item .single_item_subtitle:last-child {
margin-bottom: 0;
}
.single_item .single_item_meta {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -20px -10px -20px;
}
.single_item .single_item_meta .single_item_meta_item {
flex: 0 0 auto;
margin: 0 0 10px 0;
padding: 0 20px;
}
.single_item .single_item_meta .single_item_meta_item[data-color="red"] {
color: #222222;
}
.single_item .single_item_meta .single_item_meta_item[data-color="red"] svg {
opacity: 1;
}
.single_item .single_item_meta .single_item_meta_item[data-color="red"] svg path {
fill: #222222 !important;
}
.single_item .single_item_meta .single_item_meta_item[data-color="grey"] {
opacity: 0.35;
}
.single_item .single_item_meta .single_item_meta_item[data-color="grey"] svg {
opacity: 1;
}
.single_item .single_item_meta .single_item_meta_item .single_item_meta_item_icon {
display: inline-block;
vertical-align: middle;
margin: 0 10px 0 0;
}
.single_item .single_item_meta .single_item_meta_item .single_item_meta_item_text {
display: inline-block;
vertical-align: middle;
}
.single_item .single_item_meta .single_item_meta_item svg {
display: block;
opacity: 0.75;
}
.single_item .single_item_boxed_title {
display: block;
margin: 0;
padding: 8px 14px;
position: absolute;
top: -24px;
left: 20px;
background: #222222;
color: #ffffff;
font-weight: 300;
}
.single_item .staff_contacts {
margin-top: 20px;
}
.single_item .staff_contacts[data-type="inline"]>p {
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
.single_item .staff_contacts[data-type="inline"]>p:last-child {
margin-right: 0;
}
.single_item .staff_contacts p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.single_item .staff_contacts a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
}
.accordion {
position: relative;
margin: 0 0 20px 0;
}
.accordion:last-child {
margin-bottom: 0;
}
.accordion[data-size="small"] .accordion_item_title {
padding: 12px 40px 12px 15px;
}
.accordion[data-size="small"] .accordion_item_title .accordion_item_title_arrow {
right: 15px;
transform: scale(0.8);
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
}
.accordion[data-size="small"] .accordion_item_content {
padding: 15px;
}
.accordion .accordion_item {
display: block;
position: relative;
}
.accordion .accordion_item:last-child .accordion_item_title {
border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion_item.active .accordion_item_title {
background: #e5e5e5;
color: #222222;
}
.accordion .accordion_item.active .accordion_item_title:hover {
background: #dddddd;
}
.accordion .accordion_item.active .accordion_item_title:hover+.accordion_item_content:before {
border-top-color: #dddddd;
}
.accordion .accordion_item.active .accordion_item_title:hover .accordion_item_title_arrow:before,
.accordion .accordion_item.active .accordion_item_title:hover .accordion_item_title_arrow:after {
background: #e52d19;
}
.accordion .accordion_item.active .accordion_item_title .accordion_item_title_arrow:before {
background: #222222;
transform: rotate(-135deg);
}
.accordion .accordion_item.active .accordion_item_title .accordion_item_title_arrow:after {
background: #222222;
transform: rotate(-45deg);
}
.accordion .accordion_item.active .accordion_item_title .icon svg path {
fill: #222222 !important;
}
.accordion .accordion_item.active .accordion_item_content:before {
opacity: 1;
}
.accordion .accordion_item_title {
display: block;
position: relative;
margin: 0;
padding: 15px 50px 15px 20px;
background: #222222;
background: #003552;
color: #ffffff;
border: 1px solid #e5e5e5;
border-bottom: none;
}
.accordion .accordion_item_title:hover {
cursor: pointer;
background: #000000;
background: #00141f;
}
.accordion .accordion_item_title:hover .accordion_item_title_inner {
opacity: 1;
}
.accordion .accordion_item_title:hover .accordion_item_title_arrow:before,
.accordion .accordion_item_title:hover .accordion_item_title_arrow:after {
background: #e52d19;
}
.accordion .accordion_item_title h1,
.accordion .accordion_item_title h2,
.accordion .accordion_item_title h3,
.accordion .accordion_item_title h4,
.accordion .accordion_item_title h5 {
margin: 0;
color: inherit;
}
.accordion .accordion_item_title .icon {
display: inline;
font-size: 1.2em;
}
.accordion .accordion_item_title .icon svg {
display: inline-block;
margin: 0 10px 0 0;
width: 15px;
}
.accordion .accordion_item_title .icon svg path {
fill: #ffffff !important;
}
.accordion .accordion_item_title .accordion_item_title_inner {
display: block;
position: relative;
opacity: 1;
}
.accordion .accordion_item_title .accordion_item_title_arrow {
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
width: 20px;
height: 20px;
}
.accordion .accordion_item_title .accordion_item_title_arrow:before,
.accordion .accordion_item_title .accordion_item_title_arrow:after {
content: '';
display: block;
width: 20px;
height: 4px;
background: #ffffff;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.accordion .accordion_item_title .accordion_item_title_arrow:before {
transform: rotate(0deg);
}
.accordion .accordion_item_title .accordion_item_title_arrow:after {
transform: rotate(90deg);
}
.accordion .accordion_item_content {
display: none;
position: relative;
padding: 20px;
background: #ffffff;
border: 1px solid #e5e5e5;
border-top: none;
*zoom: 1;
}
.accordion .accordion_item_content:after {
content: "";
display: table;
clear: both;
}
.accordion .accordion_item_content:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 20px;
width: 0;
height: 0;
border: 10px solid transparent;
border-top-color: #e5e5e5;
opacity: 0;
}
.accordion .accordion_item_content.expanded {
display: block;
}
.accordion .accordion_item_content[data-type="blank"] {
padding: 0;
background: none;
border: none;
}
.tabs {
position: relative;
margin: 0 0 20px 0;
}
.tabs[data-size="small"] .tab_titles .tab_title {
padding: 8px 10px 8px 10px;
}
.tabs[data-size="small"] .tab_items .tab_item {
padding: 15px;
}
.tabs:last-child {
margin-bottom: 0;
}
.tabs .tab_titles {
display: flex;
flex-direction: row;
}
.tabs .tab_titles .tab_title {
position: relative;
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 12px 15px 12px 15px;
margin: 0;
background: #222222;
background: #003552;
border-right: 1px solid #e5e5e5;
color: #ffffff;
text-align: center;
}
.tabs .tab_titles .tab_title.active {
background: #e5e5e5;
color: #222222;
}
.tabs .tab_titles .tab_title.active:before {
border-top-color: #e5e5e5;
opacity: 1;
}
.tabs .tab_titles .tab_title.active:hover {
background: #dddddd;
}
.tabs .tab_titles .tab_title.active:hover:before {
border-top-color: #dddddd;
}
.tabs .tab_titles .tab_title.active .icon svg width
path {
fill: #222222 !important;
}
.tabs .tab_titles .tab_title:hover {
cursor: pointer;
background: #000000;
background: #00141f;
}
.tabs .tab_titles .tab_title:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: auto;
border: 10px solid transparent;
border-top-color: #222222;
opacity: 0;
}
.tabs .tab_titles .tab_title .icon {
display: inline;
font-size: 1.2em;
}
.tabs .tab_titles .tab_title .icon svg {
display: inline;
width: 15px;
margin: 0;
}
.tabs .tab_titles .tab_title .icon svg path {
fill: #ffffff !important;
}
.tabs .tab_items .tab_item {
display: none;
margin: 0;
padding: 20px;
background: #ffffff;
border: 1px solid #e5e5e5;
border-top: none;
}
.tabs .tab_items .tab_item[data-visible="0"] {
opacity: 0;
}
.tabs .tab_items .tab_item[data-visible="1"] {
opacity: 1;
}
.tabs .tab_items .tab_item.active {
display: block;
}
.z_gallery {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -10px;
}
.z_gallery:last-child {
margin-bottom: -20px;
}
.z_gallery[data-columns="1"] .gallery_item_holder {
flex: 0 0 100%;
width: 100%;
}
.z_gallery[data-columns="2"] .gallery_item_holder {
flex: 0 0 50%;
width: 50%;
}
.z_gallery[data-columns="3"] .gallery_item_holder {
flex: 0 0 33.33%;
width: 33.33%;
}
.z_gallery[data-columns="4"] .gallery_item_holder {
flex: 0 0 25%;
width: 25%;
}
.z_gallery[data-columns="5"] .gallery_item_holder {
flex: 0 0 20%;
width: 20%;
}
.z_gallery[data-style="black_and_white"] .gallery_item {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.z_gallery .gallery_item_holder {
flex: 0 0 25%;
width: 25%;
padding: 0 10px;
margin: 0 0 20px 0;
}
.z_gallery .gallery_item {
display: block;
position: relative;
border: 1px solid rgba(255,255,255,0.5);
box-shadow: 0px 3px 7px rgba(0,0,0,0.15);
}
.z_gallery .gallery_item img {
display: block;
width: 100%;
height: auto;
margin: 0;
}
.z_gallery .gallery_item .gallery_item_filter {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.icons_set_item {
display: block;
text-align: center;
outline: none !important;
text-decoration: none !important;
}
.icons_set_item[data-layout="horizontal"] {
text-align: left;
}
.icons_set_item[data-layout="horizontal"] .icons_set_item_inner {
flex-direction: row;
align-items: flex-start;
}
.icons_set_item[data-layout="horizontal"] .icons_set_item_icon_circle_holder {
margin: 0 20px 0 0;
}
.icons_set_item[data-layout="horizontal"] .icons_set_item_icon_circle_holder:last-child {
margin-right: 0;
}
.icons_set_item[data-layout="horizontal"] .icons_set_item_text {
padding: 0;
}
.icons_set_item[data-size="small"] .icons_set_item_icon_circle {
width: 70px;
height: 70px;
}
.icons_set_item .icons_set_item_inner {
display: flex;
flex-direction: column;
}
.icons_set_item .icons_set_item_icon_circle_holder {
margin: 0 0 20px 0;
}
.icons_set_item .icons_set_item_icon_circle_holder:last-child {
margin-bottom: 0;
}
.icons_set_item .icons_set_item_icon_circle {
display: block;
width: 110px;
height: 110px;
border-radius: 50%;
position: relative;
margin: 0 auto;
border: 2px solid #222222;
}
.icons_set_item .icons_set_item_icon_circle svg,
.icons_set_item .icons_set_item_icon_circle img {
display: block;
margin: 0;
width: auto;
height: auto;
max-width: 40%;
max-height: 40%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.icons_set_item .icons_set_item_icon_circle svg path {
fill: #222222 !important;
}
.icons_set_item .icons_set_item_text {
padding: 0 20px 20px 20px;
}
.icons_set_item h3,
.icons_set_item h4,
.icons_set_item h5,
.icons_set_item p,
.icons_set_item ul,
.icons_set_item ol {
margin: 0 0 10px 0;
}
.icons_set_item h3:last-child,
.icons_set_item h4:last-child,
.icons_set_item h5:last-child,
.icons_set_item p:last-child,
.icons_set_item ul:last-child,
.icons_set_item ol:last-child {
margin-bottom: 0;
}
.timeline_holder {
margin: 0 0 40px 0;
position: relative;
}
.timeline_holder:last-child {
margin-bottom: 0;
}
.timeline[data-type="list"] .timeline_item {
margin: 0 0 5px 0;
}
.timeline[data-type="list"] .timeline_item:last-child {
margin-bottom: 0;
}
.timeline[data-type="list"] .timeline_item_left {
width: 80px !important;
flex: 0 0 80px !important;
margin-right: 5px !important;
background: #e52d19;
color: #ffffff;
}
.timeline[data-type="list"] .timeline_item_left:before,
.timeline[data-type="list"] .timeline_item_left:after {
display: none;
}
.timeline[data-type="list"] .timeline_item_left .timeline_item_dot {
background: none;
border: none;
color: #ffffff;
line-height: 50px;
}
.timeline[data-type="list"] .timeline_item_left .timeline_item_number {
font-size: 22px;
}
.timeline[data-type="list"] .timeline_item_right {
padding: 0 !important;
}
.timeline[data-type="list"] .timeline_item_content {
padding: 15px !important;
color: #ffffff;
background: #006835;
border: none;
}
.timeline[data-size="small"] .timeline_item:first-child .timeline_item_left:before {
top: 50%;
height: 50%;
}
.timeline[data-size="small"] .timeline_item:first-child .timeline_item_right {
padding-top: 0;
}
.timeline[data-size="small"] .timeline_item:last-child .timeline_item_left:before {
top: auto;
bottom: 50%;
height: 50%;
}
.timeline[data-size="small"] .timeline_item:last-child .timeline_item_right {
padding-bottom: 0;
}
.timeline[data-size="small"] .timeline_item:before {
display: none !important;
}
.timeline[data-size="small"] .timeline_item_right {
padding: 10px 0;
}
.timeline[data-size="small"] .timeline_item_left {
margin-right: 20px;
}
.timeline[data-size="small"] .timeline_item_left:after {
width: 30px;
height: 5px;
}
.timeline[data-size="small"] .timeline_item_content {
padding: 15px;
}
.timeline .timeline_item {
display: flex;
flex-direction: row;
align-items: stretch;
position: relative;
}
.timeline .timeline_item:first-child:before {
content: '';
display: block;
width: 50px;
height: 20px;
position: absolute;
top: 0;
left: 0;
z-index: 1;
background: -moz-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,#ffffff 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
}
.timeline .timeline_item:last-child:before {
content: '';
display: block;
width: 50px;
height: 20px;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
.timeline .timeline_item_left {
width: 60px;
flex: 0 0 60px;
max-width: 60px;
margin: 0 30px 0 0;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.timeline .timeline_item_left:before {
content: '';
display: block;
width: 10px;
height: 100%;
background: #003552;
z-index: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.timeline .timeline_item_left:after {
content: '';
display: block;
width: 40px;
height: 10px;
background: #e52d19;
position: absolute;
top: 0;
bottom: 0;
left: 50px;
margin: auto;
z-index: 0;
}
.timeline .timeline_item_left .timeline_item_dot {
display: block;
position: relative;
z-index: 2;
width: 50px;
height: 50px;
border: 10px solid #e52d19;
background: #ffffff;
border-radius: 50%;
line-height: 40px;
text-align: center;
color: #003552;
}
.timeline .timeline_item_left .timeline_item_dot[data-show-timeline-numbers="1"] {
width: 50px;
height: 50px;
border-width: 5px;
}
.timeline .timeline_item_left .timeline_item_number {
font-size: 26px;
font-weight: bold;
}
.timeline .timeline_item_right {
flex: 1;
padding: 20px 0;
}
.timeline .timeline_item_content {
padding: 20px;
position: relative;
border-left: 5px solid #e52d19;
background: -moz-linear-gradient(left,#e4f3fd 0%,rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,#e4f3fd 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,#e4f3fd 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4f3fd',endColorstr='#00ffffff',GradientType=1);
}
.timeline .timeline_item_content:before {
content: '';
display: block;
display: none;
width: 0;
height: 0;
border: 20px solid transparent;
border-right-color: #e52d19;
position: absolute;
top: 0;
bottom: 0;
right: 100%;
margin: auto;
}
.timeline .timeline_item_content>h3,
.timeline .timeline_item_content>h4 {
margin: 0;
}
.timeline .timeline_item_content>p {
margin: 0;
}
.timeline .timeline_item_content .timeline_item_text {
margin: 20px 0 0 0;
}
.timeline .timeline_item_content .timeline_item_text:first-child {
margin-top: 0;
}
.event_date {
display: block;
position: relative;
z-index: 1;
text-align: center;
text-transform: uppercase;
}
.event_date .event_date_day {
line-height: 1.8em;
font-size: 1em;
white-space: nowrap;
color: #ffffff;
background: #222222;
font-weight: bold;
}
.event_date .event_date_day .small {
font-size: 0.8em;
}
.event_date .event_date_month {
line-height: 1.8em;
font-size: 0.8em;
white-space: nowrap;
color: #ffffff;
background: rgba(34,34,34,0.5);
}
.event_date .event_date_month .small {
font-size: 0.7em;
}
.event_date .event_date_year {
line-height: 1.5em;
font-size: 0.6em;
white-space: nowrap;
color: #ffffff;
background: rgba(34,34,34,0.3);
}
.event_date .event_date_year .small {
font-size: 0.8em;
}
.spacer.hide_print {
display: block !important;
height: 0 !important;
}
.spacer.hide_print:last-child {
margin-top: -20px !important;
}
.fancy_link {
text-decoration: none !important;
}
.blob {
padding-left: 10px !important;
padding-right: 10px !important;
}
.blob .content_column_text {
padding-left: 10px !important;
padding-right: 10px !important;
}
.blob br {
display: none;
}
[data-hidden-print="1"],
[data-hide-print="1"],
[data-print-hidden="1"],
[data-print-hide="1"],
#mobile_menu,
#mm-blocker,
#mobile_menu_icon,
#wpadminbar,
#breadcrumbs,
#comments_holder,
#cookies_notification,
#sidebar,
#search_holder,
#header_icons,
#mobile_menu_icon,
#footer_holder,
#contact_box_holder,
#banner_images,
#homepage_video,
#mobile_menu,
#fp-nav,
#calendar_wrap,
#top_area,
#hidden_print_element,
#hidden_print_element,
#hidden_print_element,
#hidden_print_element,
#hidden_print_element,
.hidden_print,
.hide_print,
.print_hidden,
.print_hide,
.slick-dots,
.button,
.admin_edit_button,
.mc4wp-form,
.vfbp-form,
.slick-arrow,
.slick-dots,
.mm-wrapper__blocker,
.parallax-mirror,
.items_grid_ajax_load,
.hidden_print_element,
.hidden_print_element,
.hidden_print_element,
.hidden_print_element,
.hidden_print_element,
.hidden_print_element {
display: none !important;
}