.node--unpublished{background-color:#ffdede;background-color:var(--colorUnpublished)}.node--unpublished h1:before{content:"- Unpublished -";font-size:120%;text-transform:uppercase;color:red;display:block;position:absolute;left:0;top:-5rem;z-index:1}.node--unpublished article.main h1:before{top:-2rem}html[lang=sv] .node--unpublished h1:before{content:"- Opublicerad -"}
label{display:inline-block;width:auto;margin:.5rem 0;font-weight:300}input[type=checkbox]+label,input[type=radio]+label{margin-left:.5rem}.js-form-type-checkbox label,.js-form-type-radio label{display:inline}.description{color:#393939;color:var(--colorStrokeGrayDark)}.description,.form-item,form{margin:1rem 0}.form-actions{margin:2rem 0}label.form-required{position:relative}label.form-required:after{content:"*";color:#79084a;color:var(--colorMain);font-size:2rem;position:absolute;right:-1.2rem;top:-.6rem}fieldset{border-color:#e0e0e0;border-color:var(--colorFormStrokeGray)}input[type=color],input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{display:block;min-height:6rem;padding:1.8rem;max-width:100%;color:#000;color:var(--colorBaseText);background:#fff;background:var(--colorWhite);border:1px solid #666;border:1px solid var(--colorGray);border-radius:4px;border-radius:var(--kiBorderRadius)}input[type=color]:focus,input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border:1px solid #79084a;border:1px solid var(--colorMain);outline:none}input[type=color]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1;color:#666;color:var(--colorGray)}input[type=color]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#666;color:var(--colorGray)}input[type=color]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#666;color:var(--colorGray)}input[type=color]::-ms-input-placeholder,input[type=date]::-ms-input-placeholder,input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=search]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder{opacity:1;color:#666;color:var(--colorGray)}input[type=color]::placeholder,input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder{opacity:1;color:#666;color:var(--colorGray)}.contextual input[type=color],.contextual input[type=date],.contextual input[type=email],.contextual input[type=number],.contextual input[type=password],.contextual input[type=search],.contextual input[type=tel],.contextual input[type=text],.contextual input[type=url],.contextual select,.contextual textarea,.toolbar input[type=color],.toolbar input[type=date],.toolbar input[type=email],.toolbar input[type=number],.toolbar input[type=password],.toolbar input[type=search],.toolbar input[type=tel],.toolbar input[type=text],.toolbar input[type=url],.toolbar select,.toolbar textarea{min-height:1px}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:5rem;background:url(/themes/custom/theorell/src/images/dropdown-main.png);background:url(/themes/custom/theorell/src/images/dropdown-main.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/src/images/dropdown-main.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/src/images/dropdown-main.svg),linear-gradient(transparent,transparent);background-size:30px 60px;background-repeat:no-repeat;background-position:100%}select:focus{outline:none}.btn,.button,button,input[type=submit]{display:block;min-height:6rem;padding:1.7rem 2rem;max-width:100%;background-color:#fff;background-color:var(--colorWhite);color:#4f0433;color:var(--colorPrimaryDarkPlum);border:1px solid #4f0433;border:1px solid var(--colorPrimaryDarkPlum);border-radius:4px;border-radius:var(--kiBorderRadius);-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;-o-transition:background-color ease-in-out .25s,color ease-in-out .25s,border ease-in-out .25s;transition:background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;cursor:pointer}.btn.is-active,.btn:focus,.btn:hover,.button.is-active,.button:focus,.button:hover,button.is-active,button:focus,button:hover,input[type=submit].is-active,input[type=submit]:focus,input[type=submit]:hover{background-color:#4f0433;background-color:var(--colorPrimaryDarkPlum);color:#fff;color:var(--colorWhite)}.btn:disabled,.button:disabled,button:disabled,input[type=submit]:disabled{background-color:#f1f1f1;background-color:var(--colorLightGray);color:#616161;color:var(--colorLinkGray);border-color:#616161;border-color:var(--colorLinkGray);cursor:default}.contextual .btn,.contextual .button,.contextual button,.contextual input[type=submit],.toolbar .btn,.toolbar .button,.toolbar button,.toolbar input[type=submit]{min-height:1px}.area__hero .btn{display:inline-block;background-color:#ff876f;background-color:var(--colorOrange);min-width:16rem;text-align:center;margin:2rem 2rem 2rem 0}.area__hero .btn,.area__hero .btn:focus,.area__hero .btn:hover{color:#4f0433;color:var(--colorPrimaryDarkPlum);border-color:#ff876f;border-color:var(--colorOrange)}.area__hero .btn:focus,.area__hero .btn:hover{background-color:#fff;background-color:var(--colorWhite);text-decoration:none}legend{font-weight:600}.webform-element-help{line-height:17px;width:20px;height:20px;border:1px solid #79084a;border:1px solid var(--colorMain);background:#fff;background:var(--colorWhite);position:relative;top:-2px}.webform-element-help,.webform-element-help:link,.webform-element-help:visited{color:#79084a;color:var(--colorMain)}.webform-element-help:focus,.webform-element-help:hover{background:#79084a;background:var(--colorMain);color:#fff;color:var(--colorWhite);border:1px solid #79084a;border:1px solid var(--colorMain)}.form-item{margin:3rem 0}.form-item.js-form-type-checkbox,.form-item.js-form-type-radio{margin:1.5rem 0}.webform-submission-form label.error{color:#fff;color:var(--colorWhite);background:#79084a;background:var(--colorMain);padding:0 1rem!important;width:auto;display:inline-block;margin:.5rem 0}.webform-submission-form .js-form-type-checkbox label.error,.webform-submission-form .js-form-type-radio label.error{margin:0 .5rem}.webform-submission-form .js-form-type-checkbox label.error:before,.webform-submission-form .js-form-type-radio label.error:before{left:-3rem!important}.webform-submission-form .intl-tel-input,.webform-submission-form input,.webform-submission-form textarea{width:100%}.webform-submission-form .intl-tel-input[type=checkbox],.webform-submission-form .intl-tel-input[type=radio],.webform-submission-form .intl-tel-input[type=submit],.webform-submission-form input[type=checkbox],.webform-submission-form input[type=radio],.webform-submission-form input[type=submit],.webform-submission-form textarea[type=checkbox],.webform-submission-form textarea[type=radio],.webform-submission-form textarea[type=submit]{width:auto}.webform-submission-form select{min-width:50%}.webform-submission-form .form-item--error-message{color:#ce0000;color:var(--colorError)}.webform-submission-form .form-all-errors-wrapper,.webform-submission-form input.error,.webform-submission-form select.error,.webform-submission-form textarea.error{border:1px solid #ce0000;border:1px solid var(--colorError)}.webform-submission-form .form-all-errors-wrapper{padding:1rem}.webform-submission-form .form-all-errors-wrapper ul li{font-size:1.6rem}
@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:400;src:url(/themes/custom/theorell/fonts/dm-sans-v11-latin-regular.woff2) format("woff2"),url(/themes/custom/theorell/fonts/dm-sans-v11-latin-regular.woff) format("woff")}@font-face{font-display:swap;font-family:DM Sans;font-style:italic;font-weight:400;src:url(/themes/custom/theorell/fonts/dm-sans-v11-latin-italic.woff2) format("woff2"),url(/themes/custom/theorell/fonts/dm-sans-v11-latin-italic.woff) format("woff")}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:500;src:url(/themes/custom/theorell/fonts/dm-sans-v11-latin-500.woff2) format("woff2"),url(/themes/custom/theorell/fonts/dm-sans-v11-latin-500.woff) format("woff")}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:700;src:url(/themes/custom/theorell/fonts/dm-sans-v11-latin-700.woff2) format("woff2"),url(/themes/custom/theorell/fonts/dm-sans-v11-latin-700.woff) format("woff")}h1,h2,h3,h4,h5,h6{color:#000;color:var(--colorBaseText)}.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child{margin-top:0}h3,h4{margin-top:1.4em}.h1,h1{font-size:3.6rem;font-size:var(--fontSizeH1);font-weight:500;line-height:1.2;position:relative;pointer-events:none;letter-spacing:-.005em}.h1 a,h1 a{text-decoration:none;color:inherit}.h1 span.header,h1 span.header{font-size:1.8rem;display:block;text-transform:uppercase;font-weight:400}.h1 span.header a,h1 span.header a{color:#666;color:var(--colorGray);text-transform:uppercase;font-weight:400}article.main .h1,article.main h1{padding-top:.67em}.container--dual-sidebars article.main .h1,.container--dual-sidebars article.main h1{margin-top:0;padding-top:0}@media (max-width:920px){.h1,h1{font-size:2.6rem}}.h2,h2{font-size:3rem;font-size:var(--fontSizeH2);font-weight:700;margin-bottom:.5rem;margin-top:4rem;letter-spacing:-.005em}.h2 a,h2 a{text-decoration:none;color:inherit}@media (max-width:920px){.h2,h2{font-size:2.3rem;font-size:var(--fontSizeH3)}}.h3,h3{font-size:2.3rem;font-size:var(--fontSizeH3);font-weight:700;margin-bottom:.5rem}@media (max-width:920px){.h3,h3{font-size:2rem;font-size:var(--fontSizeH4)}}.h4,h4{font-size:2rem;font-size:var(--fontSizeH4);margin-bottom:.5rem}.h4,.h5,h4,h5{font-weight:400;font-style:italic}.h5,h5{font-size:1.25rem;font-size:var(--fontSizeH5)}.h6,h6{font-size:1rem;font-size:var(--fontSizeH6);font-weight:400;font-style:italic}h1,h2,h3,h4,h5,h6{word-break:break-word}.h2 b,.h2 strong,.h3 b,.h3 strong,.h4 b,.h4 strong,.h5 b,.h5 strong,.h6 b,.h6 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:inherit}.h2 em,.h2 i,.h3 em,.h3 i,.h4 em,.h4 i,.h5 em,.h5 i,.h6 em,.h6 i,h2 em,h2 i,h3 em,h3 i,h4 em,h4 i,h5 em,h5 i,h6 em,h6 i{font-style:inherit}p{margin:.2rem 0 1.8rem}.main p{font-size:1.7rem;font-size:var(--fontSizeMain);color:#000;color:var(--colorBaseText)}@media (max-width:920px){.main p{font-size:1.9rem}}.paragraph--text-image__text p,.wysiwyg p{line-height:1.4em;margin-right:4rem;margin-right:var(--paragraphRight)}@media (max-width:920px){.paragraph--text-image__text p,.wysiwyg p{margin-right:0}}p.caption{font-size:.7rem;margin-right:0}p.lead{font-size:1.3rem;margin-top:0;margin-right:4rem;margin-right:var(--paragraphRight)}@media (max-width:920px){p.lead{margin-right:0}}p.preamble{font-size:2.1rem;font-size:var(--fontSizePreamble);line-height:1.4em;margin-right:4rem;margin-right:var(--paragraphRight)}@media (max-width:920px){p.preamble{font-size:2.2rem;margin-right:0}}p.paragraph--quote__text{margin-bottom:1rem;font-size:2.6rem;font-style:italic;line-height:1.2em}@media (max-width:920px){p.paragraph--quote__text{font-size:2.2rem}}.local-content-indicator ol,.local-content-indicator ul:not(.profile__affiliation-list):not(.contextual-links):not([data-tabs]),.main ol,.main ul:not(.profile__affiliation-list):not(.contextual-links):not([data-tabs]){padding-left:2em;margin:2rem 0;position:relative;overflow:hidden}@media (max-width:920px){.local-content-indicator ol,.local-content-indicator ul:not(.profile__affiliation-list):not(.contextual-links):not([data-tabs]),.main ol,.main ul:not(.profile__affiliation-list):not(.contextual-links):not([data-tabs]){padding-left:1.4em}}.main li{line-height:1.4;font-size:1.7rem;font-size:var(--fontSizeMain);color:#000;color:var(--colorBaseText)}@media (max-width:920px){.main li{font-size:1.9rem}}main a{color:#79084a;color:var(--colorMain);text-decoration:none}.paragraph--text-image__text a,.underline a,.wysiwyg a{text-decoration:underline}a.read-more{color:#79084a;color:var(--colorMain);font-size:1.4rem;font-weight:300;text-align:right;width:100%;display:inline-block;margin-top:1rem}a.read-more:after{content:"\003e";margin-left:.5rem}a:focus,a:hover{cursor:pointer;color:#171717;color:var(--colorBlack)}@media (max-width:920px){blockquote{margin-left:2rem;margin-right:1rem}}.main-image,.paragraph-heading{margin-bottom:2rem}
.area__hero{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background-size:cover;position:relative}.area__hero:after{content:"";background-color:#4f0433;background-color:var(--colorPrimaryDarkPlum);height:100%;width:100%;z-index:1;position:absolute;top:0;left:0;opacity:.8}.area__hero.bgimage .container--centered{padding:0;margin:0;width:50%;min-width:35rem;position:relative}@media (max-width:920px){.area__hero.bgimage .container--centered{width:auto;min-width:100%}}@media (max-width:480px){.area__hero.bgimage .container--centered{width:100%}}.area__hero.bgimage .container--centered .wrapper{z-index:2;padding:6rem 4rem;margin-left:auto;-webkit-box-flex:0;-ms-flex:0 1 80rem;flex:0 1 80rem}@media (max-width:920px){.area__hero.bgimage .container--centered .wrapper{padding:2rem;margin-left:unset}}.area__hero.bgimage .container--centered~div{width:50%;background-size:cover}@media (max-width:920px){.area__hero.bgimage .container--centered~div{width:100%;height:50vw;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.area__hero.bgimage h1{margin:2rem 0}.area__hero.bgimage .call-to-action,.area__hero.bgimage .wrapper{padding:0}.area__hero.bgimage .call-to-action a.btn{margin-bottom:0;margin-top:3rem}.area__hero.bgimage.area__hero-large{min-height:56rem;min-height:var(--heroHeight)}.area__hero.bgimage.area__hero-large .wrapper,.area__hero.bgimage.area__hero-large a:not(.btn),.area__hero.bgimage.area__hero-large h1,.area__hero.bgimage.area__hero-large li,.area__hero.bgimage.area__hero-large p{color:#fff;color:var(--colorWhite)}.area__hero.no-bgimage:after{display:none}.area__hero.no-bgimage.area__hero-small{min-height:1rem;height:auto}.area__hero.no-bgimage.area__hero-small .wrapper{-webkit-box-flex:0;-ms-flex:0 1 80rem;flex:0 1 80rem;padding:3rem 0}.area__hero.no-bgimage.area__hero-small a:not(.btn),.area__hero.no-bgimage.area__hero-small h1,.area__hero.no-bgimage.area__hero-small li,.area__hero.no-bgimage.area__hero-small p{color:#fff;color:var(--colorWhite)}.area__hero.no-bgimage.area__hero-large{background-color:#edf4f4;background-color:var(--colorLightBlue)}.area__hero.no-bgimage.area__hero-large a:not(.btn),.area__hero.no-bgimage.area__hero-large h1,.area__hero.no-bgimage.area__hero-large li,.area__hero.no-bgimage.area__hero-large p{color:#000;color:var(--colorBaseText)}.area__hero.no-bgimage.area__hero-large h1{font-size:3.6rem;font-size:var(--fontSizeH1)}@media (max-width:920px){.area__hero.no-bgimage.area__hero-large h1{font-size:3rem;font-size:var(--fontSizeH2)}}.area__hero.no-bgimage~.landingpage-links{padding:0 0 6rem}.area__hero.area__hero-small{background-color:#edf4f4;background-color:var(--colorLightBlue)}.area__hero.area__hero-small:not(.bgimage) li,.area__hero.area__hero-small:not(.bgimage) p{color:#171717;color:var(--colorBlack)}.area__hero.area__hero-small:not(.bgimage) a:not(.btn),.area__hero.area__hero-small:not(.bgimage) h1{color:#79084a;color:var(--colorMain)}.area__hero.area__hero-small.bgimage .container{background-color:#edf4f4;background-color:var(--colorLightBlue)}.area__hero.area__hero-small:after{display:none}@media (max-width:920px){.area__hero.area__hero-small.bgimage{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.area__hero .container{z-index:2;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.area__hero .container .wrapper{-webkit-box-flex:0;-ms-flex:0 1 90rem;flex:0 1 90rem;padding:6rem 0}.area__hero h1{font-size:4.4rem;line-height:1.2em;margin:0 0 2rem;word-break:break-word}@media (max-width:920px){.area__hero h1{font-size:3.6rem;font-size:var(--fontSizeH1)}}@media (max-width:480px){.area__hero h1{font-size:3rem;font-size:var(--fontSizeH2)}}.area__hero p{margin-bottom:0}.landingpage-links{padding:6rem 0;background-color:#edf4f4;background-color:var(--colorLightBlue)}@media (max-width:920px){.landingpage-links{padding:2rem 0}}.landingpage-links h3{margin-top:0}.landingpage-links .wrapper{margin:0 -1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}@media (max-width:640px){.landingpage-links .wrapper{margin:0 -.6rem}}.link-column{-webkit-box-flex:1;-ms-flex:1 1 33%;flex:1 1 33%;display:block;max-width:33%}@media (max-width:920px){.link-column{max-width:50%}}@media (max-width:480px){.link-column{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;margin:1rem 0}}.landingpage-link{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:1rem;max-width:100%}@media (max-width:920px){.landingpage-link{padding:.6rem}}.landingpage-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:2rem;color:#4f0433;color:var(--colorPrimaryDarkPlum);text-decoration:none;text-align:center;border:1px solid #4f0433;border:1px solid var(--colorPrimaryDarkPlum);border-radius:4px;border-radius:var(--kiBorderRadius);-webkit-transition:color .25s ease-in-out,background-color .25s ease-in-out;-o-transition:color ease-in-out .25s,background-color ease-in-out .25s;transition:color .25s ease-in-out,background-color .25s ease-in-out}@media (max-width:920px){.landingpage-link a{font-size:1.4rem;padding:1rem}}.landingpage-link a:focus,.landingpage-link a:hover{color:#fff;color:var(--colorWhite);background-color:#4f0433;background-color:var(--colorPrimaryDarkPlum)}.call-to-action{margin-top:2rem}
header.site-header{font-size:1.55rem;top:0;position:sticky;z-index:101;background-color:#4f0433;background-color:var(--colorPrimaryDarkPlum);color:#fff}@media (max-width:920px){header.site-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}header.site-header .search_header{background-color:#4f0433;background-color:var(--colorPrimaryDarkPlum);position:relative}header.site-header .search_header form{margin:0}header.site-header .search_header .close_icon{display:none;text-indent:-9999px;font-size:.1px;color:hsla(0,0%,100%,0);color:var(--colorFullTrans)}html.js header.site-header .search_header{height:0;padding:0 0 0 6rem;overflow:hidden;-webkit-transition:height .2s ease-out;-o-transition:height ease-out .2s;transition:height .2s ease-out}html.js header.site-header.toggled_search .search_header{overflow:visible;height:9rem;padding:2.3rem 10rem 2.3rem 6rem}@media (max-width:920px){html.js header.site-header.toggled_search .search_header{padding:2rem 8rem 2rem 2rem}}html.js header.site-header.toggled_search .search_header .close_icon{display:block;width:10rem;height:9rem;position:absolute;top:0;right:0;background:#0ff;background:url(/themes/custom/theorell/src/images/close-neg.png);background:url(/themes/custom/theorell/src/images/close-neg.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/src/images/close-neg.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/src/images/close-neg.svg),linear-gradient(transparent,transparent);background-size:17px 17px;background-repeat:no-repeat;background-position:50%;-webkit-transition:background-color .2s ease-out;-o-transition:background-color ease-out .2s;transition:background-color .2s ease-out}@media (max-width:920px){html.js header.site-header.toggled_search .search_header .close_icon{width:8rem;height:8rem}}html.js header.site-header.toggled_search .search_header .close_icon:focus,html.js header.site-header.toggled_search .search_header .close_icon:hover{cursor:pointer}@media (max-width:920px){header.site-header{height:9rem}header.site-header.toggled_search{height:17rem}}header.site-header .container.top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:8rem;min-height:var(--headerHeightTop)}@media (max-width:920px){header.site-header .container.top{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:90px}}@media (max-width:920px){header.site-header .burger{display:-webkit-box;display:-ms-flexbox;display:flex;padding:2rem 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background:url(/themes/custom/theorell/src/images/enteries-neg.png);background:url(/themes/custom/theorell/src/images/enteries-neg.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/src/images/enteries-neg.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/src/images/enteries-neg.svg),linear-gradient(transparent,transparent);background-size:22px 22px;background-repeat:no-repeat;background-position:center 35%;height:90px;width:60px}}@media (max-width:920px){header.site-header .block--sitebranding-logo{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}}header.site-header .page-title{padding-left:4rem;font-size:2.3rem}@media (max-width:920px){header.site-header .page-title{display:none}}header.site-header .page-title a{text-decoration:none;color:#fff}header.site-header .page-title-mobile{display:none;padding:1em 0;color:#000;color:var(--colorPrimaryBlack)}@media (max-width:920px){header.site-header .page-title-mobile{display:block}}header.site-header .page-title-mobile a{color:#79084a;color:var(--colorMain);font-weight:400;font-size:2.4rem;text-decoration:none}header.site-header .utilities{margin-left:auto;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:920px){header.site-header .utilities{margin-right:1rem}}header.site-header .utilities a{text-decoration:none}header.site-header .utilities .item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}header.site-header .listen a,header.site-header .login{height:8rem;height:var(--headerHeightTop);padding:0 2rem;font-weight:400;background-color:hsla(0,0%,100%,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:background-color .2s ease-out;-o-transition:background-color ease-out .2s;transition:background-color .2s ease-out;color:#fff;text-decoration:none}@media (max-width:920px){header.site-header .listen a,header.site-header .login{display:none}}header.site-header .listen a:focus,header.site-header .listen a:hover,header.site-header .login:focus,header.site-header .login:hover{background-color:#fff;color:#000;color:var(--colorBaseText);cursor:pointer}header.site-header .login-prompt-wrapper a:focus .login{background-color:#fff;color:#000;color:var(--colorBaseText)}header.site-header .login-mobile{display:none}header.site-header .search_icon{height:8rem;height:var(--headerHeightTop);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background-image:url(/themes/custom/theorell/src/images/search-neg.png);background-image:url(/themes/custom/theorell/src/images/search-neg.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/search-neg.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/search-neg.svg),linear-gradient(transparent,transparent);background-size:19px 19px;background-repeat:no-repeat;background-position:right 1rem center;background-color:hsla(0,0%,100%,0);-webkit-transition:background-color .2s ease-out,width .2s ease-out;-o-transition:background-color ease-out .2s,width ease-out .2s;transition:background-color .2s ease-out,width .2s ease-out;padding:0 4rem 0 2rem}header.site-header .search_icon.hiding{width:0;max-width:0;background:none;pointer-events:none;border-left:0 solid #f1f1f1;border-left:0 solid var(--colorLightGray);padding:0!important;overflow:hidden}@media (max-width:920px){header.site-header .search_icon{height:90px;width:60px;padding:2rem 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-position:center 35%;border-left:none;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}}header.site-header .search_icon:focus,header.site-header .search_icon:hover{color:#000;color:var(--colorBaseText);background-image:url(/themes/custom/theorell/src/images/search-pos.png);background-image:url(/themes/custom/theorell/src/images/search-pos.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/search-pos.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/search-pos.svg),linear-gradient(transparent,transparent);background-color:#fff;cursor:pointer}header.site-header .burger{height:8rem;height:var(--headerHeightTop);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background:url(/themes/custom/theorell/src/images/enteries-neg.png);background:url(/themes/custom/theorell/src/images/enteries-neg.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/src/images/enteries-neg.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/src/images/enteries-neg.svg),linear-gradient(transparent,transparent);background-size:19px 19px;background-repeat:no-repeat;background-position:right 1rem center;background-color:hsla(0,0%,100%,0);-webkit-transition:background-color .2s ease-out,width .2s ease-out;-o-transition:background-color ease-out .2s,width ease-out .2s;transition:background-color .2s ease-out,width .2s ease-out;padding:0 4rem 0 2rem;min-width:105px}@media (max-width:920px){header.site-header .burger{height:90px;width:60px;padding:2rem 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-position:center 35%;border-left:none;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;min-width:unset}}header.site-header .burger:focus,header.site-header .burger:hover{color:#000;color:var(--colorBaseText);background-image:url(/themes/custom/theorell/src/images/enteries-pos.png);background-image:url(/themes/custom/theorell/src/images/enteries-pos.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/enteries-pos.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/enteries-pos.svg),linear-gradient(transparent,transparent);background-color:#fff;cursor:pointer}@media (max-width:920px){header.site-header .container.bottom{height:0;width:100%;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .15s ease-in-out;transition:-webkit-transform .15s ease-in-out;-o-transition:transform ease-in-out .15s;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;overflow:hidden;padding:1rem 1.5rem 2rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}header.site-header .container.bottom ul{margin-left:-1.6rem;font-size:1.8rem}@media (max-width:920px){header.site-header .container.bottom ul{margin:0}}header.site-header .container.bottom li{display:inline-block;margin:0 .8rem}@media (max-width:920px){header.site-header .container.bottom li{margin:0;display:block}}header.site-header .container.bottom li a{text-decoration:none;padding:1.2rem .8rem;color:#fff;color:var(--colorWhite);display:inline-block;-webkit-transition:color .25s ease-in-out;-o-transition:color ease-in-out .25s;transition:color .25s ease-in-out}@media (max-width:920px){header.site-header .container.bottom li a{padding:1.2rem 0;font-size:2.4rem;font-weight:300;display:block}}header.site-header .container.bottom li a.is-active{border-top:3px solid #eddbe4;border-top:3px solid var(--colorLightPlum);padding-top:.9rem;color:#eddbe4;color:var(--colorLightPlum)}@media (max-width:920px){header.site-header .container.bottom li a.is-active{border-top:0;font-weight:400}}header.site-header .container.bottom li a:focus,header.site-header .container.bottom li a:hover{color:#eddbe4;color:var(--colorLightPlum)}@media (max-width:920px){header.site-header.toggled .search_icon{display:none}}header.site-header .gsc-control-searchbox-only input{min-height:3.5rem}header.site-header .gsc-control-searchbox-only button{min-height:4.5rem}header.site-header .gsc-control-searchbox-only .gsc-search-box>tbody>tr>td{padding:0;border:none}header.site-header .gsc-control-searchbox-only .gsc-search-box>tbody tr{border-bottom:none}header.site-header .gsc-control-searchbox-only .gsc-search-box>tbody td:last-of-type{padding:0}@media (max-width:920px){.main-menu_wrapper{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}header.for-main-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#000;color:var(--colorBaseText);width:100%;font-size:1.4rem}header.for-main-content.narrow-page{padding:2rem 0 0;border:0}@media (max-width:920px){header.for-main-content.narrow-page{padding-top:0}}header.for-main-content.narrow-page .utility{margin:1rem 0;width:100%}@media (max-width:920px){header.for-main-content.narrow-page .utility{margin:.5rem 0}}header.for-main-content.narrow-page .utility--backlink a,header.for-main-content.narrow-page .utility--backlink strong{margin:1rem 0}header.for-main-content.narrow-page .utility--backlink strong{width:100%}header.for-main-content.frontpage .utility,header.for-main-content.landingpage .utility,header.for-main-content.programme .utility{margin-left:auto;width:auto}header.for-main-content.frontpage .utility--backlink,header.for-main-content.landingpage .utility--backlink,header.for-main-content.programme .utility--backlink{max-width:50%;margin-left:0}header.for-main-content.frontpage .container,header.for-main-content.landingpage .container,header.for-main-content.programme .container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3rem 0 3rem 1rem;max-width:132rem;max-width:calc(var(--containerWide) + 2rem)}header.for-main-content.frontpage .container--narrow,header.for-main-content.landingpage .container--narrow,header.for-main-content.programme .container--narrow{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3rem 0 3rem 1rem;max-width:80rem;max-width:calc(var(--containerNarrow) + 2rem)}@media (max-width:640px){header.for-main-content.frontpage,header.for-main-content.landingpage,header.for-main-content.programme{padding:0 0 2rem}}header.for-main-content.frontpage .container--centered,header.for-main-content.landingpage .container--centered,header.for-main-content.programme .container--centered{padding:2rem 0 0}@media (max-width:1160px){header.for-main-content.frontpage .container--centered,header.for-main-content.landingpage .container--centered,header.for-main-content.programme .container--centered{padding:2rem 2rem 0}}@media (max-width:640px){header.for-main-content.frontpage .container--centered,header.for-main-content.landingpage .container--centered,header.for-main-content.programme .container--centered{padding:0 2rem}}header.for-main-content a{color:#000;color:var(--colorBaseText);position:relative;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:0;line-height:1.2em;margin:.5rem 0}header.for-main-content .utility--backlink a{background:url(/themes/custom/theorell/src/images/back_to-pos.png);background:url(/themes/custom/theorell/src/images/back_to-pos.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/src/images/back_to-pos.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/src/images/back_to-pos.svg),linear-gradient(transparent,transparent);background-size:7px 11px;background-repeat:no-repeat;background-position:left 4px top 4px;padding:0 4rem 0 2.8rem}header.for-main-content .utility{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media (max-width:920px){header.for-main-content .utility{width:25%}}header.for-main-content .utility--category a{min-height:19px;background-image:url(/themes/custom/theorell/src/images/icon-news__purple.png);background-image:url(/themes/custom/theorell/src/images/icon-news__purple.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/icon-news__purple.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/icon-news__purple.svg),linear-gradient(transparent,transparent);background-size:29px 19px;background-repeat:no-repeat;background-position:0;padding-left:4rem}header.for-main-content .utility--backlink{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:920px){header.for-main-content .utility--backlink{max-width:50%;width:50%;margin:0;padding:0 2rem 0 0}}
.site-menu{position:absolute;color:#000;color:var(--colorBaseText);top:8rem;top:var(--headerHeightTop);left:0;background:#feeeeb;background:var(--colorLightOrange);width:80vw;height:calc(100vh - 8rem);height:calc(100vh - var(--headerHeightTop));max-height:calc(100vh - 8rem);max-height:calc(100vh - var(--headerHeightTop));-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0);-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;-o-transition:transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}@media (max-width:920px){.site-menu{top:90px}}.toggled .site-menu{-webkit-transform:translateZ(0);transform:translateZ(0)}
.container--centered{max-width:130rem;max-width:var(--containerWide);margin:0 auto}@media (max-width:1160px){.container--centered{padding:0 4rem}}@media (max-width:920px){.container--centered{padding:0 2rem}}.container--fullwidth{max-width:1600px;margin:0 auto;padding:0 4rem}@media (max-width:920px){.container--fullwidth{padding:0 2rem}}.container--dual-sidebars .container--fullwidth{padding:0}.container--fullwidth--bleed-right{max-width:1600px;margin:0 auto;padding:0 4rem}@media (max-width:920px){.container--fullwidth--bleed-right{padding:0 2rem}}.container--narrow{max-width:78rem;max-width:var(--containerNarrow);margin:0 auto}.container--entries{max-width:130rem;max-width:var(--containerEntries);margin:2rem auto 0;padding:0 4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:920px){.container--entries{padding:0 2rem}}.container--single-item{padding-top:6rem;padding-bottom:6rem}.container--dual-sidebars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1600px;margin:0 auto;padding:0 4rem}@media (max-width:920px){.container--dual-sidebars{padding:0 2rem}}.container--dual-sidebars:not(.main){margin-top:4rem}@media (max-width:920px){.container--dual-sidebars:not(.main){margin-top:2rem}}.container--dual-sidebars aside.first,.container--dual-sidebars aside.second{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.container--dual-sidebars aside.first{margin:0 0 0 1.75rem}.container--dual-sidebars aside.first>:not([hidden])~:not([hidden]){margin-top:4rem}.container--dual-sidebars aside.first>:last-child{margin-bottom:4rem}@media (max-width:920px){.container--dual-sidebars aside.first{margin:0}}.container--dual-sidebars aside.second{margin:0 1.75rem 2rem 0}@media (max-width:920px){.container--dual-sidebars aside.second{display:none}}@media (max-width:920px){.container--dual-sidebars aside.second--narrow{display:block;padding:0 2rem;margin-left:0}}.container--dual-sidebars aside.second--narrow .content{padding:2rem;max-width:300px}@media (max-width:920px){.container--dual-sidebars aside.second--narrow .content{padding:0;max-width:100%;margin-bottom:5rem}}.container--dual-sidebars aside.second--narrow .group+.group{padding-top:2rem;margin-top:2rem;border-top:1px solid #f1f1f1;border-top:1px solid var(--colorLightGray)}.container--dual-sidebars .main{-webkit-box-flex:2;-ms-flex:2 2 50%;flex:2 2 50%;max-width:50%;padding:0 2rem}@media (max-width:1280px){.container--dual-sidebars .main{-webkit-box-flex:2;-ms-flex:2 2 calc(50% - 8rem);flex-grow:2;flex-shrink:2;flex-basis:calc(50% - 8rem);max-width:calc(50% - 8rem)}}@media (max-width:1220px){.container--dual-sidebars .main{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%}}@media (max-width:920px){.container--dual-sidebars .main{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;margin:0;padding:0}}.container--form{padding:2rem 0;margin:4rem 0;border-top:1px solid #f1f1f1;border-top:1px solid var(--colorLightGray)}.cover-mask{position:absolute;top:0;left:0;height:0;width:0;pointer-events:none;opacity:0;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity ease-in-out .25s;transition:opacity .25s ease-in-out}.cover-mask.toggled{background-color:rgba(0,0,0,.58);height:100%;width:100%;top:0;right:0;bottom:0;left:0;z-index:20;opacity:1;pointer-events:all}
.block--sitebranding-logo{height:4.6rem;height:var(--sitebrandingHeight);margin:16px 0;background:url(/themes/custom/theorell/src/images/ki-logo-header_inv%402x.png);background:url(/themes/custom/theorell/src/images/ki-logo-header_inv.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/src/images/ki-logo-header_inv.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/src/images/ki-logo-header_inv.svg),linear-gradient(transparent,transparent);background-size:112px 46px;background-repeat:no-repeat}.block--sitebranding-logo img{max-width:100%;height:100%;opacity:0}
footer.site-footer{background-color:#edf4f4;background-color:var(--colorLightBlue);color:#000;color:var(--colorPrimaryBlack);padding-top:2rem}footer.site-footer p{margin:0;color:#fff;color:var(--colorWhite);line-height:2.2em}.footer__row{padding:4rem 0}.footer__row--nav .wrapper{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:481px){.footer__row--nav .wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:921px){.footer__row--nav .wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}}.footer__row--nav .footer__col p,.footer__row--nav .footer__col span{color:#000;color:var(--colorBaseText)}.footer__row--nav .footer__col a{color:#79084a;color:var(--colorMain)}.footer__row a:focus span.icon,.footer__row a:hover span.icon{background-color:#79084a;background-color:var(--colorMain)}.footer__row--contact{background-color:#4f0433;background-color:var(--colorPrimaryDarkPlum)}.footer__row--contact .wrapper{display:grid;grid-gap:3rem;gap:3rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:921px){.footer__row--contact .wrapper{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(4,minmax(0,1fr))}}.footer__row--contact .wrapper .footer__col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:921px){.footer__row--contact .wrapper .footer__col--bottom-first-col{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-column:span 2/span 2}}.footer__row--contact .wrapper .footer__col--bottom-first-col a{text-decoration:underline;color:#fff;color:var(--colorWhite)}.footer__row--contact .wrapper .footer__col--social-media{-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:1rem;gap:1rem}@media (min-width:921px){.footer__row--contact .wrapper .footer__col--social-media{grid-column-start:4;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.footer__row--contact .wrapper .footer__col--social-media svg{height:100%}.footer__row--contact .wrapper .footer__col--social-media svg g{fill:#fff;fill:var(--colorWhite)}
.system-message{background-color:#171717;background-color:var(--colorBlack);padding:4rem;margin:2rem 0}.system-message .container{background-color:#fff;background-color:var(--colorWhite);padding:2rem;color:#171717;color:var(--colorBlack)}.system-message a{font-weight:800;color:#79084a;color:var(--colorMain)}
.documents,.links{padding:0;border:1px solid #f1f1f1;border:1px solid var(--colorLightGray);border-radius:4px;border-radius:var(--kiBorderRadius);margin:2rem 0;background-color:#fff;background-color:var(--colorWhite)}.documents h2,.links h2{padding:1.6rem 2.2rem;font-size:2rem;font-weight:600;margin:0;border-bottom:4px solid #4f0433;border-bottom:4px solid var(--colorPrimaryDarkPlum);line-height:1em}.documents .file,.links .file{padding:1.4rem 2.2rem;border-bottom:1px solid #f1f1f1;border-bottom:1px solid var(--colorLightGray)}.documents .file>*,.links .file>*{vertical-align:middle}.documents .file a,.links .file a{position:relative;padding:0 0 0 4rem;font-weight:400}@media (max-width:920px){.documents .file a,.links .file a{padding:0 0 0 3rem}}.documents .file .docreader,.links .file .docreader{display:inline-block;width:20px;height:20px;padding:0;margin-left:4px;background-image:url(/themes/custom/theorell/dist/images/listen-pos.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/listen-pos.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/listen-pos.svg),linear-gradient(transparent,transparent);background-size:20px 20px;background-position:50%;background-repeat:no-repeat}.documents article:last-of-type .file,.links article:last-of-type .file{border-bottom:0}.documents .file--application-pdf a:first-child:before,.documents .file--x-office-document a:first-child:before,.documents .file--x-office-presentation a:first-child:before,.documents .file--x-office-spreadsheet a:first-child:before,.links .file--application-pdf a:first-child:before,.links .file--x-office-document a:first-child:before,.links .file--x-office-presentation a:first-child:before,.links .file--x-office-spreadsheet a:first-child:before{content:"file";margin-left:4px;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border-radius:3px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#fff;background-color:var(--colorWhite);background-size:30px 30px;background-position:50%;background-repeat:no-repeat}@media (max-width:920px){.documents .file--application-pdf a:first-child:before,.documents .file--x-office-document a:first-child:before,.documents .file--x-office-presentation a:first-child:before,.documents .file--x-office-spreadsheet a:first-child:before,.links .file--application-pdf a:first-child:before,.links .file--x-office-document a:first-child:before,.links .file--x-office-presentation a:first-child:before,.links .file--x-office-spreadsheet a:first-child:before{width:20px;height:20px;background-size:20px 20px}}.documents .file--application-pdf a:first-child:before,.links .file--application-pdf a:first-child:before{content:"PDF";background-image:url(/themes/custom/theorell/dist/images/fileicon-pdf.png);background-image:url(/themes/custom/theorell/dist/images/fileicon-pdf.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/fileicon-pdf.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/fileicon-pdf.svg),linear-gradient(transparent,transparent)}.documents .file--x-office-document a:first-child:before,.links .file--x-office-document a:first-child:before{content:"DOC";background-image:url(/themes/custom/theorell/dist/images/fileicon-doc.png);background-image:url(/themes/custom/theorell/dist/images/fileicon-doc.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/fileicon-doc.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/fileicon-doc.svg),linear-gradient(transparent,transparent)}.documents .file--x-office-presentation a:first-child:before,.links .file--x-office-presentation a:first-child:before{content:"PPT";background-image:url(/themes/custom/theorell/dist/images/fileicon-ppt.png);background-image:url(/themes/custom/theorell/dist/images/fileicon-ppt.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/fileicon-ppt.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/fileicon-ppt.svg),linear-gradient(transparent,transparent)}.documents .file--x-office-spreadsheet a:first-child:before,.links .file--x-office-spreadsheet a:first-child:before{content:"XLS";background-image:url(/themes/custom/theorell/dist/images/fileicon-xls.png);background-image:url(/themes/custom/theorell/dist/images/fileicon-xls.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/fileicon-xls.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/fileicon-xls.svg),linear-gradient(transparent,transparent)}.documents__item,.links__item{padding:1.2rem 2.2rem;color:#666;color:var(--colorGray);border-bottom:1px solid #f1f1f1;border-bottom:1px solid var(--colorLightGray)}.documents__item:last-of-type,.links__item:last-of-type{border-bottom:0}.documents__item a,.links__item a{display:inline-block;padding:.1rem 0 0;font-weight:400;position:relative;text-decoration:none}.paragraph--type--promo-package .with-link a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]) h2 span:after,.paragraph--type--promo .with-link a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]) h2 span:after,.paragraph--type--promos .type--droplist a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after,.paragraph--type--promos .type--link a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after,.paragraph--type--promos .type--regular.with-link a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"])~.inside .has-link span:after,.paragraph:not(.paragraph--type--promos):not(.paragraph--type--promo):not(.paragraph--type--promo-package):not(.paragraph--type--block) a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after{content:"";background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/external-link.svg),linear-gradient(transparent,transparent);padding-left:20px;background-position:100%}.paragraph--type--promo-package .with-link a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):focus h2 span:after,.paragraph--type--promo-package .with-link a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):hover h2 span:after,.paragraph--type--promo .with-link a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):focus h2 span:after,.paragraph--type--promo .with-link a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):hover h2 span:after{background-image:url(/themes/custom/theorell/dist/images/external-link-white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/external-link-white.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/external-link-white.svg),linear-gradient(transparent,transparent)}.paragraph--type--promo .column-promos__links a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after{content:"";background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/external-link.svg),linear-gradient(transparent,transparent);padding-left:20px;background-position:100%}.paragraph--type--call-to-action a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):focus:after,.paragraph--type--call-to-action a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):hover:after{background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent))!important;background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-o-linear-gradient(transparent,transparent)!important;background-image:url(/themes/custom/theorell/dist/images/external-link.svg),linear-gradient(transparent,transparent)!important}.node.profile a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after{content:"";background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/external-link.svg),linear-gradient(transparent,transparent);padding-left:20px;background-position:100%;height:14px;-webkit-transition:background-image .25s ease-in-out;-o-transition:background-image ease-in-out .25s;transition:background-image .25s ease-in-out}.node.profile a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):focus:after,.node.profile a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):hover:after{background-image:url(/themes/custom/theorell/dist/images/external-link-white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/external-link-white.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/external-link-white.svg),linear-gradient(transparent,transparent)}.landingpage-links a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after,.tools__links a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after{content:"";background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/external-link.svg),linear-gradient(transparent,transparent);padding-left:20px;background-position:100%;height:14px;-webkit-transition:background-image .25s ease-in-out;-o-transition:background-image ease-in-out .25s;transition:background-image .25s ease-in-out}.landingpage-links a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):focus:after,.landingpage-links a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):hover:after,.tools__links a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):focus:after,.tools__links a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):hover:after{background-image:url(/themes/custom/theorell/dist/images/external-link-white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/external-link-white.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/external-link-white.svg),linear-gradient(transparent,transparent)}.call-to-action a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after{content:"";padding-left:20px;background-position:100%;height:14px;-webkit-transition:background-image .25s ease-in-out;-o-transition:background-image ease-in-out .25s;transition:background-image .25s ease-in-out}.area__hero .call-to-action a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after,.hero-frontpage .call-to-action a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after{background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/external-link.svg),linear-gradient(transparent,transparent)}.list-widget .read-more[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after,.selma .button[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after,.selma a[href^=http]:not([href*="ki.se"]):not([href*=".docksal"]):after{content:"";background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/external-link.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/external-link.svg),linear-gradient(transparent,transparent);padding-left:20px;background-position:100%;height:14px;-webkit-transition:background-image .25s ease-in-out;-o-transition:background-image ease-in-out .25s;transition:background-image .25s ease-in-out}
a.fullsize{position:absolute;width:calc(100% - 2rem);height:100%;text-indent:-9999px;font-size:0;color:hsla(0,0%,100%,0);color:var(--colorFullTrans);z-index:1}section.paragraph--type--promos,section.paragraph--type--promos-no-add{margin:3rem 0}.container--dual-sidebars section.paragraph--type--promos,.container--dual-sidebars section.paragraph--type--promos-no-add{margin:2rem 0}section.paragraph--type--promos-no-add h2.promo-row,section.paragraph--type--promos h2.promo-row{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin-top:0}section.paragraph--type--promos-no-add .promo-margin-container,section.paragraph--type--promos .promo-margin-container{margin:0 -1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}section.paragraph--type--promos-no-add.background-color--orange,section.paragraph--type--promos.background-color--orange{padding:4rem 0;background-color:#feeeeb;background-color:var(--colorLightOrange);margin:0}@media (max-width:1160px){section.paragraph--type--promos-no-add.background-color--orange,section.paragraph--type--promos.background-color--orange{padding:2rem 0}}section.paragraph--type--promos-no-add.background-color--orange:not(:first-of-type) .inside,section.paragraph--type--promos.background-color--orange:not(:first-of-type) .inside{border-color:hsla(0,0%,100%,0);border-color:var(--colorFullTrans)}section.paragraph--type--promos-no-add.background-color--grey,section.paragraph--type--promos.background-color--grey{padding:4rem 0;background-color:#f1f1f1;background-color:var(--colorLightGray);margin:0}@media (max-width:1160px){section.paragraph--type--promos-no-add.background-color--grey,section.paragraph--type--promos.background-color--grey{padding:2rem 0}}section.paragraph--type--promos-no-add.background-color--grey:not(:first-of-type) .inside,section.paragraph--type--promos.background-color--grey:not(:first-of-type) .inside{border-color:hsla(0,0%,100%,0);border-color:var(--colorFullTrans)}section.paragraph--type--promos-no-add.background-color--plum,section.paragraph--type--promos.background-color--plum{padding:4rem 0;background-color:#eddbe4;background-color:var(--colorLightPlum);margin:0}@media (max-width:1160px){section.paragraph--type--promos-no-add.background-color--plum,section.paragraph--type--promos.background-color--plum{padding:2rem 0}}section.paragraph--type--promos-no-add.background-color--plum:not(:first-of-type) .inside,section.paragraph--type--promos.background-color--plum:not(:first-of-type) .inside{border-color:hsla(0,0%,100%,0);border-color:var(--colorFullTrans)}.first-promo section.paragraph--type--promos-no-add.background-color,.first-promo section.paragraph--type--promos.background-color{background-color:unset}section.paragraph--type--promos-no-add.layout--carousel .promo-margin-container,section.paragraph--type--promos.layout--carousel .promo-margin-container{display:block}@media (max-width:920px){.container--dual-sidebars section.paragraph--type--promos-no-add.background-color--grey,.container--dual-sidebars section.paragraph--type--promos-no-add.background-color--plum,.container--dual-sidebars section.paragraph--type--promos.background-color--grey,.container--dual-sidebars section.paragraph--type--promos.background-color--plum{margin:2rem -2rem!important}}.paragraph--type--promos-no-add__more-link,.paragraph--type--promos__more-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:1rem}.background-color--plum .paragraph--type--promos-no-add__more-link .btn.is-active,.background-color--plum .paragraph--type--promos-no-add__more-link .btn:focus,.background-color--plum .paragraph--type--promos-no-add__more-link .btn:hover,.background-color--plum .paragraph--type--promos__more-link .btn.is-active,.background-color--plum .paragraph--type--promos__more-link .btn:focus,.background-color--plum .paragraph--type--promos__more-link .btn:hover{background-color:#4f0433;background-color:var(--colorPrimaryDarkPlum)}section.layout{display:-webkit-box;display:-ms-flexbox;display:flex}section.layout--single article.promo{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}section.layout--double article.promo{-webkit-box-flex:1;-ms-flex:1 1 30rem;flex:1 1 30rem}section.layout--triple article.promo{-webkit-box-flex:1;-ms-flex:1 1 24rem;flex:1 1 24rem}section.layout--quadruple article.promo{-webkit-box-flex:1;-ms-flex:1 1 25%;flex-grow:1;flex-shrink:1;flex-basis:25%}@media (max-width:920px){section.layout--quadruple article.promo{-webkit-box-flex:1;-ms-flex:1 1 50%;flex-grow:1;flex-shrink:1;flex-basis:50%}}@media (max-width:480px){section.layout--quadruple article.promo{-webkit-box-flex:1;-ms-flex:1 1 100%;flex-grow:1;flex-shrink:1;flex-basis:100%}}section.layout--quintuple .promo-margin-container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;padding-left:34%}@media (max-width:920px){section.layout--quintuple .promo-margin-container{padding-left:0}}section.layout--quintuple article.promo{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;height:26rem}section.layout--quintuple article.promo:first-of-type{height:54rem;position:absolute;left:0;width:33.3%}@media (max-width:920px){section.layout--quintuple article.promo:first-of-type{position:static;width:100%;height:auto;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}@media (max-width:920px){section.layout--quintuple article.promo:first-of-type .item__media .flex-fix{padding-top:50%}}section.layout--quintuple article.promo:first-of-type .inside{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (min-width:921px){section.layout--quintuple article.promo:first-of-type .inside.with-image{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.layout--quintuple article.promo:first-of-type .inside.with-image .item__media{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}section.layout--quintuple article.promo:first-of-type .inside.with-image .item__media .flex-fix{padding-top:0;height:100%}section.layout--quintuple article.promo:first-of-type .inside.with-image .item__content{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}section.layout--quintuple article.promo:first-of-type .inside.with-image .item__content .content-area{padding-bottom:2rem}}@media(max-width:480px){section.layout--quintuple article.promo:nth-of-type(2),section.layout--quintuple article.promo:nth-of-type(3),section.layout--quintuple article.promo:nth-of-type(4),section.layout--quintuple article.promo:nth-of-type(5){-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;height:20rem}}section.layout--quintuple article.promo:nth-of-type(2).with-link:focus .with-image .item__content,section.layout--quintuple article.promo:nth-of-type(2).with-link:focus .without-image .item__content,section.layout--quintuple article.promo:nth-of-type(2).with-link:hover .with-image .item__content,section.layout--quintuple article.promo:nth-of-type(2).with-link:hover .without-image .item__content,section.layout--quintuple article.promo:nth-of-type(3).with-link:focus .with-image .item__content,section.layout--quintuple article.promo:nth-of-type(3).with-link:focus .without-image .item__content,section.layout--quintuple article.promo:nth-of-type(3).with-link:hover .with-image .item__content,section.layout--quintuple article.promo:nth-of-type(3).with-link:hover .without-image .item__content,section.layout--quintuple article.promo:nth-of-type(4).with-link:focus .with-image .item__content,section.layout--quintuple article.promo:nth-of-type(4).with-link:focus .without-image .item__content,section.layout--quintuple article.promo:nth-of-type(4).with-link:hover .with-image .item__content,section.layout--quintuple article.promo:nth-of-type(4).with-link:hover .without-image .item__content,section.layout--quintuple article.promo:nth-of-type(5).with-link:focus .with-image .item__content,section.layout--quintuple article.promo:nth-of-type(5).with-link:focus .without-image .item__content,section.layout--quintuple article.promo:nth-of-type(5).with-link:hover .with-image .item__content,section.layout--quintuple article.promo:nth-of-type(5).with-link:hover .without-image .item__content{background-color:transparent;-webkit-transition:opacity .4s ease-out;-o-transition:opacity .4s ease-out;transition:opacity .4s ease-out}section.layout--quintuple article.promo:nth-of-type(2).with-link:focus .with-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(2).with-link:focus .without-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(2).with-link:hover .with-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(2).with-link:hover .without-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(3).with-link:focus .with-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(3).with-link:focus .without-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(3).with-link:hover .with-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(3).with-link:hover .without-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(4).with-link:focus .with-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(4).with-link:focus .without-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(4).with-link:hover .with-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(4).with-link:hover .without-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(5).with-link:focus .with-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(5).with-link:focus .without-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(5).with-link:hover .with-image .item__content h2,section.layout--quintuple article.promo:nth-of-type(5).with-link:hover .without-image .item__content h2{opacity:1;color:#fff}section.layout--quintuple article.promo:nth-of-type(2).with-link:focus .inside.without-image,section.layout--quintuple article.promo:nth-of-type(2).with-link:hover .inside.without-image,section.layout--quintuple article.promo:nth-of-type(3).with-link:focus .inside.without-image,section.layout--quintuple article.promo:nth-of-type(3).with-link:hover .inside.without-image,section.layout--quintuple article.promo:nth-of-type(4).with-link:focus .inside.without-image,section.layout--quintuple article.promo:nth-of-type(4).with-link:hover .inside.without-image,section.layout--quintuple article.promo:nth-of-type(5).with-link:focus .inside.without-image,section.layout--quintuple article.promo:nth-of-type(5).with-link:hover .inside.without-image{background-color:#8c476d;background-color:var(--colorFauxTrans)}section.layout--quintuple article.promo:nth-of-type(2) .inside,section.layout--quintuple article.promo:nth-of-type(3) .inside,section.layout--quintuple article.promo:nth-of-type(4) .inside,section.layout--quintuple article.promo:nth-of-type(5) .inside{position:relative}section.layout--quintuple article.promo:nth-of-type(2) .inside.without-image,section.layout--quintuple article.promo:nth-of-type(3) .inside.without-image,section.layout--quintuple article.promo:nth-of-type(4) .inside.without-image,section.layout--quintuple article.promo:nth-of-type(5) .inside.without-image{background-color:#79084a;background-color:var(--colorMain);-webkit-transition:background-color .3s ease-in-out;-o-transition:background-color ease-in-out .3s;transition:background-color .3s ease-in-out}section.layout--quintuple article.promo:nth-of-type(2) .inside.with-image,section.layout--quintuple article.promo:nth-of-type(3) .inside.with-image,section.layout--quintuple article.promo:nth-of-type(4) .inside.with-image,section.layout--quintuple article.promo:nth-of-type(5) .inside.with-image{overflow:hidden}section.layout--quintuple article.promo:nth-of-type(2) .item__content,section.layout--quintuple article.promo:nth-of-type(3) .item__content,section.layout--quintuple article.promo:nth-of-type(4) .item__content,section.layout--quintuple article.promo:nth-of-type(5) .item__content{position:absolute;background-color:hsla(0,0%,100%,.9);background-color:var(--colorWhiteOpacity);bottom:0;padding:2rem}section.layout--quintuple article.promo:nth-of-type(2) .item__content h2,section.layout--quintuple article.promo:nth-of-type(3) .item__content h2,section.layout--quintuple article.promo:nth-of-type(4) .item__content h2,section.layout--quintuple article.promo:nth-of-type(5) .item__content h2{margin-bottom:0}section.layout--quintuple article.promo:nth-of-type(2).with-label .item__content,section.layout--quintuple article.promo:nth-of-type(3).with-label .item__content,section.layout--quintuple article.promo:nth-of-type(4).with-label .item__content,section.layout--quintuple article.promo:nth-of-type(5).with-label .item__content{padding-top:3rem}section.layout--quintuple article.promo:nth-of-type(2) .linkarea,section.layout--quintuple article.promo:nth-of-type(3) .linkarea,section.layout--quintuple article.promo:nth-of-type(4) .linkarea,section.layout--quintuple article.promo:nth-of-type(5) .linkarea{display:none}@media(max-width:1160px){section.layout--quintuple article.promo:nth-of-type(2) .item__media,section.layout--quintuple article.promo:nth-of-type(3) .item__media,section.layout--quintuple article.promo:nth-of-type(4) .item__media,section.layout--quintuple article.promo:nth-of-type(5) .item__media{height:100%}section.layout--quintuple article.promo:nth-of-type(2) .flex-fix,section.layout--quintuple article.promo:nth-of-type(3) .flex-fix,section.layout--quintuple article.promo:nth-of-type(4) .flex-fix,section.layout--quintuple article.promo:nth-of-type(5) .flex-fix{height:100%;padding-top:0}}@media(max-width:920px){section.layout--quintuple article.promo:nth-of-type(2) .item__media,section.layout--quintuple article.promo:nth-of-type(3) .item__media,section.layout--quintuple article.promo:nth-of-type(4) .item__media,section.layout--quintuple article.promo:nth-of-type(5) .item__media{height:100%}section.layout--quintuple article.promo:nth-of-type(2) .flex-fix,section.layout--quintuple article.promo:nth-of-type(3) .flex-fix,section.layout--quintuple article.promo:nth-of-type(4) .flex-fix,section.layout--quintuple article.promo:nth-of-type(5) .flex-fix{height:100%;padding-top:0}}section.layout--quintuple article.promo:nth-of-type(2),section.layout--quintuple article.promo:nth-of-type(3){margin-bottom:1rem}section.layout--quintuple article.promo:nth-of-type(2) .content-area,section.layout--quintuple article.promo:nth-of-type(3) .content-area{display:none}section.layout--quintuple article.promo:nth-of-type(2) .inside,section.layout--quintuple article.promo:nth-of-type(3) .inside{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:block}section.layout--quintuple article.promo:nth-of-type(4),section.layout--quintuple article.promo:nth-of-type(5){margin-top:1rem}section.layout--quintuple article.promo:nth-of-type(4) .content-area,section.layout--quintuple article.promo:nth-of-type(5) .content-area{display:none}section.layout--quintuple article.promo:nth-of-type(4) .inside,section.layout--quintuple article.promo:nth-of-type(5) .inside{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:block}section.layout--quintuple .item__content{width:100%}article.promo{overflow:hidden;padding:0 1rem;margin:1rem 0}article.promo,article.promo.type--regular .item__content{position:relative}.layout--double article.promo.type--regular.with-label .item__content,.layout--single article.promo.type--regular.with-label .item__content{padding:5rem 2rem 2rem}.container--dual-sidebars .layout--double article.promo.type--regular.with-label .item__content{padding:3rem 2rem 2rem}article.promo.type--regular.with-label .without-image .item__content{padding:5rem 2rem 2rem}article.promo.type--regular.with-label .without-image .item__label{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);border-top-right-radius:0}article.promo.type--regular .item__label{position:absolute;top:0;left:0;max-width:70%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:.5rem 2rem;background-color:#79084a;background-color:var(--colorMain);color:#fff;color:var(--colorWhite);font-size:1.4rem;font-weight:700;border-radius:0 4px 4px 0;border-radius:0 var(--kiBorderRadius) var(--kiBorderRadius) 0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.layout--double article.promo.type--regular .item__label,.layout--single article.promo.type--regular .item__label{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);border-top-right-radius:0}.container--dual-sidebars .layout--double article.promo.type--regular .item__label{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top-right-radius:4px;border-top-right-radius:var(--kiBorderRadius)}.layout--quintuple article.promo.type--regular:focus .item__label,.layout--quintuple article.promo.type--regular:hover .item__label{-webkit-transition:opacity .4s ease-out;-o-transition:opacity .4s ease-out;transition:opacity .4s ease-out}article.promo.with-link:focus .with-image .item__media .flex-fix,article.promo.with-link:hover .with-image .item__media .flex-fix{position:relative}article.promo.with-link:focus .with-image .item__media .flex-fix:after,article.promo.with-link:hover .with-image .item__media .flex-fix:after{opacity:.8}article.promo.with-link:focus .without-image h2,article.promo.with-link:hover .without-image h2{color:#666;color:var(--colorGray)}article.promo.with-link:focus .without-image p,article.promo.with-link:hover .without-image p{color:#79084a;color:var(--colorMain)}article.promo.with-link:focus .inside,article.promo.with-link:hover .inside{border:1px solid #4f0433;border:1px solid var(--colorPrimaryDarkPlum)}article.promo .inside{border:1px solid #f1f1f1;border:1px solid var(--colorLightGray);background-color:#fff;background-color:var(--colorWhite);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;border-radius:4px;border-radius:var(--kiBorderRadius);overflow:hidden;-webkit-transition:border-color .4s ease-out;-o-transition:border-color .4s ease-out;transition:border-color .4s ease-out}article.promo .inside .flex-fix{display:block;height:0}@media (max-width:1160px){article.promo .inside{display:-webkit-box;display:-ms-flexbox;display:flex}}.layout--double article.promo .inside,.layout--single article.promo .inside{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:480px){.layout--single article.promo .inside{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:1160px){.layout--double article.promo .inside{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}article.promo .inside h2{font-size:1.8rem;color:#000;color:var(--colorBaseText);line-height:1.2em;margin:0 0 .7rem;-webkit-transition:opacity .1s ease-out;-o-transition:opacity ease-out .1s;transition:opacity .1s ease-out}@media (max-width:640px){article.promo .inside h2{font-size:1.6rem}}article.promo .inside h2.has-link{color:#79084a;color:var(--colorMain)}article.promo p{font-size:1.5rem;color:#000;color:var(--colorBaseText);margin:0 0 1rem}@media (max-width:640px){article.promo p{font-size:1.35rem}}article.promo .item__media{position:relative;height:auto;width:100%}article.promo .item__media .flex-fix:after{content:"";position:absolute;opacity:0;top:0;width:100%;height:100%;background-color:#4f0433;background-color:var(--colorPrimaryDarkPlum);-webkit-transition:opacity .4s ease-out;-o-transition:opacity .4s ease-out;transition:opacity .4s ease-out;pointer-events:none}.layout--double article.promo .item__media,.layout--single article.promo .item__media{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.layout--quadruple article.promo .item__media,.layout--quintuple article.promo .item__media,.layout--triple article.promo .item__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}article.promo .item__media .flex-fix{background-size:cover;background-repeat:no-repeat;overflow:hidden;position:relative}.layout--single article.promo .item__media .flex-fix{height:100%;padding-top:25%;min-height:30rem}@media (max-width:1160px){.layout--single article.promo .item__media .flex-fix{height:100%}}.layout--double article.promo .item__media .flex-fix{padding-top:100%}@media (max-width:1160px){.layout--double article.promo .item__media .flex-fix{height:auto}}.layout--triple article.promo .item__media .flex-fix{padding-top:56.3%}.layout--quadruple article.promo .item__media .flex-fix{padding-top:57%}.layout--quintuple article.promo .item__media .flex-fix{padding-top:75%;width:100%}.layout--carousel article.promo .item__media .flex-fix{padding-top:50%;width:100%}article.promo .item__content{padding:3rem 2rem 2rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media (max-width:640px){article.promo .item__content{padding:2rem}}.layout--double article.promo .item__content,.layout--single article.promo .item__content{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}article.promo.type--banner .inside{background-color:hsla(0,0%,100%,0);background-color:var(--colorFullTrans);border:0}article.promo.type--banner .item__content{padding:2rem .2rem}article.promo.type--banner .item__media .flex-fix{padding-top:62%!important}article.promo.type--banner .content-area{display:none}article.promo.type--embed iframe{max-width:100%}.container--dual-sidebars section.layout{display:-webkit-box;display:-ms-flexbox;display:flex}.container--dual-sidebars section.layout--single article.promo{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.container--dual-sidebars section.layout--double article.promo{-webkit-box-flex:1;-ms-flex:1 1 24rem;flex:1 1 24rem}.container--dual-sidebars section.layout--triple article.promo{-webkit-box-flex:1;-ms-flex:1 1 16rem;flex:1 1 16rem}.container--dual-sidebars section.paragraph--type--promos-no-add.background-color--grey,.container--dual-sidebars section.paragraph--type--promos-no-add.background-color--orange,.container--dual-sidebars section.paragraph--type--promos-no-add.background-color--plum,.container--dual-sidebars section.paragraph--type--promos.background-color--grey,.container--dual-sidebars section.paragraph--type--promos.background-color--orange,.container--dual-sidebars section.paragraph--type--promos.background-color--plum{padding:2rem;margin:2rem 0;border-radius:4px;border-radius:var(--kiBorderRadius)}.container--dual-sidebars .layout--single article.promo .inside{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.container--dual-sidebars .layout--double article.promo .inside{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.container--dual-sidebars .layout--double article.promo .item__media,.container--dual-sidebars .layout--triple article.promo .item__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.container--dual-sidebars .layout--single article.promo .item__media .flex-fix{height:100%;padding-top:25%}.container--dual-sidebars .layout--double article.promo .item__media .flex-fix{padding-top:70%}@media (max-width:1160px){.container--dual-sidebars .layout--double article.promo .item__media .flex-fix{height:0}}.container--dual-sidebars .layout--triple article.promo .item__media .flex-fix{padding-top:70%}article.promo.type--link .item__content a{display:block;margin-top:.5rem;padding-top:.5rem}article.promo.type--link .item__content a+a{border-top:1px solid #f1f1f1;border-top:1px solid var(--colorLightGray)}.select-label,input.list-filter{display:none}.promo.type--droplist .select-label,.promo.type--droplist input.list-filter{display:block}.promo.type--droplist input.list-filter{margin:0 1rem;width:calc(100% - 2rem);min-height:3rem;padding:1rem;font-size:1.2rem;color:#000;color:var(--colorBaseText)}.promo.type--droplist{overflow:visible;position:relative;z-index:10}.promo.type--droplist.hiz{z-index:11}.promo.type--droplist .inside{border:1px solid #79084a!important;border:1px solid var(--colorPlum)!important}.promo.type--droplist .item__content{min-height:16rem;padding:3rem 2rem 10rem}.path-frontpage .promo.type--droplist .item__content{position:relative}.promo.type--droplist .linkarea{display:block;height:6rem;max-width:100%;color:#79084a;color:var(--colorMain);border:1px solid #79084a;border:1px solid var(--colorPlum);border-radius:4px;border-radius:var(--kiBorderRadius);background:url(/themes/custom/theorell/src/images/dropdown-main.png);background:url(/themes/custom/theorell/src/images/dropdown-main.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/src/images/dropdown-main.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/src/images/dropdown-main.svg),linear-gradient(transparent,transparent);background-size:30px 60px;background-repeat:no-repeat;background-position:100% 0;position:absolute;width:calc(100% - 6rem);background-color:#fff;background-color:var(--colorWhite);overflow:hidden;margin:1rem 0}.promo.type--droplist .linkarea.toggled{height:50vh;color:#666;color:var(--colorGray);overflow-y:scroll}.promo.type--droplist .select-label{height:6rem;padding:1.6rem 5rem 1.6rem 2rem}.promo.type--droplist .select-label:focus,.promo.type--droplist .select-label:hover{cursor:pointer}.promo.type--droplist .linkarea a{display:block;padding:1.6rem 5rem 1.6rem 2rem;min-height:6rem}.promo.type--droplist .linkarea a:focus,.promo.type--droplist .linkarea a:hover{background-color:#f1f1f1;background-color:var(--colorLightGray);text-decoration:none}.promo.type--contact.without-image .contact-card__image,.promo.type--droplist .linkarea.filtering a.hide{display:none}.promo.type--contact.without-image .contact-card__top-section{margin-left:0;min-height:1rem}.promo.type--contact a{text-decoration:underline}.promo.type--contact .inside{background-color:#f1f1f1;background-color:var(--colorLightGray);border-color:transparent;color:#000;color:var(--colorBaseText)}.promo.type--contact .contact-card__dept,.promo.type--contact .contact-card__mid-section,.promo.type--contact .contact-card__org,.promo.type--contact .contact-card__profile-summary{margin:.5rem 0}.promo.type--contact .contact-card__image{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:6rem;max-height:6rem;border-radius:6rem;overflow:hidden;position:absolute}.promo.type--contact .contact-card__wrapper{-webkit-box-flex:2;-ms-flex:2 2 auto;flex:2 2 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1.5rem}.promo.type--contact .contact-card__name-title{font-weight:300;font-style:italic}.promo.type--contact li,.promo.type--contact p{font-size:1.5rem;margin:0 0 .5rem}.promo.type--contact h3{margin:.2rem 0;font-size:1.8rem;line-height:1.2em}.promo.type--contact label{display:block;font-weight:600;color:#171717;color:var(--colorBlack);margin:0 .5rem 0 0}.promo.type--contact .contact-card__top-section{margin-left:8rem;min-height:7rem}.promo.type--contact .contact-card__mid-section .item{margin:.5rem 0}.promo.type--contact .contact-card__profile-summary p{font-size:1.4rem;color:#959595}.promo.type--contact .contact-card__profile-summary h1,.promo.type--contact .contact-card__profile-summary h2,.promo.type--contact .contact-card__profile-summary h3,.promo.type--contact .contact-card__profile-summary h4,.promo.type--contact .contact-card__profile-summary h5{font-size:1.6rem;font-weight:600;margin:0 0 .5rem}.layout--single article.promo.promo-video .item__media .flex-fix{padding-top:50%}.promo-preview{max-width:78rem;max-width:var(--containerNarrow);margin:4rem auto}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){section.layout--quintuple article.promo{-ms-flex-preferred-size:260px;flex-basis:260px}}
.addon--related-articles{margin-bottom:4rem;font-size:1.4rem;color:#666;color:var(--colorGray)}.addon--related-articles h3{font-size:2.1rem}.addon--related-articles .rows-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -2rem}.addon--related-articles .rows-wrapper .with-media-position{margin-bottom:1rem}.addon--related-articles .rows-wrapper p.date{font-size:1.3rem;margin:0}.addon--related-articles .rows-wrapper h3{font-size:2.1rem;margin:.5rem 0;line-height:1.1em}.addon--related-articles .views-row{margin:1.6rem 0;padding:0 2rem;-webkit-box-flex:1;-ms-flex:1 0 170px;flex:1 0 170px;max-width:50%}.addon--related-articles a{font-size:1.8rem;display:block;font-weight:500}.addon--related-articles .related-articles--image--empty{height:100%;width:100%;border:1px solid #f3f3f3;border:1px solid var(--colorGrey);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;border-radius:var(--kiBorderRadius)}.addon--related-articles .related-articles--image--empty svg{fill:#fff;height:25%;width:25%;min-height:50px;min-width:50px}.addon--social-sharing{height:7.2rem;margin-bottom:4rem;border-top:1px solid #f1f1f1;border-top:1px solid var(--colorLightGray);border-bottom:1px solid #f1f1f1;border-bottom:1px solid var(--colorLightGray)}.addon--social-sharing,.addon--social-sharing label{display:-webkit-box;display:-ms-flexbox;display:flex}.addon--social-sharing label{margin:0;height:7rem;padding-right:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.addon--tags{padding:2.5rem 0;border-top:1px solid #f1f1f1;border-top:1px solid var(--colorLightGray)}@media (max-width:640px){.addon--tags{padding:1.5rem 0}}.addon--tags span{display:inline-block;color:#000;color:var(--colorPrimaryBlack);background-color:#f1f1f1;background-color:var(--colorLightGray);text-decoration:none;padding:1.5rem 1.2rem 1.5rem 4.7rem;border-radius:.2rem;-webkit-transition:background-color .25s ease-in-out;-o-transition:background-color ease-in-out .25s;transition:background-color .25s ease-in-out;line-height:1em;margin:.5rem 1rem .5rem 0;background-image:url(/themes/custom/theorell/src/images/tag__white.png);background-image:url(/themes/custom/theorell/src/images/tag__white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/tag__white.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/tag__white.svg),linear-gradient(transparent,transparent);background-size:3.2rem;background-position:left .8rem center}@media (max-width:640px){.addon--tags span{padding:1rem;background-image:none}}.addon--author{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:1rem;gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3rem 0;border-top:1px solid #f1f1f1;border-top:1px solid var(--colorLightGray)}.addon--author .responsible-editor--initials{width:4rem;height:4rem;border-radius:4rem;color:#fff;color:var(--colorWhite);background-color:#79084a;background-color:var(--colorMain);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:left}.addon--author .responsible-editor--label-name{margin-left:5rem}.addon--author .responsible-editor--label-name .responsible-editor--label{font-size:1.4rem}.addon--author .responsible-editor--label-name .responsible-editor--name{font-size:1.2rem}.addon--author .changed,.addon--author .editor{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:.5rem;gap:.5rem;font-size:1.2rem;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.addon--author .changed label,.addon--author .editor label{font-weight:300;margin:0}.addon--content-curator{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3rem 0;border-top:1px solid #f1f1f1;border-top:1px solid var(--colorLightGray)}.addon--content-curator .responsible-editor{font-size:1.2rem;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin:0}.addon--content-curator .responsible-editor label{display:inline-block;font-weight:300;margin:0}.addon .share{width:7rem;height:7rem;display:inline-block;text-indent:-9999px;background-color:transparent;background-size:18px 18px;background-repeat:no-repeat;background-position:50%;-webkit-transition:background-color .25s ease-in-out;-o-transition:background-color ease-in-out .25s;transition:background-color .25s ease-in-out}.addon .share--facebook{background-image:url(/themes/custom/theorell/src/images/share-facebook-pos.png);background-image:url(/themes/custom/theorell/src/images/share-facebook-pos.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/share-facebook-pos.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/share-facebook-pos.svg),linear-gradient(transparent,transparent)}.addon .share--facebook:focus,.addon .share--facebook:hover{background-color:#547bbd;background-color:var(--colorFacebook);background-image:url(/themes/custom/theorell/src/images/share-facebook-neg.png);background-image:url(/themes/custom/theorell/src/images/share-facebook-neg.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/share-facebook-neg.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/share-facebook-neg.svg),linear-gradient(transparent,transparent)}.addon .share--twitter{background-image:url(/themes/custom/theorell/src/images/share-twitter-pos.png);background-image:url(/themes/custom/theorell/src/images/share-twitter-pos.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/share-twitter-pos.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/share-twitter-pos.svg),linear-gradient(transparent,transparent)}.addon .share--twitter:focus,.addon .share--twitter:hover{background-color:#79ccf0;background-color:var(--colorTwitter);background-image:url(/themes/custom/theorell/src/images/share-twitter-neg.png);background-image:url(/themes/custom/theorell/src/images/share-twitter-neg.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/share-twitter-neg.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/share-twitter-neg.svg),linear-gradient(transparent,transparent)}.addon .share--linkedin{background-image:url(/themes/custom/theorell/src/images/share-linkedin-pos.png);background-image:url(/themes/custom/theorell/src/images/share-linkedin-pos.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/share-linkedin-pos.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/share-linkedin-pos.svg),linear-gradient(transparent,transparent)}.addon .share--linkedin:focus,.addon .share--linkedin:hover{background-color:#1385c8;background-color:var(--colorLinkedin);background-image:url(/themes/custom/theorell/src/images/share-linkedin-neg.png);background-image:url(/themes/custom/theorell/src/images/share-linkedin-neg.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/share-linkedin-neg.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/share-linkedin-neg.svg),linear-gradient(transparent,transparent)}.addon .share--google{background-image:url(/themes/custom/theorell/src/images/share-google-pos.png);background-image:url(/themes/custom/theorell/src/images/share-google-pos.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/share-google-pos.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/share-google-pos.svg),linear-gradient(transparent,transparent)}.addon .share--google:focus,.addon .share--google:hover{background-color:#df493a;background-color:var(--colorGoogle);background-image:url(/themes/custom/theorell/src/images/share-google-neg.png);background-image:url(/themes/custom/theorell/src/images/share-google-neg.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/share-google-neg.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/share-google-neg.svg),linear-gradient(transparent,transparent)}.addon .share--email{background-image:url(/themes/custom/theorell/src/images/share-email-pos.png);background-image:url(/themes/custom/theorell/src/images/share-email-pos.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/share-email-pos.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/share-email-pos.svg),linear-gradient(transparent,transparent)}.addon .share--email:focus,.addon .share--email:hover{background-color:#79084a;background-color:var(--colorMain);background-image:url(/themes/custom/theorell/src/images/share-email-neg.png);background-image:url(/themes/custom/theorell/src/images/share-email-neg.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/share-email-neg.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/share-email-neg.svg),linear-gradient(transparent,transparent)}
.paragraph--type--table dl,.paragraph--type--table table,.wysiwyg dl,.wysiwyg table{width:100%}@media (max-width:640px){dl,table{font-size:1.4rem}}@media (max-width:480px){dl,table{font-size:1.3rem}}dl a,table a{text-decoration:underline}thead{text-align:left;color:#171717;color:var(--colorBlack);font-weight:600}thead tr{border:0}thead th{padding:1rem 0 1rem 1.5rem;background-color:#f1f1f1;background-color:var(--colorLightGray);font-weight:600;vertical-align:top;word-break:normal}@media (max-width:640px){thead th{padding:1rem 0 1rem 1rem}}thead th:last-of-type{padding:1rem 1.5rem}@media (max-width:640px){thead th:last-of-type{padding:1rem}}thead th:first-child{border-top-left-radius:4px;border-top-left-radius:var(--kiBorderRadius);border-bottom-left-radius:4px;border-bottom-left-radius:var(--kiBorderRadius)}thead th:last-child{border-top-right-radius:4px;border-top-right-radius:var(--kiBorderRadius);border-bottom-right-radius:4px;border-bottom-right-radius:var(--kiBorderRadius)}tbody th{text-align:left}tbody td,tbody th{padding:2rem 0 2rem 1.5rem;border-bottom:1px solid #f1f1f1;border-bottom:1px solid var(--colorLightGray);vertical-align:top;word-break:normal}@media (max-width:640px){tbody td,tbody th{padding:1rem 0 1rem 1rem}}tbody td:last-of-type,tbody th:last-of-type{padding:2rem 1.5rem}@media (max-width:640px){tbody td:last-of-type,tbody th:last-of-type{padding:1rem}}dl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:640px){dl{display:block}}dl dt{width:30%;font-weight:700}@media (max-width:640px){dl dt{width:100%}}dl dd{margin-left:auto;margin-bottom:.8rem;width:70%}@media (max-width:640px){dl dd{width:100%}}table{min-width:100%}table caption{position:absolute;overflow:hidden;height:0;width:0;margin:0;padding:0;border:0;opacity:0}.tablesorter-header{position:relative;color:#79084a;color:var(--colorMain);cursor:pointer}.tablesorter-header:after{content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzc5MDg0QSIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNLjUgMTEuOTFsMS40MS0xLjQxTDcgMTUuNTlsNS4wOS01LjA5IDEuNDEgMS40MS02LjUgNi41ek0xMy41IDdsLTEuNDEgMS40MUw3IDMuMzIgMS45MSA4LjQxLjUgNyA3IC41eiIvPjwvZz48L3N2Zz4=");position:absolute;right:1.5rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:640px){.tablesorter-header:after{right:1rem}}.tablesorter-headerDesc:after{content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNSA3bC0xLjQxIDEuNDFMNyAzLjMyIDEuOTEgOC40MS41IDcgNyAuNXoiIGZpbGw9IiM3OTA4NEEiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==")}.tablesorter-headerAsc:after{content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjUgMS45MUwxLjkxLjUgNyA1LjU5IDEyLjA5LjVsMS40MSAxLjQxTDcgOC40MXoiIGZpbGw9IiM3OTA4NEEiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==")}
.archive-view__form-wrapper{background-color:#edf4f4;background-color:var(--colorLightBlue)}.archive-view form{padding:1rem 0;margin:0}@media (min-width:921px){.archive-view form{display:grid;grid-gap:5rem;gap:5rem;grid-template-columns:repeat(10,minmax(0,1fr));padding:1rem 0 2rem}}.archive-view form .form-item{grid-column:span 2/span 2;margin:0;padding:0}@media (max-width:920px){.archive-view form .form-item:not(:first-of-type){margin-top:2rem}.archive-view form .form-item select{width:100%}}.archive-view form .form-item-c{grid-column:span 6/span 6}.archive-view form .form-item-tag{grid-column:span 4/span 4}.archive-view form .form-actions{grid-column:span 2/span 2;align-self:end}@media (min-width:921px){.archive-view form .form-actions{margin:0}}.archive-view form .form-actions input{width:100%}.archive-view form .form-item-a,.archive-view form .form-item-e,.archive-view form .form-item-r{display:none}.archive-view form .chosen-container-multi .chosen-choices{padding:1.6rem}.archive-view label{display:block}.archive-view__result-wrapper{margin-top:4rem;margin-bottom:4rem}.archive-view__rows h3{padding:0 0 1.5rem}.archive-view__rows .views-row,.archive-view__rows h3{border-bottom:1px solid #f1f1f1;border-bottom:1px solid var(--colorLightGray)}.archive-view__rows .views-row{padding:2.5rem 0}.list-is-compact .archive-view__rows .views-row{padding:1.5rem 0}.list-is-compact .archive-view__rows .views-row:first-of-type{padding-top:2.5rem}.archive-view__rows--flex .views-row{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:480px){.archive-view__rows--flex .views-row{display:block}}.archive-view__rows--flex .views-row-time{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%}.archive-view__rows--flex .views-row-wrapper{-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%;margin-left:1rem}@media (max-width:480px){.archive-view__rows--flex .views-row-wrapper{margin-left:0;margin-top:1rem}}.list-is-compact .archive-view__rows--flex .views-row-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.archive-view .views-field-title{margin-bottom:1rem;-webkit-box-flex:2;-ms-flex:2;flex:2 1}.archive-view .views-field-term-node-tid{font-size:1.4rem}.archive-view .views-field-term-node-tid .field-content{padding-left:2.6rem;background-image:url(/themes/custom/theorell/dist/images/tag__gray.svg)}.archive-view .views-field-field-geo-location{margin-bottom:1rem;font-style:italic;-webkit-box-flex:1;-ms-flex:1;flex:1 1}.list-is-compact .archive-view .views-field-field-geo-location{margin-left:1rem}.archive-view .views-field-created{margin-bottom:1rem}.archive-view .views-field-field-event-type{display:inline-block;font-size:1.4rem}.archive-view .views-field-field-event-type+.views-field-field-ki-groups{padding-left:1rem}.archive-view .views-field-field-event-type+.views-field-field-ki-groups:before{content:"|";position:absolute;left:0;display:inline}.archive-view .views-field-field-ki-groups{position:relative;display:inline-block;font-size:1.4rem}.list-is-compact .archive-view .views-field-field-event-type,.list-is-compact .archive-view .views-field-field-ki-groups,.list-is-compact .archive-view .views-field-field-lead,.list-is-compact .archive-view .views-row-image{display:none}.archive-view .chosen-container,.archive-view input[type=date],.archive-view input[type=text]{width:100%!important;background-color:#fff;background-color:var(--colorWhite)}.archive-view select{background-color:#fff;background-color:var(--colorWhite)}.archive-view .chosen-single{-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px transparent!important;box-shadow:inset 0 0 3px #fff,0 1px 1px transparent!important;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),to(#fff))!important;background:-o-linear-gradient(#fff 20%,#fff 100%)!important;background:linear-gradient(#fff 20%,#fff)!important;padding:0;min-height:6rem;border-radius:4px;border-radius:var(--kiBorderRadius);border-color:#f1f1f1;border-color:var(--colorLightGray)}.archive-view .chosen-single span{margin-right:3.4rem;padding:1.7rem}.archive-view .chosen-single div{width:3rem}.archive-view .chosen-single div b{background:url(/themes/custom/theorell/src/images/dropdown-main.png);background:url(/themes/custom/theorell/src/images/dropdown-main.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/src/images/dropdown-main.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/src/images/dropdown-main.svg),linear-gradient(transparent,transparent);background-size:30px 60px;height:4.9rem;width:3rem;background-repeat:no-repeat;background-position:100%}.archive-view .chosen-search input{min-height:auto}.archive-view--news .date-title{display:-webkit-box;display:-ms-flexbox;display:flex}.archive-view--news .date-title a{text-decoration:underline;display:inline-block;margin-top:0;padding-left:2rem}@media (max-width:640px){.archive-view--news .date-title a{padding-left:0;margin-top:1rem}}@media (max-width:640px){.archive-view--news .date-title{display:block}}.archive-view--news .views-field-field-lead{margin-top:1rem}.archive-view--news .views-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:2rem;gap:2rem}@media (min-width:921px){.archive-view--news .views-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:921px){.archive-view--news .views-row-image{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}}.archive-view--calendar .views-field-field-lead{margin-bottom:1rem}.archive-view--calendar .views-field-title a{text-decoration:underline}.archive-view--calendar .form-actions{grid-column-start:9!important}.archive-view--calendar .form-actions#ki-calendar-reset-filters{grid-column-start:7!important}.archive-view--professional-education-courses .archive-view__rows{overflow-x:auto}.archive-view--professional-education-courses .views-field-field-number-of-credits,.archive-view--professional-education-courses .views-field-field-price-per-participant,.archive-view--professional-education-courses .views-field-field-start-date{white-space:nowrap}
.autocomplete{position:relative;width:100%}.autocomplete form{display:-webkit-box;display:-ms-flexbox;display:flex}.autocomplete input[type=search]{font-size:16px;width:100%;padding:1rem;min-height:1rem;color:#171717;color:var(--colorBlack);background:#fff;background:var(--colorWhite);border:0;border-radius:0;-webkit-appearance:none}.autocomplete input[type=search]:focus{outline:auto}.autocomplete button{min-height:0;padding:0 1rem;border:none;border-radius:0;background-color:#fff;background-color:var(--colorWhite)}.autocomplete button:focus,.autocomplete button:hover{background-color:#79084a;background-color:var(--colorMain)}.autocomplete__results{padding:0;margin:0;border:1px solid #f1f1f1;border:1px solid var(--colorLightGray);background:#fff;background:var(--colorWhite);position:absolute;top:100%;width:100%;z-index:1}.autocomplete__result{list-style:none;padding:1rem;color:#79084a;color:var(--colorMain);cursor:pointer}.autocomplete__result.selected{background-color:#f1f1f1;background-color:var(--colorLightGray);color:#171717;color:var(--colorBlack)}
.focalarea--tl{background-position:0 0}.focalarea--tc{background-position:top}.focalarea--tr{background-position:100% 0}.focalarea--ml{background-position:0}.focalarea--mc{background-position:50%}.focalarea--mr{background-position:100%}.focalarea--bl{background-position:0 100%}.focalarea--bc{background-position:bottom}.focalarea--br{background-position:100% 100%}
@media (max-width:920px){.ki-breadcrumbs{padding:0 2rem}}.ki-breadcrumbs ol,.ki-breadcrumbs ul{margin:0;padding:1.4rem 0}.ki-breadcrumbs li{display:inline-block;vertical-align:text-bottom;font-size:1.4rem}.ki-breadcrumbs svg.house-icon{fill:#4f0433;fill:var(--colorPrimaryDarkPlum)}.ki-breadcrumbs svg.house-icon:focus,.ki-breadcrumbs svg.house-icon:hover{fill:#171717;fill:var(--colorBlack)}
.link-box{padding:2rem;border:1px solid #f1f1f1;border:1px solid var(--colorLightGray);border-radius:4px;border-radius:var(--kiBorderRadius);word-break:break-word;display:none}@media (min-width:921px){.link-box{display:block}}.link-box h2{margin:0;font-size:1.8rem}.link-box a{display:block;margin-top:1rem}.link-box a+a{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f1f1;border-top:1px solid var(--colorLightGray)}.for-main-content .link-box{margin:4rem 0;display:block}@media (min-width:921px){.for-main-content .link-box{display:none}}
.backlinks{padding:2rem;margin-bottom:4rem;border:1px solid #f1f1f1;border:1px solid var(--colorLightGray);border-radius:4px;border-radius:var(--kiBorderRadius);word-break:break-word}.backlinks h2{margin:0;font-size:1.8rem}.backlinks a{display:block;margin-top:1rem}.backlinks a+a{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f1f1;border-top:1px solid var(--colorLightGray)}
.feedback-form{padding:1.5rem 2rem;border:1px solid #f1f1f1;border:1px solid var(--colorLightGray);border-radius:4px;border-radius:var(--kiBorderRadius)}.feedback-form .form-item{margin:0}@media (min-width:921px){.feedback-form>.form-item-helpfull-information{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.feedback-form>.form-item-helpfull-information label{font-weight:700}.feedback-form__radios{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -1rem}.feedback-form__radios>*{padding:0 1rem}.feedback-form__radios input:checked+label g{fill:#79084a;fill:var(--colorMain)}.feedback-form__radios label{cursor:pointer}.feedback-form__radios g{fill:#666;fill:var(--colorGray)}.feedback-form__radios .form-item-helpfull-information+.form-item-helpfull-information svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.feedback-form .form-required:after{content:unset}.feedback-form .form-actions{margin:1rem 0 0}
.contact-box{padding:0;border:1px solid #f3f3f3;border:1px solid var(--colorGrey);border-radius:4px;border-radius:var(--kiBorderRadius);margin:2rem 0}.contact-box h2{padding:1.6rem 2.2rem;font-size:2rem;font-weight:600;margin:0;border-bottom:4px solid #79084a;border-bottom:4px solid var(--colorMain);line-height:1em}.contact-box__item{padding:1.2rem 2.2rem;color:#666;color:var(--colorGray);border-bottom:1px solid #f3f3f3;border-bottom:1px solid var(--colorGrey)}.contact-box__item span{margin-right:.5rem}.contact-box__item .cb__email a,.contact-box__item .cb__phone a{font-size:.95em}.contact-box__item label{font-weight:400;margin:0 .5rem 0 0}.contact-box__item .cb__name{color:#000;color:var(--colorBaseText);font-weight:600}.contact-box__item .cb__name a{font-weight:600}.contact-box__item .cb__title{color:#000;color:var(--colorBaseText);font-weight:300;font-style:italic}.contact-box__item:last-of-type{border-bottom:0}.contact-box__item a{display:inline-block;padding:.1rem 0 0;font-weight:400;position:relative}.contact-box__item a:after{content:"Arrow";text-indent:-9999px;color:hsla(0,0%,100%,0);color:var(--colorFullTrans);width:8px;height:13px;position:absolute;right:-1.4rem;top:.7rem;background-size:8px 13px;background-repeat:no-repeat;background-position:0 0;background-image:url(/themes/custom/src/images/link_arrow.png);background-image:url(/themes/custom/src/images/link_arrow.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/src/images/link_arrow.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/src/images/link_arrow.svg),linear-gradient(transparent,transparent)}.contact-box__item a:focus:after,.contact-box__item a:hover:after{background-image:url(/themes/custom/src/images/link_arrow-grey.png);background-image:url(/themes/custom/src/images/link_arrow-grey.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/src/images/link_arrow-grey.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/src/images/link_arrow-grey.svg),linear-gradient(transparent,transparent)}
@media (max-width:920px){header.site-header .page-title-mobile .page-title{display:block;padding-left:0;line-height:normal}}.archive-view.archive-view--vacancies .shs-widget-container{display:block}.archive-view.archive-view--vacancies .shs-widget-container:not(:first-child) .chosen-container{margin-top:1rem}.archive-view.archive-view--vacancies .form-actions{-ms-flex-item-align:start;align-self:flex-start;margin-top:4.4rem}
.page-title{line-height:1em}.page-title a{color:#000;color:var(--colorBaseText);text-decoration:none}.page-title a:focus,.page-title a:hover{color:#79084a;color:var(--colorMain);text-decoration:none}.page-title-prefix{display:block;font-size:1.6rem;font-style:italic}.footer__row--group-footer.footer__row--nav .wrapper{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:481px){.footer__row--group-footer.footer__row--nav .wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:921px){.footer__row--group-footer.footer__row--nav .wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}}.footer__row--group-footer.footer__row--nav ul{margin:0;padding:0;list-style:none}.footer__row--group-footer.footer__row--nav li+li{margin-top:1rem}.footer__row--group-footer.footer__row--nav a{color:#79084a;color:var(--colorMain)}
.front-news-block{padding:3rem 0;background:#e3e3e3;background:var(--colorStrokeGray)}.front-news-block__container{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -1rem}@media (max-width:1160px){.front-news-block__container{display:block;margin:0}}.front-news-block__container>div{-webkit-box-flex:1;-ms-flex:1 1 33.33333%;flex-grow:1;flex-shrink:1;flex-basis:33.33333%;padding:0 1rem;height:54rem}@media (max-width:1160px){.front-news-block__container>div{height:auto;padding:0}}.front-news-block__container .first,.front-news-block__container .second,.front-news-block__container .third{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front-news-block__container .first>a{-webkit-box-flex:1;-ms-flex:1;flex:1 1;margin:1rem 0;background-color:#fff;background-color:var(--colorWhite);background-size:cover;background-position:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:4px;border-radius:var(--kiBorderRadius);overflow:hidden}.front-news-block__container .first>a>*{-webkit-box-flex:1;-ms-flex:1;flex:1 1}.front-news-block__container .first>a .front-news-block__image{position:relative;background-size:cover;margin-bottom:2rem}.front-news-block__container .first>a .front-news-block__image:after{content:"";position:absolute;top:0;width:100%;height:100%;background-color:rgba(79,4,51,.9);opacity:0;pointer-events:none;-webkit-transition:opacity .4s ease-out;-o-transition:opacity ease-out .4s;transition:opacity .4s ease-out}.front-news-block__container .first>a .front-news-block__text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front-news-block__container .first>a .front-news-block__title{padding:0 2rem 1rem}.front-news-block__container .first>a:focus .front-news-block__image:after,.front-news-block__container .first>a:hover .front-news-block__image:after{opacity:1}.front-news-block__container .second>a,.front-news-block__container .third>a{-webkit-box-flex:1;-ms-flex:1;flex:1 1;margin:1rem 0;background-color:#fff;background-color:var(--colorWhite);background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:4px;border-radius:var(--kiBorderRadius);overflow:hidden}.front-news-block__container .second>a .front-news-block__image,.front-news-block__container .third>a .front-news-block__image{position:absolute;top:0;width:100%;height:100%;background-color:rgba(79,4,51,.9);opacity:0;-webkit-transition:opacity .4s ease-out;-o-transition:opacity ease-out .4s;transition:opacity .4s ease-out}.front-news-block__container .second>a.with-image,.front-news-block__container .third>a.with-image{position:relative;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.front-news-block__container .second>a.with-image .front-news-block__title,.front-news-block__container .third>a.with-image .front-news-block__title{position:relative;background-color:hsla(0,0%,100%,.9);background-color:var(--colorWhiteOpacity);padding:2rem}@media (max-width:1160px){.front-news-block__container .second>a.with-image .front-news-block__title,.front-news-block__container .third>a.with-image .front-news-block__title{background-color:#fff;background-color:var(--colorWhite)}}.front-news-block__container .second>a.without-image,.front-news-block__container .third>a.without-image{-webkit-transition:background-color .4s ease-out,color .4s ease-out;-o-transition:background-color ease-out .4s,color ease-out .4s;transition:background-color .4s ease-out,color .4s ease-out}.front-news-block__container .second>a.without-image .front-news-block__title,.front-news-block__container .third>a.without-image .front-news-block__title{padding:2rem 2rem 1rem}@media (max-width:1160px){.front-news-block__container .second>a.without-image .front-news-block__title,.front-news-block__container .third>a.without-image .front-news-block__title{padding:2rem}}@media (max-width:1160px){.front-news-block__container .second>a.without-image .front-news-block__created,.front-news-block__container .second>a.without-image .front-news-block__lead,.front-news-block__container .third>a.without-image .front-news-block__created,.front-news-block__container .third>a.without-image .front-news-block__lead{display:none}}.front-news-block__container .second>a.without-image:focus,.front-news-block__container .second>a.without-image:hover,.front-news-block__container .third>a.without-image:focus,.front-news-block__container .third>a.without-image:hover{background-color:rgba(79,4,51,.9)}@media (max-width:1160px){.front-news-block__container .second>a.without-image:focus,.front-news-block__container .second>a.without-image:hover,.front-news-block__container .third>a.without-image:focus,.front-news-block__container .third>a.without-image:hover{background-color:#fff;background-color:var(--colorWhite)}}.front-news-block__container .second>a.without-image:focus .front-news-block__created,.front-news-block__container .second>a.without-image:focus .front-news-block__lead,.front-news-block__container .second>a.without-image:focus .front-news-block__title,.front-news-block__container .second>a.without-image:hover .front-news-block__created,.front-news-block__container .second>a.without-image:hover .front-news-block__lead,.front-news-block__container .second>a.without-image:hover .front-news-block__title,.front-news-block__container .third>a.without-image:focus .front-news-block__created,.front-news-block__container .third>a.without-image:focus .front-news-block__lead,.front-news-block__container .third>a.without-image:focus .front-news-block__title,.front-news-block__container .third>a.without-image:hover .front-news-block__created,.front-news-block__container .third>a.without-image:hover .front-news-block__lead,.front-news-block__container .third>a.without-image:hover .front-news-block__title{color:#fff;color:var(--colorWhite)}@media (max-width:1160px){.front-news-block__container .second>a.without-image:focus .front-news-block__created,.front-news-block__container .second>a.without-image:focus .front-news-block__lead,.front-news-block__container .second>a.without-image:focus .front-news-block__title,.front-news-block__container .second>a.without-image:hover .front-news-block__created,.front-news-block__container .second>a.without-image:hover .front-news-block__lead,.front-news-block__container .second>a.without-image:hover .front-news-block__title,.front-news-block__container .third>a.without-image:focus .front-news-block__created,.front-news-block__container .third>a.without-image:focus .front-news-block__lead,.front-news-block__container .third>a.without-image:focus .front-news-block__title,.front-news-block__container .third>a.without-image:hover .front-news-block__created,.front-news-block__container .third>a.without-image:hover .front-news-block__lead,.front-news-block__container .third>a.without-image:hover .front-news-block__title{color:rgba(121,8,73,.9)}}.front-news-block__container .second>a:focus .front-news-block__image,.front-news-block__container .second>a:hover .front-news-block__image,.front-news-block__container .third>a:focus .front-news-block__image,.front-news-block__container .third>a:hover .front-news-block__image{opacity:1}.front-news-block__title{margin:0;font-size:1.8rem;line-height:1.2em;color:#79084a;color:var(--colorMain)}.front-news-block__created{padding:0 2rem 1rem;font-size:1.4rem;font-weight:300;color:#000;color:var(--colorBaseText)}.front-news-block__created .icon{background-image:url(/themes/custom/theorell/dist/images/sprite-date_time_location-small.png);background-image:url(/themes/custom/theorell/dist/images/sprite-date_time_location-small.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/dist/images/sprite-date_time_location-small.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/dist/images/sprite-date_time_location-small.svg),linear-gradient(transparent,transparent);background-position:left -25px top;background-size:62px 18px;height:18px;width:18px;display:inline-block;margin-right:.8rem;position:relative;top:.4rem}.front-news-block__lead{padding:0 2rem 2rem;color:#000;color:var(--colorBaseText);font-size:1.4rem}.front-news-block__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:1rem}@media (max-width:1160px){.front-news-block__button-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.front-news-block__button{padding:1rem 2rem;min-height:auto}
.front-events-block{padding:3rem 0}@media (max-width:1160px){.front-events-block__container{display:block;margin:0}}.front-events-block__header,.front-events-block__row{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:640px){.front-events-block__header,.front-events-block__row{display:block}}.front-events-block__header>div,.front-events-block__row>div{-webkit-box-flex:1;-ms-flex:1;flex:1 1}@media (max-width:640px){.front-events-block__header>div:first-of-type:after,.front-events-block__row>div:first-of-type:after{content:", "}}@media (max-width:640px){.front-events-block__header>div:first-of-type,.front-events-block__header>div:nth-of-type(2),.front-events-block__row>div:first-of-type,.front-events-block__row>div:nth-of-type(2){display:inline-block;color:#666;color:var(--colorGray)}}.front-events-block__header>div:nth-of-type(3),.front-events-block__row>div:nth-of-type(3){-webkit-box-flex:3;-ms-flex:3;flex:3 1}@media (max-width:1160px){.front-events-block__header>div:nth-of-type(3),.front-events-block__row>div:nth-of-type(3){-webkit-box-flex:2;-ms-flex:2;flex:2 1}}.front-events-block__header{padding-top:2rem;color:#000;color:var(--colorBaseText)}@media (max-width:640px){.front-events-block__header{display:none}}.front-events-block__row{padding:2rem 0;border-bottom:1px solid #e6e8eb;border-bottom:1px solid var(--colorTableStrokeGray)}@media (max-width:640px){.front-events-block__row{padding:1rem 0}}.front-events-block__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:2rem}@media (max-width:1160px){.front-events-block__button-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.front-events-block__button{padding:1rem 2rem;min-height:auto}
.archive-view--top-publications header h2{margin:2rem 0}.archive-view--top-publications .read-more{position:absolute;bottom:0;left:0;width:100%;text-align:right;font-weight:700;margin:0;padding:4rem 0 0;background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(#fff),to(#fff));background-image:-o-linear-gradient(top,hsla(0,0%,100%,0),#fff,#fff);background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff,#fff);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--colorFullTrans)),color-stop(var(--colorWhite)),to(var(--colorWhite)));background-image:-o-linear-gradient(top,var(--colorFullTrans),var(--colorWhite),var(--colorWhite));background-image:linear-gradient(180deg,var(--colorFullTrans),var(--colorWhite),var(--colorWhite));display:none}.archive-view--top-publications .views-row.js-show-more-enabled .publ-authors{max-height:8rem;position:relative;overflow:hidden}.archive-view--top-publications .views-row.js-show-more-enabled .read-more{display:block;cursor:pointer}.archive-view--top-publications .rss-link{padding:1rem 0 0}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;}.slick-track:before,.slick-track:after{display:table;content:'';}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{display:none;float:left;height:100%;min-height:1px;}[dir='rtl'] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-arrow.slick-hidden{display:none;}
.slick-lightbox{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:black;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px}.slick-lightbox .slick-next{right:15px}.slick-lightbox-hide{opacity:0}.slick-lightbox-hide.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox-hide-init.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox-slick-item{text-align:center;overflow:hidden}.slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}.slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox-slick-img{margin:0 auto;display:block;max-width:90%;max-height:90%}.slick-lightbox-slick-caption{margin:10px 0 0;color:white}.slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:none}.slick-lightbox-close:focus{outline:none}.slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'×'}
.layout--carousel .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.layout--carousel .slick-track article.promo.slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}.layout--carousel .slick-track article.promo.slick-slide .inside:active,.layout--carousel .slick-track article.promo.slick-slide .item__content:active,.layout--carousel .slick-track article.promo.slick-slide:active,.layout--carousel .slick-track article.promo.slick-slide a:active{outline:none}.layout--carousel .slick-track article.promo.slick-slide .inside{width:100%}.layout--carousel .slick-arrow,.paragraph--slideshow .slick-arrow,.slick-lightbox .slick-arrow{position:absolute;top:50%;z-index:1;width:4rem;height:4rem;min-height:4rem;margin-top:-2rem;border:1px solid #616161;border:1px solid var(--colorLinkGray);border-radius:4rem;background-color:#fff;background-color:var(--colorWhite);text-indent:-9999px;font-size:.1px;color:hsla(0,0%,100%,0);color:var(--colorFullTrans);background-size:40px 40px;background-repeat:no-repeat;background-position:100%;-webkit-transition:border .2s ease-in-out;-o-transition:border ease-in-out .2s;transition:border .2s ease-in-out}.layout--carousel .slick-arrow:active,.paragraph--slideshow .slick-arrow:active,.slick-lightbox .slick-arrow:active{outline:none}.layout--carousel .slick-arrow:focus,.layout--carousel .slick-arrow:hover,.paragraph--slideshow .slick-arrow:focus,.paragraph--slideshow .slick-arrow:hover,.slick-lightbox .slick-arrow:focus,.slick-lightbox .slick-arrow:hover{cursor:pointer;border:1px solid #d5d5d5;border:1px solid var(--colorStrokeGrayHover)}.layout--carousel .slick-arrow.slick-disabled,.paragraph--slideshow .slick-arrow.slick-disabled,.slick-lightbox .slick-arrow.slick-disabled{border:1px solid #d5d5d5;border:1px solid var(--colorStrokeGrayHover)}.layout--carousel .slick-arrow.slick-disabled:focus,.layout--carousel .slick-arrow.slick-disabled:hover,.paragraph--slideshow .slick-arrow.slick-disabled:focus,.paragraph--slideshow .slick-arrow.slick-disabled:hover,.slick-lightbox .slick-arrow.slick-disabled:focus,.slick-lightbox .slick-arrow.slick-disabled:hover{cursor:default}.layout--carousel .slick-next,.paragraph--slideshow .slick-next,.slick-lightbox .slick-next{right:-1rem;left:auto;background-image:url(/themes/custom/theorell/src/images/nav-arrow_right.png);background-image:url(/themes/custom/theorell/src/images/nav-arrow_right.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/nav-arrow_right.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/nav-arrow_right.svg),linear-gradient(transparent,transparent);background-position:left 1px center}@media (min-width:1660px){.layout--carousel .slick-next,.paragraph--slideshow .slick-next,.slick-lightbox .slick-next{right:-6rem}}.layout--carousel .slick-prev,.paragraph--slideshow .slick-prev,.slick-lightbox .slick-prev{left:-1rem;right:auto;background-image:url(/themes/custom/theorell/src/images/nav-arrow_left.png);background-image:url(/themes/custom/theorell/src/images/nav-arrow_left.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background-image:url(/themes/custom/theorell/src/images/nav-arrow_left.svg),-o-linear-gradient(transparent,transparent);background-image:url(/themes/custom/theorell/src/images/nav-arrow_left.svg),linear-gradient(transparent,transparent);background-position:right 1px center}@media (min-width:1660px){.layout--carousel .slick-prev,.paragraph--slideshow .slick-prev,.slick-lightbox .slick-prev{left:-6rem}}.layout--carousel ul.slick-dots,.paragraph--slideshow ul.slick-dots,.slick-lightbox ul.slick-dots{padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout--carousel ul.slick-dots li,.paragraph--slideshow ul.slick-dots li,.slick-lightbox ul.slick-dots li{list-style:none;margin:4rem 1rem 0}.layout--carousel ul.slick-dots li.slick-active button,.paragraph--slideshow ul.slick-dots li.slick-active button,.slick-lightbox ul.slick-dots li.slick-active button{background-color:#79084a;background-color:var(--colorMain)}.layout--carousel ul.slick-dots button,.paragraph--slideshow ul.slick-dots button,.slick-lightbox ul.slick-dots button{width:1rem;height:1rem;padding:0;min-height:.4rem;text-indent:-9999px;font-size:.1px;color:hsla(0,0%,100%,0);color:var(--colorFullTrans)}.layout--carousel ul.slick-dots button:active,.paragraph--slideshow ul.slick-dots button:active,.slick-lightbox ul.slick-dots button:active{outline:none}.paragraph--slideshow .slideshow_item,.slick-lightbox .slideshow_item{cursor:pointer;position:relative}.paragraph--slideshow img,.slick-lightbox img{border-radius:4px;border-radius:var(--kiBorderRadius)}.paragraph--slideshow .caption--overlay,.slick-lightbox .caption--overlay{position:absolute;bottom:0;width:100%;padding:1rem 2rem;color:#666;color:var(--colorGray);background-color:#fff;background-color:var(--colorWhite);border:1px solid #f1f1f1;border:1px solid var(--colorLightGray);border-bottom-left-radius:4px;border-bottom-left-radius:var(--kiBorderRadius);border-bottom-right-radius:4px;border-bottom-right-radius:var(--kiBorderRadius);border-top:0;font-size:1.4rem}.paragraph--slideshow .slick-next,.slick-lightbox .slick-next{right:2rem;left:auto}.paragraph--slideshow .slick-prev,.slick-lightbox .slick-prev{left:2rem;right:auto}.paragraph--slideshow ul.slick-dots,.slick-lightbox ul.slick-dots{position:absolute;top:0;width:100%}.slick-lightbox .slick-lightbox-slick-caption{display:block}.slick-lightbox .ki-slick-lightbox-close{width:8rem;position:absolute;color:#fff;color:var(--colorWhite);top:15px;right:3rem;display:block;padding:1rem 3rem 1rem 1rem;height:20px;cursor:pointer;background:transparent;border:none}.slick-lightbox .ki-slick-lightbox-close:focus,.slick-lightbox .ki-slick-lightbox-close:hover{background:#79084a;background:var(--colorMain)}.slick-lightbox .ki-slick-lightbox-close:after{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.85;margin-left:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"×"}.slick-list.transform-reset,.slick-track.transform-reset{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}
.section-links{position:sticky;top:100px;padding:2rem;background-color:#edf4f4;background-color:var(--colorLightBlue);border-radius:4px;border-radius:var(--kiBorderRadius);word-break:break-word}.section-links h2{margin:0;font-size:1.8rem}.section-links ul{margin:0;padding:0}.section-links li{list-style:none;margin-top:1rem}.section-links li+li{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #fff;border-top:1px solid var(--colorWhite)}.section-links a{display:inline-block;color:#000;color:var(--colorBaseText)}.section-links a:focus,.section-links a:hover{color:#79084a;color:var(--colorMain);text-decoration:none}.section-links .active{position:relative}.section-links .active a:after{content:"";position:absolute;width:2rem;height:130%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-4rem;z-index:1;background:url(/themes/custom/theorell/dist/images/find-arrow.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/dist/images/find-arrow.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/dist/images/find-arrow.svg),linear-gradient(transparent,transparent);background-repeat:no-repeat;background-size:contain}
.section-links-mobile{display:none;margin:2rem 0;position:relative;height:53px;z-index:1}@media (max-width:920px){.section-links-mobile{display:block}}.section-links-mobile.is-active .section-links-mobile__menu{display:block}.section-links-mobile i{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.section-links-mobile.is-active i{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.section-links-mobile__inner{position:fixed;top:89px;left:0;right:0}.is-visible .section-links-mobile__inner{position:unset}.section-links-mobile__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 2rem;background-color:#fff;background-color:var(--colorWhite);border-bottom:1px solid #f1f1f1;border-bottom:1px solid var(--colorLightGray);border-radius:4px;border-radius:var(--kiBorderRadius);font-weight:700}.is-visible .section-links-mobile__button{border:1px solid #4f0433;border:1px solid var(--colorPrimaryDarkPlum)}.is-active .section-links-mobile__button{border-bottom-left-radius:0;border-bottom-right-radius:0}.section-links-mobile__menu{display:none;left:0;width:100%;padding-top:4px !default;position:absolute;top:100%;background-color:#fff;background-color:var(--colorWhite);border:1px solid #f1f1f1;border:solid var(--colorLightGray);border-width:0 0 1px;z-index:1}.is-visible .section-links-mobile__menu{border:1px solid #4f0433;border-radius:4px;border-radius:var(--kiBorderRadius);border:1px solid var(--colorPrimaryDarkPlum);border-top:0 solid var(--colorPrimaryDarkPlum)}.is-active .section-links-mobile__menu{border-top-left-radius:0;border-top-right-radius:0}.section-links-mobile__item{display:block;padding:1rem 2rem;color:#79084a;color:var(--colorMain)}.section-links-mobile__item:focus,.section-links-mobile__item:hover{background-color:#79084a;background-color:var(--colorMain);color:#fff;color:var(--colorWhite)}
.gsc-control-cse button{min-height:7rem;border-radius:4px;border-radius:var(--kiBorderRadius)}.gsc-control-cse .gsc-input{padding-left:0}.gsc-control-cse tbody tr{border-bottom:none}table[class^=gssb_],table[class^=gstl_]{min-width:auto}.gsc-input-box{border-radius:4px;border-radius:var(--kiBorderRadius)}.gsc-input-box td{border:none}.gsc-results-wrapper-nooverlay .gs-promotion-text-cell .gs-snippet,.gsc-results-wrapper-nooverlay .gs-promotion-text-cell .gs-visibleUrl{font-size:1.6rem}.gsc-results-wrapper-nooverlay tbody td{padding:0}.gsc-results-wrapper-nooverlay a,.gsc-results-wrapper-nooverlay b,.gsc-results-wrapper-nooverlay div,.gsc-results-wrapper-nooverlay p,.gsc-results-wrapper-nooverlay span{font-size:1.6rem}@media (max-width:920px){.gsc-results-wrapper-nooverlay a,.gsc-results-wrapper-nooverlay b,.gsc-results-wrapper-nooverlay div,.gsc-results-wrapper-nooverlay p,.gsc-results-wrapper-nooverlay span{font-size:1.5rem}}.gsc-results-wrapper-nooverlay .gsc-result-info{padding:1.5rem 0}.gsc-results-wrapper-nooverlay .gsc-refinementsArea{margin:0}.gsc-results-wrapper-nooverlay .gsc-result{padding:1.5rem 0}.gsc-results-wrapper-nooverlay .gs-snippet{margin:0;padding:.5rem 0 1rem}.gsc-results-wrapper-nooverlay .gsc-refinementBlock{padding:1rem 0}.gsc-results-wrapper-nooverlay .gsc-refinementHeader.gsc-refinementhActive{color:#fff;color:var(--colorWhite);background-color:#79084a;background-color:var(--colorMain);padding:.5rem;border-bottom:none}.gsc-results-wrapper-nooverlay .gcsc-find-more-on-google-branding{display:none}.gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box{margin:2rem 0}.gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box .gsc-cursor-page{margin:0;padding:1rem 2rem;border-top:1px solid #e6e8eb;border-top:1px solid var(--colorTableStrokeGray);border-bottom:1px solid #e6e8eb;border-bottom:1px solid var(--colorTableStrokeGray);border-left:1px solid #e6e8eb;border-left:1px solid var(--colorTableStrokeGray)}@media(max-width:640px){.gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box .gsc-cursor-page{padding:.5rem 1rem}}.gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box .gsc-cursor-page:focus,.gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box .gsc-cursor-page:hover{background-color:#79084a;background-color:var(--colorMain);border-color:#79084a;border-color:var(--colorMain);color:#fff;color:var(--colorWhite);text-decoration:none}@media(max-width:640px){.gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box .gsc-cursor-page{border:none}}.gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page{background-color:#79084a;background-color:var(--colorMain);border-color:#79084a;border-color:var(--colorMain);color:#fff;color:var(--colorWhite)}.gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box .gsc-cursor-page:last-child{border-right:1px solid #e6e8eb;border-right:1px solid var(--colorTableStrokeGray)}@media(max-width:640px){.gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box .gsc-cursor-page:last-child{border:none}}.gsc-search-button-v2{background-color:#4f0433!important;background-color:var(--colorPrimaryDarkPlum)!important;border-radius:4px!important;border-radius:var(--kiBorderRadius)!important;border-color:#fff!important;border-color:var(--colorWhite)!important}.gsc-selected-option{word-break:normal}
.event--details{color:#666;color:var(--colorGray)}
.chosen-container .search-field{display:block;width:100%}.chosen-container .search-field input{min-height:2px}.chosen-container-multi .chosen-choices{background-image:none;padding:1rem 5rem 1rem 1rem;background:url(/themes/custom/theorell/src/images/dropdown-main.png);background:url(/themes/custom/theorell/src/images/dropdown-main.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/src/images/dropdown-main.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/src/images/dropdown-main.svg),linear-gradient(transparent,transparent);background-size:30px 60px;background-repeat:no-repeat;background-position:100%;border:1px solid #f1f1f1;border:1px solid var(--colorLightGray);border-radius:4px;border-radius:var(--kiBorderRadius)}.chosen-container-active .chosen-choices{border:1px solid #4f0433;border:1px solid var(--colorPrimaryDarkPlum);-webkit-box-shadow:none;box-shadow:none}.chosen-container .chosen-drop{-webkit-box-shadow:none;box-shadow:none}.chosen-container-multi .chosen-choices li.search-choice{background-color:#fff;background-color:var(--colorWhite);background-image:none;-webkit-box-shadow:none;box-shadow:none;color:#79084a;color:var(--colorMain);border:1px solid #f1f1f1;border:1px solid var(--colorLightGray);border-radius:1px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-rtl .chosen-search input[type=text]{background:url(/themes/custom/theorell/src/images/dropdown-main.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent))!important;background:url(/themes/custom/theorell/src/images/dropdown-main.svg),-o-linear-gradient(transparent,transparent)!important;background:url(/themes/custom/theorell/src/images/dropdown-main.svg),linear-gradient(transparent,transparent)!important;background:url(/themes/custom/theorell/src/images/dropdown-main.png);background:url(/themes/custom/theorell/src/images/dropdown-main.svg),linear-gradient(transparent,transparent);background-size:30px 60px!important;background-repeat:no-repeat;background-position:100%!important}.chosen-container-multi .chosen-choices .search-choice .search-choice-close{background:url(/themes/custom/theorell/src/images/close-pos.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent))!important;background:url(/themes/custom/theorell/src/images/close-pos.svg),-o-linear-gradient(transparent,transparent)!important;background:url(/themes/custom/theorell/src/images/close-pos.svg),linear-gradient(transparent,transparent)!important;background:url(/themes/custom/theorell/src/images/close-pos.png);background:url(/themes/custom/theorell/src/images/close-pos.svg),linear-gradient(transparent,transparent);background-size:11px 11px!important;background-repeat:no-repeat!important;background-position:50%!important}}
.ajax-progress.ajax-progress-fullscreen,.ajax-progress.ajax-progress-throbber{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.5);z-index:99998;border-radius:0}.ajax-progress.ajax-progress-throbber .throbber{display:block;width:200px;height:200px;background:#79084a;background:var(--colorMain);border:8px solid #79084a;border:8px solid var(--colorMain);position:fixed;top:50vh;bottom:50vh;margin-top:-100px;left:50%;margin-left:-100px;z-index:99999;border-radius:100%;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-animation:throbber-animation 1.2s ease-out infinite;animation:throbber-animation 1.2s ease-out infinite}.paragraph--type--embed{position:relative}.ki-embed-loading{text-indent:-9999px;display:block;width:100px;height:100px;background:#79084a;background:var(--colorMain);border:8px solid #79084a;border:8px solid var(--colorMain);position:absolute;top:50%;margin-top:-50px;left:50%;margin-left:-50px;z-index:99999;border-radius:100%;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-animation:throbber-animation 1.2s ease-out infinite;animation:throbber-animation 1.2s ease-out infinite;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden}.ajax-progress.ajax-progress-fullscreen{background-image:none}.ajax-progress.ajax-progress-fullscreen:after{content:"";display:block;width:200px;height:200px;background:#79084a;background:var(--colorMain);border:8px solid #79084a;border:8px solid var(--colorMain);position:fixed;top:50vh;bottom:50vh;margin-top:-100px;left:50%;margin-left:-100px;z-index:99999;border-radius:100%;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-animation:throbber-animation 1.2s ease-out infinite;animation:throbber-animation 1.2s ease-out infinite}@-webkit-keyframes throbber-animation{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-box-shadow:inset 0 0 0 0 #fff;box-shadow:inset 0 0 0 0 #fff;-webkit-box-shadow:inset 0 0 0 0 var(--colorWhite);box-shadow:inset 0 0 0 0 var(--colorWhite)}30%{border:2px solid hsla(0,0%,100%,0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0;-webkit-box-shadow:inset 0 0 0 90px #fff;box-shadow:inset 0 0 0 90px #fff;-webkit-box-shadow:inset 0 0 0 90px var(--colorWhite);box-shadow:inset 0 0 0 90px var(--colorWhite);border:0 solid hsla(0,0%,100%,0)}}@keyframes throbber-animation{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-box-shadow:inset 0 0 0 0 #fff;box-shadow:inset 0 0 0 0 #fff;-webkit-box-shadow:inset 0 0 0 0 var(--colorWhite);box-shadow:inset 0 0 0 0 var(--colorWhite)}30%{border:2px solid hsla(0,0%,100%,0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0;-webkit-box-shadow:inset 0 0 0 90px #fff;box-shadow:inset 0 0 0 90px #fff;-webkit-box-shadow:inset 0 0 0 90px var(--colorWhite);box-shadow:inset 0 0 0 90px var(--colorWhite);border:0 solid hsla(0,0%,100%,0)}}
.pager{margin:4rem 0}.pager,.pager__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pager__items{padding:0;margin:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.pager__item{border-top:1px solid #e6e8eb;border-top:1px solid var(--colorTableStrokeGray);border-bottom:1px solid #e6e8eb;border-bottom:1px solid var(--colorTableStrokeGray);border-left:1px solid #e6e8eb;border-left:1px solid var(--colorTableStrokeGray)}@media(max-width:640px){.pager__item{border:none}}.pager__item.is-active a{background-color:#79084a;background-color:var(--colorMain);border-color:#79084a;border-color:var(--colorMain);color:#fff;color:var(--colorWhite)}.pager__item:last-child{border-right:1px solid #e6e8eb;border-right:1px solid var(--colorTableStrokeGray)}@media(max-width:640px){.pager__item:last-child{border:none}}.pager__item--ellipsis{padding:1rem 2rem}@media(max-width:640px){.pager__item--ellipsis{padding:.5rem 1rem}}.pager a{display:block;padding:1rem 2rem;-webkit-transition:color .25s ease-in-out,background-color .25s ease-in-out;-o-transition:color .25s ease-in-out,background-color .25s ease-in-out;transition:color .25s ease-in-out,background-color .25s ease-in-out}@media(max-width:640px){.pager a{padding:.5rem 1rem}}.pager a:focus,.pager a:hover{background-color:#79084a;background-color:var(--colorMain);border-color:#79084a;border-color:var(--colorMain);color:#fff;color:var(--colorWhite)}
.rs_splitbutton{padding-bottom:0!important}.rs_splitbutton li:before{content:unset!important}.rs_splitbutton.rsbtn{margin-top:2rem;margin-bottom:2rem}#rslightbox_contentcontainer button,.rsbtn button{min-height:unset}
.list-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0 -1rem 1rem;padding:0 0 1rem}.list-header:after{content:"";position:absolute;background-color:#f1f1f1;background-color:var(--colorLightGray);width:calc(100% - 2rem);height:1px;left:1rem;bottom:0}.list-header>*{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;padding:0 1rem}.list-header__header{position:relative;margin:0;margin-bottom:0!important}.list-header__header:after{content:"";position:absolute;background-color:#000;background-color:var(--colorPrimaryBlack);width:calc(100% - 2rem);bottom:-1rem;height:1px;left:1rem;z-index:1}.list-header__label{font-weight:300}@media (max-width:1160px){.list-header__label{display:none}}.list-header__item--mla{margin-left:auto}.list-header__item--mra{margin-right:auto}.list-header__icon span{display:block;width:30px;height:20px;background:url(/themes/custom/theorell/dist/images/socialmedia-gray.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));background:url(/themes/custom/theorell/dist/images/socialmedia-gray.svg),-o-linear-gradient(transparent,transparent);background:url(/themes/custom/theorell/dist/images/socialmedia-gray.svg),linear-gradient(transparent,transparent);background-size:180px 30px;background-repeat:no-repeat;background-position:right -30px center}.list-header__icon--instagram span{background-position:right -60px center}.list-header__icon--twitter span{background-position:right -120px center}.list-header__icon--linkedin span{background-position:right -30px center}.list-header__icon--rss span{background-position:right 0 center}
.list-widget__filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1rem -.5rem;padding-bottom:1rem;font-size:1.4rem;border-bottom:1px solid #f1f1f1;border-bottom:1px solid var(--colorLightGray)}.list-widget__filter>*{margin:0 .5rem}.list-widget__filter-link{padding:1rem;min-height:auto;border-color:transparent}.list-widget__filter-link:focus,.list-widget__filter-link:hover{background:none;color:#79084a;color:var(--colorMain)}.list-widget__filter-link:disabled{background-color:#79084a;background-color:var(--colorMain);border-color:#79084a;border-color:var(--colorMain);color:#fff;color:var(--colorWhite)}.list-widget__item{position:relative}.list-widget__item+.list-widget__item{margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f1f1;border-top:1px solid var(--colorLightGray)}.list-widget__item--group:before{content:"";position:absolute;left:-1rem;top:0;bottom:0;width:.2rem;background:#4db5bc;background:var(--colorLocalContent)}.list-widget__date{font-size:1.4rem;font-weight:300}.list-widget__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:1rem}.list-widget__button-wrapper .button{display:inline-block;padding:1rem 2rem;min-height:auto}.list-widget a{text-decoration:none}
.with-media-position--absolute{position:relative}.with-media-position--absolute img{position:absolute;pointer-events:none;left:0;right:0;bottom:0;top:0}.with-media-position img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.with-media-position.tl img{-o-object-position:left top;object-position:left top}.with-media-position.tc img{-o-object-position:top;object-position:top}.with-media-position.tr img{-o-object-position:right top;object-position:right top}.with-media-position.ml img{-o-object-position:left;object-position:left}.with-media-position.mc img{-o-object-position:center;object-position:center}.with-media-position.mr img{-o-object-position:right;object-position:right}.with-media-position.bl img{-o-object-position:left bottom;object-position:left bottom}.with-media-position.bc img{-o-object-position:bottom;object-position:bottom}.with-media-position.br img{-o-object-position:right bottom;object-position:right bottom}
@font-face{font-family:'FontAwesome';src:url(/themes/custom/theorell/libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/themes/custom/theorell/libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format('embedded-opentype'),url(/themes/custom/theorell/libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/themes/custom/theorell/libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/themes/custom/theorell/libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/themes/custom/theorell/libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
