@import url("czw6bmk.css");
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */

.dx8-tabs {
    background-color: #dbdbdb;
}

@media screen and (min-width:37.5em) {
    .dx8-tabs {
        height: auto;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
    }
}

.dx8-tabs li a {
    color: #000;
    background: #cecece;
    display: block;
    font-size: 0.929em;
    padding: 11px 20px;
}

.dx8-tabs li a:hover {
    background: #b3b3b3;
}

.dx8-tabs li.is-active a {
    background: #f1f1f1;
    pointer-events: none;
}

@media screen and (max-width:37.5em) {
    .dx8-tabs li {
        display: block;
        margin: 0;
    }
}

@media screen and (min-width:37.5em) {
    .dx8-tabs li {
        display: block;
        float: left;
        vertical-align: bottom;
        margin: 0 1px 0 0;
    }
    [dir="rtl"] .dx8-tabs li {
        margin: 0 0 0 1px;
        float: right;
    }
}

#user-login-form,
#user-register-form,
#user-pass,
#search-form,
#search-block-form {
    border: 1px solid #dbdbdb;
    margin-top: -1px;
    margin-bottom: 15px;
    padding: 15px 30px;
}

#user-login-form .form-item,
#user-register-form .form-item,
#user-pass .form-item,
#search-form .form-item,
#search-block-form .form-item {
    padding: 15px 0;
}

#user-login-form .form-item .description,
#user-register-form .form-item .description,
#user-pass .form-item .description,
#search-form .form-item .description,
#search-block-form .form-item .description {
    margin-top: 10px;
}

#user-login-form .form-actions,
#user-register-form .form-actions,
#user-pass .form-actions,
#search-form .form-actions,
#search-block-form .form-actions {
    padding: 15px 0;
}

#user-login-form label,
#user-register-form label,
#user-pass label,
#search-form label,
#search-block-form label {
    display: table;
    margin-bottom: 10px;
}

#user-login-form input,
#user-login-form select,
#user-register-form input,
#user-register-form select,
#user-pass input,
#user-pass select,
#search-form input,
#search-form select,
#search-block-form input,
#search-block-form select {
    max-width: 100%;
}

#user-login-form details.form-wrapper,
#user-register-form details.form-wrapper,
#user-pass details.form-wrapper,
#search-form details.form-wrapper,
#search-block-form details.form-wrapper {
    border-bottom-width: 0;
    margin: 15px 0;
}

#user-login-form details.form-wrapper .dx8-details-content,
#user-register-form details.form-wrapper .dx8-details-content,
#user-pass details.form-wrapper .dx8-details-content,
#search-form details.form-wrapper .dx8-details-content,
#search-block-form details.form-wrapper .dx8-details-content {
    border: 1px solid #dbdbdb;
    border-top: 0;
    padding: 15px 30px;
}

#user-login-form details.form-wrapper .dx8-details-content fieldset,
#user-register-form details.form-wrapper .dx8-details-content fieldset,
#user-pass details.form-wrapper .dx8-details-content fieldset,
#search-form details.form-wrapper .dx8-details-content fieldset,
#search-block-form details.form-wrapper .dx8-details-content fieldset {
    border: 0;
}

#user-login-form details.form-wrapper .dx8-details-content legend,
#user-register-form details.form-wrapper .dx8-details-content legend,
#user-pass details.form-wrapper .dx8-details-content legend,
#search-form details.form-wrapper .dx8-details-content legend,
#search-block-form details.form-wrapper .dx8-details-content legend {
    position: relative;
    top: 15px;
    padding: 10px 0;
}

#user-login-form details.form-wrapper .dx8-details-content>fieldset>legend,
#user-register-form details.form-wrapper .dx8-details-content>fieldset>legend,
#user-pass details.form-wrapper .dx8-details-content>fieldset>legend,
#search-form details.form-wrapper .dx8-details-content>fieldset>legend,
#search-block-form details.form-wrapper .dx8-details-content>fieldset>legend {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

