@charset "UTF-8";
@charset "UTF-8";
.Zebra_Tooltip {
position: absolute;
z-index: 99999;
background: transparent;
font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
.Zebra_Tooltip .Zebra_Tooltip_Message {
position: relative;
padding: 20px;
font-size: inherit;
text-align: left;
font-weight: normal;
line-height: inherit;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
*margin-right: 0;
_width:expression(document.body.clientWidth > 250 ? '250px': 'auto'); }
.Zebra_Tooltip .Zebra_Tooltip_Arrow         { position: absolute; height: 10px; width: 20px; overflow: hidden }
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom  { bottom: 0 }
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top     { top: 0    }
.Zebra_Tooltip .Zebra_Tooltip_Arrow div {
position: absolute;
border-style: solid;
border-width: 10px;
height: 0;
width: 0;
left: 0;
_border-left-color: pink;
_border-right-color: pink;
_filter: chroma(color=pink);
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom div  {
top: 0;
_border-bottom-color: pink;
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top div     {
bottom: 0;
_border-top-color: pink;
}
.Zebra_Tooltip .Zebra_Tooltip_Close {
text-decoration: none;
color: #FFF;
position: absolute;
right: 8px;
top: 1px;
font-size: inherit;
font-weight: bold;
}
.Zebra_Tooltip .Zebra_Tooltip_Close:hover {
color: #C40000;
}body.royal_loader {
background: none;
visibility: hidden;
}
#royal_preloader {
font-family: Arial;
font-size: 12px;
visibility: visible;
position: fixed;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 9999999999;
-webkit-transition: opacity 0.2s linear 0.8s;
-moz-transition: opacity 0.2s linear 0.8s;
-ms-transition: opacity 0.2s linear 0.8s;
-o-transition: opacity 0.2s linear 0.8s;
transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
opacity: 0;
}
#royal_preloader .background {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-color: #fff;
-webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-ms-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;
}
#royal_preloader.number .name {
position: absolute;
top: 20%;
left: 0px;
right: 0px;
text-transform: uppercase;
color: #EEEEEE;
text-align: center;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-ms-transition: -ms-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;
-webkit-animation: fly 0.3s;
-moz-animation: fly 0.3s;
-ms-animation: fly 0.3s;
-o-animation: fly 0.3s;
animation: fly 0.3s;
}
#royal_preloader.number .percentage {
font-family: "Times New Roman", Times, serif; font-style: italic;
color: #424242;
text-align: center;
margin: -90px 0px 0px -90px;
background-image: url(//lehmanbrothe.rs/wp-content/themes/visia/images/loading.gif);
background-repeat: no-repeat;
background-position: 50% 0;
padding-top: 80px;
width: 180px;
position: absolute;
font-size: 15px;
top: 50%;
left: 50%;
-webkit-transition: all 0.3s linear 0.5s;
-moz-transition: all 0.3s linear 0.5s;
-ms-transition: all 0.3s linear 0.5s;
-o-transition: all 0.3s linear 0.5s;
transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
color: #FFFFFF;
position: absolute;
top: 50%;
left: 50%;
height: 30px;
line-height: 30px;
margin-top: -15px;
letter-spacing: 3px;
font-size: 16px;
white-space: nowrap;
}
#royal_preloader.text .loader div {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0%;
background-color: #000000;
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transition: left 0.3s linear;
-moz-transition: left 0.3s linear;
-ms-transition: left 0.3s linear;
-o-transition: left 0.3s linear;
transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
width: 80px;
height: 80px;
position: absolute;
left: 50%;
top: 50%;
margin: -40px 0px 0px -40px;
overflow: hidden;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
border-radius: 100%;
}
#royal_preloader.logo .loader div {
position: absolute;
bottom: 0%;
left: 0px;
right: 0px;
height: 100%;
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transition: bottom 0.3s linear;
-moz-transition: bottom 0.3s linear;
-ms-transition: bottom 0.3s linear;
-o-transition: bottom 0.3s linear;
transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
position: absolute;
width: 80px;
height: 40px;
line-height: 40px;
top: 50%;
left: 50%;
margin: 40px 0px 0px -40px;
color: #072E77;
text-align: center;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}
@-webkit-keyframes fly {
0% { opacity: 0; top: 50%; }
20% {opacity: 1; top: 40%; }
100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
0% { opacity: 0; top: 50%; }
20% {opacity: 1; top: 40%; }
100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
0% { opacity: 0; top: 50%; }
20% {opacity: 1; top: 40%; }
100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
0% { opacity: 0; top: 50%; }
20% {opacity: 1; top: 40%; }
100% { opacity: 0; top: 20%;}
}
@keyframes fly {
0% { opacity: 0; top: 50%; }
20% {opacity: 1; top: 40%; }
100% { opacity: 0; top: 20%;}
}body { line-height: 1; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, 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, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
font-family: inherit; 
font-size: 100%; 
font-weight: inherit; 
font-style: inherit; 
vertical-align: baseline; 
white-space: normal; 
margin: 0; 
padding: 0; 
border: 0; 
outline: 0;
background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
table { 
border-collapse: collapse; 
border-spacing: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }@-o-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
html {
overflow-y: auto;
}
img,
audio,
video,
canvas {
max-width: 100%;
}
* { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; } .container {
max-width: 990px;
width:92%;
margin:0px auto;
position: relative;
zoom:1;
}
.container:before, .container:after { content:""; display: table; }
.container:after { clear:both; }
@media screen and (min-width: 480px) {
.container {
width: 98%;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-half,
.grid-full {
float: left;
width: 96.969696969697%;
margin: 0 1.515151515152%;
}
.grid-half {
width: 46.969696969697%;
margin: 0 1.515151515152%;
}
}
@media screen and (min-width: 640px) {
.grid-1     { width: 13.636363636364%; }
.grid-2     { width: 30.30303030303%; }
.grid-3,
.grid-half  { width: 46.969696969697%; }
.grid-4     { width: 63.636363636364%; }
.grid-5     { width: 80.30303030303%; }
.grid-6,
.grid-full  { width: 96.969696969697%; }
} .clearfix:before, .clearfix:after { content:""; display: table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

@font-face {
font-family: 'entypo-icon-font';
src: url(//lehmanbrothe.rs/wp-content/themes/visia/font/entypo-icon-font.eot?82338031);
src: url(//lehmanbrothe.rs/wp-content/themes/visia/font/entypo-icon-font.eot?82338031#iefix) format('embedded-opentype'), url(//lehmanbrothe.rs/wp-content/themes/visia/font/entypo-icon-font.woff?82338031) format('woff'), url(//lehmanbrothe.rs/wp-content/themes/visia/font/entypo-icon-font.ttf?82338031) format('truetype'), url(//lehmanbrothe.rs/wp-content/themes/visia/font/entypo-icon-font.svg?82338031#entypo-icon-font) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: 'entypo-icon-font';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
vertical-align: 10%;
margin-right: 0.2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: 0.2em;    }
.icon-aim:before { content: '\22'; } .icon-delicious:before { content: '\23'; } .icon-paypal-1:before { content: '\24'; } .icon-android:before { content: '\26'; } .icon-smashmag:before { content: '\2a'; } .icon-plus:before { content: '\2b'; } .icon-minus:before { content: '\2d'; } .icon-w3c:before { content: '\33'; } .icon-html5:before { content: '\35'; } .icon-ie:before { content: '\36'; } .icon-grooveshark:before { content: '\38'; } .icon-forrst:before { content: '\3a'; } .icon-digg:before { content: '\3b'; } .icon-reddit:before { content: '\3e'; } .icon-gowalla:before { content: '\40'; } .icon-appstore:before { content: '\41'; } .icon-blogger:before { content: '\42'; } .icon-cc-1:before { content: '\43'; } .icon-evernote-1:before { content: '\45'; } .icon-youtube:before { content: '\55'; } .icon-windows:before { content: '\57'; } .icon-yahoo:before { content: '\59'; } .icon-macstore:before { content: '\5e'; } .icon-amazon:before { content: '\61'; } .icon-dropbox-1:before { content: '\64'; } .icon-ebay:before { content: '\65'; } .icon-github-1:before { content: '\67'; } .icon-itunes:before { content: '\69'; } .icon-lastfm-1:before { content: '\6c'; } .icon-gmail:before { content: '\6d'; } .icon-soundcloud-1:before { content: '\73'; } .icon-wordpress:before { content: '\77'; } .icon-drupal:before { content: '\e4'; } .icon-info:before { content: '\2139'; } .icon-left-thin:before { content: '\2190'; } .icon-up-thin:before { content: '\2191'; } .icon-right-thin:before { content: '\2192'; } .icon-down-thin:before { content: '\2193'; } .icon-level-up:before { content: '\21b0'; } .icon-level-down:before { content: '\21b3'; } .icon-switch:before { content: '\21c6'; } .icon-infinity:before { content: '\221e'; } .icon-plus-squared:before { content: '\229e'; } .icon-minus-squared:before { content: '\229f'; } .icon-home:before { content: '\2302'; } .icon-keyboard:before { content: '\2328'; } .icon-erase:before { content: '\232b'; } .icon-pause:before { content: '\2389'; } .icon-fast-forward:before { content: '\23e9'; } .icon-fast-backward:before { content: '\23ea'; } .icon-to-end:before { content: '\23ed'; } .icon-to-start:before { content: '\23ee'; } .icon-hourglass:before { content: '\23f3'; } .icon-stop:before { content: '\25a0'; } .icon-up-dir:before { content: '\25b4'; } .icon-play:before { content: '\25b6'; } .icon-right-dir:before { content: '\25b8'; } .icon-down-dir:before { content: '\25be'; } .icon-left-dir:before { content: '\25c2'; } .icon-adjust:before { content: '\25d1'; } .icon-cloud:before { content: '\2601'; } .icon-star:before { content: '\2605'; } .icon-star-empty:before { content: '\2606'; } .icon-cup:before { content: '\2615'; } .icon-menu:before { content: '\2630'; } .icon-moon:before { content: '\263d'; } .icon-heart-empty:before { content: '\2661'; } .icon-heart:before { content: '\2665'; } .icon-note:before { content: '\266a'; } .icon-note-beamed:before { content: '\266b'; } .icon-layout:before { content: '\268f'; } .icon-flag:before { content: '\2691'; } .icon-tools:before { content: '\2692'; } .icon-cog:before { content: '\2699'; } .icon-attention:before { content: '\26a0'; } .icon-flash:before { content: '\26a1'; } .icon-record:before { content: '\26ab'; } .icon-cloud-thunder:before { content: '\26c8'; } .icon-tape:before { content: '\2707'; } .icon-flight:before { content: '\2708'; } .icon-mail:before { content: '\2709'; } .icon-pencil:before { content: '\270e'; } .icon-feather:before { content: '\2712'; } .icon-check:before { content: '\2713'; } .icon-cancel:before { content: '\2715'; } .icon-cancel-circled:before { content: '\2716'; } .icon-cancel-squared:before { content: '\274e'; } .icon-help:before { content: '\2753'; } .icon-quote:before { content: '\275e'; } .icon-plus-circled:before { content: '\2795'; } .icon-minus-circled:before { content: '\2796'; } .icon-right:before { content: '\27a1'; } .icon-direction:before { content: '\27a2'; } .icon-forward:before { content: '\27a6'; } .icon-ccw:before { content: '\27f2'; } .icon-cw:before { content: '\27f3'; } .icon-left:before { content: '\2b05'; } .icon-up:before { content: '\2b06'; } .icon-down:before { content: '\2b07'; } .icon-list-add:before { content: '\e003'; } .icon-list:before { content: '\e005'; } .icon-left-bold:before { content: '\e4ad'; } .icon-right-bold:before { content: '\e4ae'; } .icon-up-bold:before { content: '\e4af'; } .icon-down-bold:before { content: '\e4b0'; } .icon-user-add:before { content: '\e700'; } .icon-help-circled:before { content: '\e704'; } .icon-info-circled:before { content: '\e705'; } .icon-eye:before { content: '\e70a'; } .icon-tag:before { content: '\e70c'; } .icon-upload-cloud:before { content: '\e711'; } .icon-reply:before { content: '\e712'; } .icon-reply-all:before { content: '\e713'; } .icon-code:before { content: '\e714'; } .icon-export:before { content: '\e715'; } .icon-print:before { content: '\e716'; } .icon-retweet:before { content: '\e717'; } .icon-comment:before { content: '\e718'; } .icon-chat:before { content: '\e720'; } .icon-vcard:before { content: '\e722'; } .icon-address:before { content: '\e723'; } .icon-location:before { content: '\e724'; } .icon-map:before { content: '\e727'; } .icon-compass:before { content: '\e728'; } .icon-trash:before { content: '\e729'; } .icon-doc:before { content: '\e730'; } .icon-doc-text-inv:before { content: '\e731'; } .icon-docs:before { content: '\e736'; } .icon-doc-landscape:before { content: '\e737'; } .icon-archive:before { content: '\e738'; } .icon-rss:before { content: '\e73a'; } .icon-share:before { content: '\e73c'; } .icon-basket:before { content: '\e73d'; } .icon-shareable:before { content: '\e73e'; } .icon-login:before { content: '\e740'; } .icon-logout:before { content: '\e741'; } .icon-volume:before { content: '\e742'; } .icon-resize-full:before { content: '\e744'; } .icon-resize-small:before { content: '\e746'; } .icon-popup:before { content: '\e74c'; } .icon-publish:before { content: '\e74d'; } .icon-window:before { content: '\e74e'; } .icon-arrow-combo:before { content: '\e74f'; } .icon-chart-pie:before { content: '\e751'; } .icon-language:before { content: '\e752'; } .icon-air:before { content: '\e753'; } .icon-database:before { content: '\e754'; } .icon-drive:before { content: '\e755'; } .icon-bucket:before { content: '\e756'; } .icon-thermometer:before { content: '\e757'; } .icon-down-circled:before { content: '\e758'; } .icon-left-circled:before { content: '\e759'; } .icon-right-circled:before { content: '\e75a'; } .icon-up-circled:before { content: '\e75b'; } .icon-down-open:before { content: '\e75c'; } .icon-left-open:before { content: '\e75d'; } .icon-right-open:before { content: '\e75e'; } .icon-up-open:before { content: '\e75f'; } .icon-down-open-mini:before { content: '\e760'; } .icon-left-open-mini:before { content: '\e761'; } .icon-right-open-mini:before { content: '\e762'; } .icon-up-open-mini:before { content: '\e763'; } .icon-down-open-big:before { content: '\e764'; } .icon-left-open-big:before { content: '\e765'; } .icon-right-open-big:before { content: '\e766'; } .icon-up-open-big:before { content: '\e767'; } .icon-progress-0:before { content: '\e768'; } .icon-progress-1:before { content: '\e769'; } .icon-progress-2:before { content: '\e76a'; } .icon-progress-3:before { content: '\e76b'; } .icon-back-in-time:before { content: '\e771'; } .icon-network:before { content: '\e776'; } .icon-inbox:before { content: '\e777'; } .icon-install:before { content: '\e778'; } .icon-lifebuoy:before { content: '\e788'; } .icon-mouse:before { content: '\e789'; } .icon-dot:before { content: '\e78b'; } .icon-dot-2:before { content: '\e78c'; } .icon-dot-3:before { content: '\e78d'; } .icon-suitcase:before { content: '\e78e'; } .icon-flow-cascade:before { content: '\e790'; } .icon-flow-branch:before { content: '\e791'; } .icon-flow-tree:before { content: '\e792'; } .icon-flow-line:before { content: '\e793'; } .icon-flow-parallel:before { content: '\e794'; } .icon-brush:before { content: '\e79a'; } .icon-paper-plane:before { content: '\e79b'; } .icon-magnet:before { content: '\e7a1'; } .icon-gauge:before { content: '\e7a2'; } .icon-traffic-cone:before { content: '\e7a3'; } .icon-cc:before { content: '\e7a5'; } .icon-cc-by:before { content: '\e7a6'; } .icon-cc-nc:before { content: '\e7a7'; } .icon-cc-nc-eu:before { content: '\e7a8'; } .icon-cc-nc-jp:before { content: '\e7a9'; } .icon-cc-sa:before { content: '\e7aa'; } .icon-cc-nd:before { content: '\e7ab'; } .icon-cc-pd:before { content: '\e7ac'; } .icon-cc-zero:before { content: '\e7ad'; } .icon-cc-share:before { content: '\e7ae'; } .icon-cc-remix:before { content: '\e7af'; } .icon-github:before { content: '\f300'; } .icon-github-circled:before { content: '\f301'; } .icon-flickr:before { content: '\f303'; } .icon-flickr-circled:before { content: '\f304'; } .icon-vimeo:before { content: '\f306'; } .icon-vimeo-circled:before { content: '\f307'; } .icon-twitter:before { content: '\f309'; } .icon-twitter-circled:before { content: '\f30a'; } .icon-facebook:before { content: '\f30c'; } .icon-facebook-circled:before { content: '\f30d'; } .icon-facebook-squared:before { content: '\f30e'; } .icon-gplus:before { content: '\f30f'; } .icon-gplus-circled:before { content: '\f310'; } .icon-pinterest:before { content: '\f312'; } .icon-pinterest-circled:before { content: '\f313'; } .icon-tumblr:before { content: '\f315'; } .icon-tumblr-circled:before { content: '\f316'; } .icon-linkedin:before { content: '\f318'; } .icon-linkedin-circled:before { content: '\f319'; } .icon-dribbble:before { content: '\f31b'; } .icon-dribbble-circled:before { content: '\f31c'; } .icon-stumbleupon:before { content: '\f31e'; } .icon-stumbleupon-circled:before { content: '\f31f'; } .icon-lastfm:before { content: '\f321'; } .icon-lastfm-circled:before { content: '\f322'; } .icon-rdio:before { content: '\f324'; } .icon-rdio-circled:before { content: '\f325'; } .icon-spotify:before { content: '\f327'; } .icon-spotify-circled:before { content: '\f328'; } .icon-qq:before { content: '\f32a'; } .icon-instagram:before { content: '\f32d'; } .icon-dropbox:before { content: '\f330'; } .icon-evernote:before { content: '\f333'; } .icon-flattr:before { content: '\f336'; } .icon-skype:before { content: '\f339'; } .icon-skype-circled:before { content: '\f33a'; } .icon-renren:before { content: '\f33c'; } .icon-sina-weibo:before { content: '\f33f'; } .icon-paypal:before { content: '\f342'; } .icon-picasa:before { content: '\f345'; } .icon-soundcloud:before { content: '\f348'; } .icon-mixi:before { content: '\f34b'; } .icon-behance:before { content: '\f34e'; } .icon-google-circles:before { content: '\f351'; } .icon-vkontakte:before { content: '\f354'; } .icon-smashing:before { content: '\f357'; } .icon-db-shape:before { content: '\f600'; } .icon-sweden:before { content: '\f601'; } .icon-logo-db:before { content: '\f603'; } .icon-picture:before { content: '🌄'; } .icon-globe:before { content: '🌎'; } .icon-leaf:before { content: '🍂'; } .icon-graduation-cap:before { content: '🎓'; } .icon-mic:before { content: '🎤'; } .icon-palette:before { content: '🎨'; } .icon-ticket:before { content: '🎫'; } .icon-video:before { content: '🎬'; } .icon-target:before { content: '🎯'; } .icon-music:before { content: '🎵'; } .icon-trophy:before { content: '🏆'; } .icon-thumbs-up:before { content: '👍'; } .icon-thumbs-down:before { content: '👎'; } .icon-bag:before { content: '👜'; } .icon-user:before { content: '👤'; } .icon-users:before { content: '👥'; } .icon-lamp:before { content: '💡'; } .icon-alert:before { content: '💥'; } .icon-water:before { content: '💦'; } .icon-droplet:before { content: '💧'; } .icon-credit-card:before { content: '💳'; } .icon-monitor:before { content: '💻'; } .icon-briefcase:before { content: '💼'; } .icon-floppy:before { content: '💾'; } .icon-cd:before { content: '💿'; } .icon-folder:before { content: '📁'; } .icon-doc-text:before { content: '📄'; } .icon-calendar:before { content: '📅'; } .icon-chart-line:before { content: '📈'; } .icon-chart-bar:before { content: '📊'; } .icon-clipboard:before { content: '📋'; } .icon-attach:before { content: '📎'; } .icon-bookmarks:before { content: '📑'; } .icon-book:before { content: '📕'; } .icon-book-open:before { content: '📖'; } .icon-phone:before { content: '📞'; } .icon-megaphone:before { content: '📣'; } .icon-upload:before { content: '📤'; } .icon-download:before { content: '📥'; } .icon-box:before { content: '📦'; } .icon-newspaper:before { content: '📰'; } .icon-mobile:before { content: '📱'; } .icon-signal:before { content: '📶'; } .icon-camera:before { content: '📷'; } .icon-shuffle:before { content: '🔀'; } .icon-loop:before { content: '🔁'; } .icon-arrows-ccw:before { content: '🔄'; } .icon-light-down:before { content: '🔅'; } .icon-light-up:before { content: '🔆'; } .icon-mute:before { content: '🔇'; } .icon-sound:before { content: '🔊'; } .icon-battery:before { content: '🔋'; } .icon-search:before { content: '🔍'; } .icon-key:before { content: '🔑'; } .icon-lock:before { content: '🔒'; } .icon-lock-open:before { content: '🔓'; } .icon-bell:before { content: '🔔'; } .icon-bookmark:before { content: '🔖'; } .icon-link:before { content: '🔗'; } .icon-back:before { content: '🔙'; } .icon-flashlight:before { content: '🔦'; } .icon-chart-area:before { content: '🔾'; } .icon-clock:before { content: '🕔'; } .icon-rocket:before { content: '🚀'; } .icon-block:before { content: '🚫'; }body { 
background: #fff;
color: #424242;
font: normal 15px "Open Sans", arial, sans-serif;
font-weight: 300;
}
section { overflow: hidden; }
::selection { background: #060606; color: #fff; }
::-moz-selection { background: #060606; color: #fff; }
#loading { display: none; } p { color: #424242;
line-height: 1.6em;
margin: 0 0 20px;
}
em { font-style: italic; }
strong { font-weight: 400; }
small { font-size: 0.8em; }
.post-body ul, .unordered-list { margin-bottom: 20px; }
.post-body ul li, .unordered-list li { margin-bottom: 5px; }
.post-body ul li:before, .unordered-list li:before {
content: "∙";
margin-right: 5px;
}
blockquote {
background: #f9f9f9;
padding: 15px 0px 15px 30px;
border-left: 2px solid #e9e9e9;
font-style: italic;
margin-bottom: 20px;
}
code {
display: block;
clear: both;
overflow: auto;
padding: 10px 20px 20px 20px;
white-space: pre;
background-color: #f9f9f9;
border: 1px solid #e9e9e9;
font: 12px "Andale Mono",Courier,"Courier New",monospace;
margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6 {
color: #060606;
font-style: normal;
font-weight: 300;
line-height: 1.17em;
margin: 0 0 20px;
}
h1 {
font-size: 3.46666666667em;
text-transform: uppercase;
letter-spacing: 0.20em;
}
h2 {
font-size: 2.4em;
text-transform: uppercase;
letter-spacing: 0.20em;
}
h3 {
font-size: 1em;
text-transform: uppercase;
letter-spacing: 0.20em;
font-weight: 400;
}
h4 {
font-size: 1em;
text-transform: uppercase;
font-weight: 400;	
}
h5 {
font-size: 1em;
font-weight: 400;
}
h6 {
font-size: 0.8em;
text-transform: uppercase;
font-weight: 400;
} .dark p, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #fff; }
.dark a { color: #fff!important; } a, a:visited { font-weight: 400; text-decoration: none; } .button {
display: inline-block;
padding: 20px 55px;
font-size: 1em;
text-transform: uppercase;
letter-spacing: 0.20em;
font-weight: 400;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.dark .button { border: 1px solid #fff!important; }
.dark .button:hover { background: rgba(255, 255, 255, .1); filter: alpha(opacity=50); }
.button.no-border { border: none!important; padding: 20px 0px; }
.button.no-border:hover {
border: none!important;
background: transparent;
opacity: .7;
filter: alpha(opacity=70);
}
.button .icon {
display: inline-block;
margin-left: 17px;
margin-bottom: -6px;
width: 26px;
height: 26px;
cursor: pointer;
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/right.png) no-repeat center center;
} .content { padding-top: 100px; text-align: center; }
.content.padded { padding-bottom: 100px; }
.parallax {
width: 100%;
background-attachment: fixed;
background-position: 50% 0;
} @media only screen and (min-width: 1930px) { .parallax { background-size: cover; } }
.parallax.black { background-color: #060606; }
.parallax.no-parallax { background-size: cover!important; background-attachment: scroll!important; background-position: center!important; }
.parallax-bg1 { background-image: url(//lehmanbrothe.rs/wp-content/themes/visia/images/hero.jpg); }
.parallax-bg2 { background-image: url(//lehmanbrothe.rs/wp-content/themes/visia/images/services.jpg); }
.parallax-bg3 { background-image: url(//lehmanbrothe.rs/wp-content/themes/visia/images/clients.jpg); }
.title { text-align: center; }
.sub-heading { margin: 48px auto; max-width: 630px; }
.border {
display: block;
width: 80px;
height: 2px;
background: #060606;
margin: 0 auto;
}
.dark .border { background: #fff; } nav {
position: fixed;
top: 0;
width: 100%;
background: #fff;
border-bottom: 2px solid #f0f0f0;
padding: 15px 0px;
z-index: 999;
}
.logo { 
width: 35%;
margin-left: 5%;
float: left;
}
.navigation { display: none; }
.desktop.navigation {
display: block!important;
width: 55%;
margin-right: 5%;
float: left;
}
.desktop.navigation .nav-content { float: right; }
.desktop.navigation .nav-content li {
float: left;
margin-right: 45px;
line-height: 30px; }
.desktop.navigation .nav-content a {
color: #060606;
text-transform: uppercase;
font-size: 0.8em;
opacity: .5;
filter: alpha(opacity=50);
}
.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active  { opacity: 1; filter: alpha(opacity=100); }
.desktop.navigation .nav-content li:last-of-type { margin-right: 0px; } .mobile.navigation {
display: none;
width: 90%;
margin: 0 5%;
float: left;
}
.mobile.navigation .nav-content {
float: left;
width: 100%;
}
.mobile.navigation .nav-content li {
display: block;
width: 100%;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #f0f0f0;
}
.mobile.navigation .nav-content li:first-of-type { border-top: none; }
.mobile.navigation .nav-content a {
display: block;
color: #060606;
text-transform: uppercase;
font-size: 0.8em;
}
.nav-button {
display: none;
width: 26px;
height: 30px;
background: transparent;
padding: 0;
margin-right: 5%;
float: right;
border: none;
cursor: pointer;
} .icon-bar {
display: block;
float: left;
width: 100%;
height: 3px;
margin-top: 3px;
background: #060606;
} .hero { text-align: center; background-size: cover; }
.hero .content { padding-top: 0px; }
.ticker {
overflow: hidden;
height: 90px;
vertical-align: baseline;
}
.ticker h1 {
margin-bottom: 0px;
height: 90px;
-webkit-transition: margin-top 0.5s ease-in-out;
-moz-transition:    margin-top 0.5s ease-in-out;
-o-transition:      margin-top 0.5s ease-in-out;
transition:         margin-top 0.5s ease-in-out;
}
.call-to-action { padding-top: 20px; }
.call-to-action li {  display: inline-block; margin-right: 55px; }
.call-to-action li:last-of-type { margin-right: 0px;} .icons .overview {
position: relative;
float: left;
width: 16.6666666667%;
text-align: center;
overflow: visible;
}
.icon {
display: inline-block;
width: 64px;
height: 64px;
cursor: help;
margin-bottom: 20px;
}
.icon.ux { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/ux.png) no-repeat top; background-size: 64px 128px; }
.icon.design { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/design.png) no-repeat top; background-size: 64px 128px; }
.icon.seo { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/seo.png) no-repeat top; background-size: 64px 128px; }
.icon.social { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/social.png) no-repeat top; background-size: 64px 128px; }
.icon.tech { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/tech.png) no-repeat top; background-size: 64px 128px; }
.icon.commerce { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/commerce.png) no-repeat top; background-size: 64px 128px; }
.icon.config { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/config.png) no-repeat top; background-size: 64px 128px; }
.icon.heart { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/heart.png) no-repeat top; background-size: 64px 128px; }
.icon.coffee { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/coffee.png) no-repeat top; background-size: 64px 128px; }
.icon.plane { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/plane.png) no-repeat top; background-size: 64px 128px; }
.icon.calculator { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/calculator.png) no-repeat top; background-size: 64px 128px; }
.icon.portfolio { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/portfolio.png) no-repeat top; background-size: 64px 128px; }
.icon:hover { background-position: bottom; }
.tooltip {
display: none;
position: absolute;
width: 260px;
background: #060606;
background: rgba(6, 6, 6, .85);
top: auto;
bottom: 100%;
left: 50%;
margin-left: -130px;
padding: 20px;
margin-bottom: 30px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.feature-list {
font-style: italic;
font-weight: 300;
font-size: 0.9333333333333em;
color: #fff;
color: rgba(255, 255, 255, .90)!important;
text-align: left;
color: #fff;
}
.list-dot {
display: inline-block;
margin-right: 15px;
width: 7px;
height: 7px;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
}
.feature-list li { padding-bottom: 10px; }
.arrow-down {
display: none;
position: absolute;
left: 50%;
margin-left: -8px;
top: auto;
bottom: 100%;
margin-bottom: 22px;
width: 0; 
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid rgba(6, 6, 6, .85); 
}
.visible { display: block; } .portfolio { width: 100%; }
.projectlist { margin-top: 50px; background: transparent; }
.projectlist li { width: 25%; float: left; }
.projectlist a { display: block; padding-bottom: 85px; position: relative; }
.projectlist a:hover { 
cursor: url(//lehmanbrothe.rs/wp-content/themes/visia/images/cursors/more.cur), crosshair;
cursor: url(//lehmanbrothe.rs/wp-content/themes/visia/images/cursors/more.png) 40 40, crosshair;
}
.projectlist a img { width: 100%; }
.projectinfo { position: absolute; width: 100%; height: 100%; top: 0; z-index: 100; }
.meta { position: absolute; bottom: 0; margin-bottom: 25px; width: 100%; text-align: center; }
.meta h4, .project-title h4 { margin-bottom: 6px; }
.meta h6, .project-title h6 { margin-bottom: 0px; }
.meta em, .project-title em { font-family: "Times New Roman", Times, serif; font-style: italic; text-transform: lowercase; color: #424242; }
.projectlist a:hover .meta h4, .projectlist a:hover .meta em { color: #fff!important; } .projectlist .mix { opacity: 0; display: none; }
.filtering { margin-top: 50px; }
.filtering li { margin-right: 10px; }
.filtering li:after {
content: "/";
color: #898989;
padding-left: 15px;
}
.filtering li:last-of-type:after { content: ""; }
.filter { font-family: "Times New Roman", Times, serif; font-style: italic; text-transform: lowercase; color: #424242; cursor: pointer; display: inline-block; } .ajax-section { position: relative; }
.loader { display: none; background: #fff url(//lehmanbrothe.rs/wp-content/themes/visia/images/loading.gif) no-repeat center 250px; width: 100%; height: 100%; position: absolute; z-index: 200; }
.project-hero { position: relative; }
.closeProject { position: absolute; bottom: 0px; left: 50%; margin-left: -20px; z-index: 200; }
.nextProject { position: absolute; top: 67%; right: -100px; z-index: 200; }
.prevProject { position: absolute; top: 67%; left: -100px; z-index: 200; }
#ajaxpage { padding-top: 50px; padding-bottom: 50px; }
.nextProject a, .prevProject a { 
display: block; 
width: 20px; 
height: 48px; 
opacity: .4;
filter: alpha(opacity=40);
}
.nextProject a:hover, .prevProject a:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.nextProject a { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/project-next.png) no-repeat center center; }
.prevProject a { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/project-prev.png) no-repeat center center; }
.nextProject a.disabled, .prevProject a.disabled { display: none; }
.slider img { width: 100%; }
.slider-pager {
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
.small-border {
display: block;
width: 150px;
margin: 0 auto;
height: 1px;
background: #e9e9e9;
}
.bx-pager-item { display: inline-block; }
.bx-pager-link {
display: inline-block;
text-indent: -999em; 
width: 12px; 
height: 12px;
margin: 0 5px;
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/projects/pager.png) no-repeat top center;
background-size: 12px 24px; 
}
.bx-pager-link.active { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/projects/pager-active.png) no-repeat top center; background-size: 12px 12px; }
.bx-pager-link:hover { background-position: bottom; }	
.project-title { text-align: center; padding: 25px 0px 50px; }
.project-info {  border-bottom: 1px solid #E9E9E9; }
.project-info h6 { border-bottom: 1px solid #E9E9E9; padding-bottom: 10px; margin-bottom: 20px;  }
i.icon-remove { 
display: block; 
width: 26px; 
height: 26px;
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/close.png) no-repeat;
background-size: 26px 26px;
filter: alpha(opacity=50);
opacity: .5;
}
i.icon-remove:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.project-gallery-next .bx-next, .project-gallery-prev .bx-prev { 
position: absolute; 
top: 45%; 
opacity: .5; 
filter: alpha(opacity=50); 
right: auto;
left: auto;
text-indent: -999em;
width: 34px;
height: 36px;
margin-top: -18px;
}
.project-gallery-next .bx-next  { 
background: #fff url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/project-gallery-next.png) no-repeat center center; 
background-size: 22px 22px; 
right: 0;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.project-gallery-prev .bx-prev  { 
background: #fff url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/project-gallery-prev.png) no-repeat center center; 
background-size: 22px 22px; 
left: 0;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; 
} .team-list { text-align: center; padding: 50px 0px 30px; float: left; }
.name { width: 100%; }
.name h4 { margin-bottom: 6px; }
.name h6 { margin-bottom: 20px; }
.name em { font-family: "Times New Roman", Times, serif; font-style: italic; text-transform: lowercase; color: #424242; }
.social-list li { display: inline-block; }
.social-icon.small {
display: inline-block;
width: 26px;
height: 26px;
filter: alpha(opacity=50);
opacity: .5;
}
.social-icon.small:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.social-icon.small.facebook { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/facebook-small.png) no-repeat center center; background-size: 26px 26px; }
.social-icon.small.twitter { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/twitter-small.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.google { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/google-small.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.behance { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/behance-small.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.linkedin { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/linkedin-small.png) no-repeat center center; background-size: 26px 26px;} .value {
display: block;
color: #fff;
font-size: 52px;
font-weight: 300;
padding-bottom: 20px;
padding-top: 50px;
}
.subscribe { padding-top: 30px; } .id-bx-pager { margin-top: 50px; }
.id-bx-pager li { width: 25%; float: left; text-align: center; }
.id-bx-pager a img {
opacity: .4;
filter: alpha(opacity=40); 
}
.id-bx-pager a:hover img, .id-bx-pager a.active img {
opacity: 1;
filter: alpha(opacity=100);
}
.bxslider { text-align: center; padding-top: 35px; }
.bxslider h3 { line-height: 1.6em; }
.bxslider h6 { margin-bottom: 35px; color: #8f8f8f; }
.bx-next, .bx-prev {
position: absolute;
display: block;
text-indent: -999em;
top: 60%;
width: 20px;
height: 48px;
cursor: pointer;
opacity: .5;
filter: alpha(opacity=50);
}
.bx-next:hover, .bx-prev:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.bx-next {
right: -100px;
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/next.png) no-repeat center center;
}
.bx-prev {
left: -100px;
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/prev.png) no-repeat center center;
} footer { width: 100%; background: #060606;}
.contact { text-align: center; }
.contact ::selection {
background: #fff;
color: #060606; 
}
.contact ::-moz-selection { 
background: #fff;
color: #060606; 
}
.contact li img { margin-bottom: 15px; }
.contact li:nth-child(1) {
font-size: 0.9333333333333em; 
opacity: .5;
filter: alpha(opacity=50); 
}
.contact a {
display: block;
font-size: 0.9333333333333em;
font-weight: 300;
margin-bottom: 20px;
opacity: .5;
filter: alpha(opacity=50); 
}
.contact a:hover {
opacity: 1;
filter: alpha(opacity=100); 
}
.contact-heading { margin-top: 30px; }
#contact-form {
position: relative;
display: none;
text-align: center;
width: 100%;
background: #060606;
padding: 20px 0px 50px 0px;
margin-top: 20px;
} .form-field label {
display: block;
text-align: center;
margin-top: 50px;
margin-bottom: 20px;
font-size: 0.8em;
text-transform: uppercase;
color: #fff;
}
.form-field span input, .form-field span textarea {
border: none;
outline: none;
padding: 0 10px;
width: 100%;
height: 35px;
background: #1e1e1e;
-webkit-appearance: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #949494;
font-family: 'Open Sans', helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 1em;
-webkit-transition: background 0.33s linear;
-moz-transition: background 0.33s linear;
-o-transition: background 0.33s linear;
transition: background 0.33s linear;
}
.form-field span input:focus, .form-field span textarea:focus {
background: #fff;
-webkit-transition: background 0.33s linear;
-moz-transition: background 0.33s linear;
-o-transition: background 0.33s linear;
transition: background 0.33s linear;
}
.form-field span textarea {
overflow: auto;
height: 180px;
padding: 18px;
}
.form-click input {
margin-top: 50px;
border: none;
display: block;
width: 100%;
outline: none;
cursor: pointer;
text-align: center;
-webkit-font-smoothing: antialiased;
text-decoration: none;
-webkit-appearance: none;
font-size: 1em;
font-family: 'Open Sans', helvetica, arial, sans-serif;
font-weight: 400;
text-transform: uppercase;
color: #060606!important;
background: #949494;
line-height: 100%;
padding: 12px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.form-click input:hover { text-decoration: none; color: #060606!important; background: #fff; }
.subscribe input.text {
display: inline-block;
outline: none;
-webkit-appearance: none;
width: 340px;
padding: 20px 0px 20px 15px;
background: transparent;
border: 1px solid #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font: 1em "Open Sans";
color: #fff;
margin-bottom: 20px;
}
.subscribe input.submit {
border: none;
display: inline-block;
outline: none;
cursor: pointer;
background: transparent url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/more.png) no-repeat top right;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
text-decoration: none;
-webkit-appearance: none;
font: 1em "Open Sans";
font-weight: 400;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
margin-left: 10px;
padding: 20px 55px;
margin-bottom: 20px;
letter-spacing: 0.20em;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.subscribe input.text::-ms-clear {
display: none;
}
.subscribe input.submit:hover {
background: rgba(255,255,255,.1);
} .loader { margin-top: 15px; }
#alert {
display: none;
margin-top: 30px;
}
.notification {
display: block;
position: relative;
width: 100%;
margin-bottom: 20px;
padding: 10px 18px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.subscribe .notification {
display: none;
margin-left: auto;
margin-right: auto;
max-width: 620px;
}
.notification p {
line-height: 26px;
display: block;
padding: 0;
margin: 0;
text-align: left;
text-indent: 45px;
}
.notification.success { 
border: 1px solid #fff;
background: rgba(255,255,255,.05);
}
.notification.success p { 
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/tick.png) no-repeat;
background-size: 26px 26px;
color: #fff; 
}
.notification.error { 
border: 1px solid #fff;
background: rgba(255,255,255,.05); 
}
.notification.error p {
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/cross.png) no-repeat;
background-size: 26px 26px; 
color: #fff;  
}
.social-links {
text-align: center;
margin-top: 50px;
}
.social-links li {
display: inline-block;
margin-right: 15px;
}
.social-links li:last-of-type { margin-right: 0px; }
.social-links a { display: block; }
.social-links a:hover {
opacity: .5;
filter: alpha(opacity=50); 
}
.copyright { margin-top: 50px; margin-bottom: 10px; text-align: center; }
.copyright h6 { color: #77777a; letter-spacing: 0.20em; } #blog { margin-top: 30px; } .post { 
position: relative;
text-align: left;
margin-top: 50px;
padding: 0px 0px 30px 70px;
border-bottom: 1px solid #e9e9e9;
}
.post-media { position: relative; }
.post-media img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.post .date {
position: absolute;
text-align: center;
width: 40px;
padding-bottom: 10px;
top: 0;
left: 0;
text-transform: uppercase;
font-size: 1.6em;
letter-spacing: 0.2em;
line-height: 0.8em;
border-bottom: 1px solid #e9e9e9;
}
.post .date small { font-size: 0.5833333333333333em; }
.post-title h2 {
padding-top: 20px;
text-transform: none;
letter-spacing: normal;
}
.post.quote .post-title h2, .post.link .post-title h2 {
font-size: 1em!important;
text-transform: uppercase;
letter-spacing: 0.20em;
padding: 0;
}
.post-title a { color: #060606!important; }
.post-meta h6, .post-meta a { color: #a4a4a3!important; }
.gallery-next, .gallery-prev { position: absolute; z-index: 100; display: block; bottom: 10px; }
.gallery-next { right: 10px; }
.gallery-prev { right: 37px; }
.gallery-next .bx-next, .gallery-prev .bx-prev { 
position: static; 
width: auto; 
height: auto; 
top: auto; 
opacity: 1; 
filter: alpha(opacity=100); 
right: auto;
left: auto;
text-indent: -999em;
width: 22px;
height: 22px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.gallery-next .bx-next  { background: #060606 url(//lehmanbrothe.rs/wp-content/themes/visia/images/blog/next.png) no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev  { background: #060606 url(//lehmanbrothe.rs/wp-content/themes/visia/images/blog/prev.png) no-repeat; background-size: 22px 22px;} .widget {
text-align: left;
margin-top: 50px;
}
.widget_search form > .search {
border: none;
float: left;
outline: none;
padding: 0px 0px 0px 10px;
width: 80%;
height: 40px;
background: #fff;
color: #aaaaaa;
border-bottom: 2px solid #e9e9e9;
border-left: 1px solid #e9e9e9;
border-top: 1px solid #e9e9e9;
-webkit-appearance: none;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.search-submit {
margin: 0;
padding: 0;
border: none;
float: left;
outline: none;
cursor: pointer;
width: 20%;
height: 40px;
text-indent: -999em;
background: #fff url(//lehmanbrothe.rs/wp-content/themes/visia/images/blog/search.png) no-repeat center center;
background-size: 16px 16px;
text-decoration: none;
-webkit-appearance: none;
border: 1px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.textwidget {
font-size: 0.8666666666667em;
line-height: 1.6em;
}
.cat-item, .recentcomments {
font-size: 0.8666666666667em;
padding-bottom: 8px;
margin-bottom: 15px;
border-bottom: 1px solid #e9e9e9;
}
.cat-item a, .recentcomments a { color: #060606!important; font-weight: 400; }
.tagcloud a {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
font-size: 0.8em;
text-transform: uppercase;
padding: 5px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.widget-archive a, .widget-recent-entries a {
color: #060606!important; 
font-weight: 400;
font-size: 0.8666666666667em;
display: block;
padding-bottom: 8px;
margin-bottom: 15px;
border-bottom: 1px solid #e9e9e9;
} #comments { text-align: left; padding-top: 50px; }
#comments-title { margin-left: 70px; border-bottom: 2px solid #e9e9e9; padding-bottom: 30px; margin-bottom: 5px; }
.comment { float: left; }
.comment-body { position: relative; margin-left: 70px; border-top: 1px solid #e9e9e9; padding-top: 30px; }
.comment-author { position: absolute; top: 30px; left: -70px;}
.comment-author img { 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.comment .children { margin-left: 70px; }
.fn { display: block; margin-bottom: 10px; }
.comment-meta, .comment-meta a { color: #a4a4a3!important; }
#respond { margin-left: 70px; margin-top: 50px; }
#reply-title { border-bottom: 2px solid #e9e9e9; padding-bottom: 30px; margin-bottom: 5px; }
.comment-reply-form { border-top: 1px solid #e9e9e9; }
.comment-notes { margin-top: 10px; color: #a4a4a3; }
.control-group label, .control-group .controls { display: inline-block; }
.control-group label { margin-left: 10px; font-weight: 400; }
.control-group .controls input { 
margin-top: 15px;
border: none;
outline: none;
height: 35px;
background: #fff;
padding-left: 15px;
color: #a4a4a3;
text-decoration: none;
border: 1px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; 
}
.control-group .controls textarea {
margin-top: 15px;
border: none;
outline: none;
height: 180px;
background: #fff;
padding-left: 15px;
padding-top: 15px;
color: #a4a4a3;
text-decoration: none;
border: 1px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.controls button {
border: none;
outline: none;
padding: 0;
margin: 0;
outline: none;
-webkit-appearance: none;
background: #fff;
cursor: pointer;
margin-top: 15px;
font-size: 0.8em;
text-transform: uppercase;
font-family: inherit;
padding: 10px 20px;
color: #a4a4a3;
border: 1px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #ffffff;
}
.controls button:hover {
background: #fff;
background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
background: linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
} .slider-cover { width: 100%; background: #fff;}
#vegas-next, #vegas-prev {
position: absolute;
display: block;
text-indent: -999em;
width: 20px;
height: 48px;
cursor: pointer;
top: 50%;
margin-top: -24px;
}
#vegas-next:hover, #vegas-prev:hover {
opacity: .5;
filter: alpha(opacity=50);
}
#vegas-next {
right: -100px;
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/next.png) no-repeat center center;
}
#vegas-prev {
left: -100px;
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/prev.png) no-repeat center center;
}
.vegas-loading {
display: none;
}
.vegas-overlay {
background: transparent url(//lehmanbrothe.rs/wp-content/themes/visia/images/slider/overlays/01.png);
opacity: 0.5;
z-index: -1;
}
.vegas-background {
-ms-interpolation-mode: bicubic;
image-rendering: optimizeQuality;
max-width: none !important; z-index: -2;
}
.vegas-overlay,
.vegas-background {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} #big-video-wrap{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0; z-index: -2;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:20px;padding: 0 20px;width:100%;
-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url(//lehmanbrothe.rs/wp-content/themes/visia/css/bigvideo.png);}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.vjs-big-play-button{display:none !important;} #customizer { position: fixed; top: 64px; right: 0; z-index: 9999; height: 100%; }
.corner { display: block; cursor: pointer; width: 50px; height: 50px; background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/switcher/corner.png) no-repeat; position: absolute; top: 0; right: 0; }
.cog { display: block; width: 24px; height: 24px; position: absolute; top: 5px; left: 24px; background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/switcher/switcher.gif) no-repeat; }
#options {
display: none;
width: 250px;
background: #fff;
border-left: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
padding: 30px 25px 10px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
}
.heading { border-bottom: 1px solid #e9e9e9; padding-bottom: 15px; margin-bottom: 20px; }
#options h6 { color: #5c5c5c; margin-bottom: 10px; }
.options-segment { margin-bottom: 20px; }
.customize-button {
display: inline-block;
margin: 0;
font-size: 12px;
color: #5c5c5c!important;
background: #f7f7f7;
border: 1px solid #e9e9e9;
padding: 3px 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-right: 5px;
}
.customize-button:hover { background: #fff; }
.customize-button:last-of-type { margin-right: 0px;}
.color-scheme li { float: left; }
.color-scheme a {
display: block;
height: 20px;
width: 31px;
margin: 0px 8px 10px 0px;
}
.red a { background: #ee3b16;}
.green a { background: #48cfad;}
.blue a { background: #4fc1e9;}
.pink a { background: #ec87c0;}
.yellow a { background: #ffce54;}
.jeans a { background: #5d9cec;}
.grape a { background: #ed5565;}
.grass a { background: #a0d468;}
.lavander a { background: #ac92ec;}
.gray a { background: #656d78;}  @media only screen and (min-width : 1680px) {
.bx-next { right: -250px; }
.bx-prev { left: -250px; }
#nextProject { right: -250px; }
#prevProject { left: -250px; }
} @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
.fade, .slide, .entrance, .hatch { opacity: 1!important; }
.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
.id-bx-prev, .id-bx-next { display: none; }
#nextProject, #prevProject { display: none!important; }
.projectlist a:hover .projectinfo { background: transparent; }
.hero-video { background-size: cover; background-position: top center;}
#customizer { display: none; } } @media only screen and (max-width: 959px) {
.nav-button { display: block; }
.navigation { display: none; }
.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
.content { padding-top: 50px; } 
.content.padded { padding-bottom: 50px; }
.icons .overview { width: 33.3333333333%; margin-bottom: 30px; }
.icon { cursor: pointer; }
.projectlist li { width: 50%; }
.fade, .slide, .entrance, .hatch { opacity: 1!important; }
.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
.id-bx-prev, .id-bx-next { display: none; }
.id-bx-pager { margin-top: 20px; }
.id-bx-pager li { width: 50%; margin-top: 20px; }
.social-links { margin-top: 30px; }
#nextProject, #prevProject { display: none!important; }
#respond { margin-left: 0px; }
#vegas-prev, #vegas-next { display: none; }
.tooltip { cursor: pointer; }
.hero-video { background: url(//lehmanbrothe.rs/wp-content/themes/visia/video/visia-video-poster.jpg) no-repeat; background-size: cover; background-position: top center;}
#customizer { display: none; } } @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (max-width: 767px) {
.icons .overview { width: 50%; }
.team-list { padding: 30px 0px 0px; }
.team-member { padding-bottom: 25px; }
#respond { padding-bottom: 50px; border-bottom: 2px solid #e9e9e9; }
.filtering li { margin-bottom: 20px; }
.value { padding-top: 35px; }
.subscribe input.submit, .subscribe input.text { width: 100%; margin-left: 0;}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.project-info { border-bottom: none; }
.tooltip { width: 150%; left: 5%; margin-left: 0; }
.pull-left .tooltip { left: -55%;}
} @media only screen and (max-width: 479px) {
.call-to-action li { margin-right: 0px; width: 100%; }
.projectlist li { width: 100%; }
.id-bx-pager li { width: 100%; }
.project-info { border-bottom: none; }
.tooltip { width: 180%; left: 5%; margin-left: 0; }
.pull-left .tooltip { left: -85%;}
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.icon.right { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/right@2x.png) no-repeat center center; background-size: 26px 26px; }
.icon.ux { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/ux@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.design { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/design@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.seo { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/seo@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.social { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/social@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.tech { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/tech@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.commerce { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/commerce@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.config { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/config@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.heart { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/heart@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.coffee { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/coffee@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.portfolio { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/portfolio@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.plane { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/plane@2x.png) no-repeat top; background-size: 64px 128px; }
.icon.calculator { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/calculator@2x.png) no-repeat top; background-size: 64px 128px; }
.social-icon.small.facebook { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/facebook-small@2x.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.twitter { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/twitter-small@2x.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.google { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/google-small@2x.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.behance { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/behance-small@2x.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.linkedin { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/linkedin-small@2x.png) no-repeat center center; background-size: 26px 26px;}
i.icon-remove { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/close@2x.png) no-repeat center center; background-size: 26px 26px;}
.bx-pager-link { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/projects/pager@2x.png) no-repeat top center; background-size: 12px 24px; }
.bx-pager-link.active { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/projects/pager-active@2x.png) no-repeat top center; background-size: 12px 12px; }
.gallery-next .bx-next  { background: #060606 url(//lehmanbrothe.rs/wp-content/themes/visia/images/blog/next@2x.png) no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev  { background: #060606 url(//lehmanbrothe.rs/wp-content/themes/visia/images/blog/prev@2x.png) no-repeat; background-size: 22px 22px;}
.search-submit { 	background: #fff url(//lehmanbrothe.rs/wp-content/themes/visia/images/blog/search@2x.png) no-repeat center center; background-size: 16px 16px;}
.notification.success p  { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/tick@2x.png) no-repeat; background-size: 26px 26px;}
.notification.error p  { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/cross@2x.png) no-repeat; background-size: 26px 26px;}
.project-gallery-next .bx-next  {  background: #fff url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/project-gallery-next@2x.png) no-repeat center center; background-size: 22px 22px; }
.project-gallery-prev .bx-prev  {  background: #fff url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/project-gallery-prev@2x.png) no-repeat center center; background-size: 22px 22px; }
}#shortcodes { margin-top: 30px; }
.shortcode { margin-top: 50px; text-align: left;}
.shortcode .shortcode-title { border-bottom: 1px solid #e9e9e9; padding-bottom: 15px; text-align: center; }
.grid-shortcode { display: block; text-align: center; text-transform: uppercase; font-size: 0.8em; background: #f9f9f9; padding-top: 10px; padding-bottom: 10px; margin-bottom: 20px; border: 1px solid #e9e9e9; }
.grid-shortcode:hover { cursor: help; background: #fff; }
.shortcode .alert { margin-bottom: 10px; } .accordion-title {
display: block;
position: relative;
background: #fff;
border: 1px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 10px;
}
.accordion-title h5 { margin: 0; }
.accordion-title a { display: block; color: #a4a4a4!important; padding: 15px 0px 15px 20px; }
.accordion .accordion-title span {
position: absolute;
width: 26px;
height: 26px;
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/plus-minus.png) 0px 0px no-repeat;
right: 20px;
top: 10px;
}
.accordion .accordion-title.active span {
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/plus-minus.png) 0px -26px no-repeat;
}
.accordion .accordion-inner {
display: none;
padding: 10px 0px 30px 40px;
font-size: 0.9em;
line-height: 1.7em;
color: #a4a4a4;
} .toggle .toggle-title {
display: block;
position: relative;
background: #fff;
border: 1px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 10px;
padding: 15px 0px 15px 20px;
}
.toggle .toggle-title h5 { margin: 0; cursor: pointer; color: #a4a4a4; }
.toggle .toggle-inner {
display: none;
padding: 10px 0px 30px 40px;
font-size: 0.9em;
line-height: 1.7em;
color: #a4a4a4;
}
.toggle .toggle-title i {
position: absolute;
width: 26px;
height: 26px;
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/plus-minus.png) 0px 0px no-repeat;
right: 20px;
top: 10px;
}
.toggle .toggle-title.active i {
background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/plus-minus.png) 0px -26px no-repeat;
} .tabs li, .tabs p {
list-style: none;
float: left;
}
.tabs div {
font-size: 0.875em;
padding: 20px;
background: #fff;
border: 1px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.tabs ul li a {
position: relative;
top: 1px;
font-size: 0.875em;
color: #a4a4a4!important;
display: block;
padding: 10px 25px;
border-top: 2px solid transparent;
}
.tabs ul li a:hover {
background: #e9e9e9;
}
.tabs ul li.active a {
background: transparent;
background: #fff;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
border-bottom: 1px solid #fff;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
} .alert {
display: block;
text-align: left;
padding: 10px 20px;
font-size: 0.875em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.alert.error {
color: #b3696c;
background: #f9e5e6;
border: 1px solid #f7c7c9;
}
.alert.success {
color: #8FA442;
background: #E3EBC6;
border: 1px solid #C2D288;
}
.alert.info {
color: #528DA9;
background: #D8ECF5;
border: 1px solid #9AC9DF;
}
.alert.notice {
color: #C4A21B;
background: #FCF7D9;
border: 1px solid #F5DC7D;
}  @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.accordion .accordion-title span, .toggle .toggle-title i { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/plus-minus@2x.png) 0px 0px no-repeat; background-size: 26px 26px; }
.accordion .accordion-title.active span, .toggle .toggle-title.active i { background: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/plus-minus@2x.png) 0px -26px no-repeat; background-size: 26px 26px;}
}a, a:visited { color: #ee3b16; font-weight: 400; text-decoration: none; }
a:hover { color: #ffa593; }
.button { border: 1px solid #ee3b16; }
.button:hover { border: 1px solid #ffa593; }
.post-title a{color:#060606;}
.post-title a:hover{color:#ee3b16;}
.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active, .post-title a:hover, .cat-item a:hover, .widget-archive a:hover, .recentcomments a:hover, .widget-recent-entries a:hover, .comment-meta a:hover, .required  
{ color: #ee3b16; }
.gallery-next .bx-next:hover  { background: #ee3b16 url(//lehmanbrothe.rs/wp-content/themes/visia/images/blog/next.png) no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev:hover  { background: #ee3b16 url(//lehmanbrothe.rs/wp-content/themes/visia/images/blog/prev.png) no-repeat; background-size: 22px 22px;}
.filter.active, .filter:hover { color: #ee3b16; }
.tagcloud a { border: 1px solid #ee3b16; } 
.tagcloud a:hover { border: 1px solid #ffa593; }
.tabs ul li.active a {border-top: 2px solid #ee3b16;} .parallax.colored { background-color: #ee3b16; }
.list-dot { background: #ee3b16; }
.projectlist a:hover .projectinfo { 
background: #ee3b16; 
-webkit-transition: background .33s linear;
-moz-transition: background .15s linear;
-o-transition: background .15s linear;
transition: background .15s linear; 
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.gallery-next .bx-next:hover  { background: #ee3b16 url(//lehmanbrothe.rs/wp-content/themes/visia/images/blog/next@2x.png) no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev:hover  { background: #ee3b16 url(//lehmanbrothe.rs/wp-content/themes/visia/images/blog/prev@2x.png) no-repeat; background-size: 22px 22px;} 
}.animated {
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
animation-delay: .3s;
} @-webkit-keyframes ae-animation-fade {
0% {opacity: 0; -webkit-transform: scaleY(0) scaleX(0);}	
100% {opacity: 1; -webkit-transform: scaleY(1) scaleX(1)}
}
@-moz-keyframes ae-animation-fade {
0% {opacity: 0;}	
100% {opacity: 1;}
}
@-o-keyframes ae-animation-fade {
0% {opacity: 0;}	
100% {opacity: 1;}
}
@keyframes ae-animation-fade {
0% {opacity: 0; transform: scaleY(0) scaleX(0);}	
100% {opacity: 1; transform: scaleY(1) scaleX(1)}
}
.ae-animation-fade {
-webkit-animation-name: ae-animation-fade;
-moz-animation-name: ae-animation-fade;
-o-animation-name: ae-animation-fade;
animation-name: ae-animation-fade;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
opacity: 1!important;
}
.fade { opacity: 0; }
html.ie9 .fade { opacity: 1!important; } @-webkit-keyframes ae-animation-slide {
0% {-webkit-transform: translateY(100%);}	
100% {-webkit-transform: translateY(0%);}
}
@-moz-keyframes ae-animation-slide {
0% {-moz-transform: translateY(100%);}	
100% {-moz-transform: translateY(0%);}
}
@-o-keyframes ae-animation-slide {
0% {-o-transform: translateY(100%);}	
100% {-o-transform: translateY(0%);}
}
@keyframes ae-animation-slide {
0% {transform: translateY(100%);}	
100% {transform: translateY(0%);}
}
.ae-animation-slide {
-webkit-animation-name: ae-animation-slide;
-moz-animation-name: ae-animation-slide;
-o-animation-name: ae-animation-slide;
animation-name: ae-animation-slide;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
opacity: 1!important;
}
.slide { opacity: 0; }
html.ie9 .slide { opacity: 1!important; } @-webkit-keyframes ae-animation-hatch {
0% {-webkit-transform: rotate(0deg) scaleY(0);}
20% {-webkit-transform: rotate(-2deg) scaleY(1.05);}
35% {-webkit-transform: rotate(2deg) scaleY(1);}
50% {-webkit-transform: rotate(-2deg);}
65% {-webkit-transform: rotate(1deg);}
80% {-webkit-transform: rotate(-1deg);}	
100% {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes ae-animation-hatch {
0% {-moz-transform: rotate(0deg) scaleY(0);}
20% {-moz-transform: rotate(-2deg) scaleY(1.05);}
35% {-moz-transform: rotate(2deg) scaleY(1);}
50% {-moz-transform: rotate(-2deg);}
65% {-moz-transform: rotate(1deg);}
80% {-moz-transform: rotate(-1deg);}	
100% {-moz-transform: rotate(0deg);}
}
@-o-keyframes ae-animation-hatch {
0% {-o-transform: rotate(0deg) scaleY(0);}
20% {-o-transform: rotate(-2deg) scaleY(1.05);}
35% {-o-transform: rotate(2deg) scaleY(1);}
50% {-o-transform: rotate(-2deg);}
65% {-o-transform: rotate(1deg);}
80% {-o-transform: rotate(-1deg);}	
100% {-o-transform: rotate(0deg);}
}
@keyframes ae-animation-hatch {
0% {transform: rotate(0deg) scaleY(0);}
20% {transform: rotate(-2deg) scaleY(1.05);}
35% {transform: rotate(2deg) scaleY(1);}
50% {transform: rotate(-2deg);}
65% {transform: rotate(1deg);}
80% {transform: rotate(-1deg);}	
100% {transform: rotate(0deg);}
}
.ae-animation-hatch {
-webkit-animation-name: ae-animation-hatch;
-moz-animation-name: ae-animation-hatch;
-o-animation-name: ae-animation-hatch;
animation-name: ae-animation-hatch;
-webkit-animation-duration:1.6s;
-moz-animation-duration:1.6s;
-ms-animation-duration:1.6s;
-o-animation-duration:1.6s;
animation-duration:1.6s;
opacity: 1!important;
}
.hatch { opacity: 0; }
html.ie9 .hatch { opacity: 1!important; } @-webkit-keyframes ae-animation-entrance {
0% {
-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
opacity: 0.2;
}
30% {
-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
opacity: 1;
}
45% {
-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
60% {
-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
75% {
-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
90% {
-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
100% {
-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}
}
@-moz-keyframes ae-animation-entrance {
0% {
-moz-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
opacity: 0.2;
}
30% {
-moz-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
opacity: 1;
}
45% {
-moz-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
60% {
-moz-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
75% {
-moz-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
90% {
-moz-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
100% {
-moz-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}
}
@-o-keyframes ae-animation-entrance {
0% {
-o-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
opacity: 0.2;
}
30% {
-o-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
opacity: 1;
}
45% {
-o-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
60% {
-o-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
75% {
-o-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
90% {
-o-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
100% {
-o-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}
}
@keyframes ae-animation-entrance {
0% {
transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
opacity: 0.2;
}
30% {
transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
opacity: 1;
}
45% {
transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
60% {
transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
75% {
transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
90% {
transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
100% {
transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}
}
.ae-animation-entrance {
-webkit-animation-name: ae-animation-entrance;
-moz-animation-name: ae-animation-entrance;
-o-animation-name: ae-animation-entrance;
animation-name: ae-animation-entrance;
-webkit-animation-duration:1.6s;
-moz-animation-duration:1.6s;
-ms-animation-duration:1.6s;
-o-animation-duration:1.6s;
animation-duration:1.6s;
opacity: 1!important;
}
.entrance { opacity: 0; }
html.ie9 .entrance { opacity: 1!important; }.ie8 .grid-1,
.ie8 .grid-2,
.ie8 .grid-3,
.ie8 .grid-4,
.ie8 .grid-5,
.ie8 .grid-6,
.ie8 .grid-half,
.ie8 .grid-full {
float: left;
margin: 0 1.515151515152%;
}
.ie8 .grid-1     { width: 13.636363636364%; }
.ie8 .grid-2     { width: 30.30303030303%; }
.ie8 .grid-3,
.ie8 .grid-half  { width: 46.969696969697%; }
.ie8 .grid-4     { width: 63.636363636364%; }
.ie8 .grid-5     { width: 80.30303030303%; }
.ie8 .grid-6,
.ie8 .grid-full  { width: 96.969696969697%; }
.ie8 .parallax[style] { background-size: cover!important; background-attachment: scroll!important; background-position: top center!important; }
.ie8 .social-links { margin-top: 100px!important; }
.ie8 .copyright { margin-top: 30px!important; }
.ie8 #bx-pager a {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"!important; }.peFlareLightbox  {
z-index: 10000;
position: fixed;
overflow: hidden;
top: 0px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-transform: translateZ(0px);
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;	
opacity: 0;
filter: Alpha(Opacity=0);
overflow: hidden;
left: 0px;
display: none;
zoom: 1;
}
.peFlareLightbox img {
max-width: none !important;
}
.peFlareLightbox div, .peFlareLightbox span, .peFlareLightbox img {
outline: 0;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow:0px;
-webkit-box-shadow: 0px;
box-shadow:         0px;
}
.peFlareLightbox.peFlareLightboxActive  {
opacity: 1;
}
.peFlareLightbox .peFlareLightboxHidden {
position: absolute;
opacity: 0;
visibility: hidden;
filter: Alpha(Opacity=0);
z-index: 1;
}
.peFlareLightbox .peFlareLightboxOverlay {
position: absolute;
opacity: 0.8;
background-color: black;
filter: Alpha(Opacity=100);
width: 100%;
height: 100%;
z-index: 2;
}
.peFlareLightbox .peFlareLightboxContent {
position: absolute;
width: 100%;
height: 100%;
z-index: 3;
}
.peFlareLightbox .peFlareLightboxCaptions {
-webkit-transform: translateZ(0px);
-webkit-transition: top 0.5s;
-moz-transition: top 0.5s;
-o-transition: top 0.5s;
-ms-transition: top 0.5s;
position: absolute;
width: 100%;
height: 100%;
z-index: 4;
}
.peFlareLightbox .peFlareLightboxThumbs {
-webkit-transform: translateZ(0px);
position: absolute;
width: 100%;
height: 86px;
margin-top: 0px;
top: 100%;
z-index: 5;
-webkit-transition: margin-top 0.5s;
-moz-transition: margin-top 0.5s;
-o-transition: margin-top 0.5s;
-ms-transition: margin-top 0.5s;
}
.peFlareLightbox .peFlareLightboxVideo {
-webkit-transform: translateZ(0px);
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;	
position: absolute;
background-color: black;
width: 100%;
height: 100%;
z-index: 6;
opacity: 0;
visibility: hidden;
}
.peFlareLightbox .peFlareLightboxVideo video {
display: block;
}
.peFlareLightbox .peFlareLightboxVideo.peFlareLightboxActive {
opacity: 1;
visibility: visible;
}
.peFlareLightbox .peFlareLightboxVideo > div, .peFlareLightbox .peFlareLightboxVideo > iframe {
width: 100%;
}
.peFlareLightbox .peFlareLightboxThumbs.peFlareLightboxActive {
margin-top: -84px;
}
.peFlareLightbox .peFlareLightboxThumbs > span {
overflow: hidden;
display: block;
width: 100%;
height: 50px;
margin-top: -50px;
}
.peFlareLightbox.msie .peFlareLightboxThumbs > span {
background-color: black;
opacity: 0;
filter: Alpha(Opacity=0);
}
.peFlareLightbox .peFlareLightboxThumbs > div {
overflow: hidden;
background-color: black;
background-color: rgba(0,0,0,0.5);
}
.peFlareLightbox .peFlareLightboxThumbs > div > div {
overflow: hidden;
margin: auto;
}
.peFlareLightbox.mobile .peFlareLightboxThumbs > div > div {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
}
.peFlareLightbox.mobile .peFlareLightboxThumbs > div > div.touchMove {
-webkit-transition: all 0s;
-moz-transition: all 0s;
-o-transition: all 0s;
-ms-transition: all 0s;
}
.peFlareLightbox .peFlareLightboxThumbs > div > div > span {
width: 90px;
height: 60px;
display: block;
overflow: hidden;
float: left;
margin: 10px 0px 10px 10px;
cursor: pointer;
}
.peFlareLightbox .peFlareLightboxThumbs > div > span {
width: 90px;
height: 60px;
display: block;
overflow: hidden;
float: left;
margin: 10px 0px 10px 10px;
cursor: pointer;
}
.peFlareLightbox .peFlareLightboxThumbs > div > span.loaded {
background-image: none;
}
.peFlareLightbox .peFlareLightboxContent > div {
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
-ms-transition: all 1s;
-webkit-transform: translateZ(0px);
position: absolute;
overflow:hidden;
display: block;
width: 100%;
height: 100%;
opacity: 0;
}
.peFlareLightbox .peFlareLightboxContent > div.touchMove {
-webkit-transition: all 0s;
-moz-transition: all 0s;
-o-transition: all 0s;
-ms-transition: all 0s;
}
.peFlareLightbox .peFlareLightboxControls {
-webkit-transform: translateZ(0px);
z-index: 1000;
left:50%;
position: absolute;
}
.peFlareLightbox .peFlareLightboxControls > div{
position:relative;
left:-50%;
}
.peFlareLightbox .peFlareLightboxControls a {
display: block;
float: right;
margin: 5px 5px 5px 0px;
z-index: 1000;
}
.peFlareLightbox .peFlareLightboxSpinner {
-webkit-transform: translateZ(0px);
z-index: 1010;
width: 100%;
height: 100%;
position: absolute;
filter: Alpha(Opacity=100);
}
.peFlareLightbox .peFlareLightboxSpinner span {
display: block;
width: 24px;
height: 24px;
position: absolute; 
top: 50%; 
margin-top: -12px;
left: 50%;
margin-left: -12px;
border-radius: 4px;
filter: Alpha(Opacity=100);
}
.peFlareLightbox a.peFlareLightboxVideoIcon {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-transform: translateZ(0px);
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
position:absolute;
z-index:10;
cursor: pointer;
display: block;
height: 84px;
width: 84px;
top:50%;
left:50%;
display: block;
visibility: hidden;
opacity: 0;
}
.peFlareLightbox a.peFlareLightboxVideoIcon.peFlareLightboxActive {
opacity: 1;
visibility: visible;
}
.peFlareLightbox a.peFlareLightboxVideoIcon span {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position:relative;
display:block;
width:84px;
height:84px;
margin-top:-42px;
margin-left:-42px;
}
.peFlareLightbox .peFlareLightboxContent .peFlareLightboxRenderImage img {
-webkit-transition: all 1s;
}
.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery {
-webkit-transition: all 0s;
-moz-transition: all 0s;
-o-transition: all 0s;
-ms-transition: all 0s;
background-color: black;
filter: Alpha(Opacity=100);
opacity: 1;
}
.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img {
display:block;
position:absolute;
-webkit-transform-origin: 0 0;
-webkit-transform: translateZ(0px); }
.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.pePrevBW{
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-ms-transition: opacity 0.4s;
z-index:1;
}
.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.pePrevColor{
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-ms-transition: opacity 0.4s;
z-index:2;
}
.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.peCurrentBW{
-webkit-transition: opacity 0.8s;
-moz-transition: opacity 0.8s;
-o-transition: opacity 0.8s;
-ms-transition: opacity 0.8s;
z-index:4;
}
.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.peCurrentColor{
-webkit-transition: opacity 1.2s;
-moz-transition: opacity 1.2s;
-o-transition: opacity 1.2s;
-ms-transition: opacity 1.2s;
z-index:5;
} .peFlareDescription {
display: none !important;
}
.peFlareLightbox .peFlareLightboxCaptions > div > div,
.peFlareLightbox .peFlareLightboxCaptions > div{
margin:0;
padding:0;
border-radius:0;
box-shadow:none;
border:none;
outline:none;
background:transparent;
}
.peFlareLightbox .peFlareLightboxCaptions > div {
-webkit-transform: translateZ(0px);
width: 100%;
opacity: 0;
filter: Alpha(Opacity=0);
padding: 0px;
margin: 0px;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
position: absolute;
}
.peFlareLightbox .peFlareLightboxCaptions > div > div {
padding: 25px;
margin: auto;
max-width: 650px;
overflow:hidden;
}
.peFlareLightbox .peFlareLightboxCaptions > div > div > h3,
.peFlareLightbox .peFlareLightboxCaptions > div > div > p {
padding:0;
margin:0;
border:none;
outline:none;
background:transparent;
}
.peFlareLightbox .peFlareLightboxCaptions > div > div > p{
margin-top:15px;
}
.peFlareLightbox .peFlareLightboxCaptions > div.peFlareLightboxActive {
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
opacity: 1;
} @media (min-width: 480px) and (max-width: 767px) {
.peFlareLightbox a.peFlareLightboxVideoIcon {
height: 42px;
width: 42px;
}
.peFlareLightbox a.peFlareLightboxVideoIcon span {
width:42px;
height:42px;
margin-top:-21px;
margin-left:-21px;
}
} .hiddenLightboxContent{
display:none !important;
}.peFlareLightbox .peFlareLightboxControls a {
display: block;
float: right;
width: 30px;
height: 30px;
opacity:0.65;
}
.peFlareLightbox .peFlareLightboxControls a:hover{
opacity:1;
} .peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlPrev {
background:url(//lehmanbrothe.rs/wp-content/themes/visia/framework/js/pe.flare/themes/default/img/prev.png) no-repeat 0 0;
} .peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlNext {
background:url(//lehmanbrothe.rs/wp-content/themes/visia/framework/js/pe.flare/themes/default/img/next.png) no-repeat 0 0;
} .peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlClose {
background:url(//lehmanbrothe.rs/wp-content/themes/visia/framework/js/pe.flare/themes/default/img/close.png) no-repeat 0 0;
} .peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlThumbs {
background:url(//lehmanbrothe.rs/wp-content/themes/visia/framework/js/pe.flare/themes/default/img/thumbs.png) no-repeat 0 0;
}
.peFlareLightbox .peFlareLightboxSpinner span {
background: url(//lehmanbrothe.rs/wp-content/themes/visia/framework/js/pe.flare/themes/default/img/spinner.gif) no-repeat center center;
background-color: black;
background-color: rgba(0,0,0,.8);
}
.peFlareLightbox .peFlareLightboxThumbs > div > span {
background: url(//lehmanbrothe.rs/wp-content/themes/visia/framework/js/pe.flare/themes/default/img/spinner.gif) no-repeat center center;
background-color: black;
background-color: rgba(0,0,0,.8);
}
.peFlareLightbox a.peFlareLightboxVideoIcon span {
background: url(//lehmanbrothe.rs/wp-content/themes/visia/framework/js/pe.flare/themes/default/img/start.png) no-repeat 0 0;
}
.peFlareLightbox a.peFlareLightboxVideoIcon:hover span {
background-position: 0 -84px;
} .peFlareLightbox .peFlareLightboxThumbs > div > div > span {
border: 2px solid white;
box-shadow: 2px 2px 2px #000;
} .peFlareLightbox.desktop .peFlareLightboxContent .peFlareLightboxRenderImage img.fit {
border: 4px solid white;
box-shadow: 4px 4px 4px #000;
} .peFlareLightbox .peFlareLightboxCaptions > div {
background-color: black;
background-color: rgba(0,0,0,0.7);
}
.peFlareLightbox .peFlareLightboxCaptions > div > div > h3,
.peFlareLightbox .peFlareLightboxCaptions > div > div > p {
color: white;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
}
.peFlareLightbox .peFlareLightboxCaptions > div > div > p{
font-family: 'Open Sans', sans-serif;
font-weight:normal;
font-size:12px;
line-height:18px;
color:white;
}
p.peFlareLightboxFontPreload {
font-family: 'Open Sans', sans-serif;
opacity: 0;
display: inline;
font-size: 1px;
width: 1px;
height: 1px;
position: fixed;
} @media (min-width: 480px) and (max-width: 767px) { .peFlareLightbox a.peFlareLightboxVideoIcon span {
background: url(//lehmanbrothe.rs/wp-content/themes/visia/framework/js/pe.flare/themes/default/img/start_mob.png) no-repeat 0 0;
}
.peFlareLightbox a.peFlareLightboxVideoIcon:hover span {
background-position: 0 -42px;
}
}.form-click button {
margin-top: 50px;
border: none;
display: block;
width: 100%;
outline: none;
cursor: pointer;
text-align: center;
-webkit-font-smoothing: antialiased;
text-decoration: none;
-webkit-appearance: none;
font-size: 1em;
font-family: 'Open Sans', helvetica, arial, sans-serif;
font-weight: 400;
text-transform: uppercase;
color: #060606!important;
background: #949494;
line-height: 100%;
padding: 12px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.form-click button:hover { text-decoration: none; color: #060606!important; background: #fff; } 
.alert {
margin-top: 30px;
}
.nopostmedia h2 {
padding-top: 0;
}
.comment-body {
padding-bottom: 10px;
}
.blog {
margin-top: 30px;
}
.pe-wp-default ul {
list-style: none !important;
}
big {
font-size: 150%;
}
.sticky .post-title a {
color: #ee3b16;
}
.sticky .post-title a:hover{
color: #ffa593;
}
.pager li {
float: left;
font-size: 120%;
width: 50%;
margin: 30px 0 0;
}
.pager li.next {
text-align: right;
}
.pagination {
margin: 20px 0;
}
.pagination li {
display: inline-block;
font-size: 110%;
padding: 5px;
}
.pagination li.disabled a {
color: #333;
}
.pagination li.active a {
color: #333;
}
.inner-spacer-right-lrg img {
height: auto;
max-width: 100%
}
.large .icon-gmail:before {
margin-left: -2.5px;
}
.contact i:before {
font-size: 150%;
}
.hiddenslide,
.hidden_overlay {
display: none;
}
img {
height: auto;
}
.post.format-aside {
border-left:none;
padding:0px 0px 30px 70px;
}
.post.format-aside > div{
padding:30px;
background-color:#e9e9e9;
border-left:3px solid #060606;
}
.post .tags{
clear:both;
}
.post .tags a{
-webkit-border-radius: 3px;
border: 1px solid #ccc;
padding:3px 6px;
margin:0 3px 3px 0;
line-height: 36px;
white-space: nowrap;
color:#ccc;
font-size:12px;
}
.post .tags a:hover{
border-color:#999;
color:#999;
}
.widget_recent_entries li{
padding-bottom:8px;
}
.widget_recent_entries span{
display:block;
font-size:12px;
}
.formSent,
.formError {
display: none;
}
.formError{
color: #b3696c;
background: #f9e5e6;
border: 1px solid #f7c7c9;
}
.formSent{
color: #8FA442;
background: #E3EBC6;
border: 1px solid #C2D288;
}
.shortcode-title{
margin-top:50px;
}
.project-info{
text-align:left !important;
}
a.more-link{
clear: both;
display: block;
margin-top: 10px;
}
#reply-title,
#comments-title {
border-bottom:none;
} .icon-circle {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
border: 1px solid #fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #fff!important;
}
.icon-circle.large {
border: 2px solid #fff;
font-size: 1.3em;
}
.icon-circle.dark {
border: 1px solid #060606;
color: #060606!important;
}
.feature-icon {
font-size: 1.7em;
width: 64px;
height: 64px;
text-align: center;
line-height: 64px;
}
.feature {
display: inline-block;
width: 64px;
height: 64px;
cursor: help;
margin-bottom: 20px;
border: 2px solid #fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #fff;
}
.feature:hover {
background: #fff;
color: #ee3b16;
}
.team-list {
float: none;
}
.social-list li { display: inline-block; }
.social-list a {
display: block;
filter: alpha(opacity=50);
opacity: .5;
}
.social-list a:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.row-fluid:before, .row-fluid:after { content:""; display: table; }
.row-fluid:after { clear:both; }
.row-fluid { zoom:1; }
.pe-wp-default .tabs ul,
.pe-wp-default .tabs ul li {
list-style: none !important;
margin: 0;
}
.pe-wp-default .tabs ul li:before {
content: "";
display: none;
margin: 0;
}
#bx-pager a img {
opacity: .4 !important;
filter: alpha(opacity=40) !important;
}
#bx-pager a.active img,
#bx-pager a:hover img {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.post a .date {
color: #060606;
text-decoration: none;
}
.post.type-testimonial,
.post.type-gallery,
.post.type-video,
.post.type-service,
.post.type-staff,
.post.type-attachment {
border-bottom: 0;
padding-left: 0;
}
.post.type-testimonial .post-body {
margin-top: 30px;
}
.type-post .post-title h2 {
font-weight: 400;
}
.date {
font-weight: 300 !important;
}
#big-video-image {
left: 0 !important;
}
.accordion .accordion-title span {
background-image: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/plus-minus.png);
background-size: auto;
}
.accordion .accordion-title.active span {
background-image: url(//lehmanbrothe.rs/wp-content/themes/visia/images/icons/plus-minus.png);
background-size: auto;
background-position: 0px -26px !important;
}
.home-first-section {
height: 1000px;
}
section .content.padded.background-page {
padding-bottom: 0px;
}
.slider-cover.has-parallax {
background-color: transparent;
}
.vegas-background {
z-index: -101 !important;
}
.mobile .fade, .mobile .slide, .mobile .entrance, .mobile .hatch {
opacity: 1!important;
}
.team-list .team-member {
display: inline-block;
float: none;
}.alignright,
.alignleft,
.aligncenter,
.sticky,
.wp-caption-text,
.wp-caption,
.bypostauthor,
.gallery-caption{
}
.alignright{
float:right;
clear:right;
margin-left:20px;
margin-bottom:10px;
}
.alignleft{
float:left;
clear:left;
margin-right:20px;
margin-bottom:10px;
}
.aligncenter{
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}
strong{
font-weight: bold;
font-weight:700;
}
cite, var, em{
font-style: italic;
}
ins {  
text-decoration: none;
}
.pe-wp-default h1,
div.post h1 a,
.pe-wp-default a,
.page-title h1{
-moz-hyphens: auto;
word-wrap: break-word;
}
.format-aside{
border-left-width:22px;
border-left-style: solid; 
padding: 20px;
}
.sticky .post-title h1{
padding:10px 10px;
}  #lang_sel,
#lang_sel_click{
height: 20px;
z-index:2000;
}
#lang_sel_click img.iclflag {
float: left;
padding-top:5px;
margin-right:5px;
}
#lang_sel_click ul ul img.iclflag {
padding-top:0px;
top:2px;
margin-right:0;
}
#lang_sel ul ul li a:hover,
#lang_sel ul ul li,
#lang_sel ul ul li a:hover span{
color:#666;
}
#lang_sel ul ul li:hover a,
#lang_sel_click ul ul li:hover a{
color:#666;
background-color:#fff;
}
#lang_sel a, 
#lang_sel a:visited{
border-color:#e9e9e9;
}
.sidebar #lang_sel li{
width:100%;
}
.sidebar #lang_sel{
display:block;
height:34px;
}
#lang_sel ul ul a, 
#lang_sel ul ul a:visited,
#lang_sel_click ul ul a, 
#lang_sel_click ul ul a:visited {
background-color:#fff;
border-color:#e9e9e9;
color:#666;
}
.widget #lang_sel ul ul a,
.widget #lang_sel ul ul a:visited,
.widget #lang_sel a.lang_sel_sel,
.widget #lang_sel_click ul ul a,
.widget #lang_sel_click ul ul a:visited,
.widget #lang_sel_click a.lang_sel_sel {
background-color:#fff;
border-color:#e9e9e9;
color:#666;
}
.widget #lang_sel ul ul a{
padding:8px;
display:block;
}
.widget #lang_sel a.lang_sel_sel:hover,
.widget #lang_sel ul ul li:hover a,
.widget #lang_sel_click a.lang_sel_sel:hover,
.widget #lang_sel_click ul ul li:hover a{
background-color:#fdfdfd;
border-color:#e9e9e9;
color:#666;
}
.widget #lang_sel ul ul li:hover a span{
color:#666 !important;
}
.widget #lang_sel ul ul li:hover,
.widget #lang_sel ul ul li:hover a{
border-color:#e9e9e9;
}
.widget #lang_sel a.lang_sel_sel{
padding:4px 4px 4px 8px;
}
#lang_sel ul ul,
#lang_sel_click ul ul{
border-top-color:#777;
}
.widget #lang_sel ul ul a,
#lang_sel ul ul a,
#lang_sel_click ul ul a{
line-height:16px !important;
}
#lang_sel ul ul, #lang_sel_click ul ul{
border-top-color:#e9e9e9;
} #lang_sel,
#lang_sel_click{
z-index:1990;
}
.sidebar #lang_sel ul ul{
top:33px;
width:100%;
}
#lang_sel ul ul a:hover{
background-color:#fff;
color:#666;
}
#lang_sel a span.icl_lang_sel_current{ display:inline;
}
#lang_sel a span{
font-style: normal;
color:#444;
font-size:11px;
display:inline;
} #lang_sel{
font-family: 'Open Sans', arial, sans-serif;
font-weight:400;
}
#lang_sel a{
font-size:12px;
}
#lang_sel a.lang_sel_sel,
#lang_sel_click a.lang_sel_sel{
background-color:#fff;
background-position:90% 50%;
color: #666;
border-color:#e9e9e9;
}
#lang_sel a.lang_sel_sel:hover,
#lang_sel_click a.lang_sel_sel:hover{
color:#666;
background-color:#fff;
}
#lang_sel_list{
position:absolute;
top:10px;
right:30px;
width:auto;
}
#lang_sel_list ul{
width:auto;
border:none;
}
#lang_sel_list li{
width:auto;
}
#lang_sel_list a, #lang_sel_list a:visited{
border:none;
}
#lang_sel img.iclflag{
display:inline;
top:0;
margin-right:3px;
}
#lang_sel_list a.lang_sel_sel,
#lang_sel_list a span{
color:#c2c2c2 !important;
}
#lang_sel_list a:hover span{
color:#D73300 !important;
}
#lang_sel_list a span.icl_lang_sel_current,
#lang_sel_list a:hover span.icl_lang_sel_current{
color:#333 !important;
cursor:default;
}
.pe-wpml-lang-selector{
position:absolute;
margin-left:35px;
top:16px;
display:inline-block;
} @media (max-width: 479px) {
nav #lang_sel a span.icl_lang_sel_current{
display:none;
}
nav #lang_sel a.lang_sel_sel, 
nav #lang_sel_click a.lang_sel_sel{
width:38px;
padding-left:4px;
}
nav #lang_sel li{
width:auto;
}
nav #lang_sel ul ul a,  
nav #lang_sel_click ul ul a,
nav #lang_sel_click ul ul{
width:38px;
padding-left:4px;
}
nav #lang_sel ul ul a,  
nav #lang_sel_click ul ul a{
height:26px;
}
nav #lang_sel ul ul{
width:38px;
}
nav #lang_sel a span{
font-size:1px;
display:none;
color:#fff;
}
nav #lang_sel a.lang_sel_sel{
background-position:100% 50%;
}
} .pe-wp-default img,
.pe-wp-default .comment-body img{
max-width: 100%; 
}
.pe-wp-default img[class*="align"],
.pe-wp-default img[class*="wp-image-"],
.pe-wp-default img[class*="attachment-"] {
height: auto; 
}
.pe-wp-default img.size-full,
.pe-wp-default img.size-large,
.pe-wp-default img.header-image,
.pe-wp-default img.wp-post-image {
max-width: 100%;
height: auto; 
}
.pe-wp-default .wp-caption {
max-width: 100%; 
padding: 4px;
}
.pe-wp-default .wp-caption .wp-caption-text,
.pe-wp-default .gallery-caption,
.pe-wp-default .entry-caption {
font-style: normal;
font-size: 12px;
line-height: 20px;
}
.pe-wp-default .wp-caption .wp-caption-text > a,
.pe-wp-default .gallery-caption > a,
.pe-wp-default .entry-caption > a{
text-decoration:underline;
}
.pe-wp-default .gallery-item{
margin:0;
}
.pe-wp-default .gallery-item > .gallery-icon > a > img{
display:inline;
}
.pe-wp-default .gallery-item a,
.pe-wp-default .gallery-caption {
width: 90%;
}
.pe-wp-default .gallery-item a {
display: block;
}
.pe-wp-default .gallery-caption a {
display: inline;
}
.pe-wp-default .gallery-columns-1 .gallery-item a {
max-width: 100%;
width: auto;
}
.pe-wp-default .gallery .gallery-icon img {
height: auto;
max-width: 90%;
padding: 5%;
}
.pe-wp-default .gallery-columns-1 .gallery-icon img {
padding: 3%;
} .pe-wp-default table,
.pe-wp-default .comment-body table {
border-bottom-width:1px;
border-bottom-style: solid;
font-size: 12px;
line-height: 2;
margin: 0 0 24px;
width: 100%;
}
.pe-wp-default th{
font-size: 12px;
font-weight: bold;
line-height: 2.18182;
text-transform: uppercase;
}
.pe-wp-default td, .pe-wp-default .comment-body td {
border-top-width:1px;
border-top-style: solid;
padding: 6px 10px 6px 0;
}
.pe-wp-default caption, .pe-wp-default th, .pe-wp-default td {
font-size:12px;
text-align: left;
} .pe-wp-default dl, .pe-wp-default .comment-body dl{
margin-left:20px;
margin-right:20px;
}
.pe-wp-default dt, .pe-wp-default .comment-body dt {
font-weight: bold;
line-height: 22px;
}
.pe-wp-default dd, .pe-wp-default .comment-body dd {
line-height: 22px;
margin-bottom: 22px
} .pe-wp-default ul, .pe-wp-default .comment-body ul, .pe-wp-default .mu_register ul {
list-style: disc outside none;
}
.pe-wp-default ol, .pe-wp-default .comment-body ol {
list-style: decimal outside none;
}
.pe-wp-default ol, .pe-wp-default .comment-body ol, .pe-wp-default ul, .pe-wp-default .comment-body ul, .pe-wp-default .mu_register ul {
line-height: 22px;
margin: 0 0 20px;
}
.pe-wp-default li, .pe-wp-default .comment-body li, .pe-wp-default .mu_register li {
margin: 0 0 0 30px;
}
.pe-wp-default ul ul, .pe-wp-default .comment-body ul ul, .pe-wp-default ol ol, .pe-wp-default .comment-body ol ol, .pe-wp-default ul ol, .pe-wp-default .comment-body ul ol, .pe-wp-default  ol ul, .pe-wp-default .comment-body ol ul {
margin-bottom: 0;
} .pe-wp-default address, .pe-wp-default .comment-body address {
display: block;
line-height: 22px;
margin: 0 0 22px;
font-style:italic;
}
.pe-wp-default abbr, .pe-wp-default .comment-body abbr, .pe-wp-default dfn, .pe-wp-default .comment-body dfn, .pe-wp-default acronym, .pe-wp-default .comment-body acronym {
border-bottom-width: 1px;
border-bottom-style: dotted;
cursor: help;
}
.pe-wp-default code, .pe-wp-default .comment-body code,
.pe-wp-default kbd, .pe-wp-default tt {
font-family: Consolas,Monaco,Lucida Console,monospace;
font-size: 11px;
line-height: 2;
}
.pe-wp-default pre, .pe-wp-default .comment-body pre {
border-width: 1px;
border-style: solid;
font-family: Consolas,Monaco,Lucida Console,monospace;
font-size: 12px;
line-height: 20px;
margin: 20px 0;
overflow: auto;
padding: 20px;
}
blockquote, q {
quotes: none;
}
sub {
bottom: -0.25em;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.pe-wp-default embed,
.pe-wp-default iframe,
.pe-wp-default object,
.pe-wp-default video {
max-width: 100%;
}
.pe-wp-default .twitter-tweet-rendered {
max-width: 100% !important; }
.pe-wp-default h1{
font-size:70px;
}
.page-links{
float:left;
clear:both;
margin-bottom:20px;
}
.page-links > a{
padding:2px 5px;
}
.post.format-aside{
border-top:none;
} .peFlareLightbox {
z-index: 99999 !important;
}
#start-resizable-editor-section{display:none}.wp-block-audio{margin:0 0 1em}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-align:center;text-decoration:none;overflow-wrap:break-word;box-sizing:border-box}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:calc(100% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100:only-child{margin-right:0;width:100%}@supports (column-gap:0.5em){.wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button,.wp-block-buttons>.wp-block-button.wp-block-button{margin-right:0;margin-left:0}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .375em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .25em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .125em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:auto;flex-basis:100%}}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid;padding:.667em 1.333em}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:currentColor}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:.5em}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-left:0;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;margin-bottom:.5em;width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{margin:0 0 1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__embed{margin-bottom:1em}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;align-self:flex-start;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image,.blocks-gallery-grid.is-cropped .blocks-gallery-item,.wp-block-gallery.is-cropped .blocks-gallery-image,.wp-block-gallery.is-cropped .blocks-gallery-item{align-self:inherit}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports (position:sticky){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin:0 0 1em}.wp-block-image img{max-width:100%}.wp-block-image:not(.is-style-rounded) img{border-radius:inherit}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto;max-width:100%}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{ direction:ltr; display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{ grid-column:1;grid-row:1; margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; grid-column:2;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ grid-column:2;grid-row:1 }.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ grid-column:1;grid-row:1 }.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-link,.wp-block-navigation .wp-block-pages-list__item{display:flex;align-items:center;position:relative}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty,.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty{display:none}.wp-block-navigation .wp-block-navigation-link__content,.wp-block-navigation .wp-block-pages-list__item__link{color:inherit;display:block}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation-link__submenu-icon,.wp-block-navigation .wp-block-page-list__submenu-icon{height:inherit}.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .wp-block-page-list__submenu-icon svg{stroke:currentColor}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,.wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link{padding:0}.wp-block-navigation .has-child>.wp-block-navigation-link__content,.wp-block-navigation .has-child>.wp-block-pages-list__item__link{margin-right:.5em}.wp-block-navigation .has-child .submenu-container,.wp-block-navigation .has-child .wp-block-navigation-link__container{background-color:inherit;color:inherit;position:absolute;z-index:2;flex-direction:column;align-items:normal;min-width:200px;display:none;opacity:0;transition:opacity .1s linear;visibility:hidden}.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__content,.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__content,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__content,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__content,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-pages-list__item__link{flex-grow:1}.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon{padding-right:.5em}@media (min-width:782px){.wp-block-navigation .has-child .submenu-container .submenu-container:before,.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before,.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:hover>.wp-block-navigation-link__container{display:flex;visibility:visible;opacity:1}.wp-block-navigation .has-child:focus-within>.wp-block-navigation-link__container{display:flex;visibility:visible;opacity:1}.wp-block-navigation .has-child:hover{cursor:pointer}.wp-block-navigation .has-child:hover>.submenu-container{display:flex;visibility:visible;opacity:1}.wp-block-navigation .has-child:focus-within{cursor:pointer}.wp-block-navigation .has-child:focus-within>.submenu-container{display:flex;visibility:visible;opacity:1}.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container{left:auto;right:0}.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:auto;right:100%}.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .wp-block-page-list,.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item{margin:0 2em 0 0}.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link:last-child,.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item:last-child{margin-right:0}.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container>.wp-block-navigation-link,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list>.wp-block-pages-list__item{margin:0 .5em 0 0}.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link{padding:.5em 1em}.wp-block-navigation.wp-block-navigation .has-child .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container{left:-1em;top:100%}.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item{margin:0}.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link{padding:.5em 1em}.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:-1px}@media (min-width:782px){.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:100%;top:-1px}}.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container{left:0;top:100%}.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:0}@media (min-width:782px){.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:100%;top:0}}.wp-block-navigation:not(.has-background) .submenu-container,.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation__container{align-items:center;list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}@media (min-width:600px){.wp-block-navigation__container{display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block;flex-direction:column;align-items:flex-start}}.items-justified-center .wp-block-navigation__container{justify-content:center}.items-justified-right .wp-block-navigation__container{justify-content:flex-end}.items-justified-space-between .wp-block-navigation__container{justify-content:space-between}.is-vertical.items-justified-center>ul{align-items:center}.is-vertical.items-justified-right>ul{align-items:flex-end}.is-vertical.items-justified-right>ul .wp-block-navigation-link,.is-vertical.items-justified-right>ul .wp-block-pages-list__item{margin-right:0;justify-content:flex-end}.wp-block-navigation__responsive-container{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;align-items:flex-start;justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open{display:flex;flex-direction:column;overflow:auto;z-index:100000;padding:24px;background-color:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;align-items:flex-start;line-height:48px;padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list{flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container{background:transparent!important}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.is-menu-open){display:flex;flex-direction:row;position:relative;background-color:inherit}.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{vertical-align:middle;cursor:pointer;color:currentColor;background:transparent;border:none;margin:0;padding:0}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;pointer-events:none;display:block;width:24px;height:24px}.wp-block-navigation__responsive-container-open{display:flex}@media (min-width:600px){.wp-block-navigation__responsive-container-open{display:none}}.items-justified-left .wp-block-navigation__responsive-container-open{margin-left:0;margin-right:auto}.items-justified-center .wp-block-navigation__responsive-container-open{margin-left:auto;margin-right:auto}.items-justified-right .wp-block-navigation__responsive-container-open{margin-left:auto;margin-right:0}.wp-block-navigation__responsive-container-close{position:absolute;top:24px;right:24px;z-index:2}.wp-block-navigation__responsive-close{width:100%}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{width:100%;height:100%}.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon{display:none}.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container{position:relative;opacity:1;visibility:visible;padding:0 0 0 32px;border:none}.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item{flex-direction:column;align-items:flex-start}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation .wp-block-home-link__content{color:inherit;display:block;padding:.5em 1em}.wp-block-navigation[style*=text-decoration] .wp-block-home-link,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus{text-decoration:none}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container{top:-1px}.wp-block-navigation .wp-block-page-list{display:flex;flex-wrap:wrap;background-color:inherit}.wp-block-navigation .wp-block-pages-list__item{background-color:inherit}.wp-block-navigation .wp-block-page-list__submenu-icon{display:none}.is-open .wp-block-navigation__container .wp-block-page-list,.is-vertical .wp-block-navigation__container .wp-block-page-list,.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon{display:block}@media (min-width:480px){.is-open .wp-block-navigation__container .wp-block-page-list{display:flex}}.items-justified-space-between .wp-block-page-list{display:contents}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments .commentlist{list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5;margin-left:-3.25em}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{line-height:1.5;margin-left:-3.25em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.75em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block}.wp-block-post-comments .comment-form-comment textarea{box-sizing:border-box;width:100%}.wp-block-post-comments .reply{font-size:.75em;margin-bottom:1.4em}.wp-block-post-comments input,.wp-block-post-comments textarea{border:1px solid #949494}.wp-block-post-comments-form input[type=submit]{border:none;box-shadow:none;cursor:pointer;display:inline-block;text-align:center;overflow-wrap:break-word}.wp-block-post-excerpt__more-link,.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{margin:0 0 1em;padding:3em 0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-post-template,.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-post-template li,.wp-block-query-loop li{clear:both}.wp-block-post-template.is-flex-container,.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li:nth-child(3n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li:nth-child(6n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-query-pagination{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border-top:1px solid;border-bottom:1px solid}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-site-logo{line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{width:120px;height:auto}.wp-block-site-logo .aligncenter{display:table}.wp-block-site-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-duration:0s;transition-delay:0s}}.wp-block-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{margin:0 0 1em;overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{border-color:inherit}.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{border-style:inherit}.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{border-width:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin:0 0 1em}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}