﻿._header-icon {
    display: block;
    height: 55px;
    line-height: 55px;
    width: 55px;
    border-left: solid 1px #ebefee;
    position: absolute;
    top: 0;
    text-decoration: none;
    text-align: center;
}
._tags {
    overflow: hidden;
    margin-top: -5.5px;
    margin-right: -5.5px;
}
._tag {
    border-radius: 3px;
    background-color: #f5f5f5;
    font-family: "Lexia", serif;
    font-size: 11px;
    height: 22px;
    color: #3c4242;
    line-height: 22px;
    padding: 1px 11px 0 11px;
    float: left;
    margin-top: 5.5px;
    margin-right: 5.5px;
}
._small-menu-typography {
    font-family: "helvetica-regular", sans-serif;
    color: #3c4242;
    font-size: 11px;
    text-decoration: none;
    display: block;
}
._icon-font,
.error-message:before,
.ajax-error-message:before,
.existing-email-information span:before,
.signin-options span:before {
    font-family: "az-webfont";
    color: #3c4242;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 0.875rem;
    text-decoration: none;
}
._material-icon,
._manual-validation,
.form-row.checkbox-row label.checkbox:after,
.form-row.checkbox-row .ms-options > ul li > label:after,
.form-row.radiobutton-row label.checkbox:after,
.form-row.radiobutton-row .ms-options > ul li > label:after,
.ms-options-wrap label.checkbox:after,
.ms-options-wrap .ms-options > ul li > label:after,
.ms-options-wrap.ms-active > .ms-options > .ms-selectall.global:before,
button.with-arrow:after,
.main-button.with-arrow:after,
.main-button.with-arrow-left:after,
section.grid-with-top-background ul.columns > li.section-button p a:after,
.small-button.with-arrow:after,
.read-more-button:after,
.small-button:after,
.gray-button.with-arrow:after,
.select-container div.title:after,
.existing-email-information a:before,
.signin-options a:before,
html.highlight-restricted-menu-items #nav-main ul li.restricted > a:after,
._buttons a:after,
.event-lecturers .author-container .author-events .event .buttons a:after,
section.grid-with-top-background ul.columns > li .author-container .author-events .event .buttons a:after,
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox p.at-checkbox:after,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox p.at-checkbox:after {
    font-family: "Material Icons";
    color: #3c4242;
    font-weight: normal;
    font-style: normal;
    font-size: 1.075rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-decoration: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}
