.umb-block-grid__layout-container{position:relative;display:grid;grid-template-columns:repeat(var(--umb-block-grid--grid-columns,1),minmax(0,1fr));grid-auto-flow:row;grid-auto-rows:minmax(50px,min-content);-moz-column-gap:var(--umb-block-grid--column-gap,0);column-gap:var(--umb-block-grid--column-gap,0);row-gap:var(--umb-block-grid--row-gap,0)}.umb-block-grid__layout-item{position:relative;grid-column-end:span min(calc(var(--umb-block-grid--item-column-span,1)*3),var(--umb-block-grid--grid-columns));grid-row:span var(--umb-block-grid--item-row-span,1)}.umb-block-grid__layout-item:has(.blockGrayContent){background-color:#f9f9f9}.umb-block-grid__area-container,.umb-block-grid__block--view::part(area-container){position:relative;display:grid;grid-template-columns:repeat(var(--umb-block-grid--area-grid-columns,var(--umb-block-grid--grid-columns,1)),minmax(0,1fr));grid-auto-flow:row;grid-auto-rows:minmax(50px,min-content);-moz-column-gap:var(--umb-block-grid--areas-column-gap,0);column-gap:var(--umb-block-grid--areas-column-gap,0);row-gap:var(--umb-block-grid--areas-row-gap,0)}.umb-block-grid__area{position:relative;height:100%;display:flex;flex-direction:column;grid-column-end:span min(calc(var(--umb-block-grid--area-column-span,1)*3),var(--umb-block-grid--area-grid-columns));grid-row:span var(--umb-block-grid--area-row-span,1)}@media(min-width:1024px){.umb-block-grid__layout-item{grid-column-end:span min(var(--umb-block-grid--item-column-span,1),var(--umb-block-grid--grid-columns))}.umb-block-grid__layout-item:has(.blockImage){display:flex;justify-content:center;align-items:center}.umb-block-grid__area{grid-column-end:span min(var(--umb-block-grid--area-column-span,1),var(--umb-block-grid--area-grid-columns))}}
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Playfair+Display:ital,wght@0,400;0,700;1,700&display=swap");
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';font-display:block;src:url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0#iefix&v=4.7.0") format('embedded-opentype'),url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'),url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'),url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'),url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular#fontawesomeregular") format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.ilightbox-overlay.dark{background:#000}.ilightbox-loader.dark{-webkit-box-shadow:black 0 0 85px,black 0 0 85px;box-shadow:black 0 0 85px,black 0 0 85px}.ilightbox-loader.dark div{background:#000 url("/css/ilightbox/dark-skin/preloader.gif") no-repeat center}.ilightbox-holder.dark{padding:5px;background:#000;-webkit-box-shadow:0 0 15px hsla(0,0%,0%,.8);box-shadow:0 0 15px hsla(0,0%,0%,.8)}.ilightbox-holder.dark .ilightbox-container .ilightbox-caption{background:url("/css/ilightbox/dark-skin/caption-bg.png");color:#fff;text-shadow:0 1px black}.ilightbox-holder.dark .ilightbox-container .ilightbox-social{background:url("/css/ilightbox/dark-skin/caption-bg.png");-webkit-border-radius:2px;border-radius:2px}.ilightbox-holder.dark .ilightbox-alert{background:url("/css/ilightbox/dark-skin/alert.png") no-repeat center top;color:#555}.ilightbox-toolbar.dark{top:11px;left:10px}.ilightbox-toolbar.dark a{width:25px;height:23px;background:#000 url("/css/ilightbox/dark-skin/buttons.png") no-repeat 7px 6px}.ilightbox-toolbar.dark a.disabled{opacity:.2;filter:alpha(opacity=20);cursor:default;background-color:#000 !important}.ilightbox-toolbar.dark a:first-of-type{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.ilightbox-toolbar.dark a:last-of-type{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.ilightbox-toolbar.dark a.ilightbox-close:hover{background-position:-32px 6px}.ilightbox-toolbar.dark a.ilightbox-fullscreen{background-position:6px -33px;right:35px}.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover{background-position:-31px -33px}.ilightbox-toolbar.dark a.ilightbox-play{background-position:8px -57px}.ilightbox-toolbar.dark a.ilightbox-play:hover{background-position:-32px -57px}.ilightbox-toolbar.dark a.ilightbox-pause{background-position:8px -83px}.ilightbox-toolbar.dark a.ilightbox-pause:hover{background-position:-32px -83px}.isMobile .ilightbox-toolbar.dark{background:#000;top:auto;bottom:0;left:0;width:100%;height:40px;text-align:center;-webkit-box-shadow:0 0 25px rgba(0,0,0,.8);box-shadow:0 0 25px rgba(0,0,0,.8)}.isMobile .ilightbox-toolbar.dark a{display:inline-block;float:none;width:50px;height:40px;background-size:50%;background-position:50% !important}.isMobile .ilightbox-toolbar.dark a:hover{background-color:#111}.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen{background-image:url("/css/ilightbox/dark-skin/fullscreen-icon-64.png");background-image:url("/css/ilightbox/dark-skin/fullscreen-icon-ie.png")\9}.isMobile .ilightbox-toolbar.dark a.ilightbox-close{background-image:url("/css/ilightbox/dark-skin/x-mark-icon-64.png");background-image:url("/css/ilightbox/dark-skin/x-mark-icon-ie.png")\9}.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button{background-image:url("/css/ilightbox/dark-skin/arrow-next-icon-64.png");background-image:url("/css/ilightbox/dark-skin/arrow-next-icon-ie.png")\9;background-position:52% 50%}.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button{background-image:url("/css/ilightbox/dark-skin/arrow-prev-icon-64.png");background-image:url("/css/ilightbox/dark-skin/arrow-prev-icon-ie.png")\9;background-position:48% 50%}.isMobile .ilightbox-toolbar.dark a.ilightbox-play{background-image:url("/css/ilightbox/dark-skin/play-icon-64.png");background-image:url("/css/ilightbox/dark-skin/play-icon-ie.png")\9}.isMobile .ilightbox-toolbar.dark a.ilightbox-pause{background-image:url("/css/ilightbox/dark-skin/pause-icon-64.png");background-image:url("/css/ilightbox/dark-skin/pause-icon-ie.png")\9}.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title{font-size:18px;padding:10px 8px;padding-right:60px;color:#fff}.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar{left:auto;top:5px;right:5px}.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a{-webkit-border-radius:0;border-radius:0;float:right}.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img{box-shadow:0 0 6px rgba(0,0,0,.9)}.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video{background:url("/css/ilightbox/dark-skin/thumb-overlay-play.png") no-repeat center}.ilightbox-button.dark.disabled{opacity:.1;filter:alpha(opacity=10);cursor:default;background-color:#000 !important}.ilightbox-button.dark span{display:block;width:100%;height:100%}.ilightbox-button.dark{bottom:0;right:0;left:0;left:45%\9;right:auto\9;width:95px;height:75px;margin:auto;background:url("/css/ilightbox/dark-skin/arrow-next-vertical-icon-64.png") no-repeat 50% 65%;background-color:#000;-webkit-border-radius:0;border-radius:0;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px}.ilightbox-button.ilightbox-button.dark:hover{background-color:#111}.ilightbox-button.ilightbox-prev-button.dark{top:0;bottom:auto;background-image:url("/css/ilightbox/dark-skin/arrow-prev-vertical-icon-64.png");background-position:50% 35%;-webkit-border-radius:0;border-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.ilightbox-button.dark.horizontal{right:0;left:auto;top:0;bottom:0;top:41%\9;bottom:auto\9;width:75px;height:95px;background-image:url("/css/ilightbox/dark-skin/arrow-next-icon-64.png");background-position:65% 50%;-webkit-border-radius:0;border-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px}.ilightbox-button.ilightbox-prev-button.dark.horizontal{right:auto;left:0;background-image:url("/css/ilightbox/dark-skin/arrow-prev-icon-64.png");background-position:35% 50%;-webkit-border-radius:0;border-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-right-radius:5px}
.ilightbox-overlay,.ilightbox-loader,.ilightbox-loader *,.ilightbox-holder,.ilightbox-holder .ilightbox-container,.ilightbox-holder .ilightbox-container img.ilightbox-image,.ilightbox-holder .ilightbox-container .ilightbox-caption,.ilightbox-toolbar,.ilightbox-toolbar *,.ilightbox-thumbnails,.ilightbox-thumbnails *,.ilightbox-holder .ilightbox-container .ilightbox-social,.ilightbox-holder .ilightbox-container .ilightbox-social *{float:none;margin:0;padding:0;border:0;outline:0;font-size:100%;line-height:100%;vertical-align:baseline;background:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-o-user-select:none;user-select:none}.ilightbox-overlay,.ilightbox-loader,.ilightbox-loader *,.ilightbox-holder .ilightbox-container .ilightbox-caption,.ilightbox-toolbar,.ilightbox-thumbnails,.ilightbox-thumbnails *,.ilightbox-holder .ilightbox-container .ilightbox-social{-webkit-transform:translateZ(0);-moz-transform:translateZ(0)}.ilightbox-noscroll{overflow:hidden}.ilightbox-closedhand *{cursor:url("/css/closedhand.cur"),default !important}.ilightbox-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000}.ilightbox-loader{position:fixed;z-index:100005;top:45%;left:-192px;padding-left:30px;opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter:alpha(opacity=90);-webkit-border-radius:0 100px 100px 0;border-radius:0 100px 100px 0}.ilightbox-loader div{width:72px;height:72px;-webkit-border-radius:0 100px 100px 0;border-radius:0 100px 100px 0}.ilightbox-loader.horizontal{left:45%;top:-192px;padding:0;padding-top:30px;-webkit-border-radius:0 0 100px 100px;border-radius:0 0 100px 100px}.ilightbox-loader.horizontal div{-webkit-border-radius:0 0 100px 100px;border-radius:0 0 100px 100px}.ilightbox-toolbar{display:none;position:fixed;z-index:100010}.ilightbox-toolbar a{float:left;cursor:pointer}.ilightbox-toolbar .ilightbox-prev-button,.ilightbox-toolbar .ilightbox-next-button{display:none}.ilightbox-thumbnails{display:block;position:fixed;z-index:100009}.ilightbox-thumbnails.ilightbox-horizontal{bottom:0;left:0;width:100%;height:100px}.ilightbox-thumbnails.ilightbox-vertical{top:0;right:0;width:140px;height:100%;overflow:hidden}.ilightbox-thumbnails .ilightbox-thumbnails-container{display:block;position:relative}.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container{width:100%;height:100px}.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container{width:140px;height:100%}.ilightbox-thumbnails .ilightbox-thumbnails-grid{display:block;position:absolute;-webkit-transform:translateZ(0);-moz-transform:translateZ(0)}.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail{display:block;cursor:pointer;padding:10px;position:relative}.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img{width:100%;height:100%;-webkit-border-radius:2px;border-radius:2px;-ms-interpolation-mode:bicubic}.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.7}.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover{opacity:1}.ilightbox-holder{display:none;position:fixed;z-index:100003;-webkit-transform:none;-moz-transform:none}.ilightbox-holder.ilightbox-next,.ilightbox-holder.ilightbox-prev{cursor:pointer}.ilightbox-holder div.ilightbox-container{position:relative;width:100%;height:100%}.ilightbox-holder.supportTouch div.ilightbox-container{overflow:scroll;-webkit-overflow-scrolling:touch}.ilightbox-holder img.ilightbox-image{width:100%;height:100%}.ilightbox-holder .ilightbox-container .ilightbox-caption{display:none;position:absolute;left:30px;right:30px;bottom:0;max-width:100%;padding:5px 10px;margin:0 auto;font-size:12px;line-height:150%;word-wrap:break-word;z-index:20003;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.ilightbox-holder .ilightbox-container .ilightbox-social{display:none;position:absolute;left:10px;top:10px;padding:5px;padding-left:0;z-index:20003;height:16px}.ilightbox-holder .ilightbox-container .ilightbox-social ul{float:left;list-style:none;height:16px}.ilightbox-holder .ilightbox-container .ilightbox-social ul li{display:inline}.ilightbox-holder .ilightbox-container .ilightbox-social ul li a{float:left;margin-left:5px;width:16px;height:16px;background-repeat:no-repeat;background-position:50%}.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a{background-image:url("/social_icons/facebook_16.png")}.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a{background-image:url("/social_icons/digg_16.png")}.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a{background-image:url("/social_icons/twitter_16.png")}.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a{background-image:url("/social_icons/delicious_16.png")}.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a{background-image:url("/social_icons/reddit_16.png")}.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a{background-image:url("/social_icons/google_plus_16.png")}.ilightbox-holder .ilightbox-alert{display:block;position:absolute;left:0;right:0;top:0;bottom:0;text-align:center;padding-top:100px;margin:auto;width:300px;height:50px}.ilightbox-holder .ilightbox-wrapper{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.ilightbox-holder .ilightbox-inner-toolbar{position:relative;z-index:100}.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar{position:absolute}.ilightbox-button{position:fixed;z-index:100008;cursor:pointer}.isMobile .ilightbox-button,.isMobile .ilightbox-thumbnails{display:none !important}.isMobile .ilightbox-toolbar .ilightbox-prev-button,.isMobile .ilightbox-toolbar .ilightbox-next-button{display:block}
nav,nav a,nav a:hover,nav a:active,nav a:visited{color:#fff}.menu{position:fixed;top:0;left:0;width:100%;max-width:100%;height:65px;z-index:20}.menu-bg{position:fixed;height:65px;width:100%;z-index:2;background-color:#b2002f}.menu .menu-container{position:relative;float:right}.menu .logoarea svg{width:220px;height:auto;shape-rendering:geometricPrecision}.menu .logoarea svg path{fill:#fff}.menu .logo .frontpage{width:100%}.menu-trigger .text{padding-left:40px;font-size:1.2em;font-weight:600;letter-spacing:-.022em;color:#fff;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;-khtml-user-select:none;transition:color 300ms ease-out;-webkit-transition:color 300ms ease-out;-moz-transition:color 300ms ease-out;-ms-transition:color 300ms ease-out}.menu-trigger{position:absolute;top:11px;right:10%;height:44px;width:111px;background:none;border:none;transition:opacity 130ms ease-out;-webkit-transition:opacity 130ms ease-out;-moz-transition:opacity 130ms ease-out;-ms-transition:opacity 130ms ease-out}.menu-trigger:hover{opacity:.7}.menu-trigger .bar{position:absolute;left:10px;width:28px;height:3px;background:#fff;transition:transform 180ms ease-out,opacity 160ms ease-out,top 180ms ease-out,width 120ms ease-out,background 300ms ease-out;-webkit-transition:transform 180ms ease-out,opacity 160ms ease-out,top 180ms ease-out,width 120ms ease-out,background 300ms ease-out;-moz-transition:transform 180ms ease-out,opacity 160ms ease-out,top 180ms ease-out,width 120ms ease-out,background 300ms ease-out;-ms-transition:transform 180ms ease-out,opacity 160ms ease-out,top 180ms ease-out,width 120ms ease-out,background 300ms ease-out}.menu .logo img{height:40px;margin-top:13px;margin-left:10px}.bar--1{top:13px}.bar--2{top:21px;width:20px !important;left:18px !important}.bar--3{top:29px}.open,.open:hover{opacity:1 !important}.open h5{color:#fff}.open h5 span{display:none}.open h5:after{content:'Lukk'}.open .bar{background:#fff}.open .bar--1{top:21px;transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg)}.open .bar--2{opacity:0;width:0}.open .bar--3{top:21px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg)}.navigation{visibility:hidden;position:fixed;z-index:19;top:0;left:0;width:100%;max-width:100%;background:#b2002f;box-shadow:0 6px 8px rgba(0,0,0,.13);padding:106px 0 20px 0;opacity:0;transform-origin:center top;-webkit-transform-origin:center top;-moz-transform-origin:center top;-ms-transform-origin:center top;transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:opacity 190ms ease-out,transform 40ms ease-out;-webkit-transition:opacity 190ms ease-out,transform 40ms ease-out;-moz-transition:opacity 190ms ease-out,transform 40ms ease-out;-ms-transition:opacity 190ms ease-out,transform 40ms ease-out}.navigation .container{padding:0 18px}.nav-open{visibility:visible;opacity:1;transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1)}nav{position:relative;width:100%;max-width:100%;display:flex;flex-direction:column;flex-wrap:wrap;margin:0 auto;justify-content:center;height:440px}nav .col{min-height:auto;width:100%;text-align:left;flex:1;margin-bottom:14px;transform:translateY(25px);-webkit-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);opacity:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform,opacity}.c-in{animation-name:fadeInUp;-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-ms-animation-name:fadeInUp;animation-duration:860ms;-webkit-animation-duration:860ms;-moz-animation-duration:860ms;-ms-animation-duration:860ms;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.19,1,.22,1);-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);-moz-animation-timing-function:cubic-bezier(.19,1,.22,1);-ms-animation-timing-function:cubic-bezier(.19,1,.22,1)}.col:first-child{animation-delay:50ms;-webkit-animation-delay:50ms;-moz-animation-delay:50ms;-ms-animation-delay:50ms}.col:nth-child(2){animation-delay:130ms;-webkit-animation-delay:130ms;-moz-animation-delay:130ms;-ms-animation-delay:130ms}.col:nth-child(3){animation-delay:210ms;-webkit-animation-delay:210ms;-moz-animation-delay:210ms;-ms-animation-delay:210ms}.col:nth-child(4){animation-delay:290ms;-webkit-animation-delay:290ms;-moz-animation-delay:290ms;-ms-animation-delay:290ms}nav h3{position:relative;display:block;margin:0 0 15px 0;color:#fff;font-size:1.13em;font-weight:600;letter-spacing:-.031em;font-family:'DM Sans',sans-serif}nav ul{position:relative;padding:0 0;margin:0 10px;width:100%;max-width:100%;list-style-type:none}nav li{display:block;color:#fff;font-size:1em;margin:12px 0;font-weight:400;letter-spacing:.025em}nav li>a>i{color:#121212;font-size:1.4em;margin-right:8px;display:inline-block;transform:translateY(1px);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-ms-transform:translateY(1px);opacity:.6}nav .btn-stiltre.white{background:#fff;color:#000;text-decoration:none;padding:5px 25px;font-size:1.1em}nav p{margin:20px 0}nav .desktop{display:block}nav .mobile{display:none}@media screen and (min-width:1480px){.menu .logoarea{margin-left:10%;width:850px}}@media screen and (min-width:992px){nav .col{width:20%}nav a.no-click,nav a.no-click:visited{cursor:text;text-decoration:none}}@media screen and (max-width:991px){.col ul{max-height:0;overflow:hidden;transition:max-height .2s ease-out}nav li{margin:6px 0 6px 20px}.menu-trigger{right:20px}nav{display:block;height:auto;min-height:600px}nav .desktop{display:none}nav .mobile{display:block}.menu .logoarea svg{width:185px}}@keyframes fadeInUp{0%{transform:translateY(25px);-webkit-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);opacity:0}100%{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);opacity:1}}@-webkit-keyframes fadeInUp{0%{transform:translateY(25px);-webkit-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);opacity:0}100%{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);opacity:1}}@-moz-keyframes fadeInUp{0%{transform:translateY(25px);-webkit-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);opacity:0}100%{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);opacity:1}}@-ms-@keyframes fadeInUp{0%{transform:translateY(25px);-webkit-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);opacity:0;}100%{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);opacity:1;}}
@font-face{font-family:'Mrs Eaves';src:url("/css/fonts/mrseavrom.woff") format('woff'),url("/css/fonts/mrseavrom.ttf") format('truetype')}html{width:100%;height:100%;padding:0;margin:0}body{font-size:16px;font-family:'DM Sans',sans-serif;color:#35312f;height:100%}#mainContent{outline:none}form{height:100%}h1{font-size:50px;color:#444;font-family:'Playfair Display',serif}h2{font-family:'Playfair Display',serif;font-size:4rem;margin-bottom:30px;margin-top:0;color:#471a22}h3{font-size:2.8rem;color:#444;font-family:'Playfair Display',serif}a{text-decoration:none;color:#b2002f}p a{text-decoration:underline}a:hover{text-decoration:underline}a p,a:hover p{text-decoration:none;color:#35312f}ul{list-style-type:none}header{background-color:#b2002f}.bodywrapper{min-height:100%;margin-bottom:-300px}blockquote{font-size:1.3em;font-style:italic;border-left:10px solid #ccc;margin:1.5em 10px;padding:.5em 10px;quotes:"“""”""‘""’"}blockquote p{display:inline}.content{margin-bottom:10px;background-color:#fff}.content ul{margin:20px;margin-top:5px;list-style-type:disc}.pageintro{padding:0 40px;text-align:center}.browncontent{margin:40px 0 0 0;padding:20px 0;background-color:#dfd8d0}img.bg{display:block;min-height:100%;min-width:1200px;width:100%;height:auto;position:fixed;top:0;left:0;z-index:-10}.block-header{background:#dfd8d0;padding:10px 20px;margin:20px 0}.block-header h2{margin:0;color:#b2002f;font-style:italic;font-size:20pt}.leftPicture{float:left;margin:0 20px 0 0}.btn{margin-bottom:10px;border-radius:20px;padding:5px 40px}.btn-stiltre{border:2px solid #b2002f;color:#b2002f;font-size:1.2em;white-space:normal}body:not(.user-is-tabbing) button:focus,body:not(.user-is-tabbing) input:focus,body:not(.user-is-tabbing) select:focus,body:not(.user-is-tabbing) textarea:focus{outline:none}.navbar-skip{z-index:100;padding:20px;display:block;color:#000;background-color:#fff;font-size:1.5rem;position:absolute;margin:0 auto;left:0;right:0;width:300px;max-width:calc(100% - 20px);text-align:center;transform:translateY(-100px);transition:transform .3s}.navbar-skip:focus{transform:translateY(20px)}.skiptarget{width:1px;height:1px;overflow:hidden;float:right}.margin-top30{margin-top:30px}.logoarea{text-align:left}.logoarea .logo{float:left}.frontPageHeading{height:70vh;max-height:600px;width:100%;margin-top:65px;position:relative;z-index:18;background-position:65vw 12vh;background-repeat:no-repeat;background-image:url("/img/rosett_stiltre_header_50.svg")}.frontPageHeading .buttonArea{margin:0 20px;max-width:650px;color:#fff;position:relative;top:12vh}.frontPageHeading h1{color:#fff;font-size:3.5em;font-style:italic}.frontPageHeading p{margin:20px 0}.frontPageHeading .btn-stiltre,footer .btn-stiltre{color:#fff;border-color:#fff;margin-right:10px}.subPageHeading{height:215px;width:100%;margin-top:65px;margin-bottom:20px;position:relative;z-index:18;background-position:right -100px top 0;background-repeat:no-repeat;background-size:500px;background-image:url("/img/rosett_stiltre_header_50.svg")}.subPageHeading h1{color:#fff;margin-top:25px;font-style:italic;text-align:center}.biglist{font-size:1.5em;list-style:circle;display:inline}.biglist li{padding-bottom:20px}.portfolio h3{height:55px}.portfolio a.readmore{text-align:right;font-size:1.3em;margin-top:auto}.servicesitem{padding:20px 30px;background:#eee;border:1px solid #ddd;text-align:center;min-height:200px;margin-top:40px}.servicesitem #services_icon1{background:url("/img/brochure_icon.png?width=60") no-repeat center;width:100%;height:55px}.servicesitem #services_icon2{background:url("/img/email-icon.png?width=50") no-repeat center;width:100%;height:55px}.servicesitem #services_icon3{background:url("/img/icon_map_norway.png?width=50") no-repeat center;width:100%;height:55px}.filters{text-align:center;margin:40px 0}.filters span{margin-left:10px}.filters .active a{color:#fff;background-color:#b2002f}.filteritem{width:200px;float:left;margin:16px;position:relative}.filteritem a:hover{text-decoration:none}.filteritem .shopurl{text-align:center}.shopurl .btn-stiltre{font-size:16px}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,.isotope .isotope-item{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;transition-duration:.8s}.isotope{-webkit-transition-property:height,width;-moz-transition-property:height,width;transition-property:height,width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;transition-property:transform,opacity;border:solid 1px #dfd8d0;background:#f1f1f1}.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.portfolioitems_container{clear:both}div.portfolio_thumb{position:relative;text-align:center;min-height:132px}div.portfolio_thumb img{border-radius:10px}div.portfolio_title{text-align:center;margin:10px 15px}div.portfolio_title h4{margin:0;color:#000;font-size:16px;line-height:20px}div.portfolio_link{font-size:14px;text-align:center;text-decoration:underline}#product-menu{padding-bottom:20px}#product-menu h2{font-size:18px}#product-menu ul{height:30px;padding:0}#product-menu li{float:left;margin:8px;padding:20px 25px;text-align:center;background:#f1f1f1;border:solid 1px #dfd8d0;font-weight:bold;font-size:12px}.form_field{width:95%;margin-top:10px;font-size:12px}input.form_field,textarea.form_field{font-size:12px;line-height:12px;padding:10px 4px 6px 8px;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;border:1px solid #ddd;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.button{padding:6px 12px;color:#fff;margin:10px 0;background:#529de2;border:1px solid #418cd1}.button:hover{color:#fff;background:#888;border-color:#666;text-decoration:none;text-shadow:0 1px 0 #333}.stiltre{color:#fff;background:#b2002f;border-color:#dfd8d0;margin-top:10px}.error-message{color:#6d0019;position:absolute;margin-top:-3em;margin-left:5em;background:#fff;padding:.5em .4em;border:1px solid #ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:1px 1px 10px rgba(0,0,0,.1)}p.error-message:before{position:absolute;display:block;content:"";border-color:#fff transparent transparent transparent;border-style:solid;border-width:10px;height:0;width:0;left:1.5em;bottom:-20px}input.error{background:#ffe6e7 !important;-webkit-transition:background .8s ease;-moz-transition:background .8s ease;-o-transition:background .8s ease;-ms-transition:background .8s ease;transition:background .8s ease;border:1px solid #f00}#inline-badge{padding-top:17px;transform:scale(.7);transform-origin:0 0;height:55px}.submitButton{padding:5px 40px;text-align:center;color:#fff;border-radius:20px;border:solid 1px #b2002f;margin-top:15px;background-color:#b2002f;font-size:1.2em}#contact-form .submitButton{margin-left:0;margin-top:10px}.orderForm{margin-bottom:20px}.modal{display:none}.modal .productImage{width:100%;text-align:center}.modal .portrait .productImage{width:70%;float:left}.modal .portrait .productDescription{width:30%;float:left}.dealersarea{margin:10px 10px 10px 10px}.dealeritems_container{clear:both}.dealeritems_container .filteritem{text-align:center;width:200px;height:130px;margin:15px;padding:10px;border:solid 1px #ccc}.dealeritems_container .filteritem h4{padding-bottom:0;background-color:inherit;min-height:50px;padding-top:0;margin-top:5px}.dealeritems_container .filteritem h4 sub{color:#000}.dealeritems_container .filteritem p{margin-bottom:0;color:#000}.dealeritems_container .filteritem p.stock{font-size:10px}.dealeritems_container div.stock{border:solid 3px #c0c0c0}.topImage{position:relative}.topImageText{position:absolute;bottom:290px;left:30px;color:#000;height:160px;width:330px;background:#fff;padding:20px;border-color:transparent;border-radius:10px}.topImageText h2{color:#000;margin-top:0}.topImageText a{color:#000}.topImageText .glyphicon{font-size:70%;color:#b2002f;vertical-align:baseline}.bottomitem .body{height:100px}footer{background:#411022;color:#fff;padding-top:40px;padding-bottom:80px;background-position:left 100px top -50px;background-repeat:no-repeat;background-size:500px;background-image:url("/img/rosett_stiltre_header_50.svg")}footer .btn-stiltre.red{background:#931e31;color:#fff;border:#931e31}footer h4{font-weight:bold}footer,.pushFooter{height:300px}#google-map{height:500px}.project{margin:10px 10px 40px;background:#eee;min-height:400px}.project a{text-decoration:none;color:#000}.project img{margin:0;border:5px solid #d6d6d6}.project h4{margin:10px 10px 0;padding:10px;color:#b2002f}.project p{padding:0 20px 10px;margin-bottom:0}.otherprojects article{background:#eee;min-height:215px;margin-bottom:20px}.otherprojects article h4{padding:0 10px 10px 10px;text-align:center}.otherprojects a{text-decoration:none}.graybox{background:#f9f9f9;padding:5px 15px 5px 15px;border:2px solid #ccc;border-radius:5px}.graybox ul{list-style-type:none;padding-left:0}.productpage .backbutton{font-weight:bold;font-size:14px;padding-bottom:20px}.productpage h3{color:#471a22;margin-top:10px;border-bottom:1px solid #ccc;padding-bottom:8px}.productpage .datasection{margin-bottom:40px}.productshopurl{padding-top:20px}.product-data table{width:100%;max-width:100%}.product-data th{vertical-align:bottom;border-bottom:2px solid #ddd;padding:8px}.product-data td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.productimage img{border-radius:15px}.productpage .productinfo{margin-bottom:40px}.toparrow{position:fixed;bottom:20px;right:20px;display:none}a#top_arrow{background:#b2002f url("/img/arrow_top.png?optimize=false") no-repeat;background-size:cover;width:40px;height:40px;display:block;z-index:9999}@media(min-width:992px) and (max-width:1199px){.filteritem{width:210px}.portfolio_thumb{min-height:132px}.dealeritems_container .filteritem{margin:18px}.block-header h2{font-size:170%}}@media(min-width:767px) and (max-width:991px){.filteritem{width:215px}.portfolio_thumb{min-height:142px}.portfolioarea .filters .btn-stiltre{font-size:1.1em}header{padding-bottom:0}.dealeritems_container .filteritem{margin:21px}.frontPageHeading{background-position:60vw 40vh;background-size:60%;max-height:700px}#contact-form .submitButton{float:none}footer{background-image:none}.logoarea{margin-top:4px}.subPageHeading h1{font-size:2.5em;margin-top:40px}}@media(max-width:767px){h2{font-size:4rem;line-height:4rem}.filteritem{width:275px}.portfolio_thumb{min-height:182px}.portfolioitems_container{width:312px;margin:auto}.portfolioarea .all{display:block}#filters1 span:nth-child(1){border:none}.dealeritems_container{width:312px;margin:auto}.dealeritems_container .filteritem{width:275px}.topImageText{display:none}.block-header h2{font-size:130%;line-height:140%}#bhListverk{display:none}.topImageContainer{display:none}.tab-pane-data{overflow-x:scroll}#contact-form .submitButton{float:none}.logoarea{margin-top:4px}.frontPageHeading{height:480px;background-position:200px 330px;background-size:80%}.frontPageHeading h1{font-size:2em}.frontPageHeading .buttonArea{top:20px}.frontPageHeading .btn-stiltre{font-size:1.2em}.subPageHeading{background-size:70%;background-position:right -120px top 70px}.subPageHeading h1{font-size:2em;margin-top:40px}.pageintro{padding:0 10px}.filters a{font-size:.9em;padding:3px 0;border:none;margin-bottom:5px;font-family:'Playfair Display',serif}.filters .active a{background-color:#fff;color:#b2002f;text-decoration:underline}.filters div{margin-bottom:10px}.filters span{border-right:solid 1px #000;margin-left:2px;padding-right:4px;padding-left:0}.filters span:last-child{border:none}.product-data table,.product-data thead,.product-data tbody,.product-data th,.product-data td,.product-data tr{display:block}.product-data table{width:100%;max-width:100%}.product-data thead tr{position:absolute;top:-9999px;left:-9999px}.product-data tr{border-bottom:3px solid #ccc;padding-bottom:13px}.product-data td{border:none;position:relative;padding-left:50%;white-space:normal;text-align:left}.product-data td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold}.product-data td:before{content:attr(data-title)}footer .btn-stiltre{font-size:1.3em}footer{font-size:14px;background-image:none}}@media(max-width:378px){.subPageHeading h1{font-size:1.8em;margin-top:30px;margin-left:20px}.frontPageHeading{font-size:.87em}}#components{padding-top:20px}#components section{padding:50px 0}#components section.gray{background:#f4f2f2}#components section.white{background:#fff}#components section.burgund{background:#b2002f}#components section .intro{font-size:22px;line-height:1.2;color:#000;margin:28px 0 35px}#components section p{font-size:18px;line-height:1.4;color:#000}#components .services{text-align:center}#components .services h2{color:#b2002f !important;font-size:50px}#components .services .services-item{margin-bottom:20px;min-height:300px}@media screen and (max-width:768px){#components .services .services-item{min-height:1px}#components .button{margin:15px 10px 0}}#components .services .wrap-img{padding-top:30px;height:auto;width:120px;display:inline-block;padding-bottom:20px}
.omrammingsskjema-tabs{margin-top:40px}.omrammingsskjema h3{color:#b2002f;font-size:3.5rem}.omrammingsskjema ul{list-style:disc}.omrammingsskjema ul li{margin-bottom:10px}.omrammingsskjema .tabs .tab-heading{max-width:100%;margin:0 auto 20px;padding:20px;text-align:center}.omrammingsskjema textarea{width:100%;height:100px}.container.omrammingsskjema-tabs{margin-top:50px}.alert-info{border-color:#e6e6e6;border-left:5px solid #467f8e;background-color:#f9f9f9;color:#000;text-align:left}.alert-danger{border-color:#c82630;border-left:5px solid #c82630;background-color:#f9f9f9;color:#000}@media(min-width:768px){.alert{border-radius:6px;display:table;width:100%;padding-left:78px;position:relative;padding-right:60px;border:1px solid #e6e6e6}.alert .icon{text-align:center;width:58px;height:100%;position:absolute;top:0;left:0;border:1px solid #bdbdbd;padding-top:15px;border-radius:6px 0 0 6px}.alert .icon i{font-size:20px;color:#fff;left:21px;margin-top:-10px;position:absolute;top:50%}.alert .icon img{font-size:20px;color:#fff;left:18px;margin-top:-10px;position:absolute;top:50%}.alert.alert-info .icon,.alert.alert-info .icon:after{border-color:none;background:#b0b0b0}.alert.alert-danger .icon,.alert.alert-danger .icon:after{border-color:none;background:#c82630}}.omrammingsskjema .error-label{display:none}.omrammingsskjema .has-error .error-label{display:block}.omrammingsskjema .errorPh{min-height:50px}.customRadio{text-align:center}.customRadio .radioWrapper{float:left;width:50%}.customRadio input{position:absolute !important;clip:rect(0,0,0,0);height:1px;width:1px;border:0;overflow:hidden}.customRadio label:hover,.customRadio .windowFixedStyle:hover{cursor:pointer}.customRadio.buttonStyle .radioWrapper:first-child label{border-bottom-left-radius:8px;border-top-left-radius:8px}.customRadio.buttonStyle .radioWrapper:last-child label{border-bottom-right-radius:8px;border-top-right-radius:8px}.customRadio.buttonStyle label{border:2px solid #b2002f;background-color:#fff;font-family:'Mrs Eaves',serif;color:#b2002f;font-size:1.4em;margin-bottom:10px;padding:5px 15px;transition:all .1s ease-in-out;width:100%;text-align:center}.customRadio.buttonStyle input:checked+label{background-color:#b2002f;color:#fff;box-shadow:none}.customRadio.buttonStyle label:hover,.customRadio .windowFixedStyle:hover{cursor:pointer}.customRadio .btnsmall{display:block;padding:0;width:80px;border:solid 2px #b2002f;margin-left:auto;margin-right:auto;border-radius:4px;color:#b2002f;background:#fff;margin-top:5px;margin-bottom:10px}.productRadio .customRadio label{border:3px solid #c0c0c0;color:#000;margin-bottom:50px;border-radius:5px;padding:5px 5px;transition:all .1s ease-in-out;width:100%;text-align:center;font-family:'Mrs Eaves',serif;font-size:1.3em;font-weight:normal}.productRadio .customRadio input:checked+label{border:3px solid #b2002f;box-shadow:none;background-color:#f9f9f9}.productRadio .customRadio span.styleTitle{display:block}.productRadio .customRadio span.styleTitle span{font-size:.75em}.windowSelectForMe{display:none}.windowSelectForMe h3,.windowSelectForMe p,.windowSelectForMe .buttons{text-align:center;color:#000}.windowSelectForMe .form-block{margin-top:40px;margin-bottom:40px}#selectedStyle{color:#000;margin-bottom:50px;text-align:center;font-family:'Mrs Eaves',serif;font-size:1.3em;font-weight:normal}#navMeasurement{display:none}#measurementManual,#measurementSchema{display:none}input[type="file"]{display:block}.bootstrap-filestyle.input-group{margin-left:auto;margin-right:auto}.uploadPreview{display:flex;flex-flow:row wrap;margin-top:20px}.uploadPreview .preview-item{display:flex;flex-flow:column nowrap;text-align:center}.uploadPreview .filename{line-break:anywhere;text-align:center}.uploadPreview img,.uploadPreview embed{margin-left:auto;margin-right:auto}.uploadPreview .remove{cursor:pointer;text-align:center}.stepwizard-step p{margin-top:10px}.stepwizard-row{display:table-row}.stepwizard{display:table;width:100%;position:relative}.stepwizard-step button[disabled]{opacity:1 !important;filter:alpha(opacity=100) !important}.stepwizard-row:before{top:25px;bottom:0;position:absolute;content:" ";width:100%;height:1px;background-color:#ccc;z-order:0}.stepwizard-step{display:table-cell;text-align:center;position:relative;width:25%}.btn-circle{width:50px;height:50px;text-align:center;padding:6px 0;font-size:12px;line-height:2;font-size:18px;border-radius:25px;background-color:#b2002f;border-color:#000;color:#fff}.btn-circle:hover,.btn-circle:active,.btn-circle:focus{background-color:#b2002f;color:#fff}.btn-circle[disabled]{pointer-events:none}.btn-circle.selected{border:solid 5px #000;font-weight:bold;width:54px;height:54px;border-radius:28px;line-height:1.9}.btn-circle.disabled{opacity:.1 !important;filter:alpha(opacity=10) !important}#measurementManual{padding-bottom:30px}#measurementManual button{background-color:#fff;border:0}#measurementManual button.measurementManualAdd{padding:0 20px}#measurementManual button.measurementManualAdd span{border-radius:50%;background-color:#b2002f;display:inline-block;width:75px;height:75px;color:#fff;font-size:50px;line-height:75px;margin-bottom:20px}#measurementManual .measurementManualInn button{border:2px solid #b2002f;background-color:#fff;max-width:200px;font-family:'Mrs Eaves',serif;color:#b2002f;font-size:1.5em;margin-bottom:10px;border-radius:3px;padding:5px 5px;transition:all .1s ease-in-out;width:100%;text-align:center}#measurementManual .measurementManualInn button.selected{background-color:#b2002f;color:#fff}#measurementManual .measurementManualInn .measurementManualInnYes{margin:0 0 30px}#measurementManual .measurementManualInn .measurementManualInnYes h4{margin:10px 0 30px;font-family:'Mrs Eaves',serif;font-size:30px}#measurementManual .measurementManualInn .measurementManualInnYes input{font-size:30px;width:100px;border:#b2002f 1px solid;background-color:#fff;border-radius:2px}#measurementManual .measurementManualInn .measurementManualInnYes.disabled{color:#808080}.omrammingsskjema table{max-width:650px;table-layout:fixed;margin:0 auto 30px;font-family:'Mrs Eaves',serif}.omrammingsskjema table .wremove{width:90px}.omrammingsskjema table .wtype{width:70px;text-align:center}.omrammingsskjema table tbody{border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd}.omrammingsskjema table thead th{text-align:center;font-size:20px;font-weight:normal}.omrammingsskjema table tbody td{padding:20px 0;background-color:#f9f9f9;text-align:center}.omrammingsskjema table tbody td input{width:70px;font-size:15pt;text-align:right;background-color:#fff;border:1px solid #c0c0c0;font-family:arial}.omrammingsskjema table tbody td span.glyphicon{padding-right:5px}.omrammingsskjema table button{color:#b2002f;font-size:20px}@media(max-width:767px){.omrammingsskjema table .wremove{width:40px}.omrammingsskjema table button span.deleteText{display:none}.customRadio.buttonStyle label{font-size:1.2em}.loading-overlay-image-container h2{font-size:1.5em}.loading-overlay-image-container{padding:15px!important}}.omrammingsskjema #summary table{width:500px}.omrammingsskjema #summary table tbody td:nth-child(1){padding-left:10px}#measurementManual table tbody td:nth-child(1){width:65px;font-size:15pt;padding-left:20px}#measurementManual table tbody td:nth-child(2){padding-left:10px}#measurementManual table tbody td:last-child{background-color:#fff}#summary hr{margin:60px 0 40px}#summary .summarySubmit{max-width:500px;margin:60px auto 60px;text-align:center}#summary .summarySubmit button{background-color:#b2002f;color:#fff}#summary .contactInformation{color:#b2002f}#summary .contactInformation h3{margin:60px 0 40px}#summary .contactInformation .contactInformationInputs{max-width:300px;margin:0 auto}#summary .contactInformation label{display:block;font-size:20px}#summary .contactInformation input{padding:15px;border:solid 1px #b2002f;border-radius:2px;width:100%;height:50px;margin:0 0 30px 0}.fileReadyToUppload{display:none !important}#measurementSchema{margin-bottom:100px}.bs-callout{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px}.bs-callout-warning{border-left-color:#b2002f}.loading-overlay{display:none;background:rgba(26,26,26,.7);position:fixed;width:100%;height:100%;z-index:5;top:0}.loading-overlay-image-container{display:none;position:fixed;z-index:7;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:30px;border-radius:5px;text-align:center}.loading-overlay-img{width:50px;height:50px;border-radius:5px}pre.filespre{position:fixed;bottom:0;right:0;width:1200px;height:100px;z-index:200}
section.content{padding:40px 0 40px 0;margin:0}section.grayContent{margin:0;padding:60px 0;background-color:#f9f9f9}section.redContent{margin:0;padding:60px 0;background-color:#b2002f}section.noPadding{padding:0!important;margin:0}.col1-image{margin-top:20px}.col2-image{margin-top:50px}.moduletext{padding:0 40px 0 40px}.moduleimage{padding:0 40px 0 40px}.moduletext h1{padding:20px 0 10px 0;color:#b2002f}.moduletext.center{text-align:center}.moduletext p{font-size:18px}.moduletext .link{padding-top:20px}.moduleimage.image-right{float:right}.moduleimage img,.moduletext img{border-radius:40px}.moduleBanner{position:relative}.informationTxt{text-align:center}.informationTxt h2{font-size:50px}.childList .row div{text-align:center}.childList .listContainer{display:flex;flex-flow:row wrap;justify-content:flex-start}.childList .listItem{padding:30px;display:flex;flex-flow:column nowrap}.childList .listItem .imgLink{flex-grow:1;display:block}.childList .listItem picture{display:block;margin:0 auto 20px auto}.childList .listItem p{margin-bottom:20px;display:inline-block;font-size:1em}.childList .listItem .btn{margin-top:auto;align-self:center}.childList img{border-radius:15px}.childList a:hover{text-decoration:none}.newsList .flexContainer{display:flex;flex-wrap:wrap;justify-content:center}.newsList a.newsLink{flex-direction:row;max-width:100%;width:100%;margin:15px;display:flex;text-decoration:none;color:#35312f}.newsList figure.newsImage{max-width:240px;overflow:hidden;margin-top:30px}.newsList .newsContent{align-self:center;padding:0 30px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.newsList img{border-radius:20px}.newsList .newsArchiveLink{text-align:center;margin-top:30px}.moduleBannerWithTextBox{position:relative}.moduleBannerWithTextBox .overlay{position:absolute;z-index:1;width:280px;padding:20px;right:5%;top:10%;background-color:#fff;opacity:75%;font-size:1.7rem;border-radius:20px}.moduleBannerWithTextBox .overlay h2{margin-top:0;font-size:4rem;line-height:4rem}.imageGridLarge .galleryGridSizer{width:25%}.imageGridLarge .galleryImage{width:50%;overflow:hidden}.imageGridLarge .galleryImage.portrait{width:25%;overflow:hidden}.imageGridSmall .galleryGridSizer{width:12.5%}.imageGridSmall .galleryImage{width:25%;overflow:hidden}.imageGridSmall .galleryImage.portrait{width:12.5%;overflow:hidden}.galleryHeading{text-align:center;padding-bottom:40px}.productGallery{text-align:center;margin-top:30px}.imageButtonList .listItem{padding:20px}.imageButtonList .btn{width:100%;margin-top:20px}.imageButtonList .itm p{font-size:14px;padding-top:10px;padding-bottom:0}.imagetext .imagetext-item .imagetext-link{display:block;position:relative;margin:0 auto}.imagetext .imagetext-item .imagetext-link .imagetext-hover{position:absolute;width:100%;height:100%;opacity:0;background:rgba(0,0,0,.5);-webkit-transition:all ease .5s;-moz-transition:all ease .5s;transition:all ease .5s;color:#fff}.imagetext .imagetext-item .imagetext-link .imagetext-hover:hover{opacity:1}.imagetext .imagetext-item .imagetext-link .imagetext-hover .imagetext-hover-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;text-align:center;font-size:20px;border:2px solid #fff;border-radius:50%}.imagetext .imagetext-item .imagetext-link .imagetext-hover .imagetext-hover-content i{margin-top:15px}.imagetext .imagetext-item .imagetext-caption{padding:15px;max-width:400px;text-align:center}.imagetext .imagetext-item .imagetext-caption:hover{background-color:#fff}.imagetext .imagetext-item .imagetext-caption p{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px}.imagetext.small .imagetext-item{right:0;margin:10px 0 15px;min-height:169px}.imagetext.small .imagetext-item img{width:100%}.imagetext.small .imagetext-link .imagetext-hover{position:absolute;width:100%;height:100%;opacity:1 !important;background:rgba(0,0,0,.5);-webkit-transition:all ease .5s;-moz-transition:all ease .5s;transition:all ease .5s;color:#fff}.imagetext.small .imagetext-link .imagetext-hover:hover{opacity:1}.imagetext.small .imagetext-link .imagetext-hover .imagetext-hover-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;text-align:center;font-size:20px;border:2px solid #fff;border-radius:50%}.imagetext.small .imagetext-link .imagetext-hover .imagetext-hover-content i{margin-top:15px}.imagetext.small .imagetext-caption{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:22px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;text-align:center !important}.imagetext.small .imagetext-caption:hover{background-color:transparent}.imagetext{text-align:center}.imagetext h2{color:#d48926 !important;font-size:50px}.imagetext h2.gray{color:#5c6e75 !important}.imagetext h2.burgund{color:#b2002f !important}.imagetext h3{color:#35312f;margin-top:10px;margin-bottom:10px}.imagetext .imagetext-item{right:0;margin:10px 0 15px;min-height:350px}.video-container{position:relative;aspect-ratio:16/9;overflow:hidden}.video-ratio-1-2{padding-bottom:50%}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.services{text-align:center;padding-top:40px}.services h2{color:#b2002f !important;font-size:50px}.services .services-item{margin-bottom:20px;min-height:300px}.services .wrap-img{padding-top:30px;height:auto;width:120px;display:inline-block;padding-bottom:20px}.blockContent .umb-block-grid__layout-container:has(.childitem){display:flex;flex-direction:row;width:100%;flex-wrap:wrap}.blockContent .umb-block-grid__layout-item:has(.childitem){display:flex;flex-direction:row;width:33.33%}.blockContent .umb-block-grid__layout-item .childitem{padding:25px;text-align:center;display:flex;flex-direction:column;width:100%}.blockContent .flexible{flex-grow:1;padding:10px 0}section.blockContent{padding:40px 0 20px 0;margin:0}.blockText,.blockImage{padding:0 40px 20px 40px}.blockText.narrow{padding-left:20%;padding-right:20%}.blockText.center{text-align:center}.blockText img{margin-bottom:20px}.blockText p{font-size:1.8rem}.blockImage img,.blockText img,.childitem img{border-radius:40px}@media(min-width:768px) and (max-width:991px){.moduleimage.image-right{float:none}.blockContent .umb-block-grid__layout-item:has(.childitem){width:50%}.blockText.narrow{padding-left:15%;padding-right:15%}}@media(max-width:767px){.moduleBanner{margin-left:-15px;margin-right:-15px}.moduleBanner h1{position:absolute;text-align:center;display:inline-block;width:100%;top:10%}.moduleBannerWithTextBox .overlay{margin-left:0;position:relative;text-align:center;width:100%;left:0}.moduleBannerWithTextBox .banner{margin-left:-15px;margin-right:-15px}.moduletext{text-align:center;padding:0 10px}.moduletext p{font-size:1.7rem}.moduleimage{padding:0 10px 30px 10px}.moduleimage.image-right{float:none}.moduletext .link a{width:250px}.video-container{margin-left:-15px;margin-right:-15px}.galleryWrapper{width:100%;padding-left:0;padding-right:0}.imageGridLarge .galleryGridSizer{width:50%}.imageGridLarge .galleryImage{width:100%;overflow:hidden}.imageGridLarge .galleryImage.portrait{width:50%;overflow:hidden}.imageGridSmall .galleryGridSizer{width:25%}.imageGridSmall .galleryImage{width:50%;overflow:hidden}.imageGridSmall .galleryImage.portrait{width:25%;overflow:hidden}.imagetext .imagetext-item{min-height:1px}.imagetext .imagetext-item img{width:100%}.newsList a.newsLink{flex-direction:column}.newsList .newsButton{text-align:center}.newsList figure.newsImage{max-width:initial}.newsList .newsContent{padding:0 10px}.services .services-item{min-height:1px}.childList .listItem{padding:10px}.childList h3{font-size:1.7em;height:auto}.informationTxt h2{font-size:40px}.blockContent .umb-block-grid__layout-item:has(.childitem){width:100%}.blockText{text-align:center;padding:0 10px}.blockText.narrow{padding:0}.blockText p{font-size:1.7rem}.blockImage{padding:0 10px 30px 10px}}
