.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900);}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}.fas::before,.far::before,.fab::before,.fa-solid::before,.fa-regular::before,.fa-brands::before,.fa::before{content:var(--fa);}.fa-classic,.fas,.fa-solid,.far,.fa-regular{font-family:'Font Awesome 6 Free';}.fa-brands,.fab{font-family:'Font Awesome 6 Brands';}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-2xs{font-size:0.625em;line-height:0.1em;vertical-align:0.225em;}.fa-xs{font-size:0.75em;line-height:0.08333em;vertical-align:0.125em;}.fa-sm{font-size:0.875em;line-height:0.07143em;vertical-align:0.05357em;}.fa-lg{font-size:1.25em;line-height:0.05em;vertical-align:-0.075em;}.fa-xl{font-size:1.5em;line-height:0.04167em;vertical-align:-0.125em;}.fa-2xl{font-size:2em;line-height:0.03125em;vertical-align:-0.1875em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0;}.fa-ul > li{position:relative;}.fa-li{left:calc(-1 * var(--fa-li-width,2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit;}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,0.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,0.08em);padding:var(--fa-border-padding,0.2em 0.25em 0.15em);}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,0.3em);}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,0.3em);}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.28,0.84,0.42,1));}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1));}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1));}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin-reverse{--fa-animation-direction:reverse;}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8));}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s;}}@keyframes fa-beat{0%,90%{transform:scale(1);}45%{transform:scale(var(--fa-beat-scale,1.25));}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0);}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0);}30%{transform:scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em));}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0);}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em));}64%{transform:scale(1,1) translateY(0);}100%{transform:scale(1,1) translateY(0);}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,0.4);}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,0.4);transform:scale(1);}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125));}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@keyframes fa-shake{0%{transform:rotate(-15deg);}4%{transform:rotate(15deg);}8%,24%{transform:rotate(-18deg);}12%,28%{transform:rotate(18deg);}16%{transform:rotate(-22deg);}20%{transform:rotate(22deg);}32%{transform:rotate(-12deg);}36%{transform:rotate(12deg);}40%,100%{transform:rotate(0deg);}}@keyframes fa-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.fa-rotate-90{transform:rotate(90deg);}.fa-rotate-180{transform:rotate(180deg);}.fa-rotate-270{transform:rotate(270deg);}.fa-flip-horizontal{transform:scale(-1,1);}.fa-flip-vertical{transform:scale(1,-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1);}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0));}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:var(--fa-inverse,#fff);}.fa-0{--fa:"\30";}.fa-1{--fa:"\31";}.fa-2{--fa:"\32";}.fa-3{--fa:"\33";}.fa-4{--fa:"\34";}.fa-5{--fa:"\35";}.fa-6{--fa:"\36";}.fa-7{--fa:"\37";}.fa-8{--fa:"\38";}.fa-9{--fa:"\39";}.fa-fill-drip{--fa:"\f576";}.fa-arrows-to-circle{--fa:"\e4bd";}.fa-circle-chevron-right{--fa:"\f138";}.fa-chevron-circle-right{--fa:"\f138";}.fa-at{--fa:"\40";}.fa-trash-can{--fa:"\f2ed";}.fa-trash-alt{--fa:"\f2ed";}.fa-text-height{--fa:"\f034";}.fa-user-xmark{--fa:"\f235";}.fa-user-times{--fa:"\f235";}.fa-stethoscope{--fa:"\f0f1";}.fa-message{--fa:"\f27a";}.fa-comment-alt{--fa:"\f27a";}.fa-info{--fa:"\f129";}.fa-down-left-and-up-right-to-center{--fa:"\f422";}.fa-compress-alt{--fa:"\f422";}.fa-explosion{--fa:"\e4e9";}.fa-file-lines{--fa:"\f15c";}.fa-file-alt{--fa:"\f15c";}.fa-file-text{--fa:"\f15c";}.fa-wave-square{--fa:"\f83e";}.fa-ring{--fa:"\f70b";}.fa-building-un{--fa:"\e4d9";}.fa-dice-three{--fa:"\f527";}.fa-calendar-days{--fa:"\f073";}.fa-calendar-alt{--fa:"\f073";}.fa-anchor-circle-check{--fa:"\e4aa";}.fa-building-circle-arrow-right{--fa:"\e4d1";}.fa-volleyball{--fa:"\f45f";}.fa-volleyball-ball{--fa:"\f45f";}.fa-arrows-up-to-line{--fa:"\e4c2";}.fa-sort-down{--fa:"\f0dd";}.fa-sort-desc{--fa:"\f0dd";}.fa-circle-minus{--fa:"\f056";}.fa-minus-circle{--fa:"\f056";}.fa-door-open{--fa:"\f52b";}.fa-right-from-bracket{--fa:"\f2f5";}.fa-sign-out-alt{--fa:"\f2f5";}.fa-atom{--fa:"\f5d2";}.fa-soap{--fa:"\e06e";}.fa-icons{--fa:"\f86d";}.fa-heart-music-camera-bolt{--fa:"\f86d";}.fa-microphone-lines-slash{--fa:"\f539";}.fa-microphone-alt-slash{--fa:"\f539";}.fa-bridge-circle-check{--fa:"\e4c9";}.fa-pump-medical{--fa:"\e06a";}.fa-fingerprint{--fa:"\f577";}.fa-hand-point-right{--fa:"\f0a4";}.fa-magnifying-glass-location{--fa:"\f689";}.fa-search-location{--fa:"\f689";}.fa-forward-step{--fa:"\f051";}.fa-step-forward{--fa:"\f051";}.fa-face-smile-beam{--fa:"\f5b8";}.fa-smile-beam{--fa:"\f5b8";}.fa-flag-checkered{--fa:"\f11e";}.fa-football{--fa:"\f44e";}.fa-football-ball{--fa:"\f44e";}.fa-school-circle-exclamation{--fa:"\e56c";}.fa-crop{--fa:"\f125";}.fa-angles-down{--fa:"\f103";}.fa-angle-double-down{--fa:"\f103";}.fa-users-rectangle{--fa:"\e594";}.fa-people-roof{--fa:"\e537";}.fa-people-line{--fa:"\e534";}.fa-beer-mug-empty{--fa:"\f0fc";}.fa-beer{--fa:"\f0fc";}.fa-diagram-predecessor{--fa:"\e477";}.fa-arrow-up-long{--fa:"\f176";}.fa-long-arrow-up{--fa:"\f176";}.fa-fire-flame-simple{--fa:"\f46a";}.fa-burn{--fa:"\f46a";}.fa-person{--fa:"\f183";}.fa-male{--fa:"\f183";}.fa-laptop{--fa:"\f109";}.fa-file-csv{--fa:"\f6dd";}.fa-menorah{--fa:"\f676";}.fa-truck-plane{--fa:"\e58f";}.fa-record-vinyl{--fa:"\f8d9";}.fa-face-grin-stars{--fa:"\f587";}.fa-grin-stars{--fa:"\f587";}.fa-bong{--fa:"\f55c";}.fa-spaghetti-monster-flying{--fa:"\f67b";}.fa-pastafarianism{--fa:"\f67b";}.fa-arrow-down-up-across-line{--fa:"\e4af";}.fa-spoon{--fa:"\f2e5";}.fa-utensil-spoon{--fa:"\f2e5";}.fa-jar-wheat{--fa:"\e517";}.fa-envelopes-bulk{--fa:"\f674";}.fa-mail-bulk{--fa:"\f674";}.fa-file-circle-exclamation{--fa:"\e4eb";}.fa-circle-h{--fa:"\f47e";}.fa-hospital-symbol{--fa:"\f47e";}.fa-pager{--fa:"\f815";}.fa-address-book{--fa:"\f2b9";}.fa-contact-book{--fa:"\f2b9";}.fa-strikethrough{--fa:"\f0cc";}.fa-k{--fa:"\4b";}.fa-landmark-flag{--fa:"\e51c";}.fa-pencil{--fa:"\f303";}.fa-pencil-alt{--fa:"\f303";}.fa-backward{--fa:"\f04a";}.fa-caret-right{--fa:"\f0da";}.fa-comments{--fa:"\f086";}.fa-paste{--fa:"\f0ea";}.fa-file-clipboard{--fa:"\f0ea";}.fa-code-pull-request{--fa:"\e13c";}.fa-clipboard-list{--fa:"\f46d";}.fa-truck-ramp-box{--fa:"\f4de";}.fa-truck-loading{--fa:"\f4de";}.fa-user-check{--fa:"\f4fc";}.fa-vial-virus{--fa:"\e597";}.fa-sheet-plastic{--fa:"\e571";}.fa-blog{--fa:"\f781";}.fa-user-ninja{--fa:"\f504";}.fa-person-arrow-up-from-line{--fa:"\e539";}.fa-scroll-torah{--fa:"\f6a0";}.fa-torah{--fa:"\f6a0";}.fa-broom-ball{--fa:"\f458";}.fa-quidditch{--fa:"\f458";}.fa-quidditch-broom-ball{--fa:"\f458";}.fa-toggle-off{--fa:"\f204";}.fa-box-archive{--fa:"\f187";}.fa-archive{--fa:"\f187";}.fa-person-drowning{--fa:"\e545";}.fa-arrow-down-9-1{--fa:"\f886";}.fa-sort-numeric-desc{--fa:"\f886";}.fa-sort-numeric-down-alt{--fa:"\f886";}.fa-face-grin-tongue-squint{--fa:"\f58a";}.fa-grin-tongue-squint{--fa:"\f58a";}.fa-spray-can{--fa:"\f5bd";}.fa-truck-monster{--fa:"\f63b";}.fa-w{--fa:"\57";}.fa-earth-africa{--fa:"\f57c";}.fa-globe-africa{--fa:"\f57c";}.fa-rainbow{--fa:"\f75b";}.fa-circle-notch{--fa:"\f1ce";}.fa-tablet-screen-button{--fa:"\f3fa";}.fa-tablet-alt{--fa:"\f3fa";}.fa-paw{--fa:"\f1b0";}.fa-cloud{--fa:"\f0c2";}.fa-trowel-bricks{--fa:"\e58a";}.fa-face-flushed{--fa:"\f579";}.fa-flushed{--fa:"\f579";}.fa-hospital-user{--fa:"\f80d";}.fa-tent-arrow-left-right{--fa:"\e57f";}.fa-gavel{--fa:"\f0e3";}.fa-legal{--fa:"\f0e3";}.fa-binoculars{--fa:"\f1e5";}.fa-microphone-slash{--fa:"\f131";}.fa-box-tissue{--fa:"\e05b";}.fa-motorcycle{--fa:"\f21c";}.fa-bell-concierge{--fa:"\f562";}.fa-concierge-bell{--fa:"\f562";}.fa-pen-ruler{--fa:"\f5ae";}.fa-pencil-ruler{--fa:"\f5ae";}.fa-people-arrows{--fa:"\e068";}.fa-people-arrows-left-right{--fa:"\e068";}.fa-mars-and-venus-burst{--fa:"\e523";}.fa-square-caret-right{--fa:"\f152";}.fa-caret-square-right{--fa:"\f152";}.fa-scissors{--fa:"\f0c4";}.fa-cut{--fa:"\f0c4";}.fa-sun-plant-wilt{--fa:"\e57a";}.fa-toilets-portable{--fa:"\e584";}.fa-hockey-puck{--fa:"\f453";}.fa-table{--fa:"\f0ce";}.fa-magnifying-glass-arrow-right{--fa:"\e521";}.fa-tachograph-digital{--fa:"\f566";}.fa-digital-tachograph{--fa:"\f566";}.fa-users-slash{--fa:"\e073";}.fa-clover{--fa:"\e139";}.fa-reply{--fa:"\f3e5";}.fa-mail-reply{--fa:"\f3e5";}.fa-star-and-crescent{--fa:"\f699";}.fa-house-fire{--fa:"\e50c";}.fa-square-minus{--fa:"\f146";}.fa-minus-square{--fa:"\f146";}.fa-helicopter{--fa:"\f533";}.fa-compass{--fa:"\f14e";}.fa-square-caret-down{--fa:"\f150";}.fa-caret-square-down{--fa:"\f150";}.fa-file-circle-question{--fa:"\e4ef";}.fa-laptop-code{--fa:"\f5fc";}.fa-swatchbook{--fa:"\f5c3";}.fa-prescription-bottle{--fa:"\f485";}.fa-bars{--fa:"\f0c9";}.fa-navicon{--fa:"\f0c9";}.fa-people-group{--fa:"\e533";}.fa-hourglass-end{--fa:"\f253";}.fa-hourglass-3{--fa:"\f253";}.fa-heart-crack{--fa:"\f7a9";}.fa-heart-broken{--fa:"\f7a9";}.fa-square-up-right{--fa:"\f360";}.fa-external-link-square-alt{--fa:"\f360";}.fa-face-kiss-beam{--fa:"\f597";}.fa-kiss-beam{--fa:"\f597";}.fa-film{--fa:"\f008";}.fa-ruler-horizontal{--fa:"\f547";}.fa-people-robbery{--fa:"\e536";}.fa-lightbulb{--fa:"\f0eb";}.fa-caret-left{--fa:"\f0d9";}.fa-circle-exclamation{--fa:"\f06a";}.fa-exclamation-circle{--fa:"\f06a";}.fa-school-circle-xmark{--fa:"\e56d";}.fa-arrow-right-from-bracket{--fa:"\f08b";}.fa-sign-out{--fa:"\f08b";}.fa-circle-chevron-down{--fa:"\f13a";}.fa-chevron-circle-down{--fa:"\f13a";}.fa-unlock-keyhole{--fa:"\f13e";}.fa-unlock-alt{--fa:"\f13e";}.fa-cloud-showers-heavy{--fa:"\f740";}.fa-headphones-simple{--fa:"\f58f";}.fa-headphones-alt{--fa:"\f58f";}.fa-sitemap{--fa:"\f0e8";}.fa-circle-dollar-to-slot{--fa:"\f4b9";}.fa-donate{--fa:"\f4b9";}.fa-memory{--fa:"\f538";}.fa-road-spikes{--fa:"\e568";}.fa-fire-burner{--fa:"\e4f1";}.fa-flag{--fa:"\f024";}.fa-hanukiah{--fa:"\f6e6";}.fa-feather{--fa:"\f52d";}.fa-volume-low{--fa:"\f027";}.fa-volume-down{--fa:"\f027";}.fa-comment-slash{--fa:"\f4b3";}.fa-cloud-sun-rain{--fa:"\f743";}.fa-compress{--fa:"\f066";}.fa-wheat-awn{--fa:"\e2cd";}.fa-wheat-alt{--fa:"\e2cd";}.fa-ankh{--fa:"\f644";}.fa-hands-holding-child{--fa:"\e4fa";}.fa-asterisk{--fa:"\2a";}.fa-square-check{--fa:"\f14a";}.fa-check-square{--fa:"\f14a";}.fa-peseta-sign{--fa:"\e221";}.fa-heading{--fa:"\f1dc";}.fa-header{--fa:"\f1dc";}.fa-ghost{--fa:"\f6e2";}.fa-list{--fa:"\f03a";}.fa-list-squares{--fa:"\f03a";}.fa-square-phone-flip{--fa:"\f87b";}.fa-phone-square-alt{--fa:"\f87b";}.fa-cart-plus{--fa:"\f217";}.fa-gamepad{--fa:"\f11b";}.fa-circle-dot{--fa:"\f192";}.fa-dot-circle{--fa:"\f192";}.fa-face-dizzy{--fa:"\f567";}.fa-dizzy{--fa:"\f567";}.fa-egg{--fa:"\f7fb";}.fa-house-medical-circle-xmark{--fa:"\e513";}.fa-campground{--fa:"\f6bb";}.fa-folder-plus{--fa:"\f65e";}.fa-futbol{--fa:"\f1e3";}.fa-futbol-ball{--fa:"\f1e3";}.fa-soccer-ball{--fa:"\f1e3";}.fa-paintbrush{--fa:"\f1fc";}.fa-paint-brush{--fa:"\f1fc";}.fa-lock{--fa:"\f023";}.fa-gas-pump{--fa:"\f52f";}.fa-hot-tub-person{--fa:"\f593";}.fa-hot-tub{--fa:"\f593";}.fa-map-location{--fa:"\f59f";}.fa-map-marked{--fa:"\f59f";}.fa-house-flood-water{--fa:"\e50e";}.fa-tree{--fa:"\f1bb";}.fa-bridge-lock{--fa:"\e4cc";}.fa-sack-dollar{--fa:"\f81d";}.fa-pen-to-square{--fa:"\f044";}.fa-edit{--fa:"\f044";}.fa-car-side{--fa:"\f5e4";}.fa-share-nodes{--fa:"\f1e0";}.fa-share-alt{--fa:"\f1e0";}.fa-heart-circle-minus{--fa:"\e4ff";}.fa-hourglass-half{--fa:"\f252";}.fa-hourglass-2{--fa:"\f252";}.fa-microscope{--fa:"\f610";}.fa-sink{--fa:"\e06d";}.fa-bag-shopping{--fa:"\f290";}.fa-shopping-bag{--fa:"\f290";}.fa-arrow-down-z-a{--fa:"\f881";}.fa-sort-alpha-desc{--fa:"\f881";}.fa-sort-alpha-down-alt{--fa:"\f881";}.fa-mitten{--fa:"\f7b5";}.fa-person-rays{--fa:"\e54d";}.fa-users{--fa:"\f0c0";}.fa-eye-slash{--fa:"\f070";}.fa-flask-vial{--fa:"\e4f3";}.fa-hand{--fa:"\f256";}.fa-hand-paper{--fa:"\f256";}.fa-om{--fa:"\f679";}.fa-worm{--fa:"\e599";}.fa-house-circle-xmark{--fa:"\e50b";}.fa-plug{--fa:"\f1e6";}.fa-chevron-up{--fa:"\f077";}.fa-hand-spock{--fa:"\f259";}.fa-stopwatch{--fa:"\f2f2";}.fa-face-kiss{--fa:"\f596";}.fa-kiss{--fa:"\f596";}.fa-bridge-circle-xmark{--fa:"\e4cb";}.fa-face-grin-tongue{--fa:"\f589";}.fa-grin-tongue{--fa:"\f589";}.fa-chess-bishop{--fa:"\f43a";}.fa-face-grin-wink{--fa:"\f58c";}.fa-grin-wink{--fa:"\f58c";}.fa-ear-deaf{--fa:"\f2a4";}.fa-deaf{--fa:"\f2a4";}.fa-deafness{--fa:"\f2a4";}.fa-hard-of-hearing{--fa:"\f2a4";}.fa-road-circle-check{--fa:"\e564";}.fa-dice-five{--fa:"\f523";}.fa-square-rss{--fa:"\f143";}.fa-rss-square{--fa:"\f143";}.fa-land-mine-on{--fa:"\e51b";}.fa-i-cursor{--fa:"\f246";}.fa-stamp{--fa:"\f5bf";}.fa-stairs{--fa:"\e289";}.fa-i{--fa:"\49";}.fa-hryvnia-sign{--fa:"\f6f2";}.fa-hryvnia{--fa:"\f6f2";}.fa-pills{--fa:"\f484";}.fa-face-grin-wide{--fa:"\f581";}.fa-grin-alt{--fa:"\f581";}.fa-tooth{--fa:"\f5c9";}.fa-v{--fa:"\56";}.fa-bangladeshi-taka-sign{--fa:"\e2e6";}.fa-bicycle{--fa:"\f206";}.fa-staff-snake{--fa:"\e579";}.fa-rod-asclepius{--fa:"\e579";}.fa-rod-snake{--fa:"\e579";}.fa-staff-aesculapius{--fa:"\e579";}.fa-head-side-cough-slash{--fa:"\e062";}.fa-truck-medical{--fa:"\f0f9";}.fa-ambulance{--fa:"\f0f9";}.fa-wheat-awn-circle-exclamation{--fa:"\e598";}.fa-snowman{--fa:"\f7d0";}.fa-mortar-pestle{--fa:"\f5a7";}.fa-road-barrier{--fa:"\e562";}.fa-school{--fa:"\f549";}.fa-igloo{--fa:"\f7ae";}.fa-joint{--fa:"\f595";}.fa-angle-right{--fa:"\f105";}.fa-horse{--fa:"\f6f0";}.fa-q{--fa:"\51";}.fa-g{--fa:"\47";}.fa-notes-medical{--fa:"\f481";}.fa-temperature-half{--fa:"\f2c9";}.fa-temperature-2{--fa:"\f2c9";}.fa-thermometer-2{--fa:"\f2c9";}.fa-thermometer-half{--fa:"\f2c9";}.fa-dong-sign{--fa:"\e169";}.fa-capsules{--fa:"\f46b";}.fa-poo-storm{--fa:"\f75a";}.fa-poo-bolt{--fa:"\f75a";}.fa-face-frown-open{--fa:"\f57a";}.fa-frown-open{--fa:"\f57a";}.fa-hand-point-up{--fa:"\f0a6";}.fa-money-bill{--fa:"\f0d6";}.fa-bookmark{--fa:"\f02e";}.fa-align-justify{--fa:"\f039";}.fa-umbrella-beach{--fa:"\f5ca";}.fa-helmet-un{--fa:"\e503";}.fa-bullseye{--fa:"\f140";}.fa-bacon{--fa:"\f7e5";}.fa-hand-point-down{--fa:"\f0a7";}.fa-arrow-up-from-bracket{--fa:"\e09a";}.fa-folder{--fa:"\f07b";}.fa-folder-blank{--fa:"\f07b";}.fa-file-waveform{--fa:"\f478";}.fa-file-medical-alt{--fa:"\f478";}.fa-radiation{--fa:"\f7b9";}.fa-chart-simple{--fa:"\e473";}.fa-mars-stroke{--fa:"\f229";}.fa-vial{--fa:"\f492";}.fa-gauge{--fa:"\f624";}.fa-dashboard{--fa:"\f624";}.fa-gauge-med{--fa:"\f624";}.fa-tachometer-alt-average{--fa:"\f624";}.fa-wand-magic-sparkles{--fa:"\e2ca";}.fa-magic-wand-sparkles{--fa:"\e2ca";}.fa-e{--fa:"\45";}.fa-pen-clip{--fa:"\f305";}.fa-pen-alt{--fa:"\f305";}.fa-bridge-circle-exclamation{--fa:"\e4ca";}.fa-user{--fa:"\f007";}.fa-school-circle-check{--fa:"\e56b";}.fa-dumpster{--fa:"\f793";}.fa-van-shuttle{--fa:"\f5b6";}.fa-shuttle-van{--fa:"\f5b6";}.fa-building-user{--fa:"\e4da";}.fa-square-caret-left{--fa:"\f191";}.fa-caret-square-left{--fa:"\f191";}.fa-highlighter{--fa:"\f591";}.fa-key{--fa:"\f084";}.fa-bullhorn{--fa:"\f0a1";}.fa-globe{--fa:"\f0ac";}.fa-synagogue{--fa:"\f69b";}.fa-person-half-dress{--fa:"\e548";}.fa-road-bridge{--fa:"\e563";}.fa-location-arrow{--fa:"\f124";}.fa-c{--fa:"\43";}.fa-tablet-button{--fa:"\f10a";}.fa-building-lock{--fa:"\e4d6";}.fa-pizza-slice{--fa:"\f818";}.fa-money-bill-wave{--fa:"\f53a";}.fa-chart-area{--fa:"\f1fe";}.fa-area-chart{--fa:"\f1fe";}.fa-house-flag{--fa:"\e50d";}.fa-person-circle-minus{--fa:"\e540";}.fa-ban{--fa:"\f05e";}.fa-cancel{--fa:"\f05e";}.fa-camera-rotate{--fa:"\e0d8";}.fa-spray-can-sparkles{--fa:"\f5d0";}.fa-air-freshener{--fa:"\f5d0";}.fa-star{--fa:"\f005";}.fa-repeat{--fa:"\f363";}.fa-cross{--fa:"\f654";}.fa-box{--fa:"\f466";}.fa-venus-mars{--fa:"\f228";}.fa-arrow-pointer{--fa:"\f245";}.fa-mouse-pointer{--fa:"\f245";}.fa-maximize{--fa:"\f31e";}.fa-expand-arrows-alt{--fa:"\f31e";}.fa-charging-station{--fa:"\f5e7";}.fa-shapes{--fa:"\f61f";}.fa-triangle-circle-square{--fa:"\f61f";}.fa-shuffle{--fa:"\f074";}.fa-random{--fa:"\f074";}.fa-person-running{--fa:"\f70c";}.fa-running{--fa:"\f70c";}.fa-mobile-retro{--fa:"\e527";}.fa-grip-lines-vertical{--fa:"\f7a5";}.fa-spider{--fa:"\f717";}.fa-hands-bound{--fa:"\e4f9";}.fa-file-invoice-dollar{--fa:"\f571";}.fa-plane-circle-exclamation{--fa:"\e556";}.fa-x-ray{--fa:"\f497";}.fa-spell-check{--fa:"\f891";}.fa-slash{--fa:"\f715";}.fa-computer-mouse{--fa:"\f8cc";}.fa-mouse{--fa:"\f8cc";}.fa-arrow-right-to-bracket{--fa:"\f090";}.fa-sign-in{--fa:"\f090";}.fa-shop-slash{--fa:"\e070";}.fa-store-alt-slash{--fa:"\e070";}.fa-server{--fa:"\f233";}.fa-virus-covid-slash{--fa:"\e4a9";}.fa-shop-lock{--fa:"\e4a5";}.fa-hourglass-start{--fa:"\f251";}.fa-hourglass-1{--fa:"\f251";}.fa-blender-phone{--fa:"\f6b6";}.fa-building-wheat{--fa:"\e4db";}.fa-person-breastfeeding{--fa:"\e53a";}.fa-right-to-bracket{--fa:"\f2f6";}.fa-sign-in-alt{--fa:"\f2f6";}.fa-venus{--fa:"\f221";}.fa-passport{--fa:"\f5ab";}.fa-thumbtack-slash{--fa:"\e68f";}.fa-thumb-tack-slash{--fa:"\e68f";}.fa-heart-pulse{--fa:"\f21e";}.fa-heartbeat{--fa:"\f21e";}.fa-people-carry-box{--fa:"\f4ce";}.fa-people-carry{--fa:"\f4ce";}.fa-temperature-high{--fa:"\f769";}.fa-microchip{--fa:"\f2db";}.fa-crown{--fa:"\f521";}.fa-weight-hanging{--fa:"\f5cd";}.fa-xmarks-lines{--fa:"\e59a";}.fa-file-prescription{--fa:"\f572";}.fa-weight-scale{--fa:"\f496";}.fa-weight{--fa:"\f496";}.fa-user-group{--fa:"\f500";}.fa-user-friends{--fa:"\f500";}.fa-arrow-up-a-z{--fa:"\f15e";}.fa-sort-alpha-up{--fa:"\f15e";}.fa-chess-knight{--fa:"\f441";}.fa-face-laugh-squint{--fa:"\f59b";}.fa-laugh-squint{--fa:"\f59b";}.fa-wheelchair{--fa:"\f193";}.fa-circle-arrow-up{--fa:"\f0aa";}.fa-arrow-circle-up{--fa:"\f0aa";}.fa-toggle-on{--fa:"\f205";}.fa-person-walking{--fa:"\f554";}.fa-walking{--fa:"\f554";}.fa-l{--fa:"\4c";}.fa-fire{--fa:"\f06d";}.fa-bed-pulse{--fa:"\f487";}.fa-procedures{--fa:"\f487";}.fa-shuttle-space{--fa:"\f197";}.fa-space-shuttle{--fa:"\f197";}.fa-face-laugh{--fa:"\f599";}.fa-laugh{--fa:"\f599";}.fa-folder-open{--fa:"\f07c";}.fa-heart-circle-plus{--fa:"\e500";}.fa-code-fork{--fa:"\e13b";}.fa-city{--fa:"\f64f";}.fa-microphone-lines{--fa:"\f3c9";}.fa-microphone-alt{--fa:"\f3c9";}.fa-pepper-hot{--fa:"\f816";}.fa-unlock{--fa:"\f09c";}.fa-colon-sign{--fa:"\e140";}.fa-headset{--fa:"\f590";}.fa-store-slash{--fa:"\e071";}.fa-road-circle-xmark{--fa:"\e566";}.fa-user-minus{--fa:"\f503";}.fa-mars-stroke-up{--fa:"\f22a";}.fa-mars-stroke-v{--fa:"\f22a";}.fa-champagne-glasses{--fa:"\f79f";}.fa-glass-cheers{--fa:"\f79f";}.fa-clipboard{--fa:"\f328";}.fa-house-circle-exclamation{--fa:"\e50a";}.fa-file-arrow-up{--fa:"\f574";}.fa-file-upload{--fa:"\f574";}.fa-wifi{--fa:"\f1eb";}.fa-wifi-3{--fa:"\f1eb";}.fa-wifi-strong{--fa:"\f1eb";}.fa-bath{--fa:"\f2cd";}.fa-bathtub{--fa:"\f2cd";}.fa-underline{--fa:"\f0cd";}.fa-user-pen{--fa:"\f4ff";}.fa-user-edit{--fa:"\f4ff";}.fa-signature{--fa:"\f5b7";}.fa-stroopwafel{--fa:"\f551";}.fa-bold{--fa:"\f032";}.fa-anchor-lock{--fa:"\e4ad";}.fa-building-ngo{--fa:"\e4d7";}.fa-manat-sign{--fa:"\e1d5";}.fa-not-equal{--fa:"\f53e";}.fa-border-top-left{--fa:"\f853";}.fa-border-style{--fa:"\f853";}.fa-map-location-dot{--fa:"\f5a0";}.fa-map-marked-alt{--fa:"\f5a0";}.fa-jedi{--fa:"\f669";}.fa-square-poll-vertical{--fa:"\f681";}.fa-poll{--fa:"\f681";}.fa-mug-hot{--fa:"\f7b6";}.fa-car-battery{--fa:"\f5df";}.fa-battery-car{--fa:"\f5df";}.fa-gift{--fa:"\f06b";}.fa-dice-two{--fa:"\f528";}.fa-chess-queen{--fa:"\f445";}.fa-glasses{--fa:"\f530";}.fa-chess-board{--fa:"\f43c";}.fa-building-circle-check{--fa:"\e4d2";}.fa-person-chalkboard{--fa:"\e53d";}.fa-mars-stroke-right{--fa:"\f22b";}.fa-mars-stroke-h{--fa:"\f22b";}.fa-hand-back-fist{--fa:"\f255";}.fa-hand-rock{--fa:"\f255";}.fa-square-caret-up{--fa:"\f151";}.fa-caret-square-up{--fa:"\f151";}.fa-cloud-showers-water{--fa:"\e4e4";}.fa-chart-bar{--fa:"\f080";}.fa-bar-chart{--fa:"\f080";}.fa-hands-bubbles{--fa:"\e05e";}.fa-hands-wash{--fa:"\e05e";}.fa-less-than-equal{--fa:"\f537";}.fa-train{--fa:"\f238";}.fa-eye-low-vision{--fa:"\f2a8";}.fa-low-vision{--fa:"\f2a8";}.fa-crow{--fa:"\f520";}.fa-sailboat{--fa:"\e445";}.fa-window-restore{--fa:"\f2d2";}.fa-square-plus{--fa:"\f0fe";}.fa-plus-square{--fa:"\f0fe";}.fa-torii-gate{--fa:"\f6a1";}.fa-frog{--fa:"\f52e";}.fa-bucket{--fa:"\e4cf";}.fa-image{--fa:"\f03e";}.fa-microphone{--fa:"\f130";}.fa-cow{--fa:"\f6c8";}.fa-caret-up{--fa:"\f0d8";}.fa-screwdriver{--fa:"\f54a";}.fa-folder-closed{--fa:"\e185";}.fa-house-tsunami{--fa:"\e515";}.fa-square-nfi{--fa:"\e576";}.fa-arrow-up-from-ground-water{--fa:"\e4b5";}.fa-martini-glass{--fa:"\f57b";}.fa-glass-martini-alt{--fa:"\f57b";}.fa-square-binary{--fa:"\e69b";}.fa-rotate-left{--fa:"\f2ea";}.fa-rotate-back{--fa:"\f2ea";}.fa-rotate-backward{--fa:"\f2ea";}.fa-undo-alt{--fa:"\f2ea";}.fa-table-columns{--fa:"\f0db";}.fa-columns{--fa:"\f0db";}.fa-lemon{--fa:"\f094";}.fa-head-side-mask{--fa:"\e063";}.fa-handshake{--fa:"\f2b5";}.fa-gem{--fa:"\f3a5";}.fa-dolly{--fa:"\f472";}.fa-dolly-box{--fa:"\f472";}.fa-smoking{--fa:"\f48d";}.fa-minimize{--fa:"\f78c";}.fa-compress-arrows-alt{--fa:"\f78c";}.fa-monument{--fa:"\f5a6";}.fa-snowplow{--fa:"\f7d2";}.fa-angles-right{--fa:"\f101";}.fa-angle-double-right{--fa:"\f101";}.fa-cannabis{--fa:"\f55f";}.fa-circle-play{--fa:"\f144";}.fa-play-circle{--fa:"\f144";}.fa-tablets{--fa:"\f490";}.fa-ethernet{--fa:"\f796";}.fa-euro-sign{--fa:"\f153";}.fa-eur{--fa:"\f153";}.fa-euro{--fa:"\f153";}.fa-chair{--fa:"\f6c0";}.fa-circle-check{--fa:"\f058";}.fa-check-circle{--fa:"\f058";}.fa-circle-stop{--fa:"\f28d";}.fa-stop-circle{--fa:"\f28d";}.fa-compass-drafting{--fa:"\f568";}.fa-drafting-compass{--fa:"\f568";}.fa-plate-wheat{--fa:"\e55a";}.fa-icicles{--fa:"\f7ad";}.fa-person-shelter{--fa:"\e54f";}.fa-neuter{--fa:"\f22c";}.fa-id-badge{--fa:"\f2c1";}.fa-marker{--fa:"\f5a1";}.fa-face-laugh-beam{--fa:"\f59a";}.fa-laugh-beam{--fa:"\f59a";}.fa-helicopter-symbol{--fa:"\e502";}.fa-universal-access{--fa:"\f29a";}.fa-circle-chevron-up{--fa:"\f139";}.fa-chevron-circle-up{--fa:"\f139";}.fa-lari-sign{--fa:"\e1c8";}.fa-volcano{--fa:"\f770";}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553";}.fa-sterling-sign{--fa:"\f154";}.fa-gbp{--fa:"\f154";}.fa-pound-sign{--fa:"\f154";}.fa-viruses{--fa:"\e076";}.fa-square-person-confined{--fa:"\e577";}.fa-user-tie{--fa:"\f508";}.fa-arrow-down-long{--fa:"\f175";}.fa-long-arrow-down{--fa:"\f175";}.fa-tent-arrow-down-to-line{--fa:"\e57e";}.fa-certificate{--fa:"\f0a3";}.fa-reply-all{--fa:"\f122";}.fa-mail-reply-all{--fa:"\f122";}.fa-suitcase{--fa:"\f0f2";}.fa-person-skating{--fa:"\f7c5";}.fa-skating{--fa:"\f7c5";}.fa-filter-circle-dollar{--fa:"\f662";}.fa-funnel-dollar{--fa:"\f662";}.fa-camera-retro{--fa:"\f083";}.fa-circle-arrow-down{--fa:"\f0ab";}.fa-arrow-circle-down{--fa:"\f0ab";}.fa-file-import{--fa:"\f56f";}.fa-arrow-right-to-file{--fa:"\f56f";}.fa-square-arrow-up-right{--fa:"\f14c";}.fa-external-link-square{--fa:"\f14c";}.fa-box-open{--fa:"\f49e";}.fa-scroll{--fa:"\f70e";}.fa-spa{--fa:"\f5bb";}.fa-location-pin-lock{--fa:"\e51f";}.fa-pause{--fa:"\f04c";}.fa-hill-avalanche{--fa:"\e507";}.fa-temperature-empty{--fa:"\f2cb";}.fa-temperature-0{--fa:"\f2cb";}.fa-thermometer-0{--fa:"\f2cb";}.fa-thermometer-empty{--fa:"\f2cb";}.fa-bomb{--fa:"\f1e2";}.fa-registered{--fa:"\f25d";}.fa-address-card{--fa:"\f2bb";}.fa-contact-card{--fa:"\f2bb";}.fa-vcard{--fa:"\f2bb";}.fa-scale-unbalanced-flip{--fa:"\f516";}.fa-balance-scale-right{--fa:"\f516";}.fa-subscript{--fa:"\f12c";}.fa-diamond-turn-right{--fa:"\f5eb";}.fa-directions{--fa:"\f5eb";}.fa-burst{--fa:"\e4dc";}.fa-house-laptop{--fa:"\e066";}.fa-laptop-house{--fa:"\e066";}.fa-face-tired{--fa:"\f5c8";}.fa-tired{--fa:"\f5c8";}.fa-money-bills{--fa:"\e1f3";}.fa-smog{--fa:"\f75f";}.fa-crutch{--fa:"\f7f7";}.fa-cloud-arrow-up{--fa:"\f0ee";}.fa-cloud-upload{--fa:"\f0ee";}.fa-cloud-upload-alt{--fa:"\f0ee";}.fa-palette{--fa:"\f53f";}.fa-arrows-turn-right{--fa:"\e4c0";}.fa-vest{--fa:"\e085";}.fa-ferry{--fa:"\e4ea";}.fa-arrows-down-to-people{--fa:"\e4b9";}.fa-seedling{--fa:"\f4d8";}.fa-sprout{--fa:"\f4d8";}.fa-left-right{--fa:"\f337";}.fa-arrows-alt-h{--fa:"\f337";}.fa-boxes-packing{--fa:"\e4c7";}.fa-circle-arrow-left{--fa:"\f0a8";}.fa-arrow-circle-left{--fa:"\f0a8";}.fa-group-arrows-rotate{--fa:"\e4f6";}.fa-bowl-food{--fa:"\e4c6";}.fa-candy-cane{--fa:"\f786";}.fa-arrow-down-wide-short{--fa:"\f160";}.fa-sort-amount-asc{--fa:"\f160";}.fa-sort-amount-down{--fa:"\f160";}.fa-cloud-bolt{--fa:"\f76c";}.fa-thunderstorm{--fa:"\f76c";}.fa-text-slash{--fa:"\f87d";}.fa-remove-format{--fa:"\f87d";}.fa-face-smile-wink{--fa:"\f4da";}.fa-smile-wink{--fa:"\f4da";}.fa-file-word{--fa:"\f1c2";}.fa-file-powerpoint{--fa:"\f1c4";}.fa-arrows-left-right{--fa:"\f07e";}.fa-arrows-h{--fa:"\f07e";}.fa-house-lock{--fa:"\e510";}.fa-cloud-arrow-down{--fa:"\f0ed";}.fa-cloud-download{--fa:"\f0ed";}.fa-cloud-download-alt{--fa:"\f0ed";}.fa-children{--fa:"\e4e1";}.fa-chalkboard{--fa:"\f51b";}.fa-blackboard{--fa:"\f51b";}.fa-user-large-slash{--fa:"\f4fa";}.fa-user-alt-slash{--fa:"\f4fa";}.fa-envelope-open{--fa:"\f2b6";}.fa-handshake-simple-slash{--fa:"\e05f";}.fa-handshake-alt-slash{--fa:"\e05f";}.fa-mattress-pillow{--fa:"\e525";}.fa-guarani-sign{--fa:"\e19a";}.fa-arrows-rotate{--fa:"\f021";}.fa-refresh{--fa:"\f021";}.fa-sync{--fa:"\f021";}.fa-fire-extinguisher{--fa:"\f134";}.fa-cruzeiro-sign{--fa:"\e152";}.fa-greater-than-equal{--fa:"\f532";}.fa-shield-halved{--fa:"\f3ed";}.fa-shield-alt{--fa:"\f3ed";}.fa-book-atlas{--fa:"\f558";}.fa-atlas{--fa:"\f558";}.fa-virus{--fa:"\e074";}.fa-envelope-circle-check{--fa:"\e4e8";}.fa-layer-group{--fa:"\f5fd";}.fa-arrows-to-dot{--fa:"\e4be";}.fa-archway{--fa:"\f557";}.fa-heart-circle-check{--fa:"\e4fd";}.fa-house-chimney-crack{--fa:"\f6f1";}.fa-house-damage{--fa:"\f6f1";}.fa-file-zipper{--fa:"\f1c6";}.fa-file-archive{--fa:"\f1c6";}.fa-square{--fa:"\f0c8";}.fa-martini-glass-empty{--fa:"\f000";}.fa-glass-martini{--fa:"\f000";}.fa-couch{--fa:"\f4b8";}.fa-cedi-sign{--fa:"\e0df";}.fa-italic{--fa:"\f033";}.fa-table-cells-column-lock{--fa:"\e678";}.fa-church{--fa:"\f51d";}.fa-comments-dollar{--fa:"\f653";}.fa-democrat{--fa:"\f747";}.fa-z{--fa:"\5a";}.fa-person-skiing{--fa:"\f7c9";}.fa-skiing{--fa:"\f7c9";}.fa-road-lock{--fa:"\e567";}.fa-a{--fa:"\41";}.fa-temperature-arrow-down{--fa:"\e03f";}.fa-temperature-down{--fa:"\e03f";}.fa-feather-pointed{--fa:"\f56b";}.fa-feather-alt{--fa:"\f56b";}.fa-p{--fa:"\50";}.fa-snowflake{--fa:"\f2dc";}.fa-newspaper{--fa:"\f1ea";}.fa-rectangle-ad{--fa:"\f641";}.fa-ad{--fa:"\f641";}.fa-circle-arrow-right{--fa:"\f0a9";}.fa-arrow-circle-right{--fa:"\f0a9";}.fa-filter-circle-xmark{--fa:"\e17b";}.fa-locust{--fa:"\e520";}.fa-sort{--fa:"\f0dc";}.fa-unsorted{--fa:"\f0dc";}.fa-list-ol{--fa:"\f0cb";}.fa-list-1-2{--fa:"\f0cb";}.fa-list-numeric{--fa:"\f0cb";}.fa-person-dress-burst{--fa:"\e544";}.fa-money-check-dollar{--fa:"\f53d";}.fa-money-check-alt{--fa:"\f53d";}.fa-vector-square{--fa:"\f5cb";}.fa-bread-slice{--fa:"\f7ec";}.fa-language{--fa:"\f1ab";}.fa-face-kiss-wink-heart{--fa:"\f598";}.fa-kiss-wink-heart{--fa:"\f598";}.fa-filter{--fa:"\f0b0";}.fa-question{--fa:"\3f";}.fa-file-signature{--fa:"\f573";}.fa-up-down-left-right{--fa:"\f0b2";}.fa-arrows-alt{--fa:"\f0b2";}.fa-house-chimney-user{--fa:"\e065";}.fa-hand-holding-heart{--fa:"\f4be";}.fa-puzzle-piece{--fa:"\f12e";}.fa-money-check{--fa:"\f53c";}.fa-star-half-stroke{--fa:"\f5c0";}.fa-star-half-alt{--fa:"\f5c0";}.fa-code{--fa:"\f121";}.fa-whiskey-glass{--fa:"\f7a0";}.fa-glass-whiskey{--fa:"\f7a0";}.fa-building-circle-exclamation{--fa:"\e4d3";}.fa-magnifying-glass-chart{--fa:"\e522";}.fa-arrow-up-right-from-square{--fa:"\f08e";}.fa-external-link{--fa:"\f08e";}.fa-cubes-stacked{--fa:"\e4e6";}.fa-won-sign{--fa:"\f159";}.fa-krw{--fa:"\f159";}.fa-won{--fa:"\f159";}.fa-virus-covid{--fa:"\e4a8";}.fa-austral-sign{--fa:"\e0a9";}.fa-f{--fa:"\46";}.fa-leaf{--fa:"\f06c";}.fa-road{--fa:"\f018";}.fa-taxi{--fa:"\f1ba";}.fa-cab{--fa:"\f1ba";}.fa-person-circle-plus{--fa:"\e541";}.fa-chart-pie{--fa:"\f200";}.fa-pie-chart{--fa:"\f200";}.fa-bolt-lightning{--fa:"\e0b7";}.fa-sack-xmark{--fa:"\e56a";}.fa-file-excel{--fa:"\f1c3";}.fa-file-contract{--fa:"\f56c";}.fa-fish-fins{--fa:"\e4f2";}.fa-building-flag{--fa:"\e4d5";}.fa-face-grin-beam{--fa:"\f582";}.fa-grin-beam{--fa:"\f582";}.fa-object-ungroup{--fa:"\f248";}.fa-poop{--fa:"\f619";}.fa-location-pin{--fa:"\f041";}.fa-map-marker{--fa:"\f041";}.fa-kaaba{--fa:"\f66b";}.fa-toilet-paper{--fa:"\f71e";}.fa-helmet-safety{--fa:"\f807";}.fa-hard-hat{--fa:"\f807";}.fa-hat-hard{--fa:"\f807";}.fa-eject{--fa:"\f052";}.fa-circle-right{--fa:"\f35a";}.fa-arrow-alt-circle-right{--fa:"\f35a";}.fa-plane-circle-check{--fa:"\e555";}.fa-face-rolling-eyes{--fa:"\f5a5";}.fa-meh-rolling-eyes{--fa:"\f5a5";}.fa-object-group{--fa:"\f247";}.fa-chart-line{--fa:"\f201";}.fa-line-chart{--fa:"\f201";}.fa-mask-ventilator{--fa:"\e524";}.fa-arrow-right{--fa:"\f061";}.fa-signs-post{--fa:"\f277";}.fa-map-signs{--fa:"\f277";}.fa-cash-register{--fa:"\f788";}.fa-person-circle-question{--fa:"\e542";}.fa-h{--fa:"\48";}.fa-tarp{--fa:"\e57b";}.fa-screwdriver-wrench{--fa:"\f7d9";}.fa-tools{--fa:"\f7d9";}.fa-arrows-to-eye{--fa:"\e4bf";}.fa-plug-circle-bolt{--fa:"\e55b";}.fa-heart{--fa:"\f004";}.fa-mars-and-venus{--fa:"\f224";}.fa-house-user{--fa:"\e1b0";}.fa-home-user{--fa:"\e1b0";}.fa-dumpster-fire{--fa:"\f794";}.fa-house-crack{--fa:"\e3b1";}.fa-martini-glass-citrus{--fa:"\f561";}.fa-cocktail{--fa:"\f561";}.fa-face-surprise{--fa:"\f5c2";}.fa-surprise{--fa:"\f5c2";}.fa-bottle-water{--fa:"\e4c5";}.fa-circle-pause{--fa:"\f28b";}.fa-pause-circle{--fa:"\f28b";}.fa-toilet-paper-slash{--fa:"\e072";}.fa-apple-whole{--fa:"\f5d1";}.fa-apple-alt{--fa:"\f5d1";}.fa-kitchen-set{--fa:"\e51a";}.fa-r{--fa:"\52";}.fa-temperature-quarter{--fa:"\f2ca";}.fa-temperature-1{--fa:"\f2ca";}.fa-thermometer-1{--fa:"\f2ca";}.fa-thermometer-quarter{--fa:"\f2ca";}.fa-cube{--fa:"\f1b2";}.fa-bitcoin-sign{--fa:"\e0b4";}.fa-shield-dog{--fa:"\e573";}.fa-solar-panel{--fa:"\f5ba";}.fa-lock-open{--fa:"\f3c1";}.fa-elevator{--fa:"\e16d";}.fa-money-bill-transfer{--fa:"\e528";}.fa-money-bill-trend-up{--fa:"\e529";}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f";}.fa-square-poll-horizontal{--fa:"\f682";}.fa-poll-h{--fa:"\f682";}.fa-circle{--fa:"\f111";}.fa-backward-fast{--fa:"\f049";}.fa-fast-backward{--fa:"\f049";}.fa-recycle{--fa:"\f1b8";}.fa-user-astronaut{--fa:"\f4fb";}.fa-plane-slash{--fa:"\e069";}.fa-trademark{--fa:"\f25c";}.fa-basketball{--fa:"\f434";}.fa-basketball-ball{--fa:"\f434";}.fa-satellite-dish{--fa:"\f7c0";}.fa-circle-up{--fa:"\f35b";}.fa-arrow-alt-circle-up{--fa:"\f35b";}.fa-mobile-screen-button{--fa:"\f3cd";}.fa-mobile-alt{--fa:"\f3cd";}.fa-volume-high{--fa:"\f028";}.fa-volume-up{--fa:"\f028";}.fa-users-rays{--fa:"\e593";}.fa-wallet{--fa:"\f555";}.fa-clipboard-check{--fa:"\f46c";}.fa-file-audio{--fa:"\f1c7";}.fa-burger{--fa:"\f805";}.fa-hamburger{--fa:"\f805";}.fa-wrench{--fa:"\f0ad";}.fa-bugs{--fa:"\e4d0";}.fa-rupee-sign{--fa:"\f156";}.fa-rupee{--fa:"\f156";}.fa-file-image{--fa:"\f1c5";}.fa-circle-question{--fa:"\f059";}.fa-question-circle{--fa:"\f059";}.fa-plane-departure{--fa:"\f5b0";}.fa-handshake-slash{--fa:"\e060";}.fa-book-bookmark{--fa:"\e0bb";}.fa-code-branch{--fa:"\f126";}.fa-hat-cowboy{--fa:"\f8c0";}.fa-bridge{--fa:"\e4c8";}.fa-phone-flip{--fa:"\f879";}.fa-phone-alt{--fa:"\f879";}.fa-truck-front{--fa:"\e2b7";}.fa-cat{--fa:"\f6be";}.fa-anchor-circle-exclamation{--fa:"\e4ab";}.fa-truck-field{--fa:"\e58d";}.fa-route{--fa:"\f4d7";}.fa-clipboard-question{--fa:"\e4e3";}.fa-panorama{--fa:"\e209";}.fa-comment-medical{--fa:"\f7f5";}.fa-teeth-open{--fa:"\f62f";}.fa-file-circle-minus{--fa:"\e4ed";}.fa-tags{--fa:"\f02c";}.fa-wine-glass{--fa:"\f4e3";}.fa-forward-fast{--fa:"\f050";}.fa-fast-forward{--fa:"\f050";}.fa-face-meh-blank{--fa:"\f5a4";}.fa-meh-blank{--fa:"\f5a4";}.fa-square-parking{--fa:"\f540";}.fa-parking{--fa:"\f540";}.fa-house-signal{--fa:"\e012";}.fa-bars-progress{--fa:"\f828";}.fa-tasks-alt{--fa:"\f828";}.fa-faucet-drip{--fa:"\e006";}.fa-cart-flatbed{--fa:"\f474";}.fa-dolly-flatbed{--fa:"\f474";}.fa-ban-smoking{--fa:"\f54d";}.fa-smoking-ban{--fa:"\f54d";}.fa-terminal{--fa:"\f120";}.fa-mobile-button{--fa:"\f10b";}.fa-house-medical-flag{--fa:"\e514";}.fa-basket-shopping{--fa:"\f291";}.fa-shopping-basket{--fa:"\f291";}.fa-tape{--fa:"\f4db";}.fa-bus-simple{--fa:"\f55e";}.fa-bus-alt{--fa:"\f55e";}.fa-eye{--fa:"\f06e";}.fa-face-sad-cry{--fa:"\f5b3";}.fa-sad-cry{--fa:"\f5b3";}.fa-audio-description{--fa:"\f29e";}.fa-person-military-to-person{--fa:"\e54c";}.fa-file-shield{--fa:"\e4f0";}.fa-user-slash{--fa:"\f506";}.fa-pen{--fa:"\f304";}.fa-tower-observation{--fa:"\e586";}.fa-file-code{--fa:"\f1c9";}.fa-signal{--fa:"\f012";}.fa-signal-5{--fa:"\f012";}.fa-signal-perfect{--fa:"\f012";}.fa-bus{--fa:"\f207";}.fa-heart-circle-xmark{--fa:"\e501";}.fa-house-chimney{--fa:"\e3af";}.fa-home-lg{--fa:"\e3af";}.fa-window-maximize{--fa:"\f2d0";}.fa-face-frown{--fa:"\f119";}.fa-frown{--fa:"\f119";}.fa-prescription{--fa:"\f5b1";}.fa-shop{--fa:"\f54f";}.fa-store-alt{--fa:"\f54f";}.fa-floppy-disk{--fa:"\f0c7";}.fa-save{--fa:"\f0c7";}.fa-vihara{--fa:"\f6a7";}.fa-scale-unbalanced{--fa:"\f515";}.fa-balance-scale-left{--fa:"\f515";}.fa-sort-up{--fa:"\f0de";}.fa-sort-asc{--fa:"\f0de";}.fa-comment-dots{--fa:"\f4ad";}.fa-commenting{--fa:"\f4ad";}.fa-plant-wilt{--fa:"\e5aa";}.fa-diamond{--fa:"\f219";}.fa-face-grin-squint{--fa:"\f585";}.fa-grin-squint{--fa:"\f585";}.fa-hand-holding-dollar{--fa:"\f4c0";}.fa-hand-holding-usd{--fa:"\f4c0";}.fa-chart-diagram{--fa:"\e695";}.fa-bacterium{--fa:"\e05a";}.fa-hand-pointer{--fa:"\f25a";}.fa-drum-steelpan{--fa:"\f56a";}.fa-hand-scissors{--fa:"\f257";}.fa-hands-praying{--fa:"\f684";}.fa-praying-hands{--fa:"\f684";}.fa-arrow-rotate-right{--fa:"\f01e";}.fa-arrow-right-rotate{--fa:"\f01e";}.fa-arrow-rotate-forward{--fa:"\f01e";}.fa-redo{--fa:"\f01e";}.fa-biohazard{--fa:"\f780";}.fa-location-crosshairs{--fa:"\f601";}.fa-location{--fa:"\f601";}.fa-mars-double{--fa:"\f227";}.fa-child-dress{--fa:"\e59c";}.fa-users-between-lines{--fa:"\e591";}.fa-lungs-virus{--fa:"\e067";}.fa-face-grin-tears{--fa:"\f588";}.fa-grin-tears{--fa:"\f588";}.fa-phone{--fa:"\f095";}.fa-calendar-xmark{--fa:"\f273";}.fa-calendar-times{--fa:"\f273";}.fa-child-reaching{--fa:"\e59d";}.fa-head-side-virus{--fa:"\e064";}.fa-user-gear{--fa:"\f4fe";}.fa-user-cog{--fa:"\f4fe";}.fa-arrow-up-1-9{--fa:"\f163";}.fa-sort-numeric-up{--fa:"\f163";}.fa-door-closed{--fa:"\f52a";}.fa-shield-virus{--fa:"\e06c";}.fa-dice-six{--fa:"\f526";}.fa-mosquito-net{--fa:"\e52c";}.fa-file-fragment{--fa:"\e697";}.fa-bridge-water{--fa:"\e4ce";}.fa-person-booth{--fa:"\f756";}.fa-text-width{--fa:"\f035";}.fa-hat-wizard{--fa:"\f6e8";}.fa-pen-fancy{--fa:"\f5ac";}.fa-person-digging{--fa:"\f85e";}.fa-digging{--fa:"\f85e";}.fa-trash{--fa:"\f1f8";}.fa-gauge-simple{--fa:"\f629";}.fa-gauge-simple-med{--fa:"\f629";}.fa-tachometer-average{--fa:"\f629";}.fa-book-medical{--fa:"\f7e6";}.fa-poo{--fa:"\f2fe";}.fa-quote-right{--fa:"\f10e";}.fa-quote-right-alt{--fa:"\f10e";}.fa-shirt{--fa:"\f553";}.fa-t-shirt{--fa:"\f553";}.fa-tshirt{--fa:"\f553";}.fa-cubes{--fa:"\f1b3";}.fa-divide{--fa:"\f529";}.fa-tenge-sign{--fa:"\f7d7";}.fa-tenge{--fa:"\f7d7";}.fa-headphones{--fa:"\f025";}.fa-hands-holding{--fa:"\f4c2";}.fa-hands-clapping{--fa:"\e1a8";}.fa-republican{--fa:"\f75e";}.fa-arrow-left{--fa:"\f060";}.fa-person-circle-xmark{--fa:"\e543";}.fa-ruler{--fa:"\f545";}.fa-align-left{--fa:"\f036";}.fa-dice-d6{--fa:"\f6d1";}.fa-restroom{--fa:"\f7bd";}.fa-j{--fa:"\4a";}.fa-users-viewfinder{--fa:"\e595";}.fa-file-video{--fa:"\f1c8";}.fa-up-right-from-square{--fa:"\f35d";}.fa-external-link-alt{--fa:"\f35d";}.fa-table-cells{--fa:"\f00a";}.fa-th{--fa:"\f00a";}.fa-file-pdf{--fa:"\f1c1";}.fa-book-bible{--fa:"\f647";}.fa-bible{--fa:"\f647";}.fa-o{--fa:"\4f";}.fa-suitcase-medical{--fa:"\f0fa";}.fa-medkit{--fa:"\f0fa";}.fa-user-secret{--fa:"\f21b";}.fa-otter{--fa:"\f700";}.fa-person-dress{--fa:"\f182";}.fa-female{--fa:"\f182";}.fa-comment-dollar{--fa:"\f651";}.fa-business-time{--fa:"\f64a";}.fa-briefcase-clock{--fa:"\f64a";}.fa-table-cells-large{--fa:"\f009";}.fa-th-large{--fa:"\f009";}.fa-book-tanakh{--fa:"\f827";}.fa-tanakh{--fa:"\f827";}.fa-phone-volume{--fa:"\f2a0";}.fa-volume-control-phone{--fa:"\f2a0";}.fa-hat-cowboy-side{--fa:"\f8c1";}.fa-clipboard-user{--fa:"\f7f3";}.fa-child{--fa:"\f1ae";}.fa-lira-sign{--fa:"\f195";}.fa-satellite{--fa:"\f7bf";}.fa-plane-lock{--fa:"\e558";}.fa-tag{--fa:"\f02b";}.fa-comment{--fa:"\f075";}.fa-cake-candles{--fa:"\f1fd";}.fa-birthday-cake{--fa:"\f1fd";}.fa-cake{--fa:"\f1fd";}.fa-envelope{--fa:"\f0e0";}.fa-angles-up{--fa:"\f102";}.fa-angle-double-up{--fa:"\f102";}.fa-paperclip{--fa:"\f0c6";}.fa-arrow-right-to-city{--fa:"\e4b3";}.fa-ribbon{--fa:"\f4d6";}.fa-lungs{--fa:"\f604";}.fa-arrow-up-9-1{--fa:"\f887";}.fa-sort-numeric-up-alt{--fa:"\f887";}.fa-litecoin-sign{--fa:"\e1d3";}.fa-border-none{--fa:"\f850";}.fa-circle-nodes{--fa:"\e4e2";}.fa-parachute-box{--fa:"\f4cd";}.fa-indent{--fa:"\f03c";}.fa-truck-field-un{--fa:"\e58e";}.fa-hourglass{--fa:"\f254";}.fa-hourglass-empty{--fa:"\f254";}.fa-mountain{--fa:"\f6fc";}.fa-user-doctor{--fa:"\f0f0";}.fa-user-md{--fa:"\f0f0";}.fa-circle-info{--fa:"\f05a";}.fa-info-circle{--fa:"\f05a";}.fa-cloud-meatball{--fa:"\f73b";}.fa-camera{--fa:"\f030";}.fa-camera-alt{--fa:"\f030";}.fa-square-virus{--fa:"\e578";}.fa-meteor{--fa:"\f753";}.fa-car-on{--fa:"\e4dd";}.fa-sleigh{--fa:"\f7cc";}.fa-arrow-down-1-9{--fa:"\f162";}.fa-sort-numeric-asc{--fa:"\f162";}.fa-sort-numeric-down{--fa:"\f162";}.fa-hand-holding-droplet{--fa:"\f4c1";}.fa-hand-holding-water{--fa:"\f4c1";}.fa-water{--fa:"\f773";}.fa-calendar-check{--fa:"\f274";}.fa-braille{--fa:"\f2a1";}.fa-prescription-bottle-medical{--fa:"\f486";}.fa-prescription-bottle-alt{--fa:"\f486";}.fa-landmark{--fa:"\f66f";}.fa-truck{--fa:"\f0d1";}.fa-crosshairs{--fa:"\f05b";}.fa-person-cane{--fa:"\e53c";}.fa-tent{--fa:"\e57d";}.fa-vest-patches{--fa:"\e086";}.fa-check-double{--fa:"\f560";}.fa-arrow-down-a-z{--fa:"\f15d";}.fa-sort-alpha-asc{--fa:"\f15d";}.fa-sort-alpha-down{--fa:"\f15d";}.fa-money-bill-wheat{--fa:"\e52a";}.fa-cookie{--fa:"\f563";}.fa-arrow-rotate-left{--fa:"\f0e2";}.fa-arrow-left-rotate{--fa:"\f0e2";}.fa-arrow-rotate-back{--fa:"\f0e2";}.fa-arrow-rotate-backward{--fa:"\f0e2";}.fa-undo{--fa:"\f0e2";}.fa-hard-drive{--fa:"\f0a0";}.fa-hdd{--fa:"\f0a0";}.fa-face-grin-squint-tears{--fa:"\f586";}.fa-grin-squint-tears{--fa:"\f586";}.fa-dumbbell{--fa:"\f44b";}.fa-rectangle-list{--fa:"\f022";}.fa-list-alt{--fa:"\f022";}.fa-tarp-droplet{--fa:"\e57c";}.fa-house-medical-circle-check{--fa:"\e511";}.fa-person-skiing-nordic{--fa:"\f7ca";}.fa-skiing-nordic{--fa:"\f7ca";}.fa-calendar-plus{--fa:"\f271";}.fa-plane-arrival{--fa:"\f5af";}.fa-circle-left{--fa:"\f359";}.fa-arrow-alt-circle-left{--fa:"\f359";}.fa-train-subway{--fa:"\f239";}.fa-subway{--fa:"\f239";}.fa-chart-gantt{--fa:"\e0e4";}.fa-indian-rupee-sign{--fa:"\e1bc";}.fa-indian-rupee{--fa:"\e1bc";}.fa-inr{--fa:"\e1bc";}.fa-crop-simple{--fa:"\f565";}.fa-crop-alt{--fa:"\f565";}.fa-money-bill-1{--fa:"\f3d1";}.fa-money-bill-alt{--fa:"\f3d1";}.fa-left-long{--fa:"\f30a";}.fa-long-arrow-alt-left{--fa:"\f30a";}.fa-dna{--fa:"\f471";}.fa-virus-slash{--fa:"\e075";}.fa-minus{--fa:"\f068";}.fa-subtract{--fa:"\f068";}.fa-chess{--fa:"\f439";}.fa-arrow-left-long{--fa:"\f177";}.fa-long-arrow-left{--fa:"\f177";}.fa-plug-circle-check{--fa:"\e55c";}.fa-street-view{--fa:"\f21d";}.fa-franc-sign{--fa:"\e18f";}.fa-volume-off{--fa:"\f026";}.fa-hands-asl-interpreting{--fa:"\f2a3";}.fa-american-sign-language-interpreting{--fa:"\f2a3";}.fa-asl-interpreting{--fa:"\f2a3";}.fa-hands-american-sign-language-interpreting{--fa:"\f2a3";}.fa-gear{--fa:"\f013";}.fa-cog{--fa:"\f013";}.fa-droplet-slash{--fa:"\f5c7";}.fa-tint-slash{--fa:"\f5c7";}.fa-mosque{--fa:"\f678";}.fa-mosquito{--fa:"\e52b";}.fa-star-of-david{--fa:"\f69a";}.fa-person-military-rifle{--fa:"\e54b";}.fa-cart-shopping{--fa:"\f07a";}.fa-shopping-cart{--fa:"\f07a";}.fa-vials{--fa:"\f493";}.fa-plug-circle-plus{--fa:"\e55f";}.fa-place-of-worship{--fa:"\f67f";}.fa-grip-vertical{--fa:"\f58e";}.fa-hexagon-nodes{--fa:"\e699";}.fa-arrow-turn-up{--fa:"\f148";}.fa-level-up{--fa:"\f148";}.fa-u{--fa:"\55";}.fa-square-root-variable{--fa:"\f698";}.fa-square-root-alt{--fa:"\f698";}.fa-clock{--fa:"\f017";}.fa-clock-four{--fa:"\f017";}.fa-backward-step{--fa:"\f048";}.fa-step-backward{--fa:"\f048";}.fa-pallet{--fa:"\f482";}.fa-faucet{--fa:"\e005";}.fa-baseball-bat-ball{--fa:"\f432";}.fa-s{--fa:"\53";}.fa-timeline{--fa:"\e29c";}.fa-keyboard{--fa:"\f11c";}.fa-caret-down{--fa:"\f0d7";}.fa-house-chimney-medical{--fa:"\f7f2";}.fa-clinic-medical{--fa:"\f7f2";}.fa-temperature-three-quarters{--fa:"\f2c8";}.fa-temperature-3{--fa:"\f2c8";}.fa-thermometer-3{--fa:"\f2c8";}.fa-thermometer-three-quarters{--fa:"\f2c8";}.fa-mobile-screen{--fa:"\f3cf";}.fa-mobile-android-alt{--fa:"\f3cf";}.fa-plane-up{--fa:"\e22d";}.fa-piggy-bank{--fa:"\f4d3";}.fa-battery-half{--fa:"\f242";}.fa-battery-3{--fa:"\f242";}.fa-mountain-city{--fa:"\e52e";}.fa-coins{--fa:"\f51e";}.fa-khanda{--fa:"\f66d";}.fa-sliders{--fa:"\f1de";}.fa-sliders-h{--fa:"\f1de";}.fa-folder-tree{--fa:"\f802";}.fa-network-wired{--fa:"\f6ff";}.fa-map-pin{--fa:"\f276";}.fa-hamsa{--fa:"\f665";}.fa-cent-sign{--fa:"\e3f5";}.fa-flask{--fa:"\f0c3";}.fa-person-pregnant{--fa:"\e31e";}.fa-wand-sparkles{--fa:"\f72b";}.fa-ellipsis-vertical{--fa:"\f142";}.fa-ellipsis-v{--fa:"\f142";}.fa-ticket{--fa:"\f145";}.fa-power-off{--fa:"\f011";}.fa-right-long{--fa:"\f30b";}.fa-long-arrow-alt-right{--fa:"\f30b";}.fa-flag-usa{--fa:"\f74d";}.fa-laptop-file{--fa:"\e51d";}.fa-tty{--fa:"\f1e4";}.fa-teletype{--fa:"\f1e4";}.fa-diagram-next{--fa:"\e476";}.fa-person-rifle{--fa:"\e54e";}.fa-house-medical-circle-exclamation{--fa:"\e512";}.fa-closed-captioning{--fa:"\f20a";}.fa-person-hiking{--fa:"\f6ec";}.fa-hiking{--fa:"\f6ec";}.fa-venus-double{--fa:"\f226";}.fa-images{--fa:"\f302";}.fa-calculator{--fa:"\f1ec";}.fa-people-pulling{--fa:"\e535";}.fa-n{--fa:"\4e";}.fa-cable-car{--fa:"\f7da";}.fa-tram{--fa:"\f7da";}.fa-cloud-rain{--fa:"\f73d";}.fa-building-circle-xmark{--fa:"\e4d4";}.fa-ship{--fa:"\f21a";}.fa-arrows-down-to-line{--fa:"\e4b8";}.fa-download{--fa:"\f019";}.fa-face-grin{--fa:"\f580";}.fa-grin{--fa:"\f580";}.fa-delete-left{--fa:"\f55a";}.fa-backspace{--fa:"\f55a";}.fa-eye-dropper{--fa:"\f1fb";}.fa-eye-dropper-empty{--fa:"\f1fb";}.fa-eyedropper{--fa:"\f1fb";}.fa-file-circle-check{--fa:"\e5a0";}.fa-forward{--fa:"\f04e";}.fa-mobile{--fa:"\f3ce";}.fa-mobile-android{--fa:"\f3ce";}.fa-mobile-phone{--fa:"\f3ce";}.fa-face-meh{--fa:"\f11a";}.fa-meh{--fa:"\f11a";}.fa-align-center{--fa:"\f037";}.fa-book-skull{--fa:"\f6b7";}.fa-book-dead{--fa:"\f6b7";}.fa-id-card{--fa:"\f2c2";}.fa-drivers-license{--fa:"\f2c2";}.fa-outdent{--fa:"\f03b";}.fa-dedent{--fa:"\f03b";}.fa-heart-circle-exclamation{--fa:"\e4fe";}.fa-house{--fa:"\f015";}.fa-home{--fa:"\f015";}.fa-home-alt{--fa:"\f015";}.fa-home-lg-alt{--fa:"\f015";}.fa-calendar-week{--fa:"\f784";}.fa-laptop-medical{--fa:"\f812";}.fa-b{--fa:"\42";}.fa-file-medical{--fa:"\f477";}.fa-dice-one{--fa:"\f525";}.fa-kiwi-bird{--fa:"\f535";}.fa-arrow-right-arrow-left{--fa:"\f0ec";}.fa-exchange{--fa:"\f0ec";}.fa-rotate-right{--fa:"\f2f9";}.fa-redo-alt{--fa:"\f2f9";}.fa-rotate-forward{--fa:"\f2f9";}.fa-utensils{--fa:"\f2e7";}.fa-cutlery{--fa:"\f2e7";}.fa-arrow-up-wide-short{--fa:"\f161";}.fa-sort-amount-up{--fa:"\f161";}.fa-mill-sign{--fa:"\e1ed";}.fa-bowl-rice{--fa:"\e2eb";}.fa-skull{--fa:"\f54c";}.fa-tower-broadcast{--fa:"\f519";}.fa-broadcast-tower{--fa:"\f519";}.fa-truck-pickup{--fa:"\f63c";}.fa-up-long{--fa:"\f30c";}.fa-long-arrow-alt-up{--fa:"\f30c";}.fa-stop{--fa:"\f04d";}.fa-code-merge{--fa:"\f387";}.fa-upload{--fa:"\f093";}.fa-hurricane{--fa:"\f751";}.fa-mound{--fa:"\e52d";}.fa-toilet-portable{--fa:"\e583";}.fa-compact-disc{--fa:"\f51f";}.fa-file-arrow-down{--fa:"\f56d";}.fa-file-download{--fa:"\f56d";}.fa-caravan{--fa:"\f8ff";}.fa-shield-cat{--fa:"\e572";}.fa-bolt{--fa:"\f0e7";}.fa-zap{--fa:"\f0e7";}.fa-glass-water{--fa:"\e4f4";}.fa-oil-well{--fa:"\e532";}.fa-vault{--fa:"\e2c5";}.fa-mars{--fa:"\f222";}.fa-toilet{--fa:"\f7d8";}.fa-plane-circle-xmark{--fa:"\e557";}.fa-yen-sign{--fa:"\f157";}.fa-cny{--fa:"\f157";}.fa-jpy{--fa:"\f157";}.fa-rmb{--fa:"\f157";}.fa-yen{--fa:"\f157";}.fa-ruble-sign{--fa:"\f158";}.fa-rouble{--fa:"\f158";}.fa-rub{--fa:"\f158";}.fa-ruble{--fa:"\f158";}.fa-sun{--fa:"\f185";}.fa-guitar{--fa:"\f7a6";}.fa-face-laugh-wink{--fa:"\f59c";}.fa-laugh-wink{--fa:"\f59c";}.fa-horse-head{--fa:"\f7ab";}.fa-bore-hole{--fa:"\e4c3";}.fa-industry{--fa:"\f275";}.fa-circle-down{--fa:"\f358";}.fa-arrow-alt-circle-down{--fa:"\f358";}.fa-arrows-turn-to-dots{--fa:"\e4c1";}.fa-florin-sign{--fa:"\e184";}.fa-arrow-down-short-wide{--fa:"\f884";}.fa-sort-amount-desc{--fa:"\f884";}.fa-sort-amount-down-alt{--fa:"\f884";}.fa-less-than{--fa:"\3c";}.fa-angle-down{--fa:"\f107";}.fa-car-tunnel{--fa:"\e4de";}.fa-head-side-cough{--fa:"\e061";}.fa-grip-lines{--fa:"\f7a4";}.fa-thumbs-down{--fa:"\f165";}.fa-user-lock{--fa:"\f502";}.fa-arrow-right-long{--fa:"\f178";}.fa-long-arrow-right{--fa:"\f178";}.fa-anchor-circle-xmark{--fa:"\e4ac";}.fa-ellipsis{--fa:"\f141";}.fa-ellipsis-h{--fa:"\f141";}.fa-chess-pawn{--fa:"\f443";}.fa-kit-medical{--fa:"\f479";}.fa-first-aid{--fa:"\f479";}.fa-person-through-window{--fa:"\e5a9";}.fa-toolbox{--fa:"\f552";}.fa-hands-holding-circle{--fa:"\e4fb";}.fa-bug{--fa:"\f188";}.fa-credit-card{--fa:"\f09d";}.fa-credit-card-alt{--fa:"\f09d";}.fa-car{--fa:"\f1b9";}.fa-automobile{--fa:"\f1b9";}.fa-hand-holding-hand{--fa:"\e4f7";}.fa-book-open-reader{--fa:"\f5da";}.fa-book-reader{--fa:"\f5da";}.fa-mountain-sun{--fa:"\e52f";}.fa-arrows-left-right-to-line{--fa:"\e4ba";}.fa-dice-d20{--fa:"\f6cf";}.fa-truck-droplet{--fa:"\e58c";}.fa-file-circle-xmark{--fa:"\e5a1";}.fa-temperature-arrow-up{--fa:"\e040";}.fa-temperature-up{--fa:"\e040";}.fa-medal{--fa:"\f5a2";}.fa-bed{--fa:"\f236";}.fa-square-h{--fa:"\f0fd";}.fa-h-square{--fa:"\f0fd";}.fa-podcast{--fa:"\f2ce";}.fa-temperature-full{--fa:"\f2c7";}.fa-temperature-4{--fa:"\f2c7";}.fa-thermometer-4{--fa:"\f2c7";}.fa-thermometer-full{--fa:"\f2c7";}.fa-bell{--fa:"\f0f3";}.fa-superscript{--fa:"\f12b";}.fa-plug-circle-xmark{--fa:"\e560";}.fa-star-of-life{--fa:"\f621";}.fa-phone-slash{--fa:"\f3dd";}.fa-paint-roller{--fa:"\f5aa";}.fa-handshake-angle{--fa:"\f4c4";}.fa-hands-helping{--fa:"\f4c4";}.fa-location-dot{--fa:"\f3c5";}.fa-map-marker-alt{--fa:"\f3c5";}.fa-file{--fa:"\f15b";}.fa-greater-than{--fa:"\3e";}.fa-person-swimming{--fa:"\f5c4";}.fa-swimmer{--fa:"\f5c4";}.fa-arrow-down{--fa:"\f063";}.fa-droplet{--fa:"\f043";}.fa-tint{--fa:"\f043";}.fa-eraser{--fa:"\f12d";}.fa-earth-americas{--fa:"\f57d";}.fa-earth{--fa:"\f57d";}.fa-earth-america{--fa:"\f57d";}.fa-globe-americas{--fa:"\f57d";}.fa-person-burst{--fa:"\e53b";}.fa-dove{--fa:"\f4ba";}.fa-battery-empty{--fa:"\f244";}.fa-battery-0{--fa:"\f244";}.fa-socks{--fa:"\f696";}.fa-inbox{--fa:"\f01c";}.fa-section{--fa:"\e447";}.fa-gauge-high{--fa:"\f625";}.fa-tachometer-alt{--fa:"\f625";}.fa-tachometer-alt-fast{--fa:"\f625";}.fa-envelope-open-text{--fa:"\f658";}.fa-hospital{--fa:"\f0f8";}.fa-hospital-alt{--fa:"\f0f8";}.fa-hospital-wide{--fa:"\f0f8";}.fa-wine-bottle{--fa:"\f72f";}.fa-chess-rook{--fa:"\f447";}.fa-bars-staggered{--fa:"\f550";}.fa-reorder{--fa:"\f550";}.fa-stream{--fa:"\f550";}.fa-dharmachakra{--fa:"\f655";}.fa-hotdog{--fa:"\f80f";}.fa-person-walking-with-cane{--fa:"\f29d";}.fa-blind{--fa:"\f29d";}.fa-drum{--fa:"\f569";}.fa-ice-cream{--fa:"\f810";}.fa-heart-circle-bolt{--fa:"\e4fc";}.fa-fax{--fa:"\f1ac";}.fa-paragraph{--fa:"\f1dd";}.fa-check-to-slot{--fa:"\f772";}.fa-vote-yea{--fa:"\f772";}.fa-star-half{--fa:"\f089";}.fa-boxes-stacked{--fa:"\f468";}.fa-boxes{--fa:"\f468";}.fa-boxes-alt{--fa:"\f468";}.fa-link{--fa:"\f0c1";}.fa-chain{--fa:"\f0c1";}.fa-ear-listen{--fa:"\f2a2";}.fa-assistive-listening-systems{--fa:"\f2a2";}.fa-tree-city{--fa:"\e587";}.fa-play{--fa:"\f04b";}.fa-font{--fa:"\f031";}.fa-table-cells-row-lock{--fa:"\e67a";}.fa-rupiah-sign{--fa:"\e23d";}.fa-magnifying-glass{--fa:"\f002";}.fa-search{--fa:"\f002";}.fa-table-tennis-paddle-ball{--fa:"\f45d";}.fa-ping-pong-paddle-ball{--fa:"\f45d";}.fa-table-tennis{--fa:"\f45d";}.fa-person-dots-from-line{--fa:"\f470";}.fa-diagnoses{--fa:"\f470";}.fa-trash-can-arrow-up{--fa:"\f82a";}.fa-trash-restore-alt{--fa:"\f82a";}.fa-naira-sign{--fa:"\e1f6";}.fa-cart-arrow-down{--fa:"\f218";}.fa-walkie-talkie{--fa:"\f8ef";}.fa-file-pen{--fa:"\f31c";}.fa-file-edit{--fa:"\f31c";}.fa-receipt{--fa:"\f543";}.fa-square-pen{--fa:"\f14b";}.fa-pen-square{--fa:"\f14b";}.fa-pencil-square{--fa:"\f14b";}.fa-suitcase-rolling{--fa:"\f5c1";}.fa-person-circle-exclamation{--fa:"\e53f";}.fa-chevron-down{--fa:"\f078";}.fa-battery-full{--fa:"\f240";}.fa-battery{--fa:"\f240";}.fa-battery-5{--fa:"\f240";}.fa-skull-crossbones{--fa:"\f714";}.fa-code-compare{--fa:"\e13a";}.fa-list-ul{--fa:"\f0ca";}.fa-list-dots{--fa:"\f0ca";}.fa-school-lock{--fa:"\e56f";}.fa-tower-cell{--fa:"\e585";}.fa-down-long{--fa:"\f309";}.fa-long-arrow-alt-down{--fa:"\f309";}.fa-ranking-star{--fa:"\e561";}.fa-chess-king{--fa:"\f43f";}.fa-person-harassing{--fa:"\e549";}.fa-brazilian-real-sign{--fa:"\e46c";}.fa-landmark-dome{--fa:"\f752";}.fa-landmark-alt{--fa:"\f752";}.fa-arrow-up{--fa:"\f062";}.fa-tv{--fa:"\f26c";}.fa-television{--fa:"\f26c";}.fa-tv-alt{--fa:"\f26c";}.fa-shrimp{--fa:"\e448";}.fa-list-check{--fa:"\f0ae";}.fa-tasks{--fa:"\f0ae";}.fa-jug-detergent{--fa:"\e519";}.fa-circle-user{--fa:"\f2bd";}.fa-user-circle{--fa:"\f2bd";}.fa-user-shield{--fa:"\f505";}.fa-wind{--fa:"\f72e";}.fa-car-burst{--fa:"\f5e1";}.fa-car-crash{--fa:"\f5e1";}.fa-y{--fa:"\59";}.fa-person-snowboarding{--fa:"\f7ce";}.fa-snowboarding{--fa:"\f7ce";}.fa-truck-fast{--fa:"\f48b";}.fa-shipping-fast{--fa:"\f48b";}.fa-fish{--fa:"\f578";}.fa-user-graduate{--fa:"\f501";}.fa-circle-half-stroke{--fa:"\f042";}.fa-adjust{--fa:"\f042";}.fa-clapperboard{--fa:"\e131";}.fa-circle-radiation{--fa:"\f7ba";}.fa-radiation-alt{--fa:"\f7ba";}.fa-baseball{--fa:"\f433";}.fa-baseball-ball{--fa:"\f433";}.fa-jet-fighter-up{--fa:"\e518";}.fa-diagram-project{--fa:"\f542";}.fa-project-diagram{--fa:"\f542";}.fa-copy{--fa:"\f0c5";}.fa-volume-xmark{--fa:"\f6a9";}.fa-volume-mute{--fa:"\f6a9";}.fa-volume-times{--fa:"\f6a9";}.fa-hand-sparkles{--fa:"\e05d";}.fa-grip{--fa:"\f58d";}.fa-grip-horizontal{--fa:"\f58d";}.fa-share-from-square{--fa:"\f14d";}.fa-share-square{--fa:"\f14d";}.fa-child-combatant{--fa:"\e4e0";}.fa-child-rifle{--fa:"\e4e0";}.fa-gun{--fa:"\e19b";}.fa-square-phone{--fa:"\f098";}.fa-phone-square{--fa:"\f098";}.fa-plus{--fa:"\2b";}.fa-add{--fa:"\2b";}.fa-expand{--fa:"\f065";}.fa-computer{--fa:"\e4e5";}.fa-xmark{--fa:"\f00d";}.fa-close{--fa:"\f00d";}.fa-multiply{--fa:"\f00d";}.fa-remove{--fa:"\f00d";}.fa-times{--fa:"\f00d";}.fa-arrows-up-down-left-right{--fa:"\f047";}.fa-arrows{--fa:"\f047";}.fa-chalkboard-user{--fa:"\f51c";}.fa-chalkboard-teacher{--fa:"\f51c";}.fa-peso-sign{--fa:"\e222";}.fa-building-shield{--fa:"\e4d8";}.fa-baby{--fa:"\f77c";}.fa-users-line{--fa:"\e592";}.fa-quote-left{--fa:"\f10d";}.fa-quote-left-alt{--fa:"\f10d";}.fa-tractor{--fa:"\f722";}.fa-trash-arrow-up{--fa:"\f829";}.fa-trash-restore{--fa:"\f829";}.fa-arrow-down-up-lock{--fa:"\e4b0";}.fa-lines-leaning{--fa:"\e51e";}.fa-ruler-combined{--fa:"\f546";}.fa-copyright{--fa:"\f1f9";}.fa-equals{--fa:"\3d";}.fa-blender{--fa:"\f517";}.fa-teeth{--fa:"\f62e";}.fa-shekel-sign{--fa:"\f20b";}.fa-ils{--fa:"\f20b";}.fa-shekel{--fa:"\f20b";}.fa-sheqel{--fa:"\f20b";}.fa-sheqel-sign{--fa:"\f20b";}.fa-map{--fa:"\f279";}.fa-rocket{--fa:"\f135";}.fa-photo-film{--fa:"\f87c";}.fa-photo-video{--fa:"\f87c";}.fa-folder-minus{--fa:"\f65d";}.fa-hexagon-nodes-bolt{--fa:"\e69a";}.fa-store{--fa:"\f54e";}.fa-arrow-trend-up{--fa:"\e098";}.fa-plug-circle-minus{--fa:"\e55e";}.fa-sign-hanging{--fa:"\f4d9";}.fa-sign{--fa:"\f4d9";}.fa-bezier-curve{--fa:"\f55b";}.fa-bell-slash{--fa:"\f1f6";}.fa-tablet{--fa:"\f3fb";}.fa-tablet-android{--fa:"\f3fb";}.fa-school-flag{--fa:"\e56e";}.fa-fill{--fa:"\f575";}.fa-angle-up{--fa:"\f106";}.fa-drumstick-bite{--fa:"\f6d7";}.fa-holly-berry{--fa:"\f7aa";}.fa-chevron-left{--fa:"\f053";}.fa-bacteria{--fa:"\e059";}.fa-hand-lizard{--fa:"\f258";}.fa-notdef{--fa:"\e1fe";}.fa-disease{--fa:"\f7fa";}.fa-briefcase-medical{--fa:"\f469";}.fa-genderless{--fa:"\f22d";}.fa-chevron-right{--fa:"\f054";}.fa-retweet{--fa:"\f079";}.fa-car-rear{--fa:"\f5de";}.fa-car-alt{--fa:"\f5de";}.fa-pump-soap{--fa:"\e06b";}.fa-video-slash{--fa:"\f4e2";}.fa-battery-quarter{--fa:"\f243";}.fa-battery-2{--fa:"\f243";}.fa-radio{--fa:"\f8d7";}.fa-baby-carriage{--fa:"\f77d";}.fa-carriage-baby{--fa:"\f77d";}.fa-traffic-light{--fa:"\f637";}.fa-thermometer{--fa:"\f491";}.fa-vr-cardboard{--fa:"\f729";}.fa-hand-middle-finger{--fa:"\f806";}.fa-percent{--fa:"\25";}.fa-percentage{--fa:"\25";}.fa-truck-moving{--fa:"\f4df";}.fa-glass-water-droplet{--fa:"\e4f5";}.fa-display{--fa:"\e163";}.fa-face-smile{--fa:"\f118";}.fa-smile{--fa:"\f118";}.fa-thumbtack{--fa:"\f08d";}.fa-thumb-tack{--fa:"\f08d";}.fa-trophy{--fa:"\f091";}.fa-person-praying{--fa:"\f683";}.fa-pray{--fa:"\f683";}.fa-hammer{--fa:"\f6e3";}.fa-hand-peace{--fa:"\f25b";}.fa-rotate{--fa:"\f2f1";}.fa-sync-alt{--fa:"\f2f1";}.fa-spinner{--fa:"\f110";}.fa-robot{--fa:"\f544";}.fa-peace{--fa:"\f67c";}.fa-gears{--fa:"\f085";}.fa-cogs{--fa:"\f085";}.fa-warehouse{--fa:"\f494";}.fa-arrow-up-right-dots{--fa:"\e4b7";}.fa-splotch{--fa:"\f5bc";}.fa-face-grin-hearts{--fa:"\f584";}.fa-grin-hearts{--fa:"\f584";}.fa-dice-four{--fa:"\f524";}.fa-sim-card{--fa:"\f7c4";}.fa-transgender{--fa:"\f225";}.fa-transgender-alt{--fa:"\f225";}.fa-mercury{--fa:"\f223";}.fa-arrow-turn-down{--fa:"\f149";}.fa-level-down{--fa:"\f149";}.fa-person-falling-burst{--fa:"\e547";}.fa-award{--fa:"\f559";}.fa-ticket-simple{--fa:"\f3ff";}.fa-ticket-alt{--fa:"\f3ff";}.fa-building{--fa:"\f1ad";}.fa-angles-left{--fa:"\f100";}.fa-angle-double-left{--fa:"\f100";}.fa-qrcode{--fa:"\f029";}.fa-clock-rotate-left{--fa:"\f1da";}.fa-history{--fa:"\f1da";}.fa-face-grin-beam-sweat{--fa:"\f583";}.fa-grin-beam-sweat{--fa:"\f583";}.fa-file-export{--fa:"\f56e";}.fa-arrow-right-from-file{--fa:"\f56e";}.fa-shield{--fa:"\f132";}.fa-shield-blank{--fa:"\f132";}.fa-arrow-up-short-wide{--fa:"\f885";}.fa-sort-amount-up-alt{--fa:"\f885";}.fa-comment-nodes{--fa:"\e696";}.fa-house-medical{--fa:"\e3b2";}.fa-golf-ball-tee{--fa:"\f450";}.fa-golf-ball{--fa:"\f450";}.fa-circle-chevron-left{--fa:"\f137";}.fa-chevron-circle-left{--fa:"\f137";}.fa-house-chimney-window{--fa:"\e00d";}.fa-pen-nib{--fa:"\f5ad";}.fa-tent-arrow-turn-left{--fa:"\e580";}.fa-tents{--fa:"\e582";}.fa-wand-magic{--fa:"\f0d0";}.fa-magic{--fa:"\f0d0";}.fa-dog{--fa:"\f6d3";}.fa-carrot{--fa:"\f787";}.fa-moon{--fa:"\f186";}.fa-wine-glass-empty{--fa:"\f5ce";}.fa-wine-glass-alt{--fa:"\f5ce";}.fa-cheese{--fa:"\f7ef";}.fa-yin-yang{--fa:"\f6ad";}.fa-music{--fa:"\f001";}.fa-code-commit{--fa:"\f386";}.fa-temperature-low{--fa:"\f76b";}.fa-person-biking{--fa:"\f84a";}.fa-biking{--fa:"\f84a";}.fa-broom{--fa:"\f51a";}.fa-shield-heart{--fa:"\e574";}.fa-gopuram{--fa:"\f664";}.fa-earth-oceania{--fa:"\e47b";}.fa-globe-oceania{--fa:"\e47b";}.fa-square-xmark{--fa:"\f2d3";}.fa-times-square{--fa:"\f2d3";}.fa-xmark-square{--fa:"\f2d3";}.fa-hashtag{--fa:"\23";}.fa-up-right-and-down-left-from-center{--fa:"\f424";}.fa-expand-alt{--fa:"\f424";}.fa-oil-can{--fa:"\f613";}.fa-t{--fa:"\54";}.fa-hippo{--fa:"\f6ed";}.fa-chart-column{--fa:"\e0e3";}.fa-infinity{--fa:"\f534";}.fa-vial-circle-check{--fa:"\e596";}.fa-person-arrow-down-to-line{--fa:"\e538";}.fa-voicemail{--fa:"\f897";}.fa-fan{--fa:"\f863";}.fa-person-walking-luggage{--fa:"\e554";}.fa-up-down{--fa:"\f338";}.fa-arrows-alt-v{--fa:"\f338";}.fa-cloud-moon-rain{--fa:"\f73c";}.fa-calendar{--fa:"\f133";}.fa-trailer{--fa:"\e041";}.fa-bahai{--fa:"\f666";}.fa-haykal{--fa:"\f666";}.fa-sd-card{--fa:"\f7c2";}.fa-dragon{--fa:"\f6d5";}.fa-shoe-prints{--fa:"\f54b";}.fa-circle-plus{--fa:"\f055";}.fa-plus-circle{--fa:"\f055";}.fa-face-grin-tongue-wink{--fa:"\f58b";}.fa-grin-tongue-wink{--fa:"\f58b";}.fa-hand-holding{--fa:"\f4bd";}.fa-plug-circle-exclamation{--fa:"\e55d";}.fa-link-slash{--fa:"\f127";}.fa-chain-broken{--fa:"\f127";}.fa-chain-slash{--fa:"\f127";}.fa-unlink{--fa:"\f127";}.fa-clone{--fa:"\f24d";}.fa-person-walking-arrow-loop-left{--fa:"\e551";}.fa-arrow-up-z-a{--fa:"\f882";}.fa-sort-alpha-up-alt{--fa:"\f882";}.fa-fire-flame-curved{--fa:"\f7e4";}.fa-fire-alt{--fa:"\f7e4";}.fa-tornado{--fa:"\f76f";}.fa-file-circle-plus{--fa:"\e494";}.fa-book-quran{--fa:"\f687";}.fa-quran{--fa:"\f687";}.fa-anchor{--fa:"\f13d";}.fa-border-all{--fa:"\f84c";}.fa-face-angry{--fa:"\f556";}.fa-angry{--fa:"\f556";}.fa-cookie-bite{--fa:"\f564";}.fa-arrow-trend-down{--fa:"\e097";}.fa-rss{--fa:"\f09e";}.fa-feed{--fa:"\f09e";}.fa-draw-polygon{--fa:"\f5ee";}.fa-scale-balanced{--fa:"\f24e";}.fa-balance-scale{--fa:"\f24e";}.fa-gauge-simple-high{--fa:"\f62a";}.fa-tachometer{--fa:"\f62a";}.fa-tachometer-fast{--fa:"\f62a";}.fa-shower{--fa:"\f2cc";}.fa-desktop{--fa:"\f390";}.fa-desktop-alt{--fa:"\f390";}.fa-m{--fa:"\4d";}.fa-table-list{--fa:"\f00b";}.fa-th-list{--fa:"\f00b";}.fa-comment-sms{--fa:"\f7cd";}.fa-sms{--fa:"\f7cd";}.fa-book{--fa:"\f02d";}.fa-user-plus{--fa:"\f234";}.fa-check{--fa:"\f00c";}.fa-battery-three-quarters{--fa:"\f241";}.fa-battery-4{--fa:"\f241";}.fa-house-circle-check{--fa:"\e509";}.fa-angle-left{--fa:"\f104";}.fa-diagram-successor{--fa:"\e47a";}.fa-truck-arrow-right{--fa:"\e58b";}.fa-arrows-split-up-and-left{--fa:"\e4bc";}.fa-hand-fist{--fa:"\f6de";}.fa-fist-raised{--fa:"\f6de";}.fa-cloud-moon{--fa:"\f6c3";}.fa-briefcase{--fa:"\f0b1";}.fa-person-falling{--fa:"\e546";}.fa-image-portrait{--fa:"\f3e0";}.fa-portrait{--fa:"\f3e0";}.fa-user-tag{--fa:"\f507";}.fa-rug{--fa:"\e569";}.fa-earth-europe{--fa:"\f7a2";}.fa-globe-europe{--fa:"\f7a2";}.fa-cart-flatbed-suitcase{--fa:"\f59d";}.fa-luggage-cart{--fa:"\f59d";}.fa-rectangle-xmark{--fa:"\f410";}.fa-rectangle-times{--fa:"\f410";}.fa-times-rectangle{--fa:"\f410";}.fa-window-close{--fa:"\f410";}.fa-baht-sign{--fa:"\e0ac";}.fa-book-open{--fa:"\f518";}.fa-book-journal-whills{--fa:"\f66a";}.fa-journal-whills{--fa:"\f66a";}.fa-handcuffs{--fa:"\e4f8";}.fa-triangle-exclamation{--fa:"\f071";}.fa-exclamation-triangle{--fa:"\f071";}.fa-warning{--fa:"\f071";}.fa-database{--fa:"\f1c0";}.fa-share{--fa:"\f064";}.fa-mail-forward{--fa:"\f064";}.fa-bottle-droplet{--fa:"\e4c4";}.fa-mask-face{--fa:"\e1d7";}.fa-hill-rockslide{--fa:"\e508";}.fa-right-left{--fa:"\f362";}.fa-exchange-alt{--fa:"\f362";}.fa-paper-plane{--fa:"\f1d8";}.fa-road-circle-exclamation{--fa:"\e565";}.fa-dungeon{--fa:"\f6d9";}.fa-align-right{--fa:"\f038";}.fa-money-bill-1-wave{--fa:"\f53b";}.fa-money-bill-wave-alt{--fa:"\f53b";}.fa-life-ring{--fa:"\f1cd";}.fa-hands{--fa:"\f2a7";}.fa-sign-language{--fa:"\f2a7";}.fa-signing{--fa:"\f2a7";}.fa-calendar-day{--fa:"\f783";}.fa-water-ladder{--fa:"\f5c5";}.fa-ladder-water{--fa:"\f5c5";}.fa-swimming-pool{--fa:"\f5c5";}.fa-arrows-up-down{--fa:"\f07d";}.fa-arrows-v{--fa:"\f07d";}.fa-face-grimace{--fa:"\f57f";}.fa-grimace{--fa:"\f57f";}.fa-wheelchair-move{--fa:"\e2ce";}.fa-wheelchair-alt{--fa:"\e2ce";}.fa-turn-down{--fa:"\f3be";}.fa-level-down-alt{--fa:"\f3be";}.fa-person-walking-arrow-right{--fa:"\e552";}.fa-square-envelope{--fa:"\f199";}.fa-envelope-square{--fa:"\f199";}.fa-dice{--fa:"\f522";}.fa-bowling-ball{--fa:"\f436";}.fa-brain{--fa:"\f5dc";}.fa-bandage{--fa:"\f462";}.fa-band-aid{--fa:"\f462";}.fa-calendar-minus{--fa:"\f272";}.fa-circle-xmark{--fa:"\f057";}.fa-times-circle{--fa:"\f057";}.fa-xmark-circle{--fa:"\f057";}.fa-gifts{--fa:"\f79c";}.fa-hotel{--fa:"\f594";}.fa-earth-asia{--fa:"\f57e";}.fa-globe-asia{--fa:"\f57e";}.fa-id-card-clip{--fa:"\f47f";}.fa-id-card-alt{--fa:"\f47f";}.fa-magnifying-glass-plus{--fa:"\f00e";}.fa-search-plus{--fa:"\f00e";}.fa-thumbs-up{--fa:"\f164";}.fa-user-clock{--fa:"\f4fd";}.fa-hand-dots{--fa:"\f461";}.fa-allergies{--fa:"\f461";}.fa-file-invoice{--fa:"\f570";}.fa-window-minimize{--fa:"\f2d1";}.fa-mug-saucer{--fa:"\f0f4";}.fa-coffee{--fa:"\f0f4";}.fa-brush{--fa:"\f55d";}.fa-file-half-dashed{--fa:"\e698";}.fa-mask{--fa:"\f6fa";}.fa-magnifying-glass-minus{--fa:"\f010";}.fa-search-minus{--fa:"\f010";}.fa-ruler-vertical{--fa:"\f548";}.fa-user-large{--fa:"\f406";}.fa-user-alt{--fa:"\f406";}.fa-train-tram{--fa:"\e5b4";}.fa-user-nurse{--fa:"\f82f";}.fa-syringe{--fa:"\f48e";}.fa-cloud-sun{--fa:"\f6c4";}.fa-stopwatch-20{--fa:"\e06f";}.fa-square-full{--fa:"\f45c";}.fa-magnet{--fa:"\f076";}.fa-jar{--fa:"\e516";}.fa-note-sticky{--fa:"\f249";}.fa-sticky-note{--fa:"\f249";}.fa-bug-slash{--fa:"\e490";}.fa-arrow-up-from-water-pump{--fa:"\e4b6";}.fa-bone{--fa:"\f5d7";}.fa-table-cells-row-unlock{--fa:"\e691";}.fa-user-injured{--fa:"\f728";}.fa-face-sad-tear{--fa:"\f5b4";}.fa-sad-tear{--fa:"\f5b4";}.fa-plane{--fa:"\f072";}.fa-tent-arrows-down{--fa:"\e581";}.fa-exclamation{--fa:"\21";}.fa-arrows-spin{--fa:"\e4bb";}.fa-print{--fa:"\f02f";}.fa-turkish-lira-sign{--fa:"\e2bb";}.fa-try{--fa:"\e2bb";}.fa-turkish-lira{--fa:"\e2bb";}.fa-dollar-sign{--fa:"\24";}.fa-dollar{--fa:"\24";}.fa-usd{--fa:"\24";}.fa-x{--fa:"\58";}.fa-magnifying-glass-dollar{--fa:"\f688";}.fa-search-dollar{--fa:"\f688";}.fa-users-gear{--fa:"\f509";}.fa-users-cog{--fa:"\f509";}.fa-person-military-pointing{--fa:"\e54a";}.fa-building-columns{--fa:"\f19c";}.fa-bank{--fa:"\f19c";}.fa-institution{--fa:"\f19c";}.fa-museum{--fa:"\f19c";}.fa-university{--fa:"\f19c";}.fa-umbrella{--fa:"\f0e9";}.fa-trowel{--fa:"\e589";}.fa-d{--fa:"\44";}.fa-stapler{--fa:"\e5af";}.fa-masks-theater{--fa:"\f630";}.fa-theater-masks{--fa:"\f630";}.fa-kip-sign{--fa:"\e1c4";}.fa-hand-point-left{--fa:"\f0a5";}.fa-handshake-simple{--fa:"\f4c6";}.fa-handshake-alt{--fa:"\f4c6";}.fa-jet-fighter{--fa:"\f0fb";}.fa-fighter-jet{--fa:"\f0fb";}.fa-square-share-nodes{--fa:"\f1e1";}.fa-share-alt-square{--fa:"\f1e1";}.fa-barcode{--fa:"\f02a";}.fa-plus-minus{--fa:"\e43c";}.fa-video{--fa:"\f03d";}.fa-video-camera{--fa:"\f03d";}.fa-graduation-cap{--fa:"\f19d";}.fa-mortar-board{--fa:"\f19d";}.fa-hand-holding-medical{--fa:"\e05c";}.fa-person-circle-check{--fa:"\e53e";}.fa-turn-up{--fa:"\f3bf";}.fa-level-up-alt{--fa:"\f3bf";}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}:root,:host{--fa-style-family-brands:'Font Awesome 6 Brands';--fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands';}@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:block;src:url(/sites/all/libraries/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/sites/all/libraries/fontawesome/webfonts/fa-brands-400.ttf) format("truetype");}.fab,.fa-brands{font-weight:400;}.fa-monero{--fa:"\f3d0";}.fa-hooli{--fa:"\f427";}.fa-yelp{--fa:"\f1e9";}.fa-cc-visa{--fa:"\f1f0";}.fa-lastfm{--fa:"\f202";}.fa-shopware{--fa:"\f5b5";}.fa-creative-commons-nc{--fa:"\f4e8";}.fa-aws{--fa:"\f375";}.fa-redhat{--fa:"\f7bc";}.fa-yoast{--fa:"\f2b1";}.fa-cloudflare{--fa:"\e07d";}.fa-ups{--fa:"\f7e0";}.fa-pixiv{--fa:"\e640";}.fa-wpexplorer{--fa:"\f2de";}.fa-dyalog{--fa:"\f399";}.fa-bity{--fa:"\f37a";}.fa-stackpath{--fa:"\f842";}.fa-buysellads{--fa:"\f20d";}.fa-first-order{--fa:"\f2b0";}.fa-modx{--fa:"\f285";}.fa-guilded{--fa:"\e07e";}.fa-vnv{--fa:"\f40b";}.fa-square-js{--fa:"\f3b9";}.fa-js-square{--fa:"\f3b9";}.fa-microsoft{--fa:"\f3ca";}.fa-qq{--fa:"\f1d6";}.fa-orcid{--fa:"\f8d2";}.fa-java{--fa:"\f4e4";}.fa-invision{--fa:"\f7b0";}.fa-creative-commons-pd-alt{--fa:"\f4ed";}.fa-centercode{--fa:"\f380";}.fa-glide-g{--fa:"\f2a6";}.fa-drupal{--fa:"\f1a9";}.fa-jxl{--fa:"\e67b";}.fa-dart-lang{--fa:"\e693";}.fa-hire-a-helper{--fa:"\f3b0";}.fa-creative-commons-by{--fa:"\f4e7";}.fa-unity{--fa:"\e049";}.fa-whmcs{--fa:"\f40d";}.fa-rocketchat{--fa:"\f3e8";}.fa-vk{--fa:"\f189";}.fa-untappd{--fa:"\f405";}.fa-mailchimp{--fa:"\f59e";}.fa-css3-alt{--fa:"\f38b";}.fa-square-reddit{--fa:"\f1a2";}.fa-reddit-square{--fa:"\f1a2";}.fa-vimeo-v{--fa:"\f27d";}.fa-contao{--fa:"\f26d";}.fa-square-font-awesome{--fa:"\e5ad";}.fa-deskpro{--fa:"\f38f";}.fa-brave{--fa:"\e63c";}.fa-sistrix{--fa:"\f3ee";}.fa-square-instagram{--fa:"\e055";}.fa-instagram-square{--fa:"\e055";}.fa-battle-net{--fa:"\f835";}.fa-the-red-yeti{--fa:"\f69d";}.fa-square-hacker-news{--fa:"\f3af";}.fa-hacker-news-square{--fa:"\f3af";}.fa-edge{--fa:"\f282";}.fa-threads{--fa:"\e618";}.fa-napster{--fa:"\f3d2";}.fa-square-snapchat{--fa:"\f2ad";}.fa-snapchat-square{--fa:"\f2ad";}.fa-google-plus-g{--fa:"\f0d5";}.fa-artstation{--fa:"\f77a";}.fa-markdown{--fa:"\f60f";}.fa-sourcetree{--fa:"\f7d3";}.fa-google-plus{--fa:"\f2b3";}.fa-diaspora{--fa:"\f791";}.fa-foursquare{--fa:"\f180";}.fa-stack-overflow{--fa:"\f16c";}.fa-github-alt{--fa:"\f113";}.fa-phoenix-squadron{--fa:"\f511";}.fa-pagelines{--fa:"\f18c";}.fa-algolia{--fa:"\f36c";}.fa-red-river{--fa:"\f3e3";}.fa-creative-commons-sa{--fa:"\f4ef";}.fa-safari{--fa:"\f267";}.fa-google{--fa:"\f1a0";}.fa-square-font-awesome-stroke{--fa:"\f35c";}.fa-font-awesome-alt{--fa:"\f35c";}.fa-atlassian{--fa:"\f77b";}.fa-linkedin-in{--fa:"\f0e1";}.fa-digital-ocean{--fa:"\f391";}.fa-nimblr{--fa:"\f5a8";}.fa-chromecast{--fa:"\f838";}.fa-evernote{--fa:"\f839";}.fa-hacker-news{--fa:"\f1d4";}.fa-creative-commons-sampling{--fa:"\f4f0";}.fa-adversal{--fa:"\f36a";}.fa-creative-commons{--fa:"\f25e";}.fa-watchman-monitoring{--fa:"\e087";}.fa-fonticons{--fa:"\f280";}.fa-weixin{--fa:"\f1d7";}.fa-shirtsinbulk{--fa:"\f214";}.fa-codepen{--fa:"\f1cb";}.fa-git-alt{--fa:"\f841";}.fa-lyft{--fa:"\f3c3";}.fa-rev{--fa:"\f5b2";}.fa-windows{--fa:"\f17a";}.fa-wizards-of-the-coast{--fa:"\f730";}.fa-square-viadeo{--fa:"\f2aa";}.fa-viadeo-square{--fa:"\f2aa";}.fa-meetup{--fa:"\f2e0";}.fa-centos{--fa:"\f789";}.fa-adn{--fa:"\f170";}.fa-cloudsmith{--fa:"\f384";}.fa-opensuse{--fa:"\e62b";}.fa-pied-piper-alt{--fa:"\f1a8";}.fa-square-dribbble{--fa:"\f397";}.fa-dribbble-square{--fa:"\f397";}.fa-codiepie{--fa:"\f284";}.fa-node{--fa:"\f419";}.fa-mix{--fa:"\f3cb";}.fa-steam{--fa:"\f1b6";}.fa-cc-apple-pay{--fa:"\f416";}.fa-scribd{--fa:"\f28a";}.fa-debian{--fa:"\e60b";}.fa-openid{--fa:"\f19b";}.fa-instalod{--fa:"\e081";}.fa-files-pinwheel{--fa:"\e69f";}.fa-expeditedssl{--fa:"\f23e";}.fa-sellcast{--fa:"\f2da";}.fa-square-twitter{--fa:"\f081";}.fa-twitter-square{--fa:"\f081";}.fa-r-project{--fa:"\f4f7";}.fa-delicious{--fa:"\f1a5";}.fa-freebsd{--fa:"\f3a4";}.fa-vuejs{--fa:"\f41f";}.fa-accusoft{--fa:"\f369";}.fa-ioxhost{--fa:"\f208";}.fa-fonticons-fi{--fa:"\f3a2";}.fa-app-store{--fa:"\f36f";}.fa-cc-mastercard{--fa:"\f1f1";}.fa-itunes-note{--fa:"\f3b5";}.fa-golang{--fa:"\e40f";}.fa-kickstarter{--fa:"\f3bb";}.fa-square-kickstarter{--fa:"\f3bb";}.fa-grav{--fa:"\f2d6";}.fa-weibo{--fa:"\f18a";}.fa-uncharted{--fa:"\e084";}.fa-firstdraft{--fa:"\f3a1";}.fa-square-youtube{--fa:"\f431";}.fa-youtube-square{--fa:"\f431";}.fa-wikipedia-w{--fa:"\f266";}.fa-wpressr{--fa:"\f3e4";}.fa-rendact{--fa:"\f3e4";}.fa-angellist{--fa:"\f209";}.fa-galactic-republic{--fa:"\f50c";}.fa-nfc-directional{--fa:"\e530";}.fa-skype{--fa:"\f17e";}.fa-joget{--fa:"\f3b7";}.fa-fedora{--fa:"\f798";}.fa-stripe-s{--fa:"\f42a";}.fa-meta{--fa:"\e49b";}.fa-laravel{--fa:"\f3bd";}.fa-hotjar{--fa:"\f3b1";}.fa-bluetooth-b{--fa:"\f294";}.fa-square-letterboxd{--fa:"\e62e";}.fa-sticker-mule{--fa:"\f3f7";}.fa-creative-commons-zero{--fa:"\f4f3";}.fa-hips{--fa:"\f452";}.fa-css{--fa:"\e6a2";}.fa-behance{--fa:"\f1b4";}.fa-reddit{--fa:"\f1a1";}.fa-discord{--fa:"\f392";}.fa-chrome{--fa:"\f268";}.fa-app-store-ios{--fa:"\f370";}.fa-cc-discover{--fa:"\f1f2";}.fa-wpbeginner{--fa:"\f297";}.fa-confluence{--fa:"\f78d";}.fa-shoelace{--fa:"\e60c";}.fa-mdb{--fa:"\f8ca";}.fa-dochub{--fa:"\f394";}.fa-accessible-icon{--fa:"\f368";}.fa-ebay{--fa:"\f4f4";}.fa-amazon{--fa:"\f270";}.fa-unsplash{--fa:"\e07c";}.fa-yarn{--fa:"\f7e3";}.fa-square-steam{--fa:"\f1b7";}.fa-steam-square{--fa:"\f1b7";}.fa-500px{--fa:"\f26e";}.fa-square-vimeo{--fa:"\f194";}.fa-vimeo-square{--fa:"\f194";}.fa-asymmetrik{--fa:"\f372";}.fa-font-awesome{--fa:"\f2b4";}.fa-font-awesome-flag{--fa:"\f2b4";}.fa-font-awesome-logo-full{--fa:"\f2b4";}.fa-gratipay{--fa:"\f184";}.fa-apple{--fa:"\f179";}.fa-hive{--fa:"\e07f";}.fa-gitkraken{--fa:"\f3a6";}.fa-keybase{--fa:"\f4f5";}.fa-apple-pay{--fa:"\f415";}.fa-padlet{--fa:"\e4a0";}.fa-amazon-pay{--fa:"\f42c";}.fa-square-github{--fa:"\f092";}.fa-github-square{--fa:"\f092";}.fa-stumbleupon{--fa:"\f1a4";}.fa-fedex{--fa:"\f797";}.fa-phoenix-framework{--fa:"\f3dc";}.fa-shopify{--fa:"\e057";}.fa-neos{--fa:"\f612";}.fa-square-threads{--fa:"\e619";}.fa-hackerrank{--fa:"\f5f7";}.fa-researchgate{--fa:"\f4f8";}.fa-swift{--fa:"\f8e1";}.fa-angular{--fa:"\f420";}.fa-speakap{--fa:"\f3f3";}.fa-angrycreative{--fa:"\f36e";}.fa-y-combinator{--fa:"\f23b";}.fa-empire{--fa:"\f1d1";}.fa-envira{--fa:"\f299";}.fa-google-scholar{--fa:"\e63b";}.fa-square-gitlab{--fa:"\e5ae";}.fa-gitlab-square{--fa:"\e5ae";}.fa-studiovinari{--fa:"\f3f8";}.fa-pied-piper{--fa:"\f2ae";}.fa-wordpress{--fa:"\f19a";}.fa-product-hunt{--fa:"\f288";}.fa-firefox{--fa:"\f269";}.fa-linode{--fa:"\f2b8";}.fa-goodreads{--fa:"\f3a8";}.fa-square-odnoklassniki{--fa:"\f264";}.fa-odnoklassniki-square{--fa:"\f264";}.fa-jsfiddle{--fa:"\f1cc";}.fa-sith{--fa:"\f512";}.fa-themeisle{--fa:"\f2b2";}.fa-page4{--fa:"\f3d7";}.fa-hashnode{--fa:"\e499";}.fa-react{--fa:"\f41b";}.fa-cc-paypal{--fa:"\f1f4";}.fa-squarespace{--fa:"\f5be";}.fa-cc-stripe{--fa:"\f1f5";}.fa-creative-commons-share{--fa:"\f4f2";}.fa-bitcoin{--fa:"\f379";}.fa-keycdn{--fa:"\f3ba";}.fa-opera{--fa:"\f26a";}.fa-itch-io{--fa:"\f83a";}.fa-umbraco{--fa:"\f8e8";}.fa-galactic-senate{--fa:"\f50d";}.fa-ubuntu{--fa:"\f7df";}.fa-draft2digital{--fa:"\f396";}.fa-stripe{--fa:"\f429";}.fa-houzz{--fa:"\f27c";}.fa-gg{--fa:"\f260";}.fa-dhl{--fa:"\f790";}.fa-square-pinterest{--fa:"\f0d3";}.fa-pinterest-square{--fa:"\f0d3";}.fa-xing{--fa:"\f168";}.fa-blackberry{--fa:"\f37b";}.fa-creative-commons-pd{--fa:"\f4ec";}.fa-playstation{--fa:"\f3df";}.fa-quinscape{--fa:"\f459";}.fa-less{--fa:"\f41d";}.fa-blogger-b{--fa:"\f37d";}.fa-opencart{--fa:"\f23d";}.fa-vine{--fa:"\f1ca";}.fa-signal-messenger{--fa:"\e663";}.fa-paypal{--fa:"\f1ed";}.fa-gitlab{--fa:"\f296";}.fa-typo3{--fa:"\f42b";}.fa-reddit-alien{--fa:"\f281";}.fa-yahoo{--fa:"\f19e";}.fa-dailymotion{--fa:"\e052";}.fa-affiliatetheme{--fa:"\f36b";}.fa-pied-piper-pp{--fa:"\f1a7";}.fa-bootstrap{--fa:"\f836";}.fa-odnoklassniki{--fa:"\f263";}.fa-nfc-symbol{--fa:"\e531";}.fa-mintbit{--fa:"\e62f";}.fa-ethereum{--fa:"\f42e";}.fa-speaker-deck{--fa:"\f83c";}.fa-creative-commons-nc-eu{--fa:"\f4e9";}.fa-patreon{--fa:"\f3d9";}.fa-avianex{--fa:"\f374";}.fa-ello{--fa:"\f5f1";}.fa-gofore{--fa:"\f3a7";}.fa-bimobject{--fa:"\f378";}.fa-brave-reverse{--fa:"\e63d";}.fa-facebook-f{--fa:"\f39e";}.fa-square-google-plus{--fa:"\f0d4";}.fa-google-plus-square{--fa:"\f0d4";}.fa-web-awesome{--fa:"\e682";}.fa-mandalorian{--fa:"\f50f";}.fa-first-order-alt{--fa:"\f50a";}.fa-osi{--fa:"\f41a";}.fa-google-wallet{--fa:"\f1ee";}.fa-d-and-d-beyond{--fa:"\f6ca";}.fa-periscope{--fa:"\f3da";}.fa-fulcrum{--fa:"\f50b";}.fa-cloudscale{--fa:"\f383";}.fa-forumbee{--fa:"\f211";}.fa-mizuni{--fa:"\f3cc";}.fa-schlix{--fa:"\f3ea";}.fa-square-xing{--fa:"\f169";}.fa-xing-square{--fa:"\f169";}.fa-bandcamp{--fa:"\f2d5";}.fa-wpforms{--fa:"\f298";}.fa-cloudversify{--fa:"\f385";}.fa-usps{--fa:"\f7e1";}.fa-megaport{--fa:"\f5a3";}.fa-magento{--fa:"\f3c4";}.fa-spotify{--fa:"\f1bc";}.fa-optin-monster{--fa:"\f23c";}.fa-fly{--fa:"\f417";}.fa-square-bluesky{--fa:"\e6a3";}.fa-aviato{--fa:"\f421";}.fa-itunes{--fa:"\f3b4";}.fa-cuttlefish{--fa:"\f38c";}.fa-blogger{--fa:"\f37c";}.fa-flickr{--fa:"\f16e";}.fa-viber{--fa:"\f409";}.fa-soundcloud{--fa:"\f1be";}.fa-digg{--fa:"\f1a6";}.fa-tencent-weibo{--fa:"\f1d5";}.fa-letterboxd{--fa:"\e62d";}.fa-symfony{--fa:"\f83d";}.fa-maxcdn{--fa:"\f136";}.fa-etsy{--fa:"\f2d7";}.fa-facebook-messenger{--fa:"\f39f";}.fa-audible{--fa:"\f373";}.fa-think-peaks{--fa:"\f731";}.fa-bilibili{--fa:"\e3d9";}.fa-erlang{--fa:"\f39d";}.fa-x-twitter{--fa:"\e61b";}.fa-cotton-bureau{--fa:"\f89e";}.fa-dashcube{--fa:"\f210";}.fa-42-group{--fa:"\e080";}.fa-innosoft{--fa:"\e080";}.fa-stack-exchange{--fa:"\f18d";}.fa-elementor{--fa:"\f430";}.fa-square-pied-piper{--fa:"\e01e";}.fa-pied-piper-square{--fa:"\e01e";}.fa-creative-commons-nd{--fa:"\f4eb";}.fa-palfed{--fa:"\f3d8";}.fa-superpowers{--fa:"\f2dd";}.fa-resolving{--fa:"\f3e7";}.fa-xbox{--fa:"\f412";}.fa-square-web-awesome-stroke{--fa:"\e684";}.fa-searchengin{--fa:"\f3eb";}.fa-tiktok{--fa:"\e07b";}.fa-square-facebook{--fa:"\f082";}.fa-facebook-square{--fa:"\f082";}.fa-renren{--fa:"\f18b";}.fa-linux{--fa:"\f17c";}.fa-glide{--fa:"\f2a5";}.fa-linkedin{--fa:"\f08c";}.fa-hubspot{--fa:"\f3b2";}.fa-deploydog{--fa:"\f38e";}.fa-twitch{--fa:"\f1e8";}.fa-flutter{--fa:"\e694";}.fa-ravelry{--fa:"\f2d9";}.fa-mixer{--fa:"\e056";}.fa-square-lastfm{--fa:"\f203";}.fa-lastfm-square{--fa:"\f203";}.fa-vimeo{--fa:"\f40a";}.fa-mendeley{--fa:"\f7b3";}.fa-uniregistry{--fa:"\f404";}.fa-figma{--fa:"\f799";}.fa-creative-commons-remix{--fa:"\f4ee";}.fa-cc-amazon-pay{--fa:"\f42d";}.fa-dropbox{--fa:"\f16b";}.fa-instagram{--fa:"\f16d";}.fa-cmplid{--fa:"\e360";}.fa-upwork{--fa:"\e641";}.fa-facebook{--fa:"\f09a";}.fa-gripfire{--fa:"\f3ac";}.fa-jedi-order{--fa:"\f50e";}.fa-uikit{--fa:"\f403";}.fa-fort-awesome-alt{--fa:"\f3a3";}.fa-phabricator{--fa:"\f3db";}.fa-ussunnah{--fa:"\f407";}.fa-earlybirds{--fa:"\f39a";}.fa-trade-federation{--fa:"\f513";}.fa-autoprefixer{--fa:"\f41c";}.fa-whatsapp{--fa:"\f232";}.fa-square-upwork{--fa:"\e67c";}.fa-slideshare{--fa:"\f1e7";}.fa-google-play{--fa:"\f3ab";}.fa-viadeo{--fa:"\f2a9";}.fa-line{--fa:"\f3c0";}.fa-google-drive{--fa:"\f3aa";}.fa-servicestack{--fa:"\f3ec";}.fa-simplybuilt{--fa:"\f215";}.fa-bitbucket{--fa:"\f171";}.fa-imdb{--fa:"\f2d8";}.fa-deezer{--fa:"\e077";}.fa-raspberry-pi{--fa:"\f7bb";}.fa-jira{--fa:"\f7b1";}.fa-docker{--fa:"\f395";}.fa-screenpal{--fa:"\e570";}.fa-bluetooth{--fa:"\f293";}.fa-gitter{--fa:"\f426";}.fa-d-and-d{--fa:"\f38d";}.fa-microblog{--fa:"\e01a";}.fa-cc-diners-club{--fa:"\f24c";}.fa-gg-circle{--fa:"\f261";}.fa-pied-piper-hat{--fa:"\f4e5";}.fa-kickstarter-k{--fa:"\f3bc";}.fa-yandex{--fa:"\f413";}.fa-readme{--fa:"\f4d5";}.fa-html5{--fa:"\f13b";}.fa-sellsy{--fa:"\f213";}.fa-square-web-awesome{--fa:"\e683";}.fa-sass{--fa:"\f41e";}.fa-wirsindhandwerk{--fa:"\e2d0";}.fa-wsh{--fa:"\e2d0";}.fa-buromobelexperte{--fa:"\f37f";}.fa-salesforce{--fa:"\f83b";}.fa-octopus-deploy{--fa:"\e082";}.fa-medapps{--fa:"\f3c6";}.fa-ns8{--fa:"\f3d5";}.fa-pinterest-p{--fa:"\f231";}.fa-apper{--fa:"\f371";}.fa-fort-awesome{--fa:"\f286";}.fa-waze{--fa:"\f83f";}.fa-bluesky{--fa:"\e671";}.fa-cc-jcb{--fa:"\f24b";}.fa-snapchat{--fa:"\f2ab";}.fa-snapchat-ghost{--fa:"\f2ab";}.fa-fantasy-flight-games{--fa:"\f6dc";}.fa-rust{--fa:"\e07a";}.fa-wix{--fa:"\f5cf";}.fa-square-behance{--fa:"\f1b5";}.fa-behance-square{--fa:"\f1b5";}.fa-supple{--fa:"\f3f9";}.fa-webflow{--fa:"\e65c";}.fa-rebel{--fa:"\f1d0";}.fa-css3{--fa:"\f13c";}.fa-staylinked{--fa:"\f3f5";}.fa-kaggle{--fa:"\f5fa";}.fa-space-awesome{--fa:"\e5ac";}.fa-deviantart{--fa:"\f1bd";}.fa-cpanel{--fa:"\f388";}.fa-goodreads-g{--fa:"\f3a9";}.fa-square-git{--fa:"\f1d2";}.fa-git-square{--fa:"\f1d2";}.fa-square-tumblr{--fa:"\f174";}.fa-tumblr-square{--fa:"\f174";}.fa-trello{--fa:"\f181";}.fa-creative-commons-nc-jp{--fa:"\f4ea";}.fa-get-pocket{--fa:"\f265";}.fa-perbyte{--fa:"\e083";}.fa-grunt{--fa:"\f3ad";}.fa-weebly{--fa:"\f5cc";}.fa-connectdevelop{--fa:"\f20e";}.fa-leanpub{--fa:"\f212";}.fa-black-tie{--fa:"\f27e";}.fa-themeco{--fa:"\f5c6";}.fa-python{--fa:"\f3e2";}.fa-android{--fa:"\f17b";}.fa-bots{--fa:"\e340";}.fa-free-code-camp{--fa:"\f2c5";}.fa-hornbill{--fa:"\f592";}.fa-js{--fa:"\f3b8";}.fa-ideal{--fa:"\e013";}.fa-git{--fa:"\f1d3";}.fa-dev{--fa:"\f6cc";}.fa-sketch{--fa:"\f7c6";}.fa-yandex-international{--fa:"\f414";}.fa-cc-amex{--fa:"\f1f3";}.fa-uber{--fa:"\f402";}.fa-github{--fa:"\f09b";}.fa-php{--fa:"\f457";}.fa-alipay{--fa:"\f642";}.fa-youtube{--fa:"\f167";}.fa-skyatlas{--fa:"\f216";}.fa-firefox-browser{--fa:"\e007";}.fa-replyd{--fa:"\f3e6";}.fa-suse{--fa:"\f7d6";}.fa-jenkins{--fa:"\f3b6";}.fa-twitter{--fa:"\f099";}.fa-rockrms{--fa:"\f3e9";}.fa-pinterest{--fa:"\f0d2";}.fa-buffer{--fa:"\f837";}.fa-npm{--fa:"\f3d4";}.fa-yammer{--fa:"\f840";}.fa-btc{--fa:"\f15a";}.fa-dribbble{--fa:"\f17d";}.fa-stumbleupon-circle{--fa:"\f1a3";}.fa-internet-explorer{--fa:"\f26b";}.fa-stubber{--fa:"\e5c7";}.fa-telegram{--fa:"\f2c6";}.fa-telegram-plane{--fa:"\f2c6";}.fa-old-republic{--fa:"\f510";}.fa-odysee{--fa:"\e5c6";}.fa-square-whatsapp{--fa:"\f40c";}.fa-whatsapp-square{--fa:"\f40c";}.fa-node-js{--fa:"\f3d3";}.fa-edge-legacy{--fa:"\e078";}.fa-slack{--fa:"\f198";}.fa-slack-hash{--fa:"\f198";}.fa-medrt{--fa:"\f3c8";}.fa-usb{--fa:"\f287";}.fa-tumblr{--fa:"\f173";}.fa-vaadin{--fa:"\f408";}.fa-quora{--fa:"\f2c4";}.fa-square-x-twitter{--fa:"\e61a";}.fa-reacteurope{--fa:"\f75d";}.fa-medium{--fa:"\f23a";}.fa-medium-m{--fa:"\f23a";}.fa-amilia{--fa:"\f36d";}.fa-mixcloud{--fa:"\f289";}.fa-flipboard{--fa:"\f44d";}.fa-viacoin{--fa:"\f237";}.fa-critical-role{--fa:"\f6c9";}.fa-sitrox{--fa:"\e44a";}.fa-discourse{--fa:"\f393";}.fa-joomla{--fa:"\f1aa";}.fa-mastodon{--fa:"\f4f6";}.fa-airbnb{--fa:"\f834";}.fa-wolf-pack-battalion{--fa:"\f514";}.fa-buy-n-large{--fa:"\f8a6";}.fa-gulp{--fa:"\f3ae";}.fa-creative-commons-sampling-plus{--fa:"\f4f1";}.fa-strava{--fa:"\f428";}.fa-ember{--fa:"\f423";}.fa-canadian-maple-leaf{--fa:"\f785";}.fa-teamspeak{--fa:"\f4f9";}.fa-pushed{--fa:"\f3e1";}.fa-wordpress-simple{--fa:"\f411";}.fa-nutritionix{--fa:"\f3d6";}.fa-wodu{--fa:"\e088";}.fa-google-pay{--fa:"\e079";}.fa-intercom{--fa:"\f7af";}.fa-zhihu{--fa:"\f63f";}.fa-korvue{--fa:"\f42f";}.fa-pix{--fa:"\e43a";}.fa-steam-symbol{--fa:"\f3f6";}:root,:host{--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-regular:normal 400 1em/1 'Font Awesome 6 Free';}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:400;font-display:block;src:url(/sites/all/libraries/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/sites/all/libraries/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");}.far,.fa-regular{font-weight:400;}:root,:host{--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-solid:normal 900 1em/1 'Font Awesome 6 Free';}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:block;src:url(/sites/all/libraries/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/sites/all/libraries/fontawesome/webfonts/fa-solid-900.ttf) format("truetype");}.fas,.fa-solid{font-weight:900;}@font-face{font-family:'Font Awesome 5 Brands';font-display:block;font-weight:400;src:url(/sites/all/libraries/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/sites/all/libraries/fontawesome/webfonts/fa-brands-400.ttf) format("truetype");}@font-face{font-family:'Font Awesome 5 Free';font-display:block;font-weight:900;src:url(/sites/all/libraries/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/sites/all/libraries/fontawesome/webfonts/fa-solid-900.ttf) format("truetype");}@font-face{font-family:'Font Awesome 5 Free';font-display:block;font-weight:400;src:url(/sites/all/libraries/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/sites/all/libraries/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");}@font-face{font-family:'FontAwesome';font-display:block;src:url(/sites/all/libraries/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/sites/all/libraries/fontawesome/webfonts/fa-solid-900.ttf) format("truetype");}@font-face{font-family:'FontAwesome';font-display:block;src:url(/sites/all/libraries/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/sites/all/libraries/fontawesome/webfonts/fa-brands-400.ttf) format("truetype");}@font-face{font-family:'FontAwesome';font-display:block;src:url(/sites/all/libraries/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/sites/all/libraries/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC;}@font-face{font-family:'FontAwesome';font-display:block;src:url(/sites/all/libraries/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(/sites/all/libraries/fontawesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A;}
.fa.fa-glass{--fa:"\f000"}.fa.fa-envelope-o{--fa:"\f0e0"}.fa.fa-envelope-o,.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o{--fa:"\f005"}.fa.fa-close,.fa.fa-remove{--fa:"\f00d"}.fa.fa-gear{--fa:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f2ed"}.fa.fa-home{--fa:"\f015"}.fa.fa-file-o{--fa:"\f15b"}.fa.fa-clock-o,.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o{--fa:"\f017"}.fa.fa-arrow-circle-o-down{--fa:"\f358"}.fa.fa-arrow-circle-o-down,.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up{--fa:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f144"}.fa.fa-repeat,.fa.fa-rotate-right{--fa:"\f01e"}.fa.fa-refresh{--fa:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f022"}.fa.fa-dedent{--fa:"\f03b"}.fa.fa-video-camera{--fa:"\f03d"}.fa.fa-picture-o{--fa:"\f03e"}.fa.fa-photo,.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo{--fa:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f03e"}.fa.fa-map-marker{--fa:"\f3c5"}.fa.fa-pencil-square-o{--fa:"\f044"}.fa.fa-edit,.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit{--fa:"\f044"}.fa.fa-share-square-o{--fa:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f14a"}.fa.fa-arrows{--fa:"\f0b2"}.fa.fa-times-circle-o{--fa:"\f057"}.fa.fa-check-circle-o,.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o{--fa:"\f058"}.fa.fa-mail-forward{--fa:"\f064"}.fa.fa-expand{--fa:"\f424"}.fa.fa-compress{--fa:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning{--fa:"\f071"}.fa.fa-calendar{--fa:"\f073"}.fa.fa-arrows-v{--fa:"\f338"}.fa.fa-arrows-h{--fa:"\f337"}.fa.fa-bar-chart,.fa.fa-bar-chart-o{--fa:"\e0e3"}.fa.fa-twitter-square{--fa:"\f081"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square{--fa:"\f082"}.fa.fa-gears{--fa:"\f085"}.fa.fa-thumbs-o-up{--fa:"\f164"}.fa.fa-thumbs-o-down,.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down{--fa:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f004"}.fa.fa-sign-out{--fa:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400;--fa:"\f08c"}.fa.fa-thumb-tack{--fa:"\f08d"}.fa.fa-external-link{--fa:"\f35d"}.fa.fa-sign-in{--fa:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400;--fa:"\f092"}.fa.fa-lemon-o{--fa:"\f094"}.fa.fa-lemon-o,.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o{--fa:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook{--fa:"\f39e"}.fa.fa-facebook-f{--fa:"\f39e"}.fa.fa-facebook-f,.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed{--fa:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f0a0"}.fa.fa-hand-o-right{--fa:"\f0a4"}.fa.fa-hand-o-left,.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left{--fa:"\f0a5"}.fa.fa-hand-o-up{--fa:"\f0a6"}.fa.fa-hand-o-down,.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down{--fa:"\f0a7"}.fa.fa-globe{--fa:"\f57d"}.fa.fa-tasks{--fa:"\f828"}.fa.fa-arrows-alt{--fa:"\f31e"}.fa.fa-group{--fa:"\f0c0"}.fa.fa-chain{--fa:"\f0c1"}.fa.fa-cut{--fa:"\f0c4"}.fa.fa-files-o{--fa:"\f0c5"}.fa.fa-files-o,.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o{--fa:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f0c7"}.fa.fa-navicon,.fa.fa-reorder{--fa:"\f0c9"}.fa.fa-magic{--fa:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square{--fa:"\f0d3"}.fa.fa-google-plus-square{--fa:"\f0d4"}.fa.fa-google-plus,.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus{--fa:"\f0d5"}.fa.fa-money{--fa:"\f3d1"}.fa.fa-unsorted{--fa:"\f0dc"}.fa.fa-sort-desc{--fa:"\f0dd"}.fa.fa-sort-asc{--fa:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400;--fa:"\f0e1"}.fa.fa-rotate-left{--fa:"\f0e2"}.fa.fa-legal{--fa:"\f0e3"}.fa.fa-dashboard,.fa.fa-tachometer{--fa:"\f625"}.fa.fa-comment-o{--fa:"\f075"}.fa.fa-comment-o,.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o{--fa:"\f086"}.fa.fa-flash{--fa:"\f0e7"}.fa.fa-clipboard{--fa:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f0eb"}.fa.fa-exchange{--fa:"\f362"}.fa.fa-cloud-download{--fa:"\f0ed"}.fa.fa-cloud-upload{--fa:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f0f3"}.fa.fa-cutlery{--fa:"\f2e7"}.fa.fa-file-text-o{--fa:"\f15c"}.fa.fa-building-o,.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o{--fa:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f0f8"}.fa.fa-tablet{--fa:"\f3fa"}.fa.fa-mobile,.fa.fa-mobile-phone{--fa:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f111"}.fa.fa-mail-reply{--fa:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{--fa:"\f07b"}.fa.fa-folder-o,.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o{--fa:"\f07c"}.fa.fa-smile-o{--fa:"\f118"}.fa.fa-frown-o,.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o{--fa:"\f119"}.fa.fa-meh-o{--fa:"\f11a"}.fa.fa-keyboard-o,.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o{--fa:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f024"}.fa.fa-mail-reply-all{--fa:"\f122"}.fa.fa-star-half-o{--fa:"\f5c0"}.fa.fa-star-half-empty,.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty{--fa:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f5c0"}.fa.fa-code-fork{--fa:"\f126"}.fa.fa-chain-broken,.fa.fa-unlink{--fa:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt{--fa:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f146"}.fa.fa-level-up{--fa:"\f3bf"}.fa.fa-level-down{--fa:"\f3be"}.fa.fa-pencil-square{--fa:"\f14b"}.fa.fa-external-link-square{--fa:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f152"}.fa.fa-eur,.fa.fa-euro{--fa:"\f153"}.fa.fa-gbp{--fa:"\f154"}.fa.fa-dollar,.fa.fa-usd{--fa:"\24"}.fa.fa-inr,.fa.fa-rupee{--fa:"\e1bc"}.fa.fa-cny,.fa.fa-jpy,.fa.fa-rmb,.fa.fa-yen{--fa:"\f157"}.fa.fa-rouble,.fa.fa-rub,.fa.fa-ruble{--fa:"\f158"}.fa.fa-krw,.fa.fa-won{--fa:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin{--fa:"\f15a"}.fa.fa-file-text{--fa:"\f15c"}.fa.fa-sort-alpha-asc{--fa:"\f15d"}.fa.fa-sort-alpha-desc{--fa:"\f881"}.fa.fa-sort-amount-asc{--fa:"\f884"}.fa.fa-sort-amount-desc{--fa:"\f160"}.fa.fa-sort-numeric-asc{--fa:"\f162"}.fa.fa-sort-numeric-desc{--fa:"\f886"}.fa.fa-youtube-square{--fa:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square{--fa:"\f169"}.fa.fa-youtube-play{--fa:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow,.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square{--fa:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square{--fa:"\f174"}.fa.fa-long-arrow-down{--fa:"\f309"}.fa.fa-long-arrow-up{--fa:"\f30c"}.fa.fa-long-arrow-left{--fa:"\f30a"}.fa.fa-long-arrow-right{--fa:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip{--fa:"\f184"}.fa.fa-sun-o{--fa:"\f185"}.fa.fa-moon-o,.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o{--fa:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{--fa:"\f35a"}.fa.fa-arrow-circle-o-left,.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left{--fa:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f191"}.fa.fa-toggle-left{--fa:"\f191"}.fa.fa-dot-circle-o,.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o{--fa:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400;--fa:"\f194"}.fa.fa-try,.fa.fa-turkish-lira{--fa:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank,.fa.fa-institution{--fa:"\f19c"}.fa.fa-mortar-board{--fa:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square{--fa:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square{--fa:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square{--fa:"\f1b7"}.fa.fa-automobile{--fa:"\f1b9"}.fa.fa-cab{--fa:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{--fa:"\f1c1"}.fa.fa-file-pdf-o,.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o{--fa:"\f1c2"}.fa.fa-file-excel-o{--fa:"\f1c3"}.fa.fa-file-excel-o,.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o{--fa:"\f1c4"}.fa.fa-file-image-o{--fa:"\f1c5"}.fa.fa-file-image-o,.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o{--fa:"\f1c5"}.fa.fa-file-picture-o{--fa:"\f1c5"}.fa.fa-file-archive-o,.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o{--fa:"\f1c6"}.fa.fa-file-zip-o{--fa:"\f1c6"}.fa.fa-file-audio-o,.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o{--fa:"\f1c7"}.fa.fa-file-sound-o{--fa:"\f1c7"}.fa.fa-file-sound-o,.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o{--fa:"\f1c8"}.fa.fa-file-movie-o{--fa:"\f1c8"}.fa.fa-file-code-o,.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o{--fa:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-buoy,.fa.fa-life-saver,.fa.fa-support{--fa:"\f1cd"}.fa.fa-circle-o-notch{--fa:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra{--fa:"\f1d0"}.fa.fa-resistance{--fa:"\f1d0"}.fa.fa-empire,.fa.fa-ge,.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge{--fa:"\f1d1"}.fa.fa-git-square{--fa:"\f1d2"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square{--fa:"\f1d4"}.fa.fa-yc-square{--fa:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin,.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat{--fa:"\f1d7"}.fa.fa-send{--fa:"\f1d8"}.fa.fa-paper-plane-o{--fa:"\f1d8"}.fa.fa-paper-plane-o,.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o{--fa:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f111"}.fa.fa-header{--fa:"\f1dc"}.fa.fa-futbol-o{--fa:"\f1e3"}.fa.fa-futbol-o,.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o{--fa:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f1f6"}.fa.fa-trash{--fa:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper{--fa:"\f1fb"}.fa.fa-area-chart{--fa:"\f1fe"}.fa.fa-pie-chart{--fa:"\f200"}.fa.fa-line-chart{--fa:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square{--fa:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f20a"}.fa.fa-ils,.fa.fa-shekel,.fa.fa-sheqel{--fa:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f3a5"}.fa.fa-intersex,.fa.fa-transgender{--fa:"\f224"}.fa.fa-transgender-alt{--fa:"\f225"}.fa.fa-facebook-official{--fa:"\f09a"}.fa.fa-facebook-official,.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel{--fa:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc{--fa:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery,.fa.fa-battery-4{--fa:"\f240"}.fa.fa-battery-3{--fa:"\f241"}.fa.fa-battery-2{--fa:"\f242"}.fa.fa-battery-1{--fa:"\f243"}.fa.fa-battery-0{--fa:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o{--fa:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o{--fa:"\f254"}.fa.fa-hourglass-1{--fa:"\f251"}.fa.fa-hourglass-2{--fa:"\f252"}.fa.fa-hourglass-3{--fa:"\f253"}.fa.fa-hand-rock-o{--fa:"\f255"}.fa.fa-hand-grab-o,.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o{--fa:"\f255"}.fa.fa-hand-paper-o{--fa:"\f256"}.fa.fa-hand-paper-o,.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o{--fa:"\f256"}.fa.fa-hand-scissors-o{--fa:"\f257"}.fa.fa-hand-lizard-o,.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o{--fa:"\f258"}.fa.fa-hand-spock-o{--fa:"\f259"}.fa.fa-hand-pointer-o,.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o{--fa:"\f25a"}.fa.fa-hand-peace-o{--fa:"\f25b"}.fa.fa-hand-peace-o,.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square{--fa:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television{--fa:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{--fa:"\f271"}.fa.fa-calendar-minus-o,.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o{--fa:"\f272"}.fa.fa-calendar-times-o{--fa:"\f273"}.fa.fa-calendar-check-o,.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o{--fa:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f279"}.fa.fa-commenting{--fa:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo{--fa:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt{--fa:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{--fa:"\f28b"}.fa.fa-pause-circle-o,.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o{--fa:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt{--fa:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f059"}.fa.fa-volume-control-phone{--fa:"\f2a0"}.fa.fa-asl-interpreting{--fa:"\f2a3"}.fa.fa-deafness,.fa.fa-hard-of-hearing{--fa:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing{--fa:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square{--fa:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost{--fa:"\f2ab"}.fa.fa-snapchat-square{--fa:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official{--fa:"\f2b3"}.fa.fa-google-plus-circle{--fa:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome,.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa{--fa:"\f2b4"}.fa.fa-handshake-o{--fa:"\f2b5"}.fa.fa-envelope-open-o,.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o{--fa:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f2b9"}.fa.fa-vcard{--fa:"\f2bb"}.fa.fa-address-card-o{--fa:"\f2bb"}.fa.fa-address-card-o,.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o{--fa:"\f2bb"}.fa.fa-user-circle-o{--fa:"\f2bd"}.fa.fa-user-circle-o,.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o{--fa:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license{--fa:"\f2c2"}.fa.fa-id-card-o{--fa:"\f2c2"}.fa.fa-drivers-license-o,.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o{--fa:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer,.fa.fa-thermometer-4{--fa:"\f2c7"}.fa.fa-thermometer-3{--fa:"\f2c8"}.fa.fa-thermometer-2{--fa:"\f2c9"}.fa.fa-thermometer-1{--fa:"\f2ca"}.fa.fa-thermometer-0{--fa:"\f2cb"}.fa.fa-bathtub,.fa.fa-s15{--fa:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle{--fa:"\f410"}.fa.fa-window-close-o{--fa:"\f410"}.fa.fa-times-rectangle-o,.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o{--fa:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast{--fa:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400;--fa:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}
table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0;}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold;}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111;}table.dataTable thead th:active,table.dataTable thead td:active{outline:none;}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111;}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand;}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right;}table.dataTable thead .sorting{background-image:url(/sites/all/libraries/dataTables/images/sort_both.png);}table.dataTable thead .sorting_asc{background-image:url(/sites/all/libraries/dataTables/images/sort_asc.png);}table.dataTable thead .sorting_desc{background-image:url(/sites/all/libraries/dataTables/images/sort_desc.png);}table.dataTable thead .sorting_asc_disabled{background-image:url(/sites/all/libraries/dataTables/images/sort_asc_disabled.png);}table.dataTable thead .sorting_desc_disabled{background-image:url(/sites/all/libraries/dataTables/images/sort_desc_disabled.png);}table.dataTable tbody tr{background-color:#ffffff;}table.dataTable tbody tr.selected{background-color:#B0BED9;}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px;}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd;}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none;}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd;}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd;}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none;}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9;}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4;}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6;}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1;}table.dataTable.order-column tbody tr > .sorting_1,table.dataTable.order-column tbody tr > .sorting_2,table.dataTable.order-column tbody tr > .sorting_3,table.dataTable.display tbody tr > .sorting_1,table.dataTable.display tbody tr > .sorting_2,table.dataTable.display tbody tr > .sorting_3{background-color:#fafafa;}table.dataTable.order-column tbody tr.selected > .sorting_1,table.dataTable.order-column tbody tr.selected > .sorting_2,table.dataTable.order-column tbody tr.selected > .sorting_3,table.dataTable.display tbody tr.selected > .sorting_1,table.dataTable.display tbody tr.selected > .sorting_2,table.dataTable.display tbody tr.selected > .sorting_3{background-color:#acbad5;}table.dataTable.display tbody tr.odd > .sorting_1,table.dataTable.order-column.stripe tbody tr.odd > .sorting_1{background-color:#f1f1f1;}table.dataTable.display tbody tr.odd > .sorting_2,table.dataTable.order-column.stripe tbody tr.odd > .sorting_2{background-color:#f3f3f3;}table.dataTable.display tbody tr.odd > .sorting_3,table.dataTable.order-column.stripe tbody tr.odd > .sorting_3{background-color:whitesmoke;}table.dataTable.display tbody tr.odd.selected > .sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1{background-color:#a6b4cd;}table.dataTable.display tbody tr.odd.selected > .sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2{background-color:#a8b5cf;}table.dataTable.display tbody tr.odd.selected > .sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3{background-color:#a9b7d1;}table.dataTable.display tbody tr.even > .sorting_1,table.dataTable.order-column.stripe tbody tr.even > .sorting_1{background-color:#fafafa;}table.dataTable.display tbody tr.even > .sorting_2,table.dataTable.order-column.stripe tbody tr.even > .sorting_2{background-color:#fcfcfc;}table.dataTable.display tbody tr.even > .sorting_3,table.dataTable.order-column.stripe tbody tr.even > .sorting_3{background-color:#fefefe;}table.dataTable.display tbody tr.even.selected > .sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1{background-color:#acbad5;}table.dataTable.display tbody tr.even.selected > .sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2{background-color:#aebcd6;}table.dataTable.display tbody tr.even.selected > .sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3{background-color:#afbdd8;}table.dataTable.display tbody tr:hover > .sorting_1,table.dataTable.order-column.hover tbody tr:hover > .sorting_1{background-color:#eaeaea;}table.dataTable.display tbody tr:hover > .sorting_2,table.dataTable.order-column.hover tbody tr:hover > .sorting_2{background-color:#ececec;}table.dataTable.display tbody tr:hover > .sorting_3,table.dataTable.order-column.hover tbody tr:hover > .sorting_3{background-color:#efefef;}table.dataTable.display tbody tr:hover.selected > .sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1{background-color:#a2aec7;}table.dataTable.display tbody tr:hover.selected > .sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2{background-color:#a3b0c9;}table.dataTable.display tbody tr:hover.selected > .sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3{background-color:#a5b2cb;}table.dataTable.no-footer{border-bottom:1px solid #111;}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap;}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px;}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px;}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px;}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left;}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center;}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right;}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify;}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap;}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left;}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center;}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right;}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify;}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap;}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left;}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center;}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right;}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify;}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap;}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1;}.dataTables_wrapper .dataTables_length{float:left;}.dataTables_wrapper .dataTables_filter{float:right;text-align:right;}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em;}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em;}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em;}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px;}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#dcdcdc));background:-webkit-linear-gradient(top,white 0%,#dcdcdc 100%);background:-moz-linear-gradient(top,white 0%,#dcdcdc 100%);background:-ms-linear-gradient(top,white 0%,#dcdcdc 100%);background:-o-linear-gradient(top,white 0%,#dcdcdc 100%);background:linear-gradient(to bottom,white 0%,#dcdcdc 100%);}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none;}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#585858),color-stop(100%,#111));background:-webkit-linear-gradient(top,#585858 0%,#111 100%);background:-moz-linear-gradient(top,#585858 0%,#111 100%);background:-ms-linear-gradient(top,#585858 0%,#111 100%);background:-o-linear-gradient(top,#585858 0%,#111 100%);background:linear-gradient(to bottom,#585858 0%,#111 100%);}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b2b2b),color-stop(100%,#0c0c0c));background:-webkit-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);background:-moz-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);background:-ms-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);background:-o-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);background:linear-gradient(to bottom,#2b2b2b 0%,#0c0c0c 100%);box-shadow:inset 0 0 3px #111;}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em;}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,0.9)),color-stop(75%,rgba(255,255,255,0.9)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 25%,rgba(255,255,255,0.9) 75%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 25%,rgba(255,255,255,0.9) 75%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 25%,rgba(255,255,255,0.9) 75%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 25%,rgba(255,255,255,0.9) 75%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 25%,rgba(255,255,255,0.9) 75%,rgba(255,255,255,0) 100%);}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333;}.dataTables_wrapper .dataTables_scroll{clear:both;}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch;}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{vertical-align:middle;}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important;}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111;}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none;}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0;}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center;}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em;}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center;}.dataTables_wrapper .dataTables_filter{margin-top:0.5em;}}
.region,.wrapper{margin-top:0;margin-bottom:0;}.container{max-width:1728px;width:100%;margin:0 auto;}.wide-content-width .container{max-width:1920px;}.container,.pane-carousel-listing-widget .full-width .swiper-container,.pane-carousel-listing-widget .full-width .widget-header{padding:0px 16px;}.container .widget-title,.pane-carousel-listing-widget .full-width .swiper-container .widget-title,.pane-carousel-listing-widget .full-width .widget-header .widget-title{margin-left:0;}#header > div > .container,#footer.container,#footer-bottom.container{padding-left:16px;padding-right:16px;}#header > div > .container{padding-right:0;}#footer.container{padding-top:16px;padding-bottom:0px;}#footer-bottom.container{padding-top:0px;padding-bottom:16px;}.panel-panel.left .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.top .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.bottom .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing){margin-left:-16px;}body:not(.sidebar-second) .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing).panel-panel.right .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing) .panel-panel.top .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing) .panel-panel.bottom .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing){margin-right:-16px;}.full-width .full-width{margin-left:0;margin-right:0;}.panel-panel.left .full-width{margin-right:-15px;}.panel-panel.right .full-width{margin-left:-15px;}.panel-panel.second .full-width,.panel-panel.third .full-width{margin-left:-15px;margin-right:-15px;}.paragraphs-item-accordion-content.full-width > .content,.paragraphs-item-advanced-accordion.full-width > .content,.paragraphs-item-tabbed-content.full-width > .content,.paragraphs-item-advanced-tabbed-content.full-width > .content,.paragraphs-item-wysiwyg-content-area.full-width > .content{margin-left:16px;margin-right:16px;}@media (max-width:992px){.paragraphs-item-accordion-content.full-width > .content,.paragraphs-item-advanced-accordion.full-width > .content,.paragraphs-item-tabbed-content.full-width > .content,.paragraphs-item-advanced-tabbed-content.full-width > .content,.paragraphs-item-wysiwyg-content-area.full-width > .content{margin-left:0;margin-right:0;}}.swiper-button-next{right:-32px;}.swiper-button-prev{left:-32px;}.pane-carousel-listing-widget .swiper-pagination{padding-right:32px;}.pane-image-gallery-listing-widget .swiper-button-next,.pane-media-display-widget .swiper-button-next{right:0px;}.pane-image-gallery-listing-widget .swiper-button-prev,.pane-media-display-widget .swiper-button-prev{left:0px;}.full-width .widget-header .widget-title{margin-left:16px;}.full-width.paragraphs-item-slideshow .content > h2{margin-left:0;}@media screen and (max-width:992px){.panel-panel.left .full-width,.panel-panel.right .full-width,.panel-panel.second .full-width,.panel-panel.third .full-width{margin-left:-16px;margin-right:-16px;}}@media screen and (min-width:992px){.container,.pane-carousel-listing-widget .full-width .swiper-container,.pane-carousel-listing-widget .full-width .widget-header{padding:0px 32px;}.container .widget-title,.pane-carousel-listing-widget .full-width .swiper-container .widget-title,.pane-carousel-listing-widget .full-width .widget-header .widget-title{margin-left:0;}#footer.container{padding:32px;padding-bottom:0px;}#footer-bottom.container{padding:32px;padding-top:0px;}.panel-panel.left .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.top .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.bottom .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing){margin-left:-32px;}body:not(.sidebar-second) .panel-panel.right .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.top .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.bottom .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing){margin-right:-32px;}.swiper-button-prev{left:-32px;}.swiper-button-next{right:-32px;}.pane-carousel-listing-widget .swiper-pagination{padding-right:32px;}#header > div > .container,#footer.container,#footer-bottom.container{padding-left:32px;padding-right:32px;}#footer.container{padding-top:32px;padding-bottom:0;}#footer-bottom.container{padding:32px;padding-top:0px;}.panel-panel.left .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.top .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.bottom .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing){margin-left:-32px;}body:not(.sidebar-second) .panel-panel.right .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.top .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.bottom .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing){margin-right:-32px;}.swiper-button-prev{left:-32px;}.swiper-button-next{right:-32px;}.pane-carousel-listing-widget .swiper-pagination{padding-right:32px;}.pane-image-gallery-listing-widget .swiper-button-next,.pane-media-display-widget .swiper-button-next{right:0px;}.pane-image-gallery-listing-widget .swiper-button-prev,.pane-media-display-widget .swiper-button-prev{left:0px;}.full-width .widget-header .widget-title{margin-left:32px;}.full-width.paragraphs-item-slideshow .content > h2{margin-left:16px;}}@media screen and (min-width:1200px){.container,.pane-carousel-listing-widget .full-width .swiper-container,.pane-carousel-listing-widget .full-width .widget-header{padding:0px 64px;}.container .widget-title,.pane-carousel-listing-widget .full-width .swiper-container .widget-title,.pane-carousel-listing-widget .full-width .widget-header .widget-title{margin-left:0;}#header > div > .container,#footer.container,#footer-bottom.container{padding-left:64px;padding-right:64px;}#footer.container{padding-top:64px;padding-bottom:0;}#footer-bottom.container{padding:64px;padding-top:0px;}.panel-panel.left .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.top .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.bottom .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing){margin-left:-64px;}body:not(.sidebar-second) .panel-panel.right .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.top .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing),.panel-panel.bottom .full-width:not(.widget-width-12-columns):not(.widget-width-8-columns):not(.paragraphs-item-carousel-listing):not(.paragraphs-item-slideshow-listing){margin-right:-64px;}.swiper-button-prev{left:-64px;}.swiper-button-next{right:-64px;}.pane-carousel-listing-widget .swiper-pagination{padding-right:64px;}.pane-image-gallery-listing-widget .swiper-button-next,.pane-media-display-widget .swiper-button-next{right:0px;}.pane-image-gallery-listing-widget .swiper-button-prev,.pane-media-display-widget .swiper-button-prev{left:0px;}.full-width .widget-header .widget-title{margin-left:64px;}.full-width.paragraphs-item-slideshow .content > h2{margin-left:48px;}}@media screen and (min-width:1600px){header.region-fullwidth .container,footer.region-fullwidth .container,.powered-by-wrapper.region-fullwidth .container{max-width:1728px;}header.region-fullwidth.wide-content-width .container,footer.region-fullwidth.wide-content-width .container,.powered-by-wrapper.region-fullwidth.wide-content-width .container{max-width:1920px;}}html,body{overflow-x:hidden;}html{scroll-behavior:smooth;scroll-padding-top:80px;}html[data-sticky="stick"]{scroll-padding-top:120px;}@media screen and (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}body.button-soft.cke_editable .btn,body.button-soft .btn,body.button-soft .wrapper-main a.btn,body.button-soft .wrapper-main .paragraphs-item-wysiwyg-content-area .btn{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;}body.button-round.cke_editable .btn,body.button-round .btn,body.button-round .wrapper-main a.btn,body.button-round .wrapper-main .paragraphs-item-wysiwyg-content-area .btn{border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;}@media (max-width:768px){body.button-soft #search-block-form .btn,body.button-round #search-block-form .btn{border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;}}body.button-round .item-style-grouping-breaker .call-to-action-wrapper > .btn,body.button-round .item-style-grouping-imagetext .call-to-action-wrapper > .btn,body.button-round .item-style-grouping-card .call-to-action-wrapper > .btn,body.button-round .item-style-grouping-tile .call-to-action-wrapper > .btn,body.button-round .item-style-grouping-landscape .call-to-action-wrapper > .btn,body.button-soft .item-style-grouping-breaker .call-to-action-wrapper > .btn,body.button-soft .item-style-grouping-imagetext .call-to-action-wrapper > .btn,body.button-soft .item-style-grouping-card .call-to-action-wrapper > .btn,body.button-soft .item-style-grouping-tile .call-to-action-wrapper > .btn,body.button-soft .item-style-grouping-landscape .call-to-action-wrapper > .btn{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;}body .btn{white-space:unset;}.h1_row{min-height:0px;}body.page-title-margin-top-single .wrapper-main h1.page-header{margin-top:16px;}body.page-title-margin-top-double .wrapper-main h1.page-header{margin-top:16px;}.wrapper-main{}.wrapper-main div.text-subtypes{margin:0;padding:0 0 1em 0;text-transform:uppercase;}.wrapper-main h1,.wrapper-main h2,.wrapper-main h3,.wrapper-main h4,.wrapper-main h5,.wrapper-main h6{margin:30px 0 10px 0;}.wrapper-main h1.no-top-margin,.wrapper-main h2.no-top-margin,.wrapper-main h3.no-top-margin,.wrapper-main h4.no-top-margin,.wrapper-main h5.no-top-margin,.wrapper-main h6.no-top-margin{margin-top:0px;}.wrapper-main .page-header{border-bottom:none;padding-bottom:0px;}.wrapper-main h1.page-header{margin:32px 0 16px 0;text-align:left;}body.page-title-margin-top-none .wrapper-main h1.page-header{margin-top:0px;}body.page-title-margin-top-single .wrapper-main h1.page-header{margin-top:16px;}body.page-title-margin-top-double .wrapper-main h1.page-header{margin-top:32px;}body.page-title-margin-bottom-none .wrapper-main h1.page-header{margin-bottom:0px;}body.page-title-margin-bottom-single .wrapper-main h1.page-header{margin-bottom:16px;}body.page-title-margin-bottom-double .wrapper-main h1.page-header{margin-bottom:32px;}body.page-title-align-centre .wrapper-main h1.page-header,body.page-title-align-centre .wrapper-main h2.page-header{text-align:center;}.wrapper-main h2.page-header{margin:0;padding:32px 0 16px 0;text-align:left;}body.page-subtitle-margin-top-none .wrapper-main h2.page-header{padding-top:0px;}body.page-subtitle-margin-top-single .wrapper-main h2.page-header{padding-top:16px;}body.page-subtitle-margin-top-double .wrapper-main h2.page-header{padding-top:32px;}body.page-subtitle-margin-bottom-none .wrapper-main h2.page-header{padding-bottom:0px;}body.page-subtitle-margin-bottom-single .wrapper-main h2.page-header{padding-bottom:16px;}body.page-subtitle-margin-bottom-double .wrapper-main h2.page-header{padding-bottom:32px;}.wrapper-main a:link{text-decoration:underline;}.wrapper-main a:hover,.wrapper-main a:focus{text-decoration:underline;}.wrapper-main a.more-link,.wrapper-main a.more-link:hover,.wrapper-main a.more-link:focus{text-decoration:none;}.wrapper-main a.more-link::after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;content:"";font-weight:900;margin-left:7px;}.wrapper-main a.btn,.wrapper-main .file a{text-decoration:none;}.wrapper-main a[type="button"]:hover{cursor:pointer;}.wrapper-main img{max-width:100%;height:auto;display:inline-block;}.wrapper-main ul,.wrapper-main ol{overflow:hidden;}.wrapper-main .field-item ul:not(.chosen-results),.wrapper-main .field-item ol:not(.chosen-results){overflow:visible;}.wrapper-main .field-item ul:not(.chosen-results):not(.nav-tabs) li,.wrapper-main .field-item ul:not(.chosen-results):not(.pagination) li,.wrapper-main .field-item ol:not(.chosen-results):not(.nav-tabs) li,.wrapper-main .field-item ol:not(.chosen-results):not(.pagination) li{list-style-position:outside;}.wrapper-main .marginbottom,.wrapper-main ul,.wrapper-main ol{margin-bottom:15px;}@media (max-width:992px){.wrapper-main .marginbottom,.wrapper-main ul,.wrapper-main ol{margin-bottom:5px;}}.wrapper-main .clearfix{clear:both;}.wrapper-main blockquote{padding:30px;border-left:none;position:relative;}.wrapper-main blockquote p{position:relative;z-index:1;}.wrapper-main blockquote::before,.wrapper-main blockquote::after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;content:"";margin-left:-20px;font-weight:900;font-size:4rem;opacity:0.1;z-index:0;}.wrapper-main blockquote::before{position:absolute;top:-15px;}.wrapper-main blockquote::after{float:right;content:"";margin-left:0px;position:relative;bottom:45px;right:-20px;}.wrapper-main pre{border-radius:0px;}.wrapper-main hr{border-top-width:2px;}.wrapper-main .fa-chevron-left::before,.wrapper-main .fa-chevron-right::before{padding-right:5px;padding-left:0px;}.wrapper-main address{padding-left:20px;}.wrapper-main .left-align{float:left;width:auto;margin:0 20px 0 0;}.wrapper-main .right-align{float:right;width:auto;margin:0 0 0 20px;}.wrapper-main .center-align{text-align:center;}.wrapper-main .center-align div{display:inline-block;}.wrapper-main .media-medium{width:380px;padding:10px;text-align:left;}.wrapper-main .table-wrapper{overflow-y:auto;}.wrapper-main .table-wrapper .table-wrapper{overflow-y:visible;}.wrapper-main td,.wrapper-main th{padding:12px 16px;}.wrapper-main td img,.wrapper-main th img{max-width:none;}.wrapper-main tr,.wrapper-main th,.wrapper-main td{border-width:0px;}.wrapper-main table{border-top-width:1px;border-bottom-width:1px;border-left-width:0;border-right-width:0;border-style:solid;}@media screen and (min-width:1024px){_::-webkit-:not(:root:root),.col-md-3{width:24.9%;}_::-webkit-:not(:root:root),.col-md-4{width:33.2%;}}.views-row.col-md-3:before,.views-row.col-md-3:after{content:normal;}@supports (overflow:-webkit-marquee) and (justify-content:inherit){.article-listing .views-row,.view-related-content .view-content .views-row,.term-listing .view-content .views-row{}@media only screen and (min-device-width:375px) and (max-device-width:667px){.article-listing .views-row,.view-related-content .view-content .views-row,.term-listing .view-content .views-row{flex:0 0 auto !important;}}}iframe{border:none;}iframe.border{border:3px solid #eee;}.quickedit-warning{display:none;}.element-invisible{margin-top:-1px;}#navbar-administration .navbar-editing-option.navbar-tab{display:block;position:relative;float:right !important;}div .input-group input.form-file{z-index:1;}.form-required{color:#990000 !important;}.wide_content_width .layoutmanager .text-box img,.wide_content_width .layoutmanager .text-box .img.img-responsive,.wide_content_width .layoutmanager .teaser-field img,.wide_content_width .layoutmanager .teaser-field .img.img-responsive{width:auto;}.wide_content_width .text-box img,.wide_content_width .text-box .img.img-responsive,.wide_content_width .teaser-field img,.wide_content_width .teaser-field .img.img-responsive{width:100%;}li.padlock > a span:not(.icon)::before{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;content:"";margin-right:8px;}li.padlock-unlocked > a span:not(.icon)::before{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;content:"";margin-right:8px;}.node-references{max-width:800px;}#wrapper-navigation{text-decoration:none;}#navigation .nav > li > a,#navigation .nav > li > .menu-item-no-link,#navigation .oxdrupal-meganav > li > a,#navigation .oxdrupal-meganav > li > .menu-item-no-link{text-decoration:none;padding:0 10px;}@media (max-width:1600px){#navigation .nav > li > a,#navigation .nav > li > .menu-item-no-link,#navigation .oxdrupal-meganav > li > a,#navigation .oxdrupal-meganav > li > .menu-item-no-link{padding:0 8px;}}@media (max-width:1200px){#navigation .nav > li > a,#navigation .nav > li > .menu-item-no-link,#navigation .oxdrupal-meganav > li > a,#navigation .oxdrupal-meganav > li > .menu-item-no-link{padding:0 4px;}}#navigation .nav,#navigation .navbar-nav{margin-left:0px;padding-left:15px;padding-right:15px;}#navigation .navbar{min-height:0;margin-bottom:0;top:7px;}#navigation .navbar-default{background:none;border:none;}#navigation nav.case-upper-one .menu-block-wrapper > ul{text-transform:uppercase;}#navigation nav.case-upper-one .menu-block-wrapper > ul ul{text-transform:none;}#navigation nav.case-upper-all .menu-block-wrapper > ul{text-transform:uppercase;}@media (min-width:768px){.navbar-nav > li > a,.navbar-nav > li > div.menu-item-no-link{padding-bottom:15px;}.navbar-nav{margin:2px -15px;}}@media (max-width:992px){nav{width:100%;}#block-menu-block-top-nav,#block-menu-block-sidebar-nav,#block-menu-block-sidebar-nav-right,aside.sidebar-first,aside.sidebar-second{display:none;}#maincontent > *.col-sm-9{width:100%;}}@-webkit-keyframes fadeIn{from{opacity:0;}to{opacity:1;}}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}#navigation .navbar-default .navbar-nav{}#navigation .navbar-default .navbar-nav li,#navigation .navbar-default .navbar-nav li.expanded{display:inline-block;padding:0;list-style-image:none;list-style-type:none;}#navigation .navbar-default .navbar-nav > li > a,#navigation .navbar-default .navbar-nav > li > div.menu-item-no-link{line-height:20px;}#navigation .navbar-default .navbar-nav li.expanded a,#navigation .navbar-default .navbar-nav li.expanded div.menu-item-no-link{position:relative;z-index:9;background-position:right 9px top 1.6em;}#navigation .navbar-default .navbar-nav li.expanded > a,#navigation .navbar-default .navbar-nav li.expanded > div.menu-item-no-link{z-index:8;}#navigation .navbar-default .navbar-nav li.expanded:hover ul,#navigation .navbar-default .navbar-nav li.expanded ul:hover,#navigation .navbar-default .navbar-nav li.expanded a:focus + ul,#navigation .navbar-default .navbar-nav li.expanded a + ul:focus,#navigation .navbar-default .navbar-nav li.expanded.menu-open ul{display:block;-webkit-box-shadow:0px 0px 8px 1px rgba(68,68,68,0.5);-moz-box-shadow:0px 0px 8px 1px rgba(68,68,68,0.5);box-shadow:0px 0px 8px 1px rgba(68,68,68,0.5);-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;}#navigation .navbar-default .navbar-nav .show-section{display:block !important;-webkit-box-shadow:0px 0px 8px 1px rgba(68,68,68,0.5);-moz-box-shadow:0px 0px 8px 1px rgba(68,68,68,0.5);box-shadow:0px 0px 8px 1px rgba(68,68,68,0.5);-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;}#navigation .navbar-default .navbar-nav > li.expanded:hover > a,#navigation .navbar-default .navbar-nav > li.expanded:hover > div.menu-item-no-link,#navigation .navbar-default .navbar-nav > li.expanded:focus > a,#navigation .navbar-default .navbar-nav > li.expanded:focus > div.menu-item-no-link,#navigation .navbar-default .navbar-nav > li.expanded.menu-open > a,#navigation .navbar-default .navbar-nav > li.expanded.menu-open > div.menu-item-no-link{opacity:1;filter:alpha(opacity=100);}#navigation .navbar-default .navbar-nav > li.expanded > ul{min-width:217px;width:100%;display:none;z-index:1001;overflow:hidden;position:absolute;text-align:left;margin:0;}#navigation .navbar-default .navbar-nav li.expanded ul.navbar-nav{padding-left:0;padding-right:0;}#navigation .navbar-default .navbar-nav li ul li,#navigation .navbar-default .navbar-nav li.expanded ul li,#navigation .navbar-default .navbar-nav h2.title ul li{float:none;}#navigation .navbar-default .navbar-nav li.expanded ul li{border:0;margin:0;padding:0;display:block;z-index:9;}#navigation .navbar-default .navbar-nav li.expanded ul li a,#navigation .navbar-default .navbar-nav li.expanded ul li div.menu-item-no-link{padding-left:15px;padding-right:15px;}#navigation .navbar-default .navbar-nav > li.expanded > a:after,#navigation .navbar-default .navbar-nav > li.expanded > div.menu-item-no-link:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;padding-left:10px;opacity:0.25;font-size:0.8em;filter:alpha(opacity=25);font-weight:900;}@media (max-width:1200px){#navigation .navbar-default .navbar-nav > li.expanded > a:after,#navigation .navbar-default .navbar-nav > li.expanded > div.menu-item-no-link:after{padding-left:4px;}}#navigation .navbar-default .navbar-nav li.collapsed > a:after,#navigation .navbar-default .navbar-nav li.collapsed > div.menu-item-no-link:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;content:"";padding-left:5px;opacity:0.25;font-size:0.8em;filter:alpha(opacity=25);font-weight:900;}#navigation .navbar-default .navbar-nav.fa-caret > li.expanded > a:after,#navigation .navbar-default .navbar-nav.fa-caret > li.expanded > div.menu-item-no-link:after{content:"";}#navigation .navbar-default .navbar-nav.fa-chevron > li.expanded > a:after,#navigation .navbar-default .navbar-nav.fa-chevron > li.expanded > div.menu-item-no-link:after{content:"";}#navigation > .navbar-default .menu-block-top_nav > .navbar-nav > li > a{z-index:1000;}#navigation > .navbar-default .menu-block-top_nav:not(.wide-top-nav) > .navbar-nav li.expanded a,#navigation > .navbar-default .menu-block-top_nav:not(.wide-top-nav) > .navbar-nav li.expanded div.menu-item-no-link{}.well{background:none;border:none;box-shadow:inset 0 1px 1px rgba(0,0,0,0);margin-top:15px;padding:0;padding-top:20px;}aside.sidebar-first{padding-left:15px;}aside.sidebar-second{padding-right:15px;padding-left:5px;}#block-menu-block-sidebar-nav,#block-menu-block-sidebar-nav-right{margin-bottom:32px;}#block-menu-block-sidebar-nav a,#block-menu-block-sidebar-nav-right a{transition:all 0.1s;}#block-menu-block-sidebar-nav div > .nav > li,#block-menu-block-sidebar-nav-right div > .nav > li{border-bottom:2px solid #fff;}#block-menu-block-sidebar-nav div > .nav > li.active a,#block-menu-block-sidebar-nav-right div > .nav > li.active a{padding-right:20px;}#block-menu-block-sidebar-nav .nav > li:last-child,#block-menu-block-sidebar-nav-right .nav > li:last-child{border-bottom:none;}#block-menu-block-sidebar-nav div > .nav > li > ul,#block-menu-block-sidebar-nav-right div > .nav > li > ul{border-top:1px solid #fff;}#block-menu-block-sidebar-nav li.expanded > a:after,#block-menu-block-sidebar-nav-right li.expanded > a:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;content:"";padding-left:5px;position:absolute;margin-right:6px;right:10px;font-size:1em;font-weight:900;}#block-menu-block-sidebar-nav li.collapsed > a span.icon:after,#block-menu-block-sidebar-nav li.has-children > a span.icon:after,#block-menu-block-sidebar-nav-right li.collapsed > a span.icon:after,#block-menu-block-sidebar-nav-right li.has-children > a span.icon:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;content:"";font-size:1em;padding-left:5px;position:absolute;margin-right:6px;right:10px;font-weight:900;}#block-menu-block-sidebar-nav .nav > li > a,#block-menu-block-sidebar-nav .nav > li > div.menu-item-no-link,#block-menu-block-sidebar-nav-right .nav > li > a,#block-menu-block-sidebar-nav-right .nav > li > div.menu-item-no-link{padding:10px 10px;}#block-menu-block-sidebar-nav .nav > li > ul > li a,#block-menu-block-sidebar-nav .nav > li > ul > li div.menu-item-no-link,#block-menu-block-sidebar-nav-right .nav > li > ul > li a,#block-menu-block-sidebar-nav-right .nav > li > ul > li div.menu-item-no-link{padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:20px;opacity:0.8;}#block-menu-block-sidebar-nav .navbar-nav,#block-menu-block-sidebar-nav-right .navbar-nav{float:none;background:none;margin:0;}#block-menu-block-sidebar-nav .navbar-nav li,#block-menu-block-sidebar-nav-right .navbar-nav li{float:none;}#block-menu-block-sidebar-nav .navbar-nav a:link,#block-menu-block-sidebar-nav .navbar-nav .menu-item-no-link,#block-menu-block-sidebar-nav-right .navbar-nav a:link,#block-menu-block-sidebar-nav-right .navbar-nav .menu-item-no-link{text-decoration:none;}.sidebar-upper-all #block-menu-block-sidebar-nav .navbar-nav a:link,.sidebar-upper-all #block-menu-block-sidebar-nav .navbar-nav .menu-item-no-link,.sidebar-upper-all #block-menu-block-sidebar-nav-right .navbar-nav a:link,.sidebar-upper-all #block-menu-block-sidebar-nav-right .navbar-nav .menu-item-no-link{text-transform:uppercase;}#block-menu-block-sidebar-nav-right > navbar-nav{margin-bottom:16px;}li.menu-parent-item a:after{content:"";font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;font-style:normal;margin-top:0px;margin-right:5px;margin-bottom:0px;margin-left:10px;right:10px;position:absolute;text-decoration:none;}li.menu-item-current > a:after,.menu-block-sidebar_nav li.active > a:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:normal;font-style:normal;font-size:0.6em;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:10px;top:33%;right:16px;position:absolute;text-decoration:none;}#block-menu-block-responsive-main{display:none !important;}.mean-container a.meanmenu-reveal{height:20px;width:20px;top:2px;padding-top:2px;padding-bottom:16px;padding-left:10px;padding-right:10px;}.mean-container a.meanmenu-reveal span{height:5px;margin-top:5px;margin-left:-5px;margin-right:-5px;}.mean-container .mean-bar{min-height:0px;height:0px;margin:0;padding:0;}.mean-container .mean-nav{width:280px;float:right;margin-top:40px;}.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li ul li a,.mean-container .mean-nav ul li > div,.mean-container .mean-nav ul li ul li > div{text-transform:none;border-bottom:1px solid rgba(255,255,255,0.5);}.mean-container .mean-nav ul li:first-child a,.mean-container .mean-nav ul li:first-child > div{border-top:0;}.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li > div{padding:9px 5%;}.mean-container .mean-nav ul li ul li a,.mean-container .mean-nav ul li ul li > div{padding:9px 10%;}.mean-container .mean-nav ul li ul li ul li a,.mean-container .mean-nav ul li ul li ul li > div{padding:9px 12%;}.mean-container .mean-nav ul li a.mean-expand{padding:5px !important;padding-top:8px !important;padding-bottom:2px !important;height:28px;}.mean-container .mean-nav ul li li a,.mean-container .mean-nav ul li li > div{opacity:1;}@media (max-width:768px){.mean-container .mean-nav{width:100%;}}#block-menu-block-responsive-main{display:none !important;}.wrapper-main .breadcrumb{padding:0;padding-left:15px;padding-right:15px;margin-bottom:0px;}.wrapper-main .breadcrumb.margin-top{margin-top:32px;}@media (max-width:992px){.wrapper-main .breadcrumb.margin-top{margin-top:16px;}}.wrapper-main .breadcrumb.margin-bottom{margin-bottom:32px;}@media (max-width:992px){.wrapper-main .breadcrumb.margin-bottom{margin-bottom:16px;}}.wrapper-main .breadcrumb.case-upper-all li{text-transform:uppercase;}.wrapper-main .breadcrumb a{text-decoration:none;}.wrapper-main .breadcrumb .first{width:15px;}.wrapper-main .breadcrumb .first a{text-decoration:none;}.wrapper-main .breadcrumb > li + li:before{content:"";font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;}#navbar-administration .navbar-menu-shortcuts .navbar-menu-item{padding-left:2.75em;}#navbar-administration .navbar-menu-shortcuts a:before{background-repeat:no-repeat;background-attachment:scroll;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:100% auto;content:"";height:100%;display:block;position:absolute;top:0;width:20px;box-sizing:content-box;left:0.6667em;}#navbar-administration button.refresh-live-page{background:#337ab7;border-color:#2e6da4;border-radius:4px;color:white;padding:10px 20px;}#navbar-administration button.refresh-live-page span:before{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;content:"";text-decoration:none;font-weight:900;color:white;}#navbar-administration div.refresh-help{padding:20px;}#navbar-administration div.refresh-help span:before{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;content:"";text-decoration:none;font-weight:900;}#navbar-administration div.refresh-live-page-popup{position:absolute;display:none;width:320px;left:-75px;text-align:center;border:1px solid lightgrey;border-top:0px;box-shadow:0px 3px 4px 0px rgba(0,0,0,0.25);background:white;padding-top:20px;z-index:10;}#navbar-administration .navbar-box:hover div.refresh-live-page-popup{display:block;}#navbar-administration button.refresh-live-page.updating{background-color:#fff3de;color:black;}#navbar-administration button.refresh-live-page.updating span:before{color:black;}#navbar-administration button.refresh-live-page.done{pointer-events:none;text-decoration:none;background-color:#3E7640;cursor:default;}#navbar-administration button.refresh-live-page.done span{color:white !important;}#navbar-administration button.refresh-live-page.done span:before{content:"";}#navbar-administration button.refresh-live-page.done:hover{text-decoration:none;}#navbar-administration button.refresh-live-page.done:focus{text-decoration:none;}#navbar-administration .navbar-icon-clearcache:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/cog.png);}#navbar-administration .navbar-icon-menu:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/hamburger.png);}#navbar-administration .navbar-icon-menu:hover:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/hamburger-hover.png);}#navbar-administration .navbar-icon-home:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/home.png);}#navbar-administration .navbar-icon-home:hover:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/home-hover.png);}#navbar-administration .navbar-icon-managecontent:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/pencil.png);}#navbar-administration .navbar-icon-managecontent:hover:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/pencil-hover.png);}#navbar-administration .navbar-icon-configuration:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/wrench.png);}#navbar-administration .navbar-icon-configuration:hover:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/wrench-hover.png);}#navbar-administration .navbar-icon-people:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/people.png);}#navbar-administration .navbar-icon-people:hover:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/people-hover.png);}#navbar-administration .navbar-icon-quickedit:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/dashboard.png);}#navbar-administration .navbar-icon-quickedit:hover:before{background-image:url(/sites/all/themes/custom/oxtheme/images/shortcut-icons/dashboard-hover.png);}#navigation > nav.navbar-default div.wide-top-nav .nav > li{position:static;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav li.expanded ul{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}#navigation > nav.navbar-default div.wide-top-nav li.expanded > a:after,#navigation > nav.navbar-default div.wide-top-nav li.expanded > div.menu-item-no-link:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;padding-left:10px;opacity:0.25;filter:alpha(opacity=25);font-weight:900;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav.fa-chevron li.expanded > a:after,#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav.fa-chevron li.expanded > div.menu-item-no-link:after{content:"";}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav.fa-caret li.expanded > a:after,#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav.fa-caret li.expanded > div.menu-item-no-link:after{content:"";}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav{position:relative;margin-bottom:0px;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li > a,#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li > div.menu-item-no-link{z-index:1002;padding-bottom:0px;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded{flex:1 1 0;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul{position:absolute;left:0;width:100%;min-width:100%;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li.expanded{display:-ms-flexbox;display:-webkit-flex;display:flex;max-width:100%;flex:0 0 auto;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li.expanded > ul.navbar-nav{position:initial;min-width:60%;width:60%;margin-left:0px;display:none;flex-wrap:wrap;flex:0 0 auto;padding-left:0;padding-bottom:0;padding-top:10px;overflow:visible;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li.expanded > ul.navbar-nav > li{display:-ms-flexbox;display:-webkit-flex;display:flex;max-width:50%;flex:0 0 auto;width:50%;-webkit-flex-basis:49%;min-height:40px;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li.expanded > ul.navbar-nav > li > a,#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li.expanded > ul.navbar-nav > li > div.menu-item-no-link{padding-top:0;padding-bottom:0;width:100%;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li{height:51px;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li > a,#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li > div.menu-item-no-link{min-width:40%;width:40%;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li.expanded:hover > ul.navbar-nav,#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li.expanded.active > ul.navbar-nav,#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li.expanded.menu-open > ul.navbar-nav{display:-ms-flexbox;display:-webkit-flex;display:flex;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li.expanded > a:after,#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li.expanded > ul > li.expanded > div.menu-item-no-link:after{display:inline-block;content:"";opacity:1;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li > ul{padding-top:24px;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li > div.menu-item-no-link,#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li > a{display:-ms-flexbox;display:-webkit-flex;display:flex;}#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li > div.menu-item-no-link span,#navigation > nav.navbar-default div.wide-top-nav > ul.navbar-nav > li > a span{border-bottom-width:8px;border-bottom-style:solid;border-bottom-color:transparent;padding-bottom:13px;}#navigation > nav.navbar-default div.wide-top-nav.top_nav_level_one_item_style_underlined > ul.navbar-nav > li > div.menu-item-no-link,#navigation > nav.navbar-default div.wide-top-nav.top_nav_level_one_item_style_underlined > ul.navbar-nav > li > a{display:-ms-flexbox;display:-webkit-flex;display:flex;}#navigation > nav.navbar-default div.wide-top-nav.top_nav_level_one_item_style_underlined > ul.navbar-nav > li > div.menu-item-no-link span,#navigation > nav.navbar-default div.wide-top-nav.top_nav_level_one_item_style_underlined > ul.navbar-nav > li > a span{border-bottom-width:8px;border-bottom-style:solid;border-bottom-color:transparent;padding-bottom:13px;}.header_standard .oxdrupal-meganav{top:-7px;}.oxdrupal-meganav{display:inline-block;position:relative;cursor:default;z-index:500;margin-bottom:0px;}.oxdrupal-meganav a{display:inline-block;}#branding .oxdrupal-meganav li *[class^="oxdrupal-mega-menu-level-"]{display:block;}@media (max-width:992px){.oxdrupal-meganav{display:none;}}ul.oxdrupal-meganav{padding-left:0;padding-right:0;}.oxdrupal-meganav > li{display:block;float:left;}.case-upper-one .oxdrupal-meganav > li > a,.case-upper-one .oxdrupal-meganav > li > span{text-transform:uppercase;}.case-upper-one .oxdrupal-meganav > li > a > li a,.case-upper-one .oxdrupal-meganav > li > a > li span,.case-upper-one .oxdrupal-meganav > li > span > li a,.case-upper-one .oxdrupal-meganav > li > span > li span{text-transform:none;}.case-upper-all .oxdrupal-meganav > li a,.case-upper-all .oxdrupal-meganav > li span{text-transform:uppercase;}.oxdrupal-meganav > li > a,.oxdrupal-meganav > li > span.menu-item-no-link{position:relative;display:block;z-index:510;height:54px;padding:0 16px;line-height:54px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;}.oxdrupal-meganav > li > a:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;padding-left:10px;opacity:0.25;font-size:0.8em;filter:alpha(opacity=25);font-weight:900;}.oxdrupal-meganav > li > *.has-sub-items:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;padding-left:10px;opacity:0.25;font-size:0.8em;filter:alpha(opacity=25);font-weight:900;}.oxdrupal-meganav.fa-chevron > li > *.has-sub-items:after{content:"";}.oxdrupal-meganav.fa-caret > li > *.has-sub-items:after{content:"";}.oxdrupal-meganav > li:first-child > a{border-left:none;}.oxdrupal-meganav > li > div{position:absolute;display:block;width:calc(100%);left:0;opacity:0;visibility:hidden;overflow:hidden;-webkit-transition:all 0.3s ease 0.15s;-moz-transition:all 0.3s ease 0.15s;-o-transition:all 0.3s ease 0.15s;-ms-transition:all 0.3s ease 0.15s;transition:all 0.3s ease 0.15s;z-index:999;}.oxdrupal-meganav > li:hover > div,.oxdrupal-meganav > li > a:focus + div,.show-section{opacity:1 !important;visibility:visible !important;overflow:visible !important;}.oxdrupal-meganav .nav-column{float:left;width:20%;padding:0;}.oxdrupal-meganav .nav-column a,.oxdrupal-meganav .nav-column .menu-item-no-link{padding:8px 32px;width:100%;}.oxdrupal-meganav .nav-column h3{margin:8px 0 8px 0;}.oxdrupal-meganav .nav-column a:hover h3,.oxdrupal-meganav .nav-column a:focus h3{text-decoration:underline;}.oxdrupal-meganav .nav-column ul{padding-left:0px;}.oxdrupal-meganav .nav-column li{list-style:none;}.oxdrupal-meganav .nav-column li a{display:block;}#wrapper-navigation .oxdrupal-meganav .nav-column li a:hover,#wrapper-navigation .oxdrupal-meganav .nav-column li a:focus{text-decoration:underline;}.oxdrupal-meganav ul.oxdrupal_mega-menu-sub-sub-level{margin-bottom:24px;}html,body{font-size:1em !important;}html{overflow-y:scroll;}.field-name-field-more-information a{text-decoration:none;}.field-name-field-more-information a:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;content:"";margin-left:5px;font-weight:900;}#wrapper-main{background-repeat:no-repeat;background-position:center top;background-size:auto 460px;}@media (min-width:1920px){#wrapper-main{background-size:100%;}}.mean-container .mean-bar{z-index:10;}.mean-container .mean-nav{box-shadow:-16px 16px 32px 0px rgba(0,0,0,0.14);}.sticky_active.mean-container .mean-bar{z-index:1032;}.sticky_active.mean-container .mean-bar .meanmenu-reveal.meanclose{-webkit-box-shadow:0px 5px 5px 1px rgba(0,0,0,0.3);-moz-box-shadow:0px 5px 5px 1px rgba(0,0,0,0.3);box-shadow:0px 5px 5px 1px rgba(0,0,0,0.3);}.oxlogo{margin-right:20px;height:115px;float:left;position:relative;}.sitelogo{margin-right:20px;float:left;}#logos.logo-position-default .oxlogo,#logos.logo-position-default .sitelogo{margin-top:-15px;}#logos.logo-position-within-header .oxlogo,#logos.logo-position-within-header .sitelogo{margin-top:20px;}.sitelogo .svg_logo{height:115px;}@media (max-width:992px){.sitelogo .svg_logo{height:80px;}}@media (max-width:768px){.sitelogo .svg_logo{height:40px;}}.sitelogo .svg_mobile_logo{height:40px;}.sitelogo .svg_tablet_logo{height:80px;}.sitelogo,#footer,#footer-bottom{position:relative;}.sitelogo .textoverlay,#footer .textoverlay,#footer-bottom .textoverlay{width:100%;height:50%;vertical-align:middle;position:absolute;text-align:center;bottom:0;left:0;opacity:0;transition:all 0.3s ease-in-out;padding-top:1px;box-sizing:border-box;overflow:hidden;}.textoverlay-inner{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}body.background-image #topbar.row,body.background-image #branding.row,body.background-image #navigation.row{margin-left:-30px;margin-right:-30px;}header #wrapper-topbar.topbar-img,header #wrapper-mobile-topbar.topbar-img{background-repeat:repeat;}@media (max-width:992px){.block-social-media-links .views-row{padding:0px;}}.sitelogo:hover .textoverlay,#footer:hover .textoverlay,#footer-bottom:hover .textoverlay{opacity:0.9;}#sitebrand{width:100%;padding-top:20px;}@media (max-width:992px){#sitebrand{padding-top:0px;}}@media (max-width:1200px){#sitebrand{float:left;clear:left;}#search{right:auto;margin-right:15px;}}.siteslogan{margin-left:5px;}#search{max-width:280px;float:right;margin-top:20px;padding-bottom:20px;z-index:1000;}#search input[type="text"]{height:40px;width:auto;padding:6px 12px;flex-grow:1;width:160px;height:100%;max-width:none;min-height:40px;}#search .btn{height:100%;min-width:40px;min-height:40px;padding:0;}#search .btn .icon{left:-4px;margin:0 auto;}#search .input-group-btn{width:auto;}#search .search-scopes{order:3;width:100%;margin:4px 0px 0px 0px;}.search_slimline #search .btn{padding-bottom:0;width:32px;}@media (min-width:1300px){.header_standard.search_slimline #edit-search-scope--2{margin-bottom:35px;}}.header_standard.search_slimline #search-block-form--2{text-align:right;}.header_standard.search_slimline #search-block-form--2 input[type="text"]{padding:16px 12px 0px 0px;}.header_standard.search_slimline #search-block-form--2 > div > div{text-align:right;}.header_standard.search_slimline #search-block-form--2 .btn .icon{top:10px;bottom:auto;}.header_standard.search_slimline #edit-search-scope--2{text-align:center;float:none;}.search_slimline #search-block-form--2 > div > div,.search_slimline.page-search #search-block-form--2 > div > div,.search_slimline.page-funnelback-search #search-block-form--2 > div > div{text-align:right;}.search_slimline #search,.search_slimline.page-search #search,.search_slimline.page-funnelback-search #search{min-width:300px !important;}.search_slimline #search-form #edit-basic,.search_slimline.page-search #search-form #edit-basic,.search_slimline.page-funnelback-search #search-form #edit-basic{min-width:240px;}.search_slimline #search input,.search_slimline #search-form #edit-basic input,.search_slimline.page-search #search input,.search_slimline.page-search #search-form #edit-basic input,.search_slimline.page-funnelback-search #search input,.search_slimline.page-funnelback-search #search-form #edit-basic input{display:inline-block;width:75%;}.search_slimline #search input.form-text,.search_slimline #search-form #edit-basic input.form-text,.search_slimline.page-search #search input.form-text,.search_slimline.page-search #search-form #edit-basic input.form-text,.search_slimline.page-funnelback-search #search input.form-text,.search_slimline.page-funnelback-search #search-form #edit-basic input.form-text{border-top:0px;border-right:0px;border-bottom:2px;border-left:0px;border-style:solid;-webkit-box-shadow:none;box-shadow:none;padding:15px 0px 0px 0px !important;}.search_slimline #search input.form-text:focus,.search_slimline #search-form #edit-basic input.form-text:focus,.search_slimline.page-search #search input.form-text:focus,.search_slimline.page-search #search-form #edit-basic input.form-text:focus,.search_slimline.page-funnelback-search #search input.form-text:focus,.search_slimline.page-funnelback-search #search-form #edit-basic input.form-text:focus{-webkit-box-shadow:none;box-shadow:none;}.search_slimline #search button,.search_slimline #search-form #edit-basic button,.search_slimline.page-search #search button,.search_slimline.page-search #search-form #edit-basic button,.search_slimline.page-funnelback-search #search button,.search_slimline.page-funnelback-search #search-form #edit-basic button{position:relative;}.search_slimline #search button .icon,.search_slimline #search-form #edit-basic button .icon,.search_slimline.page-search #search button .icon,.search_slimline.page-search #search-form #edit-basic button .icon,.search_slimline.page-funnelback-search #search button .icon,.search_slimline.page-funnelback-search #search-form #edit-basic button .icon{position:absolute;left:14px;bottom:3px;}.search_slimline #search .btn,.search_slimline #search-form #edit-basic .btn,.search_slimline.page-search #search .btn,.search_slimline.page-search #search-form #edit-basic .btn,.search_slimline.page-funnelback-search #search .btn,.search_slimline.page-funnelback-search #search-form #edit-basic .btn{padding-left:0px;}.search_slimline #search .btn:before,.search_slimline #search-form #edit-basic .btn:before,.search_slimline.page-search #search .btn:before,.search_slimline.page-search #search-form #edit-basic .btn:before,.search_slimline.page-funnelback-search #search .btn:before,.search_slimline.page-funnelback-search #search-form #edit-basic .btn:before{position:relative;left:-4px;}.search_slimline #search #edit-search-scope--2,.search_slimline #search-form #edit-basic #edit-search-scope--2,.search_slimline.page-search #search #edit-search-scope--2,.search_slimline.page-search #search-form #edit-basic #edit-search-scope--2,.search_slimline.page-funnelback-search #search #edit-search-scope--2,.search_slimline.page-funnelback-search #search-form #edit-basic #edit-search-scope--2{right:315px;}.search_slimline #search #edit-search-scope--2 .control-label,.search_slimline #search-form #edit-basic #edit-search-scope--2 .control-label,.search_slimline.page-search #search #edit-search-scope--2 .control-label,.search_slimline.page-search #search-form #edit-basic #edit-search-scope--2 .control-label,.search_slimline.page-funnelback-search #search #edit-search-scope--2 .control-label,.search_slimline.page-funnelback-search #search-form #edit-basic #edit-search-scope--2 .control-label{width:100%;}.search_slimline #search #edit-search-scope--2 .control-label .form-radio,.search_slimline #search-form #edit-basic #edit-search-scope--2 .control-label .form-radio,.search_slimline.page-search #search #edit-search-scope--2 .control-label .form-radio,.search_slimline.page-search #search-form #edit-basic #edit-search-scope--2 .control-label .form-radio,.search_slimline.page-funnelback-search #search #edit-search-scope--2 .control-label .form-radio,.search_slimline.page-funnelback-search #search-form #edit-basic #edit-search-scope--2 .control-label .form-radio{width:25%;}.search_slimline #search .form-type-radio.form-item-search-scope.form-item.radio,.search_slimline.page-search #search .form-type-radio.form-item-search-scope.form-item.radio,.search_slimline.page-funnelback-search #search .form-type-radio.form-item-search-scope.form-item.radio{margin:0 5px 0 0;}@media (min-width:769px) and (max-width:992px){.search_slimline #edit-search-scope--2,.search_slimline.page-search #edit-search-scope--2,.search_slimline.page-funnelback-search #edit-search-scope--2{clear:both;float:right;}.search_slimline #edit-search-scope--2 .control-label,.search_slimline.page-search #edit-search-scope--2 .control-label,.search_slimline.page-funnelback-search #edit-search-scope--2 .control-label{width:100%;margin-left:50px !important;margin-top:0px !important;padding-top:8px;}.search_slimline #edit-search-scope--2 .control-label .form-radio,.search_slimline.page-search #edit-search-scope--2 .control-label .form-radio,.search_slimline.page-funnelback-search #edit-search-scope--2 .control-label .form-radio{width:25%;margin-top:4px;}}@media (min-width:992px){.search_slimline #edit-search-scope--2,.search_slimline.page-search #edit-search-scope--2,.search_slimline.page-funnelback-search #edit-search-scope--2{float:right;}}@media (min-width:992px) and (max-width:1200px){.search_slimline .navbar-fixed-top #search,.search_slimline.page-search .navbar-fixed-top #search,.search_slimline.page-funnelback-search .navbar-fixed-top #search{min-width:100px;}}.search_slimline.page-search #maincontent .search-form .form-wrapper,.search_slimline.page-funnelback-search #maincontent .search-form .form-wrapper{position:relative;}.search_slimline.page-search #maincontent .search-form .form-wrapper button.form-submit,.search_slimline.page-funnelback-search #maincontent .search-form .form-wrapper button.form-submit{padding:0;position:absolute;left:0px;bottom:-12px;}.view-social-media-links a:hover{opacity:0.9;}#search .form-type-radio.form-item-search-scope.form-item.radio{margin:5px 5px 0px 0px;display:inline-flex;}#search .form-type-radio.form-item-search-scope.form-item.radio label{white-space:nowrap;}#search button.btn,#search input{border-radius:0;}#wrapper-mobile-topbar{display:none;}@media (min-width:992px){#logos{}}@media (min-width:993px){#links-mobile{display:none;}}@media (max-width:992px){#edit-actions{margin-bottom:0px;}div#edit-search-scope--2{position:absolute;right:280px;width:200px;top:0px;text-align:right;margin:-5px 10px 0px 0px;}@-moz-document url-prefix(){div#edit-search-scope--2{right:200px;}}div#edit-search-scope--2 .form-type-radio.form-item-search-scope.form-item.radio{display:inline-table;margin:-4px 0px 0px 0px;}div#edit-search-scope--2 .form-type-radio.form-item-search-scope.form-item.radio input{position:absolute;right:0px;margin:7px 0px;}div#edit-search-scope--2 .form-type-radio.form-item-search-scope.form-item.radio label{margin:0px 15px;}#wrapper-mobile-topbar{display:block;}#wrapper-mobile-topbar div#edit-search-scope{min-width:260px;z-index:100;}#wrapper-mobile-topbar div#edit-search-scope .form-type-radio.form-item-search-scope.form-item.radio{display:inline-flex;margin:0px 10px 0px 0px;}#wrapper-mobile-topbar,.oxlogo,.sitelogo,.oxlogo img,.sitelogo img{position:relative;}.oxlogo img{border-right:1px solid #fff;}#wrapper-topbar{display:none;}.navbar-administration header{top:39px;}header{top:0px;z-index:2;width:100%;min-height:40px;}header .row,header .container{margin-left:0;margin-right:0;padding-left:0;padding-right:0;}header img{width:auto;}header .mobile{display:none;}header .tablet{display:block;}header .oxlogo,header .sitelogo{margin-right:0;z-index:0;}header .oxlogo a,header .sitelogo a{height:100%;width:100%;display:block;margin:0;}header .home-icon.mobile-box{float:left;position:relative;}header .home-icon.mobile-box.tablet .fa{padding-top:15px;padding-left:10px;}header .home-icon.mobile-box.tablet a{min-height:80px;min-width:75px;text-decoration:none;padding:18px 0px 0px 18px;}header .home-icon.mobile-box.mobile .fa{padding-left:7px;}header .home-icon.mobile-box.mobile a{min-height:39px;min-width:38px;text-decoration:none;padding:8px 0px 0px 9px;}header .fa-home.fa-2x{font-size:2rem;}header .fa-home.fa-4x{font-size:4rem;}header .mobile-box{float:right;position:relative;z-index:55;}header .mobile-box a{height:100%;width:100%;display:block;margin:0;}header .mobile-box .fa,header .mobile-box .fab,header .mobile-box .far,header .mobile-box .fas{top:0;height:40px;width:40px;padding-top:8px;padding-left:10px;}header .mobile-box .fa-ellipsis-h,header .mobile-box .fa-search,header .mobile-box .fa-user{width:56px;height:56px;line-height:56px;font-size:1.5rem;padding:0;vertical-align:middle;text-align:center;box-sizing:border-box;}header #login-link-mobile{margin-right:20px;}header .fa,header .fab,header .far,header .fas{font-size:24px;}header #block-views-social-media-links-blk-mobile,header .block-views-social-media-links-blk-mobile{z-index:10;position:absolute;top:40px;width:40px;}header #block-views-social-media-links-blk-mobile .view a,header #block-views-header-links-blk-mobile .view a,header .block-views-social-media-links-blk-mobile .view a,header .block-views-header-links-blk-mobile .view a{width:100%;height:100%;display:block;}header #block-views-social-media-links-blk-mobile,header .block-views-social-media-links-blk-mobile{right:0px;}header #block-views-social-media-links-blk-mobile.with-header-links,header .block-views-social-media-links-blk-mobile.with-header-links{right:40px;}header #block-views-social-media-links-blk-mobile .views-row,header .block-views-social-media-links-blk-mobile .views-row{padding:0;margin-left:0;display:block;float:none;clear:both;}header #links-mobile{position:absolute;right:0;z-index:3000;box-shadow:0 20px 20px rgba(0,0,0,0.1);}header #links-mobile .block:nth-child(2){border-top:3px solid;}header #links-mobile > .block{display:none;position:relative;top:0;right:0;float:none;width:auto;min-width:280px;z-index:9;}header #links-mobile > .block:first-of-type{border-top:1px solid rgba(255,255,255,0.5);}header #links-mobile > .block a{font-size:16px;}header #links-mobile > .block a > *.fa-none{display:none;}header #links-mobile > .block .view-display-id-blk_mobile{width:100%;right:0;margin:0;}header #links-mobile > .block .view-display-id-blk_mobile a{margin:0;padding:9px 5%;border-bottom:1px solid rgba(255,255,255,0.5);}header #links-mobile > .block .view-display-id-blk_mobile .fab,header #links-mobile > .block .view-display-id-blk_mobile .fas,header #links-mobile > .block .view-display-id-blk_mobile .far,header #links-mobile > .block .view-display-id-blk_mobile .fa{padding:0;width:1.3em;font-size:1.2em;line-height:1.1em;}header #links-mobile > .block .view-display-id-blk_mobile .views-row{height:40px;}header #links-mobile > .block .view-display-id-blk_mobile .views-row *{height:100%;}header #header-links-mobile ~ #social-links-mobile,header #social-links-mobile ~ #login-link-mobile,header #header-links-mobile ~ #login-link-mobile{margin-right:0px;}header #header-links-mobile ~ #social-links-mobile a,header #social-links-mobile ~ #login-link-mobile a,header #header-links-mobile ~ #login-link-mobile a{padding-right:0px;}header #search-mobile{display:inline-block;float:right;right:40px;position:relative;}header.header-title{min-height:0px;}#wrapper-branding{text-decoration:none;display:block;min-height:0px !important;margin:0;padding:0;}#wrapper-branding #search{margin:0;padding:0;height:0;top:-40px;border:0;}#wrapper-branding #logos,#wrapper-branding #header-links-wrapper{display:none;}#block-views-social-media-links-blk-footer,.block-views-social-media-links-blk-footer{display:none;}}.searchontop{z-index:60 !important;}@media (max-width:768px){#wrapper-branding{display:none;}#wrapper-mobile-topbar,.oxlogo,.sitelogo,.oxlogo img,.sitelogo img{height:40px;}img.tablet{display:none !important;}img.mobile{display:block !important;}.tablet{display:none !important;}.mobile{display:block;}header #social-links-mobile{margin-right:0px;right:0px;display:block;}header #login-link-mobile{margin-right:0px;right:0px;}header #login-link-mobile .user-details{display:none;}header #header-links-mobile ~ #social-links-mobile,header #header-links-mobile ~ #login-link-mobile,header #social-links-mobile ~ #login-link-mobile{margin-right:0px;}header #header-links-mobile ~ #social-links-mobile a,header #header-links-mobile ~ #login-link-mobile a,header #social-links-mobile ~ #login-link-mobile a{padding-right:0px;}header .home-icon.mobile-box.tablet,header .home-icon.mobile-box.tablet a{display:none;}header .home-icon.mobile-box.mobile,header .home-icon.mobile-box.tablet{display:block;}header #search-mobile{display:block;float:none;width:100%;padding-left:0;position:relative;top:0;}header #search-mobile .region-mobile-topbar{position:absolute;top:0px;right:0px;}header #search-mobile .block-oxdrupal-responsive-header{display:block;}header #search-mobile input[type="text"],header #search-mobile .btn{height:40px;}header #search-mobile .btn{border:0;margin:0;padding:0;min-width:40px;float:right;}header #links-mobile{width:100%;}div#wrapper-main{background-image:none !important;}#preface,.page-user #preface{min-height:0 !important;}#maincontent{margin-top:0 !important;}}@media (min-width:768px) and (max-width:992px){#wrapper-branding .container,#wrapper-mobile-topbar .container{width:100%;}.home-icon.mobile-box .tablet{display:block;}.home-icon.mobile-box .mobile{display:none;}}.responsive-preview-frame.navbar-administration header{top:0px;}.block-affiliate-logos{padding-top:40px;padding-left:40px;}.block-affiliate-logos .views-row{height:160px;float:left;padding-bottom:40px;padding-right:40px;}.block-affiliate-logos .views-row .views-field-wrapper{height:120px;}.block-affiliate-logos .views-row a{height:120px;}.block-affiliate-logos .views-row .alignment-helper{vertical-align:middle;height:100%;}.block-affiliate-logos .views-row img{max-height:120px;}.block-social-media-links{margin-left:16px;}@media (max-width:768px){.block-affiliate-logos .views-row .alignment-helper{height:0;}}#block-views-header-links-blk .view .row,#block-views-social-media-links-blk-topbar .view .row,.block-views-header-links-blk .view .row,.block-views-social-media-links-blk-topbar .view .row{float:right;}#block-views-header-links-blk .view div.views-row,#block-views-social-media-links-blk-topbar .view div.views-row,.block-views-header-links-blk .view div.views-row,.block-views-social-media-links-blk-topbar .view div.views-row{float:left;margin-left:8px;padding:0px 0px;}#block-views-header-links-blk .view div.views-row:not(:last-child) a > span,#block-views-social-media-links-blk-topbar .view div.views-row:not(:last-child) a > span,.block-views-header-links-blk .view div.views-row:not(:last-child) a > span,.block-views-social-media-links-blk-topbar .view div.views-row:not(:last-child) a > span{margin-right:1em;}#block-views-header-links-blk .view a,#block-views-social-media-links-blk-topbar .view a,.block-views-header-links-blk .view a,.block-views-social-media-links-blk-topbar .view a{text-decoration:none;display:flex;align-items:center;}#block-views-header-links-blk .view a:hover span,#block-views-header-links-blk .view a:focus span,#block-views-social-media-links-blk-topbar .view a:hover span,#block-views-social-media-links-blk-topbar .view a:focus span,.block-views-header-links-blk .view a:hover span,.block-views-header-links-blk .view a:focus span,.block-views-social-media-links-blk-topbar .view a:hover span,.block-views-social-media-links-blk-topbar .view a:focus span{text-decoration:underline;opacity:0.9;}#block-views-header-links-blk .view .fa,#block-views-header-links-blk .view .fab,#block-views-header-links-blk .view .far,#block-views-header-links-blk .view .fas,#block-views-social-media-links-blk-topbar .view .fa,#block-views-social-media-links-blk-topbar .view .fab,#block-views-social-media-links-blk-topbar .view .far,#block-views-social-media-links-blk-topbar .view .fas,.block-views-header-links-blk .view .fa,.block-views-header-links-blk .view .fab,.block-views-header-links-blk .view .far,.block-views-header-links-blk .view .fas,.block-views-social-media-links-blk-topbar .view .fa,.block-views-social-media-links-blk-topbar .view .fab,.block-views-social-media-links-blk-topbar .view .far,.block-views-social-media-links-blk-topbar .view .fas{font-size:0.9em;margin-right:0.5em;}#block-views-header-links-blk .view span.no-fa,#block-views-social-media-links-blk-topbar .view span.no-fa,.block-views-header-links-blk .view span.no-fa,.block-views-social-media-links-blk-topbar .view span.no-fa{display:inline-block;}.header-standard #header-links{display:flex;justify-content:flex-end;margin-top:-35px;}.header-standard #topbar{display:flex;align-content:center;justify-content:flex-end;min-height:40px;}.header-standard #topbar .block-social-media-links{margin-right:16px;}.header-standard .region-topbar{display:flex;align-items:center;}.header-standard #topbar-nav-wrapper{display:flex;}.region-topbar #block-views-social-media-links-blk-social,.region-topbar .block-views-social-media-links-blk-social{float:right;clear:none;}.region-topbar .fa-2x{font-size:1.6em;}header .oxlogo img{max-height:115px;}header .crest_rectangle .oxlogo img{max-height:78px;}.header-minimal{}.header-minimal #header-links-wrapper{display:flex;align-items:center;justify-content:flex-end;min-width:70%;min-height:40px;}.header-minimal #header-links-wrapper #primary-links{margin-right:1.75em;}.header-primary-left.header-minimal #header-links-wrapper #primary-links{flex-grow:10;}@media (min-width:992px){.header-primary-left.header-minimal #header-links-wrapper #primary-links{margin-left:8px;}}@media (min-width:1200px){.header-primary-left.header-minimal #header-links-wrapper #primary-links{margin-left:24px;}}@media (min-width:1400px){.header-primary-left.header-minimal #header-links-wrapper #primary-links{margin-left:32px;}}@media (min-width:992px){.crest_none .header-primary-left.header-minimal #header-links-wrapper #primary-links{margin-left:-8px;}}@media (min-width:1200px){.crest_none .header-primary-left.header-minimal #header-links-wrapper #primary-links{margin-left:-8px;}}@media (min-width:1400px){.crest_none .header-primary-left.header-minimal #header-links-wrapper #primary-links{margin-left:-8px;}}.header-minimal #header-links-wrapper #secondary-links{margin-right:1.75em;}.header-minimal #header-links-wrapper::after{content:"";min-height:inherit;}.header-minimal #edit-actions--2{margin-bottom:0px;}.header-minimal header #block-views-social-media-links-blk-mobile,.header-minimal header .block-views-social-media-links-blk-mobile{z-index:2;}.header-minimal #wrapper-branding #navigation.row{margin-left:0px;margin-right:0px;}.header-minimal .siteslogan{display:inline-block;margin-left:40px;}.header-minimal .view-display-id-blk_mobile{width:250px;right:-10px;}.header-minimal .view-display-id-blk_mobile .views-row{}.header-minimal .view-display-id-blk_mobile a{text-decoration:none;margin-left:0px;text-align:left;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;}.header-minimal .view-display-id-blk_mobile .fa,.header-minimal .view-display-id-blk_mobile .fab,.header-minimal .view-display-id-blk_mobile .far,.header-minimal .view-display-id-blk_mobile .fas{padding:5px;margin-right:5px;}.header-minimal #logos.logo-position-default .oxlogo,.header-minimal #logos.logo-position-default .sitelogo{margin-top:0px;}.header-minimal .sitelogo,.header-minimal .stickylogo{margin-right:16px;}.header-minimal .sitelogo .navbar-btn,.header-minimal .stickylogo .navbar-btn{margin-top:0px;margin-bottom:0px;}.header-minimal .oxlogo{margin:10px 16px 10px 0px;padding-left:0px;height:auto;}.header-minimal #sitebrand{padding-left:0px;margin-left:0px;margin-right:auto;}.header-minimal #branding{margin-left:0px;padding-top:24px;padding-bottom:24px;}.header-minimal #logos.logo-position-within-header .sitelogo,.header-minimal #sitebrand{margin-top:0px;}.header-minimal #wrapper-branding{min-height:inherit;}.header-minimal #wrapper-topbar{min-height:40px;}.header-minimal #header-links{float:none;display:block;line-height:2;}.header-minimal .region-header-links{display:block;}.header-minimal .top-bar-links{position:static;margin-top:auto;margin-bottom:auto;margin:0px 0px;width:100%;}.header-minimal #topbar{margin:0;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;min-height:40px;}.header-minimal #you-are-logged-in-as,.header-minimal #mobile-logout.you-are-logged-in-as,.header-minimal #block-oxdrupal-core-sso-login-box{display:inline-block;white-space:nowrap;text-align:right;flex:0 0 auto;margin-top:0px;}.header-minimal #wrapper-branding .container{min-height:initial;}.header-minimal #branding{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:flex-end;}.header-minimal #branding a{display:inline-block;}.header-minimal #navigation .menu-level-1 > ul.nav > li > ul.nav > li > a{line-height:1.8rem;padding:10px;}.header-minimal #navigation .nav,.header-minimal #navigation .navbar-nav{padding-left:0px;padding-right:0px;}.header-minimal #search{padding-bottom:0px;position:absolute;top:0;right:15px;float:none;min-width:240px;}.header-minimal .block-social-media-links .views-row{padding:0px 5px;}@media (max-width:992px){.header-minimal #block-views-social-media-links-blk-topbar,.header-minimal .block-views-social-media-links-blk-topbar{display:none;}.header-minimal .block-social-media-links .views-row{padding:0px;}}@media (min-width:993px){.header-minimal #social-links-tablet{display:none;}}.header-minimal #social-links-tablet section{width:250px;right:-10px;}.header-minimal #wrapper-branding #branding #logos{position:relative;min-height:80px;}.header-minimal #wrapper-branding #branding #logos .sitelogo{float:none;height:auto;height:initial;}.header-minimal #wrapper-branding #branding #logos #search{float:none;top:auto;top:initial;height:auto;height:initial;bottom:0;}@media (min-width:992px){.header-minimal #logos{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;}}@media (min-width:992px) and (max-width:1400px){.header-minimal .home-icon.mobile-box .mobile{display:none;}}@media (min-width:992px) and (max-width:992px){.header-minimal .wrapper > .container{padding-right:0px;padding-left:0px;margin-left:auto;margin-right:auto;width:100%;}}@media (max-width:768px){.header-minimal .oxlogo{margin:0px;}}@media (min-width:769px) and (max-width:992px){.header-minimal{}.header-minimal #topbar{}.header-minimal #wrapper-branding #branding #logos .sitelogo{float:left;}.header-minimal #sitebrand .sitename,.header-minimal #sitebrand .siteslogan{display:none;}.header-minimal #wrapper-topbar{display:block;}.header-minimal #branding{padding:0px;display:block;position:relative;}.header-minimal #wrapper-topbar.crest_rectangle{min-height:40px;}.header-minimal #wrapper-topbar.crest_rectangle .mean-container a.meanmenu-reveal{top:80px;}.header-minimal #wrapper-topbar.crest_rectangle #block-views-header-links-blk .views-row{margin:0px 10px;padding:0px 5px;}.header-minimal #block-views-header-links-blk .views-row{float:none;display:inline-block;margin:0px 0px 8px 0px;padding:0px 0px;}.header-minimal #block-views-header-links-blk .views-row a > span{margin-right:8px;}.header-minimal .oxlogo{margin:0px;}.header-minimal #wrapper-branding{text-decoration:none;display:block;height:90px !important;margin:0;padding:5px 0px 5px 0px;}.header-minimal #wrapper-branding #search{margin:0;padding:0;height:0;border:0;position:absolute;top:20px;right:65px;}.header-minimal #wrapper-branding #logos,.header-minimal #wrapper-branding #header-links-wrapper{display:block;}.header-minimal #wrapper-branding #sitebrand{clear:none;}.header-minimal #block-views-social-media-links-blk-footer,.header-minimal .block-views-social-media-links-blk-footer{display:none;}.header-minimal #searchTop{position:relative;}.header-minimal #header-links-wrapper{display:none;}.header-minimal #header-links-tablet{display:inline-block;}.header-minimal #header-links-tablet #block-views-social-media-links-blk-clone,.header-minimal #header-links-tablet .block-views-social-media-links-blk-clone,.header-minimal #header-links-tablet .view-display-id-blk_mobile{right:-1px;width:unset;min-width:320px;}}@media (min-width:992px){.header-minimal #wrapper-branding #branding #logos #search.breakpoint-always{top:0;bottom:initial;position:absolute;}}@media (min-width:992px) and (max-width:1450px){.header-minimal #wrapper-branding #branding #logos #search.breakpoint-default{top:0;bottom:initial;}}@media (min-width:992px) and (max-width:1350px){.header-minimal #wrapper-branding #branding #logos #search.breakpoint-1350{top:0;bottom:initial;}}@media (min-width:992px) and (max-width:1250px){.header-minimal #wrapper-branding #branding #logos #search.breakpoint-1250{top:0;bottom:initial;}}@media (min-width:992px) and (max-width:1600px){.header-minimal #logos{width:100%;position:relative;}.header-minimal #search{margin-top:0px;}.header-minimal #header-links-tablet{display:none;}}@media (min-width:1600px){.header-minimal #search{float:none;margin-left:30px;}.header-minimal #logos{width:100%;}.header-minimal #header-links-tablet{display:none;}}#navigation .nav > li > a,#navigation .nav > li > div.menu-item-no-link{padding:15px 10px;display:block;}@media (max-width:1600px){#navigation .nav > li > a,#navigation .nav > li > div.menu-item-no-link{padding:15px 8px;}}@media (max-width:1200px){#navigation .nav > li > a,#navigation .nav > li > div.menu-item-no-link{padding:15px 4px;}}.sticky_active .header-minimal .site-logo{margin-bottom:8px;}.sticky_active .header-minimal #navigation{margin-bottom:0px;}.sticky_active .header-minimal #navigation .navbar{top:0px;}@media (min-width:992px){.nav-levels-three_megamenu.header-minimal #logos .sitelogo,.nav-levels-two.header-minimal #logos .sitelogo,.nav-levels-one.header-minimal #logos .sitelogo{top:4px;}}@media (min-width:992px){body.background-image #topbar.row,body.background-image #branding.row,body.background-image #navigation.row{margin-left:0px;}.header-minimal{}.header-minimal #navigation .navbar{top:24px;}.header-minimal #navigation .navbar .wide-top-nav:not(.top_nav_level_one_item_style_underlined){position:relative;}@supports (-ms-ime-align:auto){.header-minimal #navigation .navbar{top:24px;}.header-minimal .navbar-fixed-top #navigation .navbar{top:0px;}}@-moz-document url-prefix(){.header-minimal #navigation .navbar{top:24px;}.header-minimal .navbar-fixed-top #navigation .navbar{top:-4px !important;}}.header-minimal .home-icon{display:none;}}@media (min-width:992px) and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-minimal #navigation .navbar{top:24px;}.header-minimal .navbar-fixed-top #navigation .navbar{top:8px;}}@-moz-document url-prefix(){.header-minimal #navigation .navbar{top:24px;}.header-minimal .navbar-fixed-top #navigation .navbar{top:8px;}}@media (min-width:1040px){body.background-image #topbar.row,body.background-image #branding.row,body.background-image #navigation.row{margin-left:-15px;}}@media (min-width:769px) and (max-width:992px) and (-ms-high-contrast:active),(-ms-high-contrast:none){body.header_minimal.crest_rectangle a.meanmenu-reveal{top:27px !important;right:10px !important;}}body.header_minimal.crest_none{}header.header-standard div#wrapper-navigation.navbar-fixed-top.with-admin-navbar,header.header-minimal div#wrapper-branding.navbar-fixed-top.with-admin-navbar,header #wrapper-mobile-topbar #mobile-topbar.navbar-fixed-top.with-admin-navbar{top:39px;}header.header-standard div#wrapper-navigation.navbar-fixed-top.with-admin-navbar.wrapped,header.header-minimal div#wrapper-branding.navbar-fixed-top.with-admin-navbar.wrapped,header #wrapper-mobile-topbar #mobile-topbar.navbar-fixed-top.with-admin-navbar.wrapped{top:79px;}header.header-standard div#wrapper-navigation.navbar-fixed-top.with-admin-navbar.with-admin-navbar-tray,header.header-minimal div#wrapper-branding.navbar-fixed-top.with-admin-navbar.with-admin-navbar-tray,header #wrapper-mobile-topbar #mobile-topbar.navbar-fixed-top.with-admin-navbar.with-admin-navbar-tray{top:79px;}header.header-standard div#wrapper-navigation.navbar-fixed-top.with-admin-navbar.with-admin-navbar-tray.wrapped,header.header-minimal div#wrapper-branding.navbar-fixed-top.with-admin-navbar.with-admin-navbar-tray.wrapped,header #wrapper-mobile-topbar #mobile-topbar.navbar-fixed-top.with-admin-navbar.with-admin-navbar-tray.wrapped{top:160px;}header.header-standard div#wrapper-navigation.navbar-fixed-top,header.header-minimal div#wrapper-branding.navbar-fixed-top{-webkit-box-shadow:0px 0px 64px 0px rgba(0,0,0,0.1);-moz-box-shadow:0px 0px 64px 0px rgba(0,0,0,0.1);box-shadow:0px 0px 64px 0px rgba(0,0,0,0.1);}header.header-standard div#wrapper-navigation.navbar-fixed-top .container,header.header-minimal div#wrapper-branding.navbar-fixed-top .container{min-height:inherit;}header.header-standard div#wrapper-navigation.navbar-fixed-top .sitelogo,header.header-standard div#wrapper-navigation.navbar-fixed-top .stickylogo,header.header-minimal div#wrapper-branding.navbar-fixed-top .sitelogo,header.header-minimal div#wrapper-branding.navbar-fixed-top .stickylogo{margin-bottom:20px;}header.header-standard div#wrapper-navigation.navbar-fixed-top .sitelogo img,header.header-standard div#wrapper-navigation.navbar-fixed-top .stickylogo img,header.header-minimal div#wrapper-branding.navbar-fixed-top .sitelogo img,header.header-minimal div#wrapper-branding.navbar-fixed-top .stickylogo img{max-height:51px;transition:none;}header.header-standard div#wrapper-navigation.navbar-fixed-top #search,header.header-minimal div#wrapper-branding.navbar-fixed-top #search{margin-top:10px;padding-bottom:0;}header.header-standard div#wrapper-navigation.navbar-fixed-top #search .form-actions,header.header-minimal div#wrapper-branding.navbar-fixed-top #search .form-actions{margin-bottom:5px;}header.header-standard div#wrapper-navigation.navbar-fixed-top #navigation{display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:flex-end;padding-bottom:6px;}header.header-standard div#wrapper-navigation.navbar-fixed-top #navigation nav{top:0;width:80%;}@media (max-width:992px){header.header-standard div#wrapper-navigation.navbar-fixed-top #search{z-index:999;position:fixed;}}@media (max-width:992px) and (min-width:769px){header.header-standard #wrapper-mobile-topbar #mobile-topbar.navbar-fixed-top{height:80px !important;}}@media (max-width:992px) and (min-width:769px){.sticky_active header.header-standard #wrapper-mobile-topbar #mobile-topbar.navbar-fixed-top{height:80px !important;-webkit-box-shadow:0px 0px 64px 0px rgba(0,0,0,0.1);-moz-box-shadow:0px 0px 64px 0px rgba(0,0,0,0.1);box-shadow:0px 0px 64px 0px rgba(0,0,0,0.1);}.sticky_active header.header-standard #wrapper-mobile-topbar #mobile-topbar.navbar-fixed-top .sitelogo{display:none;}}#mobile-topbar.navbar-fixed-top{-webkit-box-shadow:0px 0px 64px 0px rgba(0,0,0,0.1);-moz-box-shadow:0px 0px 64px 0px rgba(0,0,0,0.1);box-shadow:0px 0px 64px 0px rgba(0,0,0,0.1);}@media (max-width:992px){.sticky_active.header_standard #search{z-index:1035;}}header.header-minimal div#wrapper-branding.navbar-fixed-top #branding{margin-left:0;padding-top:0;padding-bottom:0;}header.header-minimal div#wrapper-branding.navbar-fixed-top #branding .sitename,header.header-minimal div#wrapper-branding.navbar-fixed-top #branding .siteslogan{display:none;}header.header-minimal div#wrapper-branding.navbar-fixed-top #search{top:auto;}header.header-minimal div#wrapper-branding.navbar-fixed-top .sitelogo{margin-bottom:20px;}header.header-minimal div#wrapper-branding.navbar-fixed-top #search{margin-bottom:16px;}@media (min-width:992px){header.header-minimal div#wrapper-branding.navbar-fixed-top #search{position:relative;}}@media (max-width:992px) and (min-width:769px){header.header-minimal div#wrapper-branding.navbar-fixed-top{height:66px !important;padding:0px;}header.header-minimal div#wrapper-branding.navbar-fixed-top .sitelogo{height:60px;}header.header-minimal div#wrapper-branding.navbar-fixed-top .sitelogo img{transition:none;max-height:60px;}header.header-minimal div#wrapper-branding.navbar-fixed-top #search{top:0;}}.sitelogo img{max-height:115px;transition:0.3s ease-in-out;}.sitelogo img.svg_logo{height:115px;}.mean-container a.meanmenu-reveal.navbar-fixed-top,.mean-container nav.mean-nav.navbar-fixed-top{position:fixed;left:auto;}@media (max-width:992px) and (min-width:769px){a.meanmenu-reveal{transition:none;}body.header_minimal.crest_square a.meanmenu-reveal.navbar-fixed-top,body.header_minimal.crest_square nav.mean-nav.navbar-fixed-top,body.header_minimal.crest_none a.meanmenu-reveal.navbar-fixed-top,body.header_minimal.crest_none nav.mean-nav.navbar-fixed-top{top:16px;position:fixed;left:auto;right:0;transition:none;transition-duration:0s;}body.header_minimal.crest_square a.meanmenu-reveal.navbar-fixed-top.with-admin-navbar,body.header_minimal.crest_square nav.mean-nav.navbar-fixed-top.with-admin-navbar,body.header_minimal.crest_none a.meanmenu-reveal.navbar-fixed-top.with-admin-navbar,body.header_minimal.crest_none nav.mean-nav.navbar-fixed-top.with-admin-navbar{top:55px;}body.header_minimal.crest_square a.meanmenu-reveal.navbar-fixed-top.with-admin-navbar.with-admin-navbar-tray,body.header_minimal.crest_square nav.mean-nav.navbar-fixed-top.with-admin-navbar.with-admin-navbar-tray,body.header_minimal.crest_none a.meanmenu-reveal.navbar-fixed-top.with-admin-navbar.with-admin-navbar-tray,body.header_minimal.crest_none nav.mean-nav.navbar-fixed-top.with-admin-navbar.with-admin-navbar-tray{top:95px;}}.header-width-8-columns{margin-left:16.666666%;margin-left:calc(100% / 12 * 2);width:66.666666%;width:calc(100% / 12 * 8);}@media (max-width:1200px){.header-width-8-columns{margin-left:8.333333%;margin-left:calc(100% / 12 * 1);width:83.333333%;width:calc(100% / 12 * 10);}}@media (max-width:768px){.header-width-8-columns{margin-left:0;width:100%;}}body.header_minimal.html header #wrapper-topbar .mobile_topbar_logo,body.header_standard.html header #wrapper-topbar .mobile_topbar_logo{display:none;}body.header_minimal.html header #wrapper-branding #search .form-actions,body.header_standard.html header #wrapper-branding #search .form-actions{margin-bottom:0;}body.header_minimal.html header .crest_rectangle img,body.header_standard.html header .crest_rectangle img{max-height:55px;}body.header_minimal.html header .crest_square img,body.header_standard.html header .crest_square img{max-height:87px;}body.header_minimal.html:not(.sticky_active) .stickylogo,body.header_standard.html:not(.sticky_active) .stickylogo{display:none;}body.header_minimal.html.sticky_active .stickylogo,body.header_standard.html.sticky_active .stickylogo{display:block;}body.header_minimal.html.sticky_active .mobile,body.header_standard.html.sticky_active .mobile{display:none !important;}body.header_minimal.html.sticky_active .tablet,body.header_standard.html.sticky_active .tablet{display:none !important;}@media (min-width:992px){body.header_minimal.sticky_active.html header#header #wrapper-branding .sitelogo,body.header_standard.sticky_active.html header#header #wrapper-branding .sitelogo{display:none !important;}body.header_minimal.html .mean-bar,body.header_standard.html .mean-bar{display:none;}body.header_minimal.html header#header #wrapper-topbar #mobile-topbar-links,body.header_standard.html header#header #wrapper-topbar #mobile-topbar-links{display:flex;}body.header_minimal.html header#header #wrapper-topbar #mobile-topbar-links #mobile-topbar-menu,body.header_standard.html header#header #wrapper-topbar #mobile-topbar-links #mobile-topbar-menu{display:none;}body.header_minimal.html header#header #wrapper-topbar #mobile-topbar-links .you-are-logged-in-as.dropdown,body.header_standard.html header#header #wrapper-topbar #mobile-topbar-links .you-are-logged-in-as.dropdown{line-height:40px;}body.header_minimal.html header#header #wrapper-topbar #mobile-topbar-links .you-are-logged-in-as.dropdown .you-are-logged-in-as-label,body.header_standard.html header#header #wrapper-topbar #mobile-topbar-links .you-are-logged-in-as.dropdown .you-are-logged-in-as-label{display:inline-block;height:40px;}body.header_minimal.html header#header #wrapper-topbar #mobile-topbar-links .you-are-logged-in-as.dropdown .dropdown-menu,body.header_standard.html header#header #wrapper-topbar #mobile-topbar-links .you-are-logged-in-as.dropdown .dropdown-menu{margin:0;}body.header_minimal.html header#header #wrapper-topbar .mobile_topbar_logo,body.header_standard.html header#header #wrapper-topbar .mobile_topbar_logo{display:none;}body.header_minimal.html header#header #wrapper-mobile-topbar .container .sitetitle,body.header_standard.html header#header #wrapper-mobile-topbar .container .sitetitle{display:none;}body.header_minimal.html header#header #wrapper-branding:not(.navbar-fixed-top) .sitelogo,body.header_standard.html header#header #wrapper-branding:not(.navbar-fixed-top) .sitelogo{display:block;}body.header_minimal.html header#header #wrapper-branding.navbar-fixed-top .sitelogo,body.header_standard.html header#header #wrapper-branding.navbar-fixed-top .sitelogo{display:none;}body.header_minimal.html header#header #header-links-mobile,body.header_standard.html header#header #header-links-mobile{display:none;}body.header_minimal.html header#header #you-are-logged-in-as .mobile_show,body.header_minimal.html header#header #mobile-logout.you-are-logged-in-as .mobile_show,body.header_standard.html header#header #you-are-logged-in-as .mobile_show,body.header_standard.html header#header #mobile-logout.you-are-logged-in-as .mobile_show{display:none;}body.header_minimal.html.sticky_active header#header,body.header_standard.html.sticky_active header#header{position:fixed;top:auto;z-index:9999;width:100%;}body.header_minimal.html.sticky_active header#header #wrapper-topbar,body.header_standard.html.sticky_active header#header #wrapper-topbar{display:none;}body.header_minimal.html.sticky_active header#header #wrapper-branding,body.header_standard.html.sticky_active header#header #wrapper-branding{position:relative;width:100%;}body.header_minimal.html.sticky_active header#header .stickylogo .home-icon,body.header_standard.html.sticky_active header#header .stickylogo .home-icon{display:block;font-size:2.5rem;line-height:51px;vertical-align:bottom;}body.header_minimal.html.sticky_active header#header .stickylogo .home-icon span,body.header_standard.html.sticky_active header#header .stickylogo .home-icon span{vertical-align:bottom;}}@media (max-width:992px){body.header_minimal.html #navbar-administration,body.header_standard.html #navbar-administration{position:fixed;overflow:visible;z-index:10000;top:0;width:100%;}body.header_minimal.html #navbar-administration > *,body.header_standard.html #navbar-administration > *{position:absolute !important;}body.header_minimal.html #navbar-administration li.navbar-menu-item-processed,body.header_standard.html #navbar-administration li.navbar-menu-item-processed{min-height:40px;}body.header_minimal.html .mean-bar,body.header_standard.html .mean-bar{z-index:100;}body.header_minimal.html .mean-bar.mobile_topbar_show a.meanmenu-reveal,body.header_minimal.html .mean-bar.mobile_topbar_show #meanMenuCover,body.header_standard.html .mean-bar.mobile_topbar_show a.meanmenu-reveal,body.header_standard.html .mean-bar.mobile_topbar_show #meanMenuCover{top:56px;right:0;transition:none;box-sizing:border-box;}body.header_minimal.html .mean-bar.mobile_topbar_show a.meanmenu-reveal.navbar-fixed-top,body.header_minimal.html .mean-bar.mobile_topbar_show #meanMenuCover.navbar-fixed-top,body.header_standard.html .mean-bar.mobile_topbar_show a.meanmenu-reveal.navbar-fixed-top,body.header_standard.html .mean-bar.mobile_topbar_show #meanMenuCover.navbar-fixed-top{box-shadow:none;}body.header_minimal.html .mean-bar.mobile_topbar_show .mean-nav,body.header_standard.html .mean-bar.mobile_topbar_show .mean-nav{top:112px;right:0;}body.header_minimal.html .mean-bar a.meanmenu-reveal,body.header_standard.html .mean-bar a.meanmenu-reveal{top:0;width:56px;height:56px;line-height:56px;font-size:1.5rem;padding:0;vertical-align:middle;text-align:center;box-sizing:border-box;padding:16px 8px;}body.header_minimal.html .mean-bar a.meanmenu-reveal span,body.header_standard.html .mean-bar a.meanmenu-reveal span{width:24px;margin-right:auto;margin-left:auto;height:2px;}body.header_minimal.html .mean-bar a.meanmenu-reveal span:first-of-type,body.header_standard.html .mean-bar a.meanmenu-reveal span:first-of-type{margin-top:5px;}body.header_minimal.html .mean-bar a#meanMenuCover,body.header_standard.html .mean-bar a#meanMenuCover{width:56px;height:56px;right:0;top:0;}body.header_minimal.html .mean-bar a.meanmenu-reveal,body.header_minimal.html .mean-bar #meanMenuCover,body.header_standard.html .mean-bar a.meanmenu-reveal,body.header_standard.html .mean-bar #meanMenuCover{transition:none;}body.header_minimal.html .mean-bar a.meanmenu-reveal.navbar-fixed-top,body.header_minimal.html .mean-bar #meanMenuCover.navbar-fixed-top,body.header_standard.html .mean-bar a.meanmenu-reveal.navbar-fixed-top,body.header_standard.html .mean-bar #meanMenuCover.navbar-fixed-top{box-shadow:none;}body.header_minimal.html .mean-bar .mean-nav,body.header_standard.html .mean-bar .mean-nav{position:absolute;top:56px;right:0;margin:0;}body.header_minimal.html header#header,body.header_standard.html header#header{z-index:50;}body.header_minimal.html header#header #wrapper-topbar .oxlogo,body.header_minimal.html header#header #wrapper-mobile-topbar .oxlogo,body.header_standard.html header#header #wrapper-topbar .oxlogo,body.header_standard.html header#header #wrapper-mobile-topbar .oxlogo{padding:8px;height:auto;position:absolute;}body.header_minimal.html header#header #wrapper-topbar .oxlogo img,body.header_minimal.html header#header #wrapper-mobile-topbar .oxlogo img,body.header_standard.html header#header #wrapper-topbar .oxlogo img,body.header_standard.html header#header #wrapper-mobile-topbar .oxlogo img{padding:0;border:0;}body.header_minimal.html header#header #wrapper-topbar .oxlogo.crest_rectangle,body.header_minimal.html header#header #wrapper-mobile-topbar .oxlogo.crest_rectangle,body.header_standard.html header#header #wrapper-topbar .oxlogo.crest_rectangle,body.header_standard.html header#header #wrapper-mobile-topbar .oxlogo.crest_rectangle{padding:11px 8px;}body.header_minimal.html header#header #wrapper-topbar .oxlogo.crest_rectangle img,body.header_minimal.html header#header #wrapper-mobile-topbar .oxlogo.crest_rectangle img,body.header_standard.html header#header #wrapper-topbar .oxlogo.crest_rectangle img,body.header_standard.html header#header #wrapper-mobile-topbar .oxlogo.crest_rectangle img{height:34px;}body.header_minimal.html header#header #wrapper-topbar .oxlogo.crest_square img,body.header_minimal.html header#header #wrapper-mobile-topbar .oxlogo.crest_square img,body.header_standard.html header#header #wrapper-topbar .oxlogo.crest_square img,body.header_standard.html header#header #wrapper-mobile-topbar .oxlogo.crest_square img{height:40px;}body.header_minimal.html header#header #wrapper-topbar,body.header_standard.html header#header #wrapper-topbar{display:none;background-image:none !important;}body.header_minimal.html header#header #wrapper-topbar .container,body.header_standard.html header#header #wrapper-topbar .container{padding:0;}body.header_minimal.html header#header #wrapper-mobile-topbar,body.header_standard.html header#header #wrapper-mobile-topbar{height:56px;}body.header_minimal.html header#header #wrapper-mobile-topbar .container,body.header_standard.html header#header #wrapper-mobile-topbar .container{padding:0;}body.header_minimal.html header#header #wrapper-mobile-topbar .container .oxlogo,body.header_standard.html header#header #wrapper-mobile-topbar .container .oxlogo{display:none;position:absolute;}body.header_minimal.html header#header #wrapper-mobile-topbar .container .sitetitle,body.header_standard.html header#header #wrapper-mobile-topbar .container .sitetitle{position:absolute;top:0;left:0;height:56px;width:auto;padding-left:8px;z-index:99;}body.header_minimal.html header#header #wrapper-mobile-topbar .container .sitetitle .sitename,body.header_standard.html header#header #wrapper-mobile-topbar .container .sitetitle .sitename{font-size:1.1rem;top:0;line-height:56px;vertical-align:middle;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #header-links-mobile,body.header_standard.html header#header #wrapper-mobile-topbar .container #header-links-mobile{display:block;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #login-link-mobile,body.header_standard.html header#header #wrapper-mobile-topbar .container #login-link-mobile{float:right;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile,body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile{display:block;float:right;width:56px;top:0;position:static;margin-right:56px;padding:0;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile #block-oxdrupal-responsive-header-form,body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile #block-oxdrupal-responsive-header-form{position:static;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile #edit-search-scope,body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile #edit-search-scope{left:0;top:56px;width:100%;padding-right:56px;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar,body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar{position:static;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .input-group,body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .input-group{position:static;height:56px;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .input-group input[type="text"],body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .input-group input[type="text"]{position:absolute;right:112px;width:calc(100% - 112px);height:56px;top:0;z-index:100;font-size:1rem;color:#444444 !important;background-color:#FFFFFF !important;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .input-group input[type="text"]::placeholder,body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .input-group input[type="text"]::placeholder{color:#444444 !important;background-color:#FFFFFF !important;padding-left:0;mergin-left:0;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .input-group .input-group-btn,body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .input-group .input-group-btn{width:auto;right:56px;position:absolute;height:56px;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .input-group .input-group-btn button,body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .input-group .input-group-btn button{height:56px;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .form-group,body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar .form-group{margin:0;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile input[type="text"],body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile input[type="text"]{float:right;padding:6px 12px;border:1px solid #ccc;width:100%;display:none;}body.header_minimal.html header#header #wrapper-mobile-topbar .container #search-mobile .btn,body.header_standard.html header#header #wrapper-mobile-topbar .container #search-mobile .btn{border:0;margin:0;padding:0;min-width:56px;float:right;border-radius:0;}body.header_minimal.html header#header #wrapper-branding,body.header_standard.html header#header #wrapper-branding{display:none;}body.header_minimal.html header#header #links-mobile,body.header_standard.html header#header #links-mobile{top:56px;}body.header_minimal.html header#header .sitelogo,body.header_minimal.html header#header .stickylogo,body.header_standard.html header#header .sitelogo,body.header_standard.html header#header .stickylogo{position:absolute;margin-right:16px;z-index:56;}body.header_minimal.html header#header .sitelogo img,body.header_minimal.html header#header .stickylogo img,body.header_standard.html header#header .sitelogo img,body.header_standard.html header#header .stickylogo img{height:56px;}body.header_minimal.html header#header .home-icon span,body.header_standard.html header#header .home-icon span{width:56px;height:56px;line-height:56px;font-size:1.5rem;padding:0;vertical-align:middle;text-align:center;box-sizing:border-box;}body.header_minimal.html header#header .fa-search,body.header_minimal.html header#header .fa-sign-out-alt,body.header_minimal.html header#header .fa-sign-in-alt,body.header_standard.html header#header .fa-search,body.header_standard.html header#header .fa-sign-out-alt,body.header_standard.html header#header .fa-sign-in-alt{width:56px;height:56px;line-height:56px;font-size:1.5rem;padding:0;vertical-align:middle;text-align:center;box-sizing:border-box;}body.header_minimal.html header#header #you-are-logged-in-as,body.header_minimal.html header#header .you-are-logged-in-as:not(#mobile-logout),body.header_standard.html header#header #you-are-logged-in-as,body.header_standard.html header#header .you-are-logged-in-as:not(#mobile-logout){font-size:0;}body.header_minimal.html header#header #you-are-logged-in-as a,body.header_minimal.html header#header .you-are-logged-in-as:not(#mobile-logout) a,body.header_standard.html header#header #you-are-logged-in-as a,body.header_standard.html header#header .you-are-logged-in-as:not(#mobile-logout) a{display:none;}body.header_minimal.html header#header #you-are-logged-in-as a.mobile_show,body.header_minimal.html header#header .you-are-logged-in-as:not(#mobile-logout) a.mobile_show,body.header_standard.html header#header #you-are-logged-in-as a.mobile_show,body.header_standard.html header#header .you-are-logged-in-as:not(#mobile-logout) a.mobile_show{display:block;}body.header_minimal.html header#header #you-are-logged-in-as .caret,body.header_minimal.html header#header .you-are-logged-in-as:not(#mobile-logout) .caret,body.header_standard.html header#header #you-are-logged-in-as .caret,body.header_standard.html header#header .you-are-logged-in-as:not(#mobile-logout) .caret{display:none;}body.header_minimal.html header#header #mobile-topbar,body.header_standard.html header#header #mobile-topbar{top:auto;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar{display:block;position:relative;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #topbar-nav-wrapper,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #topbar-nav-wrapper{width:100%;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #topbar,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #topbar{margin-right:0;margin-left:0;justify-content:unset;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #header-links-wrapper,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #header-links-wrapper{display:flex;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #header-links-wrapper > *,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #header-links-wrapper > *{display:none;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #you-are-logged-in-as,body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #mobile-logout.you-are-logged-in-as,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #you-are-logged-in-as,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #mobile-logout.you-are-logged-in-as{display:inline-block;font-size:0;margin-top:0;text-align:center;padding:0;position:relative;z-index:1;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #you-are-logged-in-as .fa-sign-in-alt,body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #you-are-logged-in-as .fa-sign-out-alt,body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #mobile-logout.you-are-logged-in-as .fa-sign-in-alt,body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #mobile-logout.you-are-logged-in-as .fa-sign-out-alt,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #you-are-logged-in-as .fa-sign-in-alt,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #you-are-logged-in-as .fa-sign-out-alt,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #mobile-logout.you-are-logged-in-as .fa-sign-in-alt,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #mobile-logout.you-are-logged-in-as .fa-sign-out-alt{width:56px;height:56px;line-height:56px;font-size:1.5rem;padding:0;vertical-align:middle;text-align:center;box-sizing:border-box;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar .oxlogo,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar .oxlogo{display:none;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar .oxlogo.mobile_topbar_logo,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar .oxlogo.mobile_topbar_logo{display:block;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar .region.region-topbar,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar .region.region-topbar{display:none;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-topbar #mobile-topbar-links,body.header_standard.html header#header.mobile_topbar_show #wrapper-topbar #mobile-topbar-links{width:100%;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile,body.header_standard.html header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile{float:none;width:100%;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile form,body.header_standard.html header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile form{position:relative;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile .region-mobile-topbar,body.header_standard.html header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile .region-mobile-topbar{position:static;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile .region-mobile-topbar .input-group,body.header_standard.html header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile .region-mobile-topbar .input-group{position:static;height:56px;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile .region-mobile-topbar .input-group input[type="text"],body.header_standard.html header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile .region-mobile-topbar .input-group input[type="text"]{position:absolute;right:112px;width:calc(100% - 112px);}body.header_minimal.html header#header.mobile_topbar_show #wrapper-mobile-topbar .sitelogo,body.header_standard.html header#header.mobile_topbar_show #wrapper-mobile-topbar .sitelogo{left:0;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-mobile-topbar #links-mobile,body.header_minimal.html header#header.mobile_topbar_show #wrapper-mobile-topbar #header-links-mobile,body.header_minimal.html header#header.mobile_topbar_show #wrapper-mobile-topbar #login-link-mobile,body.header_standard.html header#header.mobile_topbar_show #wrapper-mobile-topbar #links-mobile,body.header_standard.html header#header.mobile_topbar_show #wrapper-mobile-topbar #header-links-mobile,body.header_standard.html header#header.mobile_topbar_show #wrapper-mobile-topbar #login-link-mobile{display:none;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-branding,body.header_standard.html header#header.mobile_topbar_show #wrapper-branding{position:relative;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-branding.navbar-fixed-top,body.header_standard.html header#header.mobile_topbar_show #wrapper-branding.navbar-fixed-top{position:fixed;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-branding.navbar-fixed-top #branding #logos #search,body.header_minimal.html header#header.mobile_topbar_show #wrapper-branding.navbar-fixed-top #branding * #search,body.header_standard.html header#header.mobile_topbar_show #wrapper-branding.navbar-fixed-top #branding #logos #search,body.header_standard.html header#header.mobile_topbar_show #wrapper-branding.navbar-fixed-top #branding * #search{top:10px;}body.header_minimal.html header#header.mobile_topbar_show #wrapper-branding #branding #logos #search,body.header_minimal.html header#header.mobile_topbar_show #wrapper-branding #branding * #search,body.header_standard.html header#header.mobile_topbar_show #wrapper-branding #branding #logos #search,body.header_standard.html header#header.mobile_topbar_show #wrapper-branding #branding * #search{top:40px;right:40px;}body.header_minimal.html header#header.mobile_topbar_show .mobile-box .fa,body.header_standard.html header#header.mobile_topbar_show .mobile-box .fa{text-align:center;padding-left:0;}body.header_minimal.html header#header.mobile_topbar_show .home-icon a,body.header_standard.html header#header.mobile_topbar_show .home-icon a{top:0;}body.header_minimal.html header#header:not(.mobile_topbar_show) #block-oxdrupal-responsive-header-form .input-group .input-group-btn,body.header_standard.html header#header:not(.mobile_topbar_show) #block-oxdrupal-responsive-header-form .input-group .input-group-btn{right:auto;}body.header_minimal.sticky-mobile-menu .mean-bar.mobile_topbar_show a.meanmenu-reveal,body.header_minimal.sticky-mobile-menu .mean-bar.mobile_topbar_show #meanMenuCover,body.header_standard.sticky-mobile-menu .mean-bar.mobile_topbar_show a.meanmenu-reveal,body.header_standard.sticky-mobile-menu .mean-bar.mobile_topbar_show #meanMenuCover{right:0 !important;transition:none;box-sizing:border-box;top:56px;}body.header_minimal.sticky-mobile-menu .mean-bar.mobile_topbar_show.navbar-fixed-top,body.header_standard.sticky-mobile-menu .mean-bar.mobile_topbar_show.navbar-fixed-top{box-shadow:none;}body.header_minimal.sticky-mobile-menu .mean-bar a.meanmenu-reveal,body.header_minimal.sticky-mobile-menu .mean-bar #meanMenuCover,body.header_standard.sticky-mobile-menu .mean-bar a.meanmenu-reveal,body.header_standard.sticky-mobile-menu .mean-bar #meanMenuCover{position:absolute;}body.header_minimal.sticky-mobile-menu .mean-bar .mean-nav,body.header_standard.sticky-mobile-menu .mean-bar .mean-nav{position:absolute;right:0 !important;}body.header_minimal.sticky-mobile-menu header#header,body.header_standard.sticky-mobile-menu header#header{min-height:0;}body.header_minimal.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-topbar #header-links-mobile,body.header_standard.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-topbar #header-links-mobile{margin-right:0;}body.header_minimal.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-mobile-topbar #header-links-mobile,body.header_standard.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-mobile-topbar #header-links-mobile{display:none;}body.header_minimal.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-mobile-topbar .oxlogo,body.header_standard.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-mobile-topbar .oxlogo{display:none;}body.header_minimal.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile form,body.header_standard.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile form{position:static;}body.header_minimal.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile .region-mobile-topbar .input-group .input-group-btn,body.header_standard.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-mobile-topbar #search-mobile .region-mobile-topbar .input-group .input-group-btn{right:auto;}body.header_minimal.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-mobile-topbar.navbar-fixed-top,body.header_standard.sticky-mobile-menu header#header.mobile_topbar_show #wrapper-mobile-topbar.navbar-fixed-top{box-shadow:none;}body.header_minimal.sticky-mobile-menu header#header.mobile_topbar_show .mean-nav,body.header_standard.sticky-mobile-menu header#header.mobile_topbar_show .mean-nav{right:0 !important;}body.header_minimal.sticky-mobile-menu header#header #wrapper-mobile-topbar,body.header_standard.sticky-mobile-menu header#header #wrapper-mobile-topbar{position:absolute;width:100%;z-index:1;}body.header_minimal.sticky-mobile-menu header#header #wrapper-mobile-topbar .container #search-mobile,body.header_standard.sticky-mobile-menu header#header #wrapper-mobile-topbar .container #search-mobile{display:block;float:right;width:56px;top:0;position:static;margin-right:56px;padding:0;}body.header_minimal.sticky-mobile-menu header#header #wrapper-mobile-topbar .container #search-mobile #edit-search-scope,body.header_standard.sticky-mobile-menu header#header #wrapper-mobile-topbar .container #search-mobile #edit-search-scope{left:0;}body.header_minimal.sticky-mobile-menu header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar,body.header_standard.sticky-mobile-menu header#header #wrapper-mobile-topbar .container #search-mobile .region-mobile-topbar{position:static;}body.header_minimal.sticky-mobile-menu header#header #wrapper-mobile-topbar #links-mobile,body.header_standard.sticky-mobile-menu header#header #wrapper-mobile-topbar #links-mobile{position:fixed;}body.header_minimal.sticky-mobile-menu #wrapper-main,body.header_standard.sticky-mobile-menu #wrapper-main{padding-top:56px;}body.header_minimal.sticky-mobile-menu.sticky_active .mean-bar,body.header_standard.sticky-mobile-menu.sticky_active .mean-bar{z-index:100000;}body.header_minimal.sticky-mobile-menu.sticky_active .mean-bar a.meanmenu-reveal.navbar-fixed-top,body.header_minimal.sticky-mobile-menu.sticky_active .mean-bar #meanMenuCover.navbar-fixed-top,body.header_standard.sticky-mobile-menu.sticky_active .mean-bar a.meanmenu-reveal.navbar-fixed-top,body.header_standard.sticky-mobile-menu.sticky_active .mean-bar #meanMenuCover.navbar-fixed-top{position:fixed;top:0;}body.header_minimal.sticky-mobile-menu.sticky_active .mean-bar .mean-nav,body.header_standard.sticky-mobile-menu.sticky_active .mean-bar .mean-nav{position:fixed;top:56px;}body.header_minimal.sticky-mobile-menu.sticky_active header#header,body.header_standard.sticky-mobile-menu.sticky_active header#header{position:fixed;top:auto;z-index:9999;width:100%;}body.header_minimal.sticky-mobile-menu.sticky_active header#header #wrapper-topbar.wrapper,body.header_standard.sticky-mobile-menu.sticky_active header#header #wrapper-topbar.wrapper{display:none;}body.header_minimal.sticky-mobile-menu.sticky_active header#header #wrapper-mobile-topbar,body.header_standard.sticky-mobile-menu.sticky_active header#header #wrapper-mobile-topbar{position:relative;width:100%;}body.header_minimal.sticky-mobile-menu.sticky_active #wrapper-mobile-topbar,body.header_standard.sticky-mobile-menu.sticky_active #wrapper-mobile-topbar{top:0;position:fixed;}body.header_minimal.sticky-mobile-menu:not(.sticky_active) .mean-bar a.meanmenu-reveal,body.header_minimal.sticky-mobile-menu:not(.sticky_active) .mean-bar #meanMenuCover,body.header_minimal.sticky-mobile-menu:not(.sticky_active) .mean-bar .mean-nav,body.header_standard.sticky-mobile-menu:not(.sticky_active) .mean-bar a.meanmenu-reveal,body.header_standard.sticky-mobile-menu:not(.sticky_active) .mean-bar #meanMenuCover,body.header_standard.sticky-mobile-menu:not(.sticky_active) .mean-bar .mean-nav{margin-top:0 !important;}body.header_minimal:not(.sticky-mobile-menu) .mean-bar a.meanmenu-reveal,body.header_minimal:not(.sticky-mobile-menu) .mean-bar #meanMenuCover,body.header_minimal:not(.sticky-mobile-menu) .mean-bar .mean-nav,body.header_standard:not(.sticky-mobile-menu) .mean-bar a.meanmenu-reveal,body.header_standard:not(.sticky-mobile-menu) .mean-bar #meanMenuCover,body.header_standard:not(.sticky-mobile-menu) .mean-bar .mean-nav{margin-top:0 !important;}}html.fancybox-lock body.html.sticky_active header#header{z-index:8000;}#header #wrapper-navigation #navigation{}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu{position:static;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul{padding:0;margin:0;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li{padding:0;margin:0;float:left;list-style:none;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li .item-container{opacity:1;visibility:visible;position:static;width:100%;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li a,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li .menu-item-no-link{padding:15px 10px;line-height:24px;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li .menu-item-no-link{display:block;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li li{width:100%;padding:0;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li .oxdrupal-mega-menu-sub-level-container{display:none;position:absolute;z-index:999;width:100%;left:0;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li .oxdrupal-mega-menu-sub-level-container .nav-column{float:left;width:20%;padding:0;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container:hover,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container:focus,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container.active,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container:focus-within,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container:hover,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container:focus,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container.active,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container:focus-within,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container:hover,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container:focus,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container.active,#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container:focus-within{display:block;visibility:visible;opacity:1;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul.oxdrupal-meganav > li .has-sub-items:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;padding-left:10px;font-size:0.8em;filter:alpha(opacity=25);font-weight:900;}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul.oxdrupal-meganav.fa-caret > li .has-sub-items:after{content:"";}#header #wrapper-navigation #navigation .block-oxdrupal-megamenu ul.oxdrupal-meganav.fa-chevron > li .has-sub-items:after{content:"";}#header #wrapper-navigation #navigation .wide-menu,#header #wrapper-navigation #navigation .menu-block-top_nav{position:relative;}#header #wrapper-navigation #navigation .wide-menu > ul > li,#header #wrapper-navigation #navigation .menu-block-top_nav > ul > li{padding:0;float:left;list-style:none;margin:0 !important;}#header #wrapper-navigation #navigation .wide-menu > ul > li:hover > ul,#header #wrapper-navigation #navigation .wide-menu > ul > li:focus-within > ul,#header #wrapper-navigation #navigation .menu-block-top_nav > ul > li:hover > ul,#header #wrapper-navigation #navigation .menu-block-top_nav > ul > li:focus-within > ul{display:block;}#header #wrapper-navigation #navigation .wide-menu > ul > li > ul,#header #wrapper-navigation #navigation .menu-block-top_nav > ul > li > ul{display:none;position:absolute;width:auto;margin:0;z-index:2000;}#header #wrapper-navigation #navigation .wide-menu > ul > li > ul > li a,#header #wrapper-navigation #navigation .wide-menu > ul > li > ul > li .menu-item-no-link,#header #wrapper-navigation #navigation .menu-block-top_nav > ul > li > ul > li a,#header #wrapper-navigation #navigation .menu-block-top_nav > ul > li > ul > li .menu-item-no-link{width:100%;}#header #wrapper-navigation #navigation .wide-menu > ul > li > ul > li > ul > li a,#header #wrapper-navigation #navigation .wide-menu > ul > li > ul > li > ul > li .menu-item-no-link,#header #wrapper-navigation #navigation .menu-block-top_nav > ul > li > ul > li > ul > li a,#header #wrapper-navigation #navigation .menu-block-top_nav > ul > li > ul > li > ul > li .menu-item-no-link{width:100%;}#header #wrapper-navigation #navigation .wide-menu > ul > li > ul li.expanded > .item-container a:after,#header #wrapper-navigation #navigation .wide-menu > ul > li > ul li.expanded > .item-container .menu-item-no-link:after,#header #wrapper-navigation #navigation .menu-block-top_nav > ul > li > ul li.expanded > .item-container a:after,#header #wrapper-navigation #navigation .menu-block-top_nav > ul > li > ul li.expanded > .item-container .menu-item-no-link:after{display:inline-block;content:"";opacity:1;font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;padding-left:10px;font-weight:900;}#header #wrapper-navigation #navigation .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,#header #wrapper-navigation #navigation .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,#header #wrapper-navigation #navigation .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,#header #wrapper-navigation #navigation .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,#header #wrapper-navigation #navigation .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,#header #wrapper-navigation #navigation .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,#header #wrapper-navigation #navigation .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,#header #wrapper-navigation #navigation .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,#header #wrapper-navigation #navigation .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,#header #wrapper-navigation #navigation .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,#header #wrapper-navigation #navigation .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,#header #wrapper-navigation #navigation .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,#header #wrapper-navigation #navigation .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,#header #wrapper-navigation #navigation .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,#header #wrapper-navigation #navigation .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,#header #wrapper-navigation #navigation .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span{border-bottom-width:8px;border-bottom-style:solid;padding-bottom:10px;}html{}@media (max-width:992px){html body header#header + #wrapper-main,html body.html header#header + #wrapper-main{padding-top:0;}}html body header#header.header,html body.html header#header.header{width:100%;display:block;z-index:1001;}html body header#header.header.region-indented,html body.html header#header.header.region-indented{max-width:1728px;margin:auto;}html body header#header.header .fa-none,html body.html header#header.header .fa-none{display:none;}html body header#header.header .contextual-links-wrapper,html body.html header#header.header .contextual-links-wrapper{display:none !important;}html body header#header.header a,html body.html header#header.header a{display:inline-block;}html body header#header.header .sub-container,html body.html header#header.header .sub-container{margin:0;max-width:100%;}html body header#header.header #topbar,html body.html header#header.header #topbar{width:100%;display:flex;}html body header#header.header #topbar > .container,html body.html header#header.header #topbar > .container{display:flex;}html body header#header.header #topbar .oxlogo-container,html body.html header#header.header #topbar .oxlogo-container{padding:10px 0;display:flex;margin-right:10px;}html body header#header.header #topbar .oxlogo-container a,html body.html header#header.header #topbar .oxlogo-container a{display:flex;align-items:center;justify-content:center;}html body header#header.header #topbar .oxlogo-container img,html body.html header#header.header #topbar .oxlogo-container img{max-height:55px;width:auto;}html body header#header.header #topbar #topbar-links,html body.html header#header.header #topbar #topbar-links{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;}html body header#header.header #topbar #topbar-links .links-container,html body.html header#header.header #topbar #topbar-links .links-container{display:flex;height:auto;max-height:none;}html body header#header.header #topbar #topbar-links .links-container ul,html body.html header#header.header #topbar #topbar-links .links-container ul{padding:0;margin:0;}html body header#header.header #topbar #topbar-links .links-container a,html body.html header#header.header #topbar #topbar-links .links-container a{margin:5px 0;line-height:40px;}html body header#header.header #topbar #topbar-links .links-container .primary-links,html body.html header#header.header #topbar #topbar-links .links-container .primary-links{display:inline-block;}html body header#header.header #topbar #topbar-links .links-container .primary-links ul,html body.html header#header.header #topbar #topbar-links .links-container .primary-links ul{display:inline-block;}html body header#header.header #topbar #topbar-links .links-container .primary-links ul li,html body.html header#header.header #topbar #topbar-links .links-container .primary-links ul li{display:inline-block;margin:0 1em 0 8px;}html body header#header.header #topbar #topbar-links .links-container .secondary-links,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links{display:inline-block;margin-right:1.75em;}html body header#header.header #topbar #topbar-links .links-container .secondary-links ul,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links ul{display:inline-block;}html body header#header.header #topbar #topbar-links .links-container .secondary-links ul li,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links ul li{display:inline-block;margin:0 0.5em 0 8px;}@media (max-width:992px){html body header#header.header #topbar #topbar-links .links-container .primary-links a span.sr-only,html body header#header.header #topbar #topbar-links .links-container .secondary-links a span.sr-only,html body.html header#header.header #topbar #topbar-links .links-container .primary-links a span.sr-only,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links a span.sr-only{position:relative;}}html body header#header.header #topbar #topbar-links .user-link,html body.html header#header.header #topbar #topbar-links .user-link{display:inline-block;width:auto;}html body header#header.header #topbar #topbar-links .user-link .you-are-logged-in-as-label,html body.html header#header.header #topbar #topbar-links .user-link .you-are-logged-in-as-label{height:60px;padding:0;margin:0;}html body header#header.header #topbar #topbar-links .user-link .you-are-logged-in-as-label:hover ~ .dropdown-menu,html body header#header.header #topbar #topbar-links .user-link .you-are-logged-in-as-label:focus ~ .dropdown-menu,html body.html header#header.header #topbar #topbar-links .user-link .you-are-logged-in-as-label:hover ~ .dropdown-menu,html body.html header#header.header #topbar #topbar-links .user-link .you-are-logged-in-as-label:focus ~ .dropdown-menu{display:block;}html body header#header.header #topbar #topbar-links .user-link .dropdown-menu,html body.html header#header.header #topbar #topbar-links .user-link .dropdown-menu{padding:10px;margin:0;}html body header#header.header #topbar #topbar-links .user-link .dropdown-menu:hover,html body header#header.header #topbar #topbar-links .user-link .dropdown-menu:focus-within,html body.html header#header.header #topbar #topbar-links .user-link .dropdown-menu:hover,html body.html header#header.header #topbar #topbar-links .user-link .dropdown-menu:focus-within{display:block;}html body header#header.header #topbar #topbar-links .user-link .dropdown-menu div,html body.html header#header.header #topbar #topbar-links .user-link .dropdown-menu div{box-shadow:0px 0px 7px -4px black;}html body header#header.header #topbar #topbar-links .user-link div,html body.html header#header.header #topbar #topbar-links .user-link div{height:56px;width:56px;text-align:center;vertical-align:middle;line-height:56px;margin:0;padding:0;}html body header#header.header #topbar #topbar-links .user-link.active .dropdown-menu,html body.html header#header.header #topbar #topbar-links .user-link.active .dropdown-menu{display:block;}html body header#header.header #topbar #topbar-links .dropdown-menu,html body.html header#header.header #topbar #topbar-links .dropdown-menu{padding:0;margin:0;left:auto;right:-50px;}html body header#header.header #topbar #topbar-links .dropdown-menu .links-container,html body.html header#header.header #topbar #topbar-links .dropdown-menu .links-container{width:100%;}html body header#header.header #topbar #topbar-links .dropdown-menu .links-container .primary-links,html body.html header#header.header #topbar #topbar-links .dropdown-menu .links-container .primary-links{float:left;}html body header#header.header #topbar #topbar-links .dropdown-menu .links-container .secondary-links,html body.html header#header.header #topbar #topbar-links .dropdown-menu .links-container .secondary-links{float:right;}html body header#header.header #topbar #topbar-links .dropdown-menu li,html body.html header#header.header #topbar #topbar-links .dropdown-menu li{padding:0;margin:0;line-height:initial;}html body header#header.header #topbar #topbar-links .dropdown-menu li a,html body.html header#header.header #topbar #topbar-links .dropdown-menu li a{padding:10px;margin:0;height:auto;width:100%;}html body header#header.header #topbar #topbar-links.primary_link_position_left,html body.html header#header.header #topbar #topbar-links.primary_link_position_left{width:100%;align-items:center;justify-content:flex-end;margin-left:auto;}html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container{width:100%;display:block;}html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links{float:left;}html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links{float:right;}html body header#header.header #header-main,html body.html header#header.header #header-main{flex-wrap:wrap;flex-flow:row wrap;align-items:center;display:block;flex:5 0 100%;}html body header#header.header #header-main.desktop-header-padding,html body.html header#header.header #header-main.desktop-header-padding{padding-top:20px;}html body header#header.header #header-main > .container,html body.html header#header.header #header-main > .container{display:block;}html body header#header.header #header-main #header-wrapper,html body.html header#header.header #header-main #header-wrapper{display:flex;flex-wrap:wrap;position:relative;width:100%;}html body header#header.header #header-main #header-wrapper #sticky-logo-container,html body.html header#header.header #header-main #header-wrapper #sticky-logo-container{line-height:56px;display:none;}html body header#header.header #header-main #header-wrapper #sticky-logo-container .fas.fa-home,html body.html header#header.header #header-main #header-wrapper #sticky-logo-container .fas.fa-home{width:56px;text-align:center;font-size:24px;}html body header#header.header #header-main #header-wrapper .oxlogo-container,html body.html header#header.header #header-main #header-wrapper .oxlogo-container{padding:0;display:inline-block;margin-right:20px;float:left;}html body header#header.header #header-main #header-wrapper .oxlogo-container img,html body.html header#header.header #header-main #header-wrapper .oxlogo-container img{max-height:115px;width:auto;}html body header#header.header #header-main #header-wrapper #logo-container,html body.html header#header.header #header-main #header-wrapper #logo-container{padding:0;display:inline-block;margin-right:20px;float:left;align-self:flex-start;margin-bottom:15px;}html body header#header.header #header-main #header-wrapper #logo-container img:not(.svg_logo),html body.html header#header.header #header-main #header-wrapper #logo-container img:not(.svg_logo){max-height:115px;width:auto;}html body header#header.header #header-main #header-wrapper #logo-container img.svg_logo,html body.html header#header.header #header-main #header-wrapper #logo-container img.svg_logo{height:115px;width:auto;}html body header#header.header #header-main #header-wrapper .user-link,html body.html header#header.header #header-main #header-wrapper .user-link{line-height:60px;}html body header#header.header #header-main #header-wrapper #site-titles,html body.html header#header.header #header-main #header-wrapper #site-titles{align-self:flex-start;float:left;max-width:50%;}html body header#header.header #header-main #header-wrapper #site-titles #site-title,html body.html header#header.header #header-main #header-wrapper #site-titles #site-title{font-size:2.25em;display:inline-block;margin-right:40px;width:100%;}html body header#header.header #header-main #header-wrapper #site-titles #site-subtitle,html body.html header#header.header #header-main #header-wrapper #site-titles #site-subtitle{font-size:1.25em;display:inline-block;margin-right:40px;width:100%;}html body header#header.header #header-main #header-wrapper .search-container,html body.html header#header.header #header-main #header-wrapper .search-container{}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450{flex:1 0 0;display:flex;justify-content:flex-end;position:relative;min-width:220px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search{position:static;right:unset;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form{display:block;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form input{min-width:180px;min-height:40px;float:left;padding:0 10px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form .form-actions{min-width:40px;min-height:40px;float:left;clear:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form .form-actions button{width:40px;height:40px;float:left;padding:0;border-radius:0;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search form .form-actions button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form .form-actions button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form .form-actions button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form .form-actions button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive .region-search form .form-actions button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form .form-actions button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form .form-actions button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form .form-actions button span.icon{font-size:1.4em;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive.search_style_slimline .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.search_style_slimline .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.search_style_slimline .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.search_style_slimline .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive.search_style_slimline .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.search_style_slimline .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.search_style_slimline .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.search_style_slimline .region-search form input{padding:15px 0 0 0;border-top:0;border-left:0;border-right:0;border-bottom:2px solid;box-shadow:none;background-color:transparent;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive.search_style_slimline .region-search form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.search_style_slimline .region-search form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.search_style_slimline .region-search form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.search_style_slimline .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_inactive.search_style_slimline .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.search_style_slimline .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.search_style_slimline .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.search_style_slimline .region-search form .form-actions button{background-color:transparent;padding-top:18px;border:0;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always{bottom:0;float:right;min-width:unset;position:static;flex-grow:1;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always #search-mobile-trigger{display:block;float:right;font-size:1.5rem;padding-top:10px;width:40px;height:40px;vertical-align:middle;text-align:center;box-sizing:border-box;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always #search-mobile-trigger:hover,html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always #search-mobile-trigger:focus,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always #search-mobile-trigger:hover,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always #search-mobile-trigger:focus{text-decoration:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search{position:absolute;right:0;border-bottom:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search form{display:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search form button{width:40px;height:40px;float:left;padding:0;border-radius:0;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search form input{float:left;padding:0 10px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search form .form-actions.input-group-btn,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search form .form-actions.input-group-btn{width:auto;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always .region-search form .form-actions button{padding:5px 0 0 0;border:0;float:right;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active{min-width:56px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active #search-mobile-trigger{display:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active form{display:block;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active form input{height:auto;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active form .form-actions{margin:0;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active form button{float:left;width:40px;height:40px;vertical-align:middle;text-align:center;box-sizing:border-box;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.active form button span.icon{font-size:1.5rem;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.search_style_slimline .region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.search_style_slimline .region-search{width:75%;display:block;float:right;min-height:40px;position:static;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.search_style_slimline .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.search_style_slimline .region-search #search-mobile-trigger{padding-top:16px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.search_style_slimline .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.search_style_slimline .region-search form input{padding:15px 0 0 0;border-top:0;border-left:0;border-right:0;box-shadow:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.search_style_slimline .region-search .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.search_style_slimline .region-search .region-search form input{padding:15px 0 0 0;border-top:0;border-left:0;border-right:0;border-bottom:2px solid;box-shadow:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_always.search_style_slimline .region-search .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_always.search_style_slimline .region-search .region-search form .form-actions button{padding-top:16px;}html body header#header.header #header-main #header-wrapper #main-links,html body.html header#header.header #header-main #header-wrapper #main-links{flex:5 0 100%;margin-top:20px;}html body header#header.header #header-main #header-wrapper #main-links ul.case-upper-one li a,html body header#header.header #header-main #header-wrapper #main-links ul.case-upper-one li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links ul.case-upper-one li a,html body.html header#header.header #header-main #header-wrapper #main-links ul.case-upper-one li .menu-item-no-link{text-transform:uppercase;}html body header#header.header #header-main #header-wrapper #main-links ul.case-upper-one ul li a,html body header#header.header #header-main #header-wrapper #main-links ul.case-upper-one ul li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links ul.case-upper-one ul li a,html body.html header#header.header #header-main #header-wrapper #main-links ul.case-upper-one ul li .menu-item-no-link{text-transform:none;}html body header#header.header #header-main #header-wrapper #main-links.case-upper-one ul li a,html body header#header.header #header-main #header-wrapper #main-links.case-upper-one ul li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links.case-upper-one ul li a,html body.html header#header.header #header-main #header-wrapper #main-links.case-upper-one ul li .menu-item-no-link{text-transform:uppercase;}html body header#header.header #header-main #header-wrapper #main-links.case-upper-one ul ul li a,html body header#header.header #header-main #header-wrapper #main-links.case-upper-one ul ul li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links.case-upper-one ul ul li a,html body.html header#header.header #header-main #header-wrapper #main-links.case-upper-one ul ul li .menu-item-no-link{text-transform:none;}html body header#header.header #header-main #header-wrapper #main-links.case-upper-all ul li a,html body header#header.header #header-main #header-wrapper #main-links.case-upper-all ul li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links.case-upper-all ul li a,html body.html header#header.header #header-main #header-wrapper #main-links.case-upper-all ul li .menu-item-no-link{text-transform:uppercase;}html body header#header.header #header-main #header-wrapper #main-links-trigger,html body header#header.header #header-main #header-wrapper #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper #main-links-trigger,html body.html header#header.header #header-main #header-wrapper #search-mobile-trigger{display:none;}html body header#header.header #header-main #header-wrapper #main-menu,html body.html header#header.header #header-main #header-wrapper #main-menu{float:left;display:inline-block;width:100%;}html body header#header.header #header-main #header-wrapper #main-menu .mobile-expand,html body.html header#header.header #header-main #header-wrapper #main-menu .mobile-expand{display:none;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu{position:static;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu *,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu *{transition:none;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul{display:inline-block;padding:0;margin:0;position:static;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li{padding:0;margin:0;float:left;list-style:none;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .item-container,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .item-container{opacity:1;visibility:visible;position:static;width:100%;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li a,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li a,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .menu-item-no-link{padding:15px 8px;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li a:hover,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li a:active,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li a:focus,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .menu-item-no-link:hover,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .menu-item-no-link:active,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .menu-item-no-link:focus,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li a:hover,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li a:active,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li a:focus,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .menu-item-no-link:hover,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .menu-item-no-link:active,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .menu-item-no-link:focus{text-decoration:none;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .menu-item-no-link{display:block;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li li,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li li{width:100%;padding:0;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li li a,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li li a{text-decoration:none;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .oxdrupal-mega-menu-sub-level-container{display:none;position:absolute;z-index:999;width:100%;left:0;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .oxdrupal-mega-menu-sub-level-container .nav-column,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li .oxdrupal-mega-menu-sub-level-container .nav-column{float:left;width:20%;padding:0;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container:hover,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container:focus,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container.active,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container:hover,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container:focus,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container.active,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container:hover,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container:focus,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container.active,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus-within .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus-within .oxdrupal-mega-menu-sub-level-container:hover,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus-within .oxdrupal-mega-menu-sub-level-container:focus,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus-within .oxdrupal-mega-menu-sub-level-container.active,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container:hover,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container:focus,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:hover .oxdrupal-mega-menu-sub-level-container.active,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container:hover,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container:focus,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus .oxdrupal-mega-menu-sub-level-container.active,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container:hover,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container:focus,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li.active .oxdrupal-mega-menu-sub-level-container.active,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus-within .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus-within .oxdrupal-mega-menu-sub-level-container:hover,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus-within .oxdrupal-mega-menu-sub-level-container:focus,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul li:focus-within .oxdrupal-mega-menu-sub-level-container.active{display:block;visibility:visible;opacity:1;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.oxdrupal-meganav > li .has-sub-items:after,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.oxdrupal-meganav > li .has-sub-items:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;padding-left:10px;opacity:1;font-size:0.8em;filter:alpha(opacity=25);font-weight:900;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.oxdrupal-meganav.fa-caret > li .has-sub-items:after,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.oxdrupal-meganav.fa-caret > li .has-sub-items:after{content:"";}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.oxdrupal-meganav.fa-chevron > li .has-sub-items:after,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.oxdrupal-meganav.fa-chevron > li .has-sub-items:after{content:"";}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.underlined li.oxdrupal-mega-menu-level-1 > div.item-container > a:hover,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.underlined li.oxdrupal-mega-menu-level-1 > div.item-container > span.menu-item-no-link:hover,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.underlined li.oxdrupal-mega-menu-level-1 > div.item-container > a:hover,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.underlined li.oxdrupal-mega-menu-level-1 > div.item-container > span.menu-item-no-link:hover{border-bottom-width:8px;border-bottom-style:solid;padding-bottom:7px;text-decoration:none;}html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.underlined li.oxdrupal-mega-menu-level-1.active-trail > div.item-container > a,html body header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.underlined li.oxdrupal-mega-menu-level-1.active-trail > div.item-container > span.menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.underlined li.oxdrupal-mega-menu-level-1.active-trail > div.item-container > a,html body.html header#header.header #header-main #header-wrapper #main-menu .block-oxdrupal-megamenu ul.underlined li.oxdrupal-mega-menu-level-1.active-trail > div.item-container > span.menu-item-no-link{border-bottom-width:8px;border-bottom-style:solid;padding-bottom:7px;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav{position:relative;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul{display:block;padding:0;margin:0;position:relative;float:none;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li{padding:0;float:left;list-style:none;position:static;margin:0 !important;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li .menu-item-no-link{text-decoration:none;padding:15px 8px;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li:hover > ul,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li:focus-within > ul,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li.active > ul,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li:hover > ul,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li:focus-within > ul,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li.active > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li:hover > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li:focus-within > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li.active > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li:hover > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li:focus-within > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li.active > ul{display:block;z-index:1001;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul{min-width:300px;display:none;position:absolute;width:auto;margin:0;z-index:2;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li{width:100%;margin:0 !important;clear:both;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li .menu-item-no-link{width:100%;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li:hover > ul,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li:focus-within > ul,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li.active > ul,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li:hover > ul,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li:focus-within > ul,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li.active > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li:hover > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li:focus-within > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li.active > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li:hover > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li:focus-within > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li.active > ul{display:block;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul{min-width:300px;display:none;width:100%;margin:0;position:absolute;left:100%;top:0;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul > li,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul > li,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul > li,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul > li{width:100%;margin:0 !important;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul > li .menu-item-no-link{width:100%;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul li.expanded > .item-container a:after,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul li.expanded > .item-container .menu-item-no-link:after,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul li.expanded > .item-container a:after,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul li.expanded > .item-container .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul li.expanded > .item-container a:after,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul li.expanded > .item-container .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul li.expanded > .item-container a:after,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul li.expanded > .item-container .menu-item-no-link:after{display:inline-block;content:"";opacity:1;font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;padding-left:10px;font-weight:900;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul li.menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul li.menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul li.menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul li.menu-item-no-link{padding:0;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul.fa-caret > li .has-sub-items > a:after,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul.fa-caret > li .has-sub-items > .menu-item-no-link:after,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul.fa-caret > li .has-sub-items > a:after,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul.fa-caret > li .has-sub-items > .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul.fa-caret > li .has-sub-items > a:after,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul.fa-caret > li .has-sub-items > .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul.fa-caret > li .has-sub-items > a:after,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul.fa-caret > li .has-sub-items > .menu-item-no-link:after{content:"";font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;padding-left:10px;opacity:1;font-size:0.8em;filter:alpha(opacity=25);font-weight:900;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul.fa-chevron > li .has-sub-items > a:after,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul.fa-chevron > li .has-sub-items > .menu-item-no-link:after,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul.fa-chevron > li .has-sub-items > a:after,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul.fa-chevron > li .has-sub-items > .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul.fa-chevron > li .has-sub-items > a:after,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul.fa-chevron > li .has-sub-items > .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul.fa-chevron > li .has-sub-items > a:after,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul.fa-chevron > li .has-sub-items > .menu-item-no-link:after{content:"";font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;padding-left:10px;opacity:1;font-size:0.8em;filter:alpha(opacity=25);font-weight:900;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span{transition:none;border-bottom-width:8px;border-bottom-style:solid;padding-bottom:10px;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span{transition:none;border-bottom-width:8px;border-bottom-style:solid;padding-bottom:10px;}html body header#header.header #header-main #header-wrapper #mobile-icon-container,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container{width:100%;align-self:flex-end;flex-grow:0;margin-top:auto;}html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container{position:absolute;right:0;top:28px;width:240px;}html body header#header.header #header-main #header-wrapper #header-inline-container,html body.html header#header.header #header-main #header-wrapper #header-inline-container{flex-grow:1;display:flex;flex-direction:column;}html body header#header.header #header-main #header-wrapper #header-inline-container #site-titles,html body.html header#header.header #header-main #header-wrapper #header-inline-container #site-titles{width:100%;float:none;flex-grow:1;max-width:unset;}html body header#header.header #header-main #header-wrapper #header-inline-container #site-titles #site-title,html body header#header.header #header-main #header-wrapper #header-inline-container #site-titles #site-subtitle,html body.html header#header.header #header-main #header-wrapper #header-inline-container #site-titles #site-title,html body.html header#header.header #header-main #header-wrapper #header-inline-container #site-titles #site-subtitle{float:none;display:inline;margin-right:20px;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search{display:flex;position:relative;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links{flex:none;flex-grow:1;margin-top:0;max-width:100%;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links .links-container,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links .links-container{width:calc(100% - 240px);}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container{top:0;}html body header#header.header #header-main.desktop_logo_overlap,html body.html header#header.header #header-main.desktop_logo_overlap{position:relative;}html body header#header.header #header-main.desktop_logo_overlap #header-wrapper .oxlogo-container,html body header#header.header #header-main.desktop_logo_overlap #header-wrapper #logo-container,html body.html header#header.header #header-main.desktop_logo_overlap #header-wrapper .oxlogo-container,html body.html header#header.header #header-main.desktop_logo_overlap #header-wrapper #logo-container{position:relative;top:-35px;}html body header#header.header #topbar .mobile-oxlogo-container,html body header#header.header #mobile-branding-container,html body header#header.header #topbar #topbar-links .topbar-links-trigger,html body header#header.header #header-main #header-wrapper #main-links-trigger,html body header#header.header #header-main #header-wrapper .search_collapse_inactive #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search_collapse_1250 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search_collapse_1350 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search_collapse_1450 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper #mobile-links,html body.html header#header.header #topbar .mobile-oxlogo-container,html body.html header#header.header #mobile-branding-container,html body.html header#header.header #topbar #topbar-links .topbar-links-trigger,html body.html header#header.header #header-main #header-wrapper #main-links-trigger,html body.html header#header.header #header-main #header-wrapper .search_collapse_inactive #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search_collapse_1250 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search_collapse_1350 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search_collapse_1450 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper #mobile-links{display:none;}html body header#header.header.sticky_header,html body.html header#header.header.sticky_header{position:relative;}html body header#header.header.sticky_header #header-main,html body.html header#header.header.sticky_header #header-main{width:100%;}html body #wrapper-main,html body.html #wrapper-main{transition:margin-top 0.25s linear;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header{z-index:1000;position:relative;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main{position:fixed;top:0;width:100%;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #logo-container,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #logo-container{display:none;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #sticky-logo-container,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #sticky-logo-container{display:inline-block;margin-right:15px;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #sticky-logo-container img,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #sticky-logo-container img{max-height:56px;width:auto;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #site-titles,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #site-titles{display:none;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #mobile-links,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #mobile-links{position:static;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #mobile-links .topbar-links-trigger,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #mobile-links .topbar-links-trigger{position:absolute;right:168px;top:0;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #mobile-links .user-link,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #mobile-links .user-link{position:absolute;top:0;right:112px;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search{padding:0;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links{flex-shrink:1;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container{position:absolute;right:0;top:0;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_inactive .region-search form input,html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1250 .region-search form input,html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1350 .region-search form input,html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1450 .region-search form input,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_inactive .region-search form input,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1250 .region-search form input,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1350 .region-search form input,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1450 .region-search form input{min-width:150px;}html[data-sticky="stick"] body:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) #wrapper-main,html[data-sticky="stick"] body.html:not([data-rid*="6"]):not([data-rid*="5"]):not([data-rid*="16"]):not([data-rid*="3"]) #wrapper-main{margin-top:unset;}@media (min-width:1600px){html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li .menu-item-no-link{padding-right:14px;padding-left:14px;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li .menu-item-no-link{padding-right:14px;padding-left:14px;}html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .wide-menu > ul > li > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-menu .menu-block-top_nav > ul > li > ul > li > ul > li .menu-item-no-link{padding-right:14px;padding-left:14px;}}@media (max-width:1450px){html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450{bottom:0;float:right;min-width:unset;position:static;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 #search-mobile-trigger{display:block;float:right;font-size:1.5rem;padding-top:10px;width:40px;height:40px;vertical-align:middle;text-align:center;box-sizing:border-box;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search{position:absolute;right:0;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form{display:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form input{float:left;padding:0 10px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450 .region-search form .form-actions button{padding:0;border:0;float:right;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active{min-width:56px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active #search-mobile-trigger{display:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active form{display:block;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active form input{height:auto;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active form .form-actions{margin:0;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active form button{float:left;width:40px;height:40px;vertical-align:middle;text-align:center;box-sizing:border-box;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.active form button span.icon{font-size:1.5rem;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.search_style_slimline .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.search_style_slimline .region-search #search-mobile-trigger{padding-top:16px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.search_style_slimline .region-search .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.search_style_slimline .region-search .region-search form input{padding:15px 0 0 0;border-top:0;border-left:0;border-right:0;border-bottom:2px solid;box-shadow:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.search_style_slimline .region-search .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1450.search_style_slimline .region-search .region-search form .form-actions button{padding-top:16px;}}@media (max-width:1350px){html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350{bottom:0;float:right;min-width:unset;position:static;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 #search-mobile-trigger{display:block;float:right;font-size:1.5rem;padding-top:10px;width:40px;height:40px;vertical-align:middle;text-align:center;box-sizing:border-box;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search{position:absolute;right:0;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form{display:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form input{float:left;padding:0 10px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350 .region-search form .form-actions button{padding:0;border:0;float:right;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active{min-width:56px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active #search-mobile-trigger{display:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active form{display:block;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active form input{height:auto;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active form .form-actions{margin:0;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active form button{float:left;width:40px;height:40px;vertical-align:middle;text-align:center;box-sizing:border-box;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.active form button span.icon{font-size:1.5rem;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.search_style_slimline .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.search_style_slimline .region-search #search-mobile-trigger{padding-top:16px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.search_style_slimline .region-search .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.search_style_slimline .region-search .region-search form input{padding:15px 0 0 0;border-top:0;border-left:0;border-right:0;border-bottom:2px solid;box-shadow:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.search_style_slimline .region-search .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1350.search_style_slimline .region-search .region-search form .form-actions button{padding-top:16px;}}@media (max-width:1250px){html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250{bottom:0;float:right;min-width:unset;position:static;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 #search-mobile-trigger{display:block;float:right;font-size:1.5rem;padding-top:10px;width:40px;height:40px;vertical-align:middle;text-align:center;box-sizing:border-box;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search{position:absolute;right:0;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form{display:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form input{float:left;padding:0 10px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250 .region-search form .form-actions button{padding:0;border:0;float:right;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active{min-width:56px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active #search-mobile-trigger{display:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active form{display:block;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active form input{height:auto;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active form .form-actions{margin:0;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active form button{float:left;width:40px;height:40px;vertical-align:middle;text-align:center;box-sizing:border-box;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.active form button span.icon{font-size:1.5rem;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.search_style_slimline .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.search_style_slimline .region-search #search-mobile-trigger{padding-top:16px;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.search_style_slimline .region-search .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.search_style_slimline .region-search .region-search form input{padding:15px 0 0 0;border-top:0;border-left:0;border-right:0;border-bottom:2px solid;box-shadow:none;}html body header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.search_style_slimline .region-search .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_collapse_1250.search_style_slimline .region-search .region-search form .form-actions button{padding-top:16px;}}@media (max-width:992px){html body header#header.header #topbar #topbar-links .topbar-links-trigger,html body header#header.header #topbar #topbar-links .user-link,html body header#header.header #topbar #topbar-links.primary_link_position_left .topbar-links-trigger,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link,html body.html header#header.header #topbar #topbar-links .topbar-links-trigger,html body.html header#header.header #topbar #topbar-links .user-link,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .topbar-links-trigger,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link,html body header#header.header #mobile-links .topbar-links-trigger,html body header#header.header #mobile-links .user-link,html body.html header#header.header #mobile-links .topbar-links-trigger,html body.html header#header.header #mobile-links .user-link,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form button,html body header#header.header #header-main #header-wrapper #main-links-trigger,html body.html header#header.header #header-main #header-wrapper #main-links-trigger,html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container #search-mobile-trigger,html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form button,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form button{width:56px;height:56px;line-height:56px;font-size:1.5rem;vertical-align:middle;text-align:center;box-sizing:border-box;cursor:pointer;}html{}html body header#header.header,html body.html header#header.header{}html body header#header.header .container,html body.html header#header.header .container{padding:0;}html body header#header.header #topbar,html body.html header#header.header #topbar{background-image:none !important;padding:0;display:block;position:relative;z-index:4;}html body header#header.header #topbar .oxlogo-container,html body.html header#header.header #topbar .oxlogo-container{padding:8px 10px;}html body header#header.header #topbar .oxlogo-container.mobile-oxlogo-container,html body.html header#header.header #topbar .oxlogo-container.mobile-oxlogo-container{display:inline-block;}html body header#header.header #topbar .oxlogo-container img,html body.html header#header.header #topbar .oxlogo-container img{max-height:40px;}html body header#header.header #topbar.search-active ~ #header-main #main-links,html body.html header#header.header #topbar.search-active ~ #header-main #main-links{position:relative;z-index:2;}html body header#header.header #topbar.search-active ~ #header-main #header-inline-container #main-links,html body.html header#header.header #topbar.search-active ~ #header-main #header-inline-container #main-links{z-index:1;}html body header#header.header #topbar.search-active ~ #header-main #header-inline-container #main-links #main-links-trigger,html body.html header#header.header #topbar.search-active ~ #header-main #header-inline-container #main-links #main-links-trigger{margin-right:56px;}html body header#header.header #topbar #topbar-links,html body header#header.header #topbar #topbar-links.primary_link_position_left,html body.html header#header.header #topbar #topbar-links,html body.html header#header.header #topbar #topbar-links.primary_link_position_left{display:block;position:static;float:right;width:auto;z-index:2;}html body header#header.header #topbar #topbar-links a,html body header#header.header #topbar #topbar-links.primary_link_position_left a,html body.html header#header.header #topbar #topbar-links a,html body.html header#header.header #topbar #topbar-links.primary_link_position_left a{text-decoration:none;}html body header#header.header #topbar #topbar-links .topbar-links-trigger,html body header#header.header #topbar #topbar-links .user-link,html body header#header.header #topbar #topbar-links.primary_link_position_left .topbar-links-trigger,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link,html body.html header#header.header #topbar #topbar-links .topbar-links-trigger,html body.html header#header.header #topbar #topbar-links .user-link,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .topbar-links-trigger,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link{float:left;margin:0;line-height:56px;width:56px;}html body header#header.header #topbar #topbar-links.active .links-container,html body header#header.header #topbar #topbar-links.primary_link_position_left.active .links-container,html body.html header#header.header #topbar #topbar-links.active .links-container,html body.html header#header.header #topbar #topbar-links.primary_link_position_left.active .links-container{display:block;max-height:unset;width:280px;}html body header#header.header #topbar #topbar-links .links-container,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container,html body.html header#header.header #topbar #topbar-links .links-container,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container{display:none;position:absolute;top:56px;position:absolute;right:0;z-index:3;min-width:280px;}html body header#header.header #topbar #topbar-links .links-container .secondary-links,html body header#header.header #topbar #topbar-links .links-container .primary-links,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links,html body.html header#header.header #topbar #topbar-links .links-container .primary-links,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links{display:block;margin:0;width:100%;}html body header#header.header #topbar #topbar-links .links-container .secondary-links .view,html body header#header.header #topbar #topbar-links .links-container .primary-links .view,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links .view,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links .view,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links .view,html body.html header#header.header #topbar #topbar-links .links-container .primary-links .view,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links .view,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links .view{margin:0;}html body header#header.header #topbar #topbar-links .links-container .secondary-links ul li,html body header#header.header #topbar #topbar-links .links-container .secondary-links .views-row,html body header#header.header #topbar #topbar-links .links-container .primary-links ul li,html body header#header.header #topbar #topbar-links .links-container .primary-links .views-row,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links ul li,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links .views-row,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links ul li,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links .views-row,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links ul li,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links .views-row,html body.html header#header.header #topbar #topbar-links .links-container .primary-links ul li,html body.html header#header.header #topbar #topbar-links .links-container .primary-links .views-row,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links ul li,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links .views-row,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links ul li,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links .views-row{display:block;margin:0;float:none;border-top:1px solid;}html body header#header.header #topbar #topbar-links .links-container .secondary-links ul li a,html body header#header.header #topbar #topbar-links .links-container .secondary-links .views-row a,html body header#header.header #topbar #topbar-links .links-container .primary-links ul li a,html body header#header.header #topbar #topbar-links .links-container .primary-links .views-row a,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links ul li a,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links .views-row a,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links ul li a,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links .views-row a,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links ul li a,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links .views-row a,html body.html header#header.header #topbar #topbar-links .links-container .primary-links ul li a,html body.html header#header.header #topbar #topbar-links .links-container .primary-links .views-row a,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links ul li a,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links .views-row a,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links ul li a,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .primary-links .views-row a{height:auto;margin:0;padding:5px 10px;width:100%;}html body header#header.header #topbar #topbar-links .links-container .secondary-links,html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links,html body.html header#header.header #topbar #topbar-links .links-container .secondary-links,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container .secondary-links{border-top:2px solid;}html body header#header.header #topbar #topbar-links .user-link,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link,html body.html header#header.header #topbar #topbar-links .user-link,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link{float:right;}html body header#header.header #topbar #topbar-links .user-link a,html body header#header.header #topbar #topbar-links .user-link .fas,html body header#header.header #topbar #topbar-links .user-link .fa,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link a,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link .fas,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link .fa,html body.html header#header.header #topbar #topbar-links .user-link a,html body.html header#header.header #topbar #topbar-links .user-link .fas,html body.html header#header.header #topbar #topbar-links .user-link .fa,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link a,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link .fas,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link .fa{margin:0;}html body header#header.header #topbar #topbar-links .user-link .you-are-logged-in-as-label,html body header#header.header #topbar #topbar-links .user-link span.caret,html body header#header.header #topbar #topbar-links .user-link .profile,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link .you-are-logged-in-as-label,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link span.caret,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link .profile,html body.html header#header.header #topbar #topbar-links .user-link .you-are-logged-in-as-label,html body.html header#header.header #topbar #topbar-links .user-link span.caret,html body.html header#header.header #topbar #topbar-links .user-link .profile,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link .you-are-logged-in-as-label,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link span.caret,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link .profile{display:none;}html body header#header.header #topbar #topbar-links .user-link .dropdown-menu,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link .dropdown-menu,html body.html header#header.header #topbar #topbar-links .user-link .dropdown-menu,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link .dropdown-menu{display:block;top:0;background-color:transparent;padding:0;min-width:56px;width:56px;height:56px;border:0;box-shadow:none;margin:0;right:unset;}html body header#header.header #topbar #topbar-links .user-link .dropdown-menu .logout,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link .dropdown-menu .logout,html body.html header#header.header #topbar #topbar-links .user-link .dropdown-menu .logout,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link .dropdown-menu .logout{display:block;margin:0;padding:0;line-height:56px;max-height:56px;}html body header#header.header #topbar #topbar-links .user-link .dropdown-menu .logout a,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link .dropdown-menu .logout a,html body.html header#header.header #topbar #topbar-links .user-link .dropdown-menu .logout a,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link .dropdown-menu .logout a{background-color:transparent;height:56px;width:56px;font-weight:bold;float:left;line-height:56px;font-size:0;vertical-align:middle;text-align:center;box-sizing:border-box;cursor:pointer;padding:0;}html body header#header.header #topbar #topbar-links .user-link .dropdown-menu .logout i,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link .dropdown-menu .logout i,html body.html header#header.header #topbar #topbar-links .user-link .dropdown-menu .logout i,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link .dropdown-menu .logout i{height:auto;line-height:unset;width:100%;}html body header#header.header #topbar #topbar-links .user-link .dropdown-menu .logout .logout-label,html body header#header.header #topbar #topbar-links.primary_link_position_left .user-link .dropdown-menu .logout .logout-label,html body.html header#header.header #topbar #topbar-links .user-link .dropdown-menu .logout .logout-label,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .user-link .dropdown-menu .logout .logout-label{display:none;}html body header#header.header #mobile-links,html body.html header#header.header #mobile-links{display:none;position:relative;float:right;width:auto;}html body header#header.header #mobile-links a,html body.html header#header.header #mobile-links a{text-decoration:none;}html body header#header.header #mobile-links .topbar-links-trigger,html body header#header.header #mobile-links .user-link,html body.html header#header.header #mobile-links .topbar-links-trigger,html body.html header#header.header #mobile-links .user-link{float:left;margin:0;line-height:56px;width:56px;text-align:center !important;}html body header#header.header #mobile-links.active .links-container,html body.html header#header.header #mobile-links.active .links-container{display:block;max-height:unset;}html body header#header.header #mobile-links .links-container,html body.html header#header.header #mobile-links .links-container{display:none;position:absolute;top:56px;position:absolute;right:0;z-index:2;min-width:280px;}html body header#header.header #mobile-links .secondary-links,html body header#header.header #mobile-links .primary-links,html body.html header#header.header #mobile-links .secondary-links,html body.html header#header.header #mobile-links .primary-links{display:block;margin:0;}html body header#header.header #mobile-links .secondary-links .view,html body header#header.header #mobile-links .primary-links .view,html body.html header#header.header #mobile-links .secondary-links .view,html body.html header#header.header #mobile-links .primary-links .view{margin:0;}html body header#header.header #mobile-links .secondary-links ul li,html body header#header.header #mobile-links .secondary-links .views-row,html body header#header.header #mobile-links .primary-links ul li,html body header#header.header #mobile-links .primary-links .views-row,html body.html header#header.header #mobile-links .secondary-links ul li,html body.html header#header.header #mobile-links .secondary-links .views-row,html body.html header#header.header #mobile-links .primary-links ul li,html body.html header#header.header #mobile-links .primary-links .views-row{display:block;margin:0;float:none;border-top:1px solid;}html body header#header.header #mobile-links .secondary-links ul li a,html body header#header.header #mobile-links .secondary-links .views-row a,html body header#header.header #mobile-links .primary-links ul li a,html body header#header.header #mobile-links .primary-links .views-row a,html body.html header#header.header #mobile-links .secondary-links ul li a,html body.html header#header.header #mobile-links .secondary-links .views-row a,html body.html header#header.header #mobile-links .primary-links ul li a,html body.html header#header.header #mobile-links .primary-links .views-row a{height:auto;margin:0;padding:5px 10px;width:100%;}html body header#header.header #mobile-links .secondary-links,html body.html header#header.header #mobile-links .secondary-links{border-top:2px solid;}html body header#header.header #mobile-links .user-link,html body.html header#header.header #mobile-links .user-link{float:right;}html body header#header.header #mobile-links .user-link a,html body header#header.header #mobile-links .user-link .fas,html body header#header.header #mobile-links .user-link .fa,html body.html header#header.header #mobile-links .user-link a,html body.html header#header.header #mobile-links .user-link .fas,html body.html header#header.header #mobile-links .user-link .fa{margin:0;}html body header#header.header #mobile-links .user-link .you-are-logged-in-as-label,html body header#header.header #mobile-links .user-link span.caret,html body header#header.header #mobile-links .user-link .profile,html body.html header#header.header #mobile-links .user-link .you-are-logged-in-as-label,html body.html header#header.header #mobile-links .user-link span.caret,html body.html header#header.header #mobile-links .user-link .profile{display:none;}html body header#header.header #mobile-links .user-link .dropdown-menu,html body.html header#header.header #mobile-links .user-link .dropdown-menu{display:block;top:0;background-color:transparent;padding:0;min-width:56px;width:56px;height:56px;border:0;box-shadow:none;margin:0;}html body header#header.header #mobile-links .user-link .dropdown-menu .logout,html body.html header#header.header #mobile-links .user-link .dropdown-menu .logout{display:block;margin:0;padding:0;line-height:56px;max-height:56px;}html body header#header.header #mobile-links .user-link .dropdown-menu .logout a,html body.html header#header.header #mobile-links .user-link .dropdown-menu .logout a{background-color:transparent;height:56px;width:56px;font-weight:bold;padding:5px;}html body header#header.header #mobile-links .user-link .dropdown-menu .logout i,html body.html header#header.header #mobile-links .user-link .dropdown-menu .logout i{height:auto;line-height:unset;width:100%;}html body header#header.header #mobile-links .user-link .dropdown-menu .logout .logout-label,html body.html header#header.header #mobile-links .user-link .dropdown-menu .logout .logout-label{display:none;}html body header#header.header #mobile-links.primary_link_position_left,html body.html header#header.header #mobile-links.primary_link_position_left{width:auto;align-items:center;justify-content:flex-end;margin-left:auto;}html body header#header.header #mobile-links.primary_link_position_left .links-container,html body.html header#header.header #mobile-links.primary_link_position_left .links-container{width:auto;}html body header#header.header #mobile-links.primary_link_position_left .links-container .primary-links,html body header#header.header #mobile-links.primary_link_position_left .links-container .secondary-links,html body.html header#header.header #mobile-links.primary_link_position_left .links-container .primary-links,html body.html header#header.header #mobile-links.primary_link_position_left .links-container .secondary-links{float:none;}html body header#header.header #header-main,html body.html header#header.header #header-main{padding:0;position:relative;z-index:3;}html body header#header.header #header-main.desktop-header-padding,html body.html header#header.header #header-main.desktop-header-padding{padding:0;}html body header#header.header #header-main #header-wrapper,html body.html header#header.header #header-main #header-wrapper{flex-wrap:nowrap;}html body header#header.header #header-main #header-wrapper .oxlogo-container,html body.html header#header.header #header-main #header-wrapper .oxlogo-container{display:none;}html body header#header.header #header-main #header-wrapper #mobile-branding-container,html body.html header#header.header #header-main #header-wrapper #mobile-branding-container{padding:0 10px 0 0;font-size:0;}html body header#header.header #header-main #header-wrapper #mobile-branding-container img,html body.html header#header.header #header-main #header-wrapper #mobile-branding-container img{height:56px;}html body header#header.header #header-main #header-wrapper #mobile-branding-container .mobile-site-title,html body.html header#header.header #header-main #header-wrapper #mobile-branding-container .mobile-site-title{line-height:56px;padding:0 10px;}html body header#header.header #header-main #header-wrapper #mobile-branding-container .fa-home,html body.html header#header.header #header-main #header-wrapper #mobile-branding-container .fa-home{width:56px;height:56px;line-height:56px;font-size:1.5rem;padding:0;vertical-align:middle;text-align:center;box-sizing:border-box;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard{bottom:0;float:right;min-width:unset;position:static;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always #search-mobile-trigger{float:right;padding:0;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search{position:static;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search #block-search-form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search #block-search-form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search #block-search-form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search #block-search-form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search #block-search-form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search #block-search-form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search #block-search-form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search #block-search-form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search #block-search-form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search #block-search-form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search #block-search-form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search #block-search-form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search #block-search-form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search #block-search-form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search #block-search-form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search #block-search-form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search #block-search-form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search #block-search-form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search #block-search-form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search #block-search-form{position:static;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active{position:absolute;top:0;right:0;width:100%;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form{display:none;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input{min-width:180px;min-height:40px;float:left;padding:0 10px;border:0;background-color:#ffffff;color:#444;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input::placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input::placeholder-shown,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input::placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input::placeholder-shown,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input::placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input::placeholder-shown,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input::placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input::placeholder-shown,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input::placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input::placeholder-shown,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input::placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input::placeholder-shown,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input::placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input::placeholder-shown,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input::placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input::placeholder-shown,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input::placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input::placeholder-shown,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input::placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input::placeholder-shown,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input::placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input::placeholder-shown,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input::placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input::placeholder-shown,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input::placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input::placeholder-shown,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input::placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input::placeholder-shown,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input::placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input::placeholder-shown,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input::placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input::placeholder-shown,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input::placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input::placeholder-shown,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input::placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input::placeholder-shown,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input::placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input::placeholder-shown,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input::placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input::placeholder-shown{color:#444;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input:-ms-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input:-ms-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input:-ms-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input:-ms-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input:-ms-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input:-ms-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input:-ms-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input:-ms-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input:-ms-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input:-ms-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input:-ms-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input:-ms-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input:-ms-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input:-ms-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input:-ms-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input:-ms-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input:-ms-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input:-ms-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input:-ms-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input:-ms-placeholder{color:#444;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input::-moz-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input::-moz-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input::-moz-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input::-moz-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input::-moz-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input::-moz-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input::-moz-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input::-moz-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input::-moz-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input::-moz-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input::-moz-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input::-moz-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input::-moz-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input::-moz-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input::-moz-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input::-moz-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input::-moz-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input::-moz-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input::-moz-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input::-moz-placeholder{color:#444;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input::-webkit-input-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input::-webkit-input-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input::-webkit-input-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input::-webkit-input-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input::-webkit-input-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input::-webkit-input-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input::-webkit-input-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input::-webkit-input-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input::-webkit-input-placeholder,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input::-webkit-input-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form input::-webkit-input-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form input::-webkit-input-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form input::-webkit-input-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form input::-webkit-input-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form input::-webkit-input-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form input::-webkit-input-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form input::-webkit-input-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form input::-webkit-input-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form input::-webkit-input-placeholder,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form input::-webkit-input-placeholder{color:#444;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form .form-actions button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive .region.region-search.active form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250 .region.region-search.active form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350 .region.region-search.active form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450 .region.region-search.active form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always .region.region-search.active form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive .region.region-search.active form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250 .region.region-search.active form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350 .region.region-search.active form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450 .region.region-search.active form .form-actions button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always .region.region-search.active form .form-actions button{padding:0;border:0;font-size:0;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active{min-width:56px;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search #search-mobile-trigger{display:none;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form{display:block;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form input,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form input,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form input{height:56px;background-color:#ffffff;color:#444;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form .form-actions,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form .form-actions{margin:0 56px 0 0;min-width:unset;width:56px;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form button,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form button,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form button{float:left;font-size:0;}html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form button span.icon,html body header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_inactive.active .region-search form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1250.active .region-search form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1350.active .region-search form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_1450.active .region-search form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_slimline.search_collapse_always.active .region-search form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_inactive.active .region-search form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1250.active .region-search form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1350.active .region-search form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_1450.active .region-search form button span.icon,html body.html header#header.header #header-main #header-wrapper .search-container.search_style_standard.search_collapse_always.active .region-search form button span.icon{font-size:1.5rem;}html body header#header.header #header-main #header-wrapper #main-links,html body.html header#header.header #header-main #header-wrapper #main-links{float:right;flex:none;margin:0;}html body header#header.header #header-main #header-wrapper #main-links .links-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container{display:none;position:absolute;right:0;top:56px;z-index:2;min-width:280px;}html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu{display:block;margin:0;float:none;flex:0;bottom:0;}html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .item-container,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .item-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .item-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .item-container{opacity:1;visibility:visible;position:static;display:flex;width:100%;}html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li a,html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li a,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li a,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li a,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .menu-item-no-link{flex-grow:1;text-decoration:none;}html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .mobile-expand,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .mobile-expand,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .mobile-expand,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .mobile-expand{align-items:flex-end;height:100%;width:54px;text-align:center;vertical-align:middle;cursor:pointer;flex-grow:0;position:relative;padding:16px;}html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .mobile-expand:before,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .mobile-expand:before,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .mobile-expand:before,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .mobile-expand:before{left:0;right:0;margin:auto;position:relative;}html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li:hover .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li:focus .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li:hover .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li:focus .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li:hover .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li:focus .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li:hover .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li:focus .oxdrupal-mega-menu-sub-level-container{display:none;}html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .oxdrupal_mega-menu-sub-sub-level,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .oxdrupal_mega-menu-sub-sub-level,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li .oxdrupal_mega-menu-sub-sub-level,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li .oxdrupal_mega-menu-sub-sub-level{display:none;}html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li.active .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li.active .oxdrupal_mega-menu-sub-sub-level.active,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li.active .oxdrupal-mega-menu-sub-level-container,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li.active .oxdrupal_mega-menu-sub-sub-level.active,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li.active .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li.active .oxdrupal_mega-menu-sub-sub-level.active,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li.active .oxdrupal-mega-menu-sub-level-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li.active .oxdrupal_mega-menu-sub-sub-level.active{position:static;display:block;opacity:1;visibility:visible;padding:0 5%;}html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li.active .oxdrupal-mega-menu-sub-level-container .nav-column,html body header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li.active .oxdrupal_mega-menu-sub-sub-level.active .nav-column,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li.active .oxdrupal-mega-menu-sub-level-container .nav-column,html body header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li.active .oxdrupal_mega-menu-sub-sub-level.active .nav-column,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li.active .oxdrupal-mega-menu-sub-level-container .nav-column,html body.html header#header.header #header-main #header-wrapper #main-links .links-container .primary-links ul li.active .oxdrupal_mega-menu-sub-sub-level.active .nav-column,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li.active .oxdrupal-mega-menu-sub-level-container .nav-column,html body.html header#header.header #header-main #header-wrapper #main-links .links-container #main-menu ul li.active .oxdrupal_mega-menu-sub-sub-level.active .nav-column{width:100%;float:none;}html body header#header.header #header-main #header-wrapper #main-links .links-container ul,html body.html header#header.header #header-main #header-wrapper #main-links .links-container ul{padding:0;margin:0;width:280px;}html body header#header.header #header-main #header-wrapper #main-links .links-container ul li,html body.html header#header.header #header-main #header-wrapper #main-links .links-container ul li{display:block;margin:0;float:none;width:100%;}html body header#header.header #header-main #header-wrapper #main-links .links-container ul li a,html body.html header#header.header #header-main #header-wrapper #main-links .links-container ul li a{width:100%;display:inline-block;padding:9px 5%;}html body header#header.header #header-main #header-wrapper #main-links.active .links-container,html body header#header.header #header-main #header-wrapper #main-links.active #block-menu-block-top-nav,html body.html header#header.header #header-main #header-wrapper #main-links.active .links-container,html body.html header#header.header #header-main #header-wrapper #main-links.active #block-menu-block-top-nav{display:block;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul{padding:0;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li{padding:0;float:none;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .item-container,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .item-container,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .item-container,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .item-container,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .item-container,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .item-container{opacity:1;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .item-container a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .item-container .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .item-container a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .item-container .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .item-container a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .item-container .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .item-container a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .item-container .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .item-container a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .item-container .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .item-container a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .item-container .menu-item-no-link{padding:9px 5%;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .item-container .mobile-expand,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .item-container .mobile-expand,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .item-container .mobile-expand,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .item-container .mobile-expand,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .item-container .mobile-expand,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .item-container .mobile-expand{display:flex;align-items:center;align-self:center;text-align:center;vertical-align:middle;width:54px;height:100%;padding:16px;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul{display:block;position:static;width:100%;height:auto !important;float:none;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li{position:static;width:100%;float:none;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li .menu-item-no-link{padding:9px 10%;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li.active > ul,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li.active > ul,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li.active > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li.active > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li.active > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li.active > ul{display:block;position:static;width:100%;float:none;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li.active > ul > li,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li.active > ul > li,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li.active > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li.active > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li.active > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li.active > ul > li{display:block;position:static;width:100%;float:none;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li.active > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li.active > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li.active > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li.active > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li.active > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li.active > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li.active > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul > li.active > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li.active > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul > li.active > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li.active > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul > li.active > ul > li .menu-item-no-link{padding:9px 15%;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul li.expanded > .item-container a:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul li.expanded > .item-container .menu-item-no-link:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul li.expanded > .item-container a:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul li.expanded > .item-container .menu-item-no-link:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul li.expanded > .item-container a:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul li.expanded > .item-container .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul li.expanded > .item-container a:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li.active > ul li.expanded > .item-container .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul li.expanded > .item-container a:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li.active > ul li.expanded > .item-container .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul li.expanded > .item-container a:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li.active > ul li.expanded > .item-container .menu-item-no-link:after{display:none;content:none;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul{display:none;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li{width:100%;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li .menu-item-no-link{float:left;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li > ul,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li > ul,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li > ul,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li > ul{display:none;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li > ul > li,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li > ul > li,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li > ul > li,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li > ul > li{float:left;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li > ul > li .menu-item-no-link,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li > ul > li a,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul > li > ul > li .menu-item-no-link,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li > ul > li a,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul > li > ul > li .menu-item-no-link{float:none;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul li.expanded > a:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul li.expanded > .menu-item-no-link:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul li.expanded > a:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul li.expanded > .menu-item-no-link:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul li.expanded > a:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul li.expanded > .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul li.expanded > a:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li > ul li.expanded > .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul li.expanded > a:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li > ul li.expanded > .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul li.expanded > a:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li > ul li.expanded > .menu-item-no-link:after{display:inline-block;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .has-sub-items:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .has-sub-items > a:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .has-sub-items > .menu-item-no-link:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .has-sub-items:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .has-sub-items > a:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .has-sub-items > .menu-item-no-link:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .has-sub-items:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .has-sub-items > a:after,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .has-sub-items > .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .has-sub-items:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .has-sub-items > a:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu > ul > li .has-sub-items > .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .has-sub-items:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .has-sub-items > a:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper > ul > li .has-sub-items > .menu-item-no-link:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .has-sub-items:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .has-sub-items > a:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu > ul > li .has-sub-items > .menu-item-no-link:after{content:none;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .wide-menu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .menu-block-wrapper.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li:hover > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li:focus-within > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li.active > .item-container > .menu-item-no-link span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > a span,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .block-oxdrupal-megamenu.top_nav_level_one_item_style_underlined > ul > li.active-trail > .item-container > .menu-item-no-link span{transition:none;border-bottom-width:8px;border-bottom-style:solid;padding-bottom:10px;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .mobile-expand,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .mobile-expand{font-weight:600 !important;font-size:1rem !important;font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;}html body header#header.header #header-main #header-wrapper #main-links #main-menu .has-sub-items:after,html body.html header#header.header #header-main #header-wrapper #main-links #main-menu .has-sub-items:after{content:"" !important;display:none !important;}html body header#header.header #header-main #header-wrapper #main-links-trigger,html body.html header#header.header #header-main #header-wrapper #main-links-trigger{float:right;transition:none;text-align:center !important;}html body header#header.header #header-main #header-wrapper #header-inline-container,html body.html header#header.header #header-main #header-wrapper #header-inline-container{width:100%;display:block;}html body header#header.header #header-main #header-wrapper #header-inline-container #mobile-branding-container,html body.html header#header.header #header-main #header-wrapper #header-inline-container #mobile-branding-container{float:left;}html body header#header.header #header-main #header-wrapper #header-inline-container #mobile-links,html body.html header#header.header #header-main #header-wrapper #header-inline-container #mobile-links{display:none;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search{padding:0;display:block;float:right;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search a,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search a{text-decoration:none;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links{float:left;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container #search-mobile-trigger{padding:0;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active{z-index:2;position:absolute;left:0;width:100%;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form{display:block;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form input,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form input{height:56px;background-color:#ffffff;color:#444;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form .form-actions,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form .form-actions{margin:0;min-width:unset;width:56px;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form button,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form button{float:left;font-size:0;}html body header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form button span.icon,html body.html header#header.header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.active form button span.icon{font-size:1.5rem;}html body header#header.header #header-main #header-wrapper #mobile-icon-container,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container{float:right;font-size:0;flex-grow:1;justify-items:flex-end;display:flex;width:auto;align-self:auto;margin-top:unset;}html body header#header.header #header-main #header-wrapper #mobile-icon-container a,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container a{text-decoration:none;text-align:left;}html body header#header.header #header-main #header-wrapper #mobile-icon-container a i,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container a i{vertical-align:middle;}html body header#header.header #header-main #header-wrapper #mobile-icon-container #mobile-links,html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container,html body header#header.header #header-main #header-wrapper #mobile-icon-container #main-links,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container #mobile-links,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container #main-links{display:inline-block;float:none;position:static;top:unset;right:unset;width:unset;}html body header#header.header #header-main #header-wrapper #mobile-icon-container #mobile-links,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container #mobile-links{font-size:16px;z-index:1;}html body header#header.header #header-main #header-wrapper #mobile-icon-container #mobile-links .links-container a,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container #mobile-links .links-container a{line-height:40px;}html body header#header.header #header-main #header-wrapper #mobile-icon-container #header-inline-menu-search,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container #header-inline-menu-search{position:static;}html body header#header.header #header-main #header-wrapper #mobile-icon-container #header-inline-menu-search .search-container.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container #header-inline-menu-search .search-container.active .region-search form .form-actions{right:0;}html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container{position:static;right:0;z-index:2;}html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container.active #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container.active #search-mobile-trigger{display:none;}html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container.active .region-search form input.form-text,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container.active .region-search form input.form-text{display:block;width:100%;position:absolute;left:0;}html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container.active .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container.active .region-search form .form-actions{margin:0;display:block;position:absolute;right:56px;}html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container.active .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container.active .region-search form .form-actions button{padding:0;}html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container #search-mobile-trigger{z-index:1;position:relative;}html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container .region-search form input.form-text,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container .region-search form input.form-text{display:none;}html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container .region-search form .form-actions,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container .region-search form .form-actions{display:none;min-width:56px;min-height:56px;}html body header#header.header #header-main #header-wrapper #mobile-icon-container .search-container .region-search form .form-actions button,html body.html header#header.header #header-main #header-wrapper #mobile-icon-container .search-container .region-search form .form-actions button{padding:0;}html body header#header.header #header-main.desktop_logo_overlap,html body.html header#header.header #header-main.desktop_logo_overlap{position:static;}html body header#header.header #header-main.desktop_logo_overlap #header-wrapper .oxlogo-container,html body header#header.header #header-main.desktop_logo_overlap #header-wrapper #logo-container,html body.html header#header.header #header-main.desktop_logo_overlap #header-wrapper .oxlogo-container,html body.html header#header.header #header-main.desktop_logo_overlap #header-wrapper #logo-container{position:static;top:auto;}html body header#header.header #topbar .mobile-oxlogo-container,html body header#header.header #mobile-branding-container,html body header#header.header #topbar #topbar-links .topbar-links-trigger,html body header#header.header #header-main #header-wrapper #main-links-trigger,html body header#header.header #header-main #header-wrapper .search_collapse_inactive #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search_collapse_1250 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search_collapse_1350 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper .search_collapse_1450 #search-mobile-trigger,html body header#header.header #header-main #header-wrapper #mobile-links,html body.html header#header.header #topbar .mobile-oxlogo-container,html body.html header#header.header #mobile-branding-container,html body.html header#header.header #topbar #topbar-links .topbar-links-trigger,html body.html header#header.header #header-main #header-wrapper #main-links-trigger,html body.html header#header.header #header-main #header-wrapper .search_collapse_inactive #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search_collapse_1250 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search_collapse_1350 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper .search_collapse_1450 #search-mobile-trigger,html body.html header#header.header #header-main #header-wrapper #mobile-links{display:block;}html body header#header.header #topbar .oxlogo-container:not(.mobile-oxlogo-container),html body header#header.header #header-main #header-wrapper #logo-container,html body header#header.header #header-main #header-wrapper #site-titles,html body.html header#header.header #topbar .oxlogo-container:not(.mobile-oxlogo-container),html body.html header#header.header #header-main #header-wrapper #logo-container,html body.html header#header.header #header-main #header-wrapper #site-titles{display:none;}html body header#header.header.mobile_style_one_level #topbar,html body.html header#header.header.mobile_style_one_level #topbar{display:none;}html body header#header.header.mobile_style_one_level #topbar.search-active,html body.html header#header.header.mobile_style_one_level #topbar.search-active{z-index:1;}html body header#header.header.mobile_style_one_level #topbar .topbar-links-trigger,html body.html header#header.header.mobile_style_one_level #topbar .topbar-links-trigger{position:relative;z-index:1;}html body header#header.header.mobile_style_one_level #topbar #topbar-links,html body.html header#header.header.mobile_style_one_level #topbar #topbar-links{display:none;}html body header#header.header.mobile_style_one_level #header-main,html body.html header#header.header.mobile_style_one_level #header-main{z-index:2;}html body header#header.header.mobile_style_one_level #header-main #header-wrapper,html body.html header#header.header.mobile_style_one_level #header-main #header-wrapper{display:block;}html body header#header.header.mobile_style_one_level #header-main #header-wrapper #mobile-branding-container,html body.html header#header.header.mobile_style_one_level #header-main #header-wrapper #mobile-branding-container{width:auto;display:inline-block;}html body header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container #mobile-branding-container,html body.html header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container #mobile-branding-container{width:auto;display:inline-block;}html body header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container #mobile-links,html body.html header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container #mobile-links{width:auto;display:block;z-index:2;top:0;}html body header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container #mobile-links .user-link .dropdown-menu .logout a,html body.html header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container #mobile-links .user-link .dropdown-menu .logout a{line-height:56px;font-size:0;padding:0;vertical-align:middle;text-align:center;}html body header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container .search-container,html body.html header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container .search-container{min-width:unset;flex:none;width:auto;display:inline-block;z-index:2;}html body header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container .search-container.active,html body.html header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container .search-container.active{flex:none;width:auto;display:block;position:absolute;right:auto;top:0;left:0;width:calc(100% - 56px);}html body header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container .search-container.active .form-actions,html body.html header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container .search-container.active .form-actions{margin:0;}html body header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container .search-container.active .form-actions button,html body.html header#header.header.mobile_style_one_level #header-main #header-wrapper #header-inline-container .search-container.active .form-actions button{font-size:0;}html body header#header.header.mobile_style_one_level #header-main #header-wrapper #mobile-branding-container,html body.html header#header.header.mobile_style_one_level #header-main #header-wrapper #mobile-branding-container{display:inline-block;}html body header#header.header.mobile_style_one_level.sticky_header #header-main,html body.html header#header.header.mobile_style_one_level.sticky_header #header-main{position:fixed;top:0;}html body header#header.header.mobile_style_two_level_no_crest #topbar,html body.html header#header.header.mobile_style_two_level_no_crest #topbar{height:56px;}html body header#header.header.mobile_style_two_level_no_crest #header-main #header-wrapper #mobile-icon-container,html body header#header.header.mobile_style_two_level_crest #header-main #header-wrapper #mobile-icon-container,html body.html header#header.header.mobile_style_two_level_no_crest #header-main #header-wrapper #mobile-icon-container,html body.html header#header.header.mobile_style_two_level_crest #header-main #header-wrapper #mobile-icon-container{position:static;}html body header#header.header.mobile_style_two_level_no_crest #header-main #header-wrapper #mobile-icon-container #mobile-links,html body header#header.header.mobile_style_two_level_crest #header-main #header-wrapper #mobile-icon-container #mobile-links,html body.html header#header.header.mobile_style_two_level_no_crest #header-main #header-wrapper #mobile-icon-container #mobile-links,html body.html header#header.header.mobile_style_two_level_crest #header-main #header-wrapper #mobile-icon-container #mobile-links{display:none;}html body header#header.header.mobile_style_two_level_no_crest #header-main #header-wrapper #mobile-icon-container .search-container,html body header#header.header.mobile_style_two_level_crest #header-main #header-wrapper #mobile-icon-container .search-container,html body.html header#header.header.mobile_style_two_level_no_crest #header-main #header-wrapper #mobile-icon-container .search-container,html body.html header#header.header.mobile_style_two_level_crest #header-main #header-wrapper #mobile-icon-container .search-container{position:static;}html body header#header.header.sticky_header:not(.mobile_style_one_level) #header-main #header-wrapper #mobile-icon-container #mobile-links,html body.html header#header.header.sticky_header:not(.mobile_style_one_level) #header-main #header-wrapper #mobile-icon-container #mobile-links{display:none;}html[data-sticky="stick"] body header#header.header.sticky_header #topbar #topbar-links.active .links-container,html[data-sticky="stick"] body.html header#header.header.sticky_header #topbar #topbar-links.active .links-container{display:none;}html[data-sticky="stick"] body header#header.header.sticky_header #mobile-links,html[data-sticky="stick"] body.html header#header.header.sticky_header #mobile-links{display:block;}html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #sticky-logo-container,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #sticky-logo-container{position:relative;z-index:1;}html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #mobile-branding-container,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #mobile-branding-container{display:none;}html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #mobile-links,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #mobile-links{display:block;position:absolute;top:0;right:112px;z-index:1;}html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search{position:absolute;top:0;right:0;width:100%;}html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links{position:absolute;top:0;right:0;float:none;min-width:280px;width:100%;}html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-links-trigger,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-links-trigger{float:right;margin-right:56px;}html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .wide-menu > ul,html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .menu-block-wrapper > ul,html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .block-oxdrupal-megamenu > ul,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .wide-menu > ul,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .menu-block-wrapper > ul,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .block-oxdrupal-megamenu > ul{max-height:calc(100vh - 56px);overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .wide-menu > ul::-webkit-scrollbar,html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .menu-block-wrapper > ul::-webkit-scrollbar,html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .block-oxdrupal-megamenu > ul::-webkit-scrollbar,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .wide-menu > ul::-webkit-scrollbar,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .menu-block-wrapper > ul::-webkit-scrollbar,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search #main-links #main-menu .block-oxdrupal-megamenu > ul::-webkit-scrollbar{display:none;}html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_inactive,html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1250,html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1350,html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1450,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_inactive,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1250,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1350,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1450{position:relative;width:56px;min-width:56px;}html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_inactive.active,html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1250.active,html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1350.active,html[data-sticky="stick"] body header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1450.active,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_inactive.active,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1250.active,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1350.active,html[data-sticky="stick"] body.html header#header.header.sticky_header #header-main #header-wrapper #header-inline-container #header-inline-menu-search .search-container.search_collapse_1450.active{width:100%;}html[data-sticky="stick"] body header#header.header.sticky_header.mobile_style_one_level #header-main #header-wrapper #header-inline-container #mobile-links .user-link,html[data-sticky="stick"] body.html header#header.header.sticky_header.mobile_style_one_level #header-main #header-wrapper #header-inline-container #mobile-links .user-link{display:block;}}@media (max-width:500px){html body header#header.header #topbar #topbar-links.primary_link_position_left .links-container,html body header#header.header #topbar #topbar-links.active .links-container,html body header#header.header #topbar #topbar-links.primary_link_position_left.active .links-container,html body.html header#header.header #topbar #topbar-links.primary_link_position_left .links-container,html body.html header#header.header #topbar #topbar-links.active .links-container,html body.html header#header.header #topbar #topbar-links.primary_link_position_left.active .links-container{width:100%;}html body header#header.header #topbar #topbar-links .links-container,html body.html header#header.header #topbar #topbar-links .links-container{width:100%;}html body header#header.header #header-main #header-wrapper #main-links .links-container,html body.html header#header.header #header-main #header-wrapper #main-links .links-container{width:100%;}html body header#header.header #header-main #header-wrapper #main-links .links-container ul,html body.html header#header.header #header-main #header-wrapper #main-links .links-container ul{width:100%;}html body header#header.header #header-main #header-wrapper #mobile-links .links-container,html body.html header#header.header #header-main #header-wrapper #mobile-links .links-container{width:100%;}}#preface{background:none;}#maincontent{margin-top:0px;}@media (min-width:768px){#maincontent{min-height:400px;}}.no-background-image #maincontent{margin-top:0px;}.page-user #maincontent{margin-top:40px;padding-bottom:40px;}.paragraphs-item-wysiwyg-content-area a{word-wrap:normal;}.background-image.content-position-top #preface{min-height:0;}@media (max-width:768px){.background-image.content-position-top #preface{margin-top:0px;}}.background-image.content-position-top #maincontent{}@media (min-width:992px){.background-image.content-position-default #preface{min-height:220px;}.background-image.content-position-bottom #preface{min-height:460px;}.background-image.access-denied #preface{min-height:0px;}}body.background-image div#wrapper-main.region-indented{max-width:1728px;margin:0 auto;}@media (min-width:992px){body.background-image.content-position-bottom div#wrapper-main.region-indented #preface{min-height:414px;}}#wrapper-footer{text-decoration:none;}footer.footer-img{background-repeat:repeat;}#footer,#footer-bottom{margin-bottom:0px;}#footer h2,#footer-bottom h2{margin-top:0;}#footer ul,#footer-bottom ul{padding-left:0;padding-right:0;list-style:none;}#footer ul.pagination,#footer-bottom ul.pagination{padding-left:15px;}#footer ul.menu li,#footer-bottom ul.menu li{margin:0px 0px 0.5em 0px;}#footer li a,#footer a,#footer-bottom li a,#footer-bottom a{text-decoration:none;}#footer a:hover,#footer a:focus,#footer-bottom a:hover,#footer-bottom a:focus{text-decoration:underline;background:none;}#footer .listing-item-wrapper a:hover,#footer .listing-item-wrapper a:focus,#footer-bottom .listing-item-wrapper a:hover,#footer-bottom .listing-item-wrapper a:focus{text-decoration:none;}.copyright{text-align:center;margin-top:40px;}@media (min-width:640px){.copyright{}}@media (max-width:768px){#searchTop{padding-left:10px;}}#footer > .row{margin-left:0;margin-right:0;}#footer-bottom .field-item.private-show{margin-left:15px;margin-right:15px;}#footer-bottom .field-item.private-show > .layoutmanager{margin-left:-15px;margin-right:-15px;}#footer-bottom .field-item.private-show .field-item.private-show{margin-left:0;margin-right:0;}#wrapper-topbar .container,#wrapper-mainmenu .container{min-height:40px;}#wrapper-prefooter .container{min-height:10px;}#wrapper-branding .container{min-height:140px;}@media (max-width:992px){#wrapper-branding .container{min-height:0px;}}.wrapperwidth,#wrapper-topbar,#wrapper-mainmenu,#wrapper-prefooter,#wrapper-branding,#wrapper-footer{width:100%;}.row{}@media (max-width:992px){#main-container{width:100%;}}.page-search #search-form,.page-funnelback-search #search-form{float:left;margin-top:20px;margin-bottom:40px;}.page-search #search-form #edit-basic,.page-funnelback-search #search-form #edit-basic{display:table;margin-bottom:0px;}.page-search #search-form #edit-basic *,.page-funnelback-search #search-form #edit-basic *{display:table-cell;}.page-search #search-form #edit-basic input[type="text"],.page-funnelback-search #search-form #edit-basic input[type="text"]{height:40px;width:100%;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;border-left:1px solid #f2f2f2;min-width:200px;}.page-search #search-form #edit-basic .btn,.page-funnelback-search #search-form #edit-basic .btn{height:40px;width:40px;padding-left:8px;}.page-search h2,.page-search .alert-block,.page-funnelback-search h2,.page-funnelback-search .alert-block{clear:both;}.page-search .search-results,.page-funnelback-search .search-results{clear:both;padding-left:0;}.page-search .search-results.search-promotions .search-result h3,.page-funnelback-search .search-results.search-promotions .search-result h3{display:inline-block;}.page-search .search-results .search-result,.page-funnelback-search .search-results .search-result{border-bottom:0;list-style-type:none;margin-bottom:20px;}.page-search .search-results .search-result .promoted_item,.page-funnelback-search .search-results .search-result .promoted_item{display:inline-block;padding:4px;margin-left:16px;}.page-search .search-results .search-result .title,.page-funnelback-search .search-results .search-result .title{margin-top:0;}.page-search .search-results .search-result .title .separator,.page-funnelback-search .search-results .search-result .title .separator{margin:0;}.page-search .search-results .search-result .search-snippet,.page-funnelback-search .search-results .search-result .search-snippet{margin-bottom:4px;}.page-search .search-results .search-result .search-url a,.page-funnelback-search .search-results .search-result .search-url a{word-break:break-all;}.page-search .search-results .search-result .file-parent-link,.page-funnelback-search .search-results .search-result .file-parent-link{margin:4px 0px 4px;}.page-search .text-center,.page-funnelback-search .text-center{text-align:left;}.page-search .text-center .pagination,.page-funnelback-search .text-center .pagination{padding-left:0;}@media (max-width:992px){#edit-search-scope{display:none;position:absolute !important;right:0px !important;top:40px;padding:16px;width:500px;text-align:right;}#edit-search-scope label{white-space:nowrap;}.search-results{padding:0px 5px;}.search-form{padding:0px 5px;}}#edit-search-scope-main .form-type-radio.form-item-search-scope-main.form-item.radio{display:inline-flex;margin:0px 10px;}.form-search:not(.lt-ie9),.page-search #search-form:not(.lt-ie9),.page-funnelback-search #search-form:not(.lt-ie9){}.form-search:not(.lt-ie9) [type="radio"],.page-search #search-form:not(.lt-ie9) [type="radio"],.page-funnelback-search #search-form:not(.lt-ie9) [type="radio"]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.form-search:not(.lt-ie9) [type="radio"] + span,.page-search #search-form:not(.lt-ie9) [type="radio"] + span,.page-funnelback-search #search-form:not(.lt-ie9) [type="radio"] + span{font-size:12px;display:inline-block;}.form-search:not(.lt-ie9) [type="radio"] + span::before,.page-search #search-form:not(.lt-ie9) [type="radio"] + span::before,.page-funnelback-search #search-form:not(.lt-ie9) [type="radio"] + span::before{content:"";display:inline-block;width:1.3em;height:1.3em;vertical-align:-0.25em;border-radius:1em;border:0.1em solid #fff;box-shadow:0 0 0 0.1em #aaa;margin-right:0.75em;transition:0.5s ease all;}.form-search:not(.lt-ie9) [type="radio"]:focus + span::after,.page-search #search-form:not(.lt-ie9) [type="radio"]:focus + span::after,.page-funnelback-search #search-form:not(.lt-ie9) [type="radio"]:focus + span::after{vertical-align:-0.125em;}.form-search:not(.lt-ie9) .form-radios .radio:first-child label,.page-search #search-form:not(.lt-ie9) .form-radios .radio:first-child label,.page-funnelback-search #search-form:not(.lt-ie9) .form-radios .radio:first-child label{padding-left:0;}.form-search:not(.lt-ie9) .form-radios .radio,.page-search #search-form:not(.lt-ie9) .form-radios .radio,.page-funnelback-search #search-form:not(.lt-ie9) .form-radios .radio{margin:0;}.form-search:not(.lt-ie9) .form-radios{text-align:right;}.page-search #search-form:not(.lt-ie9) .form-radios,.page-funnelback-search #search-form:not(.lt-ie9) .form-radios{margin-top:5px;}.search-scope .external_search span:after,.search-scope .external_search span:hover:after{content:"";font-family:"Font Awesome 5 Brands","Font Awesome 5 Free" !important;display:inline-block !important;padding:0 !important;margin:0 0 0 5px !important;font-weight:600 !important;position:static !important;}.page-search .spelling-suggestions dl,.page-search .spelling-suggestions .form-item{margin:0 0 10px;}.page-search .spelling-suggestions dt,.page-search .spelling-suggestions dd{display:inline-block;}.page-search .spelling-suggestions dd{margin-left:5px;}.view-taxonomy-terms-for-panels-display .views-row{display:inline-block;vertical-align:top;margin-bottom:20px;}.view-taxonomy-terms-for-panels-display .view-content > h3{clear:both;margin-top:20px;}.teasers .view-content .views-row,.view-display-id-related_content .views-row,.view-display-id-related_articles .views-row,.paragraphs-item-related-content .field-item{display:inline-block;vertical-align:top;margin-top:20px;}article.node-teaser{width:100%;display:inline-block;text-decoration:none;display:block;height:100%;}article.node-teaser .text-intro{position:relative;margin:10px;-webkit-transition:background-color 0.3s ease-in-out;-moz-transition:background-color 0.3s ease-in-out;-o-transition:background-color 0.3s ease-in-out;transition:background-color 0.3s ease-in-out;}article.node-teaser .text-intro a,article.node-teaser .text-intro a:visited{text-decoration:none;}article.node-teaser .text-intro a:hover,article.node-teaser .text-intro a:focus{color:inherit;}article.node-teaser .text-intro a:hover{text-decoration:none;}article.node-teaser .text-intro:hover,article.node-teaser .text-intro:focus{-webkit-transition:background-color 0.3s ease-in-out;-moz-transition:background-color 0.3s ease-in-out;-o-transition:background-color 0.3s ease-in-out;transition:background-color 0.3s ease-in-out;}article.node-teaser a:hover,article.node-teaser a:focus{background-color:#f0f0f0;-webkit-transition:background-color 0.3s ease-in-out;-moz-transition:background-color 0.3s ease-in-out;-o-transition:background-color 0.3s ease-in-out;transition:background-color 0.3s ease-in-out;}article.node-teaser > .text-wrapper{padding:10px 30px;}article.node-teaser > .text-wrapper.text-intro{padding:10px;}article.node-teaser .image-wrapper .image img{margin-bottom:-40px;width:100%;height:auto;}article.node-teaser .text-wrapper .date,article.node-teaser .text-wrapper .event-time,article.node-teaser .text-wrapper .job-title{padding:0px 10px 10px 10px;}article.node-teaser .text-wrapper .affiliation{padding:0px 10px 10px 10px;}article.node-teaser .text-wrapper .title{padding:10px;}article.node-teaser .text-wrapper .title h3{padding:0;margin:0;}article.node-teaser .text-wrapper .teaser-text{margin-bottom:10px;}.view .more-link{clear:both;}div.group-related-content,div.pane-related-content-related-content,div.pane-articles-related-articles{display:block;clear:both;padding-top:40px;}.view-oxdrupal-taxonomy-term.teasers h3{clear:both;}.view-dom-id-5e69e33d10e52e430c8fa9442a7c8846 .view-content h3{display:none;}@media (max-width:768px){.node-oxdrupal-person .group-name-photo{width:100%;float:left;}.node-oxdrupal-person .group-contact{width:100%;float:left;}}body.page-node .field-name-body{margin:1em 0;}.view-filters .form-group,#user-login .form-group,.search-form .form-group{width:200px;}.btn{font-size:0.875rem;}.btn,.form-control,.input-group-addon,.form-type-select,.form-select,select{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}input.form-control:focus,select.form-control:focus{-webkit-box-shadow:0 0 2px 2px #005fcc;box-shadow:0 0 2px 2px #005fcc;}select.form-control,input.form-control.flatpickr,.duet-date__input{height:auto;min-height:34px;font-size:0.875rem;}#oxdrupal_feedback_form_wrapper{float:left;width:100%;}#oxdrupal_feedback_form_wrapper .form-actions::after{content:"";clear:both;display:table;}#oxdrupal_feedback_form_wrapper .form-actions .captcha{float:left !important;}#oxdrupal_feedback_form_wrapper .form-actions .captcha iframe{min-height:80px;}#oxdrupal_feedback_form_wrapper .form-actions .webform-submit{float:right;}#oxdrupal_feedback_form_wrapper .popover-content{display:block;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form{padding:32px;text-align:center;}body.button-soft #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form{border-radius:2px;}body.button-round #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form{border-radius:5px;}@media (min-width:768px){#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form #edit-submitted-was-this-page-useful{float:right;}}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form #edit-submitted-was-this-page-useful .form-item:last-of-type label,#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form #edit-submitted-was-this-page-useful .form-item:last-of-type .control-label.label_replace,#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form #edit-submitted-was-this-page-useful .form-item:last-of-type legend{margin:0;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form .radio{padding:0px !important;margin:0;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form .webform-progressbar{display:none;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form [type="radio"] + span::before{display:none !important;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-was-this-page-useful"],#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form legend[for="edit-submitted-was-this-page-useful"],#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form .control-label.label_replace{padding:16px 32px 16px 0;margin:0;font-size:1.2rem;width:auto;float:left;border:0;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-was-this-page-useful"] .form-required,#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form legend[for="edit-submitted-was-this-page-useful"] .form-required,#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form .control-label.label_replace .form-required{display:none;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-please-tell-us-why"]{margin:16px 0px;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form legend[for="edit-submitted-was-this-page-useful-1"],#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form legend[for="edit-submitted-was-this-page-useful-2"],#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-was-this-page-useful-1"],#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-was-this-page-useful-2"],#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form button{padding:16px 32px;text-transform:uppercase;}body.button-soft #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form legend[for="edit-submitted-was-this-page-useful-1"],body.button-soft #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form legend[for="edit-submitted-was-this-page-useful-2"],body.button-soft #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-was-this-page-useful-1"],body.button-soft #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-was-this-page-useful-2"],body.button-soft #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form button{border-radius:2px;}body.button-round #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form legend[for="edit-submitted-was-this-page-useful-1"],body.button-round #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form legend[for="edit-submitted-was-this-page-useful-2"],body.button-round #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-was-this-page-useful-1"],body.button-round #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-was-this-page-useful-2"],body.button-round #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form button{border-radius:5px;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form textarea{padding:16px;margin-bottom:16px;}body.button-soft #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form textarea{border-radius:2px;}body.button-round #oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form textarea{border-radius:5px;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form .webform-component{margin-bottom:0px !important;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form .captcha-admin-links{display:none;}@media screen and (min-width:768px){#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form{max-width:512px;margin:64px auto;text-align:left;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form legend[for="edit-submitted-was-this-page-useful"],#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-was-this-page-useful"],#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form .control-label.label_replace{display:inline-block !important;}}@media screen and (max-width:768px){#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form{margin:32px auto;}#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form legend[for="edit-submitted-was-this-page-useful"],#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form label[for="edit-submitted-was-this-page-useful"],#oxdrupal_feedback_form_wrapper .oxdrupal_feedback_form .control-label.label_replace{padding-right:0;}}.field-name-field-tags{margin-top:2em;}.field-type-taxonomy-term-reference .btn-info a{text-decoration:none;margin-right:5px;}.field-name-field-more-information{margin:20px 0;}.field-name-field-tags .btn-info,.field-name-field-person-tags .btn-info{float:left;margin-right:5px;margin-bottom:5px;}body.front div.view div.more-link{padding-top:30px;}.field-name-field-location,.field-name-field-event-date,.field-name-field-event-time{margin:0 0 10px 0;}.field-name-field-event-date,.field-name-field-event-time{display:-webkit-inline-box;}.field-name-field-event-date,.field-name-field-event-time{display:inline;}.field-name-field-event-date div,.field-name-field-event-time div{display:inline;}.field-name-field-event-time p{display:inline;}#wrapper-main .tabs--primary{margin:10px 0;border-bottom:1px solid #eee;}#wrapper-main .tabs--primary a{font-size:1rem;text-decoration:none;font-weight:normal;}ul.pagination{padding-left:15px;}ul.pagination.display-pager-no{display:none;}ul.pagination li.prev a:before{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;content:"";margin-right:8px;}ul.pagination li.next a:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;content:"";margin-left:8px;}ul.pagination li.pager-first a:before{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;content:"";margin-right:8px;}ul.pagination li.pager-last a:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;content:"";margin-left:8px;}ul.pagination > li > a,ul.pagination > li > span{margin-right:5px;margin-bottom:5px;}ul.pagination > li > a:after{transition:all 0s;}.pagination > li:first-child > a,.pagination > li:first-child > span,.pagination > li > a,.pagination > li > span,.pagination > li:last-child > a,.pagination > li:last-child > span{border:none;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;}body.button-soft .pagination > li:first-child > a,body.button-soft .pagination > li:first-child > span,body.button-soft .pagination > li > a,body.button-soft .pagination > li > span,body.button-soft .pagination > li:last-child > a,body.button-soft .pagination > li:last-child > span{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;background-clip:padding-box;}body.button-round .pagination > li:first-child > a,body.button-round .pagination > li:first-child > span,body.button-round .pagination > li > a,body.button-round .pagination > li > span,body.button-round .pagination > li:last-child > a,body.button-round .pagination > li:last-child > span{border-radius:5em;-webkit-border-radius:5em;-moz-border-radius:5em;background-clip:padding-box;}.wrapper-main .pagination a:link{text-decoration:none;}body.button-soft .wrapper-main .paragraphs-item-wysiwyg-content-area a.btn.wysiwyg-button-fill,body.button-soft .wrapper-main .paragraphs-item-wysiwyg-content-area a.btn.wysiwyg-button-outline,body.button-soft .wrapper-main .paragraphs-item-wysiwyg-content-area a.btn.wysiwyg-c2a-fill,body.button-soft .wrapper-main .paragraphs-item-wysiwyg-content-area a.btn.wysiwyg-c2a-outline{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;background-clip:padding-box;}body.button-round .wrapper-main .paragraphs-item-wysiwyg-content-area a.btn.wysiwyg-button-fill,body.button-round .wrapper-main .paragraphs-item-wysiwyg-content-area a.btn.wysiwyg-button-outline,body.button-round .wrapper-main .paragraphs-item-wysiwyg-content-area a.btn.wysiwyg-c2a-fill,body.button-round .wrapper-main .paragraphs-item-wysiwyg-content-area a.btn.wysiwyg-c2a-outline{border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;background-clip:padding-box;}.image-left{float:left;margin-right:15px;}.image-right{float:right;margin-left:15px;}.quicktabs-wrapper ul.single-tab{display:none;}#block-system-main > article.node-webform,.entity-paragraphs-item,.paragraphs-item{padding-top:0;padding-bottom:0;clear:both;}#block-system-main > article.node-webform > .content > h2,#block-system-main > article.node-webform > h2,#block-system-main > article.node-webform h2.pane-title,#block-system-main > article.node-webform h2.widget-title,#block-system-main > article.node-webform .view-header > h2,.entity-paragraphs-item > .content > h2,.entity-paragraphs-item > h2,.entity-paragraphs-item h2.pane-title,.entity-paragraphs-item h2.widget-title,.entity-paragraphs-item .view-header > h2,.paragraphs-item > .content > h2,.paragraphs-item > h2,.paragraphs-item h2.pane-title,.paragraphs-item h2.widget-title,.paragraphs-item .view-header > h2{padding-top:16px;padding-bottom:8px;margin-top:0px;margin-bottom:0.5em;}#block-system-main > article.node-webform.margin-top,.entity-paragraphs-item.margin-top,.paragraphs-item.margin-top{padding-top:32px;}#block-system-main > article.node-webform.margin-top > .content > h2,#block-system-main > article.node-webform.margin-top > h2,#block-system-main > article.node-webform.margin-top h2.pane-title,#block-system-main > article.node-webform.margin-top h2.widget-title,#block-system-main > article.node-webform.margin-top .view-header > h2,.entity-paragraphs-item.margin-top > .content > h2,.entity-paragraphs-item.margin-top > h2,.entity-paragraphs-item.margin-top h2.pane-title,.entity-paragraphs-item.margin-top h2.widget-title,.entity-paragraphs-item.margin-top .view-header > h2,.paragraphs-item.margin-top > .content > h2,.paragraphs-item.margin-top > h2,.paragraphs-item.margin-top h2.pane-title,.paragraphs-item.margin-top h2.widget-title,.paragraphs-item.margin-top .view-header > h2{padding-top:0;}#block-system-main > article.node-webform.margin-bottom,#block-system-main > article.node-webform.node--webform--full,.entity-paragraphs-item.margin-bottom,.entity-paragraphs-item.node--webform--full,.paragraphs-item.margin-bottom,.paragraphs-item.node--webform--full{padding-bottom:32px;}#block-system-main > article.node-webform.margin-bottom.paragraphs-item-banner-listing .listing-wrapper.widget-background-colour-applied,#block-system-main > article.node-webform.node--webform--full.paragraphs-item-banner-listing .listing-wrapper.widget-background-colour-applied,.entity-paragraphs-item.margin-bottom.paragraphs-item-banner-listing .listing-wrapper.widget-background-colour-applied,.entity-paragraphs-item.node--webform--full.paragraphs-item-banner-listing .listing-wrapper.widget-background-colour-applied,.paragraphs-item.margin-bottom.paragraphs-item-banner-listing .listing-wrapper.widget-background-colour-applied,.paragraphs-item.node--webform--full.paragraphs-item-banner-listing .listing-wrapper.widget-background-colour-applied{margin-bottom:-32px;}.paragraphs-item .grid-listing-wrapper.no-title.no-link .views-exposed-widgets{margin-bottom:16px;}.spacious .paragraphs-item .grid-listing-wrapper.no-title.no-link .views-exposed-widgets{margin-bottom:32px;}.paragraphs-item .grid-listing-wrapper.with-controls h2.widget-title,.paragraphs-item .grid-listing-wrapper.with-controls .widget-header .widget-link{margin-bottom:0px;}@media (max-width:667px){div.col-sm-6.list{width:100%;}}.paragraphs-item-wysiwyg-content-area h1,.paragraphs-item-wysiwyg-content-area h2,.paragraphs-item-wysiwyg-content-area h3,.paragraphs-item-wysiwyg-content-area h4,.paragraphs-item-wysiwyg-content-area h5,.paragraphs-item-wysiwyg-content-area h6{clear:none;}.paragraphs-item-wysiwyg-content-area .content:after{content:".";visibility:hidden;display:block;height:0;clear:both;}.highlight1 *.highlight1,.highlight1 *.highlight2,.highlight1 *.highlight3,.highlight2 *.highlight1,.highlight2 *.highlight2,.highlight2 *.highlight3,.highlight3 *.highlight1,.highlight3 *.highlight2,.highlight3 *.highlight3{color:inherit;background-color:inherit;}#wrapper-main .paragraphs-item-wysiwyg-content-area .container-fluid.layout-container{padding-left:0px;padding-right:0px;}ul.double-spaced li,ol.double-spaced li{margin-bottom:0.5em;}.one-col-link-list,.one-col-bulletless,.one-col-circled-list{-webkit-column-count:1;-moz-column-count:1;column-count:1;}.two-col-link-list,.two-col-bulletless,.two-col-circled-list{-webkit-column-count:2;-moz-column-count:2;column-count:2;}.three-col-link-list,.three-col-bulletless{-webkit-column-count:3;-moz-column-count:3;column-count:3;}.four-col-link-list,.four-col-bulletless{-webkit-column-count:4;-moz-column-count:4;column-count:4;}@media (max-width:992px){.two-col-link-list,.three-col-link-list,.four-col-link-list,.two-col-bulletless,.two-col-circled-list,.three-col-bulletless,.four-col-bulletless{-webkit-column-count:2;-moz-column-count:2;column-count:2;}}@media (max-width:768px){.two-col-link-list,.three-col-link-list,.four-col-link-list,.two-col-bulletless,.two-col-circled-list,.three-col-bulletless,.four-col-bulletless{-webkit-column-count:1;-moz-column-count:1;column-count:1;}}.wrapper-main .one-col-link-list,.wrapper-main .two-col-link-list,.wrapper-main .three-col-link-list,.wrapper-main .four-col-link-list{padding:0;}.one-col-link-list li,.two-col-link-list li,.three-col-link-list li,.four-col-link-list li{margin-bottom:0.6em;position:relative;list-style-type:none;list-style-position:outside;text-decoration:none;padding-left:1em;page-break-inside:avoid;}.one-col-link-list li a:link,.two-col-link-list li a:link,.three-col-link-list li a:link,.four-col-link-list li a:link{text-decoration:none;}.one-col-link-list li a:hover,.one-col-link-list li a:focus,.two-col-link-list li a:hover,.two-col-link-list li a:focus,.three-col-link-list li a:hover,.three-col-link-list li a:focus,.four-col-link-list li a:hover,.four-col-link-list li a:focus{text-decoration:underline;}.one-col-link-list li:before,.two-col-link-list li:before,.three-col-link-list li:before,.four-col-link-list li:before{content:"";font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-style:normal;font-weight:900;text-decoration:inherit;font-size:1em;display:inline-block;padding:0 0.5em 0 0;position:absolute;left:0;}.wrapper-main .one-col-bulletless,.wrapper-main .two-col-bulletless,.wrapper-main .three-col-bulletless,.wrapper-main .four-col-bulletless{padding:0;}.one-col-bulletless li,.two-col-bulletless li,.three-col-bulletless li,.four-col-bulletless li{line-height:2em;position:relative;list-style-type:none;text-decoration:none;}.one-col-bulletless li a:link,.two-col-bulletless li a:link,.three-col-bulletless li a:link,.four-col-bulletless li a:link{text-decoration:none;}.one-col-bulletless li a:hover,.one-col-bulletless li a:focus,.two-col-bulletless li a:hover,.two-col-bulletless li a:focus,.three-col-bulletless li a:hover,.three-col-bulletless li a:focus,.four-col-bulletless li a:hover,.four-col-bulletless li a:focus{text-decoration:underline;}.one-col-circled-list,.two-col-circled-list{counter-reset:list_item_count;}.wrapper-main .one-col-circled-list,.wrapper-main .two-col-circled-list{padding:0;}.one-col-circled-list li,.two-col-circled-list li{page-break-inside:avoid;break-inside:avoid;-webkit-column-break-inside:avoid;counter-increment:list_item_count;display:block;margin:0;padding:0.3125rem 0 0 0.3125rem;page-break-inside:avoid;box-shadow:none;color:#2a2a2a;display:block;min-height:2.375rem;padding:0.5em 0.5em 1.6em 3.4em;position:relative;}.one-col-circled-list li a:link,.two-col-circled-list li a:link{text-decoration:underline;}.one-col-circled-list li a:hover,.one-col-circled-list li a:focus,.two-col-circled-list li a:hover,.two-col-circled-list li a:focus{text-decoration:underline;}.one-col-circled-list li::before,.two-col-circled-list li::before{color:#444 !important;background-color:#eee !important;border-radius:1.5em;content:counter(list_item_count);height:2.375em;left:0;line-height:2;position:absolute;text-align:center;top:0;width:2.375em;padding-top:0.2em;}.wrapper-main .wysiwyg-c2a-fill,.wrapper-main .wysiwyg-c2a-outline,.wrapper-main .wysiwyg-button-fill,.wrapper-main .wysiwyg.button-outline,#footer .wysiwyg-c2a-fill,#footer .wysiwyg-c2a-outline,#footer .wysiwyg-button-fill,#footer .wysiwyg.button-outline{display:inline-block;position:relative;}.wrapper-main .wysiwyg-button-fill,.wrapper-main .wysiwyg-button-outline,#footer .wysiwyg-button-fill,#footer .wysiwyg-button-outline{padding:0.5em 1.5em;}.wrapper-main .wysiwyg-c2a-fill,.wrapper-main .wysiwyg-c2a-outline,#footer .wysiwyg-c2a-fill,#footer .wysiwyg-c2a-outline{padding:1em 3em;}.wrapper-main .wysiwyg-c2a-fill:before,.wrapper-main .wysiwyg-c2a-outline:before,#footer .wysiwyg-c2a-fill:before,#footer .wysiwyg-c2a-outline:before{position:absolute;right:1em;padding:2px 1.1px;font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;}body.chevron-right .wysiwyg-c2a-fill:before,body.chevron-right .wysiwyg-c2a-outline:before{content:"";}body.chevron-circle-right .wysiwyg-c2a-fill:before,body.chevron-circle-right .wysiwyg-c2a-outline:before{content:"";}body.angle-right .wysiwyg-c2a-fill:before,body.angle-right .wysiwyg-c2a-outline:before{content:"";}body.angle-double-right .wysiwyg-c2a-fill:before,body.angle-double-right .wysiwyg-c2a-outline:before{content:"";}body.arrow-right .wysiwyg-c2a-fill:before,body.arrow-right .wysiwyg-c2a-outline:before{content:"";}body.arrow-circle-right .wysiwyg-c2a-fill:before,body.arrow-circle-right .wysiwyg-c2a-outline:before{content:"";}body.arrow-alt-circle-right .wysiwyg-c2a-fill:before,body.arrow-alt-circle-right .wysiwyg-c2a-outline:before{content:"";}body.long-arrow-alt-right .wysiwyg-c2a-fill:before,body.long-arrow-alt-right .wysiwyg-c2a-outline:before{content:"";}.wrapper-main .wysiwyg-c2a-outline,.wrapper-main .wysiwyg-button-outline{border-style:solid;border-width:1px;}@media screen and (max-width:992px){.full-width .paragraphs-item-tabbed-content,.full-width .paragraphs-item-slideshow > .content > h2,.full-width .paragraphs-item-accordion-content > .content > h2,.full-width .paragraphs-item-accordion-content .showmore,.full-width paragraphs-item-accordion-content .showless,.full-width .paragraphs-item-full > h2,.full-width .paragraphs-item-full > .content > h2,.full-width .paragraphs-item-full .nav-tabs,.full-width .paragraphs-item-full .view-filters,.full-width .paragraphs-item-full article.listing-style-callout .listing-detail,.full-width .paragraphs-item-full article.listing-list-style .list-style-text-wrapper,.full-width .paragraphs-item-metadata-display,.full-width .paragraphs-item-form,.full-width .paragraphs-item-simple-feedback-form,.full-width .paragraphs-item-taxonomy-terms-display,.full-width .paragraphs-item-social-media-links,.full-width .paragraphs-item-image-gallery,.full-width .article.listing-list-style .list-style-text-wrapper{padding-left:16px;padding-right:16px;}}@media screen and (max-width:992px){.full-width.paragraphs-item-tabbed-content .tab-content .tab-pane > p{padding-left:16px;padding-right:16px;}}@media screen and (max-width:992px){.full-width.paragraphs-item-metadata-display{padding-left:16px;padding-right:16px;}}@media screen and (max-width:992px){.full-width.paragraphs-item-advanced-accordion .paragraphs-items-field-paragraph-section .panel-collapse .panel-body > .content .paragraphs-item-wysiwyg-content-area{padding-left:16px;padding-right:16px;}}@media screen and (max-width:992px){.full-width.paragraphs-item-advanced-tabbed-content .paragraphs-items-field-advanced-tab-content .paragraphs-item-wysiwyg-content-area{padding-left:16px;padding-right:16px;}}@media screen and (max-width:992px){.full-width.paragraphs-item-form,.full-width.paragraphs-item-simple-feedback-form{padding-left:16px;padding-right:16px;}}@media screen and (max-width:992px){.full-width h2.widget-title{padding-left:16px;}}@media screen and (max-width:992px){.full-width.paragraphs-item-wysiwyg-content-area h2.widget-title{padding-left:0px;}}@media screen and (max-width:992px){.full-width.paragraphs-item-image-gallery-listing h2.widget-title,.full-width.paragraphs-item-media-display h2.widget-title{padding-left:16px;}}.widget-width-8-columns{margin-left:16.666666%;margin-left:calc(100% / 12 * 2);width:66.666666%;width:calc(100% / 12 * 8);}@media (max-width:1200px){.widget-width-8-columns{margin-left:8.333333%;margin-left:calc(100% / 12 * 1);width:83.333333%;width:calc(100% / 12 * 10);}}@media (max-width:768px){.widget-width-8-columns{margin-left:0;width:100%;}}.widget-width-8-columns.widget-background-colour-applied{width:auto;}.widget-width-8-columns.widget-background-colour-applied div.content{margin-left:calc(100% / 12 * 2);margin-right:calc(100% / 12 * 2);}@media (max-width:768px){.widget-width-8-columns.widget-background-colour-applied div.content{margin-left:0px;margin-right:0px;}}.paragraphs-item-full .panels-flexible-region-new-center{width:100% !important;}.wrapper-main div.paragraphs-item-metadata-display{margin-bottom:0;}.wrapper-main div.pane-metadata{clear:both;margin:0;}.wrapper-main div.pane-metadata .container{padding:0px;}.wrapper-main div.pane-metadata .panel{margin-bottom:0px;border:none;box-shadow:none;border-radius:0px;}.wrapper-main div.pane-metadata .field-name-field-event-date,.wrapper-main div.pane-metadata .field-name-field-custom-event-date,.wrapper-main div.pane-metadata .field-name-field-location{display:inline-block;}.wrapper-main div.pane-metadata .field-name-field-event-date,.wrapper-main div.pane-metadata .field-name-field-custom-event-date{margin-right:20px;}.wrapper-main div.pane-metadata .event-location{margin-left:20px;}.wrapper-main div.pane-metadata .field-name-field-event-presenter p{margin-bottom:5px;}.wrapper-main div.pane-metadata .presenter,.wrapper-main div.pane-metadata .author,.wrapper-main div.pane-metadata .jobtitle{display:block;}.wrapper-main div.pane-metadata .person-role{display:block;}.wrapper-main div.pane-metadata .person-email{margin-top:10px;}.wrapper-main div.pane-metadata .person-email,.wrapper-main div.pane-metadata .person-phone{display:block;}.wrapper-main div.pane-metadata address.person{display:block;}.wrapper-main div.pane-metadata .field-name-field-teaser-image{float:left;margin:0 15px 15px 0;}.wrapper-main div.pane-metadata .field-name-field-job-title{margin-top:0;}.wrapper-main div.pane-metadata .field-name-field-affiliation{margin:5px 0;}.wrapper-main div.pane-metadata .field-name-field-role{margin:5px 0;}.wrapper-main div.pane-metadata .field-name-field-further-contact-details{margin:10px 0;}.wrapper-main div.pane-metadata .field-name-field-further-contact-details p{margin-bottom:3px;}.wrapper-main div.pane-metadata .field-name-field-social-media-links .field-item{float:left;width:36px;}.wrapper-main div.pane-metadata .field-name-field-contact-details{clear:both;}.wrapper-main div.pane-metadata .group-contact{width:40%;}.wrapper-main div.pane-metadata .field-name-field-contact-details{padding-top:0px;}.wrapper-main div.pane-metadata .field-name-field-email-address{padding-top:0px;}.wrapper-main div.pane-metadata .field-name-field-web-page{padding-top:10px;}.wrapper-main div.pane-metadata .field-name-field-social-media-links{padding-top:10px;}.wrapper-main div.pane-metadata .field-name-field-publications{margin-bottom:20px;}.wrapper-main div.pane-metadata .field-name-field-publication-date,.wrapper-main div.pane-metadata .authors{display:inline-block;margin-right:30px;}.wrapper-main div.pane-metadata .field-name-field-publication-date div.taxonomy-term,.wrapper-main div.pane-metadata .authors div.taxonomy-term{margin-right:5px;}.wrapper-main div.pane-metadata .field-name-field-publication-date div,.wrapper-main div.pane-metadata .authors div{display:inline-block;}.node-type-oxdrupal-person .wrapper-main div.pane-metadata .field-name-field-teaser-image{float:left;margin:0 40px 15px 0;}.wrapper-main ul.nav-tabs{margin-left:0px;margin-top:10px;}.wrapper-main .nav-tabs a:link{text-decoration:none;}.nav-tabs{border:none;padding-bottom:20px;}.nav-tabs .icon{padding-right:10px;}.nav-tabs > li.active > a:after{content:"";font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;position:absolute;bottom:-11px;left:45%;}.nav-tabs > li > a:hover:after{content:"";font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;position:absolute;bottom:-11px;left:45%;}.nav-tabs > li > a{border-radius:0;padding:18px;margin-right:5px;margin-left:0px;}@media screen and (max-width:992px){.nav-tabs > li > a{margin-bottom:5px;}}.nav-tabs i.fa{margin-right:10px;}.tab-style-linear .wrapper-nav-tabs{overflow-x:auto;border-style:solid;border-width:0 0 1px 0;margin-bottom:10px;}.tab-style-linear #footer ul.nav-tabs,.tab-style-linear #footer-bottom ul.nav-tabs,.tab-style-linear .wrapper-main ul.nav-tabs{text-align:center;margin:0 auto 0 auto;border-style:solid;border-width:0 0 1px 0;padding:0;display:flex;align-items:stretch;max-width:-moz-max-content;max-width:-web-max-content;max-width:max-content;}.tab-style-linear .nav.nav-tabs > li{float:none;}.tab-style-linear .nav.nav-tabs > li.active a{border-width:0 0 2px 0;}.tab-style-linear .nav.nav-tabs > li > a{border-width:0 0 1px 0;padding:16px 32px;margin:0;height:100%;display:flex;align-items:flex-end;}.tab-style-linear .nav.nav-tabs > li > a i.fa{align-self:center;}.tab-style-linear .nav.nav-tabs > li > a:hover,.tab-style-linear .nav.nav-tabs > li > a:active{border-width:0 0 2px 0;}@media screen and (max-width:992px){.tab-style-linear .nav.nav-tabs > li > a{padding:8px 16px;}}.tab-style-linear #footer-bottom ul.nav-tabs > li > a:hover,.tab-style-linear #footer-bottom ul.nav-tabs > li > a:focus{text-decoration:none;}.tab-style-linear .nav-tabs > li.active > a::after,.tab-style-linear .nav-tabs > li > a:hover::after{display:none;}.showmore a:before{content:"";font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:bold;padding-right:10px;}.showless a:before{content:"";font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:bold;padding-right:10px;}.showmore,.showless{display:block;margin:20px 0;}.showmore a,.showless a{text-decoration:none !important;}.showmore a:hover,.showless a:hover{text-decoration:none !important;}.views-bootstrap-accordion-plugin-style .panel-default{border:none;-webkit-box-shadow:none;box-shadow:none;}.views-bootstrap-accordion-plugin-style .panel-heading{padding:0px;}.views-bootstrap-accordion-plugin-style .panel-default > .panel-heading{border:none;border-radius:0;}.views-bootstrap-accordion-plugin-style .panel-default > .panel-heading h3{color:inherit;margin:0px;line-height:1.5em;}.views-bootstrap-accordion-plugin-style .panel-default > .panel-heading h3 a{padding:3px 40px 3px 10px;text-decoration:none;}.views-bootstrap-accordion-plugin-style.panel-group .panel{border-bottom-size:2px;border-bottom-style:solid;margin-top:0;}.views-bootstrap-accordion-plugin-style.panel-group .panel-heading + .panel-collapse > .panel-body{border-top:0;padding-bottom:16px;}.views-bootstrap-accordion-plugin-style .panel-default .panel-title > a{display:block;position:relative;}.views-bootstrap-accordion-plugin-style .panel-default .panel-title a:after{font-family:"Glyphicons Halflings";font-size:0.85em;font-weight:200;position:absolute;right:10px;margin-top:2px;}.views-bootstrap-accordion-plugin-style .panel-default .panel-title a:after{content:"";}.views-bootstrap-accordion-plugin-style .panel-default .panel-title a.collapsed:after{content:"";}.views-bootstrap-accordion-plugin-style.panel-group .panel{border-radius:0;}.views-bootstrap-accordion-plugin-style .panel-body{padding:0;}.paragraphs-item-slideshow > div.content,.paragraphs-item-image-gallery-listing > div.content,.paragraphs-item-media-display > div.content{margin-left:16px;margin-right:16px;}.paragraphs-item-slideshow div.content > h2,.paragraphs-item-image-gallery-listing div.content > h2,.paragraphs-item-media-display div.content > h2{margin-left:-16px;}.paragraphs-item-slideshow .media_display_link_list li,.paragraphs-item-image-gallery-listing .media_display_link_list li,.paragraphs-item-media-display .media_display_link_list li{line-height:2em;position:relative;list-style-type:none;text-decoration:none;}.paragraphs-item-slideshow .media_display_link_list li a:link,.paragraphs-item-image-gallery-listing .media_display_link_list li a:link,.paragraphs-item-media-display .media_display_link_list li a:link{text-decoration:none;}.paragraphs-item-slideshow .media_display_link_list li a:hover,.paragraphs-item-slideshow .media_display_link_list li a:focus,.paragraphs-item-image-gallery-listing .media_display_link_list li a:hover,.paragraphs-item-image-gallery-listing .media_display_link_list li a:focus,.paragraphs-item-media-display .media_display_link_list li a:hover,.paragraphs-item-media-display .media_display_link_list li a:focus{text-decoration:underline;}.paragraphs-item-slideshow .media_display_link_list li:before,.paragraphs-item-image-gallery-listing .media_display_link_list li:before,.paragraphs-item-media-display .media_display_link_list li:before{content:"";font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900 !important;font-style:normal;font-weight:normal;text-decoration:inherit;font-size:1em;display:inline-block;padding:0 0.5em 0 0;}.swiper-container{padding:0;}.swiper-container .slide-wrapper.text-overlay{background-color:transparent;}.swiper-container .slide-wrapper.text-overlay a:visited .text-wrapper,.swiper-container .slide-wrapper.text-overlay a:link .text-wrapper,.swiper-container .slide-wrapper.text-overlay a .text-wrapper{background-color:transparent;}.swiper-container .slide-wrapper.text-overlay .field-item::before{content:"\a";width:100%;height:100%;top:0;left:0;position:absolute;background:-moz-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,0,0,0)),color-stop(100%,rgba(0,0,0,0.8)));background:-webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-o-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-ms-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:linear-gradient(to bottom,rgba(53,0,0,0) 0%,black 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 0, 0, 0)",endColorstr="rgba(0, 0, 0, 0.8)",GradientType=0);z-index:10;}.swiper-container .slide-wrapper,.swiper-container .slide-wrapper a{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:inherit;}@media (max-width:768px){.swiper-container .slide-wrapper,.swiper-container .slide-wrapper a{display:block;}}.swiper-container .slide-wrapper a:link,.swiper-container .slide-wrapper a:hover,.swiper-container .slide-wrapper a:focus{text-decoration:none;color:inherit;width:100%;}.swiper-container .slide-wrapper.text-block .text-wrapper{height:100%;min-height:100%;flex:0 1 auto;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-self:center;align-self:center;-webkit-box-align:center;-webkit-flex-align:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;width:36%;}@media (min-width:992px){.swiper-container .slide-wrapper.text-block .text-wrapper{width:30%;}}@media (max-width:768px){.swiper-container .slide-wrapper.text-block .text-wrapper{display:block;padding:0 0 30px 0;width:100%;}}.swiper-container .slide-wrapper.text-block .text-wrapper .text-padding{max-width:100%;}@media (max-width:768px){.swiper-container .slide-wrapper.text-block .text-wrapper .text-padding{padding:20px 40px 20px 40px;padding:10px 40px 10px 40px;padding:10px;}}@media (min-width:768px){.swiper-container .slide-wrapper.text-block .text-wrapper .text-padding{padding:20px 60px 20px 20px;}}@media (min-width:1200px){.swiper-container .slide-wrapper.text-block .text-wrapper .text-padding .field-content{}}@media (min-width:1600px){.swiper-container .slide-wrapper.text-block .text-wrapper .text-padding .field-content{}}@media (min-width:1800px){.swiper-container .slide-wrapper.text-block .text-wrapper .text-padding .field-content{}}.swiper-container .slide-wrapper.text-block .text-wrapper .slide-title{margin-bottom:0.3rem;}.swiper-container .slide-wrapper.text-block .image-wrapper{flex:0 1 auto;width:64%;}@media (min-width:992px){.swiper-container .slide-wrapper.text-block .image-wrapper{width:70%;}}@media (max-width:768px){.swiper-container .slide-wrapper.text-block .image-wrapper{display:block;width:100%;}}.swiper-container .slide-wrapper.text-block .image-wrapper img{width:100%;height:auto;}.swiper-container .items-per-slide-2 .slide-wrapper,.swiper-container .items-per-slide-2 .slide-wrapper a,.swiper-container .items-per-slide-2 .slide-wrapper.text-block .image-wrapper,.swiper-container .items-per-slide-3 .slide-wrapper,.swiper-container .items-per-slide-3 .slide-wrapper a,.swiper-container .items-per-slide-3 .slide-wrapper.text-block .image-wrapper,.swiper-container .items-per-slide-4 .slide-wrapper,.swiper-container .items-per-slide-4 .slide-wrapper a,.swiper-container .items-per-slide-4 .slide-wrapper.text-block .image-wrapper{display:block;width:100%;}.swiper-container .items-per-slide-2 .slide-wrapper.text-block .text-wrapper,.swiper-container .items-per-slide-3 .slide-wrapper.text-block .text-wrapper,.swiper-container .items-per-slide-4 .slide-wrapper.text-block .text-wrapper{display:block;padding:10px 0 0 0;width:100%;height:200px !important;}@media (max-width:768px){.swiper-container .items-per-slide-2 .slide-wrapper.text-block .text-wrapper,.swiper-container .items-per-slide-3 .slide-wrapper.text-block .text-wrapper,.swiper-container .items-per-slide-4 .slide-wrapper.text-block .text-wrapper{display:block;width:100%;height:100px !important;}}.swiper-container .slide-wrapper.text-overlay{position:relative;}.swiper-container .slide-wrapper.text-overlay .text-wrapper{z-index:20;position:absolute;left:0;bottom:40px;padding:40px;width:100%;}.swiper-container .slide-wrapper.text-overlay .text-wrapper.no-image{position:relative;bottom:0px;}.swiper-container .slide-wrapper.text-overlay .image-wrapper{width:100%;}.swiper-outer-container{position:relative;z-index:0;}.swiper-pagination{width:100% !important;position:relative;text-align:center;padding:16px 0;}.swiper-pagination .swiper-pagination-bullet{width:16px;height:16px;margin:0px 4px;opacity:0.25;}.swiper-pagination .swiper-pagination-bullet:hover,.swiper-pagination .swiper-pagination-bullet:focus{opacity:0.75;}.swiper-pagination .swiper-pagination-bullet-active{opacity:1;}.pane-carousel-listing-widget .swiper-pagination{text-align:right;}.swiper-button-next,.swiper-button-prev{background-image:none;width:48px;height:48px;bottom:32px;top:inherit;padding:10px 0px 0px 0px;text-align:center;opacity:0.75;z-index:1000;position:absolute;}.swiper-button-next.swiper-button-disabled,.swiper-button-next.swiper-button-disabled:hover,.swiper-button-next.swiper-button-disabled:focus,.swiper-button-prev.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled:hover,.swiper-button-prev.swiper-button-disabled:focus{opacity:0.25;pointer-events:auto;}.swiper-button-next:hover,.swiper-button-prev:hover,.swiper-button-next:focus,.swiper-button-prev:focus{opacity:1;}.paragraphs-item-image-gallery-listing .swiper-button-next,.paragraphs-item-image-gallery-listing .swiper-button-prev{width:64px;height:64px;font-size:3rem;bottom:0px;text-align:center;padding:8px 0px 0px 0px;}.paragraphs-item-image-gallery-listing .swiper-thumbs-button-next,.paragraphs-item-image-gallery-listing .swiper-thumbs-button-prev{bottom:27px;}@media (max-width:1200px){.paragraphs-item-media-display .swiper-button-next,.paragraphs-item-media-display .swiper-button-prev{width:64px;height:64px;font-size:3rem;bottom:0px;text-align:center;padding:8px 0px 0px 0px;}.paragraphs-item-media-display .swiper-thumbs-button-next,.paragraphs-item-media-display .swiper-thumbs-button-prev{bottom:7px;}}@media (min-width:1200px){div.col-md-12 .paragraphs-item-media-display .swiper-button-next,div.col-md-12 .paragraphs-item-media-display .swiper-button-prev,div.col-lg-12 .paragraphs-item-media-display .swiper-button-next,div.col-lg-12 .paragraphs-item-media-display .swiper-button-prev,div.col-md-9 .paragraphs-item-media-display .swiper-button-next,div.col-md-9 .paragraphs-item-media-display .swiper-button-prev,div-col-lg-9 .paragraphs-item-media-display .swiper-button-next,div-col-lg-9 .paragraphs-item-media-display .swiper-button-prev,div.col-md-6 .paragraphs-item-media-display .swiper-button-next,div.col-md-6 .paragraphs-item-media-display .swiper-button-prev,div.col-lg-6 .paragraphs-item-media-display .swiper-button-next,div.col-lg-6 .paragraphs-item-media-display .swiper-button-prev{width:64px;height:64px;font-size:3rem;bottom:0px;text-align:center;padding:8px 0px 0px 0px;}div.col-md-12 .paragraphs-item-media-display .swiper-thumbs-button-next,div.col-md-12 .paragraphs-item-media-display .swiper-thumbs-button-prev,div.col-lg-12 .paragraphs-item-media-display .swiper-thumbs-button-next,div.col-lg-12 .paragraphs-item-media-display .swiper-thumbs-button-prev,div.col-md-9 .paragraphs-item-media-display .swiper-thumbs-button-next,div.col-md-9 .paragraphs-item-media-display .swiper-thumbs-button-prev,div-col-lg-9 .paragraphs-item-media-display .swiper-thumbs-button-next,div-col-lg-9 .paragraphs-item-media-display .swiper-thumbs-button-prev,div.col-md-6 .paragraphs-item-media-display .swiper-thumbs-button-next,div.col-md-6 .paragraphs-item-media-display .swiper-thumbs-button-prev,div.col-lg-6 .paragraphs-item-media-display .swiper-thumbs-button-next,div.col-lg-6 .paragraphs-item-media-display .swiper-thumbs-button-prev{bottom:7px;}}@media (min-width:1200px){div.col-md-3 .paragraphs-item-media-display .swiper-thumbs-button-next,div.col-md-3 .paragraphs-item-media-display .swiper-thumbs-button-prev,div.col-lg-3 .paragraphs-item-media-display .swiper-thumbs-button-next,div.col-lg-3 .paragraphs-item-media-display .swiper-thumbs-button-prev{bottom:7px;}}div.col-md-3 .paragraphs-item-media-display .swiper-button-next,div.col-md-3 .paragraphs-item-media-display .swiper-button-prev,div.col-lg-3 .paragraphs-item-media-display .swiper-button-next,div.col-lg-3 .paragraphs-item-media-display .swiper-button-prev{width:32px;height:32px;font-size:2rem;bottom:0px;text-align:center;padding:0;}.swiper-container.items-per-slide-2 .slide-wrapper,.swiper-container.items-per-slide-3 .slide-wrapper,.swiper-container.items-per-slide-4 .slide-wrapper{display:block;}@media (max-width:992px){.swiper-button-next,.swiper-button-prev{bottom:50%;width:32px;}.swiper-button-next{right:0px;}.swiper-button-prev{left:0px;}}@media (max-width:768px){.pane-image-gallery-listing-widget .swiper-thumbs-container,.pane-media-display-widget .swiper-thumbs-container{display:none;}.pane-image-gallery-listing-widget .swiper-button-next,.pane-image-gallery-listing-widget .swiper-button-prev,.pane-media-display-widget .swiper-button-next,.pane-media-display-widget .swiper-button-prev{display:block !important;}.pane-image-gallery-listing-widget .swiper-thumbs-button-next,.pane-image-gallery-listing-widget .swiper-thumbs-button-prev,.pane-media-display-widget .swiper-thumbs-button-next,.pane-media-display-widget .swiper-thumbs-button-prev{display:none !important;}.slide-wrapper.text-block .image-wrapper,.slide-wrapper.text-block .text-wrapper{width:100%;max-width:950px;display:block;}.slide-wrapper.text-overlay{position:relative;}.slide-wrapper.text-overlay .text-wrapper{padding:5px 40px 5px 45px !important;top:20px;}.slide-wrapper.text-overlay .text-wrapper .slide-title{padding:0px 0px 10px 0px;}.swiper-container.items-per-slide-2,.swiper-container.items-per-slide-3,.swiper-container.items-per-slide-4{padding:0px 40px 40px 40px;}.swiper-container.items-per-slide-2 .slide-wrapper.text-overlay .slide-title,.swiper-container.items-per-slide-3 .slide-wrapper.text-overlay .slide-title,.swiper-container.items-per-slide-4 .slide-wrapper.text-overlay .slide-title{padding:0px 0px 5px 0px;}.swiper-container.items-per-slide-2 .slide-wrapper.text-overlay .slide-text,.swiper-container.items-per-slide-3 .slide-wrapper.text-overlay .slide-text,.swiper-container.items-per-slide-4 .slide-wrapper.text-overlay .slide-text{display:none;}}@media (max-width:768px) and (max-width:768px){.slide-wrapper .text-wrapper .slide-text{display:none;}}@media (max-width:768px) and (max-width:768px){.swiper-container.items-per-slide-2,.swiper-container.items-per-slide-3,.swiper-container.items-per-slide-4{padding:0px;}}.items-per-slide-2 .text-padding{padding:0px 20px !important;}@media (max-width:768px){.items-per-slide-2 .text-padding{padding:5px !important;}}@media (max-width:768px){.items-per-slide-2 .slide-title{padding:0px 0px 10px 0px !important;}}@media (min-width:768px){.items-per-slide-2 .slide-title{padding:0px 0px 10px 0px !important;}}@media (min-width:980px){.items-per-slide-2 .slide-title{padding:0px 0px 10px 0px !important;}}@media (max-width:768px){.items-per-slide-2 .slide-text{display:none;}}.items-per-slide-3 .text-padding{padding:0px 20px !important;}@media (max-width:768px){.items-per-slide-3 .text-padding{padding:5px 10px !important;}}@media (max-width:768px){.items-per-slide-3 .slide-title{padding:0px 0px 10px 0px !important;}}@media (min-width:768px){.items-per-slide-3 .slide-title{padding:0px 0px 10px 0px !important;}}@media (min-width:980px){.items-per-slide-3 .slide-title{padding:0px 0px 10px 0px !important;}}@media (max-width:768px){.items-per-slide-3 .slide-text{display:none;}}@media (min-width:768px){.items-per-slide-4 .slide-wrapper.text-overlay .text-wrapper{padding:10px !important;}}@media (max-width:768px){.items-per-slide-4 .slide-wrapper.text-overlay .text-wrapper{padding:5px !important;}}.items-per-slide-4 .text-padding{padding:0px 20px !important;}@media (max-width:768px){.items-per-slide-4 .text-padding{padding:5px 10px !important;}}@media (max-width:768px){.items-per-slide-4 .slide-title{padding:0px 0px 10px 0px !important;}}@media (min-width:768px){.items-per-slide-4 .slide-title{padding:0px 0px 10px 0px !important;}}@media (min-width:980px){.items-per-slide-4 .slide-title{padding:0px 0px 10px 0px !important;}}@media (max-width:768px){.items-per-slide-4 .slide-text{display:none;}}.swiper-thumbs-container{margin-top:19px;overflow:hidden;}.swiper-thumbs-container .listing-item-wrapper{padding:0;}.swiper-thumbs-container .listing-item-wrapper .image-wrapper{margin-top:5px;margin-bottom:5px;overflow:hidden;}.swiper-thumbs-container .listing-item-wrapper.swiper-slide-active .image-wrapper{margin-top:3px;}.swiper-thumbs-container .listing-item-wrapper:hover{cursor:pointer;}.paragraphs-item-image-gallery .field-item{display:inline-block;position:relative;padding:0;width:120px;height:auto;margin:5px 5px 5px 0px;}.paragraphs-item-image-gallery .field-item img{width:100%;height:auto;opacity:1;margin:0;padding:0;}.paragraphs-item-image-gallery .field-item img:hover,.paragraphs-item-image-gallery .field-item img:focus{opacity:0.8;}.fancybox-skin{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.fancybox-title-float-wrap .child{white-space:normal;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.paragraphs-item-social-media-links .views-row{float:left;margin:10px 10px 10px 0px;}.paragraphs-item-taxonomy-terms-display h3{margin-top:6px;}.paragraphs-item-taxonomy-terms-display .pane-content{margin:0;padding:10px 0 10px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;display:block;clear:both;}.paragraphs-item-taxonomy-terms-display .pane-content .taxonomy{clear:both;padding-bottom:6px;}.paragraphs-item-taxonomy-terms-display .pane-content .taxonomy *{display:inline;}.paragraphs-item-taxonomy-terms-display .pane-content .taxonomy ul{list-style-type:none;padding-left:0;}.paragraphs-item-taxonomy-terms-display .pane-content .taxonomy li:after{content:", ";}.paragraphs-item-taxonomy-terms-display .pane-content .taxonomy li:last-child:after{content:"";}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing{list-style-type:none;padding-left:0;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing a{text-decoration:none;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing article.listing-list-style .list-style-wrapper{width:100%;cursor:pointer;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing article.listing-list-style .list-style-wrapper .list-style-text-wrapper{padding:5px 15px;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing article .list-style-publication-metadata{margin-bottom:5px;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing article .list-style-symplectic-publication-date,.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing article .list-style-symplectic-publication-type,.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing article .list-style-symplectic-publication-parent-title{display:inline;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing article .list-style-symplectic-publication-abstract,.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing article .list-style-symplectic-publication-keywords{display:none;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .modal.modal-wide{z-index:100011;}@media screen and (max-width:768px){.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .modal.modal-wide{padding:0 !important;}}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .modal.modal-wide .modal-dialog{width:75%;}@media screen and (max-width:768px){.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .modal.modal-wide .modal-dialog{width:100%;padding:10px;margin:0;}}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .modal-wide .modal-body{overflow-y:auto;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .row-links{display:none;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing button a,.page-symplectic-publications .wrapper-main button a,.node-type-symplectic-publication-source .wrapper-main button a{text-decoration:none;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .field-wrapper,.page-symplectic-publications .wrapper-main .field-wrapper,.node-type-symplectic-publication-source .wrapper-main .field-wrapper{margin-bottom:20px;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .field-label,.page-symplectic-publications .wrapper-main .field-label,.node-type-symplectic-publication-source .wrapper-main .field-label{margin-right:3px;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .row-links,.page-symplectic-publications .wrapper-main .row-links,.node-type-symplectic-publication-source .wrapper-main .row-links{margin-top:15px;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .open-access-logo,.page-symplectic-publications .wrapper-main .open-access-logo,.node-type-symplectic-publication-source .wrapper-main .open-access-logo{max-width:32px;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .ora-logo,.page-symplectic-publications .wrapper-main .ora-logo,.node-type-symplectic-publication-source .wrapper-main .ora-logo{max-width:100px;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .field-wrapper .tex2jax,.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .field-wrapper p,.page-symplectic-publications .wrapper-main .field-wrapper .tex2jax,.page-symplectic-publications .wrapper-main .field-wrapper p,.node-type-symplectic-publication-source .wrapper-main .field-wrapper .tex2jax,.node-type-symplectic-publication-source .wrapper-main .field-wrapper p{display:inline;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .field-wrapper p,.page-symplectic-publications .wrapper-main .field-wrapper p,.node-type-symplectic-publication-source .wrapper-main .field-wrapper p{margin-right:-4px;}.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .chosen-choices li.search-field input[type="text"],.wrapper-main .paragraphs-item-symplectic-publications-listing .publication-listing .chosen-single.chosen-default,.page-symplectic-publications .wrapper-main .chosen-choices li.search-field input[type="text"],.page-symplectic-publications .wrapper-main .chosen-single.chosen-default,.node-type-symplectic-publication-source .wrapper-main .chosen-choices li.search-field input[type="text"],.node-type-symplectic-publication-source .wrapper-main .chosen-single.chosen-default{min-width:200px;min-height:26px;}.publication-listing .modal-footer{text-align:left;}.modal-footer div{display:inline;}.publication-permalink:before{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-size:20px;font-weight:900;content:"";margin-left:5px;}.publication-permalink{margin-right:30px;}.publications-more-button{margin-top:10px;}body.page-dashboard-requests .modal-backdrop{z-index:1500;}body .modal-backdrop{z-index:100010;}body.modal-open{overflow:auto !important;}body.modal-open[style]{padding-right:0px !important;}.publication-primary-metadata,.publication-secondary-metadata{margin:0 0 5px -20px;}.publication-primary-metadata{margin-left:0px;}.publication-secondary-metadata{margin-left:0px;}.publication-secondary-metadata div div{margin-right:0.5em;}.publication-secondary-metadata div.symplectic-comma-separator{margin-right:0.5em;margin-left:-0.5em;}.publication-author-info div,.node-type-symplectic-publication-source .row-links div,.field_symplectic_keyword-wrapper div,.publication-primary-metadata div,.publication-secondary-metadata div{display:inline;}.modal-body .field_symplectic_publ_date-wrapper:after{content:"\a";}.publication-primary-metadata div.field-wrapper,.publication-secondary-metadata div.field-wrapper{padding:0 0 0 0;}.field_symplectic_abstract-wrapper{margin:20px 0;padding:10px;border-width:1px;border-style:solid;}.field_symplectic_doi-wrapper .field-label{position:absolute;top:-9000000px;}.publication-original-publication,.field_symplectic_doi,.publication-ora-record{margin-right:30px;}.wrapper-main .publication-original-publication a,.wrapper-main .field_symplectic_doi a,.wrapper-main .publication-ora-record a{margin-left:5px;text-decoration:none;}.publication-original-publication a:after,.field_symplectic_doi a:after,.publication-ora-record a:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:bold;content:"";margin-left:5px;}.field_symplectic_doi,.publication-ora-record{background:transparent url(/sites/all/themes/custom/oxtheme/images/icons/doi.png) no-repeat center left;padding:5px 0 5px 25px;}.publication-ora-record{background-image:url(/sites/all/themes/custom/oxtheme/images/icons/ora.png);}.publication-original-publication:before{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-size:20px;font-weight:bold;content:"";margin-left:5px;}#publications-freetext-filter-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}#publications-freetext-filter-wrapper #publications-freetext-filter-clear{margin-left:16px;}.control-label{max-width:100%;margin-bottom:5px;}.webform-component-time .form-control{display:inline;width:auto;margin:0px 5px;}.page-node-done #block-system-main .links{display:none;}.webform-progressbar-outer{margin-bottom:72px;}.webform-client-form .form-managed-file .input-group-btn{width:auto;}.webform-client-form .form-managed-file .input-group-btn button{height:2.4em;margin-left:4px;}.views-exposed-widgets.views-exposed-form label{margin-bottom:3px;}.views-exposed-form .views-exposed-widget{float:left;padding:0.5em 1em 0 0;}.oxdrupal_vacancy_list .loading,.oxdrupal_feed_list .loading{padding:32px;}.oxdrupal_vacancy_list .vacancy,.oxdrupal_vacancy_list .feed-item,.oxdrupal_feed_list .vacancy,.oxdrupal_feed_list .feed-item{min-width:0;margin-bottom:16px;padding:16px;}.oxdrupal_vacancy_list .description,.oxdrupal_feed_list .description{margin-bottom:16px;}.readmore_text{margin-bottom:16px;max-height:180px;position:relative;overflow:hidden;}.readmore_text .readmore_text_more{position:absolute;bottom:0;left:0;width:100%;text-align:center;margin:0;padding:30px 0;}.readmore_link{margin-left:auto;display:block;margin-right:auto;}.expanded .readmore_text{max-height:100%;}.oxdrupal-notification{position:relative;padding-right:32px;padding-bottom:32px;padding-left:72px;padding-top:24px;border-radius:0;border:1px solid transparent;margin-bottom:20px;}body.button-soft .oxdrupal-notification{border-radius:2px;}body.button-round .oxdrupal-notification{border-radius:8px;}.oxdrupal-notification > :first-child{margin-top:0px;padding-top:0px;}.oxdrupal-notification div.oxdrupal-notification-icon{display:inline-block;position:absolute;left:24px;top:20px;margin-top:0.1em;}.cke_editable .readmore_text_more{display:none;}.cke_editable .readmore_text{max-height:100% !important;}.paragraphs-item-wysiwyg-sticky-background .sticky-background-image{display:flex;position:absolute;min-height:100vh;}.paragraphs-item-wysiwyg-sticky-background .sticky-background-image img{max-width:none;min-height:100vh;min-width:100%;object-fit:cover;}.paragraphs-item-wysiwyg-sticky-background .sticky-background-text{padding-top:32px;padding-bottom:32px;min-height:100vh;}.paragraphs-item-wysiwyg-sticky-background .sticky-background-text .text-box{padding-top:32px;padding-bottom:32px;}@media (max-width:768px){.paragraphs-item-wysiwyg-sticky-background .sticky-background-text{padding:0px 8px;}}.paragraphs-item-wysiwyg-sticky-background.full-width .sticky-background-image{margin-left:-90px;}.paragraphs-item-wysiwyg-sticky-background.full-width .sticky-background-image img{min-width:100vw;min-height:100vh;}.paragraphs-item-fixed-background-scroller .section{background-attachment:fixed;position:relative;overflow:hidden;background:center center no-repeat #000;background-size:cover;min-height:100vh;min-width:100%;}.paragraphs-item-fixed-background-scroller .section-background.section-background-fixed{clip:rect(0,auto,auto,0);-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);}.paragraphs-item-fixed-background-scroller .section-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;}.paragraphs-item-fixed-background-scroller .section-background.section-background-fixed .section-background-image{position:fixed;-moz-transform:translateZ(0);-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;}.paragraphs-item-fixed-background-scroller .section-background .section-background-image{display:block;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:3;}.paragraphs-item-fixed-background-scroller img{object-fit:cover;width:100%;height:100%;}.paragraphs-item-fixed-background-scroller.full-width .section{min-width:100vw;margin-left:-90px;}.paragraphs-item-fixed-background-scroller .overlay,.paragraphs-item-fixed-background-scroller .text-wrapper{position:absolute;display:block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;height:100%;align-items:center;justify-content:center;}.paragraphs-item-fixed-background-scroller .overlay{z-index:3;opacity:0.2;}.paragraphs-item-fixed-background-scroller .text-wrapper{z-index:4;}.paragraphs-item-fixed-background-scroller .text-wrapper.left{justify-content:flex-start;padding-left:96px;}.paragraphs-item-fixed-background-scroller .text-wrapper.right{justify-content:flex-end;padding-right:96px;}.paragraphs-item-fixed-background-scroller .text-wrapper .text-box{max-width:70vw;margin-left:32px;}.widget-titles-centered .widget-title,.widget-titles-centered .paragraphs-item.panelizer-view-mode > h2,.widget-titles-centered .paragraphs-item.panelizer-view-mode h2.pane-title{text-align:center;}.widget-titles-centered .widget-header-with-link{display:block;}.widget-titles-centered .widget-header-with-link .widget-title{float:none;}.widget-titles-centered .widget-header-with-link .widget-link{margin-top:0;}.paragraphs-item.widget-background-colour-applied.paragraphs-item-tabbed-content,.paragraphs-item.widget-background-colour-applied.paragraphs-item-wysiwyg-content-area,.entity-paragraphs-item.widget-background-colour-applied.paragraphs-item-tabbed-content,.entity-paragraphs-item.widget-background-colour-applied.paragraphs-item-wysiwyg-content-area{padding-left:15px;padding-right:15px;}.paragraphs-item .widget-background-colour-applied.tab-pane,.entity-paragraphs-item .widget-background-colour-applied.tab-pane{padding:15px;margin-top:-10px;}.paragraphs-item .widget-background-colour-applied.panel-body,.entity-paragraphs-item .widget-background-colour-applied.panel-body{padding:0 10px;}.sidebar-first #wrapper-main aside.sidebar-first,.sidebar-second #wrapper-main aside.sidebar-first{z-index:99;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied{padding-left:16px;padding-right:16px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied .listing-wrapper,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied .listing-wrapper,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied .listing-wrapper,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied .listing-wrapper{padding-left:640px !important;padding-right:640px !important;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item-image-gallery,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item-image-gallery{padding-left:640px;padding-right:640px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item-carousel-listing .slideshow-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item-carousel-listing .slideshow-listing-wrapper.full-width .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item-carousel-listing .slideshow-listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item-carousel-listing .slideshow-listing-wrapper.full-width .widget-title{margin-left:-64px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied:not(.paragraphs-item-wysiwyg-content-area) .content .widget-title,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied:not(.paragraphs-item-wysiwyg-content-area) .content .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied:not(.paragraphs-item-wysiwyg-content-area) .content .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied:not(.paragraphs-item-wysiwyg-content-area) .content .widget-title{margin-left:-48px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied.paragraphs-item-wysiwyg-content-area .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied.paragraphs-item-wysiwyg-content-area .widget-title{margin-left:0px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns),.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns),.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div{margin-left:-640px;margin-right:-640px;padding-left:640px;padding-right:640px;}@media (min-width:992px){.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-advanced-accordion.widget-width-8-columns{margin-left:16.666666%;margin-left:calc(100% / 12 * 2);padding-left:0;padding-right:0;}}@media (max-width:1200px){.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-advanced-accordion.widget-width-8-columns{margin-left:8.333333%;margin-left:calc(100% / 12 * 1);padding-left:0;padding-right:0;}}@media (max-width:992px){.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-advanced-accordion.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-accordion-content.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-advanced-accordion.widget-width-8-columns{width:auto;}}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-accordion-content.widget-width-8-columns .entity-paragraphs-item,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-advanced-accordion.widget-width-8-columns .entity-paragraphs-item,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-accordion-content.widget-width-8-columns .entity-paragraphs-item,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-advanced-accordion.widget-width-8-columns .entity-paragraphs-item,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-accordion-content.widget-width-8-columns .entity-paragraphs-item,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-advanced-accordion.widget-width-8-columns .entity-paragraphs-item,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-accordion-content.widget-width-8-columns .entity-paragraphs-item,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-advanced-accordion.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-accordion-content.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).paragraphs-item-advanced-accordion.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-accordion-content.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-advanced-accordion.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-accordion-content.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.paragraphs-item-advanced-accordion.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-accordion-content.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-advanced-accordion.widget-width-8-columns .entity-paragraphs-item{width:auto;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns).widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item:not(.widget-width-8-columns) .listing-wrapper.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width{padding-left:calc(640px + 48px) !important;padding-right:calc(640px + 48px) !important;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-slideshow .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-slideshow .widget-title{margin-left:-16px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-share-on-social-media .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-share-on-social-media .widget-title{margin-left:0px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-image-gallery.full-width.widget-background-colour-applied,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-image-gallery.full-width.widget-background-colour-applied{margin-left:-640px;margin-right:-640px;padding-left:640px !important;padding-right:640px !important;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.full-width .widget-title,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-taxonomy-terms-display.full-width .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.full-width .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-taxonomy-terms-display.full-width .widget-title{margin-left:0px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.full-width.widget-background-colour-applied .content,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-taxonomy-terms-display.full-width.widget-background-colour-applied .content,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.full-width.widget-background-colour-applied .content,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-taxonomy-terms-display.full-width.widget-background-colour-applied .content{margin-left:-48px;margin-right:-48px;margin-left:-48px;margin-right:-48px;padding-bottom:16px;}@media (min-width:992px){.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-list-listing.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-taxonomy-terms-display.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-list-listing.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-taxonomy-terms-display.widget-width-8-columns{margin-left:16.666666%;margin-left:calc(100% / 12 * 2);padding-left:0;padding-right:0;}}@media (max-width:992px){.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-list-listing.widget-width-8-columns,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-taxonomy-terms-display.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-list-listing.widget-width-8-columns,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-taxonomy-terms-display.widget-width-8-columns{width:auto;}}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.widget-width-8-columns .entity-paragraphs-item,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-list-listing.widget-width-8-columns .entity-paragraphs-item,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-taxonomy-terms-display.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-list-listing.widget-width-8-columns .entity-paragraphs-item,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-taxonomy-terms-display.widget-width-8-columns .entity-paragraphs-item{width:auto;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-accordion-content.full-width.widget-background-colour-applied > .content .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-accordion-content.full-width.widget-background-colour-applied > .content .widget-title{margin-left:-48px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-accordion-content.full-width.widget-background-colour-applied .paragraphs-items-field-wysiwyg-section,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-accordion-content.full-width.widget-background-colour-applied .paragraphs-items-field-wysiwyg-section{margin-left:-48px;margin-right:-48px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-reusable-content .node-reusable-content .paragraphs-item.full-width,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-reusable-content .node-reusable-content .paragraphs-item.full-width{margin-left:0;margin-right:0;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-carousel-listing .slideshow-listing-wrapper.full-width .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-carousel-listing .slideshow-listing-wrapper.full-width .widget-title{margin-left:-64px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.banner-listing-wrapper,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.grid-listing-wrapper,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.banner-listing-wrapper,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.grid-listing-wrapper,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper{padding-left:calc(16px + 640px);padding-right:calc(16px + 640px);margin-left:calc(-16px - 640px);margin-right:calc(-16px - 640px);}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.banner-listing-wrapper.widget-background-colour-applied,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.grid-listing-wrapper.widget-background-colour-applied,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.banner-listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.grid-listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper.widget-background-colour-applied{margin-left:calc(-16px - 640px);margin-right:calc(-16px - 640px);}@media (max-width:992px){.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.banner-listing-wrapper,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.grid-listing-wrapper,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.banner-listing-wrapper,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.grid-listing-wrapper,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper{margin-left:-640px;}}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.banner-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.grid-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.banner-listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.grid-listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper .widget-title{margin-left:0px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper.full-width{padding-left:calc(640px + 16px) !important;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper.full-width .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper.full-width .widget-title{margin-left:0px;}.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper.widget-background-colour-applied,.sidebar-first #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper.full-width.widget-background-colour-applied,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .full-width .pane-content > div.slideshow-listing-wrapper.full-width.widget-background-colour-applied{margin-right:calc(-640px - 48px);}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-wysiwyg-content-area,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-wysiwyg-content-area,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-wysiwyg-content-area,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-wysiwyg-content-area{padding-bottom:16px;}@media (min-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-wysiwyg-content-area.widget-width-8-columns,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-wysiwyg-content-area.widget-width-8-columns,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-wysiwyg-content-area.widget-width-8-columns,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-wysiwyg-content-area.widget-width-8-columns{margin-left:0px;}}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-grid-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-list-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-grid-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-list-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-grid-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-list-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-grid-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-list-listing:not(.full-width) .widget-background-colour-applied{padding-left:16px;padding-right:16px;}}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-image-gallery.widget-background-colour-applied:not(.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-image-gallery.widget-background-colour-applied:not(.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-image-gallery.widget-background-colour-applied:not(.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-image-gallery.widget-background-colour-applied:not(.full-width){margin-left:-16px;margin-right:-16px;}}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-banner-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-carousel-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-image-gallery-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-media-display:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-slideshow-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-banner-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-carousel-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-image-gallery-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-media-display:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-slideshow-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-banner-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-carousel-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-image-gallery-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-media-display:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-slideshow-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-banner-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-carousel-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-image-gallery-listing:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-media-display:not(.full-width) .widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-slideshow-listing:not(.full-width) .widget-background-colour-applied{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width{padding-right:0px;}@media (min-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width{margin-left:0px;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width .listing-wrapper{padding-left:0px !important;padding-right:0px !important;margin-right:0px !important;}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width .listing-wrapper{margin-left:0px !important;}}@media screen and (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .listing-wrapper h2.widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width .listing-wrapper h2.widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width .listing-wrapper h2.widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width .listing-wrapper h2.widget-title{padding-left:0px;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-wysiwyg-content-area,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-wysiwyg-content-area,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-wysiwyg-content-area,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-wysiwyg-content-area{padding-bottom:16px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-image-gallery .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-image-gallery .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-image-gallery .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-image-gallery .widget-title{margin-left:16px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-slideshow .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-slideshow .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-slideshow .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-slideshow .widget-title{margin-left:-16px;}@media (min-width:1200px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-carousel-listing .widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-carousel-listing .widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-carousel-listing .widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-carousel-listing .widget-background-colour-applied .widget-title{margin-left:-48px !important;}}@media (min-width:1200px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-carousel-listing .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-carousel-listing .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-carousel-listing .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-carousel-listing .widget-title{margin-left:-64px !important;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-grid-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-banner-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-list-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-grid-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-banner-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-list-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-grid-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-banner-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-list-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-grid-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-banner-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-list-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title{margin-left:16px;}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-grid-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-banner-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-list-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-grid-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-banner-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-list-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-grid-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-banner-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-list-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-grid-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-banner-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-list-listing.full-width .listing-wrapper.widget-background-colour-applied .widget-title{margin-left:0px;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.full-width{padding-left:64px;}@media (min-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.full-width.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.full-width.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.full-width.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.full-width.widget-background-colour-applied .widget-title{margin-left:16px;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width{padding-right:0px !important;margin-right:0px !important;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper .widget-title{margin-left:0px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.banner-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied:not(.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div .listing-wrapper.slideshow-listing-wrapper.full-width){margin-right:-64px !important;padding-right:64px !important;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-image-gallery,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-image-gallery,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-image-gallery,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-image-gallery{padding-left:16px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-image-gallery .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-image-gallery .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-image-gallery .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-image-gallery .widget-title{margin-left:0px;}@media (min-width:1200px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper{padding-left:16px;padding-right:64px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper:not(.full-width) .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper:not(.full-width) .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper:not(.full-width) .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper:not(.full-width) .widget-title{margin-left:0px !important;}}@media (min-width:1200px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper.full-width{padding-left:0;padding-right:0;margin-left:0;margin-right:0;}}@media (max-width:1200px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper.full-width{padding-left:0;padding-right:0;margin-left:16px;margin-right:0;}}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper.full-width{padding-left:0;padding-right:0;margin-left:0;margin-right:0;}}@media (max-width:768px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper.full-width{padding-right:64px;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div{padding-left:0;padding-right:0;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div .widget-title{margin-left:0px;}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width:not(.paragraphs-item-taxonomy-terms-display),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width:not(.paragraphs-item-taxonomy-terms-display),.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div:not(.paragraphs-item-taxonomy-terms-display){margin-left:-16px;margin-right:-16px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width div.view-filters,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width div.view-filters,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div div.view-filters{margin-left:16px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width h2.widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width h2.widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div h2.widget-title{margin-left:0px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width h2,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width h2,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div h2{margin-left:16px;}}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-event-listing,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-event-listing,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.paragraphs-item-event-listing{margin-left:-8px;margin-right:-8px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-event-listing h2,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-event-listing h2,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.paragraphs-item-event-listing h2{margin-left:8px;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-wysiwyg-content-area.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-wysiwyg-content-area.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.paragraphs-item-wysiwyg-content-area.widget-background-colour-applied{padding-left:16px;padding-right:16px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-wysiwyg-content-area.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-wysiwyg-content-area.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.paragraphs-item-wysiwyg-content-area.widget-background-colour-applied .widget-title{padding-left:0px;}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-wysiwyg-content-area,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-wysiwyg-content-area,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.paragraphs-item-wysiwyg-content-area{padding-left:16px;padding-right:16px;}}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.listing-wrapper{margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.listing-wrapper.widget-background-colour-applied .widget-title{padding-left:0px;}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.listing-wrapper.widget-background-colour-applied .widget-title{padding-left:16px;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.widget-background-colour-applied .widget-title{padding-left:16px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item .listing-wrapper.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item .listing-wrapper.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width .listing-wrapper.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width .listing-wrapper.widget-background-colour-applied{margin-left:0px !important;margin-right:0px !important;padding-left:0px !important;padding-right:0px !important;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item .listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item .listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width .listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width .listing-wrapper .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width .listing-wrapper.widget-background-colour-applied .widget-title{margin-left:16px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.paragraphs-item-image-gallery,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.paragraphs-item-image-gallery,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.paragraphs-item-image-gallery,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.paragraphs-item-image-gallery{padding-left:16px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied{padding-left:16px;padding-right:16px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied .listing-wrapper,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied .listing-wrapper{margin-left:0px !important;margin-right:0px !important;padding-left:0px !important;padding-right:0px !important;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied:not(.paragraphs-item-wysiwyg-content-area) .content .widget-title,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied:not(.paragraphs-item-wysiwyg-content-area) .content .widget-title{margin-left:0px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied.paragraphs-item-wysiwyg-content-area .widget-title{margin-left:0px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .entity-paragraphs-item.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .listing-wrapper.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-left:640px;margin-left:-640px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .entity-paragraphs-item.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .listing-wrapper.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-right:640px;margin-right:-640px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .entity-paragraphs-item.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .listing-wrapper.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-left:64px;margin-left:-16px;}@media (max-width:1200px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .entity-paragraphs-item.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .listing-wrapper.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width{padding-left:32px;}}@media (max-width:992px){.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .entity-paragraphs-item.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .listing-wrapper.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width{padding-left:16px;}}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .entity-paragraphs-item.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .listing-wrapper.widget-background-colour-applied,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-right:64px;margin-right:-64px;}.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .entity-paragraphs-item.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .listing-wrapper.widget-background-colour-applied.full-width,.sidebar-first #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width{padding-right:16px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div{padding-left:64px;margin-left:-64px;margin-right:0;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-wysiwyg-content-area,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-wysiwyg-content-area,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-wysiwyg-content-area,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-wysiwyg-content-area{padding-bottom:16px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.listing-wrapper{margin-right:0px;padding-right:16px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width{padding-right:0px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width .listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width .listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width .listing-wrapper{margin-right:0px !important;padding-right:0px !important;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width .listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width .listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width .listing-wrapper .widget-title{margin-left:-64px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-banner-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-grid-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-list-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-banner-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-grid-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-list-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-banner-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-grid-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-list-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-banner-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-grid-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-list-listing .widget-title{margin-left:0px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-image-gallery-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-slideshow-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-share-on-social-media .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-media-display .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-image-gallery-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-slideshow-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-share-on-social-media .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-media-display .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-image-gallery-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-slideshow-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-share-on-social-media .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-media-display .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-image-gallery-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-slideshow-listing .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-share-on-social-media .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-media-display .widget-title{margin-left:0px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-slideshow .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-slideshow .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-slideshow .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-slideshow .widget-title{margin-left:-16px;}@media (min-width:1200px){.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper{padding-left:64px;padding-right:16px;}}@media (min-width:1200px){.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper.full-width{padding-left:64px;padding-right:0;margin-left:-64px;margin-right:48px;}}@media (max-width:1200px){.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper.full-width{padding-left:0;padding-right:0;margin-left:0;margin-right:16px;}}@media (max-width:992px){.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper.full-width{padding-left:0;padding-right:0;margin-left:0;margin-right:0;}}@media (max-width:768px){.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .listing-wrapper.slideshow-listing-wrapper.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.slideshow-listing-wrapper.full-width{padding-left:64px;}}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width{padding-left:0;padding-right:0;margin-left:0;margin-right:0;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item .listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item .listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item .listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item .listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width .listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width .listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width .listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width .listing-wrapper.widget-background-colour-applied{padding-left:0px !important;padding-right:0px !important;margin-left:0px !important;margin-right:0px !important;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item .listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item .listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width .listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width .listing-wrapper.widget-background-colour-applied .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width .listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width .listing-wrapper.widget-background-colour-applied .widget-title{margin-left:16px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.paragraphs-item-image-gallery,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.paragraphs-item-image-gallery,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.paragraphs-item-image-gallery,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.paragraphs-item-image-gallery{padding-right:16px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.paragraphs-item-carousel-listing .slideshow-listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.paragraphs-item-carousel-listing .slideshow-listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.paragraphs-item-carousel-listing .slideshow-listing-wrapper .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.paragraphs-item-carousel-listing .slideshow-listing-wrapper .widget-title{margin-left:-48px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied{padding-left:16px;padding-right:16px;margin-left:0;margin-right:0;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied .listing-wrapper,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied .listing-wrapper{padding-left:0px !important;padding-right:0px !important;margin-left:0px !important;margin-right:0px !important;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied:not(.paragraphs-item-wysiwyg-content-area) .content .widget-title,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .paragraphs-item.full-width.widget-background-colour-applied:not(.paragraphs-item-wysiwyg-content-area) .content .widget-title{margin-left:0px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item-reusable-content .entity-paragraphs-item.full-width.widget-background-colour-applied.paragraphs-item-wysiwyg-content-area .widget-title{margin-left:0px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .entity-paragraphs-item.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-right:640px;margin-left:-640px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .entity-paragraphs-item.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-right:640px;margin-right:-640px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .entity-paragraphs-item.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-left:64px;margin-left:-16px;}@media (max-width:1200px){.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .entity-paragraphs-item.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .listing-wrapper.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width{padding-left:32px;}}@media (max-width:992px){.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .entity-paragraphs-item.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .listing-wrapper.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.left .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width{padding-left:16px;}}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .entity-paragraphs-item.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .listing-wrapper.widget-background-colour-applied,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-right:64px;margin-right:-64px;}.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .entity-paragraphs-item.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .listing-wrapper.widget-background-colour-applied.full-width,.sidebar-second #wrapper-main.region-indented #maincontent > *.col-sm-9 #main-content div.panel-panel.right .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width{padding-right:16px;}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width h2{margin-left:16px;}@media (max-width:992px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width h2.widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width h2.widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width h2.widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width h2.widget-title{margin-left:0px;}}@media (max-width:1200px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-taxonomy-terms-display,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-form,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-simple-feedback-form,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-taxonomy-terms-display,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-form,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-simple-feedback-form,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-taxonomy-terms-display,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-form,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-simple-feedback-form,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-taxonomy-terms-display,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-form,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-simple-feedback-form{padding-left:16px;padding-right:16px;margin-left:-16px;margin-right:-16px;}}@media (max-width:992px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-taxonomy-terms-display h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-form h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-simple-feedback-form h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-taxonomy-terms-display h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-form h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-simple-feedback-form h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-taxonomy-terms-display h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-form h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-simple-feedback-form h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-taxonomy-terms-display h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-form h2,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-simple-feedback-form h2{margin-left:0px;}}@media (max-width:1200px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-taxonomy-terms-display .pane-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-taxonomy-terms-display .pane-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-taxonomy-terms-display .pane-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-taxonomy-terms-display .pane-title{margin-left:0px;}}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-slideshow h2.widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-slideshow h2.widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-slideshow h2.widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-slideshow h2.widget-title{margin-left:0px;}@media (max-width:992px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-slideshow h2.widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-slideshow h2.widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-slideshow h2.widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-slideshow h2.widget-title{margin-left:-16px;}}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.widget-background-colour-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.widget-background-colour-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.widget-background-colour-applied{margin-left:-640px;margin-right:-640px;padding-left:640px;padding-right:640px;}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.widget-background-colour-applied.full-width,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.widget-background-colour-applied.full-width,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.widget-background-colour-applied.full-width,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width{padding-left:calc(640px + 16px);padding-right:calc(640px + 16px);}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.full-width.widget-background-colour-applied .content{margin-left:-64px;margin-right:-64px;}@media (max-width:1200px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.full-width.widget-background-colour-applied .content{margin-left:-16px;margin-right:-16px;}}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-wysiwyg-content-area.full-width.widget-background-colour-applied .content .widget-title{margin-left:0px;}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-accordion-content.full-width.widget-background-colour-applied .paragraphs-items-field-wysiwyg-section{margin-left:calc(-64px - 16px);margin-right:calc(-64px - 16px);}@media (max-width:1200px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-accordion-content.full-width.widget-background-colour-applied .paragraphs-items-field-wysiwyg-section{margin-left:-32px;margin-right:-32px;}}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.banner-listing-wrapper.widget-background-image-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.grid-listing-wrapper.widget-background-image-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.slideshow-listing-wrapper.widget-background-image-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.banner-listing-wrapper.widget-background-image-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.grid-listing-wrapper.widget-background-image-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.slideshow-listing-wrapper.widget-background-image-applied{margin-left:0px;margin-right:0px;}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.banner-listing-wrapper.widget-background-image-applied.widget-background-colour-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.grid-listing-wrapper.widget-background-image-applied.widget-background-colour-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.slideshow-listing-wrapper.widget-background-image-applied.widget-background-colour-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.banner-listing-wrapper.widget-background-image-applied.widget-background-colour-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.grid-listing-wrapper.widget-background-image-applied.widget-background-colour-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.slideshow-listing-wrapper.widget-background-image-applied.widget-background-colour-applied{margin-left:-640px;margin-right:-640px;padding-left:640px;padding-right:640px;}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.paragraphs-item-accordion-content.widget-background-colour-applied .widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-accordion-content.widget-background-colour-applied .widget-title{margin-left:-64px;}@media (max-width:1200px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.paragraphs-item-accordion-content.widget-background-colour-applied .widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-accordion-content.widget-background-colour-applied .widget-title{margin-left:-16px;}}@media (max-width:992px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .pane-content > div.paragraphs-item-accordion-content.widget-background-colour-applied .widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-accordion-content.widget-background-colour-applied .widget-title{margin-left:-32px;}}@media (max-width:992px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-carousel-listing .slideshow-listing-wrapper .widget-title,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-carousel-listing .slideshow-listing-wrapper.full-width .widget-title{margin-left:0px;}}.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-image-gallery.full-width,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-image-gallery.full-width.widget-background-colour-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-slideshow.widget-background-colour-applied.full-width{padding-left:calc(640px - 64px);}@media (max-width:1200px){.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-image-gallery.full-width,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-image-gallery.full-width.widget-background-colour-applied,.no-sidebars #wrapper-main.region-fullwidth #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-slideshow.widget-background-colour-applied.full-width{padding-left:calc(640px - 16px);}}.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width.paragraphs-item-wysiwyg-content-area .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width.paragraphs-item-wysiwyg-content-area .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width.paragraphs-item-wysiwyg-content-area .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width.paragraphs-item-wysiwyg-content-area .widget-title{margin-left:0px;}.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .banner-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width .banner-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width .banner-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width .banner-listing-wrapper.widget-background-colour-applied{margin-left:0;margin-right:0;padding-left:0;padding-right:0;}@media (min-width:992px) and (max-width:1200px){.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .banner-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width .banner-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width .banner-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width .banner-listing-wrapper.widget-background-colour-applied{margin-left:-32px;margin-right:-32px;}}@media (min-width:992px) and (max-width:1200px){.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.full-width .grid-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.full-width .grid-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.full-width .grid-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.full-width .grid-listing-wrapper.widget-background-colour-applied{margin-left:-32px;margin-right:-32px;}}@media (min-width:992px) and (max-width:1200px){.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-carousel-listing .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-carousel-listing .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-carousel-listing .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-carousel-listing .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied{margin-left:-32px;margin-right:-32px;}}@media (min-width:992px) and (max-width:1200px){.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-carousel-listing .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.paragraphs-item-carousel-listing .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.paragraphs-item-carousel-listing .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.paragraphs-item-carousel-listing .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied .widget-title{margin-left:0px !important;}}.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.widget-background-colour-applied.full-width.paragraphs-item-wysiwyg-content-area .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.widget-background-colour-applied.full-width.paragraphs-item-wysiwyg-content-area .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.widget-background-colour-applied.full-width.paragraphs-item-wysiwyg-content-area .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width.paragraphs-item-wysiwyg-content-area .widget-title{margin-left:0px;}@media (min-width:992px) and (max-width:1200px){.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.widget-background-colour-applied.full-width.listing-wrapper.slideshow-listing-wrapper,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.widget-background-colour-applied.full-width.listing-wrapper.slideshow-listing-wrapper,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.widget-background-colour-applied.full-width.listing-wrapper.slideshow-listing-wrapper,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width.listing-wrapper.slideshow-listing-wrapper{margin-left:-32px;margin-right:-32px;}}@media (min-width:992px) and (max-width:1200px){.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item.widget-background-colour-applied.full-width.listing-wrapper.slideshow-listing-wrapper .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .entity-paragraphs-item.widget-background-colour-applied.full-width.listing-wrapper.slideshow-listing-wrapper .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .listing-wrapper.widget-background-colour-applied.full-width.listing-wrapper.slideshow-listing-wrapper .widget-title,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item .pane-content > div.widget-background-colour-applied.full-width.listing-wrapper.slideshow-listing-wrapper .widget-title{margin-left:-16px;}}@media (min-width:1200px){.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-accordion-content.entity-paragraphs-item.full-width.widget-background-colour-applied{padding-left:48px;padding-right:48px;}}@media (min-width:1200px){.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-accordion-content.entity-paragraphs-item.full-width.widget-background-colour-applied .widget-title{margin-left:-32px;}}.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-accordion-content.entity-paragraphs-item.full-width.widget-background-colour-applied .paragraphs-items-field-wysiwyg-section{margin-left:-48px;margin-right:-48px;}@media (max-width:1200px){.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.col-md-12 .paragraphs-item-accordion-content.entity-paragraphs-item.full-width.widget-background-colour-applied .paragraphs-items-field-wysiwyg-section{margin-left:0;margin-right:0;}}.no-sidebars #wrapper-main #maincontent > *.col-sm-12 #main-content div.panel-panel.left .paragraphs-item.widget-background-colour-applied,.no-sidebars #wrapper-main #maincontent > *.col-sm-12 #main-content div.panel-panel.left .entity-paragraphs-item.widget-background-colour-applied,.no-sidebars #wrapper-main #maincontent > *.col-sm-12 #main-content div.panel-panel.left .listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main #maincontent > *.col-sm-12 #main-content div.panel-panel.left .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-left:640px;margin-left:-640px;}.no-sidebars #wrapper-main #maincontent > *.col-sm-12 #main-content div.panel-panel.right .paragraphs-item.widget-background-colour-applied,.no-sidebars #wrapper-main #maincontent > *.col-sm-12 #main-content div.panel-panel.right .entity-paragraphs-item.widget-background-colour-applied,.no-sidebars #wrapper-main #maincontent > *.col-sm-12 #main-content div.panel-panel.right .listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main #maincontent > *.col-sm-12 #main-content div.panel-panel.right .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-right:640px;margin-right:-640px;}.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.left .paragraphs-item.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.left .entity-paragraphs-item.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.left .listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.left .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-left:64px;margin-left:-64px;}.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.right .paragraphs-item.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.right .entity-paragraphs-item.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.right .listing-wrapper.widget-background-colour-applied,.no-sidebars #wrapper-main.region-indented #maincontent > *.col-sm-12 #main-content div.panel-panel.right .paragraphs-item .pane-content > div.widget-background-colour-applied{padding-right:64px;margin-right:-64px;}.paragraphs-item .entity-paragraphs-item.widget-background-colour-applied,.paragraphs-item .listing-wrapper.widget-background-colour-applied{background-color:inherit;}.paragraphs-item .entity-paragraphs-item.widget-background-colour-applied h2.widget-title,.paragraphs-item .entity-paragraphs-item.widget-background-colour-applied .widget-link a,.paragraphs-item .listing-wrapper.widget-background-colour-applied h2.widget-title,.paragraphs-item .listing-wrapper.widget-background-colour-applied .widget-link a{background-color:inherit !important;}.paragraphs-item .entity-paragraphs-item.widget-background-colour-applied .widget-link a,.paragraphs-item .listing-wrapper.widget-background-colour-applied .widget-link a{color:inherit !important;}.paragraphs-item .entity-paragraphs-item.widget-background-colour-applied .swiper-thumbs-container .slide-wrapper,.paragraphs-item .listing-wrapper.widget-background-colour-applied .swiper-thumbs-container .slide-wrapper{background-color:inherit;}.paragraphs-item .entity-paragraphs-item.widget-background-colour-applied .swiper-thumbs-container .slide-wrapper .image-wrapper,.paragraphs-item .listing-wrapper.widget-background-colour-applied .swiper-thumbs-container .slide-wrapper .image-wrapper{border-color:inherit;}.paragraphs-item.paragraphs-item-slideshow-listing.full-width{margin-left:-64px;margin-right:-64px;}@media screen and (max-width:1200px){.paragraphs-item.paragraphs-item-slideshow-listing.full-width{margin-left:-32px;margin-right:-32px;}}@media screen and (max-width:991px){.paragraphs-item.paragraphs-item-slideshow-listing.full-width{margin-left:-16px;margin-right:-16px;}}.quickedit .field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-top .inline-edit{display:block;position:relative;top:-32px;}.field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-top .entity-paragraphs-item.widget-background-colour-applied,.field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-top .listing-wrapper.widget-background-colour-applied{padding-top:32px;}.field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-top .entity-paragraphs-item.widget-background-colour-applied,.field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-top .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied,.field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-top .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied{padding-top:32px;margin-top:-32px;}.field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-bottom .entity-paragraphs-item.widget-background-colour-applied,.field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-bottom .listing-wrapper.widget-background-colour-applied{padding-bottom:32px;}.field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-bottom .entity-paragraphs-item.widget-background-colour-applied,.field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-bottom .listing-wrapper.grid-listing-wrapper.widget-background-colour-applied,.field-type-paragraphs > .field-items > .field-item .paragraphs-item.margin-bottom .listing-wrapper.slideshow-listing-wrapper.widget-background-colour-applied{padding-bottom:32px;margin-bottom:-32px;}.paragraphs-item .views-bootstrap-accordion-plugin-style .panel-default > .panel-heading.widget-background-colour-applied,.paragraphs-item .views-bootstrap-accordion-plugin-style .panel-default:nth-child(even) .panel-heading.widget-background-colour-applied,.paragraphs-item.paragraphs-item-simple-feedback-form .panel-default > .panel-heading.widget-background-colour-applied,.paragraphs-item.paragraphs-item-simple-feedback-form .panel-default:nth-child(even) .panel-heading.widget-background-colour-applied,.paragraphs-item.paragraphs-item-form .panel-default > .panel-heading.widget-background-colour-applied,.paragraphs-item.paragraphs-item-form .panel-default:nth-child(even) .panel-heading.widget-background-colour-applied{background-color:inherit;}.paragraphs-item .views-bootstrap-accordion-plugin-style.panel-group .panel.widget-background-colour-applied,.paragraphs-item.paragraphs-item-simple-feedback-form.panel-group .panel.widget-background-colour-applied,.paragraphs-item.paragraphs-item-form.panel-group .panel.widget-background-colour-applied{border-bottom-color:inherit;}@media (max-width:768px){.paragraphs-item-grid-listing .listing-wrapper.widget-background-colour-applied article,.paragraphs-item-list-listing .listing-wrapper.widget-background-colour-applied article{margin-left:0;margin-right:0;}}@media (max-width:992px){.paragraphs-item-grid-listing .listing-wrapper.widget-background-colour-applied,.paragraphs-item-list-listing .listing-wrapper.widget-background-colour-applied{margin-left:-16px;margin-right:-16px;}}@media (max-width:992px){.paragraphs-item-wysiwyg-content-area.widget-background-colour-applied:not(.full-width){margin-left:-16px;margin-right:-16px;}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.field-name-field-content{clear:both;}}.share-social{margin:16px 0px;padding:0px;}.share-social a.share{margin-right:8px;transition:all 0s;width:32px;height:32px;display:inline-block;}.share-social a.share.facebook i.fa{transition:all 0s;margin:6px 0px 9px 9px;}.share-social a.share.twitter i.fa{transition:all 0s;margin:5px 0px 0px 6px;}.share-social a.share.email i.fa{transition:all 0s;margin:4px 0px 0px 5px;}.oxdrupal_dropdown_list{width:100%;}body.html #wrapper-main.region-fullwidth #maincontent > *.col-sm-9 #main-content div.panel-panel.col-md-12 .paragraphs-item.paragraphs-item-dropdown-list{padding:0;margin:0;width:100%;}body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container{max-width:512px;width:100%;display:flex;margin:0px 0px 0px 0px !important;padding:0px !important;}body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container.align-center{margin-left:auto !important;margin-right:auto !important;}body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container.align-center .chosen-results li{text-align:left;}@media (max-width:768px){body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container.align-center{margin-left:0px !important;margin-right:0px !important;}}@media (max-width:768px){body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container{max-width:280px;margin:0px !important;float:none;}}@media (max-width:320px){body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container{max-width:240px;}}body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container div.chosen-container{flex:1;}body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container button.btn-dropdown-select{margin-left:8px;}body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container a.chosen-single{text-decoration:none !important;}body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container .btn-dropdown-select{vertical-align:middle;}@media (max-width:768px){body.html .paragraphs-item .pane-content > div.oxdrupal_dropdown_container .btn-dropdown-select{margin-bottom:8px;}}@media (max-width:512px){body.html .oxdrupal_dropdown_container{max-width:100%;}}@media (max-width:1200px){body.html .col-md-3 div.chosen-container{min-width:180px;}}@media (min-width:1200px){body.html .col-md-3 .oxdrupal_dropdown_container{display:block;width:100%;}body.html .col-md-3 .oxdrupal_dropdown_container:after{margin-right:8px;}body.html .col-md-3 div.chosen-container{width:100% !important;}body.html .col-md-3 button.btn-dropdown-select{vertical-align:middle;margin-left:0px;float:right;margin-top:8px;}}@media screen and (min-width:768px){.carousel-caption{padding-bottom:50px;}}body.not-logged-in.page-user #maincontent ul.nav-tabs > li.active > a[href="/user"]{display:none;}body.page-user .panel-title{text-decoration:none;}#you-are-logged-in-as,#mobile-logout.you-are-logged-in-as,#block-oxdrupal-core-sso-login-box{float:right;clear:none;margin-top:10px;padding-left:15px;padding-right:15px;}#you-are-logged-in-as .dropdown-menu,#mobile-logout.you-are-logged-in-as .dropdown-menu,#block-oxdrupal-core-sso-login-box .dropdown-menu{margin-top:-1px;}#you-are-logged-in-as a,#mobile-logout.you-are-logged-in-as a,#block-oxdrupal-core-sso-login-box a{text-decoration:none;}#you-are-logged-in-as a:hover,#mobile-logout.you-are-logged-in-as a:hover,#block-oxdrupal-core-sso-login-box a:hover{opacity:0.9;}.you-are-logged-in-as .dropdown-menu{z-index:2000;}.file-document .file a:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;margin-left:10px;padding:3px 3px 3px 4px;}.file-document .file img.file-icon{display:none;}.file-document .file .content{margin:3px 0px;}.file-document.file-application-pdf .file a:after{content:"";}.file-document.file-application-vndopenxmlformats-officedocumentwordprocessingmldocument .file a:after{content:"";}.file-document.file-application-vndopenxmlformats-officedocumentpresentationmlpresentation .file a:after{content:"";}.file-document.file-application-vndopenxmlformats-officedocumentspreadsheetmlsheet .file a:after{content:"";}iframe{max-width:100%;}.youtube-play-pause-button{z-index:3;position:absolute;border:0;bottom:0;right:0;padding:8px;width:48px;height:48px;background-color:transparent;}.youtube-play-pause-button img{width:32px;height:32px;background-color:white;border-radius:16px;}.page-node-edit .file-private{position:relative;}.page-node-edit .file-private:before{position:absolute;font-size:44px;margin:-7px 4px;padding:2px 4px;opacity:0.7;right:-30px;}.page-node-edit .file-private.file-image:before{right:0;margin:3px 4px;}.page-node .file-private,.cke_editable .file-private{position:relative;min-height:20px;margin-right:30px;}.page-node .file-private:before,.cke_editable .file-private:before{font-size:20px;margin:0px 4px;padding:2px 4px;opacity:0.7;position:absolute;right:-30px;bottom:0px;}.article-listing,.page-listing,.view-related-content .view-content,.term-listing .view-content{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;align-content:flex-end;}.article-listing .views-row,.page-listing .views-row,.view-related-content .view-content .views-row,.term-listing .view-content .views-row{-webkit-flex:0 0 auto;flex:0 0 auto;margin-bottom:5px;}.article-listing .views-row article,.page-listing .views-row article,.view-related-content .view-content .views-row article,.term-listing .view-content .views-row article{display:block;min-height:100%;margin-bottom:0;}.article-listing .views-row .listing-spacer.callout-spacer,.page-listing .views-row .listing-spacer.callout-spacer,.view-related-content .view-content .views-row .listing-spacer.callout-spacer,.term-listing .view-content .views-row .listing-spacer.callout-spacer{display:none;}.article-listing .views-row .list-spacer,.page-listing .views-row .list-spacer,.view-related-content .view-content .views-row .list-spacer,.term-listing .view-content .views-row .list-spacer{min-height:2px;top:-2px;}.article-listing .views-row article.listing-list-style,.page-listing .views-row article.listing-list-style,.view-related-content .view-content .views-row article.listing-list-style,.term-listing .view-content .views-row article.listing-list-style{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;margin:auto;}.article-listing .views-row .list-style-wrapper,.page-listing .views-row .list-style-wrapper,.view-related-content .view-content .views-row .list-style-wrapper,.term-listing .view-content .views-row .list-style-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;min-width:100%;min-height:100%;}.article-listing .views-row .list-style-wrapper .list-style-date,.article-listing .views-row .list-style-wrapper .list-style-text-wrapper,.page-listing .views-row .list-style-wrapper .list-style-date,.page-listing .views-row .list-style-wrapper .list-style-text-wrapper,.view-related-content .view-content .views-row .list-style-wrapper .list-style-date,.view-related-content .view-content .views-row .list-style-wrapper .list-style-text-wrapper,.term-listing .view-content .views-row .list-style-wrapper .list-style-date,.term-listing .view-content .views-row .list-style-wrapper .list-style-text-wrapper{-webkit-flex:0 1 auto;flex:0 1 auto;}.article-listing .views-row .list-style-wrapper .list-style-text-wrapper,.page-listing .views-row .list-style-wrapper .list-style-text-wrapper,.view-related-content .view-content .views-row .list-style-wrapper .list-style-text-wrapper,.term-listing .view-content .views-row .list-style-wrapper .list-style-text-wrapper{min-height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100%;}.article-listing .views-row .list-style-wrapper .list-style-text-wrapper .list-style-arrow,.page-listing .views-row .list-style-wrapper .list-style-text-wrapper .list-style-arrow,.view-related-content .view-content .views-row .list-style-wrapper .list-style-text-wrapper .list-style-arrow,.term-listing .view-content .views-row .list-style-wrapper .list-style-text-wrapper .list-style-arrow{align-self:flex-end;position:absolute;right:10px;top:50%;margin-top:-14px;}.article-listing .views-row .list-style-wrapper .list-style-date,.page-listing .views-row .list-style-wrapper .list-style-date,.view-related-content .view-content .views-row .list-style-wrapper .list-style-date,.term-listing .view-content .views-row .list-style-wrapper .list-style-date{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;min-height:100%;}.article-listing .views-row.callout,.article-listing .views-row.thumbnail-panel,.page-listing .views-row.callout,.page-listing .views-row.thumbnail-panel,.view-related-content .view-content .views-row.callout,.view-related-content .view-content .views-row.thumbnail-panel,.term-listing .view-content .views-row.callout,.term-listing .view-content .views-row.thumbnail-panel{margin-bottom:20px;}.term-listing .view-content{padding-left:10px;}.term-listing .view-content .views-row{padding:10px 0px 0px 0px;}.term-listing .view-content .views-row article{margin:10px 5px 0px 5px;}.term-listing .view-content .views-row article.listing-style-thumbnail-row{margin:0px 5px 0px 5px;}.term-listing .view-content .views-row article.listing-style-thumbnail-row .thumbnail-date{padding:20px 5px 0px 5px;min-width:60px;width:auto !important;}.article-listing > div.list,.page-listing > div.list{margin-bottom:5px;min-height:40px;}article.listing-list-style{position:relative;margin:0px 0px 2px 0px;min-height:40px;}article.listing-list-style .list-style-wrapper{display:table;min-height:100%;}article.listing-list-style .list-style-text-wrapper{display:table-cell;padding:10px 5px;}article.listing-list-style .list-style-title{display:inline-block;}article.listing-list-style .list-style-title h3{margin:3px 40px 0px 0px;text-decoration:none;display:inline-block;float:none;}article.listing-list-style .list-style-teaser-text,article.listing-list-style .list-style-publication-date,article.listing-list-style .list-style-event-location,article.listing-list-style .list-style-person-job-title,article.listing-list-style .list-style-person-affiliation{text-decoration:none;margin:3px 30px 0px 0px;display:inline-block;float:none;word-break:break-word;}article .list-style-date,article .thumbnail-date,article .callout-date{display:table-cell;min-width:80px;vertical-align:middle;padding:10px;}article .thumbnail-date{min-width:80px;text-align:center;}article.listing-style-person-thumbnail{margin:0px 0px 20px 0px;}article.listing-style-person-thumbnail .listing-thumbnail-image{display:inline-block;}article.listing-style-person-thumbnail img{float:left;margin-right:10px;}article.listing-style-person-thumbnail .thumbnail-panel{position:absolute;top:10%;left:90px;padding-right:40px;}article.listing-style-person-thumbnail .thumbnail-info{display:table-cell;padding:5px;}article.listing-style-person-thumbnail .thumbnail-panel-title a{text-decoration:none;}article.listing-style-person-thumbnail .thumbnail-panel-title h3{text-decoration:none;margin:0px;}article.listing-style-person-thumbnail .thumbnail-panel-teaser,article.listing-style-person-thumbnail .thumbnail-pub-date,article.listing-style-person-thumbnail .thumbnail-panel-event-location,article.listing-style-person-thumbnail .thumbnail-panel-person-affiliation,article.listing-style-person-thumbnail .thumbnail-panel-person-job-title{text-decoration:none;margin:3px 0px 0px 0px;display:block;float:none;}article.listing-style-thumbnail-panel{margin:0px 0px 20px 0px;}article.listing-style-thumbnail-panel .listing-thumbnail-image{display:inline-block;}article.listing-style-thumbnail-panel .thumbnail-panel{position:absolute;top:10%;left:90px;padding-right:40px;}article.listing-style-thumbnail-panel .thumbnail-info{display:table-cell;padding:5px;}article.listing-style-thumbnail-panel .thumbnail-panel-title a{text-decoration:none;}article.listing-style-thumbnail-panel .thumbnail-panel-title h3{text-decoration:none;margin:0px;}article.listing-style-thumbnail-panel .thumbnail-panel-teaser,article.listing-style-thumbnail-panel .thumbnail-pub-date,article.listing-style-thumbnail-panel .thumbnail-panel-event-location,article.listing-style-thumbnail-panel .thumbnail-panel-person-affiliation,article.listing-style-thumbnail-panel .thumbnail-panel-person-job-title{text-decoration:none;margin:3px 0px 0px 0px;display:block;float:none;}.article-listing .views-row article.listing-style-thumbnail-panel,.page-listing .views-row article.listing-style-thumbnail-panel{min-height:140px;}article.listing-style-thumbnail-panel.node-oxdrupal-event .thumbnail-panel{padding-right:0px;}.article-listing a:link,.article-listing a:hover,.term-listing a:link,.page-listing a:link,.page-listing a:hover,.term-listing a:hover,.paragraphs-item-related-content a:link,.paragraphs-item-related-content a:hover,.page-symplectic-publications a:link,.page-symplectic-publications a:hover{color:inherit;text-decoration:none;}.wrapper-main ul.nav-tabs{margin-top:10px;margin-bottom:0px;padding-bottom:10px;}.views-row.callout,.views-row.thumbnail-panel{margin-bottom:20px;}.views-row.thumbnail_row{margin-bottom:10px;}.views-row.thumbnail-row{margin-top:5px;}.views-row.compact_person_thumbnail{margin-bottom:5px;}.thumbnail-date{white-space:nowrap;}article.listing-style-thumbnail-row{margin:0px 0px 20px 0px;}article.listing-style-thumbnail-row img{float:left;margin:0px 10px 0px 0px;}article.listing-style-thumbnail-row .thumbnail-date{float:left;min-height:100px;padding-top:20px;}article.listing-style-thumbnail-row .thumbnail-panel-no-image{margin-right:10px;float:left;min-height:100%;}article.listing-style-thumbnail-row .thumbnail-panel-title{display:inline;margin-bottom:10px;}article.listing-style-thumbnail-row .thumbnail-panel-title a{text-decoration:none;}article.listing-style-thumbnail-row .thumbnail-panel-title h3{text-decoration:none;margin:0px 10px 5px 0px;padding-top:5px;}article.listing-style-thumbnail-row .thumbnail-panel-teaser,article.listing-style-thumbnail-row .thumbnail-person-affiliation,article.listing-style-thumbnail-row .thumbnail-person-job-title{text-decoration:none;margin:0px 5px 5px 0px;word-break:break-word;}article.listing-style-thumbnail-row .thumbnail-person-affiliation{margin-top:0px;}article.listing-style-thumbnail-row .thumbnail-pub-date,article.listing-style-thumbnail-row .thumbnail-event-location,article.listing-style-thumbnail-row .thumbnail-person-job-title{text-decoration:none;}article.listing-style-thumbnail-row .thumbnail-event-location{margin:-5px 5px 0px 5px;display:block;float:none;}article.listing-style-thumbnail-row:hover{text-decoration:none;}@media (min-width:768px) and (max-width:992px){.paragraphs-item .col-sm-6,.paragraphs-item .col-md-6,.entity-paragraphs-item .col-sm-6,.entity-paragraphs-item .col-md-6{width:49.8%;}}@media (min-width:992px){.paragraphs-item .col-md-6,.entity-paragraphs-item .col-md-6{width:49.8%;}.paragraphs-item .col-md-4,.entity-paragraphs-item .col-md-4{width:33%;}.paragraphs-item .col-md-3,.entity-paragraphs-item .col-md-3{width:24.8%;}}@media (min-width:768px) and (max-width:992px){.paragraphs-item.full-width .col-sm-6,.paragraphs-item.full-width .col-md-6,.entity-paragraphs-item.full-width .col-sm-6,.entity-paragraphs-item.full-width .col-md-6{width:50%;}}@media (min-width:992px){.paragraphs-item.full-width .col-md-6,.entity-paragraphs-item.full-width .col-md-6{width:50%;}.paragraphs-item.full-width .col-md-4,.entity-paragraphs-item.full-width .col-md-4{width:33.33333333%;}.paragraphs-item.full-width .col-md-3,.entity-paragraphs-item.full-width .col-md-3{width:25%;}}article.listing-style-callout{position:relative;}@media (min-width:768px){article.listing-style-callout{max-width:640px;}}@media (max-width:767px){article.listing-style-callout{max-width:640px;}}article.listing-style-callout .callout-date{position:absolute;top:0;right:0;}article.listing-style-callout.no-image .callout-date{float:right;position:inherit;}article.listing-style-callout .listing-detail{padding:10px 10px;}article.listing-style-callout .listing-title h3{margin:0px 0px 0px 0px;text-decoration:none;overflow-wrap:break-word;}article.listing-style-callout .teaser-text,article.listing-style-callout .callout-event-location,article.listing-style-callout .callout-person-affiliation,article.listing-style-callout .callout-person-job-title{text-decoration:none;}article.listing-style-callout .callout-person-affiliation{margin-top:5px;}article.listing-style-callout .callout-pub-date{text-decoration:none;margin:3px 25px 0px 0px;display:inline-block;float:left;}.wrapper-main a.callout-link{text-decoration:none;}@media (max-width:768px){.teaser-field.image img{width:100%;height:auto;}}.view-filters .bootstrap-tab-form .views-submit-button .form-submit.btn-info{margin-top:1.9em;}.view-field-collection-slideshow-view .swiper-outer-container .swiper-button-next,.view-field-collection-slideshow-view .swiper-outer-container .swiper-button-prev{top:50%;top:calc(50% - 40px);height:80px;padding-top:25px;}.view-field-collection-slideshow-view .swiper-outer-container .swiper-button-next{right:0px;}.view-field-collection-slideshow-view .swiper-outer-container .swiper-button-prev{left:0px;}.view-field-collection-slideshow-view .swiper-outer-container .swiper-pagination{text-align:right;bottom:0px;padding-right:3px;}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.grid-listing{justify-content:flex-start;}.grid-listing .display-style-grid.items-per-row-2,.grid-listing .display-style-grid_listing.items-per-row-2{margin:0 16px 16px 0 !important;}.grid-listing .display-style-grid.items-per-row-2.item-style-tile_landscape_50_50,.grid-listing .display-style-grid_listing.items-per-row-2.item-style-tile_landscape_50_50{margin:16px 0 0 !important;}.grid-listing .display-style-grid.items-per-row-3,.grid-listing .display-style-grid_listing.items-per-row-3{margin:0 16px 16px 0 !important;}.grid-listing .display-style-grid.items-per-row-4,.grid-listing .display-style-grid_listing.items-per-row-4{margin:0 16px 16px 0 !important;}.grid-listing .display-style-grid.items-per-row-6,.grid-listing .display-style-grid_listing.items-per-row-6{margin:0 16px 16px 0 !important;}}@media screen and (-ms-high-contrast:active) and (min-width:992px),screen and (-ms-high-contrast:none) and (min-width:992px){.grid-listing .display-style-grid.items-per-row-2,.grid-listing .display-style-grid_listing.items-per-row-2{width:48%;}}@media screen and (-ms-high-contrast:active) and (max-width:992px),screen and (-ms-high-contrast:none) and (max-width:992px){.grid-listing .display-style-grid.items-per-row-2,.grid-listing .display-style-grid_listing.items-per-row-2{width:98%;}}@media screen and (-ms-high-contrast:active) and (max-width:992px),screen and (-ms-high-contrast:none) and (max-width:992px){.grid-listing .display-style-grid.items-per-row-2.item-style-tile_landscape_50_50,.grid-listing .display-style-grid_listing.items-per-row-2.item-style-tile_landscape_50_50{width:100%;}}@media screen and (-ms-high-contrast:active) and (min-width:992px),screen and (-ms-high-contrast:none) and (min-width:992px){.grid-listing .display-style-grid.items-per-row-3,.grid-listing .display-style-grid_listing.items-per-row-3{width:30%;}}@media screen and (-ms-high-contrast:active) and (max-width:992px),screen and (-ms-high-contrast:none) and (max-width:992px){.grid-listing .display-style-grid.items-per-row-3,.grid-listing .display-style-grid_listing.items-per-row-3{width:98%;}}@media screen and (-ms-high-contrast:active) and (min-width:1200px),screen and (-ms-high-contrast:none) and (min-width:1200px){.grid-listing .display-style-grid.items-per-row-4,.grid-listing .display-style-grid_listing.items-per-row-4{width:23%;}}@media screen and (-ms-high-contrast:active) and (min-width:992px) and (max-width:1200px),screen and (-ms-high-contrast:none) and (min-width:992px) and (max-width:1200px){.grid-listing .display-style-grid.items-per-row-4,.grid-listing .display-style-grid_listing.items-per-row-4{width:48%;}}@media screen and (-ms-high-contrast:active) and (min-width:768px) and (max-width:992px),screen and (-ms-high-contrast:none) and (min-width:768px) and (max-width:992px){.grid-listing .display-style-grid.items-per-row-4,.grid-listing .display-style-grid_listing.items-per-row-4{width:98%;}}@media screen and (-ms-high-contrast:active) and (min-width:1200px),screen and (-ms-high-contrast:none) and (min-width:1200px){.grid-listing .display-style-grid.items-per-row-6,.grid-listing .display-style-grid_listing.items-per-row-6{width:15%;}}@media screen and (-ms-high-contrast:active) and (min-width:992px) and (max-width:1200px),screen and (-ms-high-contrast:none) and (min-width:992px) and (max-width:1200px){.grid-listing .display-style-grid.items-per-row-6,.grid-listing .display-style-grid_listing.items-per-row-6{width:48%;}}@media screen and (-ms-high-contrast:active) and (min-width:768px) and (max-width:992px),screen and (-ms-high-contrast:none) and (min-width:768px) and (max-width:992px){.grid-listing .display-style-grid.items-per-row-6,.grid-listing .display-style-grid_listing.items-per-row-6{width:98%;}}.grid-listing,.banner-listing,.listing-list .swiper-container{}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.grid-listing,.banner-listing,.listing-list .swiper-container{display:flex;display:-ms-flexbox;flex-wrap:wrap;}}.grid-listing .listing-item-wrapper,.banner-listing .listing-item-wrapper,.listing-list .swiper-container .listing-item-wrapper{-webkit-flex:0 0 auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-listing .listing-item-wrapper article,.banner-listing .listing-item-wrapper article,.listing-list .swiper-container .listing-item-wrapper article{min-height:100%;margin-bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}.grid-listing .listing-item-wrapper article .teaser-field.image,.banner-listing .listing-item-wrapper article .teaser-field.image,.listing-list .swiper-container .listing-item-wrapper article .teaser-field.image{direction:ltr;}@media (min-width:768px) and (max-width:992px){.grid-listing .items-per-row-2,.grid-listing .items-per-row-3,.grid-listing .items-per-row-4,.grid-listing .items-per-row-6,.banner-listing .items-per-row-2,.banner-listing .items-per-row-3,.banner-listing .items-per-row-4,.banner-listing .items-per-row-6,.listing-list .swiper-container .items-per-row-2,.listing-list .swiper-container .items-per-row-3,.listing-list .swiper-container .items-per-row-4,.listing-list .swiper-container .items-per-row-6{width:50%;-webkit-flex-basis:49.93%;}}@media (min-width:992px){.grid-listing .items-per-row-2,.banner-listing .items-per-row-2,.listing-list .swiper-container .items-per-row-2{width:50%;-webkit-flex-basis:49.95%;}.grid-listing .items-per-row-2.item-style-tile_landscape_50_50,.banner-listing .items-per-row-2.item-style-tile_landscape_50_50,.listing-list .swiper-container .items-per-row-2.item-style-tile_landscape_50_50{width:100%;-webkit-flex-basis:100%;}.grid-listing .items-per-row-3,.banner-listing .items-per-row-3,.listing-list .swiper-container .items-per-row-3{width:calc(95%/3);}.grid-listing .items-per-row-4,.banner-listing .items-per-row-4,.listing-list .swiper-container .items-per-row-4{width:25%;-webkit-flex-basis:24.97%;}.grid-listing .items-per-row-6,.banner-listing .items-per-row-6,.listing-list .swiper-container .items-per-row-6{width:calc(100%/6 - 1px);-webkit-flex-basis:16.65%;}}.grid-listing .panel-panel.col-lg-6 > .panel-pane.items-per-row-6,.grid-listing .panel-panel.col-lg-6 > .panel-pane.items-per-row-4,.grid-listing .items-per-row-3,.banner-listing .panel-panel.col-lg-6 > .panel-pane.items-per-row-6,.banner-listing .panel-panel.col-lg-6 > .panel-pane.items-per-row-4,.banner-listing .items-per-row-3,.listing-list .swiper-container .panel-panel.col-lg-6 > .panel-pane.items-per-row-6,.listing-list .swiper-container .panel-panel.col-lg-6 > .panel-pane.items-per-row-4,.listing-list .swiper-container .items-per-row-3{width:calc(100%/3 - 1px);-webkit-flex-basis:33.3%;}.grid-listing .items-per-row-2,.banner-listing .items-per-row-2,.listing-list .swiper-container .items-per-row-2{width:50%;-webkit-flex-basis:49.95%;}.grid-listing .items-per-row-2.item-style-tile_landscape_50_50,.banner-listing .items-per-row-2.item-style-tile_landscape_50_50,.listing-list .swiper-container .items-per-row-2.item-style-tile_landscape_50_50{width:50%;-webkit-flex-basis:100%;}.grid-listing .panel-panel.col-lg-3 > .panel-pane.items-per-row-2,.grid-listing .panel-panel.col-lg-3 > .panel-pane.items-per-row-3,.grid-listing .panel-panel.col-lg-3 > .panel-pane.items-per-row-4,.grid-listing .panel-panel.col-lg-3 > .panel-pane.items-per-row-6,.grid-listing .items-per-row-1,.banner-listing .panel-panel.col-lg-3 > .panel-pane.items-per-row-2,.banner-listing .panel-panel.col-lg-3 > .panel-pane.items-per-row-3,.banner-listing .panel-panel.col-lg-3 > .panel-pane.items-per-row-4,.banner-listing .panel-panel.col-lg-3 > .panel-pane.items-per-row-6,.banner-listing .items-per-row-1,.listing-list .swiper-container .panel-panel.col-lg-3 > .panel-pane.items-per-row-2,.listing-list .swiper-container .panel-panel.col-lg-3 > .panel-pane.items-per-row-3,.listing-list .swiper-container .panel-panel.col-lg-3 > .panel-pane.items-per-row-4,.listing-list .swiper-container .panel-panel.col-lg-3 > .panel-pane.items-per-row-6,.listing-list .swiper-container .items-per-row-1{width:100%;-webkit-flex-basis:100%;}.grid-listing{margin-left:-16px;margin-right:0px;}.grid-listing .listing-item-wrapper{padding-left:16px;padding-right:0;}.grid-listing:after{height:0;}. .listing-item-wrapper.display-style-carousel,.listing-item-wrapper.display-style-carousel_listing,.listing-item-wrapper.display-style-image_gallery,.listing-item-wrapper.display-style-image_gallery_listing{padding-left:0;padding-right:0;}.listing-wrapper .swiper-container .slide-wrapper{display:block;}.listing-wrapper .swiper-container .slide-wrapper.item-style-imagetext_large_image_text_right{display:-ms-flexbox;display:-webkit-flex;display:flex;}.listing-wrapper .swiper-pagination-container{position:relative;}.listing-wrapper .swiper-pagination-container .swiper-pagination{padding-right:64px;}.listing-wrapper .swiper-pagination-container .swiper-button{position:absolute;right:8px;top:8px;height:32px;width:32px;border-radius:50%;border:black 1px solid;z-index:20;cursor:pointer;}.listing-wrapper .swiper-pagination-container .swiper-button i{position:relative;padding:7px 8px;box-sizing:border-box;}.listing-wrapper .swiper-pagination-container .swiper-button.inactive{opacity:0.2;}body.spacious .items-per-slide-2 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper .text-box,body.spacious .items-per-slide-2 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.spacious .items-per-slide-2 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper .text-box,body.spacious .items-per-slide-2 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.spacious .items-per-slide-2 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper .text-box,body.spacious .items-per-slide-2 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.spacious .items-per-slide-2 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper .text-box,body.spacious .items-per-slide-2 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.spacious .items-per-slide-2 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper .text-box,body.spacious .items-per-slide-2 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper-center .text-box,body.spacious .items-per-slide-2 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper .text-box,body.spacious .items-per-slide-2 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}@media (min-width:992px){body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}}@media (min-width:1200px){body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .items-per-slide-3 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}}@media (min-width:1400px){body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .items-per-slide-4 article.listing-item.display-style-carousel_listing.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}}@supports (display:grid){.grid-listing{grid-auto-flow:dense;}body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing{grid-gap:32px;}body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}@media (max-width:1200px){body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid:not(.items-per-row-6).items-per-row-4,body.spacious .paragraphs-item-grid-listing .items-per-row-1.grid-listing .display-style-grid_listing:not(.items-per-row-6).items-per-row-4,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid:not(.items-per-row-6).items-per-row-4,body.spacious .paragraphs-item-grid-listing .items-per-row-2.grid-listing .display-style-grid_listing:not(.items-per-row-6).items-per-row-4{padding:16px;}}@media (min-width:992px){body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper .items-per-row-3.grid-listing,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper .items-per-row-3.grid-listing{grid-gap:32px;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6):not(.items-per-row-4) article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing{grid-gap:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .items-per-row-4.grid-listing .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}}@media (min-width:1200px){body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper .items-per-row-4.grid-listing{grid-gap:32px;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing:not(.items-per-row-6) article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.no-sidebars.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper .items-per-row-3.grid-listing,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper .items-per-row-3.grid-listing{grid-gap:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-9 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}}@media (min-width:1400px){body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper .items-per-row-4.grid-listing{grid-gap:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper:not(.background-match) .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box{padding:32px;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_rollover .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-tile_text_displayed .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper .text-box,body.one-sidebar.spacious .col-sm-12 .paragraphs-item-grid-listing .grid-listing-wrapper.background-match .display-style-grid_listing article.listing-item.item-style-grouping-card .text-box-wrapper-center .text-box{padding-top:32px;padding-right:0;padding-bottom:32px;padding-left:0;}}.swiper-container:not(.swiper-thumbs-container),.grid-listing{display:grid;grid-gap:16px;margin-left:0;margin-right:0;}.swiper-container:not(.swiper-thumbs-container):before,.grid-listing:before{display:none;}.swiper-container:not(.swiper-thumbs-container) .pagination.text-center,.grid-listing .pagination.text-center{grid-column:1 / -1;margin-left:-16px;}.swiper-container:not(.swiper-thumbs-container) .listing-item-wrapper,.grid-listing .listing-item-wrapper{width:100%;margin:0;padding:0;}@media (min-width:992px){.swiper-container:not(.swiper-thumbs-container).items-per-row-6,.grid-listing.items-per-row-6{grid-template-columns:repeat(6,1fr);}.swiper-container:not(.swiper-thumbs-container).items-per-row-4,.grid-listing.items-per-row-4{grid-template-columns:repeat(4,1fr);}.swiper-container:not(.swiper-thumbs-container).items-per-row-3,.grid-listing.items-per-row-3{grid-template-columns:repeat(3,1fr);}.swiper-container:not(.swiper-thumbs-container).items-per-row-2,.grid-listing.items-per-row-2{grid-template-columns:repeat(2,1fr);}.swiper-container:not(.swiper-thumbs-container).items-per-row-1,.grid-listing.items-per-row-1{grid-template-columns:repeat(1,1fr);}}@media (min-width:992px) and (max-width:1200px){.swiper-container:not(.swiper-thumbs-container).items-per-row-4.item-style-tile_landscape_square_image,.swiper-container:not(.swiper-thumbs-container).items-per-row-6.item-style-tile_landscape_square_image,.grid-listing.items-per-row-4.item-style-tile_landscape_square_image,.grid-listing.items-per-row-6.item-style-tile_landscape_square_image{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));}.swiper-container:not(.swiper-thumbs-container).items-per-row-4.item-style-tile_landscape_no_image,.swiper-container:not(.swiper-thumbs-container).items-per-row-6.item-style-tile_landscape_no_image,.grid-listing.items-per-row-4.item-style-tile_landscape_no_image,.grid-listing.items-per-row-6.item-style-tile_landscape_no_image{grid-template-columns:repeat(auto-fill,minmax(224px,1fr));}}@media (min-width:1200px) and (max-width:1600px){.swiper-container:not(.swiper-thumbs-container).items-per-row-6.item-style-tile_landscape_square_image,.grid-listing.items-per-row-6.item-style-tile_landscape_square_image{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));}.swiper-container:not(.swiper-thumbs-container).items-per-row-6.item-style-tile_landscape_no_image,.grid-listing.items-per-row-6.item-style-tile_landscape_no_image{grid-template-columns:repeat(auto-fill,minmax(224px,1fr));}}.pane-list-listing-widget .grid-listing{grid-gap:0px;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;}.paragraphs-item .grid-listing .col-md-2,.paragraphs-item .grid-listing .col-md-3,.paragraphs-item .grid-listing .col-md-4,.paragraphs-item .grid-listing .col-md-6{width:100%;}}@media (max-width:767px){.grid-listing{grid-template-columns:repeat(1,1fr);}}@media (min-width:768px) and (max-width:992px){body.spacious .grid-listing:not(.items-per-row-1):not(.items-per-row-3):not(.item-style-tile_landscape_50_50){grid-gap:32px;}.grid-listing:not(.items-per-row-1):not(.item-style-tile_landscape_50_50){grid-template-columns:repeat(2,1fr);}}.grid-listing .listing-item-wrapper.display-style-list,.grid-listing .listing-item-wrapper.display-style-list_listing{margin-bottom:64px;min-width:0;}.grid-listing .listing-item-wrapper.display-style-list.item-style-grouping-row,.grid-listing .listing-item-wrapper.display-style-list_listing.item-style-grouping-row{margin-bottom:0;}.grid-listing .listing-item-wrapper.display-style-list.listing-item-wrapper.item-style-row_without_separator_square,.grid-listing .listing-item-wrapper.display-style-list.listing-item-wrapper.item-style-row_without_separator_portrait,.grid-listing .listing-item-wrapper.display-style-list.listing-item-wrapper.item-style-row_without_separator_no_image,.grid-listing .listing-item-wrapper.display-style-list.listing-item-wrapper.item-style-grouping-tile,.grid-listing .listing-item-wrapper.display-style-list.listing-item-wrapper.item-style-grouping-card,.grid-listing .listing-item-wrapper.display-style-list_listing.listing-item-wrapper.item-style-row_without_separator_square,.grid-listing .listing-item-wrapper.display-style-list_listing.listing-item-wrapper.item-style-row_without_separator_portrait,.grid-listing .listing-item-wrapper.display-style-list_listing.listing-item-wrapper.item-style-row_without_separator_no_image,.grid-listing .listing-item-wrapper.display-style-list_listing.listing-item-wrapper.item-style-grouping-tile,.grid-listing .listing-item-wrapper.display-style-list_listing.listing-item-wrapper.item-style-grouping-card{margin-bottom:16px;}.item-style-grouping-row .image-wrapper{min-width:128px;}.item-style-grouping-row .text-box{display:-ms-flexbox;display:-webkit-flex;display:flex;}.stacked-text-box .text-row-metadata *{display:inline;}.swiper-container .listing-item-wrapper{margin-bottom:0px;}.listing-item-wrapper.display-style-banner,.listing-item-wrapper.display-style-banner_listing{margin-bottom:0px;}.listing-item-wrapper.display-style-banner .teaser-field.image img,.listing-item-wrapper.display-style-banner_listing .teaser-field.image img{height:auto;}.listing-item-wrapper{margin-bottom:20px;}@media (max-width:768px){.listing-item-wrapper{overflow-wrap:break-word;}}.listing-item-wrapper a article.listing-item.item-style-grouping-landscape .text-box:hover{opacity:1;}@-moz-document url-prefix(){.listing-item-wrapper .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image img{width:unset auto;}}.listing-item-wrapper article.listing-item{position:relative;}.listing-item-wrapper article.listing-item .text-wrapper,.listing-item-wrapper article.listing-item .text-box-wrapper{z-index:1;}.listing-item-wrapper article.listing-item .text-wrapper .text-row-metadata .metadata-label,.listing-item-wrapper article.listing-item .text-box-wrapper .text-row-metadata .metadata-label{margin:16px 0 0;}.listing-item-wrapper article.listing-item .text-wrapper .text-row-metadata .metadata-label + *,.listing-item-wrapper article.listing-item .text-box-wrapper .text-row-metadata .metadata-label + *{margin:0;}.listing-item-wrapper article.listing-item .listing-title,.listing-item-wrapper article.listing-item .listing-item-teaser-text,.listing-item-wrapper article.listing-item .listing-item-tertiary-text{margin-top:0;margin-bottom:16px;padding:0;}@media (max-width:768px){.listing-item-wrapper article.listing-item .listing-title,.listing-item-wrapper article.listing-item .listing-item-teaser-text,.listing-item-wrapper article.listing-item .listing-item-tertiary-text{margin-bottom:0;}}.listing-item-wrapper article.listing-item .btn-cta{border:none;margin-top:0;margin-bottom:0;padding:16px 32px;padding-right:2.2em;min-height:40px;white-space:normal;}@media (max-width:768px){.listing-item-wrapper article.listing-item .btn-cta{padding:8px 16px;padding-right:1.6em;}}.listing-item-wrapper article.listing-item .label-cta{display:inline-block;border:none;margin-top:0;margin-bottom:0;padding:16px 32px;min-height:40px;white-space:normal;}@media (max-width:768px){.listing-item-wrapper article.listing-item .label-cta{padding:8px 16px;}}.listing-item-wrapper article.listing-item .teaser-field.image-wrapper{overflow:hidden;}.listing-item-wrapper article.listing-item.item-style-grouping-landscape,.listing-item-wrapper article.listing-item.item-style-grouping-breaker{}.listing-item-wrapper article.listing-item.item-style-grouping-landscape.display-style-slideshow .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-grouping-landscape.display-style-slideshow_listing .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-grouping-breaker.display-style-slideshow .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-grouping-breaker.display-style-slideshow_listing .teaser-field.image-wrapper .teaser-field.image img{object-fit:cover;max-width:none;}.listing-item-wrapper article.listing-item.item-style-grouping-landscape .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-grouping-breaker .teaser-field.image-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-grouping-landscape .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper article.listing-item.item-style-grouping-breaker .teaser-field.image-wrapper .teaser-field.image{-ms-flex:1;-moz-flex-align:center;-ms-flex-align:center;}}.listing-item-wrapper article.listing-item.item-style-grouping-landscape .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper article.listing-item.item-style-grouping-breaker .teaser-field.image-wrapper .teaser-field.image{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-content:center;min-height:100%;}.listing-item-wrapper article.listing-item.item-style-grouping-landscape .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-grouping-breaker .teaser-field.image-wrapper .teaser-field.image img{min-height:358px;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-grouping-landscape .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-grouping-breaker .teaser-field.image-wrapper .teaser-field.image img{max-width:none;max-height:576px;min-height:100%;object-fit:cover;}}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-grouping-landscape.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-grouping-breaker.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image img{max-width:100%;}}@media (min-width:768px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;min-height:500px;position:relative;}.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper .teaser-field.image{top:0px;display:block;height:100%;max-height:571px;}}@media (min-width:768px) and (-ms-high-contrast:active),(min-width:768px) and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper{-ms-flex-direction:column;flex-direction:column;}}@media (min-width:768px) and (-ms-high-contrast:active),(min-width:768px) and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper .teaser-field.image{left:calc((-1 * 1293px / 2) + (100% / 2));position:absolute;}}@media (min-width:768px) and (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper .teaser-field.image img{height:100%;max-width:none;min-height:500px;}}@media (min-width:768px) and (max-width:1200px) and (-ms-high-contrast:active),(min-width:768px) and (max-width:1200px) and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper .teaser-field.image img{width:auto;max-height:100%;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper{min-height:0px;}}@media (min-width:646px) and (max-width:768px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper .teaser-field.image{display:block;}.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper .teaser-field.image img{max-width:none;width:100%;height:auto;object-fit:cover;}}@media (min-width:646px) and (max-width:768px) and (-ms-high-contrast:active),(min-width:646px) and (max-width:768px) and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper .teaser-field.image img{min-height:auto;}}@media (min-width:1316px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper .teaser-field.image{position:relative;height:auto;}}@media (min-width:1316px) and (-ms-high-contrast:active),(min-width:1316px) and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper .teaser-field.image{left:0px;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-grouping-tile:not(.display-style-carousel) .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-grouping-tile:not(.display-style-carousel_listing) .teaser-field.image-wrapper .teaser-field.image img{width:100%;height:auto;min-height:auto;}}@media (max-width:582px){.listing-item-wrapper article.listing-item.item-style-grouping-tile:not(.display-style-carousel) .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-grouping-tile:not(.display-style-carousel_listing) .teaser-field.image-wrapper .teaser-field.image img{height:100% !important;}}.listing-item-wrapper article.listing-item.item-style-grouping-landscape.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .text-box{box-sizing:content-box;}.listing-item-wrapper article.listing-item.item-style-grouping-landscape .text-box-wrapper .listing-item-tertiary-text{display:none;}.listing-item-wrapper article.listing-item.item-style-grouping-landscape .text-box-wrapper .text-box{text-align:center;min-height:72px;padding:32px;margin-top:32px;margin-bottom:32px;}@media (max-width:430px){.listing-item-wrapper article.listing-item.item-style-grouping-landscape .text-box-wrapper .text-box{min-height:auto;}}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-grouping-landscape .text-box-wrapper .text-box{padding:16px;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-grouping-landscape .text-box-wrapper .text-box{margin-left:16px;margin-right:16px;}}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-grouping-landscape .text-box-wrapper .text-box{}}.listing-item-wrapper article.listing-item.item-style-grouping-imagetext.slide-wrapper{max-height:568px;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext.slide-wrapper{max-height:none;}}.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .text-box-wrapper .listing-item-tertiary-text{display:none;}.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .text-box-wrapper .text-box{text-align:center;min-height:72px;opacity:0.9;padding:32px;margin-top:32px;margin-bottom:32px;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .text-box-wrapper .text-box{padding:16px;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .text-box-wrapper .text-box{margin-left:16px;margin-right:16px;}}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .text-box-wrapper .text-box{}}.listing-item-wrapper article.listing-item.item-style-grouping-breaker .text-box-wrapper .listing-item-tertiary-text,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .listing-item-tertiary-text{display:none;}.listing-item-wrapper article.listing-item.item-style-grouping-breaker .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .text-box{text-align:center;min-height:72px;padding:64px;margin-top:32px;margin-bottom:32px;}.listing-item-wrapper article.listing-item.item-style-grouping-breaker .text-box-wrapper .text-box .listing-title,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .text-box .listing-title{padding:0;margin-bottom:1em;}.listing-item-wrapper article.listing-item.item-style-grouping-breaker .text-box-wrapper .text-box .teaser-text,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .text-box .teaser-text{padding:0;margin:0 0 1em 0;}.listing-item-wrapper article.listing-item.item-style-grouping-breaker .text-box-wrapper .text-box .listing-title h3,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .text-box .listing-title h3{margin:0;padding:0;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-grouping-breaker .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .text-box{padding:32px;margin-top:16px;margin-bottom:16px;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-grouping-breaker .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .text-box{margin-left:16px;margin-right:16px;}}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-grouping-breaker .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .text-box{}}.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper-center .text-box{padding:16px;margin-top:0px;margin-bottom:0px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-ms-hyphens:manual;-moz-hyphens:manual;-webkit-hyphens:manual;hyphens:manual;}.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box > div,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper-center .text-box > div{padding:0;margin-bottom:0;}.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .text-row-metadata + .listing-title,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper-center .text-box .text-row-metadata + .listing-title{margin-top:0;}.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box > .listing-title,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper-center .text-box > .listing-title{margin-top:0;margin-bottom:16px;}.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box > .listing-title h3,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper-center .text-box > .listing-title h3{margin:0;margin-top:0;}.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper-center .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper-center .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper-center .listing-item-person-job-title{text-decoration:none;}.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper-center .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-grouping-tile .text-box-wrapper-center .listing-item-event-date{text-decoration:none;}.listing-item-wrapper article.listing-item.item-style-grouping-tile.item-style-tile_text_rollover .text-box-wrapper .text-box > div,.listing-item-wrapper article.listing-item.item-style-grouping-tile.item-style-tile_text_rollover .text-box-wrapper-center .text-box > div{margin-top:16px;}.listing-item-wrapper article.listing-item .listing-item-info-box{display:table-cell;min-width:80px;vertical-align:middle;padding:8px;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .image-wrapper{position:relative;flex:0 0 auto;width:100%;min-width:100%;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .image-wrapper .call-to-action-wrapper{position:absolute;z-index:10;max-width:100%;overflow:hidden;top:0;left:0;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .image-wrapper .call-to-action-wrapper.call-to-action{top:auto;left:auto;bottom:0;right:0;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .image-wrapper .call-to-action-wrapper button,.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .image-wrapper .call-to-action-wrapper .btn{max-width:100%;overflow:hidden;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .image-wrapper .call-to-action-wrapper div.label-cta{display:inline-block;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .listing-item-info-box{position:absolute;top:0;right:0;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper{flex:0 0 auto;width:100%;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box{min-height:80px;}}@media (max-width:650px){.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box{min-height:90px;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box .listing-title{margin-top:0;}}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box .text-wrapper .teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box .text-wrapper-center .teaser-text{margin-bottom:0;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box .text-wrapper .listing-item-teaser-text{margin-bottom:16px;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box .text-wrapper .listing-item-tertiary-text{margin-bottom:16px;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box .text-row-metadata{margin-bottom:16px;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper .text-box .text-row-metadata:last-of-type{margin-bottom:0;}.listing-item-wrapper article.listing-item.item-style-tile_text_rollover{position:relative;}.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .call-to-action-wrapper{position:absolute;top:0;left:0;z-index:10;}.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .text-box-wrapper{position:absolute;bottom:0;left:0;max-height:60px;width:100%;opacity:0.9;overflow:hidden;}.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box{text-align:left;vertical-align:bottom;padding:16px;opacity:0.9;margin-bottom:0px;}.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box .listing-item-event-date{margin-top:16px;}.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .text-box-wrapper .text-box .listing-item-teaser-text{margin-bottom:0px;}.listing-item-wrapper article.listing-item.item-style-tile_text_rollover:hover .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_text_rollover.active .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_text_rollover:focus .text-box-wrapper{position:absolute;bottom:0;left:0;width:100%;max-height:90% !important;transition-property:max-height,padding-top,padding-bottom;transition-duration:0.5s;transition-timing-function:ease-in-out;}.listing-item-wrapper article.listing-item.item-style-tile_text_rollover:hover .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-tile_text_rollover.active .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-tile_text_rollover:focus .text-box-wrapper .text-box{opacity:1;}.listing-item-wrapper article.listing-item.item-style-grouping-card{align-items:flex-end;flex-flow:column;overflow:hidden;height:100%;}.listing-item-wrapper article.listing-item.item-style-grouping-card.item-style-card_icon_image .image-wrapper{width:64px;height:64px;margin:32px auto 0px auto;}.listing-item-wrapper article.listing-item.item-style-grouping-card.item-style-card_banner_image .card_placeholder_container{position:relative;width:100%;padding-bottom:66.6%;}.listing-item-wrapper article.listing-item.item-style-grouping-card.item-style-card_banner_image .card_placeholder{position:absolute;width:100%;height:100%;}.listing-item-wrapper article.listing-item.item-style-grouping-card.item-style-card_banner_image .image-wrapper{align-self:normal;}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-grouping-card.item-style-card_banner_image .image-wrapper{width:100%;}}.listing-item-wrapper article.listing-item.item-style-grouping-card.item-style-card_banner_image .image-wrapper img{width:100%;max-width:none;}.listing-item-wrapper article.listing-item.item-style-grouping-card.borderoff .call-to-action-wrapper{display:block;width:calc(100% - 64px);margin:0px 32px 32px 32px;}.listing-item-wrapper article.listing-item.item-style-grouping-card.borderoff .call-to-action-wrapper button.btn-cta,.listing-item-wrapper article.listing-item.item-style-grouping-card.borderoff .call-to-action-wrapper div.label-cta,.listing-item-wrapper article.listing-item.item-style-grouping-card.borderoff .call-to-action-wrapper .btn.btn-cta{width:auto;padding:16px;}.listing-item-wrapper article.listing-item.item-style-grouping-card.borderoff .call-to-action-wrapper div.label-cta{display:inline-block;}.listing-item-wrapper article.listing-item.item-style-grouping-card.borderon{border-width:1px;border-style:solid;}.listing-item-wrapper article.listing-item.item-style-grouping-card.borderon .call-to-action-wrapper{border-top-width:1px;border-top-style:solid;overflow:hidden;}.listing-item-wrapper article.listing-item.item-style-grouping-card.borderon .call-to-action-wrapper button.btn-cta,.listing-item-wrapper article.listing-item.item-style-grouping-card.borderon .call-to-action-wrapper div.label-cta{width:100%;padding:16px;}body.no-icon .listing-item-wrapper article.listing-item.item-style-grouping-card.borderon .call-to-action-wrapper button.btn-cta,body.no-icon .listing-item-wrapper article.listing-item.item-style-grouping-card.borderon .call-to-action-wrapper div.label-cta{padding-left:32px !important;padding-right:32px !important;}.listing-item-wrapper article.listing-item.item-style-grouping-card.borderon .call-to-action-wrapper div.label-cta{display:block;}.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper.stacked-text-box,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center.stacked-text-box{flex-grow:1;padding:32px;margin-top:0px;margin-bottom:0px;width:100%;align-self:flex-start;}.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper.stacked-text-box.doublespace,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center.stacked-text-box.doublespace{padding:32px;}.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper.stacked-text-box > div,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center.stacked-text-box > div{padding:0;margin:0 0 1.3em 0;}.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper.stacked-text-box > div:last-child,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center.stacked-text-box > div:last-child{margin-bottom:0px;}.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper.stacked-text-box .text-row-metadata *,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center.stacked-text-box .text-row-metadata *{display:block;}.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper.stacked-text-box .listing-title,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center.stacked-text-box .listing-title{margin-top:0;}.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper.stacked-text-box .listing-title h3,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center.stacked-text-box .listing-title h3{margin:0 0 1.3em 0;}.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center .listing-item-person-job-title{text-decoration:none;}.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-grouping-card .text-wrapper-center .listing-item-event-date{text-decoration:none;}.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper{margin-bottom:0px;display:block;width:100%;}.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper button,.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper .btn{padding-right:32px;width:100%;}.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper button .fa,.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper button .fas,.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper .btn .fa,.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper .btn .fas{transition:0s;}.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper button .fa:before,.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper button .fas:before,.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper .btn .fa:before,.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper .btn .fas:before{padding-left:8px;padding-top:2px;}.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper button:hover .fa,.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper button:hover .fas,.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper .btn:hover .fa,.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper .btn:hover .fas{transform:scale(1.35) translateZ(0);}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image{min-height:48px;min-height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper{flex:1 1 auto;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box{margin:0;padding:0;display:-ms-flexbox;display:-webkit-flex;display:flex;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box .image-wrapper{float:none !important;overflow:unset;min-height:128px;min-width:128px;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .text-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .text-wrapper-center,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box .text-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box .text-wrapper-center{overflow:unset;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box > div,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box > div{margin-top:0px;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .listing-item-tertiary-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box .listing-item-tertiary-text{display:block;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .text-row > div.teaser-field,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .text-row > div.listing-title,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box .text-row > div.teaser-field,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box .text-row > div.listing-title{margin-top:8px;padding:0;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .text-row > div.listing-title,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box .text-row > div.listing-title{margin-top:0;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .text-row .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .text-row .listing-item-tertiary-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .text-row .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .text-row .listing-item-tertiary-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .text-row .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .text-row .listing-item-tertiary-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .text-row .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .text-row .listing-item-tertiary-text{display:block;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .list-style-arrow-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .list-style-arrow-wrapper{padding-left:8px;padding-right:8px;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-row-metadata *,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-row-metadata *{display:inline;}.listing-item-wrapper article.listing-item.item-style-grouping-row{margin:0px 0px 20px 0px;}.listing-item-wrapper article.listing-item.item-style-grouping-landscape,.listing-item-wrapper article.listing-item.item-style-grouping-imagetext,.listing-item-wrapper article.listing-item.item-style-grouping-breaker,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery{min-height:340px;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-grouping-landscape .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-grouping-breaker .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .teaser-field.image-wrapper{width:100%;overflow:hidden;position:relative;transition-duration:0s;}}@media (max-width:1200px) and (min-width:992px){.listing-item-wrapper article.listing-item.item-style-grouping-landscape .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-grouping-breaker .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .teaser-field.image-wrapper{height:360px;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery{min-height:inherit;}.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .teaser-field.image-wrapper{height:auto;}.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .text-box{margin-left:0;margin-right:0;}.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .text-box .text-wrapper,.listing-item-wrapper article.listing-item.item-style-grouping-image-gallery .text-box-wrapper .text-box .text-wrapper-center{margin-left:8px;margin-right:8px;}}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom{}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper{height:520px;width:100%;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper{height:576px;}}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper iframe,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper iframe{height:900px;margin-top:-189px;}.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper iframe,.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper iframe{height:100%;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}@media (min-width:1200px){.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper iframe,.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper iframe{height:120%;margin-top:-48px;}}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper iframe,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper iframe{height:675px;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}}@media (min-width:1200px){.full-width .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.video-wrapper iframe,.full-width .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.video-wrapper iframe{height:977px;}}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image{width:100%;}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img{width:auto !important;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .text-box{margin-left:0px;margin-right:0px;}}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right{}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper{overflow:hidden;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper{min-height:576px;}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper .teaser-field.image img{min-height:576px;object-fit:cover;object-position:center;width:100%;height:100%;}}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper{display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0px;height:100%;left:16.666666%;left:calc(100% / 12 * 2);width:66.666666%;width:calc(100% / 12 * 8);}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .text-box-wrapper .text-box h3,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .text-box h3,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .text-box h3,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .text-box h3,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .text-box h3{margin:0;}@media (max-width:1400px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper{left:8.333333%;left:calc(100% / 12 * 1);width:83.333333%;width:calc(100% / 12 * 10);}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper{left:0;width:100%;}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .text-box{min-width:237px;}}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .btn-cta,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .label-cta,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .btn-cta,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .label-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .btn-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .label-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .btn-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .label-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .btn-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .label-cta{margin-top:16px;}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle div.label-cta,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom div.label-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom div.label-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left div.label-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right div.label-cta{display:inline-block;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.image-wrapper{min-height:432px;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img{min-height:432px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper h3{line-height:1;}.listing-item-wrapper article.listing-item.item-style-breaker_without_image{min-height:40px;padding:64px 0px;}.listing-item-wrapper article.listing-item.item-style-breaker_without_image .teaser-field.image-wrapper{display:none;}.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper{align-content:flex-end;margin-left:16.66667%;margin-left:calc(100% / 12 * 2);width:66.66667%;width:calc(100% / 12 * 8);}@media (max-width:321px){.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper{margin-left:0;width:100%;}}.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .text-box{margin:0;padding:0;}.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .text-box .text-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .text-box .text-wrapper-center,.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .text-box .call-to-action-wrapper{margin:0 0 1em 0;}.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .text-box .listing-title h3{margin:0;padding:0;}.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .text-box .call-to-action-wrapper{padding:8px;}@media (max-width:321px){.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .text-box{margin-left:6px;margin-right:6px;}}@supports (display:grid){.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper{display:grid;grid-template-columns:repeat(12,1fr);justify-items:stretch;margin-left:0;width:100%;}.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .text-box{grid-column:3 / span 8;}@media (max-width:321px){.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .text-box{grid-column:1 / span 12;}}}.listing-item-wrapper article.listing-item.item-style-image_gallery_caption_centre_bottom .text-box-wrapper .text-box{margin-top:0;margin-bottom:0;padding:8px calc(100% / 6);height:64px;min-height:64px;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-image_gallery_caption_centre_bottom .text-box-wrapper .text-box{padding:8px calc(100% / 5);height:96px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom{}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper{height:520px;width:100%;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper{height:576px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper iframe{height:900px;margin-top:-189px;}.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper iframe{height:100%;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}@media (min-width:1200px){.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper iframe{height:120%;}}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper iframe{height:675px;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}}@media (min-width:1200px){.full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.video-wrapper iframe{height:977px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper{-ms-flex-line-pack:end;align-content:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;padding:0px;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper{padding:16px 0px 0px 0px;}}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper{padding:16px 0 0 0;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .text-box{margin-bottom:0px;padding:32px;opacity:1;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .text-box{padding:16px 16px;min-width:237px;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .listing-item-person-affiliation{margin-bottom:0;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .listing-title{padding:0;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .call-to-action-wrapper{margin-top:16px;margin-bottom:0;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left{}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper{height:520px;width:100%;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper{height:576px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper iframe{height:900px;margin-top:-189px;}.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper iframe{height:100%;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}@media (min-width:1200px){.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper iframe{height:120%;}}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper iframe{height:675px;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}}@media (min-width:1200px){.full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.video-wrapper iframe{height:977px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper{padding:0px;margin-top:64px;margin-bottom:0;right:auto;left:64px;top:0;bottom:0;width:520px;max-height:392px;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper{display:block !important;position:relative !important;width:100% !important;height:auto;left:0 !important;right:0 !important;margin-top:0px;max-height:unset;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .text-box{margin-top:0px !important;margin-bottom:0px !important;padding:32px;opacity:1;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .text-box{min-width:237px;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .listing-title,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .listing-item-person-affiliation{margin-bottom:0;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .call-to-action-wrapper{margin-top:16px;margin-bottom:0;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .listing-title{margin-top:0px !important;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper{height:520px;min-height:520px;max-height:520px;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper{height:360px;min-height:360px;}}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper .teaser-field img{height:360px;min-height:360px;width:100%;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.text-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.text-wrapper-center{overflow:hidden;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.text-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.text-wrapper-center{overflow:unset;max-height:unset;max-height:auto;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right{}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper{height:520px;width:100%;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper{height:576px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper iframe{height:900px;margin-top:-189px;}.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper iframe{height:100%;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}@media (min-width:1200px){.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper iframe{height:120%;}}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper iframe{height:675px;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}}@media (min-width:1200px){.full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.video-wrapper iframe{height:977px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper{padding:0px;margin-top:64px;margin-bottom:0;right:64px;left:auto;top:0;bottom:0;width:520px;max-height:392px;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper{display:block !important;position:relative !important;width:100% !important;height:auto;right:0 !important;margin-top:0px;max-height:unset;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .text-box{margin-top:0px !important;margin-bottom:0px !important;padding:32px;opacity:1;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .text-box{min-width:237px;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .listing-title,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .listing-item-person-affiliation{margin-bottom:0;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .call-to-action-wrapper{margin-top:16px;margin-bottom:0;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .listing-title{margin-top:0px !important;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper{height:520px;min-height:520px;max-height:520px;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper{height:360px;min-height:360px;}}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper .teaser-field img{height:360px;min-height:360px;width:100%;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.text-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.text-wrapper-center{overflow:hidden;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.text-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.text-wrapper-center{overflow:unset;max-height:unset;max-height:auto;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom{min-height:640px;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom{min-height:520px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;position:relative;overflow:hidden;width:100%;height:640px;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image{display:block;width:100%;top:0px;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image img{object-fit:cover;height:100%;}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image img{width:1728px;height:640px;max-width:none !important;position:absolute;left:-40%;}}@media screen and (-ms-high-contrast:active) and (max-width:768px),screen and (-ms-high-contrast:none) and (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image img{left:-90%;}}@media screen and (-ms-high-contrast:active) and (min-width:1200px),screen and (-ms-high-contrast:none) and (min-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image img{left:0;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper{height:520px;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image{left:0;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image img{height:520px;}}@media screen and (max-width:768px) and (-ms-high-contrast:active),screen and (max-width:768px) and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image{left:calc((-1 * (1728px / 2) * (520 / 640)) + (100% / 2));}}@media screen and (max-width:768px) and (-ms-high-contrast:active),screen and (max-width:768px) and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper .teaser-field.image img{width:calc(1728px * (520 / 640));}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.video-wrapper{height:640px;width:100%;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.video-wrapper{}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.video-wrapper iframe{height:900px;margin-top:-129px;}.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.video-wrapper iframe{height:100%;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}@media (max-width:1300px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.video-wrapper iframe{margin-top:-129px;max-height:none;max-width:none;margin-left:calc(0px - ((1596px - 100%) / 2));margin-right:calc(0px - ((1596px - 100%) / 2));}}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.video-wrapper iframe{height:675px;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}}@media (min-width:1200px){.full-width .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.video-wrapper iframe{height:977px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper{display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:16px 32px 0px 0px;margin-top:32px;margin-bottom:0;margin-left:64px;min-height:72px;left:0;width:50%;height:100%;}@media (max-width:1400px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper{width:66.666666%;width:calc(100% / 12 * 8) !important;margin-left:32px;}}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper{min-width:80%;width:66.666666%;width:calc(100% / 12 * 8) !important;margin-left:16px;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper{min-width:calc(100% / 12 * 10);left:0;width:100%;padding:0;margin:0;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box{min-width:235px;margin-bottom:0px;padding:10px;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box .listing-title{margin-top:0px;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box .listing-title h3{margin-top:0px;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .call-to-action-wrapper{margin-left:16px;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box{text-align:left;margin-top:0;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box .text-box-row-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:33%;width:calc(100% / 3);-ms-flex-item-align:end;align-self:flex-end;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box .text-box-row-1{width:50%;}}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box .text-box-row-1{width:50%;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box .text-box-row-1{width:100%;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box .text-box-row-2{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;-ms-flex-negative:0;flex-shrink:0;width:100%;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box .text-box-row-2{width:100%;}}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box .text-box-row-2{width:100%;}}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box .text-box-row-2{width:100%;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-title,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-item-person-affiliation{display:block;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-title,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-item-person-affiliation{margin-bottom:0;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-title h3{margin-top:0px;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-item-tertiary-text{display:block;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .call-to-action-wrapper{margin-top:16px;margin-bottom:0;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .call-to-action-wrapper div.label-cta{display:inline-block;}@supports (display:grid){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;width:50%;left:0%;}}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.video-wrapper{-ms-flex:1;-ms-flex-align:center;-moz-flex-align:center;height:675px;width:100%;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.video-wrapper{height:250px;}}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.video-wrapper iframe{height:674px;margin-top:-5px;}.widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.video-wrapper iframe,.full-width .widget-width-8-columns .listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.video-wrapper iframe,.widget-width-8-columns .full-width .listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.video-wrapper iframe{height:674px;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1200px - 100%) / 2));margin-right:calc(0px - ((1200px - 100%) / 2));}@media (min-width:675px){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.video-wrapper iframe{height:675px;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1600px - 100%) / 2));margin-right:calc(0px - ((1600px - 100%) / 2));}}@media (min-width:1200px){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.video-wrapper iframe{height:675px;margin-top:0px;max-height:none;max-width:none;margin-left:calc(0px - ((1600px - 100%) / 2));margin-right:calc(0px - ((1600px - 100%) / 2));}}@media (min-width:1200px){.full-width .listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.video-wrapper iframe{height:727px;}}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper{width:75%;height:auto;}@media (min-width:768px) and (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper{width:66%;}}@media (min-width:768px) and (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper .teaser-field.image{width:100%;}}@media screen and (min-width:768px) and (max-width:1200px) and (-ms-high-contrast:active),screen and (min-width:768px) and (max-width:1200px) and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper .teaser-field.image{width:auto;}}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper .image img{width:auto;width:fit-content;min-width:100%;}@media (min-width:768px){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper .image img{max-height:100%;min-width:none;height:100%;object-fit:cover;min-height:100%;}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper .image img{width:auto;min-height:auto;height:auto;max-width:none;}}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .text-box-wrapper{width:25%;}@media (min-width:768px) and (max-width:1400px){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .text-box-wrapper{width:36%;}}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .text-box-wrapper .text-box{height:100%;min-height:175px;margin-top:0px;margin-bottom:0px;text-align:left;padding:16px;margin-left:0;margin-right:0;opacity:1;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .text-box-wrapper h3{margin-top:0px;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .btn-cta,.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .label-cta{margin-top:16px;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right div.label-cta{display:inline-block;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right > *:last-of-type.image-wrapper{width:100%;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right{-ms-flex-wrap:wrap;flex-wrap:wrap;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper{max-height:250px;max-width:100%;width:100%;height:auto;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper .teaser-field.image{position:relative;margin-left:0px;top:0px;left:0px;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .image-wrapper{width:100%;-webkit-flex-basis:100%;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .text-box-wrapper{width:100%;height:100%;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .text-box-wrapper .text-box{min-height:200px;}}@media (min-width:768px) and (max-width:1400px){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right:not(.slide-wrapper) .image-wrapper{width:66%;}}.listing-item-wrapper article.listing-item.item-style-row_with_separator_square,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:0px;}.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .teaser-field.image-wrapper{height:auto;margin:0px 32px 0px 0px;min-width:128px;max-width:128px;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .teaser-field.image-wrapper{margin:0px 16px 5px 0px;}}.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .teaser-field.image-wrapper img,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .teaser-field.image-wrapper img,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .teaser-field.image-wrapper img{max-height:128px;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .teaser-field.image-wrapper img,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .teaser-field.image-wrapper img,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .teaser-field.image-wrapper img{max-height:96px;max-width:96px;}}.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper{width:100%;}.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box{display:-ms-flexbox;display:-webkit-flex;display:flex;padding:32px;padding-left:calc(100% / 12 * 2 + 32px);padding-right:calc(100% / 12 * 2);min-height:192px;height:100%;margin-top:0px;margin-bottom:0px;text-align:left;margin-left:0;margin-right:0;}@media (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box{padding:16px;padding-left:calc(100% / 12 * 1 + 16px);padding-right:calc(100% / 12 * 1);min-height:160px;}}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box{padding:16px 16px 16px 16px;}}.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper .text-box .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper .text-box .listing-item-teriary-text,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box .listing-item-teriary-text,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box .listing-item-teriary-text{margin-bottom:16px;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper .text-box .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper .text-box .listing-item-teriary-text,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box .listing-item-teriary-text,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box .listing-item-teriary-text{margin-bottom:0px;}}.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper h3,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper h3,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper h3{margin:0px 0px;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper h3,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper h3,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper h3{margin:0px 16px 16px 0px;}}.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .btn-cta,.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .label-cta,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .btn-cta,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .label-cta,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .btn-cta,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .label-cta{margin-top:16px;}.listing-item-wrapper article.listing-item.item-style-row_with_separator_square div.label-cta,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait div.label-cta,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image div.label-cta{display:inline-block;}.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box{min-height:224px;}.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box .teaser-field.image-wrapper{margin:0px 32px 32px 0px;}.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box .teaser-field.image-wrapper img{max-height:160px;}@media (max-width:768px){.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box .teaser-field.image-wrapper img{max-height:120px;}}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image{margin:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .image-wrapper{min-height:128px;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper{min-height:48px;width:100%;height:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .listing-item-info-box-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .listing-item-info-box-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .listing-item-info-box-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .listing-item-info-box-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .listing-item-info-box-wrapper{min-height:100%;min-width:128px;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;flex:0 0 auto;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .listing-item-info-box-wrapper .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .listing-item-info-box-wrapper .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .listing-item-info-box-wrapper .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .listing-item-info-box-wrapper .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .listing-item-info-box-wrapper .listing-item-info-box{padding:16px;min-width:128px;max-width:200px;text-align:center;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .list-style-arrow-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .list-style-arrow-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .list-style-arrow-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .list-style-arrow-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .list-style-arrow-wrapper{min-height:100%;padding-left:16px;padding-right:16px;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;flex:0 0 auto;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper{flex:1 1 auto;display:-ms-flexbox;display:flex;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-box,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-box{flex:1 1 auto;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .image-wrapper{margin-right:0;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center{margin:0px;padding-top:8px;padding-left:16px;padding-right:16px;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-person-affiliation,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-person-job-title,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-person-affiliation{margin:0px;padding-top:8px;padding-bottom:8px;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-title h3,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-title h3,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-title h3,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-title h3,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-title h3,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-title h3,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-title h3,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-title h3,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-title h3,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-title h3{margin:0;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text{display:inline;overflow:hidden;}.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text-padding,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text-padding,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text-padding,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text-padding,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text-padding,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text-padding,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text-padding,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text-padding,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper .listing-item-teaser-text-padding,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center .listing-item-teaser-text-padding{padding-bottom:8px;}.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box{flex:1 1 auto;}.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper{flex:1 1 auto;display:-ms-flexbox;display:flex;}.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .list-style-arrow-wrapper{min-height:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;flex:0 0 auto;}.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box-and-chevron-wrapper .list-style-arrow-wrapper .list-style-arrow{padding-left:16px;padding-right:16px;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .list-style-arrow-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .list-style-arrow-wrapper{padding-left:8px;padding-right:8px;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper{margin:8px;padding:0;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .text-wrapper-center{margin:8px auto;padding:0;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box-and-chevron-wrapper .image-wrapper{margin:0;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-grouping-tile .image-wrapper img,.listing-item-wrapper article.listing-item.item-style-grouping-row .image-wrapper img{object-fit:contain;overflow:hidden;}}.listing-item-wrapper article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper article.listing-item .text-box-wrapper .text-wrapper .shortened-long{display:none;}.listing-item-wrapper article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:block;}.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-raw,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-raw{display:none;}.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-long,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-long{display:block;}.listing-item-wrapper.col-md-6 article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.col-md-6 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.col-md-6 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-6 article.listing-item .text-box-wrapper .text-wrapper .shortened-long{display:block;}.listing-item-wrapper.col-md-7 article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.col-md-7 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.col-md-7 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-7 article.listing-item .text-box-wrapper .text-wrapper .shortened-long{display:block;}.listing-item-wrapper.col-md-8 article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.col-md-8 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.col-md-8 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-8 article.listing-item .text-box-wrapper .text-wrapper .shortened-long{display:block;}.listing-item-wrapper.col-md-9 article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.col-md-9 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.col-md-9 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-9 article.listing-item .text-box-wrapper .text-wrapper .shortened-long{display:block;}.listing-item-wrapper.col-md-10 article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.col-md-10 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.col-md-10 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-10 article.listing-item .text-box-wrapper .text-wrapper .shortened-long{display:block;}.listing-item-wrapper.col-md-11 article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.col-md-11 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.col-md-11 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-11 article.listing-item .text-box-wrapper .text-wrapper .shortened-long{display:block;}.listing-item-wrapper.col-md-12 article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.col-md-12 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.col-md-12 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-12 article.listing-item .text-box-wrapper .text-wrapper .shortened-long{display:block;}.listing-item-wrapper.col-md-4 article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.col-md-4 article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.col-md-4 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-4 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium{display:block;}.listing-item-wrapper.col-md-5 article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.col-md-5 article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.col-md-5 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-5 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium{display:block;}.listing-item-wrapper.col-md-1 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.col-md-1 article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.col-md-1 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-1 article.listing-item .text-box-wrapper .text-wrapper .shortened-short{display:block;}.listing-item-wrapper.col-md-2 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.col-md-2 article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.col-md-2 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-2 article.listing-item .text-box-wrapper .text-wrapper .shortened-short{display:block;}.listing-item-wrapper.col-md-3 article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.col-md-3 article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.col-md-3 article.listing-item .text-box-wrapper .text-wrapper .shortened-raw{display:none;}.listing-item-wrapper.col-md-3 article.listing-item .text-box-wrapper .text-wrapper .shortened-short{display:block;}@media (min-width:1400px){.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-long,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-long{display:none;}.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-raw,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-raw{display:block;}}@media (max-width:1200px){.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-raw,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-long,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-raw{display:none;}.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-medium{display:block;}}@media (max-width:768px){.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-long,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-raw,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-medium,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-long,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-raw,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-medium,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-long,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-raw{display:none;}.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_centre_bottom article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-landscape_textoverlay_left_bottom article.listing-item .text-box-wrapper .text-box .shortened-short,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-wrapper .shortened-short,.listing-item-wrapper.item-style-breaker_textoverlay_centre_middle article.listing-item .text-box-wrapper .text-box .shortened-short{display:block;}}.wide-content-width .full-width .listing-item-wrapper .teaser-field.video-wrapper{position:relative;}@media (min-width:1200px){.wide-content-width .full-width .listing-item-wrapper .teaser-field.video-wrapper iframe{height:1080px !important;margin:auto 0 !important;top:0;bottom:0;vertical-align:middle;position:absolute;}}@media (min-width:1400px){.wide-content-width .full-width .listing-item-wrapper .teaser-field.video-wrapper iframe{width:100%;}}@media (max-width:768px){.wide-content-width .full-width .listing-item-wrapper .teaser-field.video-wrapper iframe{min-height:250px;height:675px;margin-top:0px;max-height:none;max-width:none;}}@media (min-width:1200px){.wide-content-width .full-width .listing-item-wrapper.item-style-imagetext_large_image_text_right .teaser-field.video-wrapper iframe{height:788px !important;}}.listing-item-wrapper.item-style-tile_text_rollover{max-height:512px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper{overflow:hidden;position:relative;transition-duration:0s;width:100%;height:512px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{position:absolute;top:0px;transition-duration:0s;height:512px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{transition-duration:0s;}@media (max-width:1200px){.listing-item-wrapper.item-style-tile_text_rollover{max-height:480px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper{height:480px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{height:480px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{height:480px;}}@media (max-width:768px){.listing-item-wrapper.item-style-tile_text_rollover{max-height:320px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper{height:320px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{height:320px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{height:320px;}}@media (max-width:320px){.listing-item-wrapper.item-style-tile_text_rollover{max-height:280px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper{height:280px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{height:280px;}.listing-item-wrapper.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{height:280px;}}.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{width:100%;left:calc((-1 * 856px / 2) + (100% / 2));}.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{width:auto;max-width:none;}@media (max-width:768px){.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{left:calc((-1 * 856px / 2) + (100% / 2));}.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{height:auto;max-height:none;}}@media (max-width:582px){.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{left:calc((-1 * 535px / 2) + (100% / 2));}.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6 article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{height:auto;max-height:none;}}.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{width:100%;left:0;}.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{width:inherit;max-width:none;object-fit:cover;object-position:center;min-height:512px;}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2.promoted,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3.promoted,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4.promoted,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6.promoted{}.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{width:auto;left:calc((-1 * 856px / 2) + (100% / 2));}}@media (max-width:768px){.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{left:calc((-1 * 856px / 2) + (100% / 2));width:auto;}.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{height:auto;max-height:none;}}@media (max-width:582px){.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{left:calc((-1 * 535px / 2) + (100% / 2));}.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-2.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-3.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-4.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.item-style-tile_text_rollover.items-per-row-6.promoted article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{height:auto;max-height:none;}}.listing-item-wrapper.feed-item.item-style-grouping-tile article .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-grouping-tile article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-grouping-landscape article .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-grouping-landscape article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-grouping-breaker article .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-grouping-breaker article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-tile_text_rollover article .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{left:0;justify-content:center;align-items:center;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative;}@media (max-width:1200px){.listing-item-wrapper.feed-item.item-style-grouping-tile article .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-grouping-tile article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-grouping-landscape article .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-grouping-landscape article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-grouping-breaker article .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-grouping-breaker article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-tile_text_rollover article .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper.feed-item.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image{height:unset;}.listing-item-wrapper.feed-item.item-style-grouping-tile article .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.feed-item.item-style-grouping-tile article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.feed-item.item-style-grouping-landscape article .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.feed-item.item-style-grouping-landscape article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.feed-item.item-style-grouping-breaker article .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.feed-item.item-style-grouping-breaker article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.feed-item.item-style-tile_text_rollover article .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.feed-item.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{height:unset;}}.listing-item-wrapper.feed-item.item-style-tile_text_rollover article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper .teaser-field.image img{max-width:100%;}.listing-item-wrapper.feed-item.item-style-grouping-breaker article .teaser-field.image-wrapper{width:100%;}.listing-item-wrapper.feed-item.item-style-grouping-row article .image-wrapper{max-width:250px;}@media (min-width:992px){.listing-item-wrapper.item-style-tile_text_displayed.items-per-row-6 article.listing-item.item-style-tile_text_displayed .image-wrapper{min-height:0px;}}.listing-item-wrapper.item-style-tile_text_displayed.display-style-carousel article.listing-item.item-style-tile_text_displayed .image-wrapper,.listing-item-wrapper.item-style-tile_text_displayed.display-style-carousel_listing article.listing-item.item-style-tile_text_displayed .image-wrapper{min-height:0;}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.listing-item-wrapper.item-style-tile_text_displayed{}.listing-item-wrapper.item-style-tile_text_displayed article.listing-item.item-style-tile_text_displayed.promoted .teaser-field.image-wrapper .teaser-field.image{width:auto;left:calc((-1 * 856px / 2) + (100% / 2));}}.listing-item-wrapper.item-style-row_with_separator_square,.listing-item-wrapper.item-style-row_with_separator_portrait,.listing-item-wrapper.item-style-row_with_separator_no_image{margin-bottom:-1px;}.listing-item-wrapper.item-style-row_with_separator_square.item-last,.listing-item-wrapper.item-style-row_with_separator_portrait.item-last,.listing-item-wrapper.item-style-row_with_separator_no_image.item-last{margin-bottom:0px;}.listing-item-wrapper.item-style-row_without_separator_square,.listing-item-wrapper.item-style-row_without_separator_portrait,.listing-item-wrapper.item-style-row_without_separator_no_image,.listing-item-wrapper.item-style-tile_landscape_square_image,.listing-item-wrapper.item-style-tile_landscape_square_no_image{margin-bottom:16px;}.listing-item-wrapper.display-style-grid.item-style-row_without_separator_square,.listing-item-wrapper.display-style-grid.item-style-row_without_separator_portrait,.listing-item-wrapper.display-style-grid.item-style-row_without_separator_no_image,.listing-item-wrapper.display-style-grid.item-style-tile_landscape_square_image,.listing-item-wrapper.display-style-grid.item-style-tile_landscape_no_image,.listing-item-wrapper.display-style-grid_listing.item-style-row_without_separator_square,.listing-item-wrapper.display-style-grid_listing.item-style-row_without_separator_portrait,.listing-item-wrapper.display-style-grid_listing.item-style-row_without_separator_no_image,.listing-item-wrapper.display-style-grid_listing.item-style-tile_landscape_square_image,.listing-item-wrapper.display-style-grid_listing.item-style-tile_landscape_no_image{margin-bottom:0;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper{width:100%;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box{margin:0;padding:0;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box > div,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box > div{margin:0;padding:0;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .image-wrapper,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .image-wrapper{margin:0;padding:0;width:50%;margin-left:50%;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .image-wrapper img,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .image-wrapper img{width:100%;height:auto;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box{margin:0;padding:16px;min-height:100px;max-height:100%;height:100%;width:50%;overflow:hidden;position:absolute;top:0px;left:0px;display:flex;flex-direction:column;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile.item-style-tile_landscape_no_image .text-box-wrapper .text-box .stacked-text-box,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile.item-style-tile_landscape_no_image .text-box-wrapper .text-box .stacked-text-box{position:relative;width:100%;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .call-to-action-wrapper,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .call-to-action-wrapper{position:absolute;bottom:0px;right:0px;width:100%;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .call-to-action-wrapper button,div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .call-to-action-wrapper div.label-cta,div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .call-to-action-wrapper .btn,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .call-to-action-wrapper button,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .call-to-action-wrapper div.label-cta,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .call-to-action-wrapper .btn{margin:16px;text-align:center;}@media (max-width:1200px) and (min-width:992px){div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box{padding:16px;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box .text-row.text-row-metadata,div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box .text-row.text-row-listing-text,div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box .text-row.text-row-tertiary-text,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box .text-row.text-row-metadata,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box .text-row.text-row-listing-text,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box .text-row.text-row-tertiary-text{display:none;}div.grid-listing.item-style-tile_landscape_50_50 div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .call-to-action-wrapper,.pane-carousel-listing-widget div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .stacked-text-box div.listing-item-wrapper.item-style-tile_landscape_50_50 article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box .call-to-action-wrapper{position:absolute;bottom:0px;right:0px;padding:8px;width:100%;}}.listing-item-wrapper article.button-soft{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;}.listing-item-wrapper article.button-soft button{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;}.listing-item-wrapper article.button-round{border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;}.listing-item-wrapper article.button-round button{border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;}@media (min-width:768px){.listing-item-wrapper.display-style-grid.promoted,.listing-item-wrapper.display-style-grid_listing.promoted{grid-column:span 2;}.listing-item-wrapper.display-style-grid.promoted img,.listing-item-wrapper.display-style-grid_listing.promoted img{max-width:none;width:100%;object-fit:cover;}}@media (max-width:768px){.listing-item-wrapper.display-style-grid.promoted article.listing-item.item-style-grouping-tile:not(.item-style-tile_landscape_square_image) .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.display-style-grid_listing.promoted article.listing-item.item-style-grouping-tile:not(.item-style-tile_landscape_square_image) .teaser-field.image-wrapper .teaser-field.image img{min-height:275px;object-fit:cover;}}@media screen and (max-width:768px) and (-ms-high-contrast:active),(-ms-high-contrast:none){.listing-item-wrapper.display-style-grid.promoted article.listing-item.item-style-grouping-tile .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper.display-style-grid_listing.promoted article.listing-item.item-style-grouping-tile .teaser-field.image-wrapper .teaser-field.image img{min-height:auto;object-fit:cover;}article.listing-item.item-style-tile_text_displayed.promoted .teaser-field.image-wrapper .teaser-field.image{width:auto;left:calc((-1 * 856px / 2) + (100% / 2));}}@media (min-width:992px){.listing-item-wrapper article.listing-item.item-style-grouping-landscape,.listing-item-wrapper article.listing-item.item-style-grouping-imagetext,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle,.listing-item-wrapper article.listing-item item-style-breaker_textoverlay_centre_bottom{min-height:358px;}}.listing-item-wrapper article.listing-item.item-style-grouping-landscape .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-grouping-imagetext .text-box-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .text-box-wrapper,.listing-item-wrapper article.listing-item item-style-breaker_textoverlay_centre_bottom .text-box-wrapper{overflow:hidden;}@media (min-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right{min-height:520px;}}@media (min-width:1200px) and (min-width:1200px){.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper .teaser-field.image img{max-width:none;max-height:640px;min-height:100%;-o-object-fit:cover;object-fit:cover;}}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field-image img,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field-image img,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field-image img{object-fit:cover;}@media (min-width:1200px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom{min-height:520px;}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.image-wrapper .teaser-field.image,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image{max-height:576px;}}@media (min-width:1200px) and (min-width:1200px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.image-wrapper .teaser-field.image img,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img{max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;min-height:100%;height:520px;}}@media (min-width:1200px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom{min-height:520px;}}@media (min-width:1200px) and (min-width:1200px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img{max-width:none;max-height:576px;height:595px;width:auto !important;-o-object-fit:cover;object-fit:cover;}}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper{-webkit-box-pack:flex-end !important;-moz-box-pack:flex-end !important;-ms-flex-pack:flex-end !important;-webkit-justify-content:flex-end !important;justify-content:flex-end !important;position:absolute;top:0px;height:100%;width:calc(100% / 12 * 8);left:0px !important;right:0px !important;margin:auto !important;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper{display:block;position:relative;width:100% !important;}}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .text-box{margin-top:0px !important;margin-bottom:32px !important;padding:32px;max-height:242px;overflow:hidden;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .text-box{margin-top:0px !important;margin-bottom:auto !important;overflow:unset;max-height:none;max-height:unset;}}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .text-box .text-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .text-box .text-wrapper-center{max-height:242px;overflow:hidden;}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .image-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .image-wrapper img{min-height:576px;max-height:576px;width:100% !important;}@media (max-width:992px){.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .image-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .image-wrapper img{height:360px;min-height:360px;}}@media (min-width:1600px){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper .image img{width:100%;}}@media screen and (min-width:1600px) and (-ms-high-contrast:active),screen and (min-width:1600px) and (-ms-high-contrast:none){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper .image img{width:auto;}}@-moz-document url-prefix(){.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper .image img{max-width:100%;object-fit:cover;}}.listing-item-wrapper article.listing-item.item-style-grouping-imagetext{overflow:hidden;}@media (min-width:768px) and (max-width:1200px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext{max-height:571px;}}@media (min-width:1200px){.listing-item-wrapper article.listing-item.item-style-grouping-imagetext{max-height:571px;}}.listing-item-wrapper.swiper-slide{-webkit-transform:translate3d(0,0,0);}.listing-item-wrapper.swiper-slide.item-style-breaker_without_image{max-height:480px;}.listing-item-wrapper.swiper-slide.item-style-tile_landscape_square_image,.listing-item-wrapper.swiper-slide.item-style-tile_landscape_no_image{height:auto;}.listing-item-wrapper.swiper-slide.item-style-tile_landscape_square_image article,.listing-item-wrapper.swiper-slide.item-style-tile_landscape_no_image article{display:-ms-flexbox;display:-webkit-flex;display:flex;}.listing-item.display-style-grid,.listing-item.display-style-grid_listing{max-width:100vw;}.wrapper-main a.listing-item-link{text-decoration:none;}.display-style-debug,.item-style-debug{display:none;position:absolute;right:0px;text-align:center;z-index:1000;min-width:20px;min-height:20px;opacity:0.9;background-image:url(/sites/all/modules/custom/navbar/icons/bebebe/questionmark-disc.png);background-color:yellow;}.display-style-debug{display:none;top:-20px;background-color:greenyellow;}.widget-header .widget-title,.widget-header .widget-link{margin-top:0px;margin-bottom:24px;padding-top:16px;padding-bottom:8px;}.widget-header .widget-title{float:left;}.widget-header .widget-link{float:right;}@supports (display:grid){.widget-header{display:grid;grid-template-columns:1fr;}.widget-header-with-link{display:grid;grid-template-columns:6fr 4fr !important;}.widget-header-with-link .widget-link{align-self:center;justify-self:end;}}.listing-wrapper{position:relative;}@media (min-width:992px){.listing-wrapper.widget-background-image-applied{padding-top:64px;padding-bottom:64px;margin-left:-64px;margin-right:-64px;padding-left:64px;padding-right:64px;background-repeat:no-repeat;}.listing-wrapper.widget-background-image-applied.widget-background-image-alignment-centred{background-position:center;}.listing-wrapper.widget-background-image-applied.widget-background-image-alignment-middle_left{background-position-x:left;background-position-y:center;}.listing-wrapper.widget-background-image-applied.widget-background-image-alignment-middle_right{background-position-x:right;background-position-y:center;}.listing-wrapper.widget-background-image-applied.widget-background-image-alignment-top_left{background-position-x:left;background-position-y:top;}.listing-wrapper.widget-background-image-applied.widget-background-image-alignment-top_right{background-position-x:right;background-position-y:top;}.listing-wrapper.widget-background-image-applied.widget-background-image-alignment-top_centre{background-position-x:center;background-position-y:top;}.listing-wrapper.widget-background-image-applied.widget-background-image-alignment-bottom_left{background-position-x:left;background-position-y:bottom;}.listing-wrapper.widget-background-image-applied.widget-background-image-alignment-bottom_right{background-position-x:right;background-position-y:bottom;}.listing-wrapper.widget-background-image-applied.widget-background-image-alignment-bottom_centre{background-position-x:center;background-position-y:bottom;}.listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-middle_left{background-position-x:calc(640px - 64px);background-position-y:center;}.listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-middle_right{background-position-x:384px;background-position-y:center;}.listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-top_left{background-position-x:calc(640px - 64px);background-position-y:top;}.listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-top_right{background-position-x:384px;background-position-y:top;}.listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-bottom_left{background-position-x:calc(640px - 64px);background-position-y:bottom;}.listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-bottom_right{background-position-x:384px;background-position-y:bottom;}}@media (max-width:992px){.listing-wrapper.widget-background-image-applied{background-image:none !important;}}.listing-wrapper .form-item-event-date-filter .form-control-feedback{margin-top:8px;}.listing-wrapper > div.view-filters > form{display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;}@media (max-width:470px){.listing-wrapper > div.view-filters > form .views-widget-filter-tid{min-width:100%;}}@media (min-width:992px){.full-width .listing-wrapper{padding-left:0;padding-right:0;}.full-width .listing-wrapper .swiper-container,.full-width .listing-wrapper .swiper-pagination{margin-left:0;margin-right:0;}.full-width .listing-wrapper .swiper-button-prev{left:0;}.full-width .listing-wrapper .swiper-button-next{right:0;}.full-width .listing-wrapper.items-per-slide-1 .swiper-button-prev{left:0px;}.full-width .listing-wrapper.items-per-slide-1 .swiper-button-next{right:0px;}.full-width .listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-middle_right{background-position-x:448px;background-position-y:center;}.full-width .listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-top_right{background-position-x:448px;background-position-y:top;}.full-width .listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-bottom_right{background-position-x:448px;background-position-y:bottom;}.full-width .listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-middle_left{background-position-x:640px;background-position-y:center;}.full-width .listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-top_left{background-position-x:640px;background-position-y:top;}.full-width .listing-wrapper.widget-background-image-applied.widget-background-colour-applied.widget-background-image-alignment-bottom_left{background-position-x:640px;background-position-y:bottom;}}@media (max-width:768px){.view-filters .apply-filters{clear:left;}.view-filters .views-submit-button{margin-top:-16px;margin-bottom:8px;}}.feed-item a:link{text-decoration:none;}.feed-item.oxtalk article{display:flex;flex-direction:column;height:100%;}.feed-item.oxtalk article.oxtalk-card{border-width:1px;border-style:solid;}.feed-item.oxtalk.item-style-feed_oxtalk_short{margin-bottom:0;}.feed-item.oxtalk.item-style-feed_oxtalk_short .oxtalk-wrapper{flex:1;flex-grow:1;}.feed-item.oxtalk.item-style-feed_oxtalk_short .oxtalk-wrapper .oxtalk-text-wrapper{padding:32px;}.feed-item.oxtalk.item-style-feed_oxtalk_short .oxtalk-wrapper .oxtalk-text-wrapper a{text-decoration:underline;}.feed-item.oxtalk.item-style-feed_oxtalk_short .oxtalk-wrapper .oxtalk-text-wrapper .cancelled{margin-bottom:1.3em;}.feed-item.oxtalk.item-style-feed_oxtalk_short .oxtalk-wrapper .oxtalk-text-wrapper ol.fa-ul{margin-left:1.9em;padding-left:0;}.feed-item.oxtalk.item-style-feed_oxtalk_short .oxtalk-wrapper .oxtalk-text-wrapper ol.fa-ul li{margin-bottom:1.3em;}.feed-item.oxtalk.item-style-feed_oxtalk_short .oxtalk-wrapper .oxtalk-text-wrapper a.oxtalk-link{text-decoration:underline;}.feed-item.oxtalk.item-style-feed_oxtalk_short .oxtalk-wrapper .oxtalk-text-wrapper .oxtalk_message{padding-top:16px;margin-bottom:1.3em;}.feed-item.oxtalk.item-style-feed_oxtalk_short .oxtalk-wrapper .oxtalk-text-wrapper .oxtalk-link{padding:24px 0px 0px 0px;}.feed-item.oxtalk.item-style-feed_oxtalk_short .call-to-action-wrapper{border-top-width:1px;border-top-style:solid;overflow:hidden;}.feed-item.oxtalk.item-style-feed_oxtalk_short .call-to-action-wrapper a{display:inline-block;padding:16px;width:100%;}.feed-item.oxtalk .oxtalk-grouping-date-wrapper{background-color:#fff;margin:-28px 8px -17px;}.feed-item.oxtalk .oxtalk-grouping-date-wrapper .oxtalk-grouping-date{padding-left:16px;padding-bottom:8px;}.feed-item.oxtalk .oxtalk-wrapper{width:100%;word-break:break-word;}.feed-item.oxtalk .oxtalk-wrapper .panel-heading{padding:16px 15px 0px;}.feed-item.oxtalk .oxtalk-wrapper .panel-heading .oxtalk_title h3{margin:0px;margin-bottom:16px;}.feed-item.oxtalk .oxtalk-wrapper .panel-heading .oxtalk_title h3 .oxtalk_status{margin-bottom:16px;}.feed-item.oxtalk .oxtalk-wrapper .panel-heading .oxtalk_title h3 .oxtalk_status.published{display:none;}.feed-item.oxtalk .oxtalk-wrapper .oxtalk_series{padding-bottom:16px;}.feed-item.oxtalk .oxtalk-wrapper .oxtalk_venue *:not(a){display:block;}.feed-item.oxtalk .oxtalk-wrapper .oxtalk_series a,.feed-item.oxtalk .oxtalk-wrapper .oxtalk_speakers a,.feed-item.oxtalk .oxtalk-wrapper .oxtalk_venue a{text-decoration:underline;}.feed-item.oxtalk .oxtalk-wrapper .call-to-action-wrapper{margin-top:16px;margin-bottom:10px;}.feed-item.oxtalk .oxtalk-wrapper .call-to-action-wrapper .btn-cta{padding:8px 24px;font-size:1.1em;}.feed-item.tweet{padding:4px;}.feed-item.tweet .retweet{display:-webkit-box;display:-ms-flexbox;display:flex;padding:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.feed-item.tweet .retweet span.icon.retweetEdge{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%230074bb%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);width:18px;height:18px;display:inline-block;margin:0px 8px 0px 0px;}.feed-item.tweet .tweet-url{display:none;}.feed-item.tweet.display-style-carousel,.feed-item.tweet.display-style-carousel_listing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.feed-item.tweet.display-style-carousel article,.feed-item.tweet.display-style-carousel_listing article{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.feed-item.tweet.display-style-carousel .text-box,.feed-item.tweet.display-style-carousel_listing .text-box{min-height:calc(100vh - 70px);}}.feed-item.tweet .text-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;}.feed-item.tweet .text-box .profile-row{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.feed-item.tweet .text-box .profile-row .tweet-user{margin:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.feed-item.tweet .text-box .profile-row .tweet-user .tweet-profile-img{width:48px;margin-right:4px;}.feed-item.tweet .text-box .profile-row .tweet-user .tweet-user-names{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0px 4px;}.feed-item.tweet .text-box .profile-row .twitter-brand{margin:-4px 4px;font-size:1.3em;}.feed-item.tweet .text-box .profile-row .twitter-brand.retweeted{margin:-32px 4px;}.feed-item.tweet .text-box .tweet-main{padding:4px;clear:both;}.feed-item.tweet .text-box .tweet-media{margin:0px 4px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.feed-item.tweet .text-box .tweet-media img{margin:0px 0px 4px;width:100%;}.feed-item.tweet .text-box .tweet-media img.img-multiple{margin:0px 0px 4px;width:45%;}.feed-item.tweet .text-box .tweet-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:4px;}.feed-item.tweet .text-box .tweet-actions .icon{display:inline-block;height:1.25em;background-repeat:no-repeat;background-size:contain;vertical-align:text-bottom;}.feed-item.tweet .text-box .tweet-actions .icon.heartEdge{width:1.25em;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%230074bb%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);}.feed-item.tweet .text-box .tweet-actions .icon.retweetEdge{width:1.25em;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%230074bb%22%20d%3D%22M23.77%2015.67c-.292-.293-.767-.293-1.06%200l-2.22%202.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414%200-.75.336-.75.75s.336.75.75.75h5.85c1.24%200%202.25%201.01%202.25%202.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06%200s-.294.768%200%201.06l3.5%203.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767%200-1.06zm-10.66%203.28H7.26c-1.24%200-2.25-1.01-2.25-2.25V6.46l2.22%202.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768%200-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06%200l-3.5%203.5c-.294.292-.294.767%200%201.06s.767.293%201.06%200l2.22-2.22V16.7c0%202.068%201.683%203.75%203.75%203.75h5.85c.414%200%20.75-.336.75-.75s-.337-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);}.feed-item.tweet .text-box .tweet-actions ul{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0px;margin:4px 0px;}.feed-item.tweet .text-box .tweet-actions ul li{float:left;list-style:none;margin:0px 4px;padding:4px;}.feed-item.tweet .text-box .tweet-actions .tweet-created{margin:4px 0px;padding:0px 4px 0px 0px;}.feed-item.tweet.items-per-row-4 .tweet-media video{max-width:200px;max-height:300px;}ul.pagination.javascript-pagination-next-last{padding-left:0;}ul.pagination.javascript-pagination{padding-left:0;}ul.pagination.javascript-pagination:first-child{padding-left:15px;}.video-wrapper .video-overlay{opacity:0;position:absolute;display:block;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;height:100%;align-items:center;justify-content:center;opacity:0.2;z-index:1;}@media (max-width:1600px){.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .image-wrapper{min-width:80px;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .image-wrapper img{width:80px;height:auto;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .listing-item-info-box-wrapper{min-width:auto;max-width:80px;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .listing-item-info-box{min-width:80px;max-width:80px;width:80px;padding:8px;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper.item-style-row_without_separator_square article.listing-item.item-style-grouping-row .listing-item-info-box-wrapper{padding-top:80px;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper.item-style-row_without_separator_portrait article.listing-item.item-style-grouping-row .listing-item-info-box-wrapper{padding-top:100px;}}@media (max-width:993px){.panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .image-wrapper{min-width:80px;}.panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .listing-item-info-box-wrapper{width:auto;height:auto;}.panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row:not(.item-style-row_without_separator_no_image) .listing-item-info-box-wrapper{display:none;}.panel-pane div.listing-item-wrapper.item-style-row_without_separator_square article.listing-item.item-style-grouping-row .listing-item-info-box,.panel-pane div.listing-item-wrapper.item-style-row_without_separator_portrait article.listing-item.item-style-grouping-row .listing-item-info-box{width:80px;}.panel-pane div.listing-item-wrapper.item-style-row_without_separator_square article.listing-item.item-style-grouping-row .listing-item-info-box-wrapper{padding-top:80px;}.panel-pane div.listing-item-wrapper.item-style-row_without_separator_portrait article.listing-item.item-style-grouping-row .listing-item-info-box-wrapper{display:none;}}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row.item-style-row_without_separator_square .list-style-arrow-wrapper,.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row.item-style-row_without_separator_portrait .list-style-arrow-wrapper{display:none;}@media (min-width:992px){.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .listing-item-info-box-wrapper + .text-box-and-chevron-wrapper .image-wrapper{position:absolute;left:0px;top:0px;}}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .text-box-and-chevron-wrapper .text-box .text-wrapper{padding:8px;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .text-box-and-chevron-wrapper .text-box .text-wrapper .listing-title{padding:0px;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .text-box-and-chevron-wrapper .text-box .text-wrapper-center{padding:8px;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .text-box-and-chevron-wrapper .text-box .text-wrapper-center .listing-title{padding:0px;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .text-box-and-chevron-wrapper .list-style-arrow-wrapper{padding:0px 8px 0px 0px;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .text-box-and-chevron-wrapper .list-style-arrow-wrapper .list-style-arrow{font-size:1.5em;}@media (max-width:1600px){div.listing-item-wrapper.items-per-row-4 article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .image-wrapper,div.listing-item-wrapper.items-per-row-4 article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .image-wrapper img{min-height:80px;min-width:80px;width:80px;height:80px;}}@media (max-width:992px){div.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .image-wrapper,div.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .image-wrapper img{min-height:80px;min-width:80px;width:80px;height:80px;}}div.listing-item-wrapper.items-per-row-6 article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .image-wrapper,div.listing-item-wrapper.items-per-row-6 article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .image-wrapper img,.panel-panel.col-lg-3 > .panel-pane .listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .image-wrapper,.panel-panel.col-lg-3 > .panel-pane .listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box-and-chevron-wrapper .image-wrapper img{min-height:80px;min-width:80px;width:80px;height:80px;}@media (min-width:1600px){.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper.item-style-row_without_separator_square article.listing-item.item-style-grouping-row .listing-item-info-box-wrapper{padding-top:128px;}.panel-panel.col-lg-3 > .panel-pane div.listing-item-wrapper.item-style-row_without_separator_portrait article.listing-item.item-style-grouping-row .listing-item-info-box-wrapper{padding-top:160px;}}@media (max-width:768px){.panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row .listing-item-info-box{min-width:80px;max-width:80px;width:80px;padding:8px;}.panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row.item-style-row_with_separator_square .listing-item-info-box-wrapper,.panel-pane div.listing-item-wrapper article.listing-item.item-style-grouping-row.item-style-row_with_separator_portrait .listing-item-info-box-wrapper{padding-top:80px;}.panel-pane div.listing-item-wrapper.item-style-row_without_separator_portrait article.listing-item.item-style-grouping-row .listing-item-info-box-wrapper{padding-top:100px;}}.panel-panel.col-lg-3 > .panel-pane .listing-item-wrapper article.listing-item.item-style-row_with_separator_square .text-box-wrapper .text-box,.panel-panel.col-lg-3 > .panel-pane .listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .text-box-wrapper .text-box,.panel-panel.col-lg-3 > .panel-pane .listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .text-box-wrapper .text-box{padding-left:16px;padding-left:16px;}.panel-panel.col-lg-3 > .panel-pane .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper{margin-left:16px;min-width:288px;}.panel-panel.col-lg-3 > .panel-pane .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .text-box{padding:16px;}@media (max-width:1200px){.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper,.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper{display:block !important;position:relative !important;width:100% !important;height:auto;right:0 !important;}.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box,.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box{margin-bottom:auto !important;overflow:unset;padding:32px;max-height:none;max-height:unset;}.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper,.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper img,.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper,.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper img{height:360px;min-height:360px;}}@media (max-width:1200px){.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper{display:block !important;position:relative !important;width:100% !important;height:auto;left:0 !important;}.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box{margin-bottom:auto !important;overflow:unset;padding:32px;max-height:none;max-height:unset;}.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper,.panel-panel.col-lg-9 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper img{height:360px;min-height:360px;}}@media (max-width:1200px){.panel-panel.col-lg-9 .grid-listing.items-per-row-4 .item-style-grouping-card .text-wrapper,.panel-panel.col-lg-9 .grid-listing.items-per-row-4 .item-style-grouping-card .text-wrapper-center,.panel-panel.col-lg-9 .grid-listing.items-per-row-6 .item-style-grouping-card .text-wrapper,.panel-panel.col-lg-9 .grid-listing.items-per-row-6 .item-style-grouping-card .text-wrapper-center,.panel-panel.col-lg-6 .grid-listing.items-per-row-4 .item-style-grouping-card .text-wrapper,.panel-panel.col-lg-6 .grid-listing.items-per-row-4 .item-style-grouping-card .text-wrapper-center,.panel-panel.col-lg-6 .grid-listing.items-per-row-6 .item-style-grouping-card .text-wrapper,.panel-panel.col-lg-6 .grid-listing.items-per-row-6 .item-style-grouping-card .text-wrapper-center,.panel-panel.col-lg-3 .grid-listing.items-per-row-4 .item-style-grouping-card .text-wrapper,.panel-panel.col-lg-3 .grid-listing.items-per-row-4 .item-style-grouping-card .text-wrapper-center,.panel-panel.col-lg-3 .grid-listing.items-per-row-6 .item-style-grouping-card .text-wrapper,.panel-panel.col-lg-3 .grid-listing.items-per-row-6 .item-style-grouping-card .text-wrapper-center{padding:16px;}}.panel-panel.col-lg-6 .grid-listing.items-per-row-3 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper,.panel-panel.col-lg-6 .grid-listing.items-per-row-3 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper-center,.panel-panel.col-lg-6 .grid-listing.items-per-row-4 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper,.panel-panel.col-lg-6 .grid-listing.items-per-row-4 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper-center,.panel-panel.col-lg-6 .grid-listing.items-per-row-6 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper,.panel-panel.col-lg-6 .grid-listing.items-per-row-6 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper-center{padding:16px;}.panel-panel.col-lg-6 .grid-listing.items-per-row-3 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper.stacked-text-box,.panel-panel.col-lg-6 .grid-listing.items-per-row-3 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper-center.stacked-text-box,.panel-panel.col-lg-6 .grid-listing.items-per-row-4 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper.stacked-text-box,.panel-panel.col-lg-6 .grid-listing.items-per-row-4 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper-center.stacked-text-box,.panel-panel.col-lg-6 .grid-listing.items-per-row-6 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper.stacked-text-box,.panel-panel.col-lg-6 .grid-listing.items-per-row-6 .item-style-grouping-card.listing-item-wrapper article.listing-item .text-wrapper-center.stacked-text-box{padding:16px;}body.no-sidebars.spacious .col-sm-12 .panel-panel.col-lg-6 .paragraphs-item-grid-listing .items-per-row-3.grid-listing{grid-gap:16px;}.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper{margin-top:0px;display:block !important;position:relative !important;width:100% !important;height:auto;left:0 !important;right:0 !important;max-height:none;}.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box{margin-bottom:auto !important;margin-top:0px !important;overflow:unset;padding:32px;max-height:none;max-height:unset;}@media (max-width:768px){.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box{margin-left:0px;margin-right:0px;}}.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper img,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper img,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper,.panel-panel.col-lg-6 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper img,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper img,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper img,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper,.panel-panel.col-lg-3 .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper img{height:360px;min-height:360px;}.event-flex-container{height:100%;padding:0;margin:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;}.event-row{width:auto;}.event-flex-item{padding:0;min-width:80px;margin:0;text-align:center;}body.spacious .listing-item-wrapper:not(.items-per-row-6) article.listing-item.item-style-grouping-tile .text-box-wrapper .text-box > div:not(:first-of-type),body.spacious .listing-item-wrapper:not(.items-per-row-6) article.listing-item.item-style-grouping-tile .text-box-wrapper-center .text-box > div:not(:first-of-type){padding:0;margin-top:32px;margin-bottom:0;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .text-box-wrapper .text-box .metadata-label,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .text-box .metadata-label,.listing-item-wrapper article.listing-item.item-style-tile_landscape_50_50 .text-box-wrapper .text-box .metadata-label,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .text-box-wrapper .text-box .metadata-label,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .text-box-wrapper .text-box .metadata-label,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .text-box-wrapper .text-box .metadata-label{display:none;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .text-box-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .text-box-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .text-box-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .listing-item-pub-date,.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .listing-item-pub-date{display:none;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .text-box-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .text-box-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .listing-item-event-location,.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .listing-item-event-date,.listing-item-wrapper article.listing-item.item-style-breaker_without_image .text-box-wrapper .listing-item-event-location{display:none;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .listing-item-event-date{display:none;}.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .text-box-wrapper .listing-item-event-date + .separator{display:none;}.listing-item-wrapper article.listing-item .text-wrapper .text-row.text-row-metadata .metadata-label,.listing-item-wrapper article.listing-item .text-box-wrapper .text-row.text-row-metadata .metadata-label{font-weight:bold;}.listing-item-wrapper article.listing-item .text-box-wrapper .listing-title{margin-bottom:16px;}.listing-item-wrapper article.listing-item .text-box-and-chevron-wrapper .listing-title{margin-top:5px;}.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .text-box-wrapper .listing-title{margin-bottom:0 !important;}span.separator{margin-right:3px;}.wide-content-width .paragraphs-item:not(.paragraphs-item-section-search-widget,.item-style-feed_twitter_full) img,.wide-content-width .listing-item:not(.paragraphs-item-section-search-widget,.item-style-feed_twitter_full) img,.wide-content-width .listing-item-wrapper:not(.paragraphs-item-section-search-widget,.item-style-feed_twitter_full) img{height:auto;min-height:100%;max-height:none;width:100%;min-width:100%;max-width:none;}.wide-content-width .paragraphs-item:not(.paragraphs-item-section-search-widget,.item-style-feed_twitter_full) .item-style-landscape_textoverlay_left_bottom img,.wide-content-width .listing-item:not(.paragraphs-item-section-search-widget,.item-style-feed_twitter_full) .item-style-landscape_textoverlay_left_bottom img,.wide-content-width .listing-item-wrapper:not(.paragraphs-item-section-search-widget,.item-style-feed_twitter_full) .item-style-landscape_textoverlay_left_bottom img{height:auto;width:auto;}@media (max-width:992px){*.panel-panel .panel-content .listing-item-wrapper article.listing-item.item-style-grouping-landscape,*.panel-panel .panel-content .listing-item-wrapper article.listing-item.item-style-grouping-imagetext,*.panel-panel .panel-content .listing-item-wrapper article.listing-item.item-style-grouping-breaker,*.panel-panel .panel-content .listing-item-wrapper article.listing-item.item-style-grouping-image-gallery,*.panel-panel :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-grouping-landscape,*.panel-panel :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-grouping-imagetext,*.panel-panel :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-grouping-breaker,*.panel-panel :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-grouping-image-gallery,:not(.panel-panel) .panel-content .listing-item-wrapper article.listing-item.item-style-grouping-landscape,:not(.panel-panel) .panel-content .listing-item-wrapper article.listing-item.item-style-grouping-imagetext,:not(.panel-panel) .panel-content .listing-item-wrapper article.listing-item.item-style-grouping-breaker,:not(.panel-panel) .panel-content .listing-item-wrapper article.listing-item.item-style-grouping-image-gallery,:not(.panel-panel) :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-grouping-landscape,:not(.panel-panel) :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-grouping-imagetext,:not(.panel-panel) :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-grouping-breaker,:not(.panel-panel) :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-grouping-image-gallery{min-height:0;}*.panel-panel .panel-content .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper,*.panel-panel .panel-content .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper,*.panel-panel .panel-content .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper,*.panel-panel :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper,*.panel-panel :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper,*.panel-panel :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper,:not(.panel-panel) .panel-content .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper,:not(.panel-panel) .panel-content .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper,:not(.panel-panel) .panel-content .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper,:not(.panel-panel) :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper,:not(.panel-panel) :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper,:not(.panel-panel) :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper{min-height:0px;max-height:320px;height:auto;}*.panel-panel .panel-content .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper .teaser-field.image img,*.panel-panel .panel-content .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper .teaser-field.image img,*.panel-panel .panel-content .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img,*.panel-panel :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper .teaser-field.image img,*.panel-panel :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper .teaser-field.image img,*.panel-panel :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img,:not(.panel-panel) .panel-content .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper .teaser-field.image img,:not(.panel-panel) .panel-content .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper .teaser-field.image img,:not(.panel-panel) .panel-content .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img,:not(.panel-panel) :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper .teaser-field.image img,:not(.panel-panel) :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper .teaser-field.image img,:not(.panel-panel) :not(.panel-content) .listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper .teaser-field.image img{min-height:0px;max-height:320px;height:auto;width:100%;}.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .text-box-wrapper .text-box .text-wrapper{max-height:none;}}.listing-item-wrapper article.listing-item{}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom,.listing-item-wrapper article.listing-item.item-style-breaker_without_image,.listing-item-wrapper article.listing-item.item-style-tile_text_displayed,.listing-item-wrapper article.listing-item.item-style-tile_text_rollover,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image,.listing-item-wrapper article.listing-item.item-style-tile_landscape_50_50,.listing-item-wrapper article.listing-item.item-style-card_no_image,.listing-item-wrapper article.listing-item.item-style-card_icon_image,.listing-item-wrapper article.listing-item.item-style-card_banner_image,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image,.listing-item-wrapper article.listing-item.item-style-row_with_separator_square,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image{position:relative;overflow:hidden;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-breaker_without_image .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-tile_landscape_50_50 .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-card_no_image .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-card_icon_image .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-card_banner_image .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .listing-item-info-box,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .listing-item-info-box{z-index:1;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-breaker_without_image a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-tile_text_displayed a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-tile_text_rollover a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-tile_landscape_50_50 a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-card_no_image a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-card_icon_image a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-card_banner_image a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-row_with_separator_square a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait a.listing-item-link,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image a.listing-item-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_without_image .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_50_50 .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-card_no_image .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-card_icon_image .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-card_banner_image .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .call-to-action-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .call-to-action-wrapper{position:relative;z-index:3;width:auto;display:inline-block;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-breaker_without_image .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-tile_landscape_50_50 .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-card_no_image .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-card_icon_image .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-card_banner_image .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .call-to-action-wrapper .btn-cta{margin-top:0;position:relative;z-index:3;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-breaker_without_image .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_square_image .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_no_image .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-tile_landscape_50_50 .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-card_no_image .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-card_icon_image .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-card_banner_image .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_square .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_portrait .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_without_separator_no_image .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_square .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_portrait .teaser-field.image-wrapper,.listing-item-wrapper article.listing-item.item-style-row_with_separator_no_image .teaser-field.image-wrapper{position:relative;z-index:1;}.listing-item-wrapper article.listing-item a.extra-link{background:transparent !important;}.listing-item-wrapper article.listing-item.item-style-grouping-card{}.listing-item-wrapper article.listing-item.item-style-grouping-card .call-to-action-wrapper{width:100%;}.listing-item-wrapper article.listing-item.item-style-grouping-card.borderon .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-grouping-card.borderon .call-to-action-wrapper .label-cta{padding:16px;}.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-imagetext_large_image_text_right .call-to-action-wrapper .label-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_right .call-to-action-wrapper .label-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_left .call-to-action-wrapper .label-cta,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_middle .call-to-action-wrapper .label-cta,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .call-to-action-wrapper .btn-cta,.listing-item-wrapper article.listing-item.item-style-breaker_textoverlay_centre_bottom .call-to-action-wrapper .label-cta{margin-top:16px;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_left_bottom .call-to-action-wrapper{margin-top:16px;}.listing-item-wrapper article.listing-item.item-style-tile_text_displayed .text-box-wrapper{position:relative;height:100%;}.listing-item-wrapper article.listing-item.item-style-tile_text_rollover .call-to-action-wrapper{position:absolute;}.listing-item-wrapper article.listing-item.item-style-landscape_textoverlay_centre_bottom{overflow:visible;}:root{--duet-radius:0px;--duet-z-index:600;}.duet-date__input{padding:7px 60px 7px 12px;}.duet-date__dialog-content{min-width:max-content;}.views-exposed-form .views-exposed-widget.date-picker-clear button.btn{margin-top:26px;padding:6px 16px;}@media (max-width:992px){.react-listing duet-date-picker .duet-date__dialog-wrapper{min-width:100%;max-width:100%;}.react-listing duet-date-picker .duet-date__table thr{padding:10px;text-align:center;}.react-listing duet-date-picker .duet-date__table td.duet-date__table-cell{padding:0;text-align:center;}.react-listing duet-date-picker .duet-date__table td.duet-date__table-cell button.duet-date__table-button{width:40px !important;height:40px !important;padding:10px !important;}}.embed-image{margin-bottom:8px;}.embed-image.small{max-width:200px;}.embed-image.small-square{max-width:200px;}.embed-image.medium{max-width:360px;}.embed-image.medium-square{max-width:360px;}.embed-image.large{max-width:800px;}.embed-image.large-square{max-width:800px;}.embed-image.image-thumbnail{max-width:100px;}.embed-image.image-4-3{max-width:800px;}.embed-image.image-6-4{max-width:600px;}.embed-image.align-center,.embed-image.align-center .field-name-field-caption,.embed-image.align-center .field-name-field-attribution{margin-left:auto;margin-right:auto;}.embed-image.align-left{margin-right:15px;}.embed-image.align-right{margin-left:15px;}.wysiwyg-image-caption,.wysiwyg-image-attribution,.image-caption{padding:0 8px 0 8px;margin:0.4em 0 0.4em 0;}html *{}a,a *,a:after,button{transition:all 0.5s;}#navigation a,#navigation a *,#navigation a:after,#navigation button{transition:none !important;}@supports (-ms-ime-align:auto){.nav a,.nav a *,.nav a:after,.nav button{transition:none !important;}}.page-user{}.page-user .user-membership .panel-body .field-label{display:none;}.page-user .user-membership .panel-body .field-items{margin-left:40px;}.page-user .user-membership .panel-body .field-item a{text-decoration:none;}.page-user .user-website-roles li{list-style-type:none;}@media (max-width:1200px){#navbar-administration .navbar-tab .env-notification{display:none;}}@media (min-width:1200px){#navbar-administration .navbar-tab .env-notification{margin-left:20px;padding:10px;border-width:3px;border-style:solid;}}#navbar-administration .navbar-menu-administration .navbar-level-1.leaf,#navbar-administration .navbar-menu-administration .navbar-level-1.expanded{background-color:#f1f1f1;}div.powered-by{width:390px;margin:auto;box-sizing:border-box;padding:16px 0;text-align:center;}div.powered-by a img{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:0.4;}div.powered-by a{display:block;height:80px;text-decoration:none;box-sizing:border-box;}div.powered-by a:hover .pb-text{color:#193658;}div.powered-by img.om-logo{margin-right:30px;vertical-align:middle;box-sizing:border-box;}div.powered-by div.pb-text{display:inline-block;padding:16px 0;vertical-align:middle;color:#555;box-sizing:border-box;}div.powered-by div.pb-text span.pb{display:block;font-size:1rem;}div.powered-by div.pb-text span.om{display:block;text-transform:uppercase;margin-top:5px;font-size:1.125rem;}@media (max-width:420px){div.powered-by{width:initial;}div.powered-by a{display:flex;justify-content:center;}div.powered-by img{width:55px;height:55px;}div.powered-by div.pb-text{padding:8px 0;}div.powered-by div.pb-text span.pb,div.powered-by div.pb-text span.om{font-size:0.85rem;}}div.powered-by img.it-logo{margin-left:30px;display:inline-block;vertical-align:middle;box-sizing:border-box;}div.powered-by a:focus,div.powered-by a:hover{outline-offset:1px;}div.powered-by a:focus img,div.powered-by a:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%);opacity:1;}.top-buffer{margin-top:20px;}a.text-decoration-none:link{text-decoration:none;}#navbar-administration .navbar-tab:first-of-type{display:none !important;}.page-dashboard-usage-exception-report .table > tbody > tr > td{vertical-align:middle;text-align:center;padding:8px 16px 8px 0px;}.page-dashboard-usage-exception-report .table > tbody > tr > td:first-child{text-align:left;padding:8px 10px;}form.wysiwyg-site-style-form label{display:block;}form.wysiwyg-site-style-form input{display:inline-block;}form.wysiwyg-site-style-form input[type="text"],form.wysiwyg-site-style-form input[type="email"]{border-top:0px;border-right:0px;border-bottom:2px;border-left:0px;border-style:solid;border-color:#444;-webkit-box-shadow:none;box-shadow:none;background:transparent;}button.wysiwyg-icon-button{background:transparent;border:none;display:inline-block;padding:0;margin:0 0 0 3px;}button.wysiwyg-icon-button i.fa{margin:0 0 -30px 0;}.hvr-icon-grow{display:inline-block;vertical-align:middle;box-shadow:0 0 1px transparent;position:relative;padding-right:2.2em;}.hvr-icon-grow:before{position:absolute;right:1em;padding:1px 1px;font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}@media (max-width:768px){.hvr-icon-grow:before{right:0.5em;}}body.chevron-right :not(.item-style-grouping-card) .hvr-icon-grow:before{content:"";}body.chevron-right .item-style-grouping-card .hvr-icon-grow:after{content:"";}body.chevron-circle-right :not(.item-style-grouping-card) .hvr-icon-grow:before{content:"";}body.chevron-circle-right .item-style-grouping-card .hvr-icon-grow:after{content:"";}body.angle-right :not(.item-style-grouping-card) .hvr-icon-grow:before{content:"";}body.angle-right .item-style-grouping-card .hvr-icon-grow:after{content:"";}body.angle-double-right :not(.item-style-grouping-card) .hvr-icon-grow:before{content:"";}body.angle-double-right .item-style-grouping-card .hvr-icon-grow:after{content:"";}body.no-icon .hvr-icon-grow{padding-right:32px !important;}body.no-icon .item-style-grouping-card .hvr-icon-grow{padding-right:16px !important;}body.arrow-right :not(.item-style-grouping-card) .hvr-icon-grow:before{content:"";}body.arrow-right .item-style-grouping-card .hvr-icon-grow:after{content:"";}body.arrow-circle-right :not(.item-style-grouping-card) .hvr-icon-grow:before{content:"";}body.arrow-circle-right .item-style-grouping-card .hvr-icon-grow:after{content:"";}body.arrow-alt-circle-right :not(.item-style-grouping-card) .hvr-icon-grow:before{content:"";}body.arrow-alt-circle-right .item-style-grouping-card .hvr-icon-grow:after{content:"";}body.long-arrow-alt-right :not(.item-style-grouping-card) .hvr-icon-grow:before{content:"";}body.long-arrow-alt-right .item-style-grouping-card .hvr-icon-grow:after{content:"";}.item-style-grouping-card .hvr-icon-grow:after{padding:2px 1px;font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;font-weight:900;}@media (max-width:768px){.item-style-grouping-card .hvr-icon-grow:after{right:0.5em;}}.item-style-grouping-card .hvr-icon-grow:before{content:"" !important;padding:0px;margin:0px;}#wrapper-main .webform-container-inline label,#wrapper-main .webform-container-inline .control-label.label_replace,#footer .webform-container-inline label,#footer .webform-container-inline .control-label.label_replace,#footer-bottom .webform-container-inline label,#footer-bottom .webform-container-inline .control-label.label_replace{float:left;}#wrapper-main .webform-client-form,#wrapper-main #oxdrupal-site-request-form,#footer .webform-client-form,#footer #oxdrupal-site-request-form,#footer-bottom .webform-client-form,#footer-bottom #oxdrupal-site-request-form{}#wrapper-main .webform-client-form .webform-component,#wrapper-main #oxdrupal-site-request-form .webform-component,#footer .webform-client-form .webform-component,#footer #oxdrupal-site-request-form .webform-component,#footer-bottom .webform-client-form .webform-component,#footer-bottom #oxdrupal-site-request-form .webform-component{margin-bottom:32px;}#wrapper-main .webform-client-form .webform-component input[type="tel"],#wrapper-main .webform-client-form .webform-component input[type="file"],#wrapper-main .webform-client-form .webform-component input[type="text"],#wrapper-main .webform-client-form .webform-component input[type="email"],#wrapper-main .webform-client-form .webform-component input[type="number"],#wrapper-main .webform-client-form .webform-component select,#wrapper-main #oxdrupal-site-request-form .webform-component input[type="tel"],#wrapper-main #oxdrupal-site-request-form .webform-component input[type="file"],#wrapper-main #oxdrupal-site-request-form .webform-component input[type="text"],#wrapper-main #oxdrupal-site-request-form .webform-component input[type="email"],#wrapper-main #oxdrupal-site-request-form .webform-component input[type="number"],#wrapper-main #oxdrupal-site-request-form .webform-component select,#footer .webform-client-form .webform-component input[type="tel"],#footer .webform-client-form .webform-component input[type="file"],#footer .webform-client-form .webform-component input[type="text"],#footer .webform-client-form .webform-component input[type="email"],#footer .webform-client-form .webform-component input[type="number"],#footer .webform-client-form .webform-component select,#footer #oxdrupal-site-request-form .webform-component input[type="tel"],#footer #oxdrupal-site-request-form .webform-component input[type="file"],#footer #oxdrupal-site-request-form .webform-component input[type="text"],#footer #oxdrupal-site-request-form .webform-component input[type="email"],#footer #oxdrupal-site-request-form .webform-component input[type="number"],#footer #oxdrupal-site-request-form .webform-component select,#footer-bottom .webform-client-form .webform-component input[type="tel"],#footer-bottom .webform-client-form .webform-component input[type="file"],#footer-bottom .webform-client-form .webform-component input[type="text"],#footer-bottom .webform-client-form .webform-component input[type="email"],#footer-bottom .webform-client-form .webform-component input[type="number"],#footer-bottom .webform-client-form .webform-component select,#footer-bottom #oxdrupal-site-request-form .webform-component input[type="tel"],#footer-bottom #oxdrupal-site-request-form .webform-component input[type="file"],#footer-bottom #oxdrupal-site-request-form .webform-component input[type="text"],#footer-bottom #oxdrupal-site-request-form .webform-component input[type="email"],#footer-bottom #oxdrupal-site-request-form .webform-component input[type="number"],#footer-bottom #oxdrupal-site-request-form .webform-component select{max-width:512px;height:2.4em;}#wrapper-main .webform-client-form .webform-component input[type="tel"],#wrapper-main .webform-client-form .webform-component input[type="file"],#wrapper-main .webform-client-form .webform-component input[type="text"],#wrapper-main .webform-client-form .webform-component input[type="email"],#wrapper-main .webform-client-form .webform-component input[type="number"],#wrapper-main .webform-client-form .webform-component select,#wrapper-main .webform-client-form .webform-component textarea,#wrapper-main #oxdrupal-site-request-form .webform-component input[type="tel"],#wrapper-main #oxdrupal-site-request-form .webform-component input[type="file"],#wrapper-main #oxdrupal-site-request-form .webform-component input[type="text"],#wrapper-main #oxdrupal-site-request-form .webform-component input[type="email"],#wrapper-main #oxdrupal-site-request-form .webform-component input[type="number"],#wrapper-main #oxdrupal-site-request-form .webform-component select,#wrapper-main #oxdrupal-site-request-form .webform-component textarea,#footer .webform-client-form .webform-component input[type="tel"],#footer .webform-client-form .webform-component input[type="file"],#footer .webform-client-form .webform-component input[type="text"],#footer .webform-client-form .webform-component input[type="email"],#footer .webform-client-form .webform-component input[type="number"],#footer .webform-client-form .webform-component select,#footer .webform-client-form .webform-component textarea,#footer #oxdrupal-site-request-form .webform-component input[type="tel"],#footer #oxdrupal-site-request-form .webform-component input[type="file"],#footer #oxdrupal-site-request-form .webform-component input[type="text"],#footer #oxdrupal-site-request-form .webform-component input[type="email"],#footer #oxdrupal-site-request-form .webform-component input[type="number"],#footer #oxdrupal-site-request-form .webform-component select,#footer #oxdrupal-site-request-form .webform-component textarea,#footer-bottom .webform-client-form .webform-component input[type="tel"],#footer-bottom .webform-client-form .webform-component input[type="file"],#footer-bottom .webform-client-form .webform-component input[type="text"],#footer-bottom .webform-client-form .webform-component input[type="email"],#footer-bottom .webform-client-form .webform-component input[type="number"],#footer-bottom .webform-client-form .webform-component select,#footer-bottom .webform-client-form .webform-component textarea,#footer-bottom #oxdrupal-site-request-form .webform-component input[type="tel"],#footer-bottom #oxdrupal-site-request-form .webform-component input[type="file"],#footer-bottom #oxdrupal-site-request-form .webform-component input[type="text"],#footer-bottom #oxdrupal-site-request-form .webform-component input[type="email"],#footer-bottom #oxdrupal-site-request-form .webform-component input[type="number"],#footer-bottom #oxdrupal-site-request-form .webform-component select,#footer-bottom #oxdrupal-site-request-form .webform-component textarea{border-width:1px;border-style:solid;}#wrapper-main .webform-client-form .webform-component input[type="file"],#wrapper-main #oxdrupal-site-request-form .webform-component input[type="file"],#footer .webform-client-form .webform-component input[type="file"],#footer #oxdrupal-site-request-form .webform-component input[type="file"],#footer-bottom .webform-client-form .webform-component input[type="file"],#footer-bottom #oxdrupal-site-request-form .webform-component input[type="file"]{display:inline-block;margin-right:16px;}#wrapper-main .webform-client-form .webform-component select[multiple="multiple"],#wrapper-main #oxdrupal-site-request-form .webform-component select[multiple="multiple"],#footer .webform-client-form .webform-component select[multiple="multiple"],#footer #oxdrupal-site-request-form .webform-component select[multiple="multiple"],#footer-bottom .webform-client-form .webform-component select[multiple="multiple"],#footer-bottom #oxdrupal-site-request-form .webform-component select[multiple="multiple"]{max-width:100%;width:auto;height:175px;}#wrapper-main .webform-client-form .webform-component textarea,#wrapper-main .webform-client-form .webform-component fieldset,#wrapper-main .webform-client-form .webform-component fieldset .panel-heading,#wrapper-main #oxdrupal-site-request-form .webform-component textarea,#wrapper-main #oxdrupal-site-request-form .webform-component fieldset,#wrapper-main #oxdrupal-site-request-form .webform-component fieldset .panel-heading,#footer .webform-client-form .webform-component textarea,#footer .webform-client-form .webform-component fieldset,#footer .webform-client-form .webform-component fieldset .panel-heading,#footer #oxdrupal-site-request-form .webform-component textarea,#footer #oxdrupal-site-request-form .webform-component fieldset,#footer #oxdrupal-site-request-form .webform-component fieldset .panel-heading,#footer-bottom .webform-client-form .webform-component textarea,#footer-bottom .webform-client-form .webform-component fieldset,#footer-bottom .webform-client-form .webform-component fieldset .panel-heading,#footer-bottom #oxdrupal-site-request-form .webform-component textarea,#footer-bottom #oxdrupal-site-request-form .webform-component fieldset,#footer-bottom #oxdrupal-site-request-form .webform-component fieldset .panel-heading{border-top-left-radius:0px;border-top-right-radius:0px;border-radius:0px;}#wrapper-main .webform-client-form .webform-component select.day,#wrapper-main .webform-client-form .webform-component select.month,#wrapper-main .webform-client-form .webform-component select.year,#wrapper-main .webform-client-form .webform-component input.year[type="text"],#wrapper-main .webform-client-form .webform-component select.hour,#wrapper-main .webform-client-form .webform-component select.minute,#wrapper-main #oxdrupal-site-request-form .webform-component select.day,#wrapper-main #oxdrupal-site-request-form .webform-component select.month,#wrapper-main #oxdrupal-site-request-form .webform-component select.year,#wrapper-main #oxdrupal-site-request-form .webform-component input.year[type="text"],#wrapper-main #oxdrupal-site-request-form .webform-component select.hour,#wrapper-main #oxdrupal-site-request-form .webform-component select.minute,#footer .webform-client-form .webform-component select.day,#footer .webform-client-form .webform-component select.month,#footer .webform-client-form .webform-component select.year,#footer .webform-client-form .webform-component input.year[type="text"],#footer .webform-client-form .webform-component select.hour,#footer .webform-client-form .webform-component select.minute,#footer #oxdrupal-site-request-form .webform-component select.day,#footer #oxdrupal-site-request-form .webform-component select.month,#footer #oxdrupal-site-request-form .webform-component select.year,#footer #oxdrupal-site-request-form .webform-component input.year[type="text"],#footer #oxdrupal-site-request-form .webform-component select.hour,#footer #oxdrupal-site-request-form .webform-component select.minute,#footer-bottom .webform-client-form .webform-component select.day,#footer-bottom .webform-client-form .webform-component select.month,#footer-bottom .webform-client-form .webform-component select.year,#footer-bottom .webform-client-form .webform-component input.year[type="text"],#footer-bottom .webform-client-form .webform-component select.hour,#footer-bottom .webform-client-form .webform-component select.minute,#footer-bottom #oxdrupal-site-request-form .webform-component select.day,#footer-bottom #oxdrupal-site-request-form .webform-component select.month,#footer-bottom #oxdrupal-site-request-form .webform-component select.year,#footer-bottom #oxdrupal-site-request-form .webform-component input.year[type="text"],#footer-bottom #oxdrupal-site-request-form .webform-component select.hour,#footer-bottom #oxdrupal-site-request-form .webform-component select.minute{max-width:7em;margin-right:16px;}#wrapper-main .webform-client-form .webform-component label,#wrapper-main .webform-client-form .webform-component .control-label.label_replace,#wrapper-main #oxdrupal-site-request-form .webform-component label,#wrapper-main #oxdrupal-site-request-form .webform-component .control-label.label_replace,#footer .webform-client-form .webform-component label,#footer .webform-client-form .webform-component .control-label.label_replace,#footer #oxdrupal-site-request-form .webform-component label,#footer #oxdrupal-site-request-form .webform-component .control-label.label_replace,#footer-bottom .webform-client-form .webform-component label,#footer-bottom .webform-client-form .webform-component .control-label.label_replace,#footer-bottom #oxdrupal-site-request-form .webform-component label,#footer-bottom #oxdrupal-site-request-form .webform-component .control-label.label_replace{display:block;cursor:pointer;}#wrapper-main .webform-client-form .webform-datepicker *,#wrapper-main #oxdrupal-site-request-form .webform-datepicker *,#footer .webform-client-form .webform-datepicker *,#footer #oxdrupal-site-request-form .webform-datepicker *,#footer-bottom .webform-client-form .webform-datepicker *,#footer-bottom #oxdrupal-site-request-form .webform-datepicker *{display:inline;max-width:24%;}#wrapper-main .webform-client-form .webform-calendar,#wrapper-main #oxdrupal-site-request-form .webform-calendar,#footer .webform-client-form .webform-calendar,#footer #oxdrupal-site-request-form .webform-calendar,#footer-bottom .webform-client-form .webform-calendar,#footer-bottom #oxdrupal-site-request-form .webform-calendar{opacity:0;height:38px;}#wrapper-main .webform-client-form .webform-calendar-overlay span,#wrapper-main #oxdrupal-site-request-form .webform-calendar-overlay span,#footer .webform-client-form .webform-calendar-overlay span,#footer #oxdrupal-site-request-form .webform-calendar-overlay span,#footer-bottom .webform-client-form .webform-calendar-overlay span,#footer-bottom #oxdrupal-site-request-form .webform-calendar-overlay span{margin-left:-40px;}#wrapper-main .webform-client-form .webform-client-form button,#wrapper-main #oxdrupal-site-request-form .webform-client-form button,#footer .webform-client-form .webform-client-form button,#footer #oxdrupal-site-request-form .webform-client-form button,#footer-bottom .webform-client-form .webform-client-form button,#footer-bottom #oxdrupal-site-request-form .webform-client-form button{margin-top:16px;}#wrapper-main .webform-client-form .radio,#wrapper-main #oxdrupal-site-request-form .radio,#footer .webform-client-form .radio,#footer #oxdrupal-site-request-form .radio,#footer-bottom .webform-client-form .radio,#footer-bottom #oxdrupal-site-request-form .radio{display:inline-block;padding:0px 16px 0px 0px;}#wrapper-main .webform-client-form .form-item-submitted-a-time-field-ampm.radio,#wrapper-main #oxdrupal-site-request-form .form-item-submitted-a-time-field-ampm.radio,#footer .webform-client-form .form-item-submitted-a-time-field-ampm.radio,#footer #oxdrupal-site-request-form .form-item-submitted-a-time-field-ampm.radio,#footer-bottom .webform-client-form .form-item-submitted-a-time-field-ampm.radio,#footer-bottom #oxdrupal-site-request-form .form-item-submitted-a-time-field-ampm.radio{padding:0px;}#wrapper-main .webform-client-form :not(.lt-ie9),#wrapper-main #oxdrupal-site-request-form :not(.lt-ie9),#footer .webform-client-form :not(.lt-ie9),#footer #oxdrupal-site-request-form :not(.lt-ie9),#footer-bottom .webform-client-form :not(.lt-ie9),#footer-bottom #oxdrupal-site-request-form :not(.lt-ie9){}#wrapper-main .webform-client-form :not(.lt-ie9) [type="radio"],#wrapper-main .webform-client-form :not(.lt-ie9) [type="checkbox"],#wrapper-main #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"],#wrapper-main #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"],#footer .webform-client-form :not(.lt-ie9) [type="radio"],#footer .webform-client-form :not(.lt-ie9) [type="checkbox"],#footer #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"],#footer #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"],#footer-bottom .webform-client-form :not(.lt-ie9) [type="radio"],#footer-bottom .webform-client-form :not(.lt-ie9) [type="checkbox"],#footer-bottom #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"],#footer-bottom #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}#wrapper-main .webform-client-form :not(.lt-ie9) [type="radio"] + span,#wrapper-main .webform-client-form :not(.lt-ie9) [type="checkbox"] + span,#wrapper-main #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"] + span,#wrapper-main #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"] + span,#footer .webform-client-form :not(.lt-ie9) [type="radio"] + span,#footer .webform-client-form :not(.lt-ie9) [type="checkbox"] + span,#footer #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"] + span,#footer #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"] + span,#footer-bottom .webform-client-form :not(.lt-ie9) [type="radio"] + span,#footer-bottom .webform-client-form :not(.lt-ie9) [type="checkbox"] + span,#footer-bottom #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"] + span,#footer-bottom #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"] + span{display:inline-block;}#wrapper-main .webform-client-form :not(.lt-ie9) [type="radio"] + span::before,#wrapper-main .webform-client-form :not(.lt-ie9) [type="checkbox"] + span::before,#wrapper-main #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"] + span::before,#wrapper-main #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"] + span::before,#footer .webform-client-form :not(.lt-ie9) [type="radio"] + span::before,#footer .webform-client-form :not(.lt-ie9) [type="checkbox"] + span::before,#footer #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"] + span::before,#footer #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"] + span::before,#footer-bottom .webform-client-form :not(.lt-ie9) [type="radio"] + span::before,#footer-bottom .webform-client-form :not(.lt-ie9) [type="checkbox"] + span::before,#footer-bottom #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"] + span::before,#footer-bottom #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"] + span::before{content:"";display:inline-block;width:1.3em;height:1.3em;vertical-align:-0.25em;border-radius:1em;border:0.1em solid #fff;box-shadow:0 0 0 0.1em #aaa;margin-right:0.75em;transition:0.5s ease all;}#wrapper-main .webform-client-form :not(.lt-ie9) [type="radio"]:focus + span::after,#wrapper-main #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"]:focus + span::after,#footer .webform-client-form :not(.lt-ie9) [type="radio"]:focus + span::after,#footer #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"]:focus + span::after,#footer-bottom .webform-client-form :not(.lt-ie9) [type="radio"]:focus + span::after,#footer-bottom #oxdrupal-site-request-form :not(.lt-ie9) [type="radio"]:focus + span::after{vertical-align:-0.125em;}#wrapper-main .webform-client-form :not(.lt-ie9) [type="checkbox"]:focus,#wrapper-main #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"]:focus,#footer .webform-client-form :not(.lt-ie9) [type="checkbox"]:focus,#footer #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"]:focus,#footer-bottom .webform-client-form :not(.lt-ie9) [type="checkbox"]:focus,#footer-bottom #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"]:focus{outline-offset:0px;outline:none;}#wrapper-main .webform-client-form :not(.lt-ie9) [type="checkbox"]:checked + span::after,#wrapper-main #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"]:checked + span::after,#footer .webform-client-form :not(.lt-ie9) [type="checkbox"]:checked + span::after,#footer #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"]:checked + span::after,#footer-bottom .webform-client-form :not(.lt-ie9) [type="checkbox"]:checked + span::after,#footer-bottom #oxdrupal-site-request-form :not(.lt-ie9) [type="checkbox"]:checked + span::after{margin-left:-2.2em;margin-right:1.4em;font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;content:"";font-size:0.8em;}#wrapper-main .webform-client-form .webform-component-grid .radio,#wrapper-main .webform-client-form .webform-component-grid .checkbox,#wrapper-main #oxdrupal-site-request-form .webform-component-grid .radio,#wrapper-main #oxdrupal-site-request-form .webform-component-grid .checkbox,#footer .webform-client-form .webform-component-grid .radio,#footer .webform-client-form .webform-component-grid .checkbox,#footer #oxdrupal-site-request-form .webform-component-grid .radio,#footer #oxdrupal-site-request-form .webform-component-grid .checkbox,#footer-bottom .webform-client-form .webform-component-grid .radio,#footer-bottom .webform-client-form .webform-component-grid .checkbox,#footer-bottom #oxdrupal-site-request-form .webform-component-grid .radio,#footer-bottom #oxdrupal-site-request-form .webform-component-grid .checkbox{text-align:center;}#wrapper-main .webform-client-form ul,#wrapper-main #oxdrupal-site-request-form ul,#footer .webform-client-form ul,#footer #oxdrupal-site-request-form ul,#footer-bottom .webform-client-form ul,#footer-bottom #oxdrupal-site-request-form ul{font-size:1rem;padding-left:18px;list-style-position:outside;}#wrapper-main .webform-client-form div.form-item-website-name,#wrapper-main .webform-client-form div.form-item-website-domain-prefix,#wrapper-main .webform-client-form div.form-item-website-email,#wrapper-main .webform-client-form div.form-item-department-approver-name,#wrapper-main .webform-client-form div.form-item-department-approver-email,#wrapper-main .webform-client-form div.form-item-college-approver-name,#wrapper-main .webform-client-form div.form-item-college-approver-email,#wrapper-main .webform-client-form div.form-item-uas-approver-name,#wrapper-main .webform-client-form div.form-item-uas-approver-email,#wrapper-main .webform-client-form div.form-item-glam-approver-email,#wrapper-main .webform-client-form div.form-item-student-approver-email,#wrapper-main .webform-client-form div.form-item-other-approver-email,#wrapper-main #oxdrupal-site-request-form div.form-item-website-name,#wrapper-main #oxdrupal-site-request-form div.form-item-website-domain-prefix,#wrapper-main #oxdrupal-site-request-form div.form-item-website-email,#wrapper-main #oxdrupal-site-request-form div.form-item-department-approver-name,#wrapper-main #oxdrupal-site-request-form div.form-item-department-approver-email,#wrapper-main #oxdrupal-site-request-form div.form-item-college-approver-name,#wrapper-main #oxdrupal-site-request-form div.form-item-college-approver-email,#wrapper-main #oxdrupal-site-request-form div.form-item-uas-approver-name,#wrapper-main #oxdrupal-site-request-form div.form-item-uas-approver-email,#wrapper-main #oxdrupal-site-request-form div.form-item-glam-approver-email,#wrapper-main #oxdrupal-site-request-form div.form-item-student-approver-email,#wrapper-main #oxdrupal-site-request-form div.form-item-other-approver-email,#footer .webform-client-form div.form-item-website-name,#footer .webform-client-form div.form-item-website-domain-prefix,#footer .webform-client-form div.form-item-website-email,#footer .webform-client-form div.form-item-department-approver-name,#footer .webform-client-form div.form-item-department-approver-email,#footer .webform-client-form div.form-item-college-approver-name,#footer .webform-client-form div.form-item-college-approver-email,#footer .webform-client-form div.form-item-uas-approver-name,#footer .webform-client-form div.form-item-uas-approver-email,#footer .webform-client-form div.form-item-glam-approver-email,#footer .webform-client-form div.form-item-student-approver-email,#footer .webform-client-form div.form-item-other-approver-email,#footer #oxdrupal-site-request-form div.form-item-website-name,#footer #oxdrupal-site-request-form div.form-item-website-domain-prefix,#footer #oxdrupal-site-request-form div.form-item-website-email,#footer #oxdrupal-site-request-form div.form-item-department-approver-name,#footer #oxdrupal-site-request-form div.form-item-department-approver-email,#footer #oxdrupal-site-request-form div.form-item-college-approver-name,#footer #oxdrupal-site-request-form div.form-item-college-approver-email,#footer #oxdrupal-site-request-form div.form-item-uas-approver-name,#footer #oxdrupal-site-request-form div.form-item-uas-approver-email,#footer #oxdrupal-site-request-form div.form-item-glam-approver-email,#footer #oxdrupal-site-request-form div.form-item-student-approver-email,#footer #oxdrupal-site-request-form div.form-item-other-approver-email,#footer-bottom .webform-client-form div.form-item-website-name,#footer-bottom .webform-client-form div.form-item-website-domain-prefix,#footer-bottom .webform-client-form div.form-item-website-email,#footer-bottom .webform-client-form div.form-item-department-approver-name,#footer-bottom .webform-client-form div.form-item-department-approver-email,#footer-bottom .webform-client-form div.form-item-college-approver-name,#footer-bottom .webform-client-form div.form-item-college-approver-email,#footer-bottom .webform-client-form div.form-item-uas-approver-name,#footer-bottom .webform-client-form div.form-item-uas-approver-email,#footer-bottom .webform-client-form div.form-item-glam-approver-email,#footer-bottom .webform-client-form div.form-item-student-approver-email,#footer-bottom .webform-client-form div.form-item-other-approver-email,#footer-bottom #oxdrupal-site-request-form div.form-item-website-name,#footer-bottom #oxdrupal-site-request-form div.form-item-website-domain-prefix,#footer-bottom #oxdrupal-site-request-form div.form-item-website-email,#footer-bottom #oxdrupal-site-request-form div.form-item-department-approver-name,#footer-bottom #oxdrupal-site-request-form div.form-item-department-approver-email,#footer-bottom #oxdrupal-site-request-form div.form-item-college-approver-name,#footer-bottom #oxdrupal-site-request-form div.form-item-college-approver-email,#footer-bottom #oxdrupal-site-request-form div.form-item-uas-approver-name,#footer-bottom #oxdrupal-site-request-form div.form-item-uas-approver-email,#footer-bottom #oxdrupal-site-request-form div.form-item-glam-approver-email,#footer-bottom #oxdrupal-site-request-form div.form-item-student-approver-email,#footer-bottom #oxdrupal-site-request-form div.form-item-other-approver-email{margin-bottom:4px;}.ui-datepicker{border:none;border-radius:0px;}.ui-datepicker .ui-widget-header,.ui-datepicker .ui-state-default,.ui-datepicker .ui-widget-header .ui-state-default{border:none;background-color:transparent;background-image:none;text-align:center;}.ui-datepicker a.ui-state-default{border-radius:2em;width:25px;margin-left:8px;}.ui-datepicker .ui-datepicker-prev.ui-state-hover,.ui-datepicker .ui-datepicker-next.ui-state-hover{border:0;background:none;top:2px;cursor:pointer;}.ui-datepicker .ui-datepicker-prev.ui-state-hover{left:2px;}.ui-datepicker .ui-datepicker-next.ui-state-hover{right:2px;}.oxonly-link{padding-right:2px;margin-right:0.1em;font-size:0.7em;}.nav .oxonly-link{padding-right:5px;align-self:flex-end;display:inline;}.deprecated-item{margin:0px 2px 4px;}.deprecated{font-weight:bold;}#search-block-form--2 .captcha-admin-links{display:none;}.captcha{margin-bottom:16px;}body.search_standard::placeholder{color:#595959;}.fa,.fas{font-family:"Font Awesome 5 Brands","Font Awesome 5 Free" !important;}body.custom_standard.search_standard .form-search input.form-text::placeholder,body.custom_standard.search_standard .form-search input.form-text::placeholder-shown,body.precanned.search_standard .form-search input.form-text::placeholder,body.precanned.search_standard .form-search input.form-text::placeholder-shown{color:#595959;background-color:white;opacity:1;}body.custom_standard.search_standard .form-search input.form-text:-ms-placeholder,body.precanned.search_standard .form-search input.form-text:-ms-placeholder{color:#595959;background-color:white;opacity:1;}body.custom_standard.search_standard .form-search input.form-text::-moz-placeholder,body.precanned.search_standard .form-search input.form-text::-moz-placeholder{color:#595959;background-color:white;opacity:1;}body.custom_standard.search_standard .form-search input.form-text::-webkit-input-placeholder,body.precanned.search_standard .form-search input.form-text::-webkit-input-placeholder{color:#595959;background-color:white;opacity:1;}.panel .panel-heading .panel-title{font-size:1rem;}.panel .panel-heading a.panel-title:after{font-family:"Font Awesome 5 Free Solid","Font Awesome 5 Free","FontAwesome" !important;float:right;font-size:1.4rem;font-weight:900;line-height:24px;}.panel[data-collapse-truth = "false"] .panel-heading a.panel-title:after{content:"";}.panel[data-collapse-truth = "true"] .panel-heading a.panel-title:after{content:"";}ul.hoz-bulletless-list li{display:inline-block;list-style:none;margin-left:2rem;}ul.hoz-bulletless-list li:first-of-type{margin-left:0;}@media (max-width:992px){ul.hoz-bulletless-list{text-align:left;}ul.hoz-bulletless-list li{margin-left:0;margin-bottom:0.5rem;text-align:left;display:block;}}div#charging-report-wrapper #btn-generate,div#charging-report-wrapper #btn-csv{margin-top:1rem;margin-bottom:1rem;}.swiper-outer-container .swiper-button-prev,.swiper-outer-container .swiper-button-next{min-height:44px;}article.listing-item{word-wrap:anywhere;}.screen-reader-only{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;}.animation-skiplink{z-index:100;padding:4px;background:white;}.animation-skiplink.skiplink-bottom-right{position:absolute;bottom:0;right:0;}.animation-skiplink:focus{height:auto;width:auto;clip:initial;clip-path:initial;}table caption{color:#555;}#cccwr #ccc-state .ccc-widget{bottom:10px;}#cccwr #ccc-state .ccc-widget .ccc-outer{max-height:80vh;overflow-y:auto;}#cccwr #ccc-state .ccc-widget .ccc-outer h2{background-image:none;width:90%;}#cccwr #ccc-state .ccc-widget .ccc-outer .ccc-icon{background-position:9px -54px;background-repeat:no-repeat;background-image:none;}#cccwr #ccc-state .ccc-widget .ccc-expand{width:auto;min-width:80px;height:auto;min-height:27px;position:initial;}.webform-grid tr[role="radiogroup"].active td{background-color:#e0e0e0;}input[type="radio"].form-radio:focus + span.control:before{border-radius:100%;box-shadow:0px 0px 10px 0px #000 !important;}.oxdrupal_feedback_form label.active,.oxdrupal_feedback_form legend.active{box-shadow:0px 0px 7px 0px #000 !important;}.url-textfield,.your_further_comment-textfield{display:none;}.flatpickr-calendar{font-size:0.875rem;}.flatpickr-day.selected{border-style:dashed;border-width:1px;}#printFooter,#printUrl,#printDate,.printTabTitle,.video-print-url{display:none !important;opacity:0 !important;visibility:hidden !important;position:absolute !important;top:100% !important;left:100% !important;}.printOnly{display:none !important;}#main-content *:not(ul.pagination) a:not([type]):not(.accordion-toggle):not(.next):not(.prev):not(.pager-first):not(.pager-last):not(.btn):after{content:"" !important;font-style:italic !important;position:relative !important;z-index:1 !important;padding:0 !important;font-weight:inherit !important;max-width:100% !important;margin:0 !important;left:0 !important;right:0 !important;color:black !important;font-size:1em !important;visibility:hidden;width:0px;display:inline-block;float:left;}@media print{*:not(#wrapper-branding):not(.container):not(#branding):not(#logos):not(.sitelogo):not(.navbar-btn):not(img){color:#000000 !important;background:#FFFFFF !important;background-color:#FFFFFF !important;background-image:none !important;border-color:#000000 !important;opacity:1 !important;}.printOnly{display:block !important;}#wrapper-branding .container,#wrapper-branding #branding,#wrapper-branding #logos,#wrapper-branding .sitelogo,#wrapper-branding .navbar-btn,#wrapper-branding img{background:inherit !important;background-color:inherit !important;color:inherit !important;}#printFooter,#printUrl,#printDate,.printTabTitle,.video-print-url{display:block !important;opacity:1 !important;visibility:visible !important;position:static !important;top:0 !important;left:0 !important;}html,body{font-size:11px !important;}body .inline-edit{display:none !important;}body.quickedit .entity-paragraphs-item,body.quickedit .paragraphs-item{border:none !important;}body .mean-bar{display:none;}body #header{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;padding:0 15px !important;}body #header > *{display:none;}body #header #wrapper-topbar{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;}body #header #wrapper-topbar > *{display:none;}body #header #wrapper-topbar .container{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;}body #header #wrapper-topbar .container > *{display:none;}body #header #wrapper-topbar .container #topbar{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;}body #header #wrapper-topbar .container #topbar > *{display:none;}body #header #wrapper-topbar .container #topbar .oxlogo{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;padding:16px;}body #header #wrapper-topbar .container #topbar .oxlogo *{min-height:0 !important;max-height:none !important;display:block !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;}body #header #wrapper-topbar .container #topbar .oxlogo img{max-height:87px !important;}body #header #wrapper-topbar .container #topbar .oxlogo ~ .mobile_topbar_logo{display:none !important;}body #header #wrapper-branding{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;padding:0;height:auto !important;}body #header #wrapper-branding > *{display:none;}body #header #wrapper-branding .container{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;}body #header #wrapper-branding .container > *{display:none;}body #header #wrapper-branding .container #branding{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;padding:0;}body #header #wrapper-branding .container #branding > *{display:none;}body #header #wrapper-branding .container #branding #logos{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;}body #header #wrapper-branding .container #branding #logos > *{display:none;}body #header #wrapper-branding .container #branding #logos .sitelogo{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;}body #header #wrapper-branding .container #branding #logos .sitelogo *{min-height:0 !important;max-height:none !important;display:block !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;}body #header #wrapper-branding .container #branding #logos #sitebrand{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;padding:0;}body #header #wrapper-branding .container #branding #logos #sitebrand > *{display:none;}body #header #wrapper-branding .container #branding #logos #sitebrand .sitename,body #header #wrapper-branding .container #branding #logos #sitebrand .siteslogan{display:block !important;min-height:0 !important;max-height:none !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;}body #header #wrapper-branding .container #branding #logos #sitebrand .sitename *,body #header #wrapper-branding .container #branding #logos #sitebrand .siteslogan *{min-height:0 !important;max-height:none !important;display:block !important;float:none !important;position:static !important;margin:0 !important;padding:0 !important;}body #header a:before,body #header a:after{content:"" !important;}body #wrapper-main{padding:0 !important;}body #wrapper-main div.listing-item-wrapper article.listing-item.item-style-tile_landscape_50_50 .call-to-action-wrapper,body #wrapper-main div.listing-item-wrapper article.listing-item.item-style-tile_landscape_50_50 .call-to-action-wrapper button,body #wrapper-main div.listing-item-wrapper article.listing-item.item-style-tile_landscape_50_50 .call-to-action-wrapper .btn,body #wrapper-main div.listing-item-wrapper.item-style-grouping-card .call-to-action-wrapper button,body #wrapper-main div.listing-item-wrapper.item-style-grouping-card .call-to-action-wrapper .btn{color:#000000 !important;background:#FFFFFF !important;background-color:#FFFFFF !important;background-image:none !important;border-color:#000000 !important;opacity:1 !important;}body #wrapper-main .listing-item-wrapper article.listing-item.item-style-grouping-card.item-style-card_icon_image .image-wrapper{width:64px !important;height:64px !important;margin:32px auto 0px auto !important;}body #wrapper-main .breadcrumb{display:none !important;}body #wrapper-main .page-title{margin-top:0;}body #wrapper-main img{width:auto !important;height:auto !important;}body #wrapper-main .collapse{height:auto !important;}body #wrapper-main .collapse,body #wrapper-main .tab-pane{display:block !important;}body #wrapper-main .panel-panel{width:100% !important;}body #wrapper-main #oxdrupal_feedback_form_wrapper{display:none !important;}body #wrapper-main a:not(.accordion-toggle){display:inline !important;}body #wrapper-main a:not(.accordion-toggle):after{content:"(" attr(href) ")" !important;font-style:italic !important;position:relative !important;visibility:visible;z-index:1 !important;padding:0 5px !important;display:inline-block !important;font-weight:inherit !important;max-width:100% !important;margin:0 !important;left:0 !important;right:0 !important;color:black !important;font-size:1em !important;width:auto;float:none;}body #wrapper-main button.btn-cta:after{content:" (" attr(data-href) ") " !important;font-style:italic;position:relative;z-index:1;padding:5px;}body #wrapper-main .video-wrapper{position:relative;}body #wrapper-main .video-wrapper .video-overlay{display:none;}body #wrapper-main .mosaic-video .text-box{opacity:0.2;}body #wrapper-main iframe{display:none;}body #wrapper-main iframe:after{content:" (Video URL:" attr(src) ")" !important;font-style:italic;display:block;}body #wrapper-main .video-print-url{position:relative !important;right:0 !important;left:0 !important;margin:auto;width:auto;z-index:1;padding:10px;border:1px solid;}body #wrapper-main .pagination a:before,body #wrapper-main .pagination a:after,body #wrapper-main .accordion-toggle:before,body #wrapper-main .accordion-toggle:after,body #wrapper-main .nav-tabs a:before,body #wrapper-main .nav-tabs a:after,body #wrapper-main .breadcrumb a:not(.glyphicon):before,body #wrapper-main .breadcrumb a:not(.glyphicon):after{content:"" !important;}body #wrapper-main .messages.error{display:none;}body #wrapper-main .views-exposed-form .views-exposed-widget{margin-top:0 !important;}body #wrapper-main .entity-paragraphs-item{padding:0 0 6px 0 !important;margin:0 !important;}body #wrapper-main .entity-paragraphs-item h1,body #wrapper-main .entity-paragraphs-item h2,body #wrapper-main .entity-paragraphs-item h3,body #wrapper-main .entity-paragraphs-item h4,body #wrapper-main .entity-paragraphs-item h5,body #wrapper-main .entity-paragraphs-item h6,body #wrapper-main .entity-paragraphs-item .title{margin-top:0 !important;}body #wrapper-main .listing-item-wrapper{max-height:none !important;min-height:0 !important;}body #wrapper-main .listing-item-wrapper .image-wrapper,body #wrapper-main .listing-item-wrapper .image,body #wrapper-main .listing-item-wrapper img{width:auto !important;height:auto !important;min-height:0 !important;margin:0 !important;top:auto !important;right:auto !important;bottom:auto !important;left:auto !important;position:static !important;}body #wrapper-main .listing-item-wrapper .text-box-wrapper,body #wrapper-main .listing-item-wrapper .text-box{width:100% !important;height:auto !important;position:static !important;max-height:none !important;}body #wrapper-main .accordion-toggle{border:0;}body #wrapper-main .views-bootstrap-accordion-plugin-style .panel.panel-default{border-bottom:none !important;}body #wrapper-main button.btn,body #wrapper-main a.btn{display:none !important;}body #wrapper-main div.paragraphs-item-advanced-accordion a.expand-all{display:none !important;}body #wrapper-main .wrapper-nav-tabs{display:none !important;}body #wrapper-main .printTabTitle{display:block !important;font-size:2rem;font-weight:bold;padding:5px 10px;}body #wrapper-main .grid-listing:not(.items-per-row-1):not(.item-style-tile_landscape_50_50){grid-template-columns:repeat(2,1fr);}body #printFooter{position:fixed !important;top:auto !important;right:0 !important;bottom:0 !important;left:0 !important;margin:auto;width:100%;z-index:1;}body #printFooter #printUrl{position:relative !important;top:auto !important;right:auto !important;bottom:0 !important;left:0 !important;width:auto !important;display:inline-block !important;float:left !important;padding:5px;}body #printFooter #printDate{position:relative !important;top:auto !important;right:0 !important;bottom:0 !important;left:auto !important;width:auto !important;display:inline-block !important;float:right !important;padding:5px;}body #cccwr{display:none !important;}}.enforce-accessible-bg{color:#444 !important;}.enforce-accessible-bg *{color:#444 !important;}body.quickedit .fancybox-overlay{z-index:100000;}#report-table_wrapper.dataTables_wrapper{overflow-x:auto;}