#user-login-form details.form-wrapper summary,
#user-register-form details.form-wrapper summary,
#user-pass details.form-wrapper summary,
#search-form details.form-wrapper summary,
#search-block-form details.form-wrapper summary {
    padding: 10px;
    background: #dbdbdb;
}

#user-login-form .form-type-checkbox label,
#user-register-form .form-type-checkbox label,
#user-pass .form-type-checkbox label,
#search-form .form-type-checkbox label,
#search-block-form .form-type-checkbox label {
    margin-bottom: 0;
}

#user-login-form .form-checkbox,
#user-register-form .form-checkbox,
#user-pass .form-checkbox,
#search-form .form-checkbox,
#search-block-form .form-checkbox {
    margin-right: 10px;
    float: left;
}

#edit-help-link {
    display: block;
    margin-top: 10px;
}

.search-block-form {
    padding: 15px 0;
}

.search-block-form h2 {
    margin-bottom: 10px;
}

#search-block-form {
    padding: 0;
    border: 0;
}

#search-block-form:before,
#search-block-form:after {
    content: "";
    display: table;
}

#search-block-form:after {
    clear: both;
}

#search-block-form .form-item {
    margin-right: 15px;
}

#search-block-form .form-item,
#search-block-form .form-actions {
    float: left;
    padding: 0;
}

#search-block-form input {
    margin: 0;
}

.node-preview-container {
    background-color: #dbdbdb;
}