._manual-validation {
    content: "access_time";
}
form {
    margin: 0;
}
input,
textarea,
select,
button {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.error-message {
    display: none;
    position: relative;
    padding-left: 18px;
    color: #d50101;
    margin-top: 5.5px;
    font-style: normal;
}
.error-message:before {
    content: "\f120";
    color: inherit;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 12px;
}
._inputbox,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
.select-container,
.account-readonly {
    padding: 14px 11px 12px 11px;
    border: solid 1px #c6d0cd;
    background-color: #fff;
    transition: border 0.1s ease-out, background-color 0.1s ease-out;
    font-family: "Lexia", serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    border-radius: 0;
    letter-spacing: 0.6px;
}
._inputbox:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
.select-container:focus,
.account-readonly:focus {
    outline: none;
    border-color: #c94489;
    background-color: #f8f8f8;
    color: #3c4242;
    border-left: solid 4px #c94489;
}
._inputbox.error,
input.error[type="text"],
input.error[type="search"],
input.error[type="email"],
input.error[type="number"],
input.error[type="password"],
textarea.error,
.error.select-container,
.error.account-readonly,
._inputbox.error.focus,
input.error.focus[type="text"],
input.error.focus[type="search"],
input.error.focus[type="email"],
input.error.focus[type="number"],
input.error.focus[type="password"],
textarea.error.focus,
.error.focus.select-container,
.error.focus.account-readonly {
    border-color: #d50101;
    color: #d50101;
    border-left-width: 4px;
    background-color: #fbeded;
}
._inputbox.error + .error-message,
input.error[type="text"] + .error-message,
input.error[type="search"] + .error-message,
input.error[type="email"] + .error-message,
input.error[type="number"] + .error-message,
input.error[type="password"] + .error-message,
textarea.error + .error-message,
.error.select-container + .error-message,
.error.account-readonly + .error-message,
._inputbox.error select + .error-message,
input.error[type="text"] select + .error-message,
input.error[type="search"] select + .error-message,
input.error[type="email"] select + .error-message,
input.error[type="number"] select + .error-message,
input.error[type="password"] select + .error-message,
textarea.error select + .error-message,
.error.select-container select + .error-message,
.error.account-readonly select + .error-message {
    display: block;
}
.signup-form .button-container.showing-errormessage {
    max-height: 220px;
}
.ajax-error-message {
    border-color: #d50101;
    color: #d50101;
    background-color: #fbeded;
    margin-bottom: -22px;
    margin-top: 22px;
    padding: 11px 11px 9px 33px;
    border-radius: 3px;
    font-size: 13px;
    position: relative;
}
.ajax-error-message:before {
    content: "\f120";
    color: inherit;
    position: absolute;
    top: 10px;
    left: 11px;
    font-size: 14px;
}
.ajax-error-message a,
.ajax-error-message a:hover,
.ajax-error-message a:visited,
.ajax-error-message a:active {
    color: #a20101;
}
* + form {
    margin-top: 22px;
}
.form-row + .form-row,
p + .form-row,
ul.columns + .form-row {
    margin-top: 22px;
}
.form-row + .form-row.approve-terms-row {
    margin-top: 11px;
}
.form-row .description {
    margin-top: 11px;
}
.section-submitform {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease-out 0.4s, opacity 0.4s ease-out 0.4s;
}
.section-submitform .checkbox-row + button {
    margin-top: 22px;
}
.section-submitform.show-full {
    max-height: 220px;
    opacity: 1;
}
form .label {
    font-family: "Lexia", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    color: #3c4242;
}
form .label > input,
form .label .select-container,
form .label label,
form .label textarea {
    margin-top: 11px;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="password"] {
    width: 100%;
    display: block;
}
input[type="text"].loading,
input[type="text"].success,
input[type="search"].loading,
input[type="search"].success,
input[type="email"].loading,
input[type="email"].success,
input[type="number"].loading,
input[type="number"].success,
input[type="password"].loading,
input[type="password"].success {
    background-image: url("../../img/loading-spinner.gif");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 38px;
}
input[type="text"].success,
input[type="search"].success,
input[type="email"].success,
input[type="number"].success,
input[type="password"].success {
    background-image: url("../../img/success-icon.png");
    background-size: 22px;
    background-position: 95% center;
}
input[type="number"] {
    -moz-appearance: textfield;
    margin: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.form-row.address-zip-row {
    overflow: hidden;
}
.form-row.address-zip-row label {
    float: left;
    width: 70%;
}
.form-row.address-zip-row label + label {
    width: 30%;
    padding-left: 11px;
}
.form-row.approve-terms-row {
    padding: 19px 11px 16.5px 11px !important;
    border-radius: 3px;
    background-color: #eee;
}
.form-row.approve-terms-row label.checkbox {
    margin-top: 0;
}
textarea {
    width: 100%;
    display: block;
    height: auto;
    padding: 11px;
    min-height: 100px;
}
.form-row.checkbox-row label.radiobutton,
.form-row.checkbox-row label.checkbox,
.form-row.checkbox-row .ms-options > ul > li label,
.form-row.radiobutton-row label.radiobutton,
.form-row.radiobutton-row label.checkbox,
.form-row.radiobutton-row .ms-options > ul > li label,
.ms-options-wrap label.radiobutton,
.ms-options-wrap label.checkbox,
.ms-options-wrap .ms-options > ul > li label {
    cursor: pointer;
    font-style: normal;
    display: block;
    position: relative;
    font-size: 13px;
    padding-left: 30px;
}
.form-row.checkbox-row label.radiobutton input,
.form-row.checkbox-row label.checkbox input,
.form-row.checkbox-row .ms-options > ul > li label input,
.form-row.radiobutton-row label.radiobutton input,
.form-row.radiobutton-row label.checkbox input,
.form-row.radiobutton-row .ms-options > ul > li label input,
.ms-options-wrap label.radiobutton input,
.ms-options-wrap label.checkbox input,
.ms-options-wrap .ms-options > ul > li label input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.form-row.checkbox-row label.radiobutton:before,
.form-row.checkbox-row label.checkbox:before,
.form-row.checkbox-row .ms-options > ul > li label:before,
.form-row.radiobutton-row label.radiobutton:before,
.form-row.radiobutton-row label.checkbox:before,
.form-row.radiobutton-row .ms-options > ul > li label:before,
.ms-options-wrap label.radiobutton:before,
.ms-options-wrap label.checkbox:before,
.ms-options-wrap .ms-options > ul > li label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    margin-top: -11px;
    border: solid 1px #c6d0cd;
    border-radius: 1px;
    z-index: 2;
}
.form-row.checkbox-row label.radiobutton.checked:before,
.form-row.checkbox-row label.radiobutton.focus:before,
.form-row.checkbox-row label.checkbox.checked:before,
.form-row.checkbox-row label.checkbox.focus:before,
.form-row.checkbox-row .ms-options > ul > li label.checked:before,
.form-row.checkbox-row .ms-options > ul > li label.focus:before,
.form-row.radiobutton-row label.radiobutton.checked:before,
.form-row.radiobutton-row label.radiobutton.focus:before,
.form-row.radiobutton-row label.checkbox.checked:before,
.form-row.radiobutton-row label.checkbox.focus:before,
.form-row.radiobutton-row .ms-options > ul > li label.checked:before,
.form-row.radiobutton-row .ms-options > ul > li label.focus:before,
.ms-options-wrap label.radiobutton.checked:before,
.ms-options-wrap label.radiobutton.focus:before,
.ms-options-wrap label.checkbox.checked:before,
.ms-options-wrap label.checkbox.focus:before,
.ms-options-wrap .ms-options > ul > li label.checked:before,
.ms-options-wrap .ms-options > ul > li label.focus:before {
    border-color: #c94489;
}
.form-row.checkbox-row label.radiobutton.error:before,
.form-row.checkbox-row label.checkbox.error:before,
.form-row.checkbox-row .ms-options > ul > li label.error:before,
.form-row.radiobutton-row label.radiobutton.error:before,
.form-row.radiobutton-row label.checkbox.error:before,
.form-row.radiobutton-row .ms-options > ul > li label.error:before,
.ms-options-wrap label.radiobutton.error:before,
.ms-options-wrap label.checkbox.error:before,
.ms-options-wrap .ms-options > ul > li label.error:before {
    border-color: #d50101;
    background-color: #fbeded;
}
.form-row.checkbox-row label.radiobutton.error + .error-message,
.form-row.checkbox-row label.checkbox.error + .error-message,
.form-row.checkbox-row .ms-options > ul > li label.error + .error-message,
.form-row.radiobutton-row label.radiobutton.error + .error-message,
.form-row.radiobutton-row label.checkbox.error + .error-message,
.form-row.radiobutton-row .ms-options > ul > li label.error + .error-message,
.ms-options-wrap label.radiobutton.error + .error-message,
.ms-options-wrap label.checkbox.error + .error-message,
.ms-options-wrap .ms-options > ul > li label.error + .error-message {
    display: block;
}
.form-row.checkbox-row label.radiobutton.disabled,
.form-row.checkbox-row label.checkbox.disabled,
.form-row.checkbox-row .ms-options > ul > li label.disabled,
.form-row.radiobutton-row label.radiobutton.disabled,
.form-row.radiobutton-row label.checkbox.disabled,
.form-row.radiobutton-row .ms-options > ul > li label.disabled,
.ms-options-wrap label.radiobutton.disabled,
.ms-options-wrap label.checkbox.disabled,
.ms-options-wrap .ms-options > ul > li label.disabled {
    opacity: 0.5;
}
.form-row.checkbox-row label.radiobutton:before,
.form-row.radiobutton-row label.radiobutton:before,
.ms-options-wrap label.radiobutton:before {
    border-radius: 50%;
}
.form-row.checkbox-row label.radiobutton:after,
.form-row.radiobutton-row label.radiobutton:after,
.ms-options-wrap label.radiobutton:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    background-color: transparent;
    border-radius: 50%;
    z-index: 3;
}
.form-row.checkbox-row label.radiobutton.checked:after,
.form-row.radiobutton-row label.radiobutton.checked:after,
.ms-options-wrap label.radiobutton.checked:after {
    background-color: #c94489;
}
.form-row.checkbox-row.checked.focus:before,
.form-row.radiobutton-row.checked.focus:before,
.ms-options-wrap.checked.focus:before {
    box-shadow: inset 0 0 0 2px #c94489;
}
.form-row.checkbox-row label.checkbox:after,
.form-row.checkbox-row .ms-options > ul li > label:after,
.form-row.radiobutton-row label.checkbox:after,
.form-row.radiobutton-row .ms-options > ul li > label:after,
.ms-options-wrap label.checkbox:after,
.ms-options-wrap .ms-options > ul li > label:after {
    content: "check";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    margin-top: -11px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    z-index: 3;
}
.form-row.checkbox-row label.checkbox.checked:before,
.form-row.checkbox-row .ms-options > ul li > label.checked:before,
.form-row.radiobutton-row label.checkbox.checked:before,
.form-row.radiobutton-row .ms-options > ul li > label.checked:before,
.ms-options-wrap label.checkbox.checked:before,
.ms-options-wrap .ms-options > ul li > label.checked:before {
    background-color: #c94489;
}
.form-row.checkbox-row label.checkbox.checked:after,
.form-row.checkbox-row .ms-options > ul li > label.checked:after,
.form-row.radiobutton-row label.checkbox.checked:after,
.form-row.radiobutton-row .ms-options > ul li > label.checked:after,
.ms-options-wrap label.checkbox.checked:after,
.ms-options-wrap .ms-options > ul li > label.checked:after {
    opacity: 1;
}
.form-row.checkbox-row label.checkbox.checked.focus:before,
.form-row.checkbox-row .ms-options > ul li > label.checked.focus:before,
.form-row.radiobutton-row label.checkbox.checked.focus:before,
.form-row.radiobutton-row .ms-options > ul li > label.checked.focus:before,
.ms-options-wrap label.checkbox.checked.focus:before,
.ms-options-wrap .ms-options > ul li > label.checked.focus:before {
    background-color: #a9316f;
    border-color: #a9316f;
}
.ms-options > ul li.selected label:before {
    background-color: #c94489;
    border-color: #c94489;
}
.ms-options > ul li.selected label:after {
    opacity: 1;
}
p + .form-row.checkbox-row,
p + .form-row.radiobutton-row {
    padding-top: 11px;
}
.ms-options-wrap > .ms-options {
    padding: 10px 5px !important;
    z-index: 999999 !important;
}
.ms-options-wrap .fade-top,
.ms-options-wrap .fade-bottom {
    display: none;
}
.ms-options-wrap.ms-active .fade-top,
.ms-options-wrap.ms-active .fade-bottom {
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    left: 0;
    z-index: 9999999;
    background: #fff;
    background: linear-gradient(180deg, #fff 5%, rgba(255, 255, 255, 0) 100%);
}
.ms-options-wrap.ms-active .fade-bottom {
    transform: translateY(-100%);
    background: linear-gradient(0deg, #fff 5%, rgba(255, 255, 255, 0) 100%);
}
.ms-options-wrap.ms-active > .ms-options > .ms-selectall.global {
    display: block;
    z-index: 99999999;
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-transform: none;
    font-family: "helvetica-regular";
    text-decoration: underline;
    font-size: 12px;
    position: relative;
}
.ms-options-wrap.ms-active > .ms-options > .ms-selectall.global:before {
    content: "check";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-42%);
    font-size: 14px;
    color: #c94489;
}
.ms-options-wrap.ms-active.ms-has-selections > .ms-options > .ms-selectall.global:before {
    content: "close";
}
.button-container {
    overflow: hidden;
}
.button-container.center {
    text-align: center;
}
ul.columns + .button-container {
    margin-top: 33px;
}
input[type="submit"] {
    cursor: pointer;
}
button.left,
.main-button.left,
section.grid-with-top-background ul.columns > li.section-button p a.left {
    float: left;
}
button.right,
.main-button.right,
section.grid-with-top-background ul.columns > li.section-button p a.right {
    float: right;
}
button,
.main-button,
section.grid-with-top-background ul.columns > li.section-button p a,
.small-button,
.read-more-button,
.gray-button {
    display: inline-block;
    font-family: "Lexia", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    color: #3c4242;
    border: solid 1px #3c4242;
    background-color: transparent;
    text-align: left;
    text-decoration: none;
    padding: 13px 11px 12px 11px;
    cursor: pointer;
    position: relative;
    transition: border 0.1s ease-out, background-color 0.1s ease-out;
    letter-spacing: 0.9px;
    width: auto;
}
button.with-arrow,
button.main-button.with-arrow-left,
.main-button.with-arrow,
.main-button.with-arrow-left,
section.grid-with-top-background ul.columns > li.section-button p a,
.small-button.with-arrow,
.small-button.main-button.with-arrow-left,
section.grid-with-top-background ul.columns > li.section-button p a.small-button,
.read-more-button.with-arrow,
.read-more-button.main-button.with-arrow-left,
section.grid-with-top-background ul.columns > li.section-button p a.read-more-button,
.gray-button.with-arrow,
.gray-button.main-button.with-arrow-left,
section.grid-with-top-background ul.columns > li.section-button p a.gray-button {
    padding-right: 33px;
}
button span,
.main-button span,
section.grid-with-top-background ul.columns > li.section-button p a span,
.small-button span,
.read-more-button span,
.gray-button span {
    border-bottom: solid 0px #3c4242;
    transition: border-width 0.1s ease-out;
}
button:hover,
.main-button:hover,
section.grid-with-top-background ul.columns > li.section-button p a:hover,
.small-button:hover,
.read-more-button:hover,
.gray-button:hover {
    color: #3c4242;
    border-color: rgba(0, 0, 0, 0.05);
}
button:hover span,
.main-button:hover span,
section.grid-with-top-background ul.columns > li.section-button p a:hover span,
.small-button:hover span,
.read-more-button:hover span,
.gray-button:hover span {
    border-width: 3px;
}
button:visited,
.main-button:visited,
section.grid-with-top-background ul.columns > li.section-button p a:visited,
.small-button:visited,
.read-more-button:visited,
.gray-button:visited {
    color: #3c4242;
}
button:focus,
.main-button:focus,
section.grid-with-top-background ul.columns > li.section-button p a:focus,
.small-button:focus,
.read-more-button:focus,
.gray-button:focus {
    outline: none;
    border-left-width: 4px;
}
button.with-arrow:not(.loading):focus:after,
button.main-button.with-arrow-left:not(.loading):focus:after,
.main-button.with-arrow:not(.loading):focus:after,
.main-button.with-arrow-left:not(.loading):focus:after,
section.grid-with-top-background ul.columns > li.section-button p a:not(.loading):focus:after,
.small-button.with-arrow:not(.loading):focus:after,
.small-button.main-button.with-arrow-left:not(.loading):focus:after,
section.grid-with-top-background ul.columns > li.section-button p a.small-button:not(.loading):focus:after,
.read-more-button.with-arrow:not(.loading):focus:after,
.read-more-button.main-button.with-arrow-left:not(.loading):focus:after,
section.grid-with-top-background ul.columns > li.section-button p a.read-more-button:not(.loading):focus:after,
.gray-button.with-arrow:not(.loading):focus:after,
.gray-button.main-button.with-arrow-left:not(.loading):focus:after,
section.grid-with-top-background ul.columns > li.section-button p a.gray-button:not(.loading):focus:after {
    animation: arrow-bounce 0.6s infinite alternate;
}
@keyframes arrow-bounce {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-10px);
    }
}
button.with-arrow:after,
button.main-button.with-arrow-left:after,
.main-button.with-arrow:after,
.main-button.with-arrow-left:after,
section.grid-with-top-background ul.columns > li.section-button p a:after,
.small-button.with-arrow:after,
.small-button.main-button.with-arrow-left:after,
section.grid-with-top-background ul.columns > li.section-button p a.small-button:after,
.read-more-button:after,
.small-button:after,
.gray-button.with-arrow:after,
.gray-button.main-button.with-arrow-left:after,
section.grid-with-top-background ul.columns > li.section-button p a.gray-button:after {
    color: #3c4242;
    content: "keyboard_arrow_right";
    font-size: 26px;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 17px;
    width: 12px;
    margin-top: -12.5px;
}
button.with-arrow.loading:after,
button.loading.main-button.with-arrow-left:after,
.main-button.with-arrow.loading:after,
.main-button.loading.with-arrow-left:after,
section.grid-with-top-background ul.columns > li.section-button p a.loading:after,
.small-button.with-arrow.loading:after,
.small-button.loading.main-button.with-arrow-left:after,
section.grid-with-top-background ul.columns > li.section-button p a.small-button.loading:after,
.read-more-button.loading:after,
.small-button.loading:after,
.gray-button.with-arrow.loading:after,
.gray-button.loading.main-button.with-arrow-left:after,
section.grid-with-top-background ul.columns > li.section-button p a.gray-button.loading:after {
    content: "";
    height: 33px;
    width: 33px;
    margin-top: -16.5px;
    right: 4px;
    background: url(../../img/loading-spinner.gif) no-repeat center center;
    background-size: contain;
}
.read-more-button {
    border: none;
    padding: 0 33px 0 0;
    width: auto;
}
.read-more-button:after {
    margin-top: -13px;
}
.main-button[target="_blank"] span,
section.grid-with-top-background ul.columns > li.section-button p a[target="_blank"] span {
    padding-right: 4px;
}
.small-button {
    padding: 12px 11px 10px 11px;
    border: none;
    background-color: #3c4242;
    font-style: normal;
    width: auto;
    font-size: 13px;
    color: #fff;
}
.small-button > span {
    color: #fff;
}
.small-button:hover span,
.small-button:visited span {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
}
.small-button.loading {
    padding-right: 44px;
}
.small-button.with-arrow,
.small-button.main-button.with-arrow-left,
section.grid-with-top-background ul.columns > li.section-button p a.small-button {
    padding-right: 30px;
}
.small-button.with-arrow:after,
.small-button.main-button.with-arrow-left:after,
section.grid-with-top-background ul.columns > li.section-button p a.small-button:after {
    color: #fff;
    font-size: 22px;
}
.small-button[target="_blank"] span {
    padding-right: 4px;
}
.gray-button {
    font-style: normal;
    padding: 10px 9px 7px 9px;
    font-size: 13px;
}
.gray-button.with-arrow,
.gray-button.main-button.with-arrow-left,
section.grid-with-top-background ul.columns > li.section-button p a.gray-button {
    padding-right: 30px;
}
.gray-button.with-arrow:after,
.gray-button.main-button.with-arrow-left:after,
section.grid-with-top-background ul.columns > li.section-button p a.gray-button:after {
    font-size: 23px;
    margin-top: -11.5px;
}
.gray-button[target="_blank"]:after {
    color: #3c4242;
}
.site-section.dark-gray button,
.site-section.dark-gray .main-button,
.site-section.dark-gray section.grid-with-top-background ul.columns > li.section-button p a,
section.grid-with-top-background ul.columns > li.section-button p .site-section.dark-gray a,
.site-section.page-hero .main-button,
.site-section.page-hero section.grid-with-top-background ul.columns > li.section-button p a,
section.grid-with-top-background ul.columns > li.section-button p .site-section.page-hero a {
    color: #fff;
    border-color: #fff;
}
.site-section.dark-gray button span,
.site-section.dark-gray .main-button span,
.site-section.dark-gray section.grid-with-top-background ul.columns > li.section-button p a span,
section.grid-with-top-background ul.columns > li.section-button p .site-section.dark-gray a span,
.site-section.page-hero .main-button span,
.site-section.page-hero section.grid-with-top-background ul.columns > li.section-button p a span,
section.grid-with-top-background ul.columns > li.section-button p .site-section.page-hero a span {
    border-color: #fff;
}
.site-section.dark-gray button:after,
.site-section.dark-gray .main-button:after,
.site-section.dark-gray section.grid-with-top-background ul.columns > li.section-button p a:after,
section.grid-with-top-background ul.columns > li.section-button p .site-section.dark-gray a:after,
.site-section.page-hero .main-button:after,
.site-section.page-hero section.grid-with-top-background ul.columns > li.section-button p a:after,
section.grid-with-top-background ul.columns > li.section-button p .site-section.page-hero a:after {
    color: #fff;
}
.site-section.dark-gray button:hover,
.site-section.dark-gray .main-button:hover,
.site-section.dark-gray section.grid-with-top-background ul.columns > li.section-button p a:hover,
section.grid-with-top-background ul.columns > li.section-button p .site-section.dark-gray a:hover,
.site-section.page-hero .main-button:hover,
.site-section.page-hero section.grid-with-top-background ul.columns > li.section-button p a:hover,
section.grid-with-top-background ul.columns > li.section-button p .site-section.page-hero a:hover {
    border-color: rgba(255, 255, 255, 0.1);
}
.additional-button {
    border-radius: 3px;
    font-family: "Lexia", serif;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    padding: 10px 11px 7px 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    text-decoration: none;
}
html.windows .additional-button {
    padding: 7px 11px 7px 11px;
}
html.windows .select-container.additional-button {
    padding-top: 6px;
    padding-bottom: 8px;
}
.additional-button.white-black-line {
    background: #fff;
    border: solid 1px #3c4242;
    color: #3c4242;
    transition: color 0.1s ease-out, background 0.1s ease-out;
}
.additional-button.white-black-line:hover {
    background: #3c4242;
    color: #fff;
}
.additional-button.white-black-line:hover:before {
    color: #fff !important;
}
.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline-offset: -2px;
    white-space: nowrap;
}
.ms-options-wrap > button > span {
    display: inline-block;
}
.ms-options-wrap > button[disabled] {
    background-color: #e5e9ed;
    color: #808080;
    opacity: 0.6;
}
.ms-options-wrap > button:after {
    content: " ";
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #999;
    margin-top: -3px;
}
.ms-options-wrap.ms-has-selections > button {
    color: #333;
}
.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    overflow: auto;
    visibility: hidden;
}
.ms-options-wrap.ms-active > .ms-options {
    visibility: visible;
}
.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}
.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: 0.9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}
.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}
.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ms-options-wrap > .ms-options > ul li.ms-hidden {
    display: none;
}
.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}
.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}
.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 20px;
    margin: 1px 0;
    border: 1px dotted transparent;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
    padding: 4px;
}
.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
    border-color: #999;
}
.ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #efefef;
    border-color: transparent;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
}
.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}
.select-container.val-disabled .ms-options-wrap {
    display: none;
}
.select-container.val-disabled,
.select-container.val-disabled * {
    pointer-events: none;
}
.ms-options-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.ms-options-wrap button {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.ms-options-wrap > button[disabled] {
    opacity: 0;
}
.ms-options-wrap > .ms-options {
    top: 100%;
    width: calc(100% + 2px);
    margin: 1px -1px 0 -1px;
    padding: 5px;
    border: none;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.ms-options-wrap > .ms-options > ul > li:first-child {
    display: none;
}
.ms-options-wrap > .ms-options > ul li {
    padding: 2px 3px;
}
.ms-options-wrap > .ms-options > ul li label.focused,
.ms-options-wrap > .ms-options > ul li:hover > label,
.ms-options-wrap > .ms-options > ul li.selected > label {
    background: none !important;
    border-color: transparent !important;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border: none;
}
.site-section.page-filter ul.filter-list .ms-options-wrap > .ms-options > ul > li.optgroup .label {
    font-style: normal;
    font-size: 12px;
    padding: 6px 0 6px 0;
}
.select-container {
    padding: 13px 11px 11px 11px;
    position: relative;
    cursor: pointer;
}
.select-container div.title {
    position: relative;
    padding-right: 26px;
    color: #6d7777;
    transition: color 0.1s ease-out;
}
.select-container div.title:after {
    color: #6d7777;
    content: "keyboard_arrow_down";
    font-size: 1.075rem;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    width: 12px;
    margin-top: -8.5px;
}
.select-container.multipe div.title {
    z-index: 1;
}
.select-container select {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border: none;
    opacity: 0;
    height: 44px;
}
.select-container select[multiple] {
    position: absolute;
    top: 0;
    z-index: 0;
    display: none;
}
.select-container.error div.title,
.select-container.error.focus div.title {
    color: #d50101;
}
.select-container.error div.title:after,
.select-container.error.focus div.title:after {
    color: #d50101;
}
.select-container.val-selected {
    border-left: solid 4px #c94489;
}
.select-container.val-selected div.title {
    color: #3c4242;
    font-weight: normal;
    font-style: normal;
}
.select-container.val-selected div.title:before,
.select-container.val-selected div.title:after {
    color: #3c4242;
}
.select-container.val-selected.error,
.select-container.val-selected.error.focus {
    border-color: #d50101;
}
.select-container.val-selected.error div.title,
.select-container.val-selected.error.focus div.title {
    color: #d50101;
}
.select-container.val-selected.error div.title:after,
.select-container.val-selected.error.focus div.title:after {
    color: #d50101;
}
.select-container.val-disabled {
    opacity: 0.4;
}
.form-row.select-row {
    overflow: hidden;
}
.form-row.select-row label {
    float: left;
    width: 100%;
    transition: width 0.2s ease-out, margin 0.2s ease-out, opacity 0.2s ease-out;
}
.form-row.select-row label .select-container .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-row.select-row label.other-textfield {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    margin-left: 0;
    opacity: 0;
}
.form-row.select-row.choose-other label {
    width: 20%;
}
.form-row.select-row.choose-other label .select-container .title {
    color: #fff;
}
.form-row.select-row.choose-other label .select-container .title:after {
    transform: rotate(-90deg);
    margin-top: -7px;
}
.form-row.select-row.choose-other label .select-container.focus .title {
    color: #f8f8f8;
}
.form-row.select-row.choose-other label.other-textfield {
    width: calc(80% - 11px);
    margin-left: 11px;
    opacity: 1;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
.select-container.val-disabled.show-as-text {
    border: none;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
}
input[type="text"]:disabled .title:after,
input[type="email"]:disabled .title:after,
input[type="password"]:disabled .title:after,
input[type="number"]:disabled .title:after,
.select-container.val-disabled.show-as-text .title:after {
    display: none;
}
.account-readonly {
    margin-top: 11px;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #6d7777;
}
.select-container.focus:not(.val-disabled) {
    border-color: #c94489;
    background-color: #f8f8f8;
    border-left: solid 4px #c94489;
}
.select-container.focus:not(.val-disabled) div.title {
    color: #3c4242;
}
.select-container.focus:not(.val-disabled) div.title:before,
.select-container.focus:not(.val-disabled) div.title:after {
    color: #3c4242;
}
.select-container.focus:not(.val-disabled).error {
    border-color: #d50101;
    background-color: #fbeded;
}
.select-container.focus:not(.val-disabled).error div.title {
    color: #d50101;
}
.select-container.focus:not(.val-disabled).error div.title:after {
    color: #d50101;
}
.select-container.focus:not(.val-disabled) select[multiple] {
    opacity: 1;
    display: block;
    height: auto;
    top: 100%;
    z-index: 999;
}
.select-container.additional-button {
    border-radius: 3px;
    overflow: hidden;
    padding-top: 9px;
    padding-top: 7px;
}
.select-container.mini,
.select-container.mini.val-selected,
.select-container.mini.focus {
    border: none;
    padding: 3px;
    background-color: transparent;
}
.select-container.mini .title,
.select-container.mini.val-selected .title,
.select-container.mini.focus .title {
    padding-right: 14px;
}
.select-container.mini select,
.select-container.mini.val-selected select,
.select-container.mini.focus select {
    height: 22px;
}
.existing-email-information,
.signin-options {
    font-family: "Lexia", serif;
    font-weight: bold;
    margin-top: -11px;
    padding-bottom: 11px;
    display: none;
}
.existing-email-information.showing,
.signin-options.showing {
    display: block;
}
.existing-email-information span,
.signin-options span {
    color: #d50101;
    display: block;
    font-size: 12px;
    position: relative;
    padding-left: 16px;
}
.existing-email-information span:before,
.signin-options span:before {
    content: "\f120";
    color: inherit;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 11px;
}
.existing-email-information a,
.signin-options a {
    font-size: 14px;
    display: inline-block;
    position: relative;
    color: #3c4242;
    padding-left: 12px;
    text-decoration: none;
}
.existing-email-information a span,
.signin-options a span {
    text-decoration: underline;
    color: inherit;
    font-size: inherit;
    padding-left: 0;
}
.existing-email-information a span:before,
.signin-options a span:before {
    display: none;
}
.existing-email-information a:hover,
.signin-options a:hover {
    text-decoration: none;
}
.existing-email-information a:hover span,
.signin-options a:hover span {
    text-decoration: underline;
}
.existing-email-information a:before,
.signin-options a:before {
    content: "keyboard_arrow_right";
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -8px;
    width: 12px;
    margin-top: -10.5px;
}
.existing-email-information a:hover,
.signin-options a:hover {
    color: #d50101;
}
.existing-email-information a + a,
.signin-options a + a {
    margin-left: 16.5px;
}
.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #c94489;
    border-top: 0;
    background: #fff;
    padding: 8px 14px;
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.autocomplete-suggestion {
    position: relative;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #3c4242;
    font-family: "Lexia", serif;
    cursor: pointer;
}
.autocomplete-suggestion b {
    font-weight: normal;
    color: #000;
}
.autocomplete-suggestion.selected {
    text-decoration: underline;
}
@media screen and (min-width: 580px) {
    .button-container .main-button + .main-button,
    .button-container section.grid-with-top-background ul.columns > li.section-button p a + .main-button,
    section.grid-with-top-background ul.columns > li.section-button p .button-container a + .main-button,
    .button-container section.grid-with-top-background ul.columns > li.section-button p .main-button + a,
    section.grid-with-top-background ul.columns > li.section-button p .button-container .main-button + a,
    .button-container section.grid-with-top-background ul.columns > li.section-button p a + a,
    section.grid-with-top-background ul.columns > li.section-button p .button-container a + a {
        margin-top: 0;
        margin-left: 11px;
    }
    .existing-email-information {
        margin-top: 44px;
        padding-bottom: 0;
    }
}
@media screen and (min-width: 690px) {
    input[type="text"],
    input[type="search"],
    input[type="email"],
    input[type="number"],
    input[type="password"] {
        padding-left: 16.5px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    button,
    .main-button,
    section.grid-with-top-background ul.columns > li.section-button p a {
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 17px;
        padding-bottom: 15px;
    }
    button.with-arrow,
    button.main-button.with-arrow-left,
    .main-button.with-arrow,
    .main-button.with-arrow-left,
    section.grid-with-top-background ul.columns > li.section-button p a {
        padding-left: 16.5px;
        padding-right: 44px;
    }
    button.with-arrow:after,
    button.main-button.with-arrow-left:after,
    .main-button.with-arrow:after,
    .main-button.with-arrow-left:after,
    section.grid-with-top-background ul.columns > li.section-button p a:after {
        right: 22px;
    }
    .select-container {
        padding-top: 17px;
        padding-bottom: 15px;
        padding-left: 16.5px;
    }
    .select-container:before {
        height: 46px;
    }
    .select-container div.title {
        font-size: 14px;
    }
    .select-container select {
        height: 44px;
    }
    .select-container.additional-button {
        padding-top: 9px;
        padding-bottom: 8px;
    }
    .select-container.val-selected:before {
        width: 5px;
    }
    .form-row.checkbox-row label.radiobutton,
    .form-row.checkbox-row label.checkbox,
    .form-row.radiobutton-row label.radiobutton,
    .form-row.radiobutton-row label.checkbox {
        font-size: 16px;
    }
    ul.columns + .form-row {
        margin-top: 33px;
    }
}
@media screen and (min-width: 768px) {
    .form-row + .form-row {
        margin-top: 33px;
    }
    ul.columns.two > li + li + li .form-row {
        padding-top: 11px;
    }
    .select-container {
        padding-right: 16.5px;
    }
    .select-container:before {
        height: 57px;
    }
    .select-container select {
        height: 55px;
    }
    .existing-email-information {
        margin-top: 48px;
    }
}
@media screen and (min-width: 690px) {
    .ajax-error-message {
        font-size: 15px;
        padding-left: 38px;
    }
    .ajax-error-message:before {
        font-size: 16px;
    }
    .search-results-header input[type="search"].big {
        padding: 22px;
    }
}
@media screen and (min-width: 980px) {
    ul.columns + .form-row {
        margin-top: 44px;
    }
    .search-results-header input[type="search"].big {
        padding: 22px;
    }
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li {
    position: relative;
    z-index: 10;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(1) {
    z-index: 11;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(2) {
    z-index: 12;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(3) {
    z-index: 13;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(4) {
    z-index: 14;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(5) {
    z-index: 15;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(6) {
    z-index: 16;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(7) {
    z-index: 17;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(8) {
    z-index: 18;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(9) {
    z-index: 19;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(10) {
    z-index: 20;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(11) {
    z-index: 21;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(12) {
    z-index: 22;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(13) {
    z-index: 23;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(14) {
    z-index: 24;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(15) {
    z-index: 25;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(16) {
    z-index: 26;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(17) {
    z-index: 27;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(18) {
    z-index: 28;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(19) {
    z-index: 29;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(20) {
    z-index: 30;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(21) {
    z-index: 31;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(22) {
    z-index: 32;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(23) {
    z-index: 33;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(24) {
    z-index: 34;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(25) {
    z-index: 35;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(26) {
    z-index: 36;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(27) {
    z-index: 37;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(28) {
    z-index: 38;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li:nth-child(29) {
    z-index: 39;
}
.site-section.center-title h1,
.site-section.center-title h2 {
    text-align: center;
}
.site-section.center-preamble h1 + p,
.site-section.center-preamble h2 + p {
    text-align: center;
}
html.flexbox .site-section.center-columns ul.columns.flex,
html.flexbox .site-section.center-columns.flex-columns ul.columns {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.plik-text p {
    opacity: 0.6;
    font-size: 14px;
    line-height: 0.9;
}
.plik-text p small {
    font-size: 11px;
}
.larger-triangle {
    color: inherit !important;
    transform: scale(1.7);
    display: inline-block;
    text-shadow: none !important;
    padding-right: 4px;
    position: relative;
    top: 1px;
    left: 4px;
}
.site-section.operational-status .page-width {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
}
.site-section.operational-status.warning {
    background: #cc0a00;
}
.site-section.operational-status.warning .page-width * {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
body.DisclaimerPageModel .site-section.operational-status {
    display: none;
}
.mededs-list li h3 a {
    color: #3c4242;
    text-decoration: none;
}
.mededs-list li h3 a:hover {
    text-decoration: underline;
}
.site-section.bg-center-left {
    background-position: center left;
}
.site-section.bg-center-right {
    background-position: center right;
}
.site-section.bg-top-left {
    background-position: top left;
}
.site-section.bg-top-right {
    background-position: top right;
}
.site-section.bg-top-middle {
    background-position: top center;
}
.site-section.bg-bottom-left {
    background-position: bottom left;
}
.site-section.bg-bottom-right {
    background-position: bottom right;
}
.site-section.bg-bottom-middle {
    background-position: bottom center;
}
.site-section.bg-darken20,
.site-section.bg-darken30,
.site-section.bg-darken40,
.site-section.bg-darken-fade {
    position: relative;
}
.site-section.bg-darken20:before,
.site-section.bg-darken30:before,
.site-section.bg-darken40:before,
.site-section.bg-darken-fade:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}
.site-section.bg-darken20 .page-width,
.site-section.bg-darken30 .page-width,
.site-section.bg-darken40 .page-width,
.site-section.bg-darken-fade .page-width {
    position: relative;
    z-index: 1;
}
.site-section.bg-darken30:before {
    background: rgba(0, 0, 0, 0.3);
}
.site-section.bg-darken40:before {
    background: rgba(0, 0, 0, 0.4);
}
.site-section.bg-darken-fade:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
html.bg-darken-hero #pagehero {
    position: relative;
}
html.bg-darken-hero #pagehero:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
html.bg-darken-hero #pagehero .o-hero .hero-content {
    z-index: 2;
}
@media screen and (min-width: 980px) {
    .site-section.desktop-bg-center-left {
        background-position: center left;
    }
    .site-section.desktop-bg-center-right {
        background-position: center right;
    }
    .site-section.desktop-bg-top-left {
        background-position: top left;
    }
    .site-section.desktop-bg-top-right {
        background-position: top right;
    }
    .site-section.desktop-bg-top-middle {
        background-position: top center;
    }
    .site-section.desktop-bg-bottom-left {
        background-position: bottom left;
    }
    .site-section.desktop-bg-bottom-right {
        background-position: bottom right;
    }
    .site-section.desktop-bg-bottom-middle {
        background-position: bottom center;
    }
}
html.hide-restricted-menu-items #nav-main ul li.restricted {
    display: none;
}
html.highlight-restricted-menu-items #nav-main ul li.restricted > a {
    position: relative;
    padding-right: 16px !important;
}
html.highlight-restricted-menu-items #nav-main ul li.restricted > a:after {
    content: "https";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-75%);
    font-size: 14px;
    line-height: normal !important;
    width: auto !important;
}
#dynamic-event-carousel ul.columns li.hasbeen {
    display: none;
}
.page-hero-larger-paragraph p {
    font-size: 16px !important;
}
@media screen and (min-width: 580px) {
    .page-hero-larger-paragraph p {
        font-size: 18px !important;
    }
}
@media screen and (min-width: 690px) {
    .page-hero-larger-paragraph p {
        font-size: 20px !important;
    }
}
@media screen and (min-width: 980px) {
    .page-hero-larger-paragraph p {
        font-size: 22px !important;
    }
}
.page-hero-additional-top-padding .page-width {
    padding-top: 30% !important;
}
.page-hero-additional-top-padding.no-text {
    max-height: 300px;
}
@media screen and (min-width: 1100px) {
    .page-hero-additional-top-padding .page-width {
        padding-top: 320px !important;
    }
}
.main-button.with-arrow-left,
section.grid-with-top-background ul.columns > li.section-button p a.with-arrow-left {
    padding-left: 33px;
    padding-right: 11px;
}
.main-button.with-arrow-left:after,
section.grid-with-top-background ul.columns > li.section-button p a.with-arrow-left:after {
    content: "keyboard_arrow_left";
    right: auto;
    left: 5px;
}
@media screen and (min-width: 690px) {
    .main-button.with-arrow-left,
    section.grid-with-top-background ul.columns > li.section-button p a.with-arrow-left {
        padding-left: 44px;
        padding-right: 16.5px;
    }
    .main-button.with-arrow-left:after,
    section.grid-with-top-background ul.columns > li.section-button p a.with-arrow-left:after {
        left: 9px;
    }
}
.main-button.purple,
section.grid-with-top-background ul.columns > li.section-button p a.purple {
    background-color: #78184f;
    border-color: #78184f;
    color: #fff;
}
.main-button.purple:after,
section.grid-with-top-background ul.columns > li.section-button p a.purple:after {
    color: #fff;
}
.main-button.purple > span,
section.grid-with-top-background ul.columns > li.section-button p a.purple > span {
    border-bottom-color: #fff;
}
.main-button.trixeo-green,
section.grid-with-top-background ul.columns > li.section-button p a.trixeo-green {
    background-color: #00605e;
    border-color: #00605e;
    color: #fff;
}
.main-button.trixeo-green:after,
section.grid-with-top-background ul.columns > li.section-button p a.trixeo-green:after {
    color: #fff;
}
.main-button.trixeo-green > span,
section.grid-with-top-background ul.columns > li.section-button p a.trixeo-green > span {
    border-bottom-color: #fff;
}
.main-button.image.video-on-click:after,
section.grid-with-top-background ul.columns > li.section-button p a.image.video-on-click:after,
.main-button.image-frame[data-video-modal]:after,
section.grid-with-top-background ul.columns > li.section-button p a.image-frame[data-video-modal]:after,
.main-button.image-frame.video-on-click:after,
section.grid-with-top-background ul.columns > li.section-button p a.image-frame.video-on-click:after,
.main-button.image[data-video-modal]:after,
section.grid-with-top-background ul.columns > li.section-button p a.image[data-video-modal]:after {
    display: none !important;
}
.main-button.white-text,
section.grid-with-top-background ul.columns > li.section-button p a.white-text {
    color: #fff;
}
.main-button.white-text:after,
section.grid-with-top-background ul.columns > li.section-button p a.white-text:after {
    color: #fff;
}
.main-button.trixeo-light-green-bg,
section.grid-with-top-background ul.columns > li.section-button p a.trixeo-light-green-bg {
    background: #2cd5c4;
    border: none;
}
#on-page-sticky-nav ~ .site-iframe {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#on-page-sticky-nav ~ .site-iframe > iframe {
    margin-left: 11px;
    margin-right: 11px;
    width: calc(100% - 22px);
}
@media screen and (min-width: 850px) {
    #on-page-sticky-nav ~ .site-iframe > iframe {
        margin-left: calc(33.3333% + 11px);
        width: calc(66.6666% - 22px);
    }
}
@media screen and (min-width: 1200px) {
    #on-page-sticky-nav ~ .site-iframe > iframe {
        margin-left: calc(25% + 11px);
        width: calc(75% - 22px);
    }
}
ul.columns > li.pink-link .white-shadow-box p a:not(.main-button) {
    color: #c94489;
    text-decoration: underline;
}
body.LoginPageModel .signin-options {
    display: block;
    margin-top: 33px;
}
html.hidden-iframe #eventforms iframe,
html.hidden-iframe .site-iframe iframe {
    opacity: 0;
}
.main-button.centered,
section.grid-with-top-background ul.columns > li.section-button p a.centered {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#site-container {
    width: 100%;
    overflow-x: hidden;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li .image-frame {
    bottom: -30px;
}
.site-section.horizontal-on-page-menu ul,
.site-section.horizontal-on-page-menu ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-section.horizontal-on-page-menu ul > li {
    text-align: center;
    padding: 5.5px 0;
}
.site-section.horizontal-on-page-menu ul > li * {
    font-size: 14px;
}
.site-section.horizontal-on-page-menu ul > li a {
    font-family: "Lexia", serif;
    color: #3c4242;
}
@media screen and (min-width: 768px) {
    .site-section.horizontal-on-page-menu > .page-width {
        padding-top: 33px !important;
        padding-bottom: 33px !important;
    }
    .site-section.horizontal-on-page-menu ul {
        text-align: center;
    }
    .site-section.horizontal-on-page-menu ul > li {
        display: inline-block;
        text-align: left;
    }
    .site-section.horizontal-on-page-menu ul > li + li {
        margin-left: 22px;
    }
}
.site-section.event-program table,
.site-section.event-program tr,
.site-section.event-program td {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.site-section.event-program table {
    width: 100%;
}
.site-section.event-program table tr + tr {
    border-top: solid 3px #ecefee;
}
.site-section.event-program table td {
    display: block;
    padding: 33px 0;
}
.site-section.event-program table tr > td:nth-child(1) p {
    background: #c6d0cd;
    border-radius: 24px;
    height: 48px;
    line-height: 51px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 0;
}
.site-section.event-program table tr > td:nth-child(2) {
    padding-top: 0;
}
.site-section.event-program table tr > td:nth-child(2) p {
    font-size: 14px;
}
.site-section.event-program table tr > td:nth-child(2) p a {
    font-family: "Lexia", serif;
    font-weight: 500;
    font-size: 15px;
}
.site-section.event-program table tr > td:nth-child(2) p i,
.site-section.event-program table tr > td:nth-child(2) p em {
    padding: 6px 0 0 0;
    display: block;
    margin: 0;
}
@media screen and (min-width: 768px) {
    .site-section.event-program h2,
    .site-section.event-program h2 + p,
    .site-section.event-program h3 + p {
        text-align: center;
    }
    .site-section.event-program table tr > td {
        float: left;
    }
    .site-section.event-program table tr > td:nth-child(1) {
        width: 160px;
        padding: 44px 0;
    }
    .site-section.event-program table tr > td:nth-child(2) {
        width: calc(100% - 160px - 33px);
        padding-left: 33px;
        padding-top: 44px;
    }
    .site-section.event-program table tr > td:nth-child(2) p {
        font-size: 16px;
    }
    .site-section.event-program table tr > td:nth-child(2) p a {
        font-size: 22px;
    }
}
.event-lecturers ul.columns > li > .inner {
    display: flex;
}
.event-lecturers .author-container {
    margin-bottom: 14px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 2px 4px #d8dfde;
    border-top: solid 1px #f8f8f8;
    width: 100%;
}
.event-lecturers .author-container > p {
    font-size: 14px;
    margin-top: 18px;
}
.event-lecturers .author-container .author-information {
    position: relative;
}
.event-lecturers .author-container .author-information .headshot {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}
.event-lecturers .author-container .author-information .headshot img {
    width: 100%;
}
.event-lecturers .author-container .author-information .author-content {
    position: absolute;
    padding-left: 108px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.event-lecturers .author-container .author-information .author-content h4 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 4px;
}
.event-lecturers .author-container .author-information .author-content h6 {
    font-family: "helvetica-bold";
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}
.event-lecturers .author-container .author-events {
    border-top: solid 1px #ecefee;
    margin-top: 33px;
}
.event-lecturers .author-container .author-events .event {
    padding-top: 33px;
    opacity: 1;
    max-height: 220px;
    transform: scale(1);
    transition: opacity 0.2s ease-out, max-height 0.2s ease-out, transform 0.2s ease-out, padding-top 0.2s ease-out;
    transform-origin: center;
}
.event-lecturers .author-container .author-events .event.hide {
    opacity: 0 !important;
    max-height: 0;
    padding-top: 0;
    transform: scale(0);
}
.event-lecturers .author-container .author-events .event .title h6 {
    font-family: "helvetica-bold";
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}
.event-lecturers .author-container .author-events .event .title a,
.event-lecturers .author-container .author-events .event .title em {
    display: block;
}
.event-lecturers .author-container .author-events .event .title h6 + a {
    margin-top: 11px;
    font-family: "Lexia", serif;
    font-weight: 500;
}
.event-lecturers .author-container .author-events .event .title em {
    font-size: 14px;
    margin-top: 11px;
}
.event-lecturers .author-container .author-events .event .title h5 {
    font-family: "helvetica-light";
    font-weight: 300;
    font-size: 14px;
}
.event-lecturers .author-container .author-events .event .title .date {
    font-family: "Lexia", serif;
    font-weight: 600;
    font-style: italic;
    color: #000;
    font-size: 12px;
}
.event-lecturers .author-container .author-events .event.previous {
    opacity: 0.4;
}
.event-lecturers .author-container .author-events .event.previous .buttons {
    display: none;
}
.event-lecturers.lecture-page .author-container {
    box-shadow: none;
    border-top: none;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
}
.event-lecturers.lecture-page .author-container .author-events {
    display: none;
}
#spc ul > li a {
    color: #fff;
}
.site-section.block-on-image {
    background-position: top center;
}
.site-section.block-on-image .page-width {
    padding: 0;
}
.site-section.block-on-image .page-width h2#related-patient-material {
    display: none;
}
.site-section.block-on-image .page-width ul.columns {
    margin: 0 -11px;
    padding-top: 50%;
}
.site-section.block-on-image .page-width ul.columns > li .inner {
    margin: 22px 11px !important;
}
.site-section.block-on-image .page-width ul.columns > li .inner h2 {
    word-break: break-word;
}
.site-section.block-on-image .page-width ul.columns > li.with-shadow {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.site-section.block-on-image .page-width ul.columns.right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 580px) {
    .site-section.block-on-image:not(.plural-columns) {
        background-size: auto 60%;
    }
}
@media screen and (min-width: 580px) {
    .site-section.block-on-image {
        background-size: cover;
        background-position: center center;
        padding: 22px 22px;
    }
    .site-section.block-on-image .page-width ul.columns {
        padding-top: 0;
    }
}
@media screen and (min-width: 690px) {
    .site-section.block-on-image h3 {
        font-size: 17px !important;
    }
    .site-section.block-on-image p {
        font-size: 15px !important;
    }
}
@media screen and (min-width: 768px) {
    .site-section.block-on-image {
        padding: 22px 33px;
    }
    .site-section.block-on-image .page-width {
        padding-top: 33px !important;
        padding-bottom: 33px !important;
    }
}
@media screen and (min-width: 980px) {
    .site-section.block-on-image {
        padding: 22px 44px;
    }
}
.list-with-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-with-icons ul > li {
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 100px;
}
.list-with-icons ul > li .inner {
    margin-top: 0;
    margin-bottom: 0;
}
.list-with-icons ul > li .icon-frame {
    display: block;
    width: 44px;
    height: 44px;
    padding: 6px;
    position: absolute;
    top: 0%;
    left: 0;
}
.list-with-icons ul > li .icon-frame img {
    width: 100% !important;
    height: 100% !important;
}
.list-with-icons ul > li .icon-frame.round {
    background-color: #fff;
    border-radius: 50%;
}
.list-with-icons ul > li .icon-frame + h3,
.list-with-icons ul > li .icon-frame + h3 + p {
    margin-left: 55px;
}
.list-with-icons.white-text * {
    color: #fff !important;
}
@media screen and (min-width: 580px) {
    .site-section.block-on-image .page-width ul.columns > li.list-with-icons .inner {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
    }
}
@media screen and (min-width: 768px) {
    .site-section.block-on-image .list-with-icons ul > li h3 {
        font-size: 26px !important;
    }
    .site-section.block-on-image .list-with-icons ul > li p {
        font-size: 18px !important;
    }
    .site-section.block-on-image .list-with-icons ul > li .icon-frame {
        width: 100px;
        height: 100px;
        padding: 16px;
    }
    .site-section.block-on-image .list-with-icons ul > li .icon-frame + h3,
    .site-section.block-on-image .list-with-icons ul > li .icon-frame + h3 + p {
        margin-left: 122px;
    }
}
@media screen and (min-width: 980px) {
    .site-section.block-on-image .list-with-icons > .inner {
        padding-left: 44px !important;
    }
}
@media screen and (min-width: 1144px) {
    .site-section.block-on-image .list-with-icons ul > li h3 {
        font-size: 32px !important;
    }
    .site-section.block-on-image .list-with-icons ul > li p {
        font-size: 21px !important;
    }
}
section.grid-with-top-background {
    overflow: hidden;
    background-size: 130% auto;
    background-position: center top;
}
section.grid-with-top-background h2 {
    text-align: center;
    padding: 33px 0 22px 0;
}
section.grid-with-top-background h2 + p {
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
section.grid-with-top-background ul.columns > li {
    position: relative;
}
section.grid-with-top-background ul.columns > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 33%;
    left: -1000%;
    right: -1000%;
    bottom: -100%;
    background: #fff;
    z-index: 0;
}
section.grid-with-top-background ul.columns > li > .inner {
    position: relative;
    z-index: 1;
}
section.grid-with-top-background ul.columns > li.section-button {
    width: 100% !important;
    padding: 11px 0 33px 0;
}
section.grid-with-top-background ul.columns > li.section-button p {
    text-align: center;
}
@media screen and (min-width: 768px) {
    section.grid-with-top-background ul.columns > li.section-button {
        padding: 33px 0 33px 0;
    }
}
section.grid-with-top-background.light h2,
section.grid-with-top-background.light h2 + p {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
section.grid-with-top-background.bg-copd {
    background-color: #75b7bf;
}
ul.columns > li .white-shadow-box * a {
    color: inherit;
    text-decoration: none;
}
ul.columns > li .white-shadow-box * a:hover {
    text-decoration: underline;
}
ul.columns > li .white-shadow-box p > em {
    font-size: 120%;
    font-family: "Lexia";
    color: #888;
    font-weight: normal;
    display: block;
    display: block;
    margin-top: -6px;
    padding-bottom: 11px;
}
ul.columns.fixed-height-image-150 .image img,
ul.columns.fixed-height-image-200 .image img,
ul.columns.fixed-height-image-250 .image img,
ul.columns.fixed-height-image-300 .image img {
    height: 100%;
}
ul.columns.fixed-height-image-150 .image {
    height: 150px;
}
ul.columns.fixed-height-image-200 .image {
    height: 200px;
}
ul.columns.fixed-height-image-250 .image {
    height: 250px;
}
ul.columns.fixed-height-image-300 .image {
    height: 300px;
}
ul.columns > li blockquote + p {
    border-top: solid 3px #d8dfde;
    padding-top: 22px;
    margin-top: 15px;
    font-family: "Lexia";
    font-weight: normal;
    font-size: 120%;
}
.image-frame + p > small {
    display: block;
    margin-top: -11px;
}
._buttons,
.event-lecturers .author-container .author-events .event .buttons,
section.grid-with-top-background ul.columns > li .author-container .author-events .event .buttons {
    margin: 10px -6px 0 -6px;
    overflow: hidden;
}
._buttons a,
.event-lecturers .author-container .author-events .event .buttons a,
section.grid-with-top-background ul.columns > li .author-container .author-events .event .buttons a {
    display: block;
    width: calc(50% - 14px);
    float: left;
    margin: 0 6px;
    border: solid 1px #000;
    color: #000;
    font-family: "Lexia", serif;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    padding: 6px 11px 3px 0;
    position: relative;
}
._buttons a:after,
.event-lecturers .author-container .author-events .event .buttons a:after,
section.grid-with-top-background ul.columns > li .author-container .author-events .event .buttons a:after {
    content: "keyboard_arrow_right";
    color: #000;
    font-size: 26px;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 11px;
    width: 12px;
    margin-top: -11.5px;
    font-size: 23px;
}
section.grid-with-top-background ul.columns > li .author-container {
    background: #fff;
    padding: 22px;
    box-shadow: 0 2px 4px #d8dfde;
    border-top: solid 1px #f8f8f8;
}
section.grid-with-top-background ul.columns > li .author-container .author-information {
    position: relative;
}
section.grid-with-top-background ul.columns > li .author-container .author-information .headshot {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}
section.grid-with-top-background ul.columns > li .author-container .author-information .headshot img {
    width: 100%;
}
section.grid-with-top-background ul.columns > li .author-container .author-information .author-content {
    position: absolute;
    padding-left: 108px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
section.grid-with-top-background ul.columns > li .author-container .author-information .author-content h4 {
    font-weight: normal;
    font-size: 20px;
}
section.grid-with-top-background ul.columns > li .author-container .author-information .author-content p {
    font-size: 12px;
    margin-top: 6px;
}
section.grid-with-top-background ul.columns > li .author-container .author-events {
    background-color: #f8f8f7;
    padding: 0 22px 22px 22px;
    margin: 22px -22px -22px -22px;
}
section.grid-with-top-background ul.columns > li .author-container .author-events .event {
    padding-top: 22px;
    opacity: 1;
    max-height: 120px;
    transform: scale(1);
    transition: opacity 0.2s ease-out, max-height 0.2s ease-out, transform 0.2s ease-out, padding-top 0.2s ease-out;
    transform-origin: center;
}
section.grid-with-top-background ul.columns > li .author-container .author-events .event.hide {
    opacity: 0 !important;
    max-height: 0;
    padding-top: 0;
    transform: scale(0);
}
section.grid-with-top-background ul.columns > li .author-container .author-events .event .title {
    padding-left: 9px;
}
section.grid-with-top-background ul.columns > li .author-container .author-events .event .title h5 {
    font-family: "helvetica-light";
    font-weight: 300;
    font-size: 14px;
}
section.grid-with-top-background ul.columns > li .author-container .author-events .event .title .date {
    font-family: "Lexia", serif;
    font-weight: 600;
    font-style: italic;
    color: #000;
    font-size: 12px;
}
section.grid-with-top-background ul.columns > li .author-container .author-events .event.all .title {
    border-left: solid 3px #bcca40;
}
section.grid-with-top-background ul.columns > li .author-container .author-events .event.gp .title {
    border-left: solid 3px #459aae;
}
section.grid-with-top-background ul.columns > li .author-container .author-events .event.cv .title {
    border-left: solid 3px #b3242e;
}
section.grid-with-top-background ul.columns > li .author-container .author-events .event.previous {
    opacity: 0.4;
}
section.grid-with-top-background ul.columns > li .author-container .author-events .event.previous .buttons {
    display: none;
}
._login-required-text,
.site-section.block-on-image .page-width ul.columns > li.login-required .inner:before,
.site-section .page-width ul.columns > li.login-required .inner figure.image:before,
.site-section .page-width ul.columns > li.login-required .inner .image-frame:before,
section.grid-with-top-background ul.columns > li.login-required .author-container .author-events .event:first-child:before,
ul.list > li.login-required .side-content .image:before {
    display: inline-block;
    content: "Log in to read";
    background-color: #bf276e;
    color: #fff;
    font-family: "helvetica-bold";
    font-size: 12px;
    padding: 2px 6px 0px 6px;
    line-height: 18px;
}
.site-section.block-on-image .page-width ul.columns > li.login-required .inner:before {
    margin: 0 0 11px 0;
}
.site-section .page-width ul.columns > li.login-required .inner figure.image {
    position: relative;
}
.site-section .page-width ul.columns > li.login-required .inner figure.image:before {
    position: absolute;
    bottom: 0;
    left: 16px;
}
.site-section .page-width ul.columns > li.login-required .inner .image-frame {
    position: relative;
}
.site-section .page-width ul.columns > li.login-required .inner .image-frame:before {
    position: absolute;
    bottom: 5.5px;
    left: 5.5px;
}
section.grid-with-top-background ul.columns > li.login-required .author-container .author-events .event:first-child:before {
    margin: 0px 0 11px 0;
}
ul.list > li.login-required .side-content .image {
    position: relative;
}
ul.list > li.login-required .side-content .image:before {
    position: absolute;
    bottom: 5.5px;
    left: 5.5px;
}
html[lang="sv"] .site-section.block-on-image .page-width ul.columns > li.login-required .inner:before,
html[lang="sv"] .site-section .page-width ul.columns > li.login-required .inner figure.image:before {
    content: "Logga in för att läsa";
}
html[lang="da"] .site-section.block-on-image .page-width ul.columns > li.login-required .inner:before,
html[lang="da"] .site-section .page-width ul.columns > li.login-required .inner figure.image:before {
    content: "Log ind for at læse";
}
html[lang="no"] .site-section.block-on-image .page-width ul.columns > li.login-required .inner:before,
html[lang="no"] .site-section .page-width ul.columns > li.login-required .inner figure.image:before {
    content: "Logg inn for å lese";
}
html[lang="fi"] .site-section.block-on-image .page-width ul.columns > li.login-required .inner:before,
html[lang="fi"] .site-section .page-width ul.columns > li.login-required .inner figure.image:before {
    content: "Kirjaudu lukeaksesi";
}
html[lang="fi"] .site-section.block-on-image .page-width ul.columns > li.login-required.to-order .inner:before,
html[lang="fi"] .site-section .page-width ul.columns > li.login-required.to-order .inner figure.image:before {
    content: "Kirjaudu tilataksesi";
}
html[lang="fi"] .site-section.block-on-image .page-width ul.columns > li.login-required.to-see .inner:before,
html[lang="fi"] .site-section .page-width ul.columns > li.login-required.to-see .inner figure.image:before {
    content: "Kirjaudu katsoaksesi";
}
html[lang="fi"] body.FiFullAccessRegisteredUser .page-width ul.columns > li.login-required .inner:before,
html[lang="fi"] body.FiFullAccessRegisteredUser .page-width ul.columns > li.login-required .inner figure.image:before,
html[lang="da"] body.DkFullAccessRegisteredUser .page-width ul.columns > li.login-required .inner:before,
html[lang="da"] body.DkFullAccessRegisteredUser .page-width ul.columns > li.login-required .inner figure.image:before,
html[lang="no"] body.NoFullAccessRegisteredUser .page-width ul.columns > li.login-required .inner:before,
html[lang="no"] body.NoFullAccessRegisteredUser .page-width ul.columns > li.login-required .inner figure.image:before,
html[lang="sv"] body.SeFullAccessRegisteredUser .page-width ul.columns > li.login-required .inner:before,
html[lang="sv"] body.SeFullAccessRegisteredUser .page-width ul.columns > li.login-required .inner figure.image:before {
    display: none !important;
}
.site-section.list-articles ul.list.general-list > li:first-child {
    border-top: none;
    margin-top: 0 !important;
}
.site-section.list-articles ul.list.general-list > li h3 {
    border-left: none;
    padding-left: 15px;
}
.site-section.list-articles ul.list.general-list > li .main-content p {
    font-family: "helvetica-regular";
    font-weight: normal;
}
.white-shadow-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    border-top: none !important;
}
section.site-section.no-border-top .page-width {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
@media screen and (min-width: 580px) {
    #exit-ramp-container .center-container,
    #previous-orders-popup .center-container {
        max-width: 600px;
    }
}
.site-section.multiple-teasers-hero.three-teasers ul.teasers > li > a.exit-ramp:after {
    display: none;
}
.site-section.multiple-teasers-hero.three-teasers ul.teasers > li > a.exit-ramp h3 {
    padding-right: 33px !important;
}
.site-section.multiple-teasers-hero.three-teasers ul.teasers > li > a.exit-ramp h3:after {
    content: "open_in_new";
    font-size: 18px;
}
@media screen and (min-width: 850px) {
    .on-page-nav-container .site-section.has-background {
        overflow: hidden;
    }
    .on-page-nav-container .site-section.has-background > .page-width {
        position: relative;
    }
    .on-page-nav-container .site-section.has-background > .page-width > * {
        padding-left: 44px;
        padding-right: 44px;
    }
    .on-page-nav-container .site-section.has-background > .page-width:before,
    .on-page-nav-container .site-section.has-background > .page-width:after {
        content: "";
        display: block;
        width: 200%;
        top: 0;
        right: 66.666%;
        position: absolute;
        bottom: 0;
        background-color: #fff;
    }
    .on-page-nav-container .site-section.has-background > .page-width:after {
        right: auto;
        left: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .on-page-nav-container .site-section.has-background > .page-width:before {
        right: 75%;
    }
}
.multiple-teasers-hero.text-on-dark-bottom ul.teasers li:first-child .text-content {
    padding: 0;
}
.multiple-teasers-hero.text-on-dark-bottom ul.teasers li:first-child .text-content h1 {
    left: 11px;
    right: 11px;
    bottom: 11px;
}
.multiple-teasers-hero.text-on-dark-bottom ul.teasers li:first-child .main-image {
    position: relative;
}
.multiple-teasers-hero.text-on-dark-bottom ul.teasers li:first-child .main-image:after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
@media screen and (min-width: 580px) {
    .multiple-teasers-hero.text-on-dark-bottom ul.teasers li:first-child .text-content {
        padding: 0;
        width: 100%;
    }
    .multiple-teasers-hero.text-on-dark-bottom ul.teasers li:first-child .text-content h1 {
        position: absolute;
        bottom: 33px;
    }
}
@media screen and (min-width: 980px) {
    .multiple-teasers-hero.text-on-dark-bottom {
        position: relative;
    }
    .multiple-teasers-hero.text-on-dark-bottom:after {
        content: "";
        display: block;
        width: 100%;
        height: 60%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }
    .multiple-teasers-hero.text-on-dark-bottom ul.teasers {
        z-index: 1;
    }
    .multiple-teasers-hero.text-on-dark-bottom ul.teasers li:first-child .text-content {
        position: static;
        transform: none;
    }
}
.dark-background * {
    color: #fff;
}
.dark-background .main-button,
.dark-background section.grid-with-top-background ul.columns > li.section-button p a,
section.grid-with-top-background ul.columns > li.section-button p .dark-background a,
.dark-background .main-button:hover,
.dark-background section.grid-with-top-background ul.columns > li.section-button p a:hover,
section.grid-with-top-background ul.columns > li.section-button p .dark-background a:hover {
    border-color: #fff;
    color: #fff;
}
.dark-background .main-button.with-arrow:after,
.dark-background .main-button.with-arrow-left:after,
.dark-background section.grid-with-top-background ul.columns > li.section-button p a:after,
section.grid-with-top-background ul.columns > li.section-button p .dark-background a:after,
.dark-background .main-button:hover.with-arrow:after,
.dark-background .main-button.with-arrow-left:hover:after,
.dark-background section.grid-with-top-background ul.columns > li.section-button p a:hover:after,
section.grid-with-top-background ul.columns > li.section-button p .dark-background a:hover:after {
    color: #fff;
}
.background-image-right {
    padding-right: 40%;
}
.site-section.top-padding.site-section.page-hero {
    position: relative;
}
.site-section.top-padding.site-section.page-hero .page-width {
    padding-top: 50%;
}
.site-section.top-padding.site-section.page-hero .page-width * {
    position: relative;
    z-index: 1;
}
.site-section.top-padding.site-section.page-hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
@media screen and (min-width: 580px) {
    .site-section.page-hero.top-padding > .page-width > h1,
    .site-section.page-hero.top-padding > .page-width > .h1,
    .site-section.page-hero.top-padding > .page-width > h2,
    .site-section.page-hero.top-padding > .page-width > .h2,
    .site-section.page-hero.top-padding > .page-width > h3,
    .site-section.page-hero.top-padding > .page-width > .h3,
    .site-section.page-hero.top-padding > .page-width > p,
    .site-section.page-hero.top-padding > .page-width > .button-container {
        width: 100%;
    }
}
@media screen and (min-width: 580px) {
    .site-section.page-hero.top-padding > .page-width > h1,
    .site-section.page-hero.top-padding > .page-width > .h1,
    .site-section.page-hero.top-padding > .page-width > h2,
    .site-section.page-hero.top-padding > .page-width > .h2,
    .site-section.page-hero.top-padding > .page-width > h3,
    .site-section.page-hero.top-padding > .page-width > .h3,
    .site-section.page-hero.top-padding > .page-width > p,
    .site-section.page-hero.top-padding > .page-width > .button-container {
        width: 66.66%;
    }
    .site-section.top-padding.site-section.page-hero .page-width {
        padding-top: 330px;
    }
}
#entrance-buttons.site-section h2 {
    font-size: 22px;
    text-align: center;
}
ul.columns > li.button .white-shadow-box {
    padding: 0;
    position: relative;
    height: 77px;
}
ul.columns > li.button .white-shadow-box a {
    display: block;
    padding: 28px 44px 28px 40px;
    text-decoration: none;
    color: #3c4242;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.3;
}
ul.columns > li.button .white-shadow-box a:hover {
    text-decoration: underline;
}
ul.columns > li.button .white-shadow-box a:before {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% - 56px);
    background-color: #78184f;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}
ul.columns > li.button .white-shadow-box a:after {
    content: "keyboard_arrow_right";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 44px;
    opacity: 0.5;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-decoration: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
html.fi-hidden-nav-footer #nav-row,
html.fi-hidden-nav-footer #site-search,
html.fi-hidden-nav-footer #header-signin,
html.fi-hidden-nav-footer #nav-icon,
html.fi-hidden-nav-footer main + #secondary-footer {
    display: none;
}
html[lang="fi"] #eordering-list li[data-id="FI-5464-01-20-DIA"] span.fi:after {
    content: "Svenska";
    background-image: url(/Frontend/img/flag_sv-se.png);
    background-position: 16px -1px;
    background-size: 18px auto !important;
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 1px;
}
#pink-video-block {
    background: #f8f8f8;
    padding-left: 0;
    padding-right: 0;
}
#pink-video-block .page-width {
    max-width: 940px;
    padding: 22px 22px 0 22px;
    margin-bottom: -22px;
    background: #cd006f;
}
@media screen and (min-width: 521px) {
    #pink-video-block .page-width {
        padding: 55px 55px 0 55px;
        margin-bottom: -33px;
    }
}
.ms-options-wrap.ms-active .fade-top,
.ms-options-wrap.ms-active .fade-bottom {
    display: none;
}
html.force-iframe-height #iFrameResizer0 {
    height: 900px !important;
}
html[lang="fi"].pdl-1 #logotype > a,
html[lang="fi"] body.DisclaimerPageModel #logotype > a {
    pointer-events: none;
}
html[lang="no"] #signup-section-1 .form-row.checkbox-row label.checkbox:before,
html[lang="no"] #signup-section-1 .form-row.checkbox-row label.checkbox:after,
html[lang="no"] .SignUpPageModel #signup-section-2 .form-row.checkbox-row label.checkbox:before,
html[lang="no"] .SignUpPageModel #signup-section-2 .form-row.checkbox-row label.checkbox:after,
html[lang="no"] .EOrderingProductListPageModel .order-form-fields .form-row.checkbox-row label.checkbox:before,
html[lang="no"] .EOrderingProductListPageModel .order-form-fields .form-row.checkbox-row label.checkbox:after {
    top: auto;
    bottom: 4px;
}
html[lang="fi"] #site-header #top-row > .page-width:before {
    content: "Verkkosivusto on tarkoitettu terveydenhuollon ammattilaisille Suomessa";
}
html[lang="no"] #signup_profession > option[value="Interns"],
html[lang="no"] #signup_profession > option[value="Resident physician"],
html[lang="no"] #signup_profession > option[value="Physiotherapist"],
html[lang="no"] select[name="orderForm.Profession"] > option[value="Interns"],
html[lang="no"] select[name="orderForm.Profession"] > option[value="Resident physician"],
html[lang="no"] select[name="orderForm.Profession"] > option[value="Physiotherapist"] {
    display: none;
}
html[lang="fi"] #signup_profession > option[value="Interns"],
html[lang="fi"] #signup_profession > option[value="Resident physician"],
html[lang="fi"] #signup_profession > option[value="Physiotherapist"],
html[lang="fi"] #signup_profession > option[value="Dietician"],


html[lang="fi"] select[name="orderForm.Profession"] > option[value="Interns"],
html[lang="fi"] select[name="orderForm.Profession"] > option[value="Resident physician"],
html[lang="fi"] select[name="orderForm.Profession"] > option[value="Physiotherapist"],
html[lang="fi"] select[name="orderForm.Profession"] > option[value="Dietician"] {
    display: none;
}
html[lang="fi"] body.SignUpPageModel #signup_profession > option[value="Nurse"],
html[lang="fi"] select[name="orderForm.Profession"] > option[value="Nurse"] {
    display: none;
}
html[lang="fi"] body.nurse #signup-section-2 .signup-section.full-content .form-row.checkbox-row {
    display: none;
}
.site-section.my-account-section #edit-my-profile ul.columns > li:last-child .account-readonly {
    height: 48px;
}
html[lang="sv"] #secondary-footer .approval.siteid:before,
html[lang="sv"] #secondary-footer .approval.pageid:before {
    content: "AstraZeneca 151 85 Södertälje";
}
#secondary-footer .approval {
    max-width: 300px;
}
@media (min-width: 1200px) {
    #secondary-footer .approval {
        max-width: 400px;
    }
}
@media (min-width: 1300px) {
    #secondary-footer .approval {
        max-width: 500px;
    }
}
html.hide-frame #site-header,
html.hide-frame main .site-section.page-hero,
html.hide-frame #secondary-footer {
    display: none;
}
html.hide-frame.full-height #site-container,
html.hide-frame.full-height main,
html.hide-frame.full-height .inner-flex-container,
html.hide-frame.full-height .site-iframe.full-height,
html.hide-frame.full-height .site-iframe.full-height iframe {
    height: 100%;
}
html.hide-frame.full-height .site-iframe.full-height {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
html.hide-frame.full-height .site-iframe.full-height iframe {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
html.e3495 .site-section.page-hero {
    background-image: url(/siteassets/danmark/tas/cv/bg-mededs-e3495.jpg);
}
.site-section.multiple-teasers-hero li.show-h1 h1 {
    position: static !important;
}
.site-section.multiple-teasers-hero li.show-h1 h1 + p {
    margin-top: 22px !important;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li .inner .main-button,
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li .inner section.grid-with-top-background ul.columns > li.section-button p a,
section.grid-with-top-background ul.columns > li.section-button p .site-section.all-interests-section .specialities-items-list ul.isotope-grid > li .inner a {
    border-color: #fff;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li .inner .main-button.with-arrow:after,
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li .inner .main-button.with-arrow-left:after,
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li .inner section.grid-with-top-background ul.columns > li.section-button p a:after,
section.grid-with-top-background ul.columns > li.section-button p .site-section.all-interests-section .specialities-items-list ul.isotope-grid > li .inner a:after {
    color: #fff;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.in-english .main-button span,
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.in-english section.grid-with-top-background ul.columns > li.section-button p a span,
section.grid-with-top-background ul.columns > li.section-button p .site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.in-english a span {
    display: none;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.in-english .main-button:before,
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.in-english section.grid-with-top-background ul.columns > li.section-button p a:before,
section.grid-with-top-background ul.columns > li.section-button p .site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.in-english a:before {
    content: "Read more";
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.in-english .main-button:hover:before,
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.in-english section.grid-with-top-background ul.columns > li.section-button p a:hover:before,
section.grid-with-top-background ul.columns > li.section-button p .site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.in-english a:hover:before {
    text-decoration: underline;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.fi-to-video .inner > .button-container .main-button span,
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.fi-to-video .inner > .button-container section.grid-with-top-background ul.columns > li.section-button p a span,
section.grid-with-top-background ul.columns > li.section-button p .site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.fi-to-video .inner > .button-container a span {
    display: none;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.fi-to-video .inner > .button-container .main-button:before,
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.fi-to-video .inner > .button-container section.grid-with-top-background ul.columns > li.section-button p a:before,
section.grid-with-top-background ul.columns > li.section-button p .site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.fi-to-video .inner > .button-container a:before {
    content: "Katso video";
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.fi-to-video .inner > .button-container .main-button:hover:before,
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.fi-to-video .inner > .button-container section.grid-with-top-background ul.columns > li.section-button p a:hover:before,
section.grid-with-top-background ul.columns > li.section-button p .site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.fi-to-video .inner > .button-container a:hover:before {
    text-decoration: underline;
}
.site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.e3571 .image-frame {
    background-position: center right;
    bottom: -110px;
}
html[lang="fi"] .site-section.page-filter ul.filter-list > li + li.label,
html[lang="fi"] .site-section.page-filter ul.filter-list > li.sort,
html[lang="fi"] .site-section.page-filter ul.filter-list > li.sort-order {
    display: none;
}
html[lang="fi"] body.EOrderingProductListPageModel .site-section.page-filter ul.filter-list > li.label {
    display: none;
}
html[lang="fi"] body.EOrderingProductListPageModel .site-section.page-filter ul.filter-list > li.label + li {
    margin-left: 0;
}
html[lang="da"] ul.list.mededs-list > li a[target="_blank"][href*="anpdm.com"] h3:after,
html[lang="fi"] ul.list.mededs-list > li a[target="_blank"][href*="anpdm.com"] h3:after,
html[lang="no"] ul.list.mededs-list > li a[target="_blank"][href*="anpdm.com"] h3:after {
    content: "open_in_new";
    color: #000;
}
html.hide-option-renal .filter-list .ms-options-wrap .ms-options ul > li[data-search-term="nyremedicin"] {
    display: none;
}
html.hide-option-betaloc .filter-list .ms-options-wrap .ms-options ul > li[data-search-term="betaloc"] {
    display: none;
}
html.hide-option-infection .filter-list .ms-options-wrap .ms-options ul > li[data-search-term="infeksjon"] {
    display: none;
}
html.hide-option-infection .filter-list .ms-options-wrap .ms-options ul > li[data-search-term="infektio"] {
    display: none;
}
html.hide-option-nefrologi .filter-list .ms-options-wrap .ms-options ul > li[data-search-term="nefrologi"] {
    display: none;
}
body.EpermissionSignUpPageModel #signup-section-2 .form-row.checkbox-row label.checkbox:before,
body.EpermissionSignUpPageModel #signup-section-2 .form-row.checkbox-row label.checkbox:after {
    margin-top: -28px;
}
body.EpermissionSignUpPageModel .section-submitform .form-row.checkbox-row label.checkbox:before,
body.EpermissionSignUpPageModel .section-submitform .form-row.checkbox-row label.checkbox:after {
    margin-top: 0;
    top: 0;
}
body.EpermissionSignUpPageModel .section-submitform.show-full {
    max-height: 330px;
}
body.EpermissionSignUpPageModel #signup-fi #signup-section-2 .form-row.checkbox-row label.checkbox:before,
body.EpermissionSignUpPageModel #signup-fi #signup-section-2 .form-row.checkbox-row label.checkbox:after {
    margin-top: 0;
    top: auto;
    bottom: 5px;
}
body.EpermissionSignUpPageModel #signup-fi #signup-section-2 .form-row.checkbox-row {
    padding-top: 32px;
}
.image-frame img {
    height: 100%;
}
.dates-container {
    overflow: hidden;
    margin-top: -5.5px;
    margin-right: -5.5px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.dates-container > span {
    border-radius: 3px;
    background-color: whitesmoke;
    font-family: "Lexia", serif;
    color: #3c4242;
    padding: 1px 11px 0 11px;
    float: left;
    margin-top: 5.5px;
    margin-right: 5.5px;
    font-size: 13px;
    height: 28px;
    line-height: 27px;
    font-weight: bold;
}
.small-button.mullberry {
    background-color: #89004f;
}
.multiple-teasers-hero ul.teasers > li.hide-link > a,
.multiple-teasers-hero ul.teasers > li.hide-link h1,
.multiple-teasers-hero ul.teasers > li.hide-link .h1 {
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
}
.multiple-teasers-hero ul.teasers > li.hide-link > a:hover,
.multiple-teasers-hero ul.teasers > li.hide-link h1:hover,
.multiple-teasers-hero ul.teasers > li.hide-link .h1:hover {
    text-decoration: none !important;
}
.multiple-teasers-hero ul.teasers > li.hide-link .button-container {
    display: none !important;
}
.image.video-on-click,
.image-frame[data-video-modal],
.image-frame.video-on-click,
.image[data-video-modal] {
    cursor: pointer;
}
.image.video-on-click:after,
.image-frame[data-video-modal]:after,
.image-frame.video-on-click:after,
.image[data-video-modal]:after {
    background-image: url(https://www.astrazenecaconnect.net/globalassets/play_modern_hover.png);
}
.modal-container .video-container {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
@media (orientation: landscape) and (min-height: 320px) {
    .modal-container .video-container {
        max-width: 560px !important;
    }
}
@media (orientation: landscape) and (min-height: 370px) {
    .modal-container .video-container {
        max-width: 650px !important;
    }
}
@media (orientation: landscape) and (min-height: 500px) {
    .modal-container .video-container {
        max-width: 840px !important;
    }
}
@media (orientation: landscape) and (min-height: 600px) {
    .modal-container .video-container {
        max-width: 980px !important;
    }
}
@media (orientation: landscape) and (min-height: 760px) {
    .modal-container .video-container {
        max-width: 1200px !important;
    }
}
@media (orientation: landscape) and (min-height: 1200px) {
    .modal-container .video-container {
        max-width: 1560px !important;
    }
}
@media (orientation: portrait) {
    .modal-container .video-container {
        max-width: 95% !important;
    }
}
.site-section.multiple-teasers-hero.amf2020 {
    background-image: none !important;
}
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) {
    background: #2b3173 url("https://www.astrazenecaconnect.net/siteassets/sverige/event/amf/amf2020-herobg.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 11px !important;
}
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .main-image {
    display: none;
}
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content {
    height: 360px;
}
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content h1 {
    position: absolute;
    bottom: none;
    top: 0;
    left: 11px;
    height: 70%;
    width: calc(100% - 22px);
    text-indent: -99999999px;
    overflow: hidden;
    background: transparent url("https://www.astrazenecaconnect.net/siteassets/sverige/event/amf/amf2020-logo-horz.png") no-repeat center bottom;
    background-size: contain;
}
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content p {
    display: none;
}
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container {
    display: block;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container .main-button.with-arrow,
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container .main-button.with-arrow-left,
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container section.grid-with-top-background ul.columns > li.section-button p a,
section.grid-with-top-background ul.columns > li.section-button p .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container a {
    color: #fff;
    border-color: #fff;
}
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container .main-button.with-arrow:after,
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container .main-button.with-arrow-left:after,
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container section.grid-with-top-background ul.columns > li.section-button p a:after,
section.grid-with-top-background ul.columns > li.section-button p .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container a:after {
    color: #fff;
}
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container .main-button.with-arrow > span,
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container .main-button.with-arrow-left > span,
.site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container section.grid-with-top-background ul.columns > li.section-button p a > span,
section.grid-with-top-background ul.columns > li.section-button p .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container a > span {
    white-space: nowrap;
    border-color: #fff;
}
@media (min-width: 690px) {
    .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .button-container {
        display: none;
    }
    .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content {
        height: 400px;
    }
    .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content h1 {
        bottom: auto;
        top: -210px;
        left: 22px;
        height: 90%;
        width: calc(70% - 22px);
    }
    .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content p {
        text-indent: -99999999px;
        overflow: hidden;
        display: block;
        background: transparent url("https://www.astrazenecaconnect.net/siteassets/sverige/event/amf/amf2020-preamble.png") no-repeat center bottom;
        width: 400px;
        height: 100%;
        background-size: contain;
        position: absolute;
        bottom: 30%;
        left: 22px;
    }
    .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container {
        left: 22px;
        bottom: 33px;
        transform: translateX(0);
    }
}
@media (min-width: 1044px) {
    .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) {
        max-width: none !important;
    }
    .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content {
        height: 500px;
    }
    .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content h1 {
        width: 550px;
        top: -245px;
    }
    .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content p {
        bottom: 30%;
        width: 500px;
    }
    .site-section.multiple-teasers-hero.amf2020 ul.teasers > li:nth-child(1) .text-content .button-container {
        bottom: 55px;
    }
}
.site-section.salf-video-teaser .page-width {
    position: relative;
    max-width: 940px;
}
@media screen and (min-width: 630px) {
    .site-section.salf-video-teaser .button-container {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) {
    .site-section.salf-video-teaser .page-width {
        padding-top: 33px !important;
        padding-bottom: 33px !important;
    }
}
.site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) {
    margin-bottom: 16.5px;
}
.site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a {
    position: relative;
}
.site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 16.5px;
    padding-top: 27.5px;
    width: 100%;
}
.site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content h1,
.site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content p {
    font-family: "helvetica-light";
    font-style: normal;
}
.site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content h1 {
    position: static;
    bottom: auto;
    color: #8b034f;
    font-size: 26px;
}
.site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content p {
    font-family: "helvetica-regular";
    margin-top: 5.5px;
}
.site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content .button-container {
    display: inline-block;
}
.site-section.multiple-teasers-hero.salf2020:not(.startpage) ul.teasers > li:nth-child(1) > a .text-content .button-container .main-button.with-arrow:after,
.site-section.multiple-teasers-hero.salf2020:not(.startpage) ul.teasers > li:nth-child(1) > a .text-content .button-container .main-button.with-arrow-left:after,
.site-section.multiple-teasers-hero.salf2020:not(.startpage) ul.teasers > li:nth-child(1) > a .text-content .button-container section.grid-with-top-background ul.columns > li.section-button p a:after,
section.grid-with-top-background ul.columns > li.section-button p .site-section.multiple-teasers-hero.salf2020:not(.startpage) ul.teasers > li:nth-child(1) > a .text-content .button-container a:after {
    content: "keyboard_arrow_down";
}
html[lang="da"] .ms-options-wrap.ms-active > .ms-options > .ms-selectall.global:after,
html[lang="no"] .ms-options-wrap.ms-active > .ms-options > .ms-selectall.global:after,
html[lang="fi"] .ms-options-wrap.ms-active > .ms-options > .ms-selectall.global:after {
    content: "Vælg alle";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0;
    margin-left: 20px;
    text-decoration: underline;
    width: 100%;
    background-color: #fff;
}
html[lang="no"] .ms-options-wrap.ms-active > .ms-options > .ms-selectall.global:after {
    content: "Velg alt";
}
html[lang="fi"] .ms-options-wrap.ms-active > .ms-options > .ms-selectall.global:after {
    content: "Valitse kaikki";
}
.select-interests-section .ms-options > ul li label:before {
    background-color: transparent;
    border-color: #c6d0cd;
}
.select-interests-section .ms-options > ul li label:after {
    opacity: 0;
}
.select-interests-section .ms-options > ul li label.checked:before,
.select-interests-section .ms-options > ul li.selected label.checked:before {
    background-color: #c94489;
    border-color: #c94489;
}
.select-interests-section .ms-options > ul li label.checked:after,
.select-interests-section .ms-options > ul li.selected label.checked:after {
    opacity: 1;
}
.select-interests-section .ms-options > ul li label:not(.checked):before,
.select-interests-section .ms-options > ul li.selected label:not(.checked):before {
    border: solid 1px #c6d0cd;
    background-color: transparent;
}
.select-interests-section .ms-options > ul li label:not(.checked):after,
.select-interests-section .ms-options > ul li.selected label:not(.checked):after {
    opacity: 0;
}
.site-section.page-filter .ms-options-wrap.ms-active > .ms-options {
    min-width: 200px;
}
.site-section.page-filter .page-width ul.filter-list {
    height: auto;
    width: 100%;
}
ul.list.no-results + .no-results,
.specialities-items-list.no-results + .no-results {
    line-height: 30px;
}
ul.list.no-results + .no-results .highlight,
.specialities-items-list.no-results + .no-results .highlight {
    position: relative;
    margin-right: 9px;
    display: inline-block;
    line-height: 16px;
}
ul.list.no-results + .no-results .highlight:before,
.specialities-items-list.no-results + .no-results .highlight:before {
    content: ",";
    position: absolute;
    right: -6px;
}
ul.list.no-results + .no-results .highlight:nth-last-child(2),
.specialities-items-list.no-results + .no-results .highlight:nth-last-child(2) {
    margin-right: 0;
}
ul.list.no-results + .no-results .highlight:nth-last-child(2)::before,
.specialities-items-list.no-results + .no-results .highlight:nth-last-child(2)::before {
    display: none;
}
@media screen and (min-width: 690px) {
    .site-section.page-filter:not(.wide-break) ul.filter-list > li .select-container .title {
        max-width: 250px;
    }
}
@media screen and (min-width: 1344px) {
    .site-section.page-filter.wide-break.super-wide-break ul.filter-list > li .select-container .title {
        max-width: 250px;
    }
}
@media screen and (min-width: 980px) {
    .site-section.page-filter.wide-break:not(.super-wide-break) ul.filter-list .select-container .title {
        max-width: 240px;
    }
}
@media screen and (min-width: 1150px) {
    .site-section.page-filter.wide-break:not(.super-wide-break) ul.filter-list .select-container .title {
        max-width: 300px;
    }
}
@media screen and (min-width: 1344px) {
    .site-section.page-filter.wide-break:not(.super-wide-break) ul.filter-list .select-container .title {
        max-width: 350px;
    }
}
body.MedEdsDetailsPageModel .site-iframe {
    overflow-x: hidden;
}
.signup-form .signup-section-container.show-full .signup-section.full-content {
    max-height: 1300px;
}
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox {
    padding-left: 0;
}
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox:before,
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox:after,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox:before,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox:after {
    display: none;
}
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox input[type="checkbox"],
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox:before,
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox:after,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox input[type="checkbox"],
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox:before,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox:after {
    top: auto;
    margin-top: 0;
    bottom: 4px;
}
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox p.at-checkbox,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox p.at-checkbox {
    padding-left: 32px;
    position: relative;
}
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox p.at-checkbox:before,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox p.at-checkbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 20px;
    margin-top: -11px;
    border: solid 1px #c6d0cd;
    border-radius: 1px;
    z-index: 2;
}
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox p.at-checkbox:after,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox p.at-checkbox:after {
    content: "check";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 20px;
    margin-top: -11px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    z-index: 3;
}
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox.checked p.at-checkbox:before,
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox.focus p.at-checkbox:before,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox.checked p.at-checkbox:before,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox.focus p.at-checkbox:before {
    border-color: #c94489;
}
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox.checked p.at-checkbox:before,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox.checked p.at-checkbox:before {
    background-color: #c94489;
}
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox.checked p.at-checkbox:after,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox.checked p.at-checkbox:after {
    opacity: 1;
}
body.SignUpPageModel #signup-dk #signup-section-2 li.full-width .form-row.checkbox-row label.checkbox.checked.focus p.at-checkbox:before,
body.SignUpPageModel #signup-dk #signup-section-3 li.full-width .form-row.checkbox-row label.checkbox.checked.focus p.at-checkbox:before {
    background-color: #a9316f;
    border-color: #a9316f;
}
ul.list > li .main-content .message {
    margin-top: 22px;
}
html.flexbox #site-container,
html.flexbox #site-container .inner-flex-container,
html.flexbox #site-container .inner-flex-container > form {
    height: auto;
    min-height: 100%;
}
@media screen and (min-width: 580px) {
    #secondary-footer nav > ul {
        column-count: auto;
    }
}
.site-section + .site-section.no-top-padding > .page-width {
    padding-top: 0 !important;
    margin-top: -22px;
}
body.MedEdsDetailsPageModel .site-iframe {
    background-color: #f8f8f8;
}
body.MedEdsDetailsPageModel .site-iframe #iFrameResizer0 {
    max-width: 940px;
    margin-left: 50%;
    position: relative;
    transform: translateX(-50%);
}
html.hide-page-filters .site-section.page-filter {
    display: none;
}
html.hide-page-filters-but-sort .site-section.page-filter {
    display: none;
}
#iFrameResizer0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
ul.list > li .main-content .dates span.is-old {
    opacity: 0.4;
}
ul.list > li.ta-renal h3 {
    border-left-color: #9db0ac;
}
html[lang="no"] #site-header #top-row > .page-width:before {
    content: "Dette nettstedet er kun for helsepersonell i Norge";
}
.white-shadow-box a .specs .ta,
ul.mededs-list > li aside.side-content .specs .ta {
    position: relative;
    color: #fff;
    pointer-events: none;
}
.white-shadow-box a .specs .ta:after,
ul.mededs-list > li aside.side-content .specs .ta:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #3c4242;
    padding-left: 30px;
}
ul.mededs-list > li aside.side-content .specs {
    text-overflow: clip !important;
}
html[lang="sv"] .white-shadow-box a .specs .ta.oncology:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.oncology:after {
    content: "Onkologi";
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes:after {
    content: "Diabetes";
}
html[lang="sv"] .white-shadow-box a .specs .ta.respiratory,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.respiratory {
    padding-right: 14px;
}
html[lang="sv"] .white-shadow-box a .specs .ta.respiratory:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.respiratory:after {
    content: "Andningsvägar";
}
html[lang="sv"] .white-shadow-box a .specs .ta.cv,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.cv {
    padding-right: 18px;
}
html[lang="sv"] .white-shadow-box a .specs .ta.cv:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.cv:after {
    content: "Hjärt-kärlsjukdomar";
}
html[lang="sv"] .white-shadow-box a .specs .ta.renal,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.renal {
    padding-right: 12px;
}
html[lang="sv"] .white-shadow-box a .specs .ta.renal:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.renal:after {
    content: "Njurmedicin";
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes.cv,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv {
    padding-right: 115px;
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes.cv:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv:after {
    content: "Diabetes, Hjärt-kärlsjukdomar";
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes.renal,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.renal {
    padding-right: 95px;
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes.renal:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.renal:after {
    content: "Diabetes, Njurmedicin";
}
html[lang="sv"] .white-shadow-box a .specs .ta.cv.renal,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.cv.renal {
    padding-right: 115px;
}
html[lang="sv"] .white-shadow-box a .specs .ta.cv.renal:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.cv.renal:after {
    content: "Hjärt-kärlsjukdomar, Njurmedicin";
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes.respiratory,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.respiratory {
    padding-right: 95px;
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes.respiratory:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.respiratory:after {
    content: "Andningsvägar, Diabetes";
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes.cv.renal,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv.renal {
    padding-right: 190px;
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes.cv.renal:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv.renal:after {
    content: "Diabetes, Hjärt-kärlsjukdomar, Njurmedicin";
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes.respiratory.cv,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.respiratory.cv {
    padding-right: 195px;
}
html[lang="sv"] .white-shadow-box a .specs .ta.diabetes.respiratory.cv:after,
html[lang="sv"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.respiratory.cv:after {
    content: "Andningsvägar, Diabetes, Hjärt-kärlsjukdomar";
}
html[lang="sv"] ul.mededs-list > li.ind-lungcancer aside.side-content .specs .ta.oncology:after {
    content: "Lungcancer";
}
html[lang="sv"] ul.mededs-list > li.ind-breastcancer aside.side-content .specs .ta.oncology:after {
    content: "Bröstcancer";
}
html[lang="sv"] ul.mededs-list > li.ind-ovariancancer aside.side-content .specs .ta.oncology:after {
    content: "Ovarialcancer";
}
html[lang="sv"] ul.mededs-list > li.ind-prostatecancer aside.side-content .specs .ta.oncology:after {
    content: "Prostatacancer";
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.oncology:after,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.oncology:after {
    content: "Onkologi";
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes:after,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.diabetes:after {
    content: "Diabetes";
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.respiratory {
    padding-right: 25px;
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory:after,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.respiratory:after {
    content: "Luftveje";
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.diabetes:after,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.diabetes:after {
    content: "Luftveje, Diabetes";
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.cv,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.cv {
    padding-right: 100px;
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.cv:after,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.cv:after {
    content: "Hjerte-kar-sygdomme";
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.renal,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.renal {
    padding-right: 12px;
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.renal:after,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.renal:after {
    content: "Nyresygdomme";
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv {
    padding-right: 125px;
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv:after,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv:after {
    content: "Diabetes, Hjerte-kar-sygdomme";
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv.renal,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv.renal {
    min-height: 28px;
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv.renal:after,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv.renal:after {
    content: "Diabetes, Hjerte-kar-sygdomme, Nyresygdomme";
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.oncology,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.oncology {
    padding-right: 86px;
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.oncology:after,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.oncology:after {
    content: "Luftveje, Onkologi";
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.cv,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.cv {
    padding-right: 86px;
}
html[lang="da"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.cv:after,
html[lang="da"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.cv:after {
    content: "Luftveje, Hjerte-kar-sygdomme";
}
html[lang="da"] ul.mededs-list > li.ta-diabetes.ta-cv.ind-lungillness aside.side-content .specs .ta {
    padding-right: 160px;
    min-height: 44px;
}
html[lang="da"] ul.mededs-list > li.ta-diabetes.ta-cv.ind-lungillness aside.side-content .specs .ta:after {
    content: "Diabetes, Hjerte-kar-sygdomme, Lungesygdomme";
}
html[lang="da"] ul.mededs-list > li.ta-diabetes.ta-cv.ind-lungillness.ta-renal aside.side-content .specs .ta {
    padding-right: 160px;
    min-height: 55px;
}
html[lang="da"] ul.mededs-list > li.ta-diabetes.ta-cv.ind-lungillness.ta-renal aside.side-content .specs .ta:after {
    content: "Diabetes, Hjerte-kar-sygdomme, Lungesygdomme, Nyresygdomme";
}
html[lang="da"] ul.mededs-list > li.ind-lungcancer aside.side-content .specs .ta.oncology:after {
    content: "Lungekræft";
}
html[lang="da"] ul.mededs-list > li.ind-breastcancer aside.side-content .specs .ta.oncology:after {
    content: "Brystkræft";
}
html[lang="da"] ul.mededs-list > li.ind-ovariancancer aside.side-content .specs .ta.oncology:after {
    content: "Æggestokkræft";
}
html[lang="da"] ul.mededs-list > li.ind-prostatecancer aside.side-content .specs .ta.oncology:after {
    content: "Prostatakræft";
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.oncology:after,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.oncology:after {
    content: "Onkologi";
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes:after,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.diabetes:after {
    content: "Diabetes";
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.respiratory {
    padding-right: 25px;
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory:after,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.respiratory:after {
    content: "Luftveier";
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.cv,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.cv {
    padding-right: 100px;
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.cv:after,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.cv:after {
    content: "Hjerte-/karsykdommer";
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.renal,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.renal {
    padding-right: 12px;
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.renal:after,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.renal:after {
    content: "Nefrologi";
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv {
    padding-right: 125px;
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv:after,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv:after {
    content: "Diabetes, Hjerte-/karsykdommer";
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv.renal,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv.renal {
    padding-right: 160px;
    min-height: 28px;
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv.renal:after,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv.renal:after {
    content: "Diabetes, Hjerte-/karsykdommer, Nefrologi";
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.oncology,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.oncology {
    padding-right: 86px;
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.oncology:after,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.oncology:after {
    content: "Luftveier, Onkologi";
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.cv,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.cv {
    padding-right: 86px;
}
html[lang="no"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.cv:after,
html[lang="no"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.cv:after {
    content: "Luftveier, Hjerte-/karsykdommer";
}
html[lang="no"] ul.mededs-list > li.ind-lungcancer aside.side-content .specs .ta.oncology:after {
    content: "Lungekreft";
}
html[lang="no"] ul.mededs-list > li.ind-breastcancer aside.side-content .specs .ta.oncology:after {
    content: "Brystkreft";
}
html[lang="no"] ul.mededs-list > li.ind-ovariancancer aside.side-content .specs .ta.oncology:after {
    content: "Eggstokkreft";
}
html[lang="no"] ul.mededs-list > li.ind-prostatecancer aside.side-content .specs .ta.oncology:after {
    content: "Prostatakreft";
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.oncology:after,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.oncology:after {
    content: "Onkologia";
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes:after,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.diabetes:after {
    content: "Diabetes";
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.respiratory {
    padding-right: 25px;
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory:after,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.respiratory:after {
    content: "Keuhkosairaudet";
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.diabetes,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.diabetes {
    padding-right: 25px;
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.diabetes:after,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.diabetes:after {
    content: "Diabetes, Astma ja COPD";
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.cv,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.cv {
    padding-right: 120px;
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.cv:after,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.cv:after {
    content: "Sydän- ja verisuonitaudit";
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.renal,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.renal {
    padding-right: 30px;
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.renal:after,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.renal:after {
    content: "Munuaissairaudet";
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv {
    padding-right: 125px;
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv:after,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv:after {
    content: "Diabetes, Sydän- ja verisuonitaudit";
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.diabetes.cv.renal:after,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.diabetes.cv.renal:after {
    content: "Diabetes, Sydän- ja verisuonitaudit, Munuaissairaudet";
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.oncology,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.oncology {
    padding-right: 86px;
}
html[lang="fi"] .white-shadow-box a.ta-diabetes .specs .ta.respiratory.oncology:after,
html[lang="fi"] ul.mededs-list > li aside.side-content .specs .ta.respiratory.oncology:after {
    content: "Keuhkosairaudet, Onkologia";
}
html[lang="fi"] ul.mededs-list > li.ind-lungcancer aside.side-content .specs .ta.oncology:after {
    content: "Keuhkosyöpä";
}
html[lang="fi"] ul.mededs-list > li.ind-breastcancer aside.side-content .specs .ta.oncology:after {
    content: "Rintasyöpä";
}
html[lang="fi"] ul.mededs-list > li.ind-ovariancancer aside.side-content .specs .ta.oncology:after {
    content: "Munasarjasyöpä";
}
html[lang="fi"] ul.mededs-list > li.ind-prostatecancer aside.side-content .specs .ta.oncology:after {
    content: "Eturauhassyöpä";
}
html .white-shadow-box a.ta-renal .specs span.ta.renal:before,
html ul.mededs-list > li aside.side-content .specs span.ta.renal:before {
    content: "";
    height: 22px;
    line-height: 19px;
    text-align: center;
    font-size: 13px;
    width: 22px;
    border: solid 2px #3c4242;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    font-size: 22px;
    background: url(../../img/icon-renal.png) no-repeat center center;
    background-size: 12px;
}
html ul.mededs-list > li.ta-diabetes.ta-cv h3.title {
    border-left: none;
    padding-left: 15px;
    position: relative;
}
html ul.mededs-list > li.ta-diabetes.ta-cv h3.title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #78184f, #78184f), linear-gradient(to right, #bf286e, #bf286e);
    background-position: 0 0, 50% calc(100% + 1px);
    background-size: 4px 50%, 4px 50%;
}
html ul.mededs-list > li.ta-diabetes.ta-cv aside.side-content .specs .ta.diabetes.cv:before {
    content: "";
    background-image: url(../../img/icon-diabetes.png), url(../../img/icon-cv.png);
    background-position: -6px center, 9px center;
    background-size: 15px, 18px;
}
html ul.mededs-list > li.ta-respiratory.ta-cv h3.title {
    border-left: none;
    padding-left: 15px;
    position: relative;
}
html ul.mededs-list > li.ta-respiratory.ta-cv h3.title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #e6ae3c, #e6ae3c), linear-gradient(to right, #bf286e, #bf286e);
    background-position: 0 0, 50% calc(100% + 1px);
    background-size: 4px 50%, 4px 50%;
}
html ul.mededs-list > li.ta-respiratory.ta-cv aside.side-content .specs .ta.respiratory.cv:before {
    content: "";
    background-position: -6px center, 9px center;
    background-size: 15px, 18px;
}
html ul.mededs-list > li.ta-respiratory.ta-diabetes h3.title {
    border-left: none;
    padding-left: 15px;
    position: relative;
}
html ul.mededs-list > li.ta-respiratory.ta-diabetes h3.title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #e6ae3c, #e6ae3c), linear-gradient(to right, #78184f, #78184f);
    background-position: 0 0, 50% calc(100% + 1px);
    background-size: 4px 50%, 4px 50%;
}
html ul.mededs-list > li.ta-respiratory.ta-diabetes aside.side-content .specs .ta.respiratory.diabetes:before {
    content: "";
    background: none;
}
html ul.mededs-list > li.ta-respiratory.ta-cv.ta-diabetes h3.title {
    border-left: none;
    padding-left: 15px;
    position: relative;
}
html ul.mededs-list > li.ta-respiratory.ta-cv.ta-diabetes h3.title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #e6ae3c, #e6ae3c), linear-gradient(to right, #bf286e, #bf286e), linear-gradient(to right, #78184f, #78184f);
    background-position: 0 0, 50% calc(50% + 1px), 50% calc(100% + 1px);
    background-size: 4px 33.333%, 4px 33.333%, 4px 33.333%;
}
html ul.mededs-list > li.ta-respiratory.ta-cv.ta-diabetes aside.side-content .specs .ta.respiratory.cv.diabetes:before {
    content: "";
    background-position: -6px center, 9px center;
    background-size: 15px, 18px;
}
html ul.mededs-list > li.ta-oncology.ta-respiratory h3.title {
    border-left: none;
    padding-left: 15px;
    position: relative;
}
html ul.mededs-list > li.ta-oncology.ta-respiratory h3.title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #e6ae3c, #e6ae3c), linear-gradient(to right, #83d0dd, #83d0dd);
    background-position: 0 0, 50% calc(100% + 1px);
    background-size: 4px 50%, 4px 50%;
}
html ul.mededs-list > li.ta-oncology.ta-respiratory aside.side-content .specs .ta.respiratory.oncology:before {
    content: "";
    background-image: url(../../img/icon-respiratory.png), url(../../img/icon-oncology.png);
    background-position: -6px center, 9px center;
    background-size: 15px, 18px;
}
html ul.mededs-list > li.ta-diabetes.ta-cv.ta-renal h3.title {
    border-left: none;
    padding-left: 15px;
    position: relative;
}
html ul.mededs-list > li.ta-diabetes.ta-cv.ta-renal h3.title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #78184f, #78184f), linear-gradient(to right, #bf286e, #bf286e), linear-gradient(to right, #9db0ac, #9db0ac);
    background-position: 0 0, 50% calc(50% + 1px), 50% calc(100% + 1px);
    background-size: 4px 33.333%, 4px 33.333%, 4px 33.333%;
}
#deeplink-banner + .inner-flex-container {
    height: auto !important;
}
html.CookiePage body.fixed-header #site-header {
    z-index: 9999999;
}
.with-triangle {
    position: relative;
}
.with-triangle:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    pointer-events: none;
    border-width: 20px;
    border-color: rgba(59, 73, 81, 0);
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border-top-color: #000;
    transform: scale(0.6, 1);
    top: 0;
    left: 0;
}
h3.with-triangle {
    padding-left: 32px;
}
h3.with-triangle:before {
    top: 2px;
    left: 10px;
}
h4.with-triangle {
    padding-left: 26px;
}
h4.with-triangle:before {
    top: 1px;
    left: 8px;
    border-width: 16px;
    margin-left: -16px;
}
p.with-triangle {
    padding-left: 23px;
}
p.with-triangle:before {
    top: 3px;
    left: 7px;
    border-width: 14px;
    margin-left: -14px;
}
p.with-triangle.small {
    padding-left: 19px;
}
p.with-triangle.small:before {
    top: 3px;
    left: 6px;
    border-width: 11px;
    margin-left: -11px;
}
ul.list > li.brand-with-triangle h3 {
    position: relative;
    padding-left: 34px;
}
ul.list > li.brand-with-triangle h3:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    pointer-events: none;
    border-width: 16px;
    border-color: rgba(59, 73, 81, 0);
    top: 100%;
    left: 50%;
    margin-left: -16px;
    border-top-color: #000;
    transform: scale(0.6, 1);
    top: 2px !important;
    left: 20px !important;
    background-image: none !important;
    width: 0 !important;
    height: 0 !important;
}
.account-readonly.translated {
    color: #f1f1f1;
    position: relative;
}
.account-readonly.translated:before {
    content: "";
    color: #6d7777;
    position: absolute;
    line-height: 47px;
    top: 0;
    left: 11px;
}
html[lang="sv"] .account-readonly.translated.noinformation:before {
    content: "ingen information";
}
html[lang="sv"] .account-readonly.translated.physician:before {
    content: "Läkare";
}
html[lang="sv"] .account-readonly.translated.interns:before {
    content: "AT-läkare";
}
html[lang="sv"] .account-readonly.translated.residentphysician:before {
    content: "ST-läkare";
}
html[lang="sv"] .account-readonly.translated.nurse:before {
    content: "Sjuksköterska";
}
html[lang="sv"] .account-readonly.translated.pharmacist:before {
    content: "Farmaceut";
}
html[lang="sv"] .account-readonly.translated.physiotherapist:before {
    content: "Sjukgymnast";
}
html[lang="sv"] .account-readonly.translated.dietician:before {
    content: "Dietist";
}
html[lang="sv"] .account-readonly.translated.student:before {
    content: "Student";
}
html[lang="sv"] .account-readonly.translated.cardiology:before {
    content: "Hjärt-kärlsjukdomar";
}
html[lang="sv"] .account-readonly.translated.endocrinology:before {
    content: "Endokrinologi";
}
html[lang="sv"] .account-readonly.translated.generalmedicine:before {
    content: "Allmänmedicin";
}
html[lang="sv"] .account-readonly.translated.internalmedicine:before {
    content: "Internmedicin";
}
html[lang="sv"] .account-readonly.translated.breastcancer:before {
    content: "Bröstcancer";
}
html[lang="sv"] .account-readonly.translated.lungcancer:before {
    content: "Lungcancer";
}
html[lang="sv"] .account-readonly.translated.ovariancancer:before {
    content: "Ovarialcancer";
}
html[lang="sv"] .account-readonly.translated.pneumology:before {
    content: "Lungsjukdomar";
}
html[lang="sv"] .account-readonly.translated.renal:before {
    content: "Njurmedicin";
}
html[lang="sv"] .account-readonly.translated.prostatecancer:before {
    content: "Prostatacancer";
}
html[lang="sv"] .account-readonly.translated.pancreaticcancer:before {
    content: "Pankreascancer";
}
html[lang="sv"] .account-readonly.translated.hematologybloodcancer:before {
    content: "Hematologi - blodcancer";
}
html[lang="no"] .account-readonly.translated.noinformation:before {
    content: "ingen information";
}
html[lang="no"] .account-readonly.translated.physician:before {
    content: "Lege";
}
html[lang="no"] .account-readonly.translated.interns:before {
    content: "Allmennlege";
}
html[lang="no"] .account-readonly.translated.residentphysician:before {
    content: "Spesialistlege";
}
html[lang="no"] .account-readonly.translated.nurse:before {
    content: "Sykepleier";
}
html[lang="no"] .account-readonly.translated.pharmacist:before {
    content: "Farmasøyt";
}
html[lang="no"] .account-readonly.translated.physiotherapist:before {
    content: "Fysioterapeut";
}
html[lang="no"] .account-readonly.translated.student:before {
    content: "Student innen disse fagene";
}
html[lang="no"] .account-readonly.translated.cardiology:before {
    content: "Kardiologi";
}
html[lang="no"] .account-readonly.translated.endocrinology:before {
    content: "Endokrinologi";
}
html[lang="no"] .account-readonly.translated.generalmedicine:before {
    content: "Allmennmedisin";
}
html[lang="no"] .account-readonly.translated.internalmedicine:before {
    content: "Internmedicin";
}
html[lang="no"] .account-readonly.translated.breastcancer:before {
    content: "Brystkreft";
}
html[lang="no"] .account-readonly.translated.lungcancer:before {
    content: "Lungekreft";
}
html[lang="no"] .account-readonly.translated.ovariancancer:before {
    content: "Eggstokkreft";
}
html[lang="no"] .account-readonly.translated.pneumology:before {
    content: "Lungesykdommer";
}
html[lang="no"] .account-readonly.translated.renal:before {
    content: "Nefrologi";
}
html[lang="no"] .account-readonly.translated.prostatecancer:before {
    content: "Prostatakreft";
}
html[lang="no"] .account-readonly.translated.pancreaticcancer:before {
    content: "Bukspyttkjertelkreft";
}
html[lang="no"] .account-readonly.translated.hematologybloodcancer:before {
    content: "Hematologi - blodkreft";
}
html[lang="da"] .account-readonly.translated.noinformation:before {
    content: "ingen information";
}
html[lang="da"] .account-readonly.translated.physician:before {
    content: "Læge";
}
html[lang="da"] .account-readonly.translated.interns:before {
    content: "AT-læge";
}
html[lang="da"] .account-readonly.translated.residentphysician:before {
    content: "ST-læge";
}
html[lang="da"] .account-readonly.translated.nurse:before {
    content: "Sygeplejerske";
}
html[lang="da"] .account-readonly.translated.pharmacist:before {
    content: "Farmaceut";
}
html[lang="da"] .account-readonly.translated.physiotherapist:before {
    content: "Fysioterapeut";
}
html[lang="da"] .account-readonly.translated.dietician:before {
    content: "Diætist";
}
html[lang="da"] .account-readonly.translated.student:before {
    content: "Studerende indenfor disse fag";
}
html[lang="da"] .account-readonly.translated.cardiology:before {
    content: "Kardiologi";
}
html[lang="da"] .account-readonly.translated.endocrinology:before {
    content: "Endokrinologi";
}
html[lang="da"] .account-readonly.translated.generalmedicine:before {
    content: "Almen medicin";
}
html[lang="da"] .account-readonly.translated.internalmedicine:before {
    content: "Internmedicin";
}
html[lang="da"] .account-readonly.translated.breastcancer:before {
    content: "Brystcancer";
}
html[lang="da"] .account-readonly.translated.lungcancer:before {
    content: "Lungecancer";
}
html[lang="da"] .account-readonly.translated.ovariancancer:before {
    content: "Ovariecancer";
}
html[lang="da"] .account-readonly.translated.pneumology:before {
    content: "Ovariecancer";
}
html[lang="da"] .account-readonly.translated.renal:before {
    content: "Nyresygdomme";
}
html[lang="da"] .account-readonly.translated.prostatecancer:before {
    content: "Prostatakræft";
}
html[lang="da"] .account-readonly.translated.pancreaticcancer:before {
    content: "Pancreaskræft";
}
html[lang="da"] .account-readonly.translated.hematologybloodcancer:before {
    content: "Hæmatologi - blodkræft";
}
html[lang="fi"] .account-readonly.translated.noinformation:before {
    content: "ei tietoja";
}
html[lang="fi"] .account-readonly.translated.physician:before {
    content: "Lääkäri";
}
html[lang="fi"] .account-readonly.translated.interns:before {
    content: "AT-lääkäri";
}
html[lang="fi"] .account-readonly.translated.residentphysician:before {
    content: "ST-lääkäri";
}
html[lang="fi"] .account-readonly.translated.nurse:before {
    content: "Sairaanhoitaja";
}
html[lang="fi"] .account-readonly.translated.pharmacist:before {
    content: "Proviisori tai farmaseutti";
}
html[lang="fi"] .account-readonly.translated.physiotherapist:before {
    content: "Fysioterapeutti";
}
html[lang="fi"] .account-readonly.translated.dietician:before {
    content: "Ravitsemusterapeutti";
}
html[lang="fi"] .account-readonly.translated.student:before {
    content: "Opiskelija";
}
html[lang="fi"] .account-readonly.translated.cardiology:before {
    content: "Sydän- ja verisuonitaudit";
}
html[lang="fi"] .account-readonly.translated.endocrinology:before {
    content: "Endokrinologia";
}
html[lang="fi"] .account-readonly.translated.generalmedicine:before {
    content: "Yleislääketiede";
}
html[lang="fi"] .account-readonly.translated.internalmedicine:before {
    content: "Internmedicin";
}
html[lang="fi"] .account-readonly.translated.breastcancer:before {
    content: "Rintasyöpä";
}
html[lang="fi"] .account-readonly.translated.lungcancer:before {
    content: "Keuhkosyöpä";
}
html[lang="fi"] .account-readonly.translated.ovariancancer:before {
    content: "Munasarjasyöpä";
}
html[lang="fi"] .account-readonly.translated.pneumology:before {
    content: "Pneumology";
}
html[lang="fi"] .account-readonly.translated.renal:before {
    content: "Munuaissairaudet";
}
html[lang="fi"] .account-readonly.translated.prostatecancer:before {
    content: "Eturauhassyöpä";
}
html[lang="fi"] .account-readonly.translated.pancreaticcancer:before {
    content: "Haimasyöpä";
}
html[lang="fi"] .account-readonly.translated.hematologybloodcancer:before {
    content: "Hematologia - verisyöpä";
}
#spc {
    background-color: #2d3232;
}
#spc ul li {
    padding-left: 16px;
    margin-top: 4px;
}
#spc ul li:before {
    width: 14px;
    height: 14px;
    line-height: 16px;
    font-size: 16px;
}
#spc ul li a {
    font-size: 12px;
    line-height: 1;
}
ul.list.mededs-list > li.type-elearning h3.title,
ul.list.mededs-list > li.type-video h3.title,
ul.list.mededs-list > li.type-facetoface h3.title,
ul.list.mededs-list > li.type-webinar h3.title {
    margin-top: 35px;
}
ul.list.mededs-list > li .small + h3.title {
    margin-top: 8px;
}
html[lang="sv"] #newsletter-preferences form input[name="newsletterEmail"].error + .error-message {
    height: 19px;
    overflow: hidden;
    color: #fff;
}
html[lang="sv"] #newsletter-preferences form input[name="newsletterEmail"].error + .error-message:before {
    text-indent: 0;
    color: #d50101;
}
html[lang="sv"] #newsletter-preferences form input[name="newsletterEmail"].error + .error-message:after {
    content: "Du måste ange en giltig e-postadress";
    position: absolute;
    top: 0;
    left: 0;
    color: #d50101;
    padding-left: 18px;
}
select option[value=".brand-betaloc"] {
    display: none;
}
@media screen and (min-width: 550px) {
    .site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content h1 {
        font-size: 33px;
    }
    #spc-ribbon ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    #spc-ribbon ul > li {
        float: none;
        width: auto;
    }
}
@media screen and (min-width: 690px) {
    .site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a {
        padding-bottom: 33px;
        padding-top: 99px;
    }
    .site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content {
        position: relative;
        bottom: auto;
        padding-top: 33px;
        padding-bottom: 33px;
    }
    .site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content p,
    .site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content .button-container > span.main-button {
        color: #3c4242;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
        border-color: #3c4242;
    }
    .site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content p span,
    .site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content p:after,
    .site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content .button-container > span.main-button span,
    .site-section.multiple-teasers-hero.salf2020 ul.teasers > li:nth-child(1) > a .text-content .button-container > span.main-button:after {
        color: #3c4242;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
    }
    #spc-ribbon ul > li {
        width: auto;
    }
    ul.list.mededs-list > li.type-elearning h3.title,
    ul.list.mededs-list > li.type-elearning .small + h3.title {
        margin-top: 11px;
    }
    html[lang="sv"] ul.mededs-list > li.ta-diabetes.ta-cv aside.side-content .specs .ta.diabetes.cv {
        padding-right: 0;
        padding-bottom: 14px;
    }
    html[lang="sv"] ul.mededs-list > li.ta-diabetes.ta-cv.ta-renal aside.side-content .specs .ta.diabetes.cv.renal {
        padding-right: 0;
        padding-bottom: 28px;
    }
    html[lang="da"] ul.mededs-list > li.ta-oncology.ta-respiratory aside.side-content .specs .ta.oncology.respiratory {
        padding-right: 0;
        padding-bottom: 14px;
    }
}
@media screen and (min-width: 768px) {
    .site-section + .site-section.no-top-padding > .page-width {
        margin-top: -44px;
    }
}
@media screen and (min-width: 850px) {
    #spc-ribbon ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    #spc-ribbon ul > li {
        width: auto;
    }
    div.inner-flex-container #spc-ribbon ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
#nav-row #nav-main ul li.with--megamenu.open .mega-menu .lower-mega-menu {
    display: none;
}
@media screen and (min-width: 940px) {
    .lower-mega-menu {
        display: block;
    }
    .lower-mega-menu .mega-menu-item.col-25 {
        width: calc(25% - 22px) !important;
        margin: 0 11px;
    }
    .lower-mega-menu .lower-item-container {
        background-position: 130px center;
        background-repeat: no-repeat;
        background-size: auto 170%;
        padding: 16px;
        position: relative;
    }
    .lower-mega-menu .lower-item-container .ta {
        position: absolute;
        font-family: "Lexia";
        background: #505050;
        color: #fff;
        font-size: 12px;
        left: 0;
        padding: 8px 11px;
        width: 50%;
    }
    .lower-mega-menu .lower-item-container h4 {
        font-weight: normal;
        margin-top: 55px;
        font-size: 16px;
        line-height: 1.1;
        width: 65%;
    }
    .lower-mega-menu .lower-item-container p {
        font-size: 13px;
        width: 65%;
    }
    .lower-mega-menu .lower-item-container .button-container {
        margin-top: 16px;
    }
    .lower-mega-menu .lower-item-container .button-container a {
        border-top: solid 1px;
        padding: 11px 35px 11px 11px;
        width: auto;
        display: inline-block;
        font-size: 12px;
    }
    #nav-row #nav-main ul li.with--megamenu .mega-menu ul > li a::before {
        color: #c94489;
        margin-left: -5px;
    }
    #nav-row #nav-main ul li.with--megamenu .mega-menu ul > li a span {
        margin-left: 14px;
    }
    #nav-row #nav-main ul li.with--megamenu .mega-menu ul > li .text-field {
        margin-top: 6px;
    }
    #nav-row #nav-main ul li.with--megamenu .mega-menu ul > li .text-field ul {
        margin-left: 11px;
    }
    #nav-row #nav-main ul li.with--megamenu .mega-menu ul > li .text-field ul > li a {
        line-height: 23px;
    }
    #nav-row #nav-main ul li.with--megamenu .mega-menu ul > li .text-field ul > li a:before {
        line-height: 1.4;
    }
    #nav-row #nav-main ul li.with--megamenu .mega-menu ul > li .text-field ul > li a:after {
        display: none;
    }
    #nav-row #nav-main ul li.with--megamenu .mega-menu ul > li .text-field ul > li a:hover:after {
        text-decoration: underline;
    }
}
@media screen and (min-width: 980px) {
    .site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.grid-item.salf2020 .inner .image-frame[style*="background-image"] + .ta + h3,
    .site-section.all-interests-section .specialities-items-list ul.isotope-grid > li.grid-item.salf2020 .inner .image-frame[style*="background-image"] + .ta + h3 + .information {
        width: 100% !important;
    }
    .site-section.multiple-teasers-hero.three-teasers.salf2020 > .page-width ul.teasers > li:first-child {
        max-width: none;
    }
    .site-section.multiple-teasers-hero.three-teasers.salf2020 > .page-width ul.teasers > li:first-child .main-image {
        display: block;
    }
    .site-section.multiple-teasers-hero.three-teasers.salf2020 > .page-width ul.teasers > li:first-child a {
        padding-top: 180px;
    }
    .site-section.multiple-teasers-hero.three-teasers.salf2020 > .page-width ul.teasers > li:first-child .text-content {
        width: 100%;
        padding: 44px 33px !important;
    }
    .site-section.multiple-teasers-hero.three-teasers.salf2020 > .page-width ul.teasers > li:first-child .text-content .button-container {
        position: absolute;
        right: 33px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }
    .site-section + .site-section.no-top-padding > .page-width {
        margin-top: -77px;
    }
}
@media screen and (min-width: 1144px) {
    #spc-ribbon ul {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    #spc-ribbon ul > li {
        width: auto;
    }
}
@media screen and (min-width: 1250px) {
    div.inner-flex-container #spc-ribbon ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