.node-preview-container .node-preview-backlink {
    display: inline-block;
    line-height: 14px;
    padding: 4px 15px;
    background: #0071b8 linear-gradient(to bottom, #007bc6, #0071b8);
    border: 1px solid #1e5c90;
    border-radius: 20px;
    font: 700 14px Arial;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.node-preview-container .node-preview-backlink:hover,
.node-preview-container .node-preview-backlink:focus {
    background: #2369a6 linear-gradient(to bottom, #0c97ed, #1f86c7);
    border-color: #1f86c7;
}

.node-preview-container .node-preview-backlink:hover {
    box-shadow: 0 1px 2px rgba(23, 26, 28, 0.25);
}

.node-preview-container .node-preview-backlink:focus {
    border-color: #1280df;
}

.node-preview-container .node-preview-backlink:active {
    background: #0071b8 linear-gradient(to bottom, #08639b, #0071b8);
    border-color: #144b78;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.node-preview-container .node-preview-backlink:before {
    content: '\00AB';
    margin-right: 5px;
    font-size: 16px;
}

body {
    font-weight: 300;
    font-family: "museo-sans", arial, sans-serif;
    color: #444;
    overflow-y: scroll;
}

.protected-pages-enter-password {
    max-width: 1660px;
    width: 100%;
    margin: 50px auto;
    padding: 0 30px;
}

.protected-pages-enter-password .protected_pages_description {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px;
}

.protected-pages-enter-password .form-item-password {
    max-width: 350px;
    margin-bottom: 30px;
}

.protected-pages-enter-password .form-item-password label {
    margin-bottom: 12px;
    font-size: 18px;
}

.protected-pages-enter-password .form-item-password input.form-text {
    background-color: #fff;
    border-radius: 4px;
}

.protected-pages-enter-password .form-submit {
    font-weight: 700;
    color: white;
    min-height: 45px;
    height: 45px;
    width: auto;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    border-style: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms;
    border-radius: 50px;
    background-color: #44879E; /* ff 5a 10 */
}

.protected-pages-enter-password .form-submit:hover {
    background-color: #44879E;
}

@media (max-width:992px) {
    .protected-pages-enter-password {
        padding: 0 15px;
    }
}

.mktoForm {
    background: none !important;
    color: #444 !important;
    font-family: "museo-sans", arial, sans-serif !important;
    width: 100% !important;
}

.mktoForm .mktoFormRow {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    clear: none !important;
}

.mktoForm .mktoFormRow * {
    width: 100% !important;
    float: left;
}

.mktoForm .mktoFormRow .mktoOffset {
    width: 0;
    height: 0;
}

.mktoForm .mktoFormRow .mktoFormCol {
    min-height: auto;
    margin-bottom: 15px !important;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoLabel {
    display: block;
    color: #666;
    left: 13px;
    top: 8px;
    padding: 0;
    position: absolute;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    z-index: 9;
    transition: 0.2s all;
    width: auto !important;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoLabel.active {
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px;
    background: #fff;
    top: -8px;
    color: #444;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoField {
    background:white;
    border: 1px solid #CED4DA;
    border-radius: 10px;
    height: 38px;
    width: 100%;
    margin: 0;
    padding: 2px 13px 0px 13px;
    box-shadow: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #444 !important;
    font-weight: 300;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoField:focus {
    box-shadow: 0px 0px 0px 4px rgba(13, 110, 253, 0.15);
}

.mktoForm .mktoFormRow .mktoFormCol textarea.mktoField {
    height: 100px;
}

.mktoForm .mktoFormRow .mktoFormCol select.mktoField {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    color: #666;
    position: relative;
    z-index: 9;
    cursor: pointer;
    background-image: url("../images/select-arrow_en.png");
    background-position: right center;
    background-repeat: no-repeat;
    outline: none;
}

.mktoForm .mktoFormRow .mktoFormCol select.mktoField option {
    font-weight: 500;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.mkErrorField .mktoField {
    border: 1px solid #DC3545;
    box-shadow: none;
}

.mktoForm .mktoFormRow .mktoGutter {
    display: none;
}

.mktoForm .mktoFormRow span {
    font-family: "museo-sans", arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 11px !important;
    line-height: 16px !important;
    color: #444 !important;
    margin: 2px 0 12px !important;
}

.mktoForm .mktoFormRow span a {
    font-weight: 300;
    font-size: 11px !important;
    line-height: 16px;
    color: #44879E;
    width: auto !important;
    float: none;
    text-decoration: none;
    padding: 0;
}

.mktoForm .mktoFormRow .mktoLogicalField {
    border: none;
    padding: 0;
}

.mktoForm .mktoFormRow .mktoFieldWrap.mkErrorField.showError .mktoError {
    visibility: visible;
}

.mktoForm .mktoFormRow .mktoFieldWrap.mkErrorField .errorTooltip {
    position: absolute;
    right: -6px;
    top: calc(50% - 7px);
    height: 14px;
    margin: 0;
    width: 14px !important;
    border: 1px solid #DC3545;
    border-radius: 50%;
    background: #fff;
    color: #DC3545;
    text-align: left;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer;
    z-index: 9;
}

.mktoForm .mktoFormRow .mktoError .mktoErrorMsg {
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4.8px;
    color: #ED3900;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 15px;
    background-color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.mktoForm .mktoFormRow #Lbloptin {
    display: none;
}

.mktoForm .mktoButtonRow {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: -7px;
}

.mktoForm .mktoButtonRow .mktoButtonWrap {
    display: inline-block;
}

.mktoForm .mktoButtonRow .mktoButtonWrap.disabled {
    cursor: not-allowed;
}

.mktoForm .mktoButtonRow .mktoButtonWrap.disabled button {
    pointer-events: none;
}

.mktoForm .mktoButtonRow button {
    background: #44879E;
    min-height: 45px;
    height: auto;
    width: auto;
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    border-radius: 50px;
    text-align: center;
    transition: none;
    outline: none !important;
    box-shadow: none;
}

.mktoForm .mktoError {
    width: auto !important;
    right: -20px !important;
    top: 24px;
    visibility: hidden;
    transition: visibility 0.4s;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
    width: 16px !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: auto !important;
    right: 12px;
}

.mktoForm .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
    width: 16px;
    height: 16px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
    border-left: none;
    transform: rotate(-45deg);
}

.mktoForm .mktoError .mktoErrorMsg {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4.8px;
}

.mktoForm.hideOptin #Lbloptin {
    display: none !important;
}

.two-column-form .mktoForm .mktoFormRow {
    width: calc(50% - 15px);
}

.two-column-form .mktoForm .mktoFormRow:nth-child(odd) {
    float: right;
}

.two-column-form .mktoForm .mktoFormRow.full-width {
    width: 100%;
}

.two-column-form .mktoForm .mktoFormRow.chkbox-field .errorTooltip {
    display: none;
}

.two-column-form .mktoForm .mktoFormRow.chkbox-field .mktoError {
    visibility: visible;
    right: auto !important;
    left: 0;
    top: 50px;
}

.two-column-form .mktoForm .mktoFormRow.chkbox-field .mktoError .mktoErrorArrowWrap {
    left: 4px !important;
    right: auto;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoField:hover,
.mktoForm .mktoFormRow .mktoFormCol .mktoField:focus {
    border-color: #aaa;
}

.mktoButtonRow button.btn:after {
    content: "\f105";
    position: relative;
    top: 1px;
    right: 0;
    color: #fff;
    font-size: 18px;
    font-family: "icomoon";
    font-weight: 900;
    transition: 0.3s;
    opacity: 0;
}

.mktoButtonRow button.btn:hover:after {
    right: -8px;
    opacity: 1;
}

.mktoFormRow .note {
    position: relative;
    z-index: 98;
}

.mktoFormRow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.mktoFormRow select::-ms-expand {
    display: none;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
    opacity: 0;
}

.mktoFormRow .mktoFormCol .mktoField[type=checkbox]:not(:checked),
.mktoFormRow .mktoFormCol .mktoField[type=checkbox]:checked {
    position: absolute;
    left: 0;
}

.mktoFormRow [type=checkbox]:not(:checked),
.mktoFormRow [type=checkbox]:checked {
    position: absolute;
    left: 0px;
}

.mktoFormRow [type=checkbox]:not(:checked)+label,
.mktoFormRow [type=checkbox]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 0;
}

.mktoFormRow [type=checkbox]:not(:checked)+label:before,
.mktoFormRow [type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 4px !important;
    box-shadow: none;
    margin-left: 0;
}

.mktoFormRow [type=checkbox]:not(:checked)+label:hover:before,
.mktoFormRow [type=checkbox]:checked+label:hover:before {
    border: 1px solid #aaa;
}

.mktoFormRow [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.mktoFormRow [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.mktoFormRow [type=checkbox]:checked+label:before {
    border: 1px solid #44879E !important;
    background: #44879E !important;
    color: #fff !important;
    content: "\f00c" !important;
    font-family: "icomoon";
    text-align: center;
}

.mktoFormRow [type=checkbox]:disabled:checked+label:after {
    color: #999;
}

.mktoFormRow [type=checkbox]:disabled+label {
    color: #aaa;
}

.mktoFormRow [type=checkbox]:disabled:not(:checked)+label:before,
.mktoFormRow [type=checkbox]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.mktoFormRow [type=checkbox]:checked:focus+label:before,
[type=checkbox]:not(:checked):focus+label:before {
    border: 1px solid #bdbdbd;
}

@media (max-width:991px) {
    .two-column-form-mb .mktoForm .mktoFormRow {
        width: calc(50% - 15px);
    }
    .two-column-form-mb .mktoForm .mktoFormRow:nth-child(odd) {
        float: right;
    }
    .two-column-form-mb .mktoForm .mktoFormRow.full-width {
        width: 100%;
    }
    .two-column-form-mb .mktoForm .mktoFormRow.chkbox-field .errorTooltip {
        display: none;
    }
    .two-column-form-mb .mktoForm .mktoFormRow.chkbox-field .mktoError {
        visibility: visible;
        right: auto !important;
        left: 0;
        top: 50px;
    }
    .two-column-form-mb .mktoForm .mktoFormRow.chkbox-field .mktoError .mktoErrorArrowWrap {
        left: 4px !important;
        right: auto;
    }
}

@media (max-width:570px) {
    form.mktoForm {
        padding: 0;
    }
    .two-column-form .mktoForm .mktoFormRow {
        width: 100%;
    }
    .two-column-form-mb .mktoForm .mktoFormRow {
        width: 100%;
    }
}

.page-main {
    margin-top: 105px;
}

.page-main.no-header {
    margin-top: 0;
}

.user-logged-in header.site-header {
    top: 93px;
}

.user-logged-in .page-main {
    margin-top: 105px;
}

.user-logged-in .page-main.no-header {
    margin-top: 15px;
}

.user-logged-in .main-navbar .utility-nav ul.menu-level-1 li.logout {
    display: flex;
}

@media screen and (min-width:993px) {
    .short-header header.site-header {
        height: 80px;
        transition: all 0.4s;
    }
    .short-header .main-navbar .primary-menu .menu-level-2-wrapper {
        top: 80px;
    }
}

@media screen and (min-width:768px) {
    .top-menu-main.search-show .menu-level-1 {
        display: none;
    }
    .top-menu-main.search-show .utility-nav {
        display: none;
    }
}

@media screen and (max-width:1160px) {
    .user-logged-in header.site-header {
        top: 133px;
    }
    .user-logged-in .page-main {
        margin-top: 159px;
    }
    .user-logged-in .page-main.no-header {
        margin-top: 15px;
    }
}

@media screen and (max-width:992px) {
    .page-main {
        margin-top: 90px;
    }
    .page-main.no-header {
        margin-top: 0;
    }
    .user-logged-in header.site-header {
        top: 57px;
    }
    .user-logged-in .page-main {
        margin-top: 108px;
    }
    .user-logged-in .page-main.no-header {
        margin-top: 15px;
    }
}

@media screen and (max-width:850px) {
    .user-logged-in header.site-header {
        top: 93px;
    }
    .user-logged-in .page-main {
        margin-top: 144px;
    }
    .user-logged-in .page-main.no-header {
        margin-top: 65px;
    }
}

@media screen and (max-width:767px) {
    .page-main {
        margin-top: 50px;
    }
    .page-main.no-header {
        margin-top: 0;
    }
    .user-logged-in header.site-header {
        top: 96px;
    }
    .user-logged-in .page-main {
        margin-top: 107px;
    }
    .user-logged-in .page-main.no-header {
        margin-top: 55px;
    }
    .search-show .menu-level-1 {
        display: none !important;
    }
}

@media screen and (max-width:652px) {
    .user-logged-in header.site-header {
        top: 87px;
    }
    .user-logged-in .page-main {
        margin-top: 98px;
    }
    .user-logged-in .page-main.no-header {
        margin-top: 15px;
    }
}

@media screen and (max-width:610px) {
    .user-logged-in .toolbar .toolbar-bar {
        position: fixed;
        top: 0;
        width: 100%;
    }
}

@media screen and (max-width:570px) {
    .user-logged-in header.site-header {
        top: 50px;
    }
    .user-logged-in .page-main {
        margin-top: 61px;
    }
    .user-logged-in .page-main.no-header {
        margin-top: 15px;
    }
}

@media screen and (max-width:360px) {
    .user-logged-in header.site-header {
        top: 87px;
    }
    .user-logged-in .page-main {
        margin-top: 98px;
    }
    .user-logged-in .page-main.no-header {
        margin-top: 15px;
    }
}

.toolbar-menu li a {
    font-size: small;
    font-weight: normal;
}

.at-expanded-menu-search {
    padding: 0px !important;
}