/* Minification failed. Returning unminified contents.
(13650,5): run-time error CSS1030: Expected identifier, found ' '
(14155,46): run-time error CSS1034: 
(14155,46): run-time error CSS1042: Expected function, found ','
(14155,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(14355,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*#region FONTS*/

@font-face {
    font-family: 'bris-script';
    src: url('/Static/fonts/BRISScript-Regular.eot');
    src: url('/Static/fonts/BRISScript-Regular.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/BRISScript-Regular.woff') format('woff'), url('/Static/fonts/BRISScript-Regular.woff2') format('woff2'), url('/Static/fonts/BRISScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apercu-bold';
    src: url('/Static/fonts/apercu-bold.eot');
    src: url('/Static/fonts/apercu-bold.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/apercu-bold.woff') format('woff'), url('/Static/fonts/apercu-bold.woff2') format('woff2'), url('/Static/fonts/apercu-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apercu-medium';
    src: url('/Static/fonts/apercu-medium.eot');
    src: url('/Static/fonts/apercu-medium.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/apercu-medium.woff') format('woff'), url('/Static/fonts/apercu-medium.woff2') format('woff2'), url('/Static/fonts/apercu-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apercu-regular';
    src: url('/Static/fonts/apercu-regular.eot');
    src: url('/Static/fonts/apercu-regular.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/apercu-regular.woff') format('woff'), url('/Static/fonts/apercu-regular.woff2') format('woff2'), url('/Static/fonts/apercu-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrisGoboldExtra2';
    src: url('/Static/fonts/BrisGoboldExtra2.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/BrisGoboldExtra2.woff') format('woff'), url('/Static/fonts/BrisGoboldExtra2.ttf') format('truetype'), url('/Static/fonts/BrisGoboldExtra2.svg#BrisGoboldExtra2') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*#endregion*/


.font-family-bris-script {
    font-family: 'bris-script' !important;
    font-weight: normal !important;
}

.background-position-top-left {
    background-position: top left !important;
}

.background-position-top-center {
    background-position: top center !important;
}

.background-position-top-right {
    background-position: top right !important;
}

.background-position-center-left {
    background-position: center left !important;
}

.background-position-center-center {
    background-position: center center !important;
}

.background-position-center-right {
    background-position: center right !important;
}

.background-position-bottom-left {
    background-position: bottom left !important;
}

.background-position-bottom-center {
    background-position: bottom center !important;
}

.background-position-bottom-right {
    background-position: bottom right !important;
}

.content .accordion-block:first-of-type {
    border-top: solid 1px #d1d1d1;
}

.accordion-block:nth-of-type(1) {
    border-top: solid 1px #d1d1d1;
}

.accordion-block .accordion-block-title {
    background: url(/static/assets/svg/32x32/icon-menu-plus-blue-32-x-32.svg) no-repeat left center;
    border-bottom: solid 1px #d1d1d1;
    display: block;
    font-family: apercu-regular;
    font-size: 18px;
    line-height: normal;
    padding: 18px;
    padding-left: 44px;
    cursor: pointer;
}

    .accordion-block .accordion-block-title.expanded {
        background: url(/static/assets/svg/32x32/icon-menu-minus-blue-32-x-32.svg) no-repeat left center;
    }

.accordion-block .accordion-block-content {
    display: none;
    padding: 20px 0px 10px 44px;
    border-bottom: solid 1px #d1d1d1;
}

.calltoactionblock h3.font-family-bris-script {
    display: inline-block;
    background: url(/Static/fonts/bris-script-line-1.png) no-repeat bottom center;
    background-size: 180px;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}

.teaserblock h3.font-family-bris-script {
    display: inline-block;
    background: url(/Static/fonts/bris-script-line-2.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}

.xform label {
    background: #fff none repeat scroll 0 0;
    color: #8c8c8c;
    font-family: "apercu-regular";
    font-size: 16px;
    font-weight: normal;
    left: 32px;
    padding: 0 4px;
    position: absolute;
    top: -12px;
}

.xform fieldset label {
    position: static;
}

.xform fieldset legend {
    font-family: "apercu-regular";
    font-size: 20px;
    font-weight: normal;
    line-height: 1.38;
    color: #222222;
}

.xform fieldset .checkbox-group label input[type="hidden"] {
    font-family: "apercu-regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: #222222;
}

.xform fieldset .form-group {
    margin: 0;
}

.xform input {
    line-height: normal;
}

.xform td {
    margin: 16px 0 0 0;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .calltoactionblock h3.font-family-bris-script {
        background-size: 250px;
        padding-bottom: 35px;
        margin-bottom: 20px !important;
    }

    .teaserblock h3.font-family-bris-script {
        padding-bottom: 40px;
        margin-bottom: 20px !important;
    }
}

/*#region EPiServer edit mode styling*/

.row.preview.clearfix {
    margin-bottom: 100px;
}

.overflow-hidden {
    overflow: hidden !important
}

    .overflow-hidden > .block {
        padding: 0px;
        margin: 0px;
    }

/*#endregion*/

/*#region Mobile*/

body {
    font-family: 'apercu-regular', sans-serif;
    background-image: linear-gradient(180deg, #ffffff 150px, #fdfdfd 0px);
    background-repeat: no-repeat;
    background-color: #fdfdfd;
}

    body.ContributionPage > .container-fluid.background, body.SingleInfo > .container-fluid.background {
        background-color: #ffffff;
    }

p, a, h1, h2, h3, h4, h5 {
    font-family: 'apercu-regular';
}

.block h1 > a, .block h2 > a, .block h3 > a, .block h4 > a, .block h5 > a, .block p > a {
    color: #2751bb;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    background: inherit !important;
    padding: inherit !important;
    display: inline;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    color: #2751bb;
    outline: none;
}

audio {
    width: 100%;
}

body > .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

body .container-fluid.background {
    position: relative;
}

    body .container-fluid.background > .container {
        position: relative;
    }

.form-control {
    padding: 6px 15px;
    font-size: 18px;
    color: #222222;
}

.has-success .form-control {
    border-color: #8c8c8c;
}

.has-error .form-control {
    border-color: #f65058;
}

textarea, input[type="text"], input[type="password"], select {
    border-color: #8c8c8c;
    outline: 0 none;
    box-shadow: none;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
        border-color: #222222;
        outline: 0 none;
        box-shadow: none;
    }

    input[type="text"]:focus, input[type="password"]:focus {
        border-color: #222222;
        outline: 0 none;
    }

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#__ba_panel {
    display: none !important;
}

.emojionearea .emojionearea-editor > p {
    margin: 0;
}

/*#region CookieConsent*/
.cookie-consent-container {
    position: fixed;
    bottom: 0px;
    background: #f7f6f4;
    padding: 20px;
    width: 100%;
    z-index: 999;
}

    .cookie-consent-container .container .row a#CookieConsent {
        display: inline-block;
        margin: 0;
        text-align: center;
        padding: 11px 0px;
        width: 170px;
        min-height: 23px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: #ffffff;
        border-radius: 100px;
        background: #2751bb;
    }

/*#endregion*/

/*#region Header*/

header {
    margin-bottom: 30px;
    height: 77px;
}

.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.navbar-default {
    background-color: #ffffff;
    background-image: none;
    border: none;
    z-index: 9999;
    box-shadow: none;
    border-bottom: 1px solid rgba(234, 234, 234, 0.5);
}

.navbar-header {
    box-shadow: none;
}

.navbar-toggle {
    float: left;
    margin: 0px;
    padding: 23px 28px 22px 8px;
    border-radius: 0px;
    border: none;
}

.navbar-toggle-search {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle .hamburger {
    background-image: url(/static/assets/svg/32x32/mobile_menu_hide_dark.svg);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border-radius: 0px;
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
    display: block;
}

.navbar-default .navbar-toggle.collapsed .hamburger {
    background-image: url(/static/assets/svg/32x32/mobile_menu_dark.svg);
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background: none;
}

.navbar-brand {
    float: none;
    display: inline-block;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 23px 0;
}

    .navbar-brand > h1 {
        margin: 0;
    }

        .navbar-brand > a, .navbar-brand > h1 > a {
            display: block;
            height: 31px;
        }

            .navbar-brand > a > img, .navbar-brand > h1 > a > img {
                width: auto;
                height: 100%;
            }

            .navbar-brand > h1 > a > img {
                vertical-align: top;
            }

.navbar-brand-login {
    display: flex;
    float: right;
    padding: 0;
    justify-content: flex-end;
}

    .navbar-brand-login > a {
        padding: 23px 24px;
        z-index: 10;
    }

        .navbar-brand-login > a > img {
            width: 32px;
            height: 32px;
        }

.myaccount-collapse {
    background: #ffffff;
    padding: 0 24px;
    margin: 0 -8px;
    position: absolute;
    width: 100%;
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    height: 125px;
    z-index: 1;
}

    .myaccount-collapse > .triangleUp {
        width: 80px;
        height: 40px;
        top: -40px;
        right: 18px;
        position: absolute;
        overflow: hidden;
        margin: 0;
    }

        .myaccount-collapse > .triangleUp:after {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            background: #fff;
            transform: rotate(45deg); /* Prefixes... */
            top: 25px;
            right: 6px;
            box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
        }

    .myaccount-collapse > div {
        margin: 32px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .myaccount-collapse a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
        font-family: 'apercu-medium';
        font-size: 18px;
        line-height: 1.22;
        color: #2751bb;
        background: #ffffff;
        padding: 0 0 0 40px;
        background: url("/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 32px;
        min-height: 32px;
        height: 32px;
        box-sizing: content-box;
        border-radius: 4px;
    }

        .myaccount-collapse a:hover, .myaccount-collapse a:active {
            text-decoration: none;
        }

        .myaccount-collapse a.logout {
            font-family: apercu-regular;
            font-weight: 500;
            font-size: 20px;
            line-height: 1.15;
            color: #ffffff;
            background: #2751bb;
            padding: 14px 0;
            border-radius: 100px;
            margin: 0 27px 0 0;
            flex: 1;
        }

            .myaccount-collapse a.logout:before {
                display: none;
            }

.navbar-nav.navbar-icons {
    margin: 0;
    display: flex;
    border-top: 1px solid rgba(234, 234, 234, 0.5);
    border-bottom: none;
    box-shadow: none;
}

.navbar-default .navbar-nav.navbar-icons > li {
    flex: 1;
    background: #f7f6f4;
    margin: 0;
}

    .navbar-default .navbar-nav.navbar-icons > li > a {
        margin: 17px 0;
        padding: 1px 0 1px 0;
        height: auto;
        float: none;
        border: none;
    }

    .navbar-default .navbar-nav.navbar-icons > li:first-child > a {
        border: none;
    }

    .navbar-default .navbar-nav.navbar-icons > li.collapsed {
        background: none;
    }

        .navbar-default .navbar-nav.navbar-icons > li.collapsed > a {
            border-left: 1px solid rgba(234, 234, 234, 0.5);
        }

.navbar-default .navbar-nav.navbar-icons li.nonCollapsed + li.collapsed a {
    border: none;
}

.navbar-default .navbar-nav.navbar-icons > li > a .icon {
    position: relative;
    top: 0px;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

    .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-languages {
        background-image: url(/static/assets/svg/32x32/icon-other-languages-blue-32-x-32.svg);
    }

    .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-listen {
        background-image: url(/static/assets/svg/32x32/icon-listen-blue-32-x-32.svg);
    }

    .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-search {
        background-image: url(/static/assets/svg/32x32/icon-search-blue-32-x-32.svg);
    }

    .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-press {
        background-image: url(/static/assets/svg/32x32/icon-press-blue-32-x-32.svg);
    }

    .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-incognito {
        background-image: url(/static/assets/svg/32x32/icon-hide-blue-32-x-32.svg);
    }

.navbar-default .navbar-nav.navbar-icons > li > a .text {
    display: none;
}

.navbar-default .navbar-nav.navbar-icons > .open > a:after,
.navbar-default .navbar-nav.navbar-icons > .active > a:after {
    display: none;
}

.navbar-default .navbar-nav.navbar-icons > li > a:hover,
.navbar-default .navbar-nav.navbar-icons > .active > a,
.navbar-default .navbar-nav.navbar-icons > .active > a:hover,
.navbar-default .navbar-nav.navbar-icons > .active > a:focus {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: none;
    font-weight: normal
}

    .navbar-default .navbar-nav.navbar-icons > li > a:hover:after,
    .navbar-default .navbar-nav.navbar-icons > li > a:focus:after {
        display: none;
    }

.searchbar {
    background-color: #f7f6f4;
}

.searchbar-collapse {
    background-color: #f7f6f4;
    padding: 0 8px;
    overflow: hidden;
}

    .searchbar-collapse .navbar-form {
        margin: 24px 0;
        padding: 0;
        width: 100%;
        background: none;
        overflow: hidden;
    }

        .searchbar-collapse .navbar-form > div {
            padding-left: 16px;
            padding-right: 16px;
            margin: 0 0 16px;
        }

            .searchbar-collapse .navbar-form > div:last-child {
                margin: 0;
            }

        .searchbar-collapse .navbar-form .form-group {
            display: block;
        }

    .searchbar-collapse .form-control {
        border-radius: 0px;
        height: 50px;
        width: 100%;
        background: rgba(255, 255, 255, 255) url(/static/assets/svg/32x32/icon-search-black-32-x-32.svg);
        background-repeat: no-repeat;
        background-size: 32px;
        padding-left: 56px;
        background-position: 16px;
        font-size: 18px;
        line-height: 1.22;
        color: #222222;
    }

        .searchbar-collapse .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #8c8c8c;
        }

        .searchbar-collapse .form-control::-moz-placeholder { /* Firefox 19+ */
            color: #8c8c8c;
        }

        .searchbar-collapse .form-control:-ms-input-placeholder { /* IE 10+ */
            color: #8c8c8c;
        }

        .searchbar-collapse .form-control:-moz-placeholder { /* Firefox 18- */
            color: #8c8c8c;
        }

    .searchbar-collapse .btn-default {
        background-image: none;
        background-color: #2751bb;
        border-radius: 100px;
        border: none;
        box-shadow: none;
        color: #fff;
        text-shadow: none;
        height: 45px;
        padding: 0;
        width: 100%;
        font-size: 18px;
        font-family: 'apercu-regular';
        font-weight: 500;
        line-height: 1.22;
    }

.globalnavigationCollapse {
    background-color: #f7f6f4;
    padding: 0 24px;
    overflow: hidden;
}

    .globalnavigationCollapse > div {
        margin: 24px 0;
    }

    .globalnavigationCollapse p {
        font-family: 'apercu-regular';
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        color: #222222;
        margin: 0 0 16px;
    }

    .globalnavigationCollapse a {
        font-family: 'apercu-regular';
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        display: flex;
        align-items: center;
        margin: 0;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-size: 24px 24px;
        padding: 0 0 0 32px;
        color: #2751bb;
        min-height: 24px;
    }

        .globalnavigationCollapse a + a {
            margin-top: 32px;
        }

        .globalnavigationCollapse a:hover,
        .globalnavigationCollapse a:active {
            text-decoration: none;
        }

        .globalnavigationCollapse a:hover, .globalnavigationCollapse a:active {
            text-decoration: none;
        }

        .globalnavigationCollapse a.startListen {
            font-family: 'apercu-medium';
            font-size: 18px;
            font-weight: 500;
            line-height: 1.22;
            color: #ffffff;
            background: #2751bb;
            border-radius: 100px;
            height: 45px;
            padding: 0;
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
            margin: 0 0 16px;
        }

            .globalnavigationCollapse a.startListen:before {
                display: none;
            }

    .globalnavigationCollapse #google_translate_element_mobile .goog-te-gadget {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0 0 16px;
    }

        .globalnavigationCollapse #google_translate_element_mobile .goog-te-gadget a {
            background: none;
            padding: 0;
        }

        .globalnavigationCollapse #google_translate_element_mobile .goog-te-gadget .goog-te-combo {
            width: 100%;
            margin: 0 0 16px;
            padding: 0 0 0 16px;
            height: 40px;
            background: url(/static/assets/svg/24x24/icon-arrow-right-white-24-x-24.svg) no-repeat right center #2751bb;
            border: none;
            border-radius: 4px;
            font-family: 'apercu-regular';
            font-size: 18px;
            font-weight: 500;
            line-height: 1.22;
            color: #ffffff;
        }

.navigationbar {
    background-color: rgba(230, 225, 220, 0.3);
}

.navbar-nav.navbar-sub {
    margin: 14px 0;
}

.navbar-default .navbar-nav.navbar-sub > li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

    .navbar-default .navbar-nav.navbar-sub > li > a {
        font-family: 'apercu-regular';
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        color: #222222;
        height: 19px;
        box-sizing: content-box;
        padding: 6px 12px;
        display: block;
    }

.navbar-default .navbar-nav.navbar-sub > .open > a:after,
.navbar-default .navbar-nav.navbar-sub > .active > a:after {
    width: 100%;
    height: 2px;
    border: solid 2px #2751bb;
    border-radius: 2px;
    content: "";
    display: block;
    margin: 2px 0 0 0;
}

.navbar-default .navbar-nav.navbar-sub > li > a:hover,
.navbar-default .navbar-nav.navbar-sub > .active > a,
.navbar-default .navbar-nav.navbar-sub > .active > a:hover,
.navbar-default .navbar-nav.navbar-sub > .active > a:focus {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2751bb;
    font-weight: bold;
}

    .navbar-default .navbar-nav.navbar-sub > li > a:hover:after,
    .navbar-default .navbar-nav.navbar-sub > li > a:focus:after {
        width: 100%;
        height: 2px;
        border: solid 2px #2751bb;
        border-radius: 2px;
        content: "";
        display: block;
        margin: 2px 0 0 0;
    }

.nav-mobile {
    position: relative;
    margin: 0;
    border: 0px;
    border-top: 1px solid rgba(234, 234, 234, 0.5);
    background: none;
    padding: 8px 0;
}

    .nav-mobile > li {
        box-shadow: none;
        margin-bottom: 0;
        clear: both;
    }

        .nav-mobile > li > a {
            height: 23px;
            font-family: 'apercu-medium';
            font-size: 20px;
            font-weight: 500;
            line-height: 1.15;
            color: #222222;
            padding: 16px 24px;
            box-sizing: content-box;
            display: inline-block;
        }

            .nav-mobile > li > a:hover, .nav-mobile > li > a:focus {
                background: none;
            }

        .nav-mobile > li > span {
            width: 24px;
            height: 24px;
            float: right;
            padding: 16px;
            margin: 0;
            background-image: url(/static/assets/svg/24x24/icon-submenu-black-24-x-24.svg);
            background-repeat: no-repeat;
            background-position: center;
            box-sizing: content-box;
            cursor: pointer;
        }

        .nav-mobile > li.active > span {
            background-image: url(/static/assets/svg/24x24/icon-submenu-black-24-x-24.svg);
        }

        .nav-mobile > li > span {
            background-image: url(/static/assets/svg/24x24/icon-submenu-collapsed-black.svg);
        }

            .nav-mobile > li > span.collapsed {
                background-image: url(/static/assets/svg/24x24/icon-submenu-black-24-x-24.svg);
            }

    .nav-mobile .sub-menu {
        position: relative;
        float: none;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        background-color: #f7f6f4;
        margin: 0;
        list-style: none;
        flex-basis: 100%;
    }

        .nav-mobile .sub-menu > li {
            margin: 0;
        }

            .nav-mobile .sub-menu > li > a {
                padding: 12px 24px;
                display: inline-block;
                text-decoration: none;
                height: 24px;
                font-family: 'apercu-regular';
                font-size: 20px;
                font-weight: normal;
                line-height: 1.15;
                color: #222222;
                box-sizing: content-box;
            }

    .nav-mobile > .open > a:after,
    .nav-mobile > .active > a:after {
        width: 100%;
        height: 2px;
        border: solid 2px #222222;
        border-radius: 2px;
        content: "";
        display: block;
        margin: 2px 0 0 0;
    }

    .nav-mobile > li > a:hover,
    .nav-mobile > .active > a,
    .nav-mobile > .active > a:hover,
    .nav-mobile > .active > a:focus {
        color: #222222;
        font-weight: bold;
    }

    .nav-mobile .sub-menu > .open > a:after,
    .nav-mobile .sub-menu > .active > a:after {
        width: 100%;
        height: 2px;
        border: solid 2px #222222;
        border-radius: 2px;
        content: "";
        display: block;
        margin: 2px 0 0 0;
    }

    .nav-mobile .sub-menu > li > a:hover,
    .nav-mobile .sub-menu > .active > a,
    .nav-mobile .sub-menu > .active > a:hover,
    .nav-mobile .sub-menu > .active > a:focus {
        color: #222222;
        font-weight: bold;
    }

header .logo > img {
    height: 70px;
}

/*a{
    color:#000000;
}*/

/*#endregion*/

/*#region Blocks*/

/*#region General*/

.maincontentarea {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 81px;
}

.block {
    margin-bottom: 16px;
}

    .block > div {
        color: #ffffff;
        height: 224px;
        box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    .block > .pink {
        background-color: #ea6789;
        color: #ffffff;
    }

    .block > .blue {
        background-color: #239ddc;
        color: #ffffff;
    }

    .block > .white {
        background-color: #ffffff;
        color: #000000;
    }

    .block > .green {
        background-color: #26a726;
        color: #ffffff;
    }

    .block > div > .bgoverlay {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
        border-radius: 5px;
    }

    .block > div > .bgblur {
        background: rgba(0,0,0,0.3);
    }

        .block > div > .bgblur h3, .block > div > .bgblur p,
        .block > div > .bgoverlay h3, .block > div > .bgoverlay p {
            color: #ffffff;
        }

/*#endregion*/

/*#region AuthorBlock*/

.authorblock {
    margin: 0 0 32px 0;
    padding: 0;
}

    .authorblock > div {
        box-shadow: none;
        border-radius: 0;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .authorblock > div > img {
            width: 46px !important;
            height: 46px !important;
            border-radius: 46px !important;
            margin-right: 10px;
        }

        .authorblock > div > div {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    .authorblock h3 {
        font-family: 'apercu-regular';
        font-size: 16px;
        font-weight: bold;
        color: #222222;
        line-height: 1.44;
        margin: 0;
        padding: 0;
    }

    .authorblock h4 {
        font-family: 'apercu-regular';
        font-size: 14px;
        font-weight: normal;
        color: #8c8c8c;
        margin: 0;
        padding: 0;
        line-height: 1.21;
    }

        .authorblock h4 > a {
            font-family: 'apercu-regular';
            font-size: 14px;
            font-weight: bold;
            color: #8c8c8c;
            margin: 0;
            padding: 0;
            line-height: 1.21;
        }

/*#endregion*/

/*#region ArticleItemBlock*/

.articleitemblock {
    margin-top: 16px;
    padding: 0px;
    display: flex;
    align-items: center;
}

    .articleitemblock div.imageContainer > img {
        height: auto;
        width: auto;
        max-width: 200px;
        max-height: 200px;
        image-rendering: auto;
        border-radius: 4px;
        margin-right: 16px;
    }

    .articleitemblock div.textContainer {
        text-align:center;
    }

        .articleitemblock div.textContainer p {
            font-size: 14px;
            color: #8c8c8c;
            display: flex;
            flex-direction: column;
        }

    .articleitemblock .textContainer > p:first-of-type {
        font-size: 16px;
        color: #222;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .articleitemblock > .whiteColor .bgoverlay {
        background-image: none;
    }

    .articleitemblock > .whiteColor h3, .articleitemblock > .whiteColor p {
        color: #000000;
    }

/*#endregion*/

/*#region CallToActionBlock*/

.calltoactionblock > div {
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

    .calltoactionblock > div > div {
        display: block;
        width: 100%;
        min-height: 100%;
        padding: 24px;
    }

        .calltoactionblock > div > div > h3 {
            margin: 0px;
            font-family: 'apercu-regular';
            font-size: 36px;
            font-weight: bold;
            line-height: 1.03;
        }

        .calltoactionblock > div > div > p {
            margin: 16px 0 24px;
            font-family: 'apercu-regular';
            font-size: 18px;
            font-weight: normal;
            line-height: 1.11;
        }

.calltoactionblock .button-container.bottom {
    position: absolute;
    bottom: 40px;
}

.calltoactionblock .button-container .btn {
    margin-top: 15px;
}

.calltoactionblock a.btn {
    border: 0px;
    border-radius: 30px;
    background: #ffb234;
    font-family: 'apercu-medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    text-align: center;
    color: #000000;
    padding: 11px 25px;
    height: 45px;
    min-width: 145px;
    text-shadow: none;
    display: inline-block;
    margin-right: 10px;
}

    .calltoactionblock a.btn.white,
    .calltoactionblock a.btn.white:hover {
        background: #ffffff;
        padding: 8px 25px 11px 25px;
        border: 4px solid #ffffff;
        color: #000000;
    }

.calltoactionblock a.link {
    border: none;
    border-radius: 0;
    background: url("/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg") no-repeat;
    background-position: left top;
    background-size: 32px 32px;
    box-shadow: none;
    text-align: left;
    color: #2751bb;
    padding: 0 0 0 40px;
    height: 32px;
    width: auto;
    display: flex;
    align-items: center;
}

.calltoactionblock a.btn:hover {
    background-color: #ffb234;
    color: #000000;
}

.calltoactionblock a.link:hover {
    background-color: transparent;
    color: #2751bb;
}

.calltoactionblock > .whiteColor .bgoverlay {
    background-image: none;
}

.calltoactionblock > .whiteColor > div h3, .calltoactionblock > .whiteColor > div p {
    color: #000000;
}

/*#endregion*/

/*#region CombineBigLeftBlock */

.combinebigleftblock {
    box-shadow: none;
    margin-bottom: 0px;
}

    .combinebigleftblock > div {
        height: 100%;
        box-shadow: none;
        border-radius: 0px;
    }

    .combinebigleftblock .block {
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
    }

    .combinebigleftblock .double-height .block > div {
        height: 360px;
    }

    .combinebigleftblock .leftBlock h3 {
        font-family: 'apercu-regular';
        font-size: 36px;
        font-weight: bold;
        line-height: 1.03;
    }

    .combinebigleftblock .rightBlocks h3, .combinebigleftblock .rightBlocks .informationblock p {
        font-family: 'apercu-regular';
        font-size: 32px;
        font-weight: bold;
        line-height: 1.06;
    }

/*#endregion*/

/*#region ContributionBlock*/

.contributionblock {
    clear: both;
}

    .contributionblock > div {
        background: #FFF;
        text-align: center;
        padding: 18px 18px 0 18px;
        height: 160px !important;
    }

    .contributionblock.span4 {
        width: 100%;
        float: left;
    }

    .contributionblock > div > a {
        margin: 30px 0 0;
        display: block;
    }

    .contributionblock div h2 {
        font-size: 20px;
        color: #222222;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    .contributionblock div a:hover {
        text-decoration: none;
    }

    .contributionblock div p {
        color: #222222;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .contributionblock span.line {
        display: block;
        border: 2px solid #ffb234;
        width: 67.8px;
        padding: 0;
        border-radius: 100px;
        margin: 7px auto;
        height: 4px;
        background-color: #ffb234;
    }

    .contributionblock:hover, .contributionblock h2, .contributionblock p {
        text-decoration: none;
    }

/*#endregion*/

/*#region ContributionGiftBlock */

.contributiongiftblock > div {
    background: #ffffff;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
}

.contributiongiftblock div.content {
    display: block;
    margin: 40px 0 40px 0;
}

.contributiongiftblock .form-group {
    margin: 16px 40px;
    position: relative;
}

.contributiongiftblock .type .form-group.radiobuttonList {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

    .contributiongiftblock .type .form-group.radiobuttonList label {
        padding: 0 20px 0 0;
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: #000;
    }

        .contributiongiftblock .type .form-group.radiobuttonList label.checked::before {
            background: #2751bb;
            box-shadow: inset 0px 0px 0px 6px #fff;
        }

        .contributiongiftblock .type .form-group.radiobuttonList label::before {
            content: " ";
            display: block;
            height: 29px;
            width: 29px;
            border: 2px solid #2751bb;
            border-radius: 100%;
        }

        .contributiongiftblock .type .form-group.radiobuttonList label input[type="radio"] {
            visibility: hidden;
            width: unset;
            height: auto;
        }

            .contributiongiftblock .type .form-group.radiobuttonList label input[type="radio"] + span {
                font-size: 20px;
                font-weight: 500;
                line-height: 1.15;
                color: #222222;
                padding: 0 0 0 8px;
            }

.contributiongiftblock .amount ul {
    list-style: none;
    padding: 0;
    margin: 8px 40px;
}

    .contributiongiftblock .amount ul li {
        display: inline-block;
        width: calc((100% - 40px) / 3);
        margin: 0 8px;
        padding: 20px 0;
        background: #eaeaea;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.22;
        color: #222222;
        vertical-align: middle;
        cursor: pointer;
    }

        .contributiongiftblock .amount ul li.checked {
            background: #ffffff;
            border: 2px solid #2751bb;
        }

        .contributiongiftblock .amount ul li:first-child {
            margin-left: 0;
        }

        .contributiongiftblock .amount ul li:last-child {
            margin-right: 0;
        }


.contributiongiftblock .amount .form-group input {
    /*width: calc(((100% - 12px) / 3) * 2);*/
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #8c8c8c;
    color: #222222;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
}

.contributiongiftblock .amount .form-group > p {
    display: inline-block;
    margin: 0 16px 0 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: #8c8c8c;
}

.contributiongiftblock .content .field-validation-error span {
    display: block;
    color: #d0021b;
    margin: 0 0 16px 40px;
    padding: 5px 0px 5px 40px;
    font-size: 16px;
    background: url(/static/assets/svg/32x32/icon-error-32-x-32.svg) no-repeat;
}

.contributiongiftblock .content .has-error > .field-validation-error > span {
    margin: 0 0 16px 0;
    padding: 5px 0px 5px 40px;
}

.contributiongiftblock .content input.btn {
    height: 60px;
    width: auto;
    padding: 0 36px;
    margin: 10px 0 0 38px;
    background: #2751bb;
    border: 0px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #ffffff;
    min-width: 176px;
}

.contributiongiftblock .content a.btn {
    height: 60px;
    width: auto;
    padding: 20px 48px 0px 48px;
    margin: 15px 0 0 38px;
    background: #2751bb;
    border: 0px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #ffffff;
    min-width: 176px;
}

/*#endregion*/

/*#region ContributionGiftStartBlock */

.contributiongiftstartblock > div {
    background: #ffffff;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0px;
}

.contributiongiftstartblock div.content {
    display: block;
    margin: 24px;
    overflow: hidden;
}

.giftDescription > p {
    color: #fff;
}

.giftDescription > h3 {
    font-size: 24px !important;
}

.contributiongiftstartblock .form-group {
    margin: 16px 0;
    position: relative;
}

.contributiongiftstartblock .amount ul, .contributiongiftstartblock .giftType ul {
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

    .contributiongiftstartblock .amount ul li, .contributiongiftstartblock .giftType ul li {
        display: inline-block;
        width: 100%;
        margin: 4px 0;
        padding: 20px 0;
        background: #eaeaea;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.22;
        color: #222222;
        vertical-align: middle;
        cursor: pointer;
    }

        .contributiongiftstartblock .amount ul li.checked, .contributiongiftstartblock .giftType ul li.checked {
            background: #ffffff;
            border: 2px solid #2751bb;
        }


.contributiongiftstartblock .amount .form-group input {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #8c8c8c;
    color: #222222;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
}

.contributiongiftstartblock .amount .form-group > p {
    display: block;
    margin: 8px 0 0 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: #8c8c8c;
}

.contributiongiftstartblock .content input.btn {
    height: 60px;
    width: 100%;
    padding: 0 48px;
    margin: 0;
    background: #2751bb;
    border: 0px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #ffffff;
}

    .contributiongiftstartblock .content input.btn.monthlyContributionBtn {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

.contributiongiftstartblock .content a.btn {
    height: 60px;
    width: 100%;
    padding: 20px 29px 0px 29px;
    background: #2751bb;
    border: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #ffffff;
    display: inline-block;
    min-width: 176px;
}

.contributiongiftstartblock .content form {
    display: flex;
    flex-direction: column;
}

    .contributiongiftstartblock .content form > div {
        order: 2;
        flex: 1;
    }

        .contributiongiftstartblock .content form > div.top {
            order: 0;
        }

    .contributiongiftstartblock .content form > .reverse {
        order: 1;
    }

.contributiongiftstartblock .content img {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    width: 100%;
}

/*#endregion*/

/*#region FooterContactBlock */

.footercontactblock {
    margin-bottom: 0px;
}

    .footercontactblock > div {
        width: 100%;
        background: #fff;
        display: block;
        box-shadow: none;
        border-radius: 0px;
    }

    .footercontactblock div.Heading-box {
        display: flex;
        height: 72px;
        cursor: pointer;
        padding: 0 0 0 24px;
    }

        .footercontactblock div.Heading-box h2 {
            flex: 1;
            margin: 0;
            display: flex;
            align-items: center;
            font-family: 'apercu-medium';
            font-size: 20px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.15;
            color: #222222;
        }

    .footercontactblock div span {
        background-position: center right 20px;
        background-repeat: no-repeat;
        box-sizing: content-box;
        float: left;
        padding: 10px;
        width: 60px;
    }

    .footercontactblock div.collapse ul {
        background-color: #f7f6f4;
    }

    .footercontactblock div div.collapse {
        height: 100%;
        vertical-align: middle;
    }

    .footercontactblock div ul {
        width: 100%;
        background-color: #f7f6f4;
        margin: 0;
    }

    .footercontactblock h2 {
        font-family: 'apercu-regular';
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        color: #222222;
    }

    .footercontactblock ul {
        padding: 0px;
    }

    .footercontactblock li {
        margin: 0;
        font-size: 18px;
        padding: 10px 26px;
        color: #8c8c8c;
    }

        .footercontactblock li > a {
            color: #222;
        }

/*#endregion*/

/*#region FooterLinksBlock */

.footerlinksblock {
    margin-bottom: 0px;
}

    .footerlinksblock > div {
        width: 100%;
        background: #fff;
        display: block;
        box-shadow: none;
        border-radius: 0px;
    }

        .footerlinksblock > div > div {
        }

    .footerlinksblock div.Heading-box {
        display: flex;
        height: 72px;
        cursor: pointer;
    }

        .footerlinksblock div.Heading-box h2 {
            flex: 1;
            margin: 0;
            display: flex;
            align-items: center;
            font-family: 'apercu-medium';
            font-size: 20px;
            font-weight: 500;
            line-height: 1.15;
            color: #222222;
            padding: 0 0 0 24px;
        }

    .footerlinksblock div span {
        background-position: center right 20px;
        background-repeat: no-repeat;
        box-sizing: content-box;
        float: left;
        padding: 10px;
        width: 60px;
    }

    .footerlinksblock div.collapse ul {
        background-color: #f7f6f4;
    }

    .footerlinksblock div div.collapse {
        height: 100%;
        vertical-align: middle;
    }

    .footerlinksblock div ul {
        width: 100%;
        background-color: #f7f6f4;
    }

    .footerlinksblock h2 {
        font-family: 'apercu-regular';
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        color: #222222;
    }

    .footerlinksblock ul {
        padding: 0px;
        margin: 0px;
    }

    .footerlinksblock li {
        margin: 0;
        font-size: 18px;
        padding: 10px 26px;
    }

/*.footerlinksblock a {
        color: #222;
    }*/


/*#endregion*/

/*#region FooterQuoteBlock */

.footerquoteblock {
    margin-bottom: 0px;
}

    .footerquoteblock > div {
        width: 100%;
        background-color: #FFF;
        color: #000;
        height: 243px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        box-shadow: none;
        border-radius: 0px;
    }

    .footerquoteblock div div {
        width: 100%;
        display: inline-block;
        font-size: 10px;
    }

        .footerquoteblock div div h2 {
            font-family: 'apercu-regular';
            font-size: 24px;
            line-height: 1.13;
            text-align: center;
            margin: 60px 40px;
        }

footer {
    border-top: solid 1px #dbdbdb;
}

    footer > .container {
        position: relative;
    }

    footer div.link-box {
        background: url(/static/assets/svg/misc/icon-up-arrow.svg) no-repeat #2751bb;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        width: 45px;
        height: 45px;
        position: absolute;
        top: -50px;
        right: 16px;
        z-index: 998;
    }

        footer div.link-box:hover {
            cursor: pointer;
        }
/*#endregion*/

/*#region CrmNewsLetterBlock*/

.crmnewsletterblock > div {
    height: 72px;
}

    .crmnewsletterblock > div > h2 {
        padding: 0 0 0 24px;
    }

.crmnewsletterblock button {
    display: block;
    border-radius: 100px;
    background-color: #2751bb;
    padding: 19px 32px;
    font-family: apercu-medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    text-align: center;
    color: #ffffff;
    border: none;
    min-width: 185px;
}

.crmnewsletterblock input {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #8c8c8c;
    color: #000;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    margin: 0 0 24px;
    font-size: 16px;
    color: #8c8c8c;
}


/*#endregion*/

/*#region IdolContainerBlock*/

.block.idolcontainerblock {
    display: inline-block;
    padding: 0;
}

.idolcontainerblock > div {
    padding: 0;
    height: auto !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: none;
    padding: 0;
    margin-bottom: 32px;
}


    .idolcontainerblock > div > div {
        display: flex;
        flex-wrap: wrap;
    }

    .idolcontainerblock > div > h2 {
        width: 100%;
        font-weight: bold;
    }

    .idolcontainerblock > div > p {
        display: inline-block;
    }


.idolcontainerblock p, .idolcontainerblock h2, .idolcontainerblock h3 {
    color: #222222;
}

.idolcontainerblock select {
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #2751bb url("/static/assets/svg/24x24/icon-arrow-down-white-24-x-24.svg") no-repeat scroll right;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    font-family: "apercu-regular";
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    line-height: 1.22;
    margin: 0;
    padding: 0 0 0 16px;
    text-indent: 1px;
    text-overflow: "";
    width: 221px;
}

/*#endregion*/

/*#region IdolCardBlock*/

.idolcardblock a {
    align-content: center;
    background: rgba(0, 0, 0, 0) url("/static/assets/svg/32x32/icon-arrow-download-down-circle-blue-32-x-32.svg") no-repeat scroll left top / 32px 32px;
    color: #2751bb;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    min-height: 32px;
    padding: 0 0 0 40px;
}

.block.idolcardblock {
    width: 100%;
    padding: 0;
}

.idolcardblock h3 {
    color: #222;
}

.idolcardblock > div {
    height: auto;
    margin-bottom: 41px;
    box-shadow: none;
    padding: 0;
}

/*#endregion*/

/*#region InformationBlock */

.informationblock > div {
    background: #ffffff;
    padding: 0;
}

    .informationblock > div > div {
        padding: 24px;
    }

    .informationblock > div p {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        color: #222222;
        margin: 0 0 24px;
    }

.informationblock > .whiteColor .bgoverlay {
    background-image: none;
}

.informationblock > .whiteColor div p {
    color: #000000;
}

.informationblock > div a {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #2751bb;
    min-height: 32px;
    display: flex;
    align-content: center;
    padding: 0 0 0 40px;
    background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
    background-position: left top;
    background-size: 32px 32px;
}

/*#endregion*/

/*#region NewsLetterBlock*/

.newsletterblock {
    margin-bottom: 0px;
}

    .newsletterblock > div {
        width: 100%;
        background: #fff;
        padding-left: 24px;
        padding-right: 24px;
        border-radius: 0px;
        box-shadow: none;
    }

    .newsletterblock h2 {
        font-family: 'apercu-regular';
        font-weight: 500;
        font-size: 20px;
        line-height: 1.15;
        color: #222222;
        padding-left: -24px;
        margin: 0 0 24px;
        padding-top: 20px;
    }

    .newsletterblock p {
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
        color: #000000;
        margin: 0;
        padding: 0;
    }

    .newsletterblock .personal-data-handling p {
        font-size: 16px;
        margin: 0 0 35px;
    }

    .newsletterblock #NewsletterInfo > a {
        display: block;
        margin: 24px auto 0;
        text-align: center;
        padding: 18px 24px;
        width: 169px;
        min-width: 169px;
        max-width: 100%;
        min-height: 23px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.15;
        color: #ffffff;
        border-radius: 100px;
        background: #2751bb;
    }

    .newsletterblock label {
        display: none;
    }

    .newsletterblock input {
        margin-bottom: 8px;
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        border: solid 1px #8c8c8c;
        color: #000;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 4px;
        margin: 0 0 24px 0;
        font-size: 16px;
        color: #8c8c8c;
    }

        .newsletterblock input.text-danger {
            border: solid 1px #f65058;
        }

        .newsletterblock input[type=submit] {
            display: block;
            margin: 0 auto;
            text-align: center;
            padding: 18px 24px;
            width: 169px;
            min-width: 169px;
            max-width: 100%;
            min-height: 23px;
            font-size: 20px;
            font-weight: 500;
            line-height: 1.15;
            color: #ffffff;
            border-radius: 100px;
            background: #2751bb;
        }

    .newsletterblock ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        color: #8c8c8c;
    }

    .newsletterblock ::-moz-placeholder { /* Firefox 19+ */
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        color: #8c8c8c;
    }

    .newsletterblock :-ms-input-placeholder { /* IE 10+ */
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        color: #8c8c8c;
    }

    .newsletterblock :-moz-placeholder { /* Firefox 18- */
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        color: #8c8c8c;
    }

input::-ms-clear {
    display: none;
}

.newsletterblock input[type="submit"] {
    width: 218px;
}
/*#endregion*/

/*#region OrganisationBlock*/

.organisationblock.span16 {
    clear: both;
}

.organisationblock > div {
    background: #fff;
    padding: 24px;
    height: auto;
    display: flex;
    flex-direction: column;
}

    .organisationblock > div > div h2 {
        color: #222;
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 24px 0;
    }

    .organisationblock > div > div p {
        color: #222;
        font-size: 16px;
    }

    .organisationblock > div > div a {
        border: none;
        border-radius: 0;
        background: url("/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg") no-repeat;
        background-position: left top;
        background-size: 32px 32px;
        box-shadow: none;
        text-align: left;
        color: #2751bb;
        padding: 0 0 0 40px;
        height: 32px;
        width: auto;
        margin-bottom: 40px;
        display: flex;
        align-items: center;
    }

    .organisationblock > div img {
        width: 127px;
        height: auto;
        margin: 10px 0 10px 0;
    }

/*#endregion*/

/*#region ReadMoreBlock*/

.readmoreblock {
}

    .readmoreblock > div {
        color: #000;
        padding: 24px;
        height: auto;
        background: #ffffff;
    }

        .readmoreblock > div.two-columns {
            width: calc(50% - 8px);
            margin: 0 0 0 16px;
        }

            .readmoreblock > div.two-columns:first-child {
                margin: 0;
            }

        .readmoreblock > div h3 {
            font-family: 'apercu-regular';
            font-size: 30px;
            font-weight: bold;
            color: #222222;
            margin: 0 0 24px;
            padding: 0;
        }

        .readmoreblock > div ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }


            .readmoreblock > div ul li {
                padding: 0;
                margin: 0 0 24px;
            }

                .readmoreblock > div ul li:last-child {
                    margin: 0;
                }

                .readmoreblock > div ul li a {
                    font-family: 'apercu-regular';
                    font-size: 18px;
                    font-weight: 500;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.6;
                    display: flex;
                    align-items: center;
                    margin: 0;
                    background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
                    background-size: 32px 32px;
                    padding: 0 0 0 40px;
                    color: #2751bb;
                    min-height: 32px;
                }

                    .readmoreblock > div ul li a:hover,
                    .readmoreblock > div ul li a:active {
                        text-decoration: none;
                    }

        .readmoreblock > div > a {
            font-family: 'apercu-medium';
            font-size: 18px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.22;
            display: flex;
            align-items: center;
            margin: 16px 0 0;
            background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
            background-size: 32px 32px;
            padding: 0 0 0 40px;
            color: #2751bb;
            min-height: 32px;
        }

            .readmoreblock > div > a:hover,
            .readmoreblock > div > a:active {
                text-decoration: none;
            }

/*#endregion*/

/*#region SectionItemListBlock*/

.sectionitemlistblock {
}

    .sectionitemlistblock > div {
        box-shadow: none;
        display: block;
        height: auto !important;
    }

    .sectionitemlistblock .sectionItemLinkContainer {
        height: auto;
        display: inline-block;
        margin-bottom: 40px;
        color: #222222;
    }

        .sectionitemlistblock .sectionItemLinkContainer h3 {
            margin-bottom: 24px;
        }

        .sectionitemlistblock .sectionItemLinkContainer a {
            display: block;
            width: 45px;
            line-height: 50px;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            float: left;
        }

        .sectionitemlistblock .sectionItemLinkContainer span {
            display: block;
            width: 45px;
            line-height: 50px;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            float: left;
            color: #eaeaea;
        }

    .sectionitemlistblock .sectionItemLinkList {
        display: block;
        height: auto;
        color: #222222;
    }

        .sectionitemlistblock .sectionItemLinkList div > ul {
            padding: 0;
            list-style: none;
            margin-bottom: 33.5px;
        }

            .sectionitemlistblock .sectionItemLinkList div > ul li {
                margin-bottom: 16px;
                font-size: 16px;
            }

        .sectionitemlistblock .sectionItemLinkList div > a {
            min-height: 32px;
            font-size: 18px;
            font-weight: 500;
            line-height: 32px;
            margin: 0 0 33.5px 0;
            display: flex;
            align-content: center;
            color: #2751bb;
            padding: 0 0 0 40px;
            background-image: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg);
            background-repeat: no-repeat;
            background-position: top left;
            background-size: 32px 32px;
        }

        .sectionitemlistblock .sectionItemLinkList h2 {
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 24px;
            color: #222222;
        }

        .sectionitemlistblock .sectionItemLinkList div {
            height: auto;
        }

/*#endregion*/

/*#region ServicePhoneBlock*/

.servicephoneblock > div {
    margin: 0 auto;
    text-align: center;
}

.servicephoneblock.span16 > div {
    padding: 25px 0;
}

.servicephoneblock span {
    font-weight: normal;
    font-size: 27px;
    line-height: 30px;
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
}

.servicephoneblock.span16 span {
    font-size: 2em;
}

.servicephoneblock img {
    margin: 10px 10px;
}

.servicephoneblock.span16 img {
    margin: 15px 20px;
}
/*#endregion*/

/*#region ServiceBlock*/

.serviceblock > div {
    margin: 0 auto;
    height: auto;
    box-shadow: none;
    border-radius: 0px;
}

    .serviceblock > div > div {
        padding-left: 0px;
        padding-right: 0px;
        background: #ffffff;
    }

        .serviceblock > div > div ul {
            display: flex;
            list-style: none;
            -webkit-flex-flow: row wrap;
            justify-content: space-around;
            padding: 0px;
            margin: 0px;
            justify-content: space-between;
        }

        .serviceblock > div > div > ul li {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }

    .serviceblock > div a {
        color: #222222;
        padding: 0 8px;
    }

    .serviceblock > div li:after {
        content: '';
        display: block;
        background: #41d699;
        height: 4px;
        width: auto;
        border-radius: 100px;
    }

    .serviceblock > div a:hover {
        text-decoration: none;
        color: #222222;
    }

/*#endregion*/

/*#region SocialMediaBlock */

.socialmediablock {
    margin: 0 0;
    padding: 16px 0;
    background: #fff;
}

    .socialmediablock > div {
        width: 100%;
        text-align: center;
        display: table;
        border-spacing: 5px;
        height: 52px;
        margin: 0;
        box-shadow: none;
        border-radius: 0px;
    }

    .socialmediablock div span,
    a.socialmediabutton span {
        display: inline-block;
        width: 54px;
        height: 52px;
        font-size: 10px;
        margin: 0 7px;
        vertical-align: middle;
    }

        .socialmediablock span.Facebook,
        a.socialmediabutton span.Facebook {
            background: url("/static/assets/svg/social/graphics-social-facebook.svg") no-repeat;
        }

        .socialmediablock span.Twitter,
        a.socialmediabutton span.Twitter {
            background: url("/static/assets/svg/social/graphics-social-twitter.svg") no-repeat;
        }

        .socialmediablock span.Instagram,
        a.socialmediabutton span.Instagram {
            background: url("/static/assets/svg/social/graphics-social-instagram.svg") no-repeat;
        }

        .socialmediablock span.YouTube,
        a.socialmediabutton span.YouTube {
            background: url("/static/assets/svg/social/graphics-social-youtube.svg") no-repeat;
        }

        .socialmediablock span.LinkedIn,
        a.socialmediabutton span.LinkedIn {
            background: url("/static/assets/svg/social/graphics-social-linkedin.svg") no-repeat;
        }

        .socialmediablock span.Mail,
        a.socialmediabutton span.Mail {
            background: url("/static/assets/svg/social/graphics-social-mail.svg") no-repeat;
        }

.socialmediabutton p {
    display: inline-block;
}

.socialmediablock a:hover {
    text-decoration: none;
}

/*#endregion*/

/*#region SocialMediaShareBlock */

.socialmediashareblock {
    padding: 0 -8px;
}

    .socialmediashareblock > div {
        width: 100%;
        border-spacing: 5px;
        height: auto;
        padding: 24px 0;
        box-shadow: none;
    }

    .socialmediashareblock div div {
        display: inline-block;
        width: 52.1px;
        height: 52px;
        border-radius: 100px;
        background-color: #ffffff;
        border: solid 1px #2751bb;
        margin: 100px;
        font-size: 10px;
        display: table-cell;
        vertical-align: middle;
        color: #2751bb;
    }

    .socialmediashareblock h3 {
        font-family: 'apercu-regular';
        font-size: 20px;
        color: #222222;
        margin: 0 0 24px;
        padding: 0;
    }

    .socialmediashareblock a:hover {
        color: #239ddc;
        text-decoration: none;
    }

/*#endregion*/

/*#region SponsorBlock */
.sponsorblock > div {
    padding: 24px 24px 5px;
    background: #fff;
    height: initial;
}

    .sponsorblock > div > div {
        background: #fff;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between
    }

.sponsorblock h4 {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 0;
}

.sponsorblock a {
    width: 120px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
}

.sponsorblock img {
    height: auto;
    width: 96px;
}
/*#endregion*/

/*#region TeaserBlock */

.teaserblock > div, .teaser > div, .informationblock > div, .combinebigleftblock .double-height .block > div {
    margin: 0 auto;
    padding: 0;
    height: auto;
    color: #ffffff;
}

    .teaserblock > div > div, .teaser > div > div {
        padding: 0;
        height: auto;
        background-position: center;
        background-size: cover;
        border-radius: 5px;
        display: flex;
    }

        .teaserblock > div > div.articleCardVisibleSpan8, .teaser > div > div.articleCardVisibleSpan8 {
            display: block;
            min-height: 224px;
        }

        .sidebar .teaserblock > div > div.articleCardVisibleSpan8, .teaser > div > div.articleCardVisibleSpan8 {
            display: none;
        }

.teaserblock.span4 > div > div.articleCardVisibleSpan8 {
    display: none;
}

.teaserblock > div .articleCardVisibleSpan8, .teaser > div .articleCardVisibleSpan8 {
    padding: 24px;
    background: #ffffff;
    color: #222;
}

.teaserblock.span8 > div a.articleCardHideSpan8, .teaser.span8 > div a.articleCardHideSpan8,
.teaserblock.span16 > div a.articleCardHideSpan8, .teaser.span16 > div a.articleCardHideSpan8 {
    display: none;
}

.teaserblock > div > div.noBorderRadiusBottom, .teaser > div > div.noBorderRadiusBottom {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 224px;
}

.teaserblock.span4 > div > div.noBorderRadiusBottom, .teaser > div > div.noBorderRadiusBottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 224px;
}

.teaserblock > div > .white, .teaser > div > .white {
    background-color: #ffffff;
    color: #000000;
}

.teaserblock > div > div > .bgoverlay, .teaser > div > div > .bgoverlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    border-radius: 5px;
    flex: 1;
    max-width: 100%;
}

    .teaserblock > div > div > .bgoverlay h3,
    .teaserblock > div > div > .bgoverlay h4,
    .teaserblock > div > div > .bgoverlay p,
    .videoblock > div h3,
    .videoblock > div h4,
    .teaser > div > div > .bgoverlay h3,
    .teaser > div > div > .bgoverlay h4,
    .teaser > div > div > .bgoverlay p {
        color: #ffffff;
    }

.teaserblock > div > div > div, .teaser > div > div > div {
    padding: 24px;
}

.teaserblock > div h3, .videoblock > div h3, .teaser > div h3 {
    margin: 0 0 16px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.06;
}

.teaserblock > div h4, .videoblock > div h4, .teaser > div h4 {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

.teaserblock > div a, .teaser > div a {
    min-height: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    display: flex;
    align-content: center;
    color: #ffffff;
    padding: 0 0 0 40px;
    background-image: url(/static/assets/svg/32x32/icon-arrow-right-circle-white-32-x-32.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 32px 32px;
}

.teaserblock > div .articleCardVisibleSpan8 a, .teaser > div .articleCardVisibleSpan8 a {
    min-height: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    display: flex;
    align-content: center;
    color: #2751bb;
    padding: 0 0 0 40px;
    background-image: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 32px 32px;
}

.teaserblock > div .white a, .teaser > div .white a {
    color: #2751bb;
}

.teaserblock > .whiteColor .bgoverlay,
.teaser > .whiteColor .bgoverlay {
    background-image: none;
}

.teaserblock > .whiteColor div div h3, .teaserblock > .whiteColor div div h4, .teaserblock > .whiteColor div div p,
.teaser > .whiteColor div div h3, .teaser > .whiteColor div div h4, .teaser > .whiteColor div div p {
    color: #000000;
}

.teaserblock > .whiteColor a {
    color: #2751bb;
    background-image: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg);
}
/*#endregion*/

/*#region TextDividerBlock*/

.textdividerblock {
    font-size: 24px;
    font-weight: bold;
}

    .textdividerblock > div {
        box-shadow: none;
        color: #222;
        height: auto;
    }


/*#endregion*/

/*#region VideoBlock*/

.videoblock .videoOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 150px;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
    vertical-align: middle;
    background-position: center;
    background-size: cover;
}

    .videoblock .videoOverlay > img {
        width: 100%;
        height: auto;
    }

    .videoblock .videoOverlay > .info {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 24px;
    }

    .videoblock .videoOverlay > .playwrapper {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        position: absolute;
        display: flex; /* establish flex container */
        flex-direction: column; /* align children vertically (column format) */
        justify-content: center; /* center children vertically */
        align-items: center;
        cursor: pointer;
    }

        .videoblock .videoOverlay > .playwrapper .playbutton {
            width: 65px;
            height: 65px;
            background-color: #2751bb;
            border-radius: 65px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .videoblock .videoOverlay > .playwrapper .playbutton > span {
                font-size: 28px;
                top: 0px;
                left: 2px;
            }

/*#endregion*/

/*#endregion*/

/*#region Pages */

h1 {
    font-family: 'apercu-regular';
    font-size: 44px;
    font-weight: bold;
    line-height: 1.05;
    color: #222222;
    margin: 25px 0 15px 0;
}

p {
    font-family: 'apercu-regular';
    font-size: 16px;
    line-height: 1.38;
    color: #222222;
    margin: 0 0 12px;
}

li {
    font-family: apercu-regular;
    font-size: 16px;
    line-height: 1.38;
    color: #222222;
    margin: 0 0 4px;
}

.published {
    font-family: 'apercu-regular';
    font-size: 14px;
    line-height: 1.21;
    text-align: left;
    color: #9b9b9b;
    margin: 0 0 20px;
}

.description {
    font-family: 'apercu-regular';
    font-size: 20px;
    line-height: 1.15;
    color: #222222;
    margin: 0 0 20px;
}

.imageDescription {
    font-family: 'apercu-regular';
    font-size: 14px;
    line-height: 1.21;
    text-align: left;
    color: #9b9b9b;
    margin: 5px 0 20px;
}

blockquote {
    padding: 16px 16px;
    margin: 0 -16px 20px;
    border: none;
    background: #f7f6f4;
    font-family: 'apercu-regular';
    font-size: 20px;
    line-height: 1.27;
    color: #222222;
}

    blockquote p {
        font-family: 'apercu-regular';
        font-size: 20px;
        line-height: 1.27;
        color: #222222;
    }

.transparent {
    background-image: linear-gradient(180deg, #ffffff 70px, rgba(230, 225, 220, 0.3) 0px);
}

.brisBreadcrumb {
    list-style: none;
    padding: 0;
}

    .brisBreadcrumb li {
        display: inline;
    }

    .brisBreadcrumb a {
        font-family: 'apercu-regular';
        font-size: 16px;
        color: #2751bb;
    }

    .brisBreadcrumb .divider {
        font-family: 'apercu-regular';
        font-size: 16px;
        color: #2751bb;
        margin: 0 8px 0 4px;
    }

.brisBreadcrumb {
    font-family: 'apercu-regular';
    font-size: 16px;
    color: #222222;
}

.hideMyTracks {
    margin-top: 0 !important;
}

.announcementwrapper {
    padding: 0 8px;
    margin-top: 16px;
}

.announcement > div {
    padding: 18px 20px;
    height: auto;
    min-height: 72px;
    background-color: #ffffff;
    box-shadow: none;
    border: 2px solid #41d699;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.announcement p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.13;
    color: #222222;
    flex: 1;
}

.row > div.equalHeight > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*#region AccountPage*/

.AccountPage {
}

    .AccountPage .block {
        position: relative;
    }

    .AccountPage .hideMyTracks > div > ul {
        padding: 0px;
    }

    .AccountPage .row {
        padding: 0 8px 0px 8px;
    }

    .AccountPage h1 {
        font-size: 30px;
        font-weight: bold;
    }

    .AccountPage .ActionContainer div {
        width: 47%;
        margin-bottom: 14px;
    }

    .AccountPage .block > div.Action {
        align-items: center;
        background: #ffffff none repeat scroll 0 0;
        display: flex;
        height: 160px;
        text-align: center;
        width: 100%;
    }

        .AccountPage .block > div.Action a {
            color: #222222;
            display: block;
            flex: 1 1 0px;
            font-size: 20px;
            font-weight: bold;
            margin: 0 auto;
        }

            .AccountPage .block > div.Action a::after {
                background-color: #41d699;
                border-radius: 100px;
                content: "";
                display: block;
                height: 2px;
                margin: 4px auto 0;
                width: 66px;
            }

    .AccountPage .ActionContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.ActionContainer .block {
    padding: 0;
}

.AccountPage .ActionContainer > div ul {
    padding: 0;
    list-style: none;
}

.AccountPage .ActionContainer > div.SettingsLink {
    padding: 0px;
    display: block;
    width: 100%;
}

    .AccountPage .ActionContainer > div.SettingsLink a {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: #2751bb;
        min-height: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-position: left center;
        background-size: 32px;
    }

.AccountPage .ActionContainer > div ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #2751bb;
    font-weight: 500;
    display: block;
    background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
    background-size: 32px 32px;
    padding: 0 0 0 40px;
    min-height: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.AccountPage .EventBox h2 {
    font-weight: bold;
    color: #222222;
}

.AccountPage .unreadDot {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #41d699;
    border: solid 5px rgba(65, 214, 153, 0.1);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    border-radius: 50px;
    animation: pulse 2s infinite;
    position: absolute;
    right: 16px;
    top: -17.5px;
}

.AccountPage .block > div > ul {
    padding: 0 0 40px 0;
}

.AccountPage .Inbox li.list-group-item {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.AccountPage .Inbox li {
    margin: 0 24px;
}


.AccountPage .Inbox .unreadDotContainer {
    display: block;
    float: left;
    padding-top: 2.5px;
    margin-right: 16px;
}

.AccountPage .Inbox .unreadDot {
    display: block;
    width: 20px;
    height: 20px;
    position: inherit;
}

.AccountPage .block > div {
    height: auto;
    background: #fff;
}

.AccountPage .Inbox p {
    margin: 0;
    padding: 2px 0 2px 0;
    display: inline-block;
}

.AccountPage .Inbox .time {
    color: #8c8c8c;
    margin-bottom: 10px !important;
    width: 100%;
    display: block;
}

.AccountPage .Inbox li p:nth-child(2n+1) {
    display: inline-block;
}

.AccountPage .Inbox li.list-group-item:hover a {
    text-decoration: none;
}

.AccountPage .Inbox li.list-group-item form {
    display: inline-block;
}

.AccountPage .Inbox li.list-group-item a {
    font-weight: bold;
    color: #2751bb;
    display: inline-block;
    width: auto;
    font-weight: bold !important;
}

.AccountPage .removedThread {
    border-bottom: solid 2px #d1d1d1;
}

    .AccountPage .removedThread > h1 {
        font-size: 24px;
        color: #222222;
        line-height: 1.08;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-message-green-32-x-32.svg) no-repeat;
        margin: 0 0 8px;
    }

.AccountPage h2 {
    font-weight: bold;
    font-size: 24px;
}

.AccountPage button.toggle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #222;
    min-height: 32px;
    padding: 0 0 0 40px;
    background: url(/static/assets/svg/32x32/icon-menu-plus-blue-32-x-32.svg) no-repeat;
    background-size: 32px 32px;
    border: none;
    margin: 40px 0 0 40px;
}

.AccountPage .Empty {
    min-height: 399px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 24px;
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}

    .AccountPage .Empty > div {
        min-height: 279px;
        border-radius: 4px;
        background-color: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        border: solid 3px #41d699;
        padding: 66px 32px 60px 32px;
        text-align: center;
    }

        .AccountPage .Empty > div h2 {
            font-size: 24px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.08;
            color: #222222;
            margin: 0 0 16px 0;
        }

        .AccountPage .Empty > div p {
            font-size: 18px;
        }

    .AccountPage .Empty > ul {
        color: #2751bb;
        list-style: none;
        font-size: 18px;
        font-weight: 500;
        margin-top: 38.5px;
        padding: 0px;
    }

        .AccountPage .Empty > ul li {
            background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat left top;
            font-weight: 500;
            padding: 5px 0px 4px 40px;
        }


/*#endregion*/

/*#region AccountChangePage*/

.AccountChangePage .row {
    padding: 0 8px 0px 8px;
}

.AccountChangePage #partialViewRemoveAccount {
    margin: 0 0 80px;
}

    .AccountChangePage #partialViewRemoveAccount h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        color: #222222;
        margin: 0 0 32px;
    }

    .AccountChangePage #partialViewRemoveAccount h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.15;
        color: #222222;
        margin: 0 0 16px;
    }

.AccountChangePage .form-group {
    display: block;
    position: relative;
}

    .AccountChangePage .form-group input[type="text"], .AccountChangePage .form-group input[type="password"] {
        border-radius: 4px;
        box-shadow: none;
        color: #222222;
        font-size: 16px;
        height: 66px;
        margin: 10px 0 24px 0;
        padding: 16px;
        background: #ffffff;
    }

    .AccountChangePage .form-group > label.control-label {
        background: #ffffff none repeat scroll 0 0;
        color: #8c8c8c;
        font-family: "apercu-regular";
        font-size: 16px;
        font-weight: normal;
        left: 32px;
        padding: 0 4px;
        position: absolute;
        top: -12px;
    }

.AccountChangePage .profilePicture img {
    height: 40px;
    width: 40px;
    margin: 0 0 32px;
}

.AccountChangePage #partialViewUpdate > a {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #ffffff;
    text-align: center;
    background: #2751bb;
    padding: 19px 0;
    margin: 0 0 40px;
    border-radius: 100px;
}

.AccountChangePage #partialViewRemoveAccount p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: #222222;
    margin: 0 0 36px;
}

.AccountChangePage #partialViewRemoveAccount a.link {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #2751bb;
    min-height: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
    background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
    background-position: left center;
    background-size: 32px;
}


.AccountChangePage .form-group select {
    border-radius: 4px;
    border-color: #8c8c8c;
    box-shadow: none;
    color: #222222;
    font-size: 16px;
    height: 66px;
    margin: 10px 0 24px 0;
    padding: 16px;
}

.AccountChangePage .form-group.SexChoice {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .AccountChangePage .form-group.SexChoice label {
        padding: 0 20px 0 0;
        font-size: 18px;
        font-weight: 100;
    }

.AccountChangePage .SexChoice input[type=radio] {
    visibility: hidden;
}

.AccountChangePage .SexChoice label.checked:before {
    background: #2751bb;
    box-shadow: inset 0px 0px 0px 6px #fff;
}

.AccountChangePage .SexChoice label {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .AccountChangePage .SexChoice label:before {
        content: " ";
        display: block;
        height: 29px;
        width: 29px;
        border: 2px solid #2751bb;
        border-radius: 100%;
    }

.AccountChangePage .form-group-wrapper {
    margin: 0 0 34px;
}

.AccountChangePage span.field-validation-error {
    background: rgba(0, 0, 0, 0) url("/static/assets/svg/32x32/icon-error-32-x-32.svg") no-repeat scroll 0 0;
    color: #d0021b;
    display: block;
    font-size: 16px;
    padding: 5px 0 5px 40px;
    margin-top: 12px;
}


.AccountChangePage .profilePictureContainer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .AccountChangePage .profilePictureContainer div > img {
        width: 100%;
        height: 100%;
    }


    .AccountChangePage .profilePictureContainer div {
        margin: 0 16px 0 0;
        cursor: pointer;
    }

        .AccountChangePage .profilePictureContainer div > label {
            cursor: pointer;
        }

    .AccountChangePage .profilePictureContainer > div input[type=radio] {
        visibility: hidden;
        position: absolute;
        z-index: 10;
    }

    .AccountChangePage .profilePictureContainer > div input + img {
        border: 2px solid transparent;
        width: 60px;
        height: 60px;
        background: #f4f4f4;
        padding: 10px;
        display: block;
        z-index: -999;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0;
    }

    .AccountChangePage .profilePictureContainer > div input:checked + img {
        border: 2px solid #2751bb;
    }


.AccountChangePage input.btn-default {
    background-color: #2751bb;
    background-image: none;
    border: medium none;
    border-radius: 35px;
    box-shadow: none;
    color: #fff;
    font-family: "apercu-medium";
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    line-height: 1.22;
    margin: 16px 0;
    padding: 6px 0;
    text-shadow: none;
    width: 198px;
    display: inline-block;
}

.AccountChangePage #updateUserForm {
    margin: 0 0 44px;
}

    .AccountChangePage #updateUserForm > a {
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        margin: 0 0 0 24px;
        min-height: 32px;
        height: 32px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.33;
        color: #2751bb;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-menu-minus-blue-32-x-32.svg) no-repeat;
        background-position: left center;
        background-size: 32px;
    }

.AccountChangePage #partialViewRemoveAccount a.btn {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #222222;
    padding: 19px 0;
    background: #ffb234;
    border-radius: 100px;
    margin: 0 0 40px;
}

.AccountChangePage .info {
    margin-top: 24px;
}

    .AccountChangePage .info .block > div {
        height: auto;
        padding: 24px;
        background: #ffffff;
    }

    .AccountChangePage .info .block .thank-you {
        display: block;
        margin: 0;
        border: 2px solid #41d699;
        border-radius: 4px;
        padding: 32px;
    }

        .AccountChangePage .info .block .thank-you > h2 {
            font-size: 24px;
            font-weight: bold;
            line-height: 1.08;
            color: #222222;
            text-align: center;
            margin: 34px 0 15px;
        }

        .AccountChangePage .info .block .thank-you > p {
            font-size: 18px;
            color: #222222;
            text-align: center;
            margin: 0 0 14px;
        }

    .AccountChangePage .info .block > div > a {
        margin: 32px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        color: #2751bb;
        font-weight: 500;
        display: block;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-size: 32px 32px;
        padding: 0 0 0 40px;
        min-height: 32px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

/*#endregion*/

/*#region ArchivePage*/

.ArchivePage .row {
    padding: 0 8px;
}

    .ArchivePage .row h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        color: #222222;
        margin: 0 0 24px;
    }

    .ArchivePage .row .block > div {
        background: #ffffff;
        padding: 24px;
        height: auto;
    }

        .ArchivePage .row .block > div ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .ArchivePage .row .block > div ul > li {
                position: relative;
                border-bottom: 2px solid #eaeaea;
            }

                .ArchivePage .row .block > div ul > li a {
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 1.11;
                    color: #2751bb;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    min-height: 32px;
                    padding: 50px 0 18px;
                    box-sizing: content-box;
                }

                    .ArchivePage .row .block > div ul > li a > .text {
                        flex: 1;
                    }

                .ArchivePage .row .block > div ul > li .timestamp {
                    font-size: 16px;
                    font-weight: normal;
                    line-height: 1.25;
                    color: #8c8c8c;
                    display: block;
                    position: absolute;
                    top: 16px;
                    left: 0px;
                }

    .ArchivePage .row .center-block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .ArchivePage .row .center-block .pagination {
            flex: 1;
            display: flex;
            justify-content: center;
        }

    .ArchivePage .row .pagination > li {
        display: flex;
        width: 41px;
        height: 41px;
        margin: 0 3px;
    }

        .ArchivePage .row .pagination > li > a {
            border-radius: 0px;
            border: none;
            background: none;
            padding: 0;
            font-size: 16px;
            font-weight: normal;
            line-height: 1;
            color: #222222;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ArchivePage .row .pagination > li.next > a {
            background-image: url(/static/assets/svg/32x32/icon-arrow-down-black.svg);
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: center center;
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .ArchivePage .row .pagination > li.prev > a {
            background-image: url(/static/assets/svg/32x32/icon-arrow-down-black.svg);
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: center center;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .ArchivePage .row .pagination > li > a:hover {
            background: #2751bb;
            border: none;
            color: #ffffff;
        }

        .ArchivePage .row .pagination > li.next > a:hover {
            background-image: url(/static/assets/svg/32x32/icon-arrow-down-white.svg);
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: center center;
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .ArchivePage .row .pagination > li.prev > a:hover {
            background-image: url(/static/assets/svg/32x32/icon-arrow-down-white.svg);
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: center center;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .ArchivePage .row .pagination > li.active > a {
            background: #ffffff;
            border: 2px solid #2751bb;
            color: #000000;
        }

/*#endregion*/

/*#region ArticlePage */

.ArticlePage {
    background: #ffffff;
}

    .ArticlePage .content img {
        width: 100%;
        height: auto;
    }

    .ArticlePage .content {
        padding: 0 16px;
    }

        .ArticlePage .content > h1, .ArticlePage .content > h2, .ArticlePage .content > h3 {
            width: 100%;
        }

        .ArticlePage .content > p {
            width: 100%;
        }

        .ArticlePage .content > ul {
            width: 100%;
        }

        .ArticlePage .content > p img {
            width: 100%;
            height: auto;
        }

    .ArticlePage .area {
        padding: 0 0 50px;
    }

    .ArticlePage .brisBreadcrumb {
        padding: 0 8px;
        margin: 0;
    }

    .ArticlePage > div h3.authorBlockTitle {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.08;
        color: #222222;
        margin: 34px 0 24px;
    }

    .ArticlePage > div .linkListWrapper {
        margin: 0 0 40px;
    }

        .ArticlePage > div .linkListWrapper > h3 {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.08;
            color: #222222;
        }

    .ArticlePage > div ul.linkList {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .ArticlePage > div ul.linkList li {
            padding: 0;
            margin: 0;
        }

            .ArticlePage > div ul.linkList li a,
            .SectionPage .SectionPageItem .articleLinks a {
                font-family: 'apercu-medium';
                font-size: 18px;
                font-weight: 500;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.22;
                display: flex;
                align-items: center;
                margin: 0;
                padding: 12px 0;
                color: #2751bb;
                margin: 16px 0 0;
                background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
                background-size: 32px 32px;
                background-position: left center;
                padding: 0 0 0 40px;
                min-height: 32px;
                height: 32px;
                text-decoration: none;
            }

    .ArticlePage .subNavigationBlock {
        padding: 0 8px;
        margin: 16px 0;
    }

        .ArticlePage .subNavigationBlock > div {
            padding: 24px 16px;
            height: auto;
            background: #ffffff;
        }

            .ArticlePage .subNavigationBlock > div > h3 {
                font-size: 30px;
                font-weight: bold;
                line-height: 1.07;
                color: #222222;
                margin: 0 0 24px;
            }

            .ArticlePage .subNavigationBlock > div > ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .ArticlePage .subNavigationBlock > div > ul > li {
                    display: flex;
                    flex-wrap: wrap;
                    margin: 24px 0 0;
                }

                    .ArticlePage .subNavigationBlock > div > ul > li:first-child {
                        margin: 0;
                    }

                    .ArticlePage .subNavigationBlock > div > ul > li > a {
                        font-size: 18px;
                        font-weight: 500;
                        line-height: 1.22;
                        color: #2751bb;
                        flex: 1;
                        min-height: 32px;
                        height: auto;
                        display: flex;
                        align-items: center;
                        padding: 0 0 0 40px;
                        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
                        background-position: left top;
                        background-size: 32px 32px;
                    }

    .ArticlePage .sidebar .teaserblock h3, .ArticlePage .sidebar .calltoactionblock h3 {
        font-size: 32px;
    }

    .ArticlePage .belowContentArea, .ContributionGiftPage .belowContentArea {
        padding: 0 8px 150px;
    }

        .ArticlePage .belowContentArea > .row, .ContributionGiftPage .belowContentArea > .row {
            padding: 0 8px;
        }

    .ArticlePage table td {
        background: #fff;
        width: 100%;
        font-size: 18px;
        display: inline-block
    }

    .ArticlePage .flexWrap {
        display: flex;
        flex-wrap: wrap;
    }

        .ArticlePage .flexWrap > .blockWrapper {
            flex: 1 0 100%;
        }

    .ArticlePage .authorblock > div > div {
        flex: none;
    }


/*#endregion*/

/*#region ChatPages*/

/*#region ChatPage*/

.ChatPage > .container-fluid > .container .row, .ChatHistoryPage > .container-fluid > .container .row {
    margin-top: 16px;
    padding: 0 8px;
}

.ChatHistoryPage #printButton {
    background: none;
    border: 0px;
    font-size: 24px;
    font-weight: normal;
}

    .ChatHistoryPage #printButton span {
        color: #222222;
    }

.ChatPage h1, .ChatHistoryPage h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.07;
    color: #222222;
    padding: 0;
    margin: 0 0 8px;
}

.ChatPage .row > div > p, .ChatHistoryPage .row > div > p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.22;
    color: #222222;
    padding: 0 0 8px;
}

.ChatPage .info .block > div, .ChatHistoryPage .info .block > div {
    height: auto;
    background: #ffffff;
    padding: 24px 24px 32px;
}

.ChatPage .info .block .queue-full, .ChatPage .info .block .chat-closed, .ChatHistoryPage .info .block .no-history,
.ChatHistoryPage .info .block .queue-full, .ChatHistoryPage .info .block .chat-closed {
    display: block;
    margin: 0;
    border: 2px solid #41d699;
    border-radius: 4px;
    padding: 32px;
}

    .ChatPage .info .block .queue-full > h2, .ChatPage .info .block .chat-closed > h2, .ChatHistoryPage .info .block .no-history > h2,
    .ChatHistoryPage .info .block .queue-full > h2, .ChatHistoryPage .info .block .chat-closed > h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.08;
        color: #222222;
        text-align: center;
        margin: 34px 0 15px;
    }

    .ChatPage .info .block .queue-full > p, .ChatPage .info .block .chat-closed > p, .ChatHistoryPage .info .block .no-history > p,
    .ChatHistoryPage .info .block .queue-full > p, .ChatHistoryPage .info .block .chat-closed > p {
        font-size: 18px;
        color: #222222;
        text-align: center;
        margin: 0 0 14px;
    }

.ChatPage .info .block > div > a, .ChatHistoryPage .info .block > div > a {
    margin: 32px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #2751bb;
    font-weight: 500;
    display: block;
    background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
    background-size: 32px 32px;
    padding: 0 0 0 40px;
    min-height: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ChatPage .info .block > div input.btn, .ChatHistoryPage .info .block > div input.btn {
    margin: 0 0 16px;
    background: #2751bb;
    border-radius: 100px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 48px;
}

.ChatPage .info .block > div input#StartChat, .ChatHistoryPage .info .block > div input#StartChat {
    display: block;
}

.ChatPage .info .block > div input#EndChat, .ChatHistoryPage .info .block > div input#EndChat {
    display: none;
}

.ChatPage .info .block > div .info, .ChatHistoryPage .info .block > div .info {
    display: block;
    overflow: hidden;
    padding: 0 0 8px;
}

.ChatPage .info .block > div h4, .ChatHistoryPage .info .block > div h4 {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    font-size: 18px;
    color: #222222;
}

.ChatPage .info .block > div a.link, .ChatHistoryPage .info .block > div a.link {
    display: flex;
    align-items: center;
    height: 32px;
    margin: 8px 0 8px;
    font-size: 18px;
    color: #2751bb;
    padding: 0 0 0 40px;
    background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
    background-size: contain;
}

.ChatPage .info .block .chat-open p, .ChatHistoryPage .info .block .chat-open p {
    font-size: 18px;
    font-weight: normal;
}

.ChatHistoryPage button.toggle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #222;
    min-height: 32px;
    padding: 0 0 0 40px;
    background: url(/static/assets/svg/32x32/icon-menu-plus-blue-32-x-32.svg) no-repeat;
    background-size: 32px 32px;
    border: none;
    margin: 40px 0 0 0px;
    display: flex;
}

/*#endregion*/

/*#region ChatHistoryPage*/

.ChatHistoryPage .info .block > div ul {
    list-style: none;
    padding: 0;
    margin: -16px 0 0 0;
}

    .ChatHistoryPage .info .block > div ul > li {
        position: relative;
        border-bottom: 2px solid #eaeaea;
    }

        .ChatHistoryPage .info .block > div ul > li a {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.11;
            color: #222222;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            height: 32px;
            padding: 0 0 18px;
            box-sizing: content-box;
        }

            .ChatHistoryPage .info .block > div ul > li a .unreadDot {
                display: block;
                width: 20px;
                height: 20px;
                background-color: #41d699;
                border: solid 5px rgba(65, 214, 153, 0.1);
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                box-shadow: 0 0 0 rgba(204,169,44, 0.4);
                border-radius: 50px;
                animation: pulse 2s infinite;
                float: left;
                margin: 3px 16px 0 0;
            }

            .ChatHistoryPage .info .block > div ul > li a > .icon {
                width: 32px;
                height: 32px;
                display: block;
                background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
                background-size: contain;
                margin: 0 8px 0 0;
            }

            .ChatHistoryPage .info .block > div ul > li a > .text {
                flex: 1;
            }

            .ChatHistoryPage .info .block > div ul > li a > .timestamp {
                font-size: 16px;
                font-weight: normal;
                line-height: 1.25;
                color: #8c8c8c;
                display: block;
                position: absolute;
                top: 16px;
                left: 0px;
            }

.ChatHistoryPage .info > div > h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.08;
    color: #222222;
}

.ChatHistoryPage .historyWrapper {
    overflow: hidden;
}

    .ChatHistoryPage .historyWrapper #chatHistory .chatMessageRow .icon span.chatMessageTime {
        color: #000;
        display: block;
        text-align: center;
    }

.ChatHistoryPage #chatHistory {
    margin: 0 auto;
}

    .ChatHistoryPage #chatHistory > .chatMessageRow {
        display: flex;
        flex-wrap: wrap;
        margin: 16px;
    }

        .ChatHistoryPage #chatHistory > .chatMessageRow.userMessageRow {
            flex-direction: row-reverse;
        }

        .ChatHistoryPage #chatHistory > .chatMessageRow > .icon {
            width: 40px;
            height: 40px;
        }

            .ChatHistoryPage #chatHistory > .chatMessageRow > .icon img {
                width: 40px;
                height: 40px;
                border-radius: 40px;
            }

        .ChatHistoryPage #chatHistory > .chatMessageRow > .message {
            padding: 16px;
            margin: 0 0 0 16px;
            background: #f7f6f4;
            border-radius: 20px;
            max-width: calc(100% - 112px);
            font-size: 16px;
            font-weight: normal;
            line-height: 1.38;
            color: #222222;
        }

        .ChatHistoryPage #chatHistory > .chatMessageRow.userMessageRow > .message {
            padding: 16px;
            margin: 0 16px 0 56px;
            background: #d3f0e2;
            border-radius: 20px;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.38;
            color: #222222;
        }

        .ChatHistoryPage #chatHistory > .chatMessageRow > .message > a {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.38;
            color: #2751bb;
            text-decoration: none;
        }

            .ChatHistoryPage #chatHistory > .chatMessageRow > .message > a:hover, .ChatHistoryPage #chatHistory > .chatMessageRow > .message > a:active {
                text-decoration: none;
            }

        .ChatHistoryPage #chatHistory > .chatMessageRow > .image, .ChatHistoryPage #chatHistory > .chatMessageRow > .video {
            padding: 0;
            margin: 0 0 0 16px;
            background: #e6e6e6;
            border-radius: 4px;
            max-width: calc(100% - 112px);
        }

            .ChatHistoryPage #chatHistory > .chatMessageRow > .image > img, .ChatHistoryPage #chatHistory > .chatMessageRow > .video > img {
                width: 100%;
                height: auto;
            }

    .ChatHistoryPage #chatHistory .chatMessageRow > .message img.emojione,
    .ChatHistoryPage #chatHistory .chatMessageRow > .message img.emojioneemoji {
        background: none;
        height: 32px;
    }

    .ChatHistoryPage #chatHistory .chatMessageRow > .message.onlyemoji img.emojione,
    .ChatHistoryPage #chatHistory .chatMessageRow > .message.onlyemoji img.emojioneemoji {
        height: 45px;
    }

.ChatHistoryPage .unreadDotContainer {
    display: block;
    float: left;
    padding-top: 2.5px;
    margin-right: 16px;
}

.ChatHistoryPage .unreadDot {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #41d699;
    border: solid 5px rgba(65, 214, 153, 0.1);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    border-radius: 50px;
    animation: pulse 2s infinite;
    position: initial;
}

.ChatHistoryPage .time {
    color: #8c8c8c;
    margin-bottom: 10px !important;
    display: inline-block;
}



/*#endregion*/

/*#endregion*/

/*#region ContributionPage*/

.ContributionPage .row {
    padding: 0 8px;
}

    .ContributionPage .row .content h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        color: #222222;
        margin: 0 0 24px;
        padding: 0;
    }

    .ContributionPage .row p.description {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.22;
        color: #222222;
        margin: 0 0 24px;
        padding: 0;
    }

    .ContributionPage .row.reverse {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }

    .ContributionPage .row img {
        width: 100%;
        height: auto;
    }

    .ContributionPage .row > .content h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.08;
        color: #222222;
        margin: 0 0 24px;
        padding: 0;
    }

    .ContributionPage .row > .content p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        color: #222222;
        margin: 0 0 16px;
        padding: 0;
    }

    .ContributionPage .row > .content > a {
        width: 250px;
        height: 45px;
        border-radius: 30px;
        background-color: #2751bb;
        display: flex;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.22;
        color: #ffffff;
        margin: 0 0 18px;
        padding: 0 20px;
        align-items: center;
        justify-content: center;
    }

.ContributionPage .belowContentArea {
    padding: 0 0 150px;
}

.ContributionPage #chooseCRMType {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

    .ContributionPage #chooseCRMType label {
        padding: 0 20px 0 0;
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: #000;
    }

        .ContributionPage #chooseCRMType label.checked::before {
            background: #2751bb;
            box-shadow: inset 0px 0px 0px 6px #fff;
        }

        .ContributionPage #chooseCRMType label::before {
            content: " ";
            display: block;
            height: 29px;
            width: 29px;
            border: 2px solid #2751bb;
            border-radius: 100%;
        }

        .ContributionPage #chooseCRMType label input[type="radio"] {
            visibility: hidden;
            width: unset;
            height: auto;
        }

            .ContributionPage #chooseCRMType label input[type="radio"] + span {
                font-size: 20px;
                font-weight: 500;
                line-height: 1.15;
                color: #222222;
                padding: 0 0 0 8px;
            }

.ContributionGiftPage #WorkflowContribution .block > div {
    background: #ffffff;
    height: auto;
}

.ContributionGiftPage #WorkflowContribution .block .step-header {
    display: block;
    padding: 24px 24px; /* padding: 24px 36px; */
    vertical-align: middle;
}

    .ContributionGiftPage #WorkflowContribution .block .step-header img {
        vertical-align: middle;
        display: none;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-header.checked img {
        display: inline-block;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-header h3 {
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.08;
        color: #222222;
        margin: 0;
    }

.ContributionGiftPage #WorkflowContribution .block.notActive .step-header h3 {
    color: #8c8c8c;
}

.ContributionGiftPage #WorkflowContribution .block.notActive .step-content {
    display: none;
}

.ContributionGiftPage #WorkflowContribution .block .step-header h3 > span {
    font-weight: normal;
    font-family: apercu-regular;
    color: #8c8c8c;
    display: none;
}

.ContributionGiftPage #WorkflowContribution .block .step-header.checked h3 > span {
    display: inline;
}

.ContributionGiftPage #WorkflowContribution .block .field-validation-error span {
    display: block;
    color: #d0021b;
    margin: 0 0 16px 40px;
    padding: 5px 0px 5px 40px;
    font-size: 16px;
    background: url(/static/assets/svg/32x32/icon-error-32-x-32.svg) no-repeat;
}

.ContributionGiftPage #WorkflowContribution .block .has-error > .field-validation-error > span {
    margin: 0 0 16px 0;
    padding: 0 0 0 40px;
}

.ContributionGiftPage #WorkflowContribution .block .step-header input {
    display: none;
    float: right;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.08;
    color: #2751bb;
    background: none;
    border: none;
    padding: 0;
    min-width: 0;
    border-radius: 0;
    position: absolute;
    right: 25px;
    top: 28px;
}

    .ContributionGiftPage #WorkflowContribution .block .step-header input:hover,
    .ContributionGiftPage #WorkflowContribution .block .step-header input:active,
    .ContributionGiftPage #WorkflowContribution .block .step-header input:focus {
        color: #2751bb !important;
    }

.ContributionGiftPage #WorkflowContribution .block .step-header.checked input {
    display: inline-block;
}

.ContributionGiftPage #WorkflowContribution .block .step-content {
    display: block;
    clear: both;
    overflow: hidden;
}

    .ContributionGiftPage #WorkflowContribution .block .step-content.checked {
        display: none;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .has-error .form-control {
        box-shadow: none;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.38;
        color: #222222;
        margin-left: 24px;
        margin-right: 24px;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content > span {
        font-size: 16px;
        font-weight: normal;
        line-height: 32px;
        color: #9b9b9b;
        height: 32px;
        margin-left: 24px;
        margin-right: 24px;
        /***/
        margin-bottom: 45px;
        /***/
        /*margin-top: 20px;*/
        display: block;
    }

        .ContributionGiftPage #WorkflowContribution .block .step-content > span.hide {
            display: none;
        }

        .ContributionGiftPage #WorkflowContribution .block .step-content > span.input-validation-error {
            color: #d0021b !important;
            padding-left: 40px;
            background: url(/static/assets/svg/32x32/icon-error-32-x-32.svg) no-repeat;
            background-position: left center;
            background-size: 32px 32px;
        }

    .ContributionGiftPage #WorkflowContribution .block .step-content ul {
        list-style: none;
        padding: 0;
        margin: 8px 24px;
    }

        .ContributionGiftPage #WorkflowContribution .block .step-content ul li {
            display: inline-block;
            width: calc((100% - 40px) / 3);
            margin: 0 8px;
            padding: 20px 0;
            background: #eaeaea;
            text-align: center;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.22;
            color: #222222;
            vertical-align: middle;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .ContributionGiftPage #WorkflowContribution .block .step-content ul li.checked {
                background: #ffffff;
                border: 2px solid #2751bb;
            }

            .ContributionGiftPage #WorkflowContribution .block .step-content ul li:first-child {
                margin-left: 0;
            }

            .ContributionGiftPage #WorkflowContribution .block .step-content ul li:last-child {
                margin-right: 0;
            }

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group ul {
        margin: 8px 0px;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group {
        margin: 16px 24px;
        position: relative;
    }

.ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line,
.ContributionGiftPage #WorkflowContribution #greetingBlock .step-content .form-line {
    margin: 16px 24px;
    display: flex;
    flex-flow: row wrap;
}

.ContributionGiftPage .form-group {
    overflow: visible;
}

.ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line .form-group,
.ContributionGiftPage #WorkflowContribution #greetingBlock .step-content .form-line .form-group {
    margin: 0 0px; /*margin: 0 8px*/
    width: calc((100% - 20px) / 2);
    display: inline-block;
    vertical-align: top;
}



    .ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line .form-group:first-child,
    .ContributionGiftPage #WorkflowContribution #greetingBlock .step-content .form-line .form-group:first-child {
        flex: 0 0 100%;
    }

    .ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line .form-group:last-child,
    .ContributionGiftPage #WorkflowContribution #greetingBlock .step-content .form-line .form-group:last-child {
        /*margin-right: 0;*/
        /***/
        flex: 0 0 100%;
    }

.ContributionGiftPage #WorkflowContribution .block .step-content .form-group input {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #8c8c8c;
    color: #222222;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    margin: 0 0 24px 0;
    font-size: 16px;
    display: inline-block;
}

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group input.input-validation-error,
    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group textarea.input-validation-error,
    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group select.input-validation-error {
        border: 1px solid #f65058;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group input + span {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.38;
        color: #8c8c8c;
        padding-left: 18px;
        display: inline;
    }

        .ContributionGiftPage #WorkflowContribution .block .step-content .form-group input + span#fillInAdress {
            color: #2751bb;
            cursor: pointer;
        }

.ContributionGiftPage #WorkflowContribution .block .step-content .form-group #pnrError {
    display: block;
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: #d0021b;
}

.ContributionGiftPage #WorkflowContribution .block .step-content .form-group select {
    border-radius: 4px;
    border-color: #8c8c8c;
    box-shadow: none;
    color: #222222;
    font-size: 16px;
    height: 60px;
    margin: 0 0 24px 0;
    padding: 16px;
}

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group input.disabled,
    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group textarea.disabled,
    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group select.disabled {
        background: #eaeaea;
        border: none;
    }

.ContributionGiftPage #WorkflowContribution .block .step-content .form-group input[type=checkbox] {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.ContributionGiftPage #WorkflowContribution .block .step-content .form-group textarea {
    height: 190px;
    width: 100%;
    margin: 0 0 24px;
    padding: 16px;
    resize: none;
    display: inline-block;
    box-shadow: none;
    background-color: #ffffff;
    border: solid 1px #8c8c8c;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    color: #222222;
}

.ContributionGiftPage #WorkflowContribution .block .step-content .form-group.radiobuttonList {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.radiobuttonList label:before {
        content: " ";
        display: block;
        height: 29px;
        width: 29px;
        border: 2px solid #2751bb;
        border-radius: 100%;
        padding-right: 25px;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.radiobuttonList label.checked:before {
        background: #2751bb;
        box-shadow: inset 0px 0px 0px 6px #fff;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.radiobuttonList label.disabled span {
        color: #8c8c8c !important;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.radiobuttonList label.disabled:before {
        border-color: #8c8c8c;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.radiobuttonList label.checked.disabled:before {
        background: #8c8c8c;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.radiobuttonList label {
        padding: 0 20px 0 0;
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: #000;
    }

        .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.radiobuttonList label input[type=radio] {
            visibility: hidden;
            width: unset;
            height: auto;
            -webkit-appearance: checkbox !important;
        }

            .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.radiobuttonList label input[type=radio] + span {
                font-size: 20px;
                font-weight: 500;
                line-height: 1.15;
                color: #222222;
                padding: 0 0 0 8px;
                /***/
                flex: 1;
            }


.ContributionGiftPage #WorkflowContribution .block .step-content .form-group.checkboxes label:before {
    content: " ";
    display: block;
    height: 32px;
    width: 32px;
    background-image: url(/static/assets/svg/32x32/icon-checkbox-off-blue-32-x-32.svg);
    background-repeat: no-repeat;
    /***/
    padding-right: 20px;
}

.ContributionGiftPage #WorkflowContribution .block .step-content .form-group.checkboxes label.checked:before {
    background-image: url(/static/assets/svg/32x32/icon-checkbox-on-blue-32-x-32.svg);
    background-repeat: no-repeat;
}

.ContributionGiftPage #WorkflowContribution .block .step-content .form-group.checkboxes label {
    padding: 0 20px 0 0;
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
}

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.checkboxes label input[type=checkbox] {
        visibility: hidden;
        width: unset;
        height: auto;
        -webkit-appearance: checkbox !important;
    }

        .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.checkboxes label input[type=checkbox] + span,
        .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.checkboxes label input[type=hidden] + span {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.38;
            color: #222222;
            padding-left: 0;
            width: calc(100% - 32px);
        }

.ContributionGiftPage #WorkflowContribution .block .step-content.amount .form-group input {
    /*width: calc(((100% - 12px) / 3) * 2);*/
    margin: 0;
}

.ContributionGiftPage #WorkflowContribution .block .step-content.amount .form-group > p {
    display: inline-block;
    margin: 0 16px 0 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: #8c8c8c;
}

.ContributionGiftPage #WorkflowContribution .block .step-content.amount .form-group > span {
    display: block;
    clear: both;
}

.ContributionGiftPage #WorkflowContribution .block .step-content input.btn {
    height: 60px;
    width: auto;
    padding: 0 39px;
    margin: 0 24px 40px 24px; /*margin: 0 0 40px 40px;*/
    background: #2751bb;
    border: 0px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #ffffff;
    white-space: normal;
}

.ContributionGiftPage #WorkflowContribution .block .step-content label.control-label {
    background: #ffffff none repeat scroll 0 0;
    color: #8c8c8c;
    font-family: "apercu-regular";
    /***/
    font-size: 15px; /*font-size: 16px*/
    /***/
    font-weight: normal;
    left: 32px;
    padding: 0 4px;
    position: absolute;
    top: -12px;
}

.ContributionGiftPage #WorkflowContribution .block .step-content .boxes > label.control-label {
    background: #ffffff none repeat scroll 0 0;
    color: #8c8c8c;
    font-family: "apercu-regular";
    font-size: 16px;
    font-weight: normal;
    left: 0;
    padding: 0;
    margin: 0;
    position: static;
    top: 0;
}

.ContributionGiftPage #WorkflowContribution .block .step-content .radios label {
    background: #ffffff none repeat scroll 0 0;
    color: #8c8c8c;
    font-family: "apercu-regular";
    font-size: 16px;
    font-weight: normal;
    left: 0;
    padding: 0;
    position: static;
    top: 0;
    display: block;
}

    .ContributionGiftPage #WorkflowContribution .block .step-content .radios label > input {
        display: inline-block;
        width: auto;
        height: auto;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .radios label > span {
        display: inline-block;
        width: auto;
    }

.ContributionGiftPage #WorkflowContribution .block .step-content #fetchAdress {
    margin: 0;
}

.ContributionGiftPage #WorkflowContribution .block .step-content.confirmInfo > p {
    margin: 0 24px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #222222;
}


    .ContributionGiftPage #WorkflowContribution .block .step-content.confirmInfo > p > span.heading {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        color: #8c8c8c;
    }

.ContributionGiftPage .additionalInfo {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 4px;
}

    .ContributionGiftPage .additionalInfo strong {
        font-size: 20px;
        font-weight: 300;
    }

.ContributionGiftPage .additionalInfoToggle {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
}

    .ContributionGiftPage .additionalInfoToggle h2 {
        display: block;
        order: 1;
    }

    .ContributionGiftPage .additionalInfoToggle span {
        order: 1;
        background: url(/static/assets/svg/32x32/icon-information-blue-32-x-32.svg) no-repeat top left;
        display: inline-block;
        width: 25px;
        height: 25px;
        background-size: 25px;
        cursor: pointer;
    }

.ContributionGiftPage .arrow-div {
    position: relative;
    background: #fff;
    border: 3px solid #41d699;
    color: #222222;
    margin-top: 30px;
}

    .ContributionGiftPage .arrow-div:after, .arrow-div:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ContributionGiftPage .arrow-div:after {
        border-color: rgba(241, 241, 241, 0);
        border-bottom-color: #fff;
        border-width: 23px;
        margin-left: -23px;
    }

    .ContributionGiftPage .arrow-div:before {
        border-color: rgba(221, 221, 221, 0);
        border-bottom-color: #41d699;
        border-width: 27px;
        margin-left: calc(50% - 116px);
        left: 89px;
    }


.ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line .form-group.zipCode {
    width: calc(40% - 16px);
    margin-right: 16px;
    flex: none;
}

.ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line .form-group.postalCity {
    width: 60%;
    flex: none;
}

.ContributionGiftPage #WorkflowContribution .block .step-content .certificate-image-container {
    margin-bottom: 25px;
    text-align: center;
}

    .ContributionGiftPage #WorkflowContribution .block .step-content .certificate-image-container img {
        max-width: 100%;
    }

/*#endregion*/

/*#region EditorPage*/

.EditorPage .container.Start h1.title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.07;
    color: #222222;
    margin: 0 0 18px;
}

.EditorPage .container.Start p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.22;
    color: #222222;
    margin: 0 0 24px;
}

/*#endregion*/

/*#region ForumPages*/

.ForumPage .brisBreadcrumb, .ForumCategoryPage .brisBreadcrumb, .ForumSinglePage .brisBreadcrumb {
    padding: 0;
    margin: 0;
}

.ForumPage > .container-fluid > .container .row, .ForumCategoryPage > .container-fluid > .container .row, .ForumSinglePage > .container-fluid > .container .row {
    margin-top: 16px;
    padding: 0 8px;
}

    .ForumSinglePage > .container-fluid > .container .row.info + .row.info {
        padding-top: 32px;
        margin-top: 0;
    }

.ForumSinglePage .info .published {
    margin: 0 0 24px;
}

.ForumPage .info, .ForumCategoryPage .info, .ForumSinglePage .info {
    background: #ffffff;
}

    .ForumCategoryPage .info .block > div, .ForumSinglePage .info .block > div {
        height: auto;
        background: #ffffff;
        padding: 24px 24px 32px;
    }

    .ForumCategoryPage .info .block .thank-you, .ForumSinglePage .info .block .thank-you {
        display: block;
        margin: 0;
        border: 2px solid #41d699;
        border-radius: 4px;
        padding: 32px;
    }

        .ForumCategoryPage .info .block .thank-you > h2, .ForumSinglePage .info .block .thank-you > h2 {
            font-size: 24px;
            font-weight: bold;
            line-height: 1.08;
            color: #222222;
            text-align: center;
            margin: 34px 0 15px;
        }

        .ForumCategoryPage .info .block .thank-you > p, .ForumSinglePage .info .block .thank-you > p {
            font-size: 18px;
            color: #222222;
            text-align: center;
            margin: 0 0 14px;
        }

    .ForumCategoryPage .info .block > div > a, .ForumSinglePage .info .block > div > a {
        margin: 32px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        color: #2751bb;
        font-weight: 500;
        display: block;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-size: 32px 32px;
        padding: 0 0 0 40px;
        min-height: 32px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .ForumPage .info h1, .ForumCategoryPage .info h1 {
        font-size: 30px;
        line-height: 1.07;
        margin: 0 0 18px;
        padding: 0px;
        color: #222222;
    }

    .ForumSinglePage .info h1 {
        font-size: 24px;
        color: #222222;
        line-height: 1.08;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-message-green-32-x-32.svg) no-repeat;
        margin: 0 0 8px;
    }

    .ForumPage .info p, .ForumCategoryPage .info p, .ForumSinglePage .info p {
        font-size: 18px;
        line-height: 1.22;
        color: #222222;
    }

    .ForumSinglePage .info .user-info {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.44;
        color: #222222;
        margin: 24px 0 0 0;
    }

    .ForumPage .info > .search {
        margin: 0 -8px;
        width: calc(100% + 16px);
        background: #f7f6f4;
    }

.ForumPage .search .form-group {
    display: block;
    margin: 16px 0;
}

.ForumPage .search .form-control {
    border-radius: 0px;
    height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 255) url(/static/assets/svg/24x24/icon-search-blue-24-x-24.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 44px;
    background-position: 16px;
    font-size: 18px;
    line-height: 1.22;
    color: #2751bb;
}

.ForumPage .searc .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2751bb;
}

.ForumPage .searc .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #2751bb;
}

.ForumPage .searc .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #2751bb;
}

.ForumPage .searc .form-control:-moz-placeholder { /* Firefox 18- */
    color: #2751bb;
}

.ForumPage .btn-default {
    background-image: none;
    background-color: #2751bb;
    border-radius: 35px;
    border: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    height: 60px;
    padding: 6px 0;
    width: 100%;
    font-size: 18px;
    font-family: 'apercu-medium';
    font-weight: 500;
    line-height: 1.22;
    margin: 16px 0;
}

.ForumPage #searchResults {
    box-shadow: 0 2px 4px 3px rgba(34, 34, 34, 0.05), 0 1px 2px 1px rgba(34, 34, 34, 0.1);
    padding: 0px;
    margin: 0 -8px;
    background: #ffffff;
}

    .ForumPage #searchResults > div {
        background: #ffffff;
        padding: 24px 16px;
    }

    .ForumPage #searchResults .searchItem {
        padding: 16px 0 0;
    }

        .ForumPage #searchResults .searchItem:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background: #eaeaea;
            margin: 16px 0 0 0;
        }

        .ForumPage #searchResults .searchItem a, .ForumPage #searchResults .searchItem a:hover, .ForumPage #searchResults .searchItem a:active {
            text-decoration: none;
        }

        .ForumPage #searchResults .searchItem h3 {
            font-size: 20px;
            font-weight: bold;
            color: #2751bb;
            margin: 0;
            padding: 0;
        }

        .ForumPage #searchResults .searchItem p {
            font-size: 16px;
            font-weight: normal;
            color: #222222;
            margin: 5px 0 0 0;
            padding: 0;
        }

        .ForumPage #searchResults .searchItem span {
            background: #ebf1ff;
        }

    .ForumPage #searchResults > div > a {
        margin: 16px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        color: #2751bb;
        font-weight: 500;
        display: block;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-size: 32px 32px;
        padding: 0 0 0 40px;
        min-height: 32px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .ForumPage #searchResults > div > a:hover, .ForumPage #searchResults > div > a:active {
            text-decoration: none;
        }

.ForumPage .container-fluid > .container .searchRow {
    margin-top: 32px;
}

.ForumPage .searchRow h2 {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin: 0;
}

.ForumPage .container-fluid > .container .searchCategories .categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-left: -4px;
    margin-right: -4px;
}

.ForumPage .searchCategories .category {
    width: 50%;
    padding: 4px;
}

    .ForumPage .searchCategories .category > div {
        background: #f4f4f4;
        flex: 1;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: normal;
        color: #222222;
        cursor: pointer;
    }

    .ForumPage .searchCategories .category.active > div {
        background: #ffffff;
        border: 2px solid #2751bb;
    }

.ForumPage .SearchResults .listResult h3 span, .ForumPage .SearchResults .listResult p span {
    background: #ebf1ff;
}

.ForumPage .container-fluid > .container .categories {
    margin-top: 32px;
}

.ForumPage .categories h2 {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    margin: 0 0 24px;
}

.ForumPage .categories .block > div {
    background: #ffffff;
    height: 112px;
    text-align: center;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ForumPage .categories .block a {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    display: block;
    flex: 1;
}

    .ForumPage .categories .block a:hover, .ForumPage .categories .block a:active {
        text-decoration: none;
    }

    .ForumPage .categories .block a:after {
        content: "";
        display: block;
        width: 66px;
        height: 4px;
        border-radius: 100px;
        background-color: #41d699;
        margin: 4px auto 0;
    }

.ForumSinglePage .container-fluid > .container .replies .block > div {
    background: #ffffff;
    height: auto;
    padding: 0;
    margin: 0;
}

.ForumSinglePage .block.threadReplies .reply {
    padding: 24px 16px;
    border-top: 1px solid #d1d1d1;
}

    .ForumSinglePage .block.threadReplies .reply > .replyWrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .ForumSinglePage .block.threadReplies .reply:first-child {
        border: none;
    }

    .ForumSinglePage .block.threadReplies .reply > .replyWrapper > .replyColor {
        width: 4px;
        background: #41d699;
        border-radius: 4px;
    }

    .ForumSinglePage .block.threadReplies .reply > .replyWrapper > .replyInfo {
        display: block;
        flex: 1;
        margin-left: 14px;
    }

        .ForumSinglePage .block.threadReplies .reply > .replyWrapper > .replyInfo > .published {
            font-size: 14px;
            line-height: 1.21;
            color: #9b9b9b;
            padding: 0;
            margin: 0 0 24px;
        }

        .ForumSinglePage .block.threadReplies .reply > .replyWrapper > .replyInfo > .text {
            font-size: 16px;
            line-height: 1.25;
            color: #222222;
            margin: 0 0 24px;
        }

        .ForumSinglePage .block.threadReplies .reply > .replyWrapper > .replyInfo > span.user-info {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.44;
            color: #222222;
            margin: 0;
        }

.ForumPage .container-fluid > .container .top-threads, .ForumCategoryPage .container-fluid > .container .threads {
    margin-top: 32px;
}

.ForumPage .top-threads h2, .ForumCategoryPage .threads h2 {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    margin: 0 0 24px;
}

.ForumPage .top-threads .block > div, .ForumCategoryPage .threads .block > div {
    background: #ffffff;
    height: auto;
    padding: 24px;
}

    .ForumPage .top-threads .block > div a, .ForumCategoryPage .threads .block > div a {
        margin: 16px 0 0;
        font-weight: 500;
        font-size: 18px;
        color: #000000;
        font-weight: 500;
        display: block;
        vertical-align: top;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-size: 32px 32px;
        padding: 0 0 0 40px;
        min-height: 32px;
    }

        .ForumPage .top-threads .block > div a.link-default:hover,
        .ForumPage .top-threads .block > div a.link-default:active,
        .ForumCategoryPage .threads .block > div a.link-default:hover,
        .ForumCategoryPage .threads .block > div a.link-default:active {
            text-decoration: none;
        }

.ForumCategoryPage .threads .pagination, .ForumSinglePage .repliesPagination .pagination {
    display: flex;
    justify-content: center;
}

    .ForumCategoryPage .threads .pagination > li a, .ForumSinglePage .repliesPagination .pagination > li a {
        cursor: pointer;
        border-radius: 0px;
        border: none;
        background: none;
        color: #222222;
        font-size: 16px;
        line-height: 1;
        border: 2px solid transparent;
        height: 41px;
        width: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ForumCategoryPage .threads .pagination > li.active a, .ForumSinglePage .repliesPagination .pagination > li.active a {
        background: #ffffff;
        border: 2px solid #2751bb;
    }


/*#endregion*/

/*#region ForumActivityPage*/

.ForumActivityPage .block {
    margin: 0 8px 0 8px;
}

    .ForumActivityPage .block > div {
        height: auto;
        background: #fff;
    }

        .ForumActivityPage .block > div > ul {
            padding: 0 0 40px 0;
        }

.ForumActivityPage .Inbox li {
    margin: 0 24px;
}

.ForumActivityPage .Inbox p {
    margin: 0;
    padding: 2px 0px 2px 0px;
}

.ForumActivityPage .Inbox li p:nth-child(2n+1) {
    display: inline-block;
}

.ForumActivityPage .Inbox li.list-group-item {
    padding: 10px 0;
    border: none;
    border-bottom: solid 1px #eaeaea;
}

    .ForumActivityPage .Inbox li.list-group-item a {
        font-weight: bold;
        color: #2751bb;
        display: inline-block;
        width: auto;
        font-weight: bold !important;
    }

.ForumActivityPage .Inbox form {
    display: inline-block;
}

.ForumActivityPage .time {
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 10px !important;
    width: 100%;
}

.ForumActivityPage .Inbox .unreadDotContainer {
    display: block;
    float: left;
    padding-top: 2.5px;
}

.ForumActivityPage .unreadDot {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #41d699;
    border: solid 5px rgba(65, 214, 153, 0.1);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    border-radius: 50px;
    animation: pulse 2s infinite;
    margin-right: 16px;
}

.ForumActivityPage .Empty a {
    color: #2751bb;
}

.ForumActivityPage .Inbox > span {
    color: #2751bb;
    font-weight: bold;
}

.ForumActivityPage .removedThread {
    border-bottom: solid 2px #d1d1d1;
}

    .ForumActivityPage .removedThread > h1 {
        font-size: 24px;
        color: #222222;
        line-height: 1.08;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-message-green-32-x-32.svg) no-repeat;
        margin: 0 0 8px;
    }

.ForumActivityPage button.toggle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #222;
    min-height: 32px;
    padding: 0 0 0 40px;
    background: url(/static/assets/svg/32x32/icon-menu-plus-blue-32-x-32.svg) no-repeat;
    background-size: 32px 32px;
    border: none;
    margin: 40px 0 0 40px;
    display: flex;
    height: 32px;
}

.ForumActivityPage .Empty {
    min-height: 399px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 24px;
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

    .ForumActivityPage .Empty > div {
        min-height: 279px;
        border-radius: 4px;
        background-color: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        border: solid 3px #41d699;
        padding: 66px 32px 60px 32px;
        text-align: center;
    }

        .ForumActivityPage .Empty > div h2 {
            font-size: 24px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.08;
            color: #222222;
            margin: 0 0 16px 0;
        }

        .ForumActivityPage .Empty > div p {
            font-size: 18px;
        }

    .ForumActivityPage .Empty > ul {
        color: #2751bb;
        list-style: none;
        font-size: 18px;
        font-weight: 500;
        margin-top: 38.5px;
        padding: 0px;
    }

        .ForumActivityPage .Empty > ul li {
            background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat left top;
            font-weight: 500;
            padding: 5px 0px 4px 40px;
        }

.ForumActivityPage .Inbox li.list-group-item:hover a {
    text-decoration: none;
}

.ForumActivityPage .eventTime {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 32px;
}

.ForumActivityPage div.userPost {
    margin-top: 24px;
    border-left: 4px solid #41d699;
}

    .ForumActivityPage div.userPost > h1 {
        font-size: 24px;
        background: url(/static/assets/svg/32x32/icon-message-green-32-x-32.svg) no-repeat;
        font-weight: bold;
        padding: 0 0 10px 40px;
        margin: 0 0 8px;
    }

/*#endregion*/

/*#region InfoPage*/

.InfoPage .block {
    margin: 0 8px 0 8px;
}

    .InfoPage .block > div {
        height: auto;
        background: #fff;
    }

        .InfoPage .block > div > ul {
            padding: 0 0 40px 0;
        }

.InfoPage .Inbox li {
    margin: 0 24px;
}

.InfoPage .Inbox p {
    margin: 0;
    padding: 2px 0px 2px 0px;
}

.InfoPage .Inbox li p:nth-child(2n+1) {
    display: inline-block;
}

.InfoPage .Inbox li.list-group-item {
    padding: 10px 0;
    border: none;
    border-bottom: solid 1px #eaeaea;
}

    .InfoPage .Inbox li.list-group-item a {
        font-weight: bold;
        color: #2751bb;
        display: inline-block;
        width: auto;
    }

.InfoPage .Inbox form {
    display: inline-block;
}

.InfoPage .time {
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 10px !important;
    width: 100%;
}

.InfoPage .Inbox .unreadDotContainer {
    display: block;
    float: left;
    padding-top: 2.5px;
}

.InfoPage .unreadDot {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #41d699;
    border: solid 5px rgba(65, 214, 153, 0.1);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    border-radius: 50px;
    animation: pulse 2s infinite;
    margin-right: 16px;
}

.InfoPage .Empty a {
    color: #2751bb;
}

.InfoPage span {
    color: #2751bb;
    font-weight: bold;
}

.InfoPage .removedThread {
    border-bottom: solid 2px #d1d1d1;
}

    .InfoPage .removedThread > h1 {
        font-size: 24px;
        color: #222222;
        line-height: 1.08;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-message-green-32-x-32.svg) no-repeat;
        margin: 0 0 8px;
    }

.InfoPage button.toggle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #222;
    min-height: 32px;
    height: 32px;
    padding: 0 0 0 40px;
    background: url(/static/assets/svg/32x32/icon-menu-plus-blue-32-x-32.svg) no-repeat;
    background-size: 32px 32px;
    border: none;
    margin: 40px 0 0 40px;
    display: flex;
    align-items: center;
}

.InfoPage .Empty {
    min-height: 399px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 24px;
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

    .InfoPage .Empty > div {
        min-height: 279px;
        border-radius: 4px;
        background-color: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        border: solid 3px #41d699;
        padding: 66px 32px 60px 32px;
        text-align: center;
    }

        .InfoPage .Empty > div h2 {
            font-size: 24px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.08;
            color: #222222;
            margin: 0 0 16px 0;
        }

        .InfoPage .Empty > div p {
            font-size: 18px;
        }

    .InfoPage .Empty > ul {
        color: #2751bb;
        list-style: none;
        font-size: 18px;
        font-weight: 500;
        margin-top: 38.5px;
        padding: 0px;
    }

        .InfoPage .Empty > ul li {
            background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat left top;
            font-weight: 500;
            padding: 5px 0px 4px 40px;
        }

.InfoPage .Inbox li.list-group-item:hover a {
    text-decoration: none;
}

/*#endregion*/

/*#region MessagePage*/

body.MessagePage.SingleMessage {
    background: #FFF !important;
}

.MessagePage .block {
}

    .MessagePage .block > div {
        height: auto;
    }

.row.MessagePage {
    padding: 16px;
}

    .row.MessagePage > div {
        padding: 0px;
    }

.MessagePage h1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}

.MessagePage h2 {
    font-size: 24px;
    font-weight: bold;
}

.MessagePage h3 {
    font-size: 18px;
}

    .MessagePage h3 > p {
        font-size: 18px;
    }

.MessagePage ul.brisBreadcrumb {
    padding: 0;
}

.MessagePage .time {
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 8px;
}

.MessagePage .Inbox a {
    color: #2751bb;
    font-size: 18px;
    font-weight: bold;
}

.MessagePage .AnsweredText {
    font-size: 18px;
}

.MessagePage .WaitingText {
    color: #f65058;
    font-size: 18px;
}

.MessagePage .Inbox {
    min-height: 112px;
}

    .MessagePage .Inbox p {
        margin: 8px;
    }

    .MessagePage .Inbox a {
        margin: 8px;
    }

.MessagePage ul.Inbox {
    background: #fff;
}

.MessagePage ul.list-group {
    box-shadow: none;
}

.MessagePage .list-group-item {
    border: none;
}

.MessagePage .Inbox li {
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 0px;
}

.MessagePage .New {
    padding: 16px;
    background: #FFF;
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 32px 0px 80px 0px;
}

    .MessagePage .New .control-label {
        font-size: 20px;
    }

    .MessagePage .New div > label {
        font-size: 20px;
        color: #222222;
        margin-bottom: 16px;
    }

    .MessagePage .New input {
        min-height: 60px;
    }

    .MessagePage .New textarea {
        min-height: 313px;
    }

    .MessagePage .New input.btn {
        width: 149px;
        height: 60px;
        border-radius: 100px;
        background-color: #2751bb;
        color: #FFF;
        font-size: 18px;
    }

.MessagePage .emoji-area {
    width: 100%;
    height: 40px;
    background-color: #f4f4f4;
    margin-bottom: 8px;
    margin-top: -7.5px;
}

.MessagePage .emojionearea .emojionearea-editor {
    min-height: 313px;
    font-size: 18px;
}

.MessagePage .Empty {
    min-height: 399px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 24px;
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}

    .MessagePage .Empty > div {
        min-height: 279px;
        border-radius: 4px;
        background-color: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        border: solid 3px #41d699;
        padding: 66px 32px 60px 32px;
        text-align: center;
    }

        .MessagePage .Empty > div h2 {
            font-size: 24px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.08;
            color: #222222;
            margin: 0 0 16px 0;
        }

        .MessagePage .Empty > div p {
            font-size: 18px;
        }

    .MessagePage .Empty > ul {
        color: #2751bb;
        list-style: none;
        font-size: 18px;
        font-weight: 500;
        margin-top: 38.5px;
        padding: 0px;
    }

        .MessagePage .Empty > ul li {
            background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat left top;
            font-weight: 500;
            padding: 5px 0px 4px 40px;
        }

.MessagePage .Inbox li {
    margin: 0 24px;
}

.MessagePage .Inbox p {
    margin: 0;
    padding: 2px 0px 2px 0px;
}

.MessagePage .Inbox a {
    margin: 0;
    padding: 2px 0px 2px 0px;
}

.MessagePage .Inbox li.list-group-item {
    padding: 10px 0;
}

.MessagePage > .block {
}

.MailInbox {
}

.MailInbox {
    padding: 0 16px 0 16px;
    background: rgba(0, 0, 0, 0.00);
}

    .MailInbox img {
        margin-right: 10px;
    }

    .MailInbox h1 {
        font-size: 24px;
        font-weight: bold;
    }

    .MailInbox span {
        font-family: apercu-regular;
        font-size: 18px;
    }

    .MailInbox p {
        font-family: apercu-regular;
        font-size: 16px;
    }

    .MailInbox > p > img {
        width: 100%;
        height: auto;
    }

        .MailInbox > p > img.emojione {
            height: 3ex;
            width: auto;
        }

    .MailInbox > p > iframe {
        width: 100%;
        min-height: 280px;
        border-radius: 0px;
        border: 0px;
    }

    .MailInbox .send {
        border-left: solid 4px #41d699;
    }

    .MailInbox .timestamp {
        font-size: 14px;
        color: #9b9b9b;
    }

.MailInbox {
    margin-bottom: 82px;
    padding-bottom: 32px;
}

.send {
    padding: 16px;
}

    .send h1 {
        margin-bottom: 18px;
    }

h1.NoAnswer {
    color: #f65058;
    font-size: 24px;
}

.NoAnswer > p {
    font-size: 18px;
    margin-bottom: 16px;
}

.MessagePage .hideMyTracks {
    padding: 0 8px 0 8px;
}

.MessagePage .field-validation-error span {
    display: block;
    color: #d0021b;
    margin-top: 10px;
    padding: 5px 0px 5px 40px;
    font-size: 16px;
    background: url(/static/assets/svg/32x32/icon-error-32-x-32.svg) no-repeat;
}

.MessagePage .has-error .form-control {
    border-color: #d0021b;
}

.MessagePage .authorblock {
    margin-bottom: 42px;
    float: none;
}

    .MessagePage .authorblock h3 {
        font-size: 16px;
    }

    .MessagePage .authorblock h4 {
        font-size: 14px;
    }

.MessagePage .Inbox .unreadDot {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #41d699;
    border: solid 5px rgba(65, 214, 153, 0.1);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    border-radius: 50px;
    animation: pulse 2s infinite;
    float: left;
    margin: 3px 16px 0 0;
}

.MessagePage div.New.Inverted {
    margin-top: 0;
    margin-bottom: 0;
}

.MessagePage .row.MessagePage.Inverted {
    padding-top: 0;
    padding-bottom: 0;
}

.MessagePage div.col-md-12 {
    padding: 0;
}

.MessagePage button.toggle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #222;
    min-height: 32px;
    padding: 0 0 0 40px;
    background: url(/static/assets/svg/32x32/icon-menu-plus-blue-32-x-32.svg) no-repeat;
    background-size: 32px 32px;
    border: none;
    margin: 20px 0 20px 20px;
}

.MessagePage .authorblock > div > div {
    flex: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(65,214,153, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(65,214,153, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(65,214,153, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(65,214,153, 0.4);
        box-shadow: 0 0 0 0 rgba(65,214,153, 0.7);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(65,214,153, 0);
        box-shadow: 0 0 0 10px rgba(65,214,153, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(65,214,153, 0);
        box-shadow: 0 0 0 0 rgba(65,214,153, 0);
    }
}

/*#endregion*/

/*#region RegisterPage*/

.RegisterPageBody {
    background: #fff;
}

.RegisterPage {
}

    .RegisterPage h1 {
        font-size: 30px;
        padding: 0;
    }

    .RegisterPage h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 31px;
    }

    .RegisterPage h3 {
        font-size: 18px;
    }

    .RegisterPage p {
        font-size: 16px;
    }

    .RegisterPage .container > .row {
        padding: 0 8px 0 8px;
    }

    .RegisterPage .form-group {
        display: block;
        position: relative;
    }

        .RegisterPage .registerFormContainer .form-group input[type="text"], .RegisterPage .form-group input[type="password"] {
            border-radius: 4px;
            box-shadow: none;
            color: #222222;
            font-size: 16px;
            height: 66px;
            margin: 10px 0 24px 0;
            padding: 16px;
        }

        .RegisterPage .form-group select {
            border-radius: 4px;
            border-color: #8c8c8c;
            box-shadow: none;
            color: #222222;
            font-size: 16px;
            height: 66px;
            margin: 10px 0 24px 0;
            padding: 16px;
        }

        .RegisterPage .form-group.BirthYear > label {
            display: none;
        }

    .RegisterPage .brisBreadcrumb {
        padding: 0;
    }

    .RegisterPage .form-group > label.control-label {
        background: #ffffff none repeat scroll 0 0;
        color: #8c8c8c;
        font-family: "apercu-regular";
        font-size: 16px;
        font-weight: normal;
        left: 32px;
        padding: 0 4px;
        position: absolute;
        top: -12px;
    }

    .RegisterPage .SexInfo {
        background-color: #ffffff;
        padding: 24px;
        border-radius: 4px;
    }

        .RegisterPage .SexInfo strong {
            font-size: 20px;
            font-weight: 300;
        }

    .RegisterPage .SexInfoToggle {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .RegisterPage .SexInfoToggle h2 {
            display: block;
            order: 1;
        }

        .RegisterPage .SexInfoToggle span {
            order: 1;
            background: url(/static/assets/svg/32x32/icon-information-blue-32-x-32.svg) no-repeat top left;
            display: inline-block;
            width: 25px;
            height: 25px;
            background-size: 25px;
            margin-bottom: 10px;
            margin-left: 8px;
            cursor: pointer;
        }

    .RegisterPage .arrow-div {
        position: relative;
        background: #fff;
        border: 3px solid #41d699;
        margin-bottom: 36px;
    }

        .RegisterPage .arrow-div:after, .arrow-div:before {
            bottom: 100%;
            left: 89.5px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .RegisterPage .arrow-div:after {
            border-color: rgba(241, 241, 241, 0);
            border-bottom-color: #fff;
            border-width: 23px;
            margin-left: -23px;
        }

        .RegisterPage .arrow-div:before {
            border-color: rgba(221, 221, 221, 0);
            border-bottom-color: #41d699;
            border-width: 27px;
            margin-left: -27px;
        }


    .RegisterPage .form-group.SexChoice {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .RegisterPage .form-group.SexChoice label {
            padding: 0 20px 0 0;
            font-size: 18px;
            font-weight: 100;
        }

    .RegisterPage .btn-default {
        background-color: #2751bb;
        background-image: none;
        border: medium none;
        border-radius: 35px;
        box-shadow: none;
        color: #fff;
        font-family: "apercu-medium";
        font-size: 18px;
        font-weight: 500;
        height: 60px;
        line-height: 1.22;
        margin: 16px 0;
        padding: 6px 0;
        text-shadow: none;
        width: 198px;
    }


    .RegisterPage span.field-validation-error {
        background: rgba(0, 0, 0, 0) url("/static/assets/svg/32x32/icon-error-32-x-32.svg") no-repeat scroll 0 0;
        color: #d0021b;
        display: block;
        font-size: 16px;
        padding: 5px 0 5px 40px;
        margin-top: 20px;
    }

    .RegisterPage form {
        margin-bottom: 79px;
    }

    .RegisterPage .textWrap {
        padding: 0;
    }

    .RegisterPage .row > .textWrap {
        padding: 0 8px 0 8px;
    }

    .RegisterPage .profilePictureContainer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .RegisterPage .profilePictureContainer div > img {
            width: 100%;
            height: 100%;
        }

    .RegisterPage .SexChoice input[type=radio] {
        visibility: hidden;
    }

    .RegisterPage .containerWrap .inputWrap div > span {
        margin-top: 5px;
    }

    .RegisterPage .SexChoice label {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .RegisterPage .SexChoice label:before {
            content: " ";
            display: block;
            height: 29px;
            width: 29px;
            border: 2px solid #2751bb;
            border-radius: 100%;
        }

        .RegisterPage .SexChoice label > input[type=radio]:checked {
        }


    .RegisterPage .profilePictureContainer div {
        margin: 0 16px 0 0;
        cursor: pointer;
    }

        .RegisterPage .profilePictureContainer div > label {
            cursor: pointer;
        }

    .RegisterPage .SexChoice label.checked:before {
        background: #2751bb;
        box-shadow: inset 0px 0px 0px 6px #fff;
    }


    .RegisterPage .profilePictureContainer > div input[type=radio] {
        visibility: hidden;
        position: absolute;
        z-index: 10;
    }

    .RegisterPage .profilePictureContainer > div input + img {
        border: 2px solid transparent;
        width: 60px;
        height: 60px;
        background: #f4f4f4;
        padding: 10px;
        display: block;
        z-index: -999;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .RegisterPage .profilePictureContainer > div input:checked + img {
        border: 2px solid #2751bb;
    }

.registerCheckBox label:before {
    content: " ";
    display: block;
    height: 32px;
    width: 32px;
    background-image: url(/static/assets/svg/32x32/icon-checkbox-off-blue-32-x-32.svg);
    background-repeat: no-repeat;
}

.registerCheckBox label.checked:before {
    background-image: url(/static/assets/svg/32x32/icon-checkbox-on-blue-32-x-32.svg);
    background-repeat: no-repeat;
}

.registerCheckBox label {
    padding: 0 20px 0 0;
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
}

    .registerCheckBox label input[type=checkbox] {
        visibility: hidden;
        width: auto;
        height: auto;
        -webkit-appearance: checkbox !important;
    }

        .registerCheckBox label input[type=checkbox] + span,
        .registerCheckBox label input[type=hidden] + span {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.38;
            color: #222222;
            padding-left: 0;
            width: calc(100% - 32px);
        }



/*#endregion*/

/*#region Consent*/
.consent input[type=submit],
.consent input[type=button] {
    height: 60px;
    width: auto;
    padding: 0 39px;
    margin: 20px 24px 40px 16px;
    background: #2751bb;
    border: 0;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #fff;
    white-space: normal;
}
/*endregion*/
/*#region SearchPage*/
.searcResult {
}

.SearchPage header {
    height: 231px;
}


.listResult {
    margin: 24px 0 0;
}

    .listResult:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #eaeaea;
        margin: 24px 0 0;
    }

    .listResult h3 {
        margin: 0 0 8px;
    }

        .listResult h3 a {
            color: #2751bb;
            font-weight: bold;
            font-size: 20px;
            margin: 0;
        }

    .listResult p {
        font-size: 16px;
        font-weight: normal;
        color: #222222;
        line-height: 1.25;
        margin: 0 0 16px;
    }

    .listResult .published {
        margin-bottom: 24px;
    }

        .listResult .published p {
            font-size: 14px;
            font-weight: normal;
            color: #8c8c8c;
        }

    .listResult .hideMyTracks {
        display: block;
    }

        .listResult .hideMyTracks div {
            color: #8c8c8c;
        }

        .listResult .hideMyTracks, .listResult .hideMyTracks a, .listResult .hideMyTracks div, .listResult .hideMyTracks ul {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
        }

            .listResult .hideMyTracks ul {
                color: #8c8c8c;
            }

    .listResult > span {
        font-size: 14px;
        line-height: 1.21;
        color: #9b9b9b;
        margin: 16px 0 0;
        display: block;
    }



    .listResult .hideMyTracks .brisBreadcrumb .divider {
        margin: 0;
    }

/*#endregion*/

/*#region Search*/

.queryresult p {
    font-size: 20px;
    color: #222222;
    display: inline-block;
}

    .queryresult p::after {
        content: '';
        display: block;
        width: auto;
        border: solid 2px #2751bb;
        border-radius: 100px;
        margin-top: 14px;
    }

/*#endregion*/

/*#region SectionPage*/

.SectionPage h1.title {
    margin: 0 0 24px;
}

.SectionPage .SectionPage.Start {
    padding: 0 16px;
}

    .SectionPage .SectionPage.Start p {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.17;
        margin: 0 0 48px;
        padding: 0;
    }

.SectionPageItem {
    padding-top: 20px;
    padding-bottom: 0;
    padding: 20px 8px 0;
}

    .SectionPageItem:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #eaeaea;
        margin: 20px auto 0;
    }

    .SectionPageItem > div.ImageBox {
        text-align: center;
    }

    .SectionPageItem h2 {
        margin-top: 0px;
        font-size: 36px;
        font-weight: bold;
        color: #222222;
        line-height: 1.06;
        margin-bottom: 20px;
    }

    .SectionPageItem h3 {
        font-size: 22px;
        line-height: 1.09;
        color: #222222;
        margin-top: 0px;
    }

    .SectionPageItem .block {
        margin-bottom: 0px;
    }

    .SectionPageItem img {
        border-radius: 4px;
        width: 100%;
    }

.SectionPage.container {
    margin-top: 0;
}

.row.SectionPage.Start p {
    font-size: 24px;
}

.container.SectionPage {
    margin: 0 0 24px;
}

.ImageBox {
    padding: 0px;
}

.VideoBox {
    padding: 0px;
}

iframe {
    border-radius: 4px;
}

.SectionPageItem .videoOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

    .SectionPageItem .videoOverlay > img {
        width: 100%;
        height: 100%;
    }

    .SectionPageItem .videoOverlay > .info {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 16px;
    }

        .SectionPageItem .videoOverlay > .info h3 {
            padding: 0;
            margin: 0 0 5px;
            font-family: 'apercu-regular';
            font-size: 18px;
            color: #fff;
        }

        .SectionPageItem .videoOverlay > .info h4 {
            padding: 0;
            margin: 0;
            font-family: 'apercu-regular';
            font-size: 18px;
            font-weight: bold;
            color: #fff;
        }

    .SectionPageItem .videoOverlay > .playwrapper {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        position: absolute;
        display: flex; /* establish flex container */
        flex-direction: column; /* align children vertically (column format) */
        justify-content: center; /* center children vertically */
        align-items: center;
        cursor: pointer;
    }

        .SectionPageItem .videoOverlay > .playwrapper .playbutton {
            width: 65px;
            height: 65px;
            background-color: #2751bb;
            border-radius: 65px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #fff;
        }

            .SectionPageItem .videoOverlay > .playwrapper .playbutton > span {
                font-size: 28px;
                top: 0px;
                left: 2px;
            }

.SectionPageItem div > a.link {
    font-size: 18px;
    color: #2751bb;
    height: 32px;
    padding: 0 0 0 40px;
    background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
    background-position: center left;
    background-size: contain;
    display: flex;
    align-items: center;
}

    .SectionPageItem div > a.link:hover,
    .SectionPageItem div > a.link:active {
        text-decoration: none;
    }

.SectionPageItem .readmoreblock {
    padding: 0;
}

    .SectionPageItem .readmoreblock > div.two-columns {
        width: 100%;
        margin: 0 0 16px;
    }

    .SectionPageItem .readmoreblock > div {
        margin: 0 0 16px;
        width: 100%;
        padding: 24px 16px 24px;
    }

        .SectionPageItem .readmoreblock > div h3 {
            margin-bottom: 32px;
        }

#sticky {
    margin: 0;
    position: relative;
    background-color: #f7f6f4;
}

    #sticky > .container {
        margin: 0 0 5px;
        background: none;
    }

    #sticky.sectionLinkContainer h3 {
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 0 -8px;
        padding: 0;
        background: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    }

    #sticky.sectionLinkContainer h3.newColor {
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 0 -8px;
        padding: 0;
        font-family: BrisGoboldExtra2;
        font-stretch: normal;
        font-style: normal;
        background: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        border: solid 2px #007465;
    }

        #sticky.sectionLinkContainer h3 a {
            flex: 1;
            height: 100%;
            align-items: center;
            display: flex;
            font-size: 20px;
            font-weight: bold;
            color: #222222;
        }

            #sticky.sectionLinkContainer h3 a:active, #sticky.sectionLinkContainer h3 a:hover {
                text-decoration: none;
            }

            #sticky.sectionLinkContainer h3 a > span.title {
                flex: 1;
                margin-left: 16px;
                font-size: 20px;
                font-weight: bold;
                line-height: 1.15;
                color: #222222;
            }

            #sticky.sectionLinkContainer h3 a > span.title.newColor {
                flex: 1;
                margin-left: 16px;
                font-size: 20px;
                font-weight: bold;
                line-height: 1.15;
                color: #007465;
            }


            #sticky.sectionLinkContainer h3 a > span.icon {
                width: 32px;
                height: 32px;
                display: flex;
                margin-left: 16px;
                margin-right: 16px;
                background: url(/static/assets/svg/32x32/icon-arrow-up-black-32-x-32.svg) no-repeat;
                background-size: contain;
            }

            #sticky.sectionLinkContainer h3 a.collapsed > span.icon {
                background: url(/static/assets/svg/32x32/icon-arrow-down-black-32-x-32.svg) no-repeat;
                background-size: contain;
            }

            #sticky.sectionLinkContainer h3 a > span.icon.newColor {
                width: 32px;
                height: 32px;
                display: flex;
                margin-left: 16px;
                margin-right: 16px;
                background: url(/static/assets/svg/24x24/icon-arrow-up-green-24-x-24.svg) no-repeat;
                background-size: contain;
            }

            #sticky.sectionLinkContainer h3 a.collapsed > span.icon.newColor {
                background: url(/static/assets/svg/24x24/icon-arrow-down-green-24-x-24.svg) no-repeat;
                background-size: contain;
            }

    #sticky #collapseLocalNavigation {
        background: #f7f6f4;
        margin: 0 -8px;
    }

        #sticky #collapseLocalNavigation > ul {
            margin: 0;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            padding: 12px 0 0;
        }

            #sticky #collapseLocalNavigation > ul li {
                padding: 0 24px;
                margin: 0;
                display: flex;
                flex-wrap: wrap;
            }

                #sticky #collapseLocalNavigation > ul li:last-child {
                    padding-bottom: 12px;
                }

                #sticky #collapseLocalNavigation > ul li a {
                    height: 48px;
                    flex: 1;
                    display: flex;
                    align-items: center;
                    font-size: 20px;
                    font-weight: normal;
                    color: #222222;
                }

    #sticky.sectionLinkContainer ul.sectionLinkContainer {
        list-style: none;
        padding: 0;
    }

    #sticky.sectionLinkContainer .sectionLink {
        width: 100%;
    }

    #sticky.fixed {
        position: fixed;
        width: 100%;
        z-index: 9999;
        right: 0;
        margin: 0;
    }

/*#endregion*/

/*#region ErrorPage*/

.Page404 .row, .Page500 .row {
    padding: 0 8px;
}

    .Page404 .row .content h1, .Page500 .row .content h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        color: #222222;
        margin: 0 0 24px;
        padding: 0;
    }

    .Page404 .row.reverse, .Page500 .row.reverse {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }

    .Page404 .row img, .Page500 .row img {
        width: 100%;
        height: auto;
    }

    .Page404 .row .content, .Page500 .row .content {
        margin: 0 0 48px;
    }

    .Page404 .row .image, .Page500 .row .image {
        margin: 0 0 48px;
    }

    .Page404 .row > .content h2, .Page500 .row > .content h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.08;
        color: #222222;
        margin: 0 0 24px;
        padding: 0;
    }

    .Page404 .row > .content p, .Page500 .row > .content p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        color: #222222;
        margin: 0 0 16px;
        padding: 0;
    }

    .Page404 .row > .content > a, .Page500 .row > .content > a {
        width: 250px;
        height: 32px;
        display: flex;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.22;
        color: #2751bb;
        margin: 18px 0 18px;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        align-items: center;
    }

/*#endregion*/

/*#region collapsableLogin*/

.collapsableLogin {
}

.info .block.collapsableLogin > div, .info .block.collapsableNewThread > div, .info .block.collapsableNewReply > div {
    height: auto;
    background: #ffffff;
    padding: 0;
}

.collapsableLogin > div > h3, .collapsableNewThread > div > h3, .collapsableNewReply > div > h3 {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

    .collapsableLogin > div > h3 > a, .collapsableNewThread > div > h3 > a, .info .block.collapsableNewReply > div > h3 > a {
        flex: 1;
        height: 100%;
        align-items: center;
        display: flex;
        font-size: 20px;
        color: #222222;
    }

        .collapsableLogin > div > h3 > a:active, .collapsableLogin > div > h3 > a:hover,
        .collapsableNewThread > div > h3 > a:active, .collapsableNewThread > div > h3 > a:hover,
        .collapsableNewReply > div > h3 > a:active, .collapsableNewReply > div > h3 > a:hover {
            text-decoration: none;
        }

        .collapsableLogin > div > h3 > a > span, .collapsableNewThread > div > h3 > a > span, .collapsableNewReply > div > h3 > a > span {
            width: 32px;
            height: 32px;
            display: block;
            margin-left: 16px;
            margin-right: 8px;
            background: url(/static/assets/svg/32x32/icon-menu-minus-blue-32-x-32.svg) no-repeat;
            background-size: contain;
        }

        .collapsableLogin > div > h3 > a.collapsed > span, .collapsableNewThread > div > h3 > a.collapsed > span, .collapsableNewReply > div > h3 > a.collapsed > span {
            background: url(/static/assets/svg/32x32/icon-menu-plus-blue-32-x-32.svg) no-repeat;
            background-size: contain;
        }

.collapsableLogin > div .form-group, .collapsableNewThread > div .form-group, .collapsableNewReply > div .form-group {
    margin: 0 16px;
    display: block;
    position: relative;
}

    .collapsableLogin > div .form-group > label {
        position: absolute;
        font-size: 16px;
        font-family: 'apercu-regular';
        font-weight: normal;
        color: #8c8c8c;
        background: #ffffff;
        left: 32px;
        padding: 0 4px;
        top: -12px;
    }

    .collapsableLogin > div .form-group > input, .collapsableNewThread > div .form-group > input, .collapsableNewReply > div .form-group > input {
        border-radius: 4px;
        border: solid 1px #8c8c8c;
        font-size: 16px;
        height: 66px;
        color: #222222;
        padding: 16px;
        margin: 10px 0 16px;
        box-shadow: none;
    }

    .collapsableLogin > div .form-group > .form-control::-webkit-input-placeholder,
    .collapsableNewThread > div .form-group > .form-control::-webkit-input-placeholder,
    .collapsableNewReply > div .form-group > .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #646464;
    }

    .collapsableLogin > div .form-group > .form-control::-moz-placeholder,
    .collapsableNewThread > div .form-group > .form-control::-moz-placeholder,
    .collapsableNewReply > div .form-group > .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #646464;
    }

    .collapsableLogin > div .form-group > .form-control:-ms-input-placeholder,
    .collapsableNewThread > div .form-group > .form-control:-ms-input-placeholder,
    .collapsableNewReply > div .form-group > .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #646464;
    }

    .collapsableLogin > div .form-group > .form-control:-moz-placeholder,
    .collapsableNewThread > div .form-group > .form-control:-moz-placeholder,
    .collapsableNewReply > div .form-group > .form-control:-moz-placeholder { /* Firefox 18- */
        color: #646464;
    }

    .collapsableNewThread > div .form-group > textarea, .collapsableNewReply > div .form-group > textarea {
        min-height: 313px;
        border-radius: 4px;
        border: solid 1px #8c8c8c;
        font-size: 16px;
        color: #222222;
        padding: 16px;
        margin: 10px 0 16px;
        box-shadow: none;
    }

.emojionearea.form-control {
    border-radius: 4px;
    border: 1px solid #8c8c8c;
    box-shadow: none;
    margin: 10px 0 16px;
}

.emojionearea .emojionearea-editor {
    min-height: 313px;
    font-size: 18px;
    color: #222222;
    padding: 15px;
    box-shadow: none;
}

    .emojionearea .emojionearea-editor:empty::before {
        content: attr(placeholder);
        display: block;
        color: #8c8c8c;
    }

.emojionearea.focused {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #8c8c8c !important;
}

.collapsableLogin > div .form-group.has-success > .form-control, .collapsableLogin > div .form-group.has-success > .form-control:focus,
.collapsableNewThread > div .form-group.has-success > .form-control, .collapsableNewThread > div .form-group.has-success > .form-control:focus,
.collapsableNewReply > div .form-group.has-success > .form-control, .collapsableNewReply > div .form-group.has-success > .form-control:focus {
    box-shadow: none;
    border: 1px solid #222222;
}

.collapsableLogin > div .form-group.has-error > .form-control, .collapsableNewThread > div .form-group.has-error > .form-control, .collapsableNewReply > div .form-group.has-error > .form-control {
    border: 1px solid #f65058;
    box-shadow: none;
}

.collapsableLogin > div .form-group > .field-validation-error > span, .collapsableNewThread > div .form-group > .field-validation-error, .collapsableNewReply > div .form-group > .field-validation-error {
    height: 32px;
    display: flex;
    align-items: center;
    color: #d0021b;
    background: url(/static/assets/svg/32x32/icon-error-32-x-32.svg) no-repeat;
    padding: 0 0 0 40px;
    margin: 0 0 16px;
}

    .collapsableNewThread > div .form-group > .field-validation-error > span, .collapsableNewReply > div .form-group > .field-validation-error > span {
        color: #d0021b;
    }

.collapsableLogin > div input.btn, .collapsableNewThread > div input.btn, .collapsableNewReply > div input.btn {
    margin: 0 16px 16px;
    background: #2751bb;
    border-radius: 100px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 48px;
}

.collapsableLogin > div .info {
    display: block;
    overflow: hidden;
    padding: 0 0 8px;
}

.collapsableLogin > div h4 {
    display: block;
    margin: 0 16px 8px;
    padding: 0;
    font-size: 18px;
    color: #222222;
}

.collapsableLogin > div a.link {
    display: flex;
    align-items: center;
    height: 32px;
    margin: 8px 16px 8px;
    font-size: 18px;
    color: #2751bb;
    padding: 0 0 0 40px;
    background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
    background-size: contain;
}

/*#endregion*/

/*#region collapsablePUL*/
#collapsePUL {
    box-sizing: border-box;
    width: 100%;
}
/*#endregion collapsablePUL*/

/*#region collapseMembership*/
#collapseMembership {
    box-sizing: border-box;
    width: 100%;
}
/*#endregion collapseMembership*/

/*#region LoginPage*/
.LoginPage {
}

    .LoginPage h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        color: #222222;
        padding: 0 8px;
        margin: 0 0 8px;
    }

    .LoginPage .row > div > p {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.22;
        color: #222222;
        padding: 0 8px 8px;
    }

    .LoginPage .container .row > .block {
        padding: 0 16px;
    }

        .LoginPage .container .row > .block > div {
            background: #ffffff;
            height: auto;
            padding: 16px 0 0;
        }

    .LoginPage .loginBlock > div h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        color: #222222;
        margin: 0 16px;
        padding: 0 0 32px;
    }

    .LoginPage .loginBlock > div .form-group {
        margin: 0 16px;
        display: block;
        position: relative;
    }

        .LoginPage .loginBlock > div .form-group > label {
            position: absolute;
            font-size: 16px;
            font-family: 'apercu-regular';
            font-weight: normal;
            color: #8c8c8c;
            background: #ffffff;
            left: 32px;
            padding: 0 4px;
            top: -12px;
        }

        .LoginPage .loginBlock > div .form-group > input {
            border-radius: 4px;
            border: solid 1px #8c8c8c;
            font-size: 16px;
            height: 66px;
            color: #222222;
            padding: 16px;
            margin: 10px 0 16px;
            box-shadow: none;
        }

        .LoginPage .loginBlock > div .form-group > .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #646464;
        }

        .LoginPage .loginBlock > div .form-group > .form-control::-moz-placeholder { /* Firefox 19+ */
            color: #646464;
        }

        .LoginPage .loginBlock > div .form-group > .form-control:-ms-input-placeholder { /* IE 10+ */
            color: #646464;
        }

        .LoginPage .loginBlock > div .form-group > .form-control:-moz-placeholder { /* Firefox 18- */
            color: #646464;
        }

        .LoginPage .loginBlock > div .form-group.has-success > .form-control, .LoginPage .loginBlock > div .form-group.has-success > .form-control:focus {
            box-shadow: none;
            border: 1px solid #222222;
        }

        .LoginPage .loginBlock > div .form-group.has-error > .form-control {
            border: 1px solid #f65058;
            box-shadow: none;
        }

        .LoginPage .loginBlock > div .form-group > .field-validation-error > span {
            height: 32px;
            display: flex;
            align-items: center;
            color: #d0021b;
            background: url(/static/assets/svg/32x32/icon-error-32-x-32.svg) no-repeat;
            padding: 0 0 0 40px;
            margin: 0 0 16px;
        }

        .LoginPage .loginBlock > div .form-group > .field-validation-error > span {
            color: #d0021b;
        }

    .LoginPage .loginBlock > div input.btn {
        margin: 0 16px 16px;
        background: #2751bb;
        border-radius: 100px;
        height: 60px;
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
        padding: 0 48px;
    }

    .LoginPage .loginBlock > div .info {
        display: block;
        overflow: hidden;
        padding: 0 0 8px;
    }

    .LoginPage .loginBlock > div h4 {
        display: block;
        margin: 0 16px 8px;
        padding: 0;
        font-size: 18px;
        color: #222222;
    }

    .LoginPage .loginBlock > div a.link {
        display: flex;
        align-items: center;
        height: 32px;
        margin: 8px 16px 8px;
        font-size: 18px;
        color: #2751bb;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-size: contain;
    }


/*#endregion*/

/*#region WallPostPage*/

.WallPostPage {
}

    .WallPostPage .col-md-10 {
        margin-bottom: 25px;
    }

    .WallPostPage ul.brisBreadcrumb {
        padding: 0;
    }

    .WallPostPage h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        color: #222222;
    }

    .WallPostPage .row.info {
        padding: 0 8px;
    }

        .WallPostPage .row.info p {
            font-size: 18px;
            font-weight: normal;
            line-height: 1.22;
            color: #222222;
        }

    .WallPostPage .post {
        background: #fff;
        padding: 24px 24px 24px 24px;
    }

        .WallPostPage .post > p {
            margin: 0 0 16px;
        }

        .WallPostPage .post p.time {
            font-size: 16px;
            font-weight: bold;
            color: #41d699;
        }

        .WallPostPage .post p.message {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.25;
            color: #222222;
        }

            .WallPostPage .post p.message.largeText {
                font-size: 24px;
                font-weight: normal;
                line-height: 1.08;
                color: #222222;
            }

        .WallPostPage .post p.user {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.25;
            margin: 0;
        }

    .WallPostPage .image img {
        width: 100%;
        height: 100%;
        border-radius: inherit;
    }

    .WallPostPage .collapsableNewThread {
        margin-bottom: 40px;
    }

    .WallPostPage .pagination {
        display: flex;
        justify-content: center;
    }

        .WallPostPage .pagination > li a {
            cursor: pointer;
            border-radius: 0px;
            border: none;
            background: none;
            color: #222222;
            font-size: 16px;
            line-height: 1;
            border: 2px solid transparent;
            height: 41px;
            width: 41px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .WallPostPage .pagination > li.active a {
            background: #ffffff;
            border: 2px solid #2751bb;
        }

            .WallPostPage .pagination > li.active a:hover {
                color: #222222;
            }

    .WallPostPage .created {
        padding: 0 8px;
    }

        .WallPostPage .created .block > div {
            height: auto;
            background: #ffffff;
            padding: 24px 24px 32px;
        }

    .WallPostPage .info .block .thank-you {
        display: block;
        margin: 0;
        border: 2px solid #41d699;
        border-radius: 4px;
        padding: 32px;
    }

        .WallPostPage .info .block .thank-you > h2 {
            font-size: 24px;
            font-weight: bold;
            line-height: 1.08;
            color: #222222;
            text-align: center;
            margin: 34px 0 15px;
        }

        .WallPostPage .info .block .thank-you > p {
            font-size: 18px;
            color: #222222;
            text-align: center;
            margin: 0 0 14px;
        }

    .WallPostPage .info .block > div > a {
        margin: 32px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        color: #2751bb;
        font-weight: 500;
        display: block;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-size: 32px 32px;
        padding: 0 0 0 40px;
        min-height: 32px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

/*#endregion*/

/*#endregion*/

/*#region ChatWindow*/

.chatWindow {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
    background: #ffffff;
}

    .chatWindow > h3 {
        display: flex;
        flex-wrap: wrap;
        background: #41d699;
        margin: 0!important;
        padding: 0;
        height: 58px;
    }

        .chatWindow > h3 > a {
            flex: 1;
            display: flex;
            align-items: center;
            height: 58px;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.22;
            color: #ffffff;
            text-decoration: none;
        }

            .chatWindow > h3 > a.collapsed + a {
                display: none;
            }

            .chatWindow > h3 > a.exit {
                justify-content: flex-end;
                padding-right: 16px;
            }

            .chatWindow > h3 > a:hover, .chatWindow > h3 > a:active {
                text-decoration: none;
            }

            .chatWindow > h3 > a > span.icon {
                width: 32px;
                height: 32px;
                display: block;
                margin-left: 16px;
                margin-right: 8px;
                background: url(/static/assets/svg/24x24/icon-submenu-collapsed-white-24-x-24.svg) no-repeat;
                background-position: center center;
            }

            .chatWindow > h3 > a.collapsed > span.icon {
                background: url(/static/assets/svg/32x32/icon-menu-plus-white-32-x-32.svg) no-repeat;
                background-size: contain;
            }

            .chatWindow > h3 > a > span.iconLeave {
                width: 32px;
                height: 32px;
                display: block;
                margin-left: 0;
                margin-right: 8px;
                background: url(/static/assets/svg/32x32/icon-menu-minus-white-32-x-32.svg) no-repeat;
                background-size: contain;
            }

            .chatWindow > h3 > a > span.maximize {
                display: none;
            }

            .chatWindow > h3 > a > span.minimize {
                display: block;
            }

            .chatWindow > h3 > a > span.newMessage {
                display: none;
            }

            .chatWindow > h3 > a.collapsed > span.maximize {
                display: block;
            }

            .chatWindow > h3 > a.collapsed > span.minimize {
                display: none;
            }

        .chatWindow > h3.newMessage {
            -webkit-animation: background 1.2s infinite;
            -webkit-animation-delay: 0.0s;
            animation: background 1.2s infinite;
            animation-delay: 0.0s;
        }

@-webkit-keyframes background {
    0% {
        background: #fe5000;
        color: #222222;
    }

    50% {
        background: #a64d94;
        color: #ffffff;
    }

    100% {
        background: #fe5000;
        color: #222222;
    }
}

@keyframes background {
    0% {
        background: #fe5000;
        color: #222222;
    }

    50% {
        background: #a64d94;
        color: #ffffff;
    }

    100% {
        background: #fe5000;
        color: #222222;
    }
}

.chatWindow > h3.newMessage > a.collapsed > span.maximize {
    display: none;
}

.chatWindow > h3.newMessage > a.collapsed > span.minimize {
    display: none;
}

.chatWindow > h3.newMessage > a.collapsed > span.newMessage {
    display: flex;
    flex: 1;
    height: 40px;
    align-items: center;
}

    .chatWindow > h3.newMessage > a.collapsed > span.newMessage > .dots {
        height: 40px;
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-end;
        padding: 0 16px;
    }

        .chatWindow > h3.newMessage > a.collapsed > span.newMessage > .dots > span {
            height: 16px;
            width: 16px;
            margin: 0 0 0 8px;
            background: #ffffff;
            border-radius: 16px;
        }

            .chatWindow > h3.newMessage > a.collapsed > span.newMessage > .dots > span.one {
                opacity: 0.2;
                -webkit-animation: dot 1.2s infinite;
                -webkit-animation-delay: 0.0s;
                animation: dot 1.2s infinite;
                animation-delay: 0.0s;
            }

            .chatWindow > h3.newMessage > a.collapsed > span.newMessage > .dots > span.two {
                opacity: 0.2;
                -webkit-animation: dot 1.2s infinite;
                -webkit-animation-delay: 0.3s;
                animation: dot 1.2s infinite;
                animation-delay: 0.3s;
            }

            .chatWindow > h3.newMessage > a.collapsed > span.newMessage > .dots > span.three {
                opacity: 0.2;
                -webkit-animation: dot 1.2s infinite;
                -webkit-animation-delay: 0.6s;
                animation: dot 1.2s infinite;
                animation-delay: 0.6s;
            }

.chatWindow.visible {
    height: 100%;
    z-index: 9999;
}

.chatWindow #chatCollapsed {
    display: none;
}

    .chatWindow #chatCollapsed.visible {
        display: block;
        height: calc(100% - 58px);
    }

    .chatWindow #chatCollapsed.collapse.in {
        height: 100%;
    }

.chatWindow .chatWrapper {
    height: 100%;
    padding-bottom: 130px;
}

.chatWindow #chatWindowBox {
    overflow: scroll;
    height: 100%;
}

    .chatWindow #chatWindowBox > span > .chatMessageRow {
        display: flex;
        flex-wrap: nowrap;
        margin: 16px;
    }

        .chatWindow #chatWindowBox > span > .chatMessageRow.userMessageRow {
            flex-direction: row-reverse;
        }

        .chatWindow #chatWindowBox > span > .chatMessageRow > .icon {
            width: 40px;
            height: 40px;
        }

            .chatWindow #chatWindowBox > span > .chatMessageRow > .icon img {
                width: 40px;
                height: 40px;
                border-radius: 40px;
            }

            .chatWindow #chatWindowBox > span > .chatMessageRow > .icon span.chatMessageTime {
                display: block;
                text-align: center;
            }

        .chatWindow #chatWindowBox > span > .chatMessageRow > .message {
            padding: 16px;
            margin: 0 0 0 16px;
            background: #f7f6f4;
            border-radius: 20px;
            max-width: calc(100% - 112px);
            font-size: 16px;
            font-weight: normal;
            line-height: 1.38;
            color: #222222;
        }

        .chatWindow #chatWindowBox > span > .chatMessageRow.userMessageRow > .message {
            padding: 16px;
            margin: 0 16px 0 56px;
            background: #d3f0e2;
            border-radius: 20px;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.38;
            color: #222222;
        }

        .chatWindow #chatWindowBox > span > .chatMessageRow > .message > a {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.38;
            color: #2751bb;
            text-decoration: none;
        }

            .chatWindow #chatWindowBox > span > .chatMessageRow > .message > a:hover, .chatWindow #chatWindowBox > span > .chatMessageRow > .message > a:active {
                text-decoration: none;
            }

        .chatWindow #chatWindowBox > span > .chatMessageRow > .image, .chatWindow #chatWindowBox > span > .chatMessageRow > .video {
            padding: 0;
            margin: 0 0 0 16px;
            background: #e6e6e6;
            border-radius: 4px;
            max-width: calc(100% - 112px);
        }

            .chatWindow #chatWindowBox > span > .chatMessageRow > .image > img, .chatWindow #chatWindowBox > span > .chatMessageRow > .video > img {
                width: 100%;
                height: auto;
            }

    .chatWindow #chatWindowBox > span .chatMessageRow > .message img.emojione,
    .chatWindow #chatWindowBox > span .chatMessageRow > .message img.emojioneemoji {
        background: none;
        height: 32px;
    }

    .chatWindow #chatWindowBox > span .chatMessageRow > .message.onlyemoji img.emojione,
    .chatWindow #chatWindowBox > span .chatMessageRow > .message.onlyemoji img.emojioneemoji {
        height: 45px;
    }

.chatWindow #chatEventBox {
    height: auto;
    margin: 13px 0;
}

.chatWindow #chatWindowBox #chatEvents {
    margin: 0;
    padding: 0;
    display: block;
}

    .chatWindow #chatWindowBox #chatEvents > .chatMessageRow {
        display: block;
    }

        .chatWindow #chatWindowBox #chatEvents > .chatMessageRow .icon {
            width: 40px;
            height: 40px;
            margin: 0 18px 0 0;
            display: inline-block;
            vertical-align: middle;
        }

            .chatWindow #chatWindowBox #chatEvents > .chatMessageRow .icon img {
                width: 40px;
                height: 40px;
                border-radius: 40px;
            }

        .chatWindow #chatWindowBox #chatEvents > .chatMessageRow .dots {
            height: 40px;
            display: inline-block;
            vertical-align: middle;
        }

            .chatWindow #chatWindowBox #chatEvents > .chatMessageRow .dots > span {
                height: 16px;
                width: 16px;
                margin: 12px 0 12px 8px;
                background: #999999;
                border-radius: 16px;
                display: inline-block;
            }

                .chatWindow #chatWindowBox #chatEvents > .chatMessageRow .dots > span.one {
                    opacity: 0.2;
                    -webkit-animation: dot 1.2s infinite;
                    -webkit-animation-delay: 0.0s;
                    animation: dot 1.2s infinite;
                    animation-delay: 0.0s;
                }

                .chatWindow #chatWindowBox #chatEvents > .chatMessageRow .dots > span.two {
                    opacity: 0.2;
                    -webkit-animation: dot 1.2s infinite;
                    -webkit-animation-delay: 0.3s;
                    animation: dot 1.2s infinite;
                    animation-delay: 0.3s;
                }

                .chatWindow #chatWindowBox #chatEvents > .chatMessageRow .dots > span.three {
                    opacity: 0.2;
                    -webkit-animation: dot 1.2s infinite;
                    -webkit-animation-delay: 0.6s;
                    animation: dot 1.2s infinite;
                    animation-delay: 0.6s;
                }

@-webkit-keyframes dot {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes dot {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.chatWindow #chatWindowForm {
    min-height: 130px;
    max-height: 220px;
    padding: 8px 8px 4px;
    margin: 0;
    background: #f7f6f4;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .chatWindow #chatWindowForm > .form-group {
        margin: 0 0 8px;
        display: flex;
    }

        .chatWindow #chatWindowForm > .form-group input.btn {
            margin: 0 8px;
            background: #2751bb;
            border-radius: 100px;
            border: 0px;
            height: 48px;
            font-size: 18px;
            font-weight: 500;
            text-shadow: none;
            color: #ffffff;
            padding: 0;
            width: auto;
            flex: 1;
        }

        .chatWindow #chatWindowForm > .form-group > div {
            flex: 1;
            margin: 0 0 0 8px;
            display: flex;
            align-items: center;
        }

            .chatWindow #chatWindowForm > .form-group > div > input[type="checkbox"] {
                position: absolute;
                z-index: -1000;
                left: -1000px;
                overflow: hidden;
                clip: rect(0 0 0 0);
                height: 1px;
                width: 1px;
                margin: -1px;
                padding: 0;
                border: 0;
            }

                .chatWindow #chatWindowForm > .form-group > div > input[type="checkbox"] + label {
                    padding-left: 40px;
                    height: auto;
                    display: inline-block;
                    background-repeat: no-repeat;
                    font-size: 16px;
                    font-weight: normal;
                    color: #222222;
                    line-height: 1;
                    vertical-align: middle;
                    cursor: pointer;
                    margin: 0;
                }

                .chatWindow #chatWindowForm > .form-group > div > input[type="checkbox"]:checked + label {
                    background-image: url(/static/assets/svg/32x32/icon-checkbox-on-blue-32-x-32.svg);
                    background-repeat: no-repeat;
                }

                .chatWindow #chatWindowForm > .form-group > div > input[type="checkbox"] + label {
                    background-image: url(/static/assets/svg/32x32/icon-checkbox-off-blue-32-x-32.svg);
                    background-repeat: no-repeat;
                    -webkit-touch-callout: none;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

        .chatWindow #chatWindowForm > .form-group > textarea {
            display: block;
            height: 56px;
            min-height: 56px;
            max-height: 142px;
            padding: 16px;
            margin: 0;
            resize: none;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.38;
            color: #222222;
            border: 1px solid #8c8c8c;
            box-shadow: none;
        }

        .chatWindow #chatWindowForm > .form-group > .emojionearea {
            display: block;
            margin: 0;
            border: 1px solid #8c8c8c;
            box-shadow: none;
        }

            .chatWindow #chatWindowForm > .form-group > .emojionearea > .emojionearea-editor {
                height: auto;
                min-height: 54px;
                max-height: 142px;
                padding: 16px;
                margin: 0;
                font-size: 16px;
                font-weight: normal;
                line-height: 1.38;
                color: #222222;
            }

                .chatWindow #chatWindowForm > .form-group > .emojionearea > .emojionearea-editor:before {
                    color: #979797;
                    height: 22px;
                }



/*#endregion*/

/*#region ChatModal*/
.chatModal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
}

.chatModal-content {
    background-color: #fefefe;
    margin: 50% auto;
    border: 1px solid #888;
    width: 90%;
}

    .chatModal-content input {
        text-align: center;
    }

    .chatModal-content p {
        color: #222222 !important;
    }


.chatModalClose {
    display: block;
    color: #aaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 15px;
}

    .chatModalClose:hover,
    .chatModalClose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#chatModalText {
    text-align: center;
    font-size: 18px;
}

.chatModalControls {
    text-align: center;
    margin: 20px;
}


#chatModalConfirm {
    display: none;
}

#chatModalConfirmLogout {
    display: none;
}


.chatModalBtn {
    background: #2751bb;
    border-radius: 100px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 50px;
    margin: 10px;
}

    .chatModalBtn:hover,
    .chatModalBtn:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

#chatModalCancel {
    display: inline-block;
}

/*#endregion*/

/*region DeleteCaseModal*/

#deleteCaseAction a.btn {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #222222;
    padding: 19px 0;
    background: #ffb234;
    border-radius: 100px;
    margin: 0 19px 40px 19px;
}

.deleteCaseModal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
}

.deleteCaseModal-content {
    background-color: #fefefe;
    margin: 20% auto;
    border: 1px solid #888;
    width: 90%;
}

    .deleteCaseModal-content input {
        text-align: center;
    }

    .deleteCaseModal-content p {
        color: #222222 !important;
    }


.deleteCaseModalClose {
    display: block;
    color: #aaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 15px;
}

    .deleteCaseModalClose:hover,
    .deleteCaseModalClose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#deleteCaseModalText {
    text-align: center;
    font-size: 18px;
}

.deleteCaseModalControls {
    text-align: center;
    margin: 20px;
}


#deleteCaseModalConfirm {
    display: none;
}

.deleteCaseModalBtn {
    background: #2751bb;
    border-radius: 100px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 50px;
    margin: 10px;
}

    .deleteCaseModalBtn:hover,
    .deleteCaseModalBtn:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

#deleteCaseModalCancel {
    display: inline-block;
}

#deleteCaseModal span.deleteCaseError {
    display: block;
    color: #d0021b;
    margin: 0 0 16px 40px;
    padding: 5px 0px 5px 40px;
    font-size: 16px;
    background: url(/static/assets/svg/32x32/icon-error-32-x-32.svg) no-repeat;
}
/*endregion*/

/*region DeleteAccountModal*/

#deleteAccountAction a.btn {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #222222;
    padding: 19px 0;
    background: #ffb234;
    border-radius: 100px;
    margin: 0 19px 40px 19px;
}

.deleteAccountModal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
}

.deleteAccountModal-content {
    background-color: #fefefe;
    margin: 20% auto;
    border: 1px solid #888;
    width: 90%;
}

    .deleteAccountModal-content input {
        text-align: center;
    }

    .deleteAccountModal-content h3 {
        margin-top: 24px;
    }

    .deleteAccountModal-content p {
        color: #222222 !important;
    }


.deleteAccountModalClose {
    display: block;
    color: #aaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 15px;
}

    .deleteAccountModalClose:hover,
    .deleteAccountModalClose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#deleteAccountModalText {
    text-align: center;
    font-size: 18px;
}

.deleteAccountModalControls {
    text-align: center;
    margin: 20px;
}


#deleteAccountModalConfirm {
    display: none;
}

.deleteAccountModalBtn {
    background: #2751bb;
    border-radius: 100px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 50px;
    margin: 10px;
}

    .deleteAccountModalBtn:hover,
    .deleteAccountModalBtn:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

#deleteAccountModalCancel {
    display: inline-block;
}

#deleteAccountModal span.deleteAccountError {
    display: block;
    color: #d0021b;
    margin: 0 0 16px 40px;
    padding: 5px 0px 5px 40px;
    font-size: 16px;
    background: url(/static/assets/svg/32x32/icon-error-32-x-32.svg) no-repeat;
}

/*endregion*/

/*#region Feedback*/
.feedbackBtn {
    width: 27px !important;
    height: 27px !important;
}
/*#endregion*/

/*#region Footer */

footer {
    background: #ffffff;
    padding: 50px 0 0 !important;
    margin: 0px !important
}

    footer .block {
        box-shadow: none;
    }

        footer .block > div {
            height: auto;
        }

    footer > div .collapsed span {
        background-image: url(/static/assets/svg/24x24/icon-submenu-black-24-x-24.svg);
    }

    footer > div span {
        background-image: url(/static/assets/svg/24x24/icon-submenu-collapsed-black.svg);
    }

    footer .col-sm-4 {
        padding: 0px;
    }

    footer div.container {
        padding: 0px;
    }

    footer > div > p {
        text-align: center;
        margin: 0 0 32px;
        color: #929292;
        font-size: 14px;
    }

        footer > div > p > a {
            color: #929292;
            font-size: 14px;
        }

    footer > .container > .row {
        border-top: 1px solid #eeeeee;
    }

        footer > .container > .row:first-child {
            border-top: none;
        }

    footer > div.copyright {
        text-align: center;
    }

        footer > div.copyright > p {
            display: inline-block;
        }

            footer > div.copyright > p a {
                color: #929292 !important;
            }

#NewsletterForm > form > table {
    width: 100%;
}

/*#endregion*/

.nav-tabs > li > a {
    border: none;
}

    .nav-tabs > li > a:hover {
        border: 0px;
    }

    .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
        background-color: #f2f2f2;
        color: #808080
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: pointer;
}

.list-group-item a {
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.list-group-item:hover {
}

    .list-group-item:hover a {
        color: #000;
        text-decoration: underline;
    }

.has-error > .field-validation-error {
    color: #a94442;
    background: none;
    padding: 0;
    margin: 0;
}

.nav-tabs {
    border-bottom: none;
}

.jumbotron {
    background-color: #FFF;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #808080;
    border-color: #000000;
}

.list-group-item.answered::after {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #FFF;
}

.teaserblock.span8 > div > div.articleCardVisibleSpan8, .teaser.span8 > div > div.articleCardVisibleSpan8 h4 {
    color: #222;
}


@media (max-width: 991px) {
    .ForumPage #searchResults {
        width: calc(100% + 16px);
    }
}

@media (min-width: 440px) {
    .block.idolcardblock {
        width: 48%;
        padding: 0;
        margin-right: 10px;
    }
}

/*#region Tablet*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /*#region Header*/

    body > .container-fluid.background {
        min-height: 500px;
        padding-bottom: 100px;
    }

    body.ContributionPage > .container-fluid.background {
        min-height: 100%;
        padding-bottom: 0px;
    }


    .navbar-default {
        box-shadow: none;
    }

    .navbar-header {
        box-shadow: none;
    }

    .navbar-toggle {
        padding-left: 16px;
    }

    .myaccount-collapse {
        width: 375px;
        right: 8px;
    }

    .navbar-brand {
        float: none;
        display: inline-block;
        height: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 23px 0 23px 0;
    }

        .navbar-brand > a, .navbar-brand > h1 > a {
            height: 31px;
            display: block;
        }

            .navbar-brand > a > img, .navbar-brand > h1 > a > img {
                width: auto;
                height: 100%;
            }

    .navbar-default .navbar-nav.navbar-icons > li > a {
        margin: 17px 0 18px;
        padding: 0;
    }

        .navbar-default .navbar-nav.navbar-icons > li > a .icon {
            width: 40px;
            height: 40px;
        }

            .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-languages {
                background-image: url(/static/assets/svg/40x40/icon-other-languages-blue-40-x-40.svg);
            }

            .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-listen {
                background-image: url(/static/assets/svg/40x40/icon-listen-blue-40-x-40.svg);
            }

            .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-search {
                background-image: url(/static/assets/svg/40x40/icon-search-blue-40-x-40.svg);
            }

            .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-press {
                background-image: url(/static/assets/svg/40x40/icon-press-blue-40-x-40.svg);
            }

            .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-incognito {
                background-image: url(/static/assets/svg/40x40/icon-hide-blue-40-x-40.svg);
            }

    .nav-mobile > li > a {
        height: 21px;
        font-size: 20px;
        font-weight: 500;
        padding: 17px 24px 17px;
    }

    .nav-mobile .sub-menu > li > a {
        padding: 16px 24px;
        display: inline-block;
        text-decoration: none;
        height: 24px;
        font-family: 'apercu-regular';
        font-size: 20px;
        font-weight: normal;
        line-height: normal;
    }

    .globalnavigationCollapse {
        padding: 0 40px;
    }

        .globalnavigationCollapse > div {
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            margin: 0;
            height: 147px;
        }

        .globalnavigationCollapse a {
            margin: 0;
        }

            .globalnavigationCollapse a + a {
                margin: 0;
            }

            .globalnavigationCollapse a.startListen {
                padding: 0 32px;
            }

        .globalnavigationCollapse .linksWrapper {
            flex: 1;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            .globalnavigationCollapse .linksWrapper a {
                margin: 0 16px;
            }

        .globalnavigationCollapse .languageWrapper {
            order: 2;
            align-self: flex-start;
            padding: 32px 0 0;
        }

        .globalnavigationCollapse .listenWrapper {
            order: 2;
            align-self: flex-start;
            padding: 32px 0 0;
        }

        .globalnavigationCollapse .textWrapper {
            flex: 1;
            order: 1;
            align-self: flex-start;
            padding: 32px 0 0;
        }

    .searchbar-collapse .navbar-form {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        margin: 0;
        padding: 0 8px;
        height: 147px;
    }

        .searchbar-collapse .navbar-form > div {
            padding-left: 8px;
            padding-right: 8px;
            margin: 0;
        }

    .searchbar-collapse .form-control {
        border-radius: 0px;
        height: 68px;
        width: 100%;
        background: rgba(255, 255, 255, 255) url(/static/assets/svg/32x32/icon-search-black-32-x-32.svg);
        background-repeat: no-repeat;
        background-size: 32px;
        padding-left: 64px;
        background-position: 24px;
        font-size: 20px;
        line-height: 1.22;
        color: #222222;
    }

    .searchbar-collapse .btn-default {
        background-image: none;
        background-color: #2751bb;
        border-radius: 100px;
        border: none;
        box-shadow: none;
        color: #fff;
        text-shadow: none;
        height: 60px;
        padding: 0;
        width: 100%;
        font-size: 24px;
        font-family: 'apercu-regular';
        font-weight: 500;
        line-height: 1.33;
    }

    /*#endregion*/

    /*#region Blocks*/

    .block {
        padding-left: 8px;
        padding-right: 8px;
    }

        .block > div {
            height: 208px;
        }


    /*#region AuthorBlock*/

    .authorblock {
        margin: 32px 0 0 0;
        padding: 0;
    }

        .authorblock > div {
            box-shadow: none;
            border-radius: 0;
            height: auto;
        }

    /*#endregion*/

    /*#region IdolContainerBlock*/

    .idolcontainerblock > div {
        width: 704px;
    }

        .idolcontainerblock > div > p {
            margin-right: 16px;
            flex: 0 1 66%;
        }

    /*#endregion*/

    /*#region IdolCardBlock*/

    .block.idolcardblock {
        width: 221px;
        margin-right: 10px;
    }


    /*#endregion*/

    /*#region ArticleItemBlock*/

    .articleitemblock {
        margin-bottom: 24px;
        display: inline-flex;
    }

        .articleitemblock div.textContainer {
            text-align:center;
            width: 202px;
        }

    /*#enregion*/

    /*#region CallToActionBlock*/

    .calltoactionblock.span4 > div > div {
        padding: 16px;
        min-height: 176px;
    }

    .calltoactionblock > div > div > h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.08;
    }

    .calltoactionblock > div.oneFourthCTABlock a {
        width: 139px;
    }

        .calltoactionblock > div.oneFourthCTABlock a.link {
            width: auto;
        }

    /*#endregion*/

    /*#region ContributionGiftBlock*/

    .contributiongiftblock .content a.btn {
        margin-top: 2px;
    }

    /*#endregion*/

    /*#region CombineBigLeftBlock*/

    .combinebigleftblock > div {
        height: auto;
    }

    .combinebigleftblock > .equal-width > div {
        width: 50%;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .combinebigleftblock > .equal-width .rightBlocks > div {
        display: block;
    }

    .combinebigleftblock .double-height .block > div {
        height: 432px;
    }

    .combinebigleftblock .rightBlocks .bottomRightBlock > div {
        width: 50%;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .combinebigleftblock .rightBlocks .block > div, .combinebigleftblock .rightBlocks .block div.blockBackgroundOffset {
        height: 208px;
    }

    .combinebigleftblock .leftBlock h3 {
        font-size: 36px;
        margin: 0;
    }

    .combinebigleftblock .topRightBlock h3 {
        font-size: 30px;
        line-height: 1.13;
    }

    .combinebigleftblock .bottomRightBlock h3, .combinebigleftblock .bottomRightBlock .informationblock p {
        font-size: 24px;
        line-height: 1.08;
    }

    .combinebigleftblock .bottomRightBlock p {
        margin: 0;
    }

    .combinebigleftblock .bottomRightBlock a {
        margin: 8px 0 0;
    }

    .combinebigleftblock .bottomRightBlock .informationblock > div {
        padding: 16px;
        height: 208px;
    }


    /*#endregion*/

    /*#region ContributionBlock*/

    .contributionblock {
        clear: none;
    }

        .contributionblock.span4 {
            flex: 1 0 25%;
        }

        .contributionblock div {
            background: #FFF;
            text-align: center;
            padding: 44px 20px 44px;
            height: auto !important;
        }

            .contributionblock div a {
                margin: 0;
            }

            .contributionblock div h2 {
                color: #222222;
                font-weight: bold;
                margin: 0;
                padding: 0;
                font-size: 24px;
            }

            .contributionblock div a:hover {
                text-decoration: none;
            }

            .contributionblock div p {
                color: #222222;
                margin: 0;
                padding: 0;
            }

        .contributionblock hr {
            display: block;
            border: 2px solid #ffb234;
            width: 121px;
            padding: 0;
            border-radius: 100px;
        }

        .contributionblock:hover, .contributionblock h2, .contributionblock p {
            text-decoration: none;
        }

    /*#endregion*/

    /*#region ContributionGiftStartBlock */

    .contributiongiftstartblock > div {
        background: #ffffff;
        height: auto !important;
        min-height: 100%;
        overflow: hidden;
        box-shadow: none;
        border-radius: 0px;
    }

    .contributiongiftstartblock div.content {
        display: block;
        overflow: hidden;
        margin: 40px 40px 40px 40px;
    }

    .contributiongiftstartblock .form-group {
        margin: 16px 0;
        position: relative;
    }

    .contributiongiftstartblock .amount ul, .contributiongiftstartblock .giftType ul {
        list-style: none;
        padding: 0;
        margin: 8px 0;
    }

        .contributiongiftstartblock .amount ul li {
            display: inline-block;
            width: calc((100% - 40px)/3);
            margin: 0 8px;
            padding: 20px 0;
            background: #eaeaea;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.22;
            color: #222222;
            vertical-align: middle;
            cursor: pointer;
        }

        .contributiongiftstartblock .giftType ul li {
            width: calc((100% - 32px)/3);
            margin: 0 8px;
        }

            .contributiongiftstartblock .amount ul li.checked, .contributiongiftstartblock .giftType ul li.checked {
                background: #ffffff;
                border: 2px solid #2751bb;
            }

            .contributiongiftstartblock .amount ul li:first-child, .contributiongiftstartblock .giftType ul li:first-child {
                margin-left: 0px;
            }

            .contributiongiftstartblock .amount ul li:last-child, .contributiongiftstartblock .giftType ul li:last-child {
                margin-right: 0px;
            }


    .contributiongiftstartblock .amount .form-group input {
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        border: solid 1px #8c8c8c;
        color: #222222;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 4px;
        margin: 0;
        font-size: 16px;
        display: inline-block;
    }

    .contributiongiftstartblock .amount .form-group > p {
        display: block;
        margin: 8px 0 0 0;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.38;
        color: #8c8c8c;
    }

    .contributiongiftstartblock .content input.btn {
        height: 60px;
        width: 100%;
        padding: 0 48px;
        margin: 0;
        background: #2751bb;
        border: 0px;
        border-radius: 100px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: #ffffff;
    }

    .contributiongiftstartblock .content form {
        display: block;
        flex-direction: column;
    }

        .contributiongiftstartblock .content form > div {
            order: 2;
            flex: 1;
        }

            .contributiongiftstartblock .content form > div.top {
                order: 0;
            }

        .contributiongiftstartblock .content form > .reverse {
            order: 1;
        }

    .contributiongiftstartblock .content img {
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
        width: 100%;
        margin-top: 8px;
    }

    /*#endregion*/

    /*#region FooterContacsBlock*/

    .footercontactblock div span {
        margin: 0 24px 0 0;
    }

    /*#endregion*/

    /*#region FooterLinksBlock*/

    .footerlinksblock div span {
        margin: 0 24px 0 0;
    }
    /*#endregion*/

    /*#region FooterQuoteBlock */

    .footerquoteblock div div h2 {
        margin: 60px 80px;
    }

    footer div.link-box {
        right: 32px;
    }
    /*#endregion*/

    /*#region InformationBlock */

    .informationblock > div {
        background: #ffffff;
        min-height: 104px;
        height: auto;
    }

        .informationblock > div > div {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 26px 32px;
        }

        .informationblock > div p {
            font-size: 24px;
            font-weight: bold;
            line-height: 1.08;
            color: #222222;
            margin: 0;
            flex: 1;
        }

    .informationblock > .whiteColor .bgoverlay {
        background-image: none;
    }

    .informationblock > .whiteColor div p {
        color: #000000;
    }

    .informationblock > div a {
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        color: #2751bb;
        min-height: 32px;
        display: flex;
        align-content: center;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-position: left top;
        background-size: 32px 32px;
    }

    /*#endregion*/

    /*#region ReadMoreBlock*/

    .readmoreblock {
    }

        .readmoreblock > div {
            color: #000;
            padding: 24px;
            height: auto;
            overflow: hidden;
        }

    .SectionPageItem .readmoreblock > div {
        padding: 24px 32px 0px;
    }

        .SectionPageItem .readmoreblock > div h3 {
            margin-bottom: 32px;
        }

    .SectionPageItem .readmoreblock ul {
        display: block;
    }

    .readmoreblock > div h3 {
        font-family: 'apercu-regular';
        font-size: 30px;
        font-weight: bold;
        color: #222222;
        margin: 0 0 24px;
        padding: 0;
    }

    .readmoreblock > div ul {
        padding: 0 0 8px;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        .readmoreblock > div ul li {
            padding: 0;
            margin: 0 0 16px;
            flex: 1 0 50%;
        }

            .readmoreblock > div ul li:last-child {
                margin: 0 0 16px;
            }

            .readmoreblock > div ul li a {
                font-size: 18px;
            }

    .readmoreblock > div > a {
        margin: -8px 0 16px 0;
    }


    /*#endregion*/

    /*#region ServiceBlock*/

    .serviceblock {
        margin: 0 0 24px;
    }

        .serviceblock > div {
            height: auto;
        }

            .serviceblock > div > div ul {
                display: block;
                text-align: center;
            }

            .serviceblock > div > div > ul li {
                padding: 0 0 0 42px;
                display: inline-block;
            }

                .serviceblock > div > div > ul li:first-child {
                    padding-left: 0;
                }

            .serviceblock > div a {
                padding: 0 16px;
                font-size: 24px;
            }

                .serviceblock > div a:hover {
                    text-decoration: none;
                }

    /*#endregion*/

    /*#region TeaserBlock */

    .teaserblock > div, .teaser > div {
        margin: 0 auto;
        padding: 0;
        height: auto;
        color: #ffffff;
    }

        .teaserblock > div > div, .teaser > div > div {
            padding: 0;
            min-height: 208px;
            background-position: center;
            background-size: cover;
            border-radius: 5px;
        }

            .teaserblock > div > div.noBorderRadiusBottom, .teaser > div > div.noBorderRadiusBottom {
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                min-height: 224px;
            }

    .teaserblock.span8 > div > div.articleCardVisibleSpan8, .teaser.span8 > div > div.articleCardVisibleSpan8 {
        display: block;
        min-height: 224px;
    }

    .teaserblock.span8 > div a.articleCardHideSpan8, .teaser.span8 > div a.articleCardHideSpan8,
    .teaserblock.span16 > div a.articleCardHideSpan8, .teaser.span16 > div a.articleCardHideSpan8 {
        display: none;
    }

    .teaserblock.span4 > div > div.noBorderRadiusBottom, .teaser > div > div.noBorderRadiusBottom {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        min-height: 208px;
    }

    .teaserblock > div > div > div, .teaser > div > div > div {
        padding: 24px;
    }

    .teaserblock.span4 > div > div > div, .teaser.span4 > div > div > div {
        padding: 16px;
    }

    .teaserblock > div h3, .videoblock > div h3, .teaser > div h3 {
        margin: 0 0 16px;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.13;
    }

    .teaserblock.span4 > div h3, .videoblock.span4 > div h3, .teaser.span4 > div h3, .SectionPageItem .teaserblock > div h3, .SectionPageItem .teaser > div h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.08;
    }

    .teaserblock > div h4, .videoblock > div h4, .teaser > div h4 {
        margin: 0 0 16px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.13;
    }

    .teaserblock > div a, .teaser > div a {
        min-height: 32px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.02;
        margin: 0;
        display: inline-block;
        align-content: center;
        color: #ffffff;
        padding: 5px 0 5px 40px;
        background-image: url(/static/assets/svg/32x32/icon-arrow-right-circle-white-32-x-32.svg);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 32px 32px;
    }

    .teaserblock > div .white a, .teaser > div .white a {
        color: #2751bb;
        background-image: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg);
    }

    .teaserblock > div .articleCardVisibleSpan8, .teaser > div .articleCardVisibleSpan8 {
        padding: 24px;
        background: #ffffff;
    }

        .teaserblock > div .articleCardVisibleSpan8 p, .teaser > div .articleCardVisibleSpan8 p {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.25;
            color: #222222;
            margin: 0 0 34px;
        }

            .teaserblock > div .articleCardVisibleSpan8 p:first-of-type, .teaser > div .articleCardVisibleSpan8 p:first-of-type {
                margin-bottom: 0px;
                margin-top: 0px;
            }

            .teaserblock > div .articleCardVisibleSpan8 p:last-of-type, .teaser > div .articleCardVisibleSpan8 p:last-of-type {
                margin-bottom: 34px;
                margin-top: 0px;
            }

        .teaserblock > div .articleCardVisibleSpan8 a, .teaser > div .articleCardVisibleSpan8 a {
            min-height: 32px;
            font-size: 18px;
            font-weight: 500;
            line-height: 32px;
            margin: 0;
            display: flex;
            align-content: center;
            color: #2751bb;
            padding: 0 0 0 40px;
            background-image: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg);
            background-repeat: no-repeat;
            background-position: top left;
            background-size: 32px 32px;
        }

    .teaserblock > .whiteColor .bgoverlay,
    .teaser > .whiteColor .bgoverlay {
        background-image: none;
    }

    .teaserblock > .whiteColor h3, .teaserblock > .whiteColor p,
    .teaser > .whiteColor h3, .teaser > .whiteColor p {
        color: #000000;
    }

    /*#endregion*/

    /*#endregion*/

    /*#region ContributionBlock*/

    .contributionblock div {
        padding: 44px 14px 0px 14px;
        height: 200px !important;
    }

    .contributionblock.span4 {
        width: 25%;
        float: left;
    }

    .organisationblock > div {
        height: auto;
    }

    /*#endregion*/

    /*#region SectionItemListBlock*/

    .sectionitemlistblock .sectionItemLinkList div ul li {
        margin: 0;
        float: left;
        width: 234px;
        height: 20px;
        margin-bottom: 32px;
        word-wrap: break-word;
        padding-right: 30px;
    }

    .sectionitemlistblock .sectionItemLinkList div > a {
        width: 100%;
    }


    /*#section*/

    .textdividerblock > div {
        height: auto;
    }

    /*#region Feedback*/
    .feedbackBtn {
        width: 40px;
        height: 40px;
    }
    /*#endregion*/

    /*#region Pages*/

    .announcementwrapper {
        padding: 0 8px;
    }

    .announcement > div {
        padding: 18px 20px;
        height: auto;
        min-height: 51px;
        background-color: #ffffff;
        box-shadow: none;
        border: 2px solid #41d699;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
    }

    .announcement p {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.44;
        color: #222222;
    }

    /*#region AccountPage*/

    .AccountPage .block > div.Action {
    }

    /*#endregion*/

    /*#region ArchivePage*/

    .ArchivePage .row {
        padding: 0 8px;
    }

        .ArchivePage .row h1 {
            font-size: 30px;
            font-weight: bold;
            line-height: 1.07;
            color: #222222;
            margin: 0 0 24px;
        }

        .ArchivePage .row .block > div {
            background: #ffffff;
            padding: 24px;
            height: auto;
        }

            .ArchivePage .row .block > div ul {
                list-style: none;
                padding: 0;
                margin: 0 0 0;
            }

                .ArchivePage .row .block > div ul > li {
                    position: relative;
                    border-bottom: 1px solid #eaeaea;
                    display: flex;
                    flex-wrap: wrap;
                }

                    .ArchivePage .row .block > div ul > li a {
                        font-size: 20px;
                        line-height: 1;
                        align-items: center;
                        height: 32px;
                        padding: 18px 0;
                    }

                    .ArchivePage .row .block > div ul > li .timestamp {
                        flex: 1;
                        font-size: 20px;
                        line-height: 1;
                        color: #8c8c8c;
                        display: block;
                        position: relative;
                        top: auto;
                        left: auto;
                        display: flex;
                        align-items: center;
                        align-content: center;
                        justify-content: flex-end;
                    }

    /*#endregion*/

    /*#region ArticlePage*/

    .ArticlePage > div h3.authorBlockTitle {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.08;
        color: #222222;
        margin: 34px 0 24px;
    }

    .ArticlePage > div .linkListWrapper {
        margin: 0 0 40px;
    }

        .ArticlePage > div .linkListWrapper > h3 {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.08;
            color: #222222;
        }

    .ArticlePage .subNavigationBlock > div {
        padding: 8px 32px 24px;
        height: auto;
    }

        .ArticlePage .subNavigationBlock > div > h3 {
            font-size: 30px;
            font-weight: bold;
            line-height: 1.07;
            color: #222222;
            margin: 0 0 4px;
        }

        .ArticlePage .subNavigationBlock > div > ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
        }

            .ArticlePage .subNavigationBlock > div > ul > li {
                display: flex;
                flex-wrap: wrap;
                margin: 18px 0 0;
                flex: 1 0 50%;
            }

                .ArticlePage .subNavigationBlock > div > ul > li:first-child {
                    margin: 18px 0 0;
                }

                .ArticlePage .subNavigationBlock > div > ul > li > a {
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 1.22;
                    color: #2751bb;
                    flex: 1;
                    min-height: 32px;
                    height: auto;
                    display: flex;
                    align-items: center;
                    padding: 0 0 0 40px;
                    background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
                    background-position: left top;
                    background-size: 32px 32px;
                }

    .ArticlePage .belowContentArea, .ContributionGiftPage .belowContentArea {
        padding: 0 8px 150px;
    }

        .ArticlePage .belowContentArea > .row, .ContributionGiftPage .belowContentArea > .row {
            padding: 0 8px;
        }

    .ArticlePage .flexWrap {
        display: flex;
        flex-wrap: wrap;
    }

        .ArticlePage .flexWrap > .blockWrapper {
            flex: 1 0 50%;
            align-items: flex-start;
        }

    /*#endregion*/

    /*#region ChatPages*/

    .ChatHistoryPage .info .block > div ul {
        margin: 0 0 24px;
    }

        .ChatHistoryPage .info .block > div ul > li {
            border-bottom: 1px solid #eaeaea;
        }

            .ChatHistoryPage .info .block > div ul > li a {
                font-size: 20px;
                line-height: 1;
                align-items: center;
                height: 32px;
                padding: 18px 0;
            }

                .ChatHistoryPage .info .block > div ul > li a > .timestamp {
                    font-size: 20px;
                    line-height: 1;
                    color: #8c8c8c;
                    display: block;
                    position: relative;
                    top: auto;
                    left: auto;
                }

    .ChatHistoryPage .info > div > h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        color: #222222;
    }

    .ChatHistoryPage .row > div > p {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.2;
        color: #222222;
        padding: 0 0 8px;
    }

    /*#endregion*/

    /*#region ContributionPage*/

    .ContributionPage .row {
        padding: 0 8px;
    }

        .ContributionPage .row .content h1 {
            font-size: 30px;
            font-weight: bold;
            line-height: 1.07;
            color: #222222;
            margin: 0 0 24px;
            padding: 0;
        }

        .ContributionPage .row p.description {
            font-size: 18px;
            font-weight: normal;
            line-height: 1.22;
            color: #222222;
            margin: 0 0 24px;
            padding: 0;
        }

        .ContributionPage .row.reverse {
            display: block;
            flex-direction: column-reverse;
            margin-bottom: 24px;
        }

        .ContributionPage .row img {
            width: 100%;
            height: auto;
        }

        .ContributionPage .row > .content h2 {
            font-size: 24px;
            font-weight: bold;
            line-height: 1.08;
            color: #222222;
            margin: 0 0 16px;
            padding: 0;
        }

        .ContributionPage .row > .content p {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.25;
            color: #222222;
            margin: 0 0 16px;
            padding: 0;
        }

        .ContributionPage .row > .content > a {
            width: 250px;
            height: 45px;
            border-radius: 30px;
            background-color: #2751bb;
            display: flex;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.22;
            color: #ffffff;
            margin: 0 0 18px;
            padding: 0 20px;
            align-items: center;
            justify-content: center;
        }

    /*#endregion*/

    /*#region ContributionGiftPage*/

    .ContributionGiftPage .arrow-div:before {
        border-color: rgba(221, 221, 221, 0);
        border-bottom-color: #41d699;
        border-width: 27px;
        margin-left: calc(50% - 116px);
    }

    /*#endregion*/

    /*#region EditorPage*/

    .EditorPage .container.Start h1.title {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        color: #222222;
        margin: 0 0 16px;
    }

    .EditorPage .container.Start p {
        font-size: 18px;
        font-weight: normal;
        line-height: normal;
        color: #222222;
        margin: 0 0 24px;
    }

    /*#endregion*/

    /*#region MailInbox*/

    .MailInbox > p > img {
        width: 500px;
        height: auto;
    }

        .MailInbox > p > img.emojione {
            height: 3ex;
            width: auto;
        }

    .MailInbox > p > iframe {
        width: 500px;
        height: 280px;
        border-radius: 0px;
        border: 0px;
    }

    /*#endregion*/

    /*#region WallPostPage*/

    .WallPostPage .created {
        padding: 0 8px;
    }

        .WallPostPage .created > div {
            padding: 0 8px;
        }

    /*#endregion*/

    /*#region Section*/

    #sticky {
        margin: 0;
        position: relative;
        background-color: #f7f6f4;
    }

        #sticky > .container {
            margin: 0 0 5px;
            background: none;
        }

        #sticky.sectionLinkContainer h3 {
            height: 54px;
        }

            #sticky.sectionLinkContainer h3 a > span.title {
                margin-left: 24px;
            }

            #sticky.sectionLinkContainer h3 a > span.icon {
                margin-left: 24px;
                margin-right: 24px;
            }

        #sticky #collapseLocalNavigation > ul {
            margin: 0;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            padding: 8px 0 0;
        }

            #sticky #collapseLocalNavigation > ul li {
                padding: 0 32px;
                margin: 0;
                display: flex;
                flex-wrap: wrap;
            }

                #sticky #collapseLocalNavigation > ul li:last-child {
                    padding-bottom: 8px;
                }

                #sticky #collapseLocalNavigation > ul li a {
                    height: 56px;
                    flex: 1;
                    display: flex;
                    align-items: center;
                    font-size: 20px;
                    font-weight: normal;
                    color: #222222;
                }

    /*#endregion*/

    /*#region ErrorPage*/

    .Page404 .row, .Page500 .row {
        padding: 0 8px;
    }

        .Page404 .row .content h1, .Page500 .row .content h1 {
            font-size: 30px;
            font-weight: bold;
            line-height: 1.07;
            color: #222222;
            margin: 0 0 24px;
            padding: 0;
        }

        .Page404 .row.reverse, .Page500 .row.reverse {
            display: flex;
            flex-direction: column-reverse;
            margin-bottom: 24px;
        }

        .Page404 .row img, .Page500 .row img {
            width: 100%;
            height: auto;
        }

        .Page404 .row .content, .Page500 .row .content {
            margin: 0 0 48px;
        }

        .Page404 .row .image, .Page500 .row .image {
            margin: 0 0 48px;
        }

        .Page404 .row > .content h2, .Page500 .row > .content h2 {
            font-size: 24px;
            font-weight: bold;
            line-height: 1.08;
            color: #222222;
            margin: 0 0 24px;
            padding: 0;
        }

        .Page404 .row > .content p, .Page500 .row > .content p {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.25;
            color: #222222;
            margin: 0 0 16px;
            padding: 0;
        }

        .Page404 .row > .content > a, .Page500 .row > .content > a {
            width: 250px;
            height: 32px;
            display: flex;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.22;
            color: #2751bb;
            margin: 18px 0 18px;
            padding: 0 0 0 40px;
            background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
            align-items: center;
        }

    /*#endregion*/

    /*#endregion*/

    /*#region Footer*/

    /*#region FooterLinksBlock*/
    footer .footerlinksblock.col-sm-4 h2 {
        padding: 0 32px;
    }

    .footerlinksblock ul {
        padding: 0;
    }

    .footerlinksblock li {
        font-size: 18px;
        padding: 10px 36px;
    }

    /*#endregion*/

    /*#region FooterContactBlock*/

    .footercontactblock div.Heading-box {
        padding: 0 0 0 32px;
    }

    .footercontactblock li {
        padding: 10px 36px;
    }

    /*#endregion*/

    /*#region Newsletterblock*/
    .newsletterblock > div {
        padding-left: 32px;
        padding-right: 32px;
    }

    .newsletterblock #NewsletterInfo > p {
        width: 75%;
        display: inline-block;
    }

    .newsletterblock #NewsletterInfo > a {
        display: inline-block;
        width: 24%;
    }

    .newsletterblock #NewsletterForm table {
        width: 100%;
    }

        .newsletterblock #NewsletterForm table tr {
            width: 32%;
            display: inline-table;
            margin: 0 0 0 8px;
        }

            .newsletterblock #NewsletterForm table tr:first-child {
                margin: 0;
            }

    .newsletterblock input {
        width: 100%;
        height: 45px;
        background-color: #ffffff;
        border: solid 1px #8c8c8c;
        color: #000;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 4px;
        margin: 0;
        font-size: 16px;
        color: #8c8c8c;
    }

        .newsletterblock input[type="submit"] {
            display: block;
            right: 0px;
            text-align: center;
            padding: 11px 24px;
            width: 100%;
            min-width: 169px;
            max-width: 100%;
            min-height: 23px;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.22;
            color: #ffffff;
            border-radius: 100px;
            background: #2751bb;
        }

    /*#endregion*/

    /*#region CrmNewsLetterBlock*/

    .crmnewsletterblock > div > h2 {
        padding: 0 0 0 32px;
    }

    .crmnewsletterblock > div input {
        margin: 0 0 24px;
    }

    /*#endregion*/

    /*#endregion*/

}

@media (min-width: 768px) and (max-width: 991px) {

    .teaserblock.span8 > div > div.articleCardVisibleSpan8, .teaser.span8 > div > div.articleCardVisibleSpan8 {
        display: none;
    }

    .teaserblock > div > div.noBorderRadiusBottom, .teaser > div > div.noBorderRadiusBottom {
        border-radius: 5px;
        height: 208px;
        min-height: 208px;
    }

    .teaserblock.span8 > div a.articleCardHideSpan8, .teaser.span8 > div a.articleCardHideSpan8 {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .container {
        width: 100%;
    }

    /*#region Pages*/

    /*#region AccountPage*/

    .AccountPage {
    }




    /*#endregion*/

    /*#enregion*/

    /*#region Blocks*/

    .contributiongiftblock .content input.btn {
        margin: 0 0 0 20px;
    }

    /*#region AuthorBlock*/

    .authorblock {
        margin: 0 0 32px;
        padding-left: -8px;
        padding-right: -8px;
    }

        .authorblock > div {
            box-shadow: none;
            border-radius: 0;
            height: auto;
        }

    /*#endregion*/

    /*#endregion*/

    /*#region Footer*/

    footer .container {
        width: 100%;
    }

    footer .block.span4 {
        width: 100%;
    }

    /*#endregion*/

}

/*#endregion*/

/*#region Desktop*/

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    body.ForumPage {
        background-image: linear-gradient(180deg, #ffffff 654px, rgba(230, 225, 220, 0.3) 0px);
    }



    /*#region no-flexbox fixes. IE 9*/

    /*#region Misc*/

    .no-flexbox .collapsableLogin {
        position: relative;
    }

        .no-flexbox .collapsableLogin span {
            display: block;
            float: left;
            position: relative;
            top: 33%;
        }

        .no-flexbox .collapsableLogin a {
            top: 33%;
            position: relative;
            display: inline;
        }

    .no-flexbox .ChatHistoryPage .info .block > div ul > li a {
        top: 33%;
        position: relative;
        display: inline-block;
    }

        .no-flexbox .ChatHistoryPage .info .block > div ul > li a > .icon {
            display: inline-block;
            position: relative;
            vertical-align: middle;
        }

    .no-flexbox .navbar-nav li.active > a {
        filter: none;
    }

    .no-flexbox .informationblock > div > div {
        display: block;
    }

        .no-flexbox .informationblock > div > div > p {
            display: inline-block;
            float: left;
        }

        .no-flexbox .informationblock > div > div > a {
            float: right;
            display: block;
        }

    .no-flexbox .organisationblock > div {
        display: table;
    }

        .no-flexbox .organisationblock > div div {
            display: table-cell;
        }

    .no-flexbox .readmoreblock > div > ul li > a {
        display: block;
    }

    .no-flexbox .articleLinks a {
        display: block;
    }

    .no-flexbox .subNavigationBlock > div > ul li > a {
        display: block;
    }

    .no-flexbox .linkListWrapper > ul li > a {
        display: block;
    }

    .no-flexbox .myaccount-collapse-desktop {
        display: table;
        text-align: center;
    }

        .no-flexbox .myaccount-collapse-desktop > div {
            display: table-cell;
            vertical-align: middle;
        }

            .no-flexbox .myaccount-collapse-desktop > div a {
                display: table-cell;
                width: 100%;
            }

    /*#endregion*/

    /*#region Startpage*/

    .no-flexbox .arrow_box > span {
        display: block;
        margin-top: 15px;
    }

    .no-flexbox a:active {
        background-color: transparent;
    }

    .no-flexbox .combinebigleftblock {
        width: 100%;
    }

        .no-flexbox .combinebigleftblock > .equal-width {
            width: 100%;
        }

            .no-flexbox .combinebigleftblock > .equal-width > div {
                float: left;
                width: 50%;
            }

    .no-flexbox .teaserblock .bgoverlay {
        filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0,startColorstr=#282727, endColorstr=#00000000 );
        -ms-filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0,startColorstr=black, endColorstr=#00000000 );
    }

    .no-flexbox .calltoactionblock .bgoverlay {
        filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0,startColorstr=#aca9a9, endColorstr=#00FFFFFF );
        -ms-filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0,startColorstr=#9b9b9b, endColorstr=#00FFFFFF );
    }

    .no-flexbox .calltoactionblock .whiteColor .bgoverlay {
        filter: none;
        -ms-filter: none;
    }

    .no-flexbox .whiteColor .bgoverlay {
        filter: none;
        -ms-filter: none;
    }

    .no-flexbox .equal-width.bottomRightBlock > div {
        width: 50%;
        float: left;
    }

    .no-flexbox .divideWidth div {
        width: 100%;
        float: left;
        filter: none;
        -ms-filter: none;
    }

    .no-flexbox .divideWidth > div {
        width: 50%;
    }

    .no-flexbox .divideWidth .bgoverlay {
        filter: none;
        -ms-filter: none;
    }

    .no-flexbox .videoblock .info {
        position: relative;
    }

    .no-flexbox .videoblock .playbutton {
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        top: 38.3%;
    }

    .no-flexbox .playbutton span.glyphicon.glyphicon-play {
        top: 25%;
    }


    .no-flexbox .sponsorblock div {
        display: table;
        width: 100%;
    }

        .no-flexbox .sponsorblock div > div {
            text-align: center;
        }

            .no-flexbox .sponsorblock div > div a {
                display: table-cell;
            }

    .no-flexbox .informationblock .bgoverlay > p, .no-flexbox .informationblock .bgoverlay > a {
        display: inline-block;
    }

    /*#endregion*/

    /*#region AccountPage*/

    .no-flexbox .AccountPage .ActionContainer {
        text-align: center;
    }

        .no-flexbox .AccountPage .ActionContainer .SettingsLink {
            width: 100%;
            text-align: left;
        }

            .no-flexbox .AccountPage .ActionContainer .SettingsLink > a {
                display: block;
            }

        .no-flexbox .AccountPage .ActionContainer .block {
            margin-left: 6px;
            margin-right: 6px;
            float: left;
        }

    .no-flexbox .AccountPage .Action {
        position: relative;
    }

        .no-flexbox .AccountPage .Action > a {
            position: relative;
            top: 33%;
        }

    .no-flexbox .AccountPage .ActionContainer .unreadDot {
        z-index: 9999;
    }

    .no-flexbox .AccountPage .no-history > a {
        display: block;
    }

    /*#endregion*/

    /*#region ForumPage*/

    .no-flexbox .ForumPage .categories div > div {
        position: relative;
    }

        .no-flexbox .ForumPage .categories div > div > * {
            position: relative;
            top: 33%;
        }

    .no-flexbox .ForumPage .top-threads > div.block div, .no-flexbox .ForumCategoryPage .threads > div.block div {
        overflow: auto;
    }

        .no-flexbox .ForumPage .top-threads > div.block div > a, .no-flexbox .ForumCategoryPage .threads > div.block a {
            float: left;
            display: block;
        }

    /*#endregion*/

    .no-flexbox #chatWindowBox #chatMessages, .no-flexbox #chatHistory {
        display: table;
    }

        .no-flexbox #chatWindowBox #chatMessages .chatMessageRow, .no-flexbox #chatHistory .chatMessageRow {
            display: table;
        }

            .no-flexbox #chatWindowBox #chatMessages .chatMessageRow > span, .no-flexbox #chatHistory .chatMessageRow > span {
                display: table-cell;
            }

    .no-flexbox .authorblock > div > div, .no-flexbox .authorblock > div > img {
        display: inline-block;
    }



    /*#endregion*/

    /*region Cookie Consent*/

    .cookie-consent-container .container .row {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
    }

        .cookie-consent-container .container .row p {
            float: left;
            width: calc(100% - 185px);
            margin: 0 15px 0 0;
        }


    .contributiongiftblock .content input.btn {
        margin: 0 0 0 20px;
    }

    /*#region Header*/

    header {
        height: 200px;
    }

    .SearchPage header {
        height: 251px;
    }

    .maincontentarea {
        margin-bottom: 70px;
    }

    .navbar-default {
        box-shadow: none;
    }

    .navbar-header {
        box-shadow: none;
    }

    .navbar-default > .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar-toggle-wrapper {
        display: none;
    }

    .navbar-default .navbar-header .navbar-brand {
        margin-left: 0px;
    }

    .navbar-brand {
        float: none;
        display: inline-block;
        height: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 23px 0 20px 0;
        width: 100%;
    }

        .navbar-brand > a, .navbar-brand > h1 > a {
            height: 29px;
            display: block;
        }

            .navbar-brand > a > img, .navbar-brand > h1 > a > img {
                width: auto;
                height: 100%;
            }

    .nav-default .dropdown-menu.nav-justified {
        width: 970px;
    }

    .navbar-nav {
        margin: 18px 0 0 40px;
    }

    .navbar-default .navbar-nav > li {
        display: inline-block;
        float: none;
        vertical-align: middle;
        margin: 0;
    }

        .navbar-default .navbar-nav > li > a {
            font-family: 'apercu-regular';
            font-weight: 500;
            font-size: 18px;
            line-height: 1.22;
            color: #222222;
            height: 22px;
            box-sizing: content-box;
            padding: 9px 12px;
            display: block;
        }

        .navbar-default .navbar-nav > li:first-child > a {
            padding-left: 0;
        }

        .navbar-default .navbar-nav > li:last-child > a {
            padding-right: 0;
        }

    .navbar-default .navbar-nav > .open > a:after, .navbar-default .navbar-nav > .active > a:after {
        width: 100%;
        height: 2px;
        border: solid 2px #222222;
        border-radius: 2px;
        content: "";
        display: block;
        margin: 4px 0 0 0;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #222222;
        font-weight: bold;
    }

        .navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after {
            width: 100%;
            height: 2px;
            border: solid 2px #222222;
            border-radius: 2px;
            content: "";
            display: block;
            margin: 4px 0 0 0;
        }

    .navbar-nav.navbar-icons {
        margin: 0 -8px 0 0;
        border: none;
        display: block;
        box-shadow: none;
    }

    .navbar-default .navbar-nav.navbar-icons > li {
        display: inline-block;
        float: none;
        vertical-align: middle;
        background: none;
        /*padding: 15px 2px;*/
        margin: 0 -2px;
    }

        .navbar-default .navbar-nav.navbar-icons > li:last-child {
            padding-right: 0;
            margin-right: 0;
        }

        .navbar-default .navbar-nav.navbar-icons > li > a {
            margin: 0;
            padding: 0 8px 0 8px;
            height: auto;
            border: none;
        }

        .navbar-default .navbar-nav.navbar-icons > li.collapsed {
            background: none;
        }

            .navbar-default .navbar-nav.navbar-icons > li.collapsed > a {
                border: none;
            }

        .navbar-default .navbar-nav.navbar-icons > li.nonCollapsed {
            background: #ffffff;
        }

            .navbar-default .navbar-nav.navbar-icons > li.nonCollapsed > a > .text {
                color: #2751bb;
                font-weight: bold;
            }

        .navbar-default .navbar-nav.navbar-icons > li:last-child > a {
            padding-right: 8px;
        }

        .navbar-default .navbar-nav.navbar-icons > li:first-child > a {
            padding-left: 8px;
        }

        .navbar-default .navbar-nav.navbar-icons > li > a .icon {
            position: relative;
            top: 0px;
            vertical-align: middle;
            margin: 0 auto;
            display: block;
            background-size: auto 100%;
            background-repeat: no-repeat;
            width: 24px;
            height: 24px;
        }

            .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-languages {
                background-image: url(/static/assets/svg/40x40/icon-other-languages-blue-40-x-40.svg);
            }

            .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-listen {
                background-image: url(/static/assets/svg/24x24/icon-listen-blue-24-x-24.svg);
            }

            .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-search {
                background-image: url(/static/assets/svg/24x24/icon-search-blue-24-x-24.svg);
            }

            .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-press {
                background-image: url(/static/assets/svg/24x24/icon-press-blue-24-x-24.svg);
            }

            .navbar-default .navbar-nav.navbar-icons > li > a .icon.icon-incognito {
                background-image: url(/static/assets/svg/40x40/icon-hide-blue-40-x-40.svg);
            }

        .navbar-default .navbar-nav.navbar-icons > li.greyIcons > a .icon.icon-languages {
            background-image: url(/static/assets/svg/24x24/icon-other-languages-gray-24-x-24.svg);
        }

        .navbar-default .navbar-nav.navbar-icons > li.greyIcons > a .icon.icon-listen {
            background-image: url(/static/assets/svg/24x24/icon-listen-gray-24-x-24.svg);
        }

        .navbar-default .navbar-nav.navbar-icons > li.greyIcons > a .icon.icon-search {
            background-image: url(/static/assets/svg/24x24/icon-search-gray-24-x-24.svg);
        }

        .navbar-default .navbar-nav.navbar-icons > li.greyIcons > a .icon.icon-press {
            background-image: url(/static/assets/svg/24x24/icon-press-gray-24-x-24.svg);
        }

        .navbar-default .navbar-nav.navbar-icons > li.greyIcons > a .icon.icon-incognito {
            background-image: url(/static/assets/svg/24x24/icon-hide-gray-24-x-24.svg);
        }

        .navbar-default .navbar-nav.navbar-icons > li > a .text {
            font-family: 'apercu-regular';
            font-size: 12px;
            font-weight: normal;
            text-align: center;
            line-height: normal;
            color: #8c8c8c;
            height: 14px;
            box-sizing: content-box;
            padding: 4px 7px 0;
            display: block;
        }

    .navbar-default .navbar-nav.navbar-icons > .open > a:after,
    .navbar-default .navbar-nav.navbar-icons > .active > a:after {
        display: none;
    }

    .navbar-default .navbar-nav.navbar-icons > li > a:hover,
    .navbar-default .navbar-nav.navbar-icons > .active > a,
    .navbar-default .navbar-nav.navbar-icons > .active > a:hover,
    .navbar-default .navbar-nav.navbar-icons > .active > a:focus {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: none;
        font-weight: normal
    }

        .navbar-default .navbar-nav.navbar-icons > li > a:hover:after,
        .navbar-default .navbar-nav.navbar-icons > li > a:focus:after {
            display: none;
        }

    .container-fluid.searchbar > .container {
        width: 100%;
    }

    .searchbar-collapse {
        padding: 0;
    }

        .searchbar-collapse .navbar-form {
            margin: 0;
            height: 116px;
        }

            .searchbar-collapse .navbar-form > div {
                padding-left: 12px;
                padding-right: 12px;
            }

                .searchbar-collapse .navbar-form > div:first-child {
                    padding-left: 0px;
                }

        .searchbar-collapse .form-control {
            font-size: 20px;
            height: 68px;
            background: rgba(255, 255, 255, 255) url(/static/assets/svg/32x32/icon-search-black-32-x-32.svg);
            background-repeat: no-repeat;
            background-size: 32px;
            padding-left: 64px;
            background-position: 28px;
        }

        .searchbar-collapse .btn-default {
            font-size: 24px;
            height: 60px;
            border-radius: 35px;
            margin: 3px 0;
        }

    .globalnavigationCollapse {
        padding: 0 68px;
        text-align: center;
        width: 992px;
        margin: 0 auto;
    }

        .globalnavigationCollapse > div {
            height: 116px;
            display: flex;
            flex-flow: row;
            width: 100%;
            margin: 0 auto;
        }

            .globalnavigationCollapse > div > p {
                display: inline-block;
                margin: 0;
                vertical-align: middle;
                flex: 1;
            }

            .globalnavigationCollapse > div > a {
                margin: 0 0 0 16px;
                display: block;
            }

        .globalnavigationCollapse .linksWrapper {
            flex: 1 0 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            .globalnavigationCollapse .linksWrapper a {
                flex: none;
            }

        .globalnavigationCollapse .languageWrapper {
            order: 1;
        }

        .globalnavigationCollapse #google_translate_element .goog-te-gadget {
            width: 100%;
            border: none;
            padding: 0;
            margin: 0 0 16px;
            text-align: left;
        }

            .globalnavigationCollapse #google_translate_element .goog-te-gadget a {
                background: none;
                padding: 0;
                display: inline;
            }

            .globalnavigationCollapse #google_translate_element .goog-te-gadget .goog-te-combo {
                width: 100%;
                margin: 0;
                padding: 0 0 0 16px;
                height: 40px;
                -webkit-appearance: none;
                -moz-appearance: none;
                text-indent: 1px;
                text-overflow: '';
                background: url(/static/assets/svg/24x24/icon-arrow-right-white-24-x-24.svg) no-repeat right center #2751bb;
                border: none;
                border-radius: 4px;
                font-family: 'apercu-regular';
                font-size: 18px;
                font-weight: 500;
                line-height: 1.22;
                color: #ffffff;
            }

                .globalnavigationCollapse #google_translate_element .goog-te-gadget .goog-te-combo::-ms-expand {
                    display: none;
                }

        .globalnavigationCollapse .listenWrapper a {
            margin: 0;
        }

        .globalnavigationCollapse .textWrapper {
            flex: 1;
            order: 2;
            display: flex;
            align-items: center;
            margin: 0 0 0 24px;
        }

            .globalnavigationCollapse .textWrapper p {
                flex: 1;
                text-align: left;
                margin: 0;
            }

            .globalnavigationCollapse .textWrapper a {
                width: auto;
                flex: none;
                display: block;
            }

    .navigationbar {
        background-color: rgba(230, 225, 220, 0.3);
    }

    .navbar-nav.navbar-sub {
        margin: 13px 0 14px -8px;
    }

    .navbar-default .navbar-nav.navbar-sub > li {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

        .navbar-default .navbar-nav.navbar-sub > li > a {
            font-family: 'apercu-regular';
            font-size: 16px;
            font-weight: normal;
            line-height: normal;
            color: #222222;
            height: 19px;
            box-sizing: content-box;
            padding: 6px 8px;
            display: block;
        }

        .navbar-default .navbar-nav.navbar-sub > li:first-child > a {
            padding-left: 0;
        }

    .navbar-default .navbar-nav.navbar-sub > .open > a:after,
    .navbar-default .navbar-nav.navbar-sub > .active > a:after {
        width: 100%;
        height: 2px;
        border: solid 2px #222222;
        border-radius: 2px;
        content: "";
        display: block;
        margin: 2px 0 0 0;
    }

    .navbar-default .navbar-nav.navbar-sub > li > a:hover,
    .navbar-default .navbar-nav.navbar-sub > .active > a,
    .navbar-default .navbar-nav.navbar-sub > .active > a:hover,
    .navbar-default .navbar-nav.navbar-sub > .active > a:focus {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #222222;
        font-weight: bold;
    }

        .navbar-default .navbar-nav.navbar-sub > li > a:hover:after,
        .navbar-default .navbar-nav.navbar-sub > li > a:focus:after {
            width: 100%;
            height: 2px;
            border: solid 2px #222222;
            border-radius: 2px;
            content: "";
            display: block;
            margin: 2px 0 0 0;
        }

    .navigationbar .loggedin, .loggedinbar .loggedin {
        padding: 5px 0 5px 0;
    }

    .loggedin > a {
        font-family: 'apercu-regular';
        font-weight: normal;
        line-height: normal;
        font-size: 12px;
        color: #2751bb;
        text-decoration: none;
        padding: 14px 16px 10px;
        z-index: 10;
        position: relative;
    }

        .loggedin > a:hover, .loggedin > a:active {
            text-decoration: none;
        }

    .myaccount-collapse-desktop {
        clear: both;
        width: 375px;
        background: #ffffff;
        position: absolute;
        top: 58px;
        right: 8px;
        text-align: center;
        padding: 0;
        box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .myaccount-collapse-desktop.hide {
            display: none;
        }

        .myaccount-collapse-desktop > .triangleUp {
            width: 80px;
            height: 40px;
            top: -40px;
            right: 55px;
            position: absolute;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

            .myaccount-collapse-desktop > .triangleUp::after {
                content: "";
                position: absolute;
                width: 30px;
                height: 30px;
                background: #fff;
                transform: rotate(45deg);
                top: 33px;
                right: 6px;
                box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
            }

    .loggedinbar .myaccount-collapse-desktop {
        top: 53px;
    }

    .myaccount-collapse-desktop div {
        padding: 0 24px;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex: 1;
    }

    .myaccount-collapse-desktop a {
        padding: 0 0 0 40px;
        text-align: center;
    }

    .myaccount-collapse a.logout {
        font-family: apercu-regular;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.22;
        color: #ffffff;
        background: #2751bb;
        padding: 11px 0;
        border-radius: 100px;
        margin: 0 27px 0 0;
        flex: 1;
        min-height: 22px;
    }

    /*#endregion*/

    /*#region Pages*/

    /*#region ForumActivityPage*/

    .ForumActivityPage .block > div {
        margin: 0 8px 0 8px;
    }

    .ForumActivityPage .Inbox .time {
        width: auto;
    }

    .ForumActivityPage .block > div > ul {
        padding: 24px 0 56px 0;
    }

    /*#endregion*/

    /*#region ForumActivityPage*/

    .InfoPage .block > div {
        margin: 0 8px 0 8px;
    }

    .InfoPage .Inbox .time {
        width: auto;
    }

    .InfoPage .block > div > ul {
        padding: 24px 0 56px 0;
    }

    /*#endregion*/

    /*#endregion*/

    /*#region Blocks*/

    .block > div {
        height: 352px;
    }

    /*#region AuthorBlock*/

    .authorblock {
        margin: 0 55px 32px 0;
        display: inline-block;
    }

        .authorblock > div {
            box-shadow: none;
            border-radius: 0;
            height: auto;
        }

    /*#endregion*/

    /*#region ArticleItemBlock*/

    .articleitemblock {
        margin-bottom: 30px;
        padding: 0px;
        display: block;
    }

        .articleitemblock div.imageContainer > img {
            height: auto;
            width: auto;
            max-width: 250px;
            max-height: 250px;
            border-radius: 4px;
            image-rendering: auto;
        }

        .articleitemblock div.textContainer {
            width: 250px;
        }

        .articleitemblock div.textContainer p {
            font-size: 14px;
            color: #8c8c8c;
            display: flex;
            flex-direction: column;
        }

        .articleitemblock > .whiteColor .bgoverlay {
            background-image: none;
        }

        .articleitemblock > .whiteColor h3, .articleitemblock > .whiteColor p {
            color: #000000;
        }

    /*#endregion*/

    /*#region CallToActionBlock*/

    .calltoactionblock.span4 > div > div,
    .calltoactionblock > div > div {
        padding: 32px;
    }

        .calltoactionblock > div > div > h3 {
            font-size: 32px;
            line-height: 1.06;
        }

    .calltoactionblock.span12 > div {
        background-size: 100% auto;
    }

    .calltoactionblock > div.oneFourthCTABlock a {
        width: 185px;
    }

        .calltoactionblock > div.oneFourthCTABlock a.link {
            width: auto;
        }

    .calltoactionblock > div.fullCTABlock {
        height: 287px;
    }

    .row.maincontentarea > div > .calltoactionblock > div.blockBackgroundOffset.fullCTABlock {
        height: 282px;
        min-height: initial;
        width: 1249px;
    }

    .calltoactionblock > div.fullCTABlock h3 {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.02;
    }

    .calltoactionblock > div.fullCTABlock p {
        font-size: 24px;
        line-height: 1.08;
        margin: 16px 0 32px;
    }

    /*#endregion*/

    /*#region CombineBigLeftBlock*/

    .combinebigleftblock > div {
        height: auto;
    }

    .combinebigleftblock .double-height .calltoactionblock > div {
        height: 720px;
    }

    .combinebigleftblock .leftBlock h3 {
        font-size: 50px;
        margin: 8px 0 0 0;
        line-height: 1.02;
    }

    .combinebigleftblock .leftBlock p {
        font-size: 24px;
        margin: 24px 0 32px 0;
    }

    .combinebigleftblock .topRightBlock h3 {
        font-size: 32px;
        line-height: 1.06;
    }

    .combinebigleftblock .bottomRightBlock .informationblock > div {
        padding: 24px;
        height: 352px;
        align-items: flex-start;
    }

    .combinebigleftblock .rightBlocks .block > div, .combinebigleftblock .rightBlocks .block div.blockBackgroundOffset {
        height: 352px;
    }

    .combinebigleftblock .bottomRightBlock h3,
    .combinebigleftblock .bottomLeftBlock h3 {
        font-size: 32px !important;
        line-height: 1.06;
    }

    /*#endregion*/

    /*#region ContributionBlock*/

    .contributionblock {
    }

        .contributionblock.span4 {
            flex: 1 0 25%;
        }

        .contributionblock div {
            background: #FFF;
            text-align: center;
            height: 288px !important;
            padding: 36px 34px 0 34px;
        }

            .contributionblock div a {
                margin: 50px 0 0;
                display: block;
            }

            .contributionblock div h2 {
                color: #222222;
                font-weight: bold;
                margin: 0;
                padding: 0;
                font-size: 28px;
            }

            .contributionblock div p {
                color: #222222;
                margin: 0;
                padding: 0;
                font-size: 16px;
            }


    /*#endregion*/

    /*#region ContributionGiftBlock*/
    .contributiongiftblock .content a.btn {
        margin-top: 0px;
    }

    .contributiongiftblock .amount .form-group input {
        width: calc(((100% - 12px) / 3) * 2);
    }

    /*#endregion*/

    /*#region FooterContactBlock */
    .footercontactblock {
        height: auto;
    }

        .footercontactblock > div {
            width: 100%;
            background: #fff;
            display: block;
            height: auto;
        }

            .footercontactblock > div > div {
                box-shadow: none;
            }

        .footercontactblock h2 {
            color: #222222;
            margin-bottom: 28px;
            font-size: 28px;
            font-weight: bold;
            margin-top: 0px;
            padding: 0;
        }

        .footercontactblock a {
            font-weight: 500;
            font-size: 20px;
        }

        .footercontactblock div.Heading-box {
            display: block;
        }

        .footercontactblock .collapse {
            display: block;
        }

        .footercontactblock div.collapse ul {
            list-style: none;
            background-color: #fff;
        }

        .footercontactblock li {
            margin-bottom: 0;
            padding: 7px 0;
            list-style: none;
            background: #ffffff;
            font-size: 20px;
        }

    /*#endregion*/

    /*#region FooterLinksBlock */

    .footerlinksblock {
        padding-left: 16px;
    }

        .footerlinksblock > div {
            width: 100%;
            background: #fff;
            display: block;
        }

            .footerlinksblock > div > div {
                box-shadow: none;
            }

        .footerlinksblock h2 {
            color: #222222;
            margin-bottom: 28px;
            font-size: 28px;
            font-weight: bold;
            margin-top: 0px;
            padding: 0;
        }

        .footerlinksblock li {
            margin-bottom: 0;
            padding: 7px 0;
            list-style: none;
            background: #ffffff;
        }

        .footerlinksblock a {
            font-size: 20px;
            font-weight: normal;
            color: #222222;
        }

        .footerlinksblock .collapse {
            display: block;
        }

    /*#endregion*/

    /*#region FooterQuoteBlock */

    .footerquoteblock div div {
        display: inline-block;
    }

        .footerquoteblock div div h2 {
            font-size: 32px;
        }

    footer div.link-box {
        right: 16px;
    }

    /*#endregion*/

    /*#region InformationBlock */

    .informationblock > div {
        background: #ffffff;
        min-height: 119px;
        height: auto;
    }

        .informationblock > div > div {
            padding: 42px 32px;
        }

        .informationblock > div p {
            font-size: 32px;
            font-weight: bold;
            line-height: 1.07;
            color: #222222;
            margin: 0;
            flex: 1;
        }

    .informationblock > .whiteColor .bgoverlay {
        background-image: none;
    }

    .informationblock > .whiteColor div p {
        color: #000000;
    }

    .informationblock > div a {
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        color: #2751bb;
        min-height: 32px;
        display: flex;
        align-content: center;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-position: left top;
        background-size: 32px 32px;
    }

    /*#endregion*/

    /*#region NewsLetterBlock*/

    .newsletterblock > div {
        width: 100%;
        background: #fff;
        box-shadow: none;
        padding: 0;
    }

    .newsletterblock h2 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.08;
        color: #222222;
        margin: 0 0 32px;
        padding: 0;
        text-align: left;
    }

    .newsletterblock #NewsletterInfo {
        padding: 6px 0 0 0;
    }

    .newsletterblock p {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.22;
        color: #000000;
        margin: 0;
        padding: 0;
    }

    .newsletterblock .personal-data-handling p {
        font-size: 16px;
        margin: 0 0 35px;
    }

    .newsletterblock #NewsletterInfo > a {
        display: block;
        margin: 24px 0 0;
        text-align: center;
        padding: 11px 48px;
        width: 161px;
        min-width: 161px;
        max-width: 100%;
        min-height: 23px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: #ffffff;
        border-radius: 100px;
        background: #2751bb;
    }

    .newsletterblock #NewsletterForm table tr {
        width: 100%;
        display: inline-table;
        margin: 0;
    }

    .newsletterblock #NewsletterForm table td {
        width: 100%;
    }

    .newsletterblock input {
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        border: solid 1px #8c8c8c;
        color: #000;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 4px;
        margin: 0 0 24px;
        font-size: 16px;
        color: #8c8c8c;
    }

        .newsletterblock input[type="submit"] {
            display: block;
            text-align: center;
            padding: 11px 24px;
            width: 209px;
            min-width: 209px;
            max-width: 100%;
            min-height: 23px;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.22;
            color: #ffffff;
            border-radius: 100px;
            background: #2751bb;
            margin: 0;
        }

    /*#endregion*/

    /*#region CrmNewsLetterBlock*/

    .crmnewsletterblock > div > h2 {
        padding-left: 0px;
    }

    /*#endregion*/

    /*#region OrganisationBlock*/

    .organisationblock {
    }

        .organisationblock > div {
            background: #fff;
            padding: 64px 72px 57px 72px;
            height: auto;
            display: flex;
            flex-direction: row;
        }

        .organisationblock div.multiple > div {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .organisationblock div.multiple > div .ImageBox {
                margin-left: 24px;
            }

        .organisationblock > div > div a {
            font-size: 18px;
        }

        .organisationblock > div > div {
            width: 50%;
            margin-right: 48px;
        }

        .organisationblock > div .textWrapper {
            width: 100%;
        }

        .organisationblock > div > div h2 {
            font-size: 36px;
        }

        .organisationblock > div > div p {
            font-size: 16px;
        }

        .organisationblock > div > div a {
            border: none;
            border-radius: 0;
            background: url("/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg") no-repeat;
            background-position: left top;
            background-size: 32px 32px;
            box-shadow: none;
            text-align: left;
            color: #2751bb;
            height: 32px;
            width: auto;
            display: flex;
            align-items: center;
            margin-bottom: 0;
        }

        .organisationblock > div img {
            width: 100%;
        }

        .organisationblock > div div.ImageBox {
            order: 1;
        }

    /*#endregion*/

    /*#region ReadMoreBlock*/

    .readmoreblock {
    }

        .readmoreblock > div {
            color: #000;
            padding: 32px;
            height: auto;
        }

            .readmoreblock > div h3 {
                font-family: 'apercu-regular';
                font-size: 30px;
                font-weight: bold;
                color: #222222;
                margin: 0 0 24px;
                padding: 0;
            }

            .readmoreblock > div ul {
                padding: 0;
                margin: 0;
                list-style: none;
                display: flex;
            }

    .sidebar .readmoreblock > div ul, .SectionPageItem .col-md-16 .readmoreblock > div ul, .SectionPageItem .col-md-8 .readmoreblock > div ul, .SectionPageItem .readmoreblock .two-columns ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
    }

    .readmoreblock > div ul li {
        padding: 0;
        margin: 0 0 24px;
        flex: 1 0 25%;
    }

    .readmoreblock > div > a {
        margin: 24px 0 0;
    }

    /*#endregion*/

    /*#region ServiceBlock*/

    .serviceblock > div {
        height: auto;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .serviceblock > div > div span {
            font-size: 18px;
            color: #000;
        }

        .serviceblock > div > div > ul li {
            padding: 0 0 0 20px;
            float: left;
        }

        .serviceblock > div a {
            padding: 0 8px;
            font-size: 24px;
        }

        .serviceblock > div > .arrow_box {
            padding-right: 0;
            width: calc(50% - 20px);
            float: right;
        }

        .serviceblock > div > .arrow_box {
            border: solid 2px #41d699;
            border-radius: 4px;
            height: 58px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

            .serviceblock > div > .arrow_box:after, .serviceblock > div > .arrow_box:before {
                right: 100%;
                top: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .serviceblock > div > .arrow_box:after {
                border-color: rgba(255, 255, 255, 0);
                border-right-color: #ffffff;
                border-width: 17px;
                margin-top: -17px;
            }

            .serviceblock > div > .arrow_box:before {
                border-color: rgba(194, 225, 245, 0);
                border-right-color: #41d699;
                border-width: 20px;
                margin-top: -20px;
            }

    /*#endregion*/

    /*#region SocialmediaBlock */

    .socialmediablock > div {
        width: 100%;
        text-align: center;
        display: table;
        border-spacing: 5px;
    }

    .socialmediablock div div {
        display: inline-block;
        width: 52.1px;
        height: 52px;
        border-radius: 100px;
        background-color: #ffffff;
        border: solid 1px #2751bb;
        margin: 100px;
        font-size: 10px;
        display: table-cell;
        vertical-align: middle;
        color: #2751bb;
    }

    .socialmediablock a:hover {
        color: #239ddc;
        text-decoration: none;
    }

    /*#endregion*/

    /*#region SponsorBlock */

    .sponsorblock > div {
        padding: 40px;
        background: #fff;
        height: 160px;
    }

        .sponsorblock > div > div {
            background: #fff;
            display: flex;
            justify-content: space-between;
        }

    .sponsorblock h4 {
        font-weight: bold;
        color: #000;
        margin: 0 0 10px;
        padding: 0;
        font-size: 20px;
        line-height: 1.15;
    }

    .sponsorblock a {
        width: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0px;
    }

    .sponsorblock img {
        height: auto;
        width: inherit;
        white-space: nowrap;
        vertical-align: middle;
        display: inline-block;
    }
    /*#endregion*/

    /*#region TeaserBlock */

    .teaserblock > div, .teaser > div {
        margin: 0 auto;
        padding: 0;
        height: auto;
        color: #ffffff;
    }

    .teaserblock .blockBackgroundOffset,
    .calltoactionblock .blockBackgroundOffset,
    .teaser .blockBackgroundOffset {
        padding: 0;
        min-height: 352px;
        background-position: center;
        background-size: cover;
        border-radius: 5px;
        height: auto;
    }

    .SectionPageItem .teaserblock .blockBackgroundOffset,
    .SectionPageItem .calltoactionblock .blockBackgroundOffset,
    .SectionPageItem .teaser .blockBackgroundOffset {
        min-height: 300px;
    }

    .SectionPage .teaserblock .divideWidth div.articleCardVisibleSpan8 {
        flex: 50%;
        color: #000;
    }

    .SectionPage .teaserblock .divideWidth div.bgoverlay > a {
        display: none;
    }

    .teaserblock > div.divideWidth, .teaser > div.divideWidth {
        display: flex;
    }

    .teaserblock > div > div.noBorderRadiusBottom, .teaser > div > div.noBorderRadiusBottom {
        border-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        min-height: 352px;
        flex: 50%;
    }

    .teaserblock.span8 > div > div.articleCardVisibleSpan8, .teaser.span8 > div > div.articleCardVisibleSpan8,
    .teaserblock.span16 > div > div.articleCardVisibleSpan8, .teaser.span16 > div > div.articleCardVisibleSpan8 {
        display: block;
        flex: 50%;
    }

    .teaserblock.span8 > div a.articleCardHideSpan8, .teaser.span8 > div a.articleCardHideSpan8,
    .teaserblock.span16 > div a.articleCardHideSpan8, .teaser.span16 > div a.articleCardHideSpan8 {
        display: none;
    }

    .teaserblock.span4 > div > div.noBorderRadiusBottom, .teaser > div > div.noBorderRadiusBottom {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        min-height: 352px;
    }

    .teaserblock > div > div > div, .teaser > div > div > div {
        padding: 32px;
    }

    .teaserblock.span4 > div > div > div, .teaser.span4 > div > div > div {
        padding: 24px;
    }

    .teaserblock > div h3, .teaser > div h3, .videoblock h3 {
        margin: 0 0 16px;
        font-size: 50px;
        font-weight: bold;
        line-height: 1.02;
    }

    .teaserblock.span4 > div h3, .teaserblock.span8 > div h3, .videoblock.span4 h3, .videoblock.span8 h3, .teaser.span4 > div h3, .teaser.span8 > div h3, .SectionPageItem .teaserblock > div h3, .SectionPageItem .teaser > div h3 {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.06;
    }

    .teaserblock > div h4, .videoblock > div h4, .teaser > div h4 {
        margin: 0 0 24px;
        font-size: 24px;
        font-weight: normal;
        line-height: 1.08;
    }

    .teaserblock > div a, .teaser > div a {
        min-height: 32px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.02;
        margin: 0;
        display: inline-block;
        align-content: center;
        color: #ffffff;
        padding: 5px 0 5px 40px;
        background-image: url(/static/assets/svg/32x32/icon-arrow-right-circle-white-32-x-32.svg);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 32px 32px;
    }

    .teaserblock > div .white a, .teaser > div .white a {
        color: #2751bb;
        background-image: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg);
    }

    .teaserblock > div .articleCardVisibleSpan8, .teaser > div .articleCardVisibleSpan8 {
        padding: 32px;
        background: #ffffff;
    }

        .teaserblock > div .articleCardVisibleSpan8 p, .teaser > div .articleCardVisibleSpan8 p {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.38;
            color: #222222;
            margin: 0 0 24px;
        }

            .teaserblock > div .articleCardVisibleSpan8 p:last-of-type, .teaser > div .articleCardVisibleSpan8 p:last-of-type {
                margin-bottom: 24px;
            }

        .teaserblock > div .articleCardVisibleSpan8 a, .teaser > div .articleCardVisibleSpan8 a {
            min-height: 32px;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.02;
            margin: 0;
            display: inline-block;
            align-content: center;
            color: #2751bb;
            padding: 5px 0 5px 40px;
            background-image: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg);
            background-repeat: no-repeat;
            background-position: center left;
            background-size: 32px 32px;
        }

    .teaserblock > .whiteColor .bgoverlay,
    .teaser > .whiteColor .bgoverlay {
        background-image: none;
    }

    .teaserblock > .whiteColor h3, .teaserblock > .whiteColor p,
    .teaser > .whiteColor h3, .teaser > .whiteColor p {
        color: #000000;
    }

    /*#endregion*/

    /*#region TextDividerBlock*/

    .textdividerblock {
        font-size: 36px;
        font-weight: bold;
        margin-top: 32px;
    }

        .textdividerblock > div {
            box-shadow: none;
            color: #222;
            height: auto;
        }


    /*#endregion*/

    /*#region VideoBlock*/

    .videoblock .videoOverlay > img {
        width: auto;
        height: 100%;
    }

    .videoblock .videoOverlay > .info {
        padding: 32px 32px;
    }

    .videoblock .videoOverlay > .playwrapper .playbutton {
        width: 83px;
        height: 83px;
        border-radius: 83px;
    }

        .videoblock .videoOverlay > .playwrapper .playbutton > span {
            font-size: 36px;
        }

    /*#endregion*/



    /*#region Pages*/

    blockquote {
        padding: 40px 100px 40px 100%;
        margin: 24px 0 24px -100%;
        border: none;
        background: #f7f6f4;
        font-family: 'apercu-regular';
        font-size: 25px;
        line-height: 1.27;
        color: #222222;
    }

        blockquote p {
            font-family: 'apercu-regular';
            font-size: 25px;
            line-height: 1.27;
            color: #222222;
        }

    .announcementwrapper {
        padding: 0 8px;
    }

    .announcement > div {
        padding: 24px;
        height: auto;
        min-height: 72px;
        background-color: #ffffff;
        box-shadow: none;
        border: 2px solid #41d699;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .announcement p {
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.15;
        color: #222222;
    }

    /*#region AccountPage*/

    .AccountPage {
    }

        .AccountPage .ActionContainer div {
            width: 300px;
        }

        .AccountPage .block > div.Action {
            min-width: 230px;
        }

            .AccountPage .block > div.Action a {
                font-size: 24px;
            }

                .AccountPage .block > div.Action a::after {
                    height: 4px;
                    width: 95px;
                }

        .AccountPage .SettingsLink {
            margin-bottom: 49.5px;
        }

        .AccountPage h1 {
            font-size: 44px;
            font-weight: bold;
        }

        .AccountPage .block > div > ul {
            padding: 24px 0 56px 0;
        }

        .AccountPage .Inbox li.list-group-item {
            min-height: 68px;
            padding-top: 20px;
            position: relative;
        }

        .AccountPage .Inbox .unreadDotContainer {
            height: inherit;
            margin-right: 20px;
        }

        .AccountPage .Inbox .unreadDot {
            margin-top: 3px;
        }

        .AccountPage .Inbox .time {
            width: auto;
            margin: 0;
            font-size: 20px;
            position: absolute;
            right: 0;
        }

        .AccountPage .Inbox p {
            margin: 0;
            font-size: 20px;
            display: inline-block;
        }

        .AccountPage .Inbox a {
            font-size: 20px;
        }

        .AccountPage .Inbox form {
            display: inline-block;
        }

        .AccountPage h2 {
            font-size: 30px;
        }

        .AccountPage .removedThread > h1 {
            font-size: 30px;
            color: #222222;
            line-height: 1.08;
            margin: 0 0 8px;
        }

        .AccountPage .Inbox li {
            margin: 0 40px;
        }

        .AccountPage .Empty {
            padding: 40px 48px 40px 48px;
        }

            .AccountPage .Empty > div {
                padding: 68px 225px 64px 225px;
                min-height: 241px;
            }

                .AccountPage .Empty > div h2 {
                    font-size: 30px;
                }

                .AccountPage .Empty > div p {
                    font-size: 24px;
                }

    /*#endregion*/

    /*#region AccountChangePage*/

    .AccountChangePage .row {
        padding: 0 8px 0px 8px;
    }

    .AccountChangePage #partialViewRemoveAccount {
        margin: 0 0 80px;
    }

        .AccountChangePage #partialViewRemoveAccount h1 {
            font-size: 44px;
            font-weight: bold;
            line-height: 1.05;
            color: #222222;
            margin: 0 0 40px;
        }

        .AccountChangePage #partialViewRemoveAccount h2 {
            font-size: 24px;
            font-weight: bold;
            line-height: 1.08;
            color: #222222;
            margin: 0 0 24px;
        }

    .AccountChangePage .form-group {
        display: block;
        position: relative;
    }

        .AccountChangePage .form-group input[type="text"], .AccountChangePage .form-group input[type="password"] {
            border-radius: 4px;
            box-shadow: none;
            color: #222222;
            font-size: 16px;
            height: 66px;
            margin: 10px 0 24px 0;
            padding: 16px;
            background: #ffffff;
            width: 316px;
        }

        .AccountChangePage .form-group > label.control-label {
            background: #ffffff none repeat scroll 0 0;
            color: #8c8c8c;
            font-family: "apercu-regular";
            font-size: 16px;
            font-weight: normal;
            left: 32px;
            padding: 0 4px;
            position: absolute;
            top: -12px;
        }

    .AccountChangePage .profilePicture img {
        height: 40px;
        width: 40px;
        margin: 0 0 32px;
    }

    .AccountChangePage #partialViewUpdate > a {
        display: inline-block;
        min-width: 299px;
        width: auto;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: #ffffff;
        text-align: center;
        background: #2751bb;
        padding: 19px 0;
        margin: 0 0 40px;
        border-radius: 100px;
    }

    .AccountChangePage #partialViewRemoveAccount p {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.44;
        color: #222222;
        margin: 0 0 36px;
        max-width: 600px;
    }

    .AccountChangePage #partialViewRemoveAccount a.link {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: #2751bb;
        min-height: 32px;
        display: flex;
        align-items: center;
        padding: 0 0 0 40px;
        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
        background-position: left center;
        background-size: 32px;
    }


    .AccountChangePage .form-group select {
        border-radius: 4px;
        border-color: #8c8c8c;
        box-shadow: none;
        color: #222222;
        font-size: 16px;
        height: 66px;
        margin: 10px 0 24px 0;
        padding: 16px;
    }

    .AccountChangePage .form-group.SexChoice {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .AccountChangePage .form-group.SexChoice label {
            padding: 0 20px 0 0;
            font-size: 18px;
            font-weight: 100;
        }

    .AccountChangePage .SexChoice input[type=radio] {
        visibility: hidden;
    }

    .AccountChangePage .SexChoice label.checked:before {
        background: #2751bb;
        box-shadow: inset 0px 0px 0px 6px #fff;
    }

    .AccountChangePage .SexChoice label {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .AccountChangePage .SexChoice label:before {
            content: " ";
            display: block;
            height: 29px;
            width: 29px;
            border: 2px solid #2751bb;
            border-radius: 100%;
        }

    .AccountChangePage .form-group-wrapper {
        margin: 0 0 34px;
    }

    .AccountChangePage span.field-validation-error {
        background: rgba(0, 0, 0, 0) url("/static/assets/svg/32x32/icon-error-32-x-32.svg") no-repeat scroll 0 0;
        color: #d0021b;
        display: block;
        font-size: 16px;
        padding: 5px 0 5px 40px;
        margin-top: 12px;
    }


    .AccountChangePage .profilePictureContainer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .AccountChangePage .profilePictureContainer div > img {
            width: 100%;
            height: 100%;
        }


        .AccountChangePage .profilePictureContainer div {
            margin: 0 16px 0 0;
            cursor: pointer;
        }

            .AccountChangePage .profilePictureContainer div > label {
                cursor: pointer;
            }

        .AccountChangePage .profilePictureContainer > div input[type=radio] {
            visibility: hidden;
            position: absolute;
            z-index: 10;
        }

        .AccountChangePage .profilePictureContainer > div input + img {
            border: 2px solid transparent;
            width: 60px;
            height: 60px;
            background: #f4f4f4;
            padding: 10px;
            display: block;
            z-index: -999;
            position: relative;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            margin: 0;
        }

        .AccountChangePage .profilePictureContainer > div input:checked + img {
            border: 2px solid #2751bb;
        }


    .AccountChangePage input.btn-default {
        background-color: #2751bb;
        background-image: none;
        border: medium none;
        border-radius: 35px;
        box-shadow: none;
        color: #fff;
        font-family: "apercu-medium";
        font-size: 18px;
        font-weight: 500;
        height: 60px;
        line-height: 1.22;
        margin: 16px 0;
        padding: 6px 0;
        text-shadow: none;
        width: 198px;
        display: inline-block;
    }

    .AccountChangePage #updateUserForm {
        margin: 0 0 44px;
    }

        .AccountChangePage #updateUserForm > a {
            display: inline-flex;
            align-items: center;
            vertical-align: middle;
            margin: 0 0 0 24px;
            min-height: 32px;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.33;
            color: #2751bb;
            padding: 0 0 0 40px;
            background: url(/static/assets/svg/32x32/icon-menu-minus-blue-32-x-32.svg) no-repeat;
            background-position: left center;
            background-size: 32px;
        }

    .AccountChangePage #partialViewRemoveAccount a.btn {
        display: inline-block;
        min-width: 208px;
        width: auto;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: #222222;
        padding: 19px 0;
        background: #ffb234;
        border-radius: 100px;
        margin: 0 0 40px;
    }

    .AccountChangePage .info .block .thank-you {
        margin: 16px 24px 40px;
        padding: 68px 80px;
    }

        .AccountChangePage .info .block .thank-you > h2 {
            font-size: 30px;
            margin: 0 0 20px;
            padding: 0;
        }

        .AccountChangePage .info .block .thank-you > p {
            font-size: 24px;
            margin: 0;
        }

    .AccountChangePage .info .block > div > a {
        margin: 0 24px 32px;
    }

    /*#endregion*/

    /*#region ArchivePage*/

    .ArchivePage .row {
        padding: 0 8px;
    }

        .ArchivePage .row h1 {
            font-size: 46px;
            font-weight: bold;
            line-height: 1.05;
            color: #222222;
            margin: 0 0 48px;
        }

        .ArchivePage .row .block > div {
            background: #ffffff;
            padding: 40px;
            height: auto;
        }

            .ArchivePage .row .block > div ul {
                list-style: none;
                padding: 0;
                margin: 0 0 0;
            }

                .ArchivePage .row .block > div ul > li {
                    position: relative;
                    border-bottom: 1px solid #eaeaea;
                }

                    .ArchivePage .row .block > div ul > li a {
                        font-size: 20px;
                        line-height: 1;
                        align-items: center;
                        height: 32px;
                        padding: 18px 0;
                    }

                        .ArchivePage .row .block > div ul > li a > .text {
                            flex: 1;
                        }

                        .ArchivePage .row .block > div ul > li a > .timestamp {
                            font-size: 20px;
                            line-height: 1;
                            color: #8c8c8c;
                            display: block;
                            position: relative;
                            top: auto;
                            left: auto;
                        }

        .ArchivePage .row .center-block {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

            .ArchivePage .row .center-block .pagination {
                flex: 1;
                display: flex;
                justify-content: center;
            }

        .ArchivePage .row .pagination > li {
            display: flex;
            width: 51px;
            height: 51px;
            margin: 0 3px;
        }

            .ArchivePage .row .pagination > li > a {
                border-radius: 0px;
                border: none;
                background: none;
                padding: 0;
                font-size: 16px;
                font-weight: normal;
                line-height: 1;
                color: #222222;
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .ArchivePage .row .pagination > li.next > a {
                background-image: url(/static/assets/svg/32x32/icon-arrow-down-black.svg);
                background-repeat: no-repeat;
                background-size: 20px;
                background-position: center center;
                -webkit-transform: rotate(270deg);
                -moz-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                -o-transform: rotate(270deg);
                transform: rotate(270deg);
            }

            .ArchivePage .row .pagination > li.prev > a {
                background-image: url(/static/assets/svg/32x32/icon-arrow-down-black.svg);
                background-repeat: no-repeat;
                background-size: 20px;
                background-position: center center;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .ArchivePage .row .pagination > li > a:hover {
                background: #2751bb;
                border: none;
                color: #ffffff;
            }

            .ArchivePage .row .pagination > li.next > a:hover {
                background-image: url(/static/assets/svg/32x32/icon-arrow-down-white.svg);
                background-repeat: no-repeat;
                background-size: 20px;
                background-position: center center;
                -webkit-transform: rotate(270deg);
                -moz-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                -o-transform: rotate(270deg);
                transform: rotate(270deg);
            }

            .ArchivePage .row .pagination > li.prev > a:hover {
                background-image: url(/static/assets/svg/32x32/icon-arrow-down-white.svg);
                background-repeat: no-repeat;
                background-size: 20px;
                background-position: center center;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .ArchivePage .row .pagination > li.active > a {
                background: #ffffff;
                border: 2px solid #2751bb;
                color: #000000;
            }

    /*#endregion*/

    /*#region ArticlePage*/

    .ArticlePage .background {
        background: #ffffff;
    }

    .ArticlePage .content img {
        width: 100%;
        height: auto;
    }

    .ArticlePage > div h3.authorBlockTitle {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.08;
        color: #222222;
        margin: 64px 0 24px;
    }

    .ArticlePage > div div.linkListWrapper > h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.08;
        color: #222222;
    }

    .ArticlePage > div div.linkListWrapper {
        display: block;
        clear: both;
        padding: 0;
    }

    .ArticlePage > div ul.linkList {
        clear: both;
        margin: 32px 0 0;
        display: block;
    }

    .ArticlePage .subNavigationBlock {
        margin-top: 0;
    }

        .ArticlePage .subNavigationBlock > div {
            padding: 32px 24px;
            height: auto;
        }

            .ArticlePage .subNavigationBlock > div > h3 {
                font-size: 30px;
                font-weight: bold;
                line-height: 1.07;
                color: #222222;
                margin: 0 0 24px;
            }

            .ArticlePage .subNavigationBlock > div > ul {
                list-style: none;
                padding: 0;
                margin: 0;
                display: block;
            }

                .ArticlePage .subNavigationBlock > div > ul > li {
                    display: flex;
                    flex-wrap: wrap;
                    margin: 0;
                    padding: 12px 0;
                }

                    .ArticlePage .subNavigationBlock > div > ul > li:first-child {
                        margin: 0;
                        padding: 0 0 12px;
                    }

                    .ArticlePage .subNavigationBlock > div > ul > li:last-child {
                        margin: 0;
                        padding: 12px 0 0;
                    }

                    .ArticlePage .subNavigationBlock > div > ul > li > a {
                        font-size: 18px;
                        font-weight: 500;
                        line-height: 1.22;
                        color: #2751bb;
                        flex: 1;
                        min-height: 32px;
                        height: auto;
                        display: flex;
                        align-items: center;
                        padding: 0 0 0 40px;
                        background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
                        background-position: left top;
                        background-size: 32px 32px;
                    }

                        .ArticlePage .subNavigationBlock > div > ul > li > a:before {
                            content: "";
                            display: none;
                        }

    .ArticlePage .sidebar .calltoactionblock h3, .ArticlePage .sidebar .teaserblock h3 {
        font-size: 32px;
    }

    .ArticlePage .sidebar .calltoactionblock a.btn {
        min-width: 139px;
    }

    .ArticlePage .sidebar .calltoactionblock a.link {
        width: auto;
    }

    .ArticlePage .belowContentArea .block > div {
        height: 353px;
    }

    .ArticlePage .belowContentArea .teaserblock > div > div {
        height: 353px;
    }

    .ArticlePage .belowContentArea .calltoactionblock.block.span4 > div > div {
        padding: 24px;
    }

    .ArticlePage table td {
        background: #fff;
        width: 207px;
        font-size: 18px;
    }

    .ArticlePage .flexWrap {
        display: flex;
        flex-wrap: wrap;
    }

        .ArticlePage .flexWrap > .blockWrapper {
            flex: 1 0 50%;
        }

    /*#endregion*/


    /*region FormBlock*/

    .formblock {
    }

        .formblock table td {
            width: 100%;
        }

    /*#endregion*/

    /*#region ChatPages*/

    .ChatPage h1, .ChatHistoryPage h1 {
        font-size: 44px;
        font-weight: bold;
        line-height: 1.05;
        color: #222222;
        padding: 0;
        margin: 0 0 24px;
    }

    .ChatPage .row > div > p, .ChatHistoryPage .row > div > p {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.1;
        color: #222222;
        padding: 0 0 48px;
    }

    .ChatPage .info .block .queue-full, .ChatPage .info .block .chat-closed, .ChatHistoryPage .info .block .no-history,
    .ChatHistoryPage .info .block .queue-full, .ChatHistoryPage .info .block .chat-closed {
        margin: 16px 24px 40px;
        padding: 68px 80px;
    }

        .ChatPage .info .block .queue-full > h2, .ChatPage .info .block .chat-closed > h2, .ChatHistoryPage .info .block .no-history > h2,
        .ChatHistoryPage .info .block .queue-full > h2, .ChatHistoryPage .info .block .chat-closed > h2 {
            font-size: 30px;
            margin: 0 0 20px;
            padding: 0;
        }

        .ChatPage .info .block .queue-full > p, .ChatPage .info .block .chat-closed > p, .ChatHistoryPage .info .block .no-history > p,
        .ChatHistoryPage .info .block .queue-full > p, .ChatHistoryPage .info .block .chat-closed > p {
            font-size: 24px;
            margin: 0;
        }

    .ChatPage .info .block > div > a, .ChatHistoryPage .info .block > div > a {
        margin: 0 24px 32px;
    }

    .ChatPage .info .block > div input.btn, .ChatHistoryPage .info .block > div input.btn {
        display: block;
    }

    .ChatPage .info .block > div input.btn, .ChatHistoryPage .info .block > div input.btn {
        margin: 16px 16px 40px;
    }

    .ChatPage .info .block > div .info, .ChatHistoryPage .info .block > div .info {
        padding: 0;
    }

    .ChatPage .info .block > div h4, .ChatHistoryPage .info .block > div h4 {
        margin: 0 16px 16px;
    }

    .ChatPage .info .block > div a.link, .ChatHistoryPage .info .block > div a.link {
        margin: 24px 16px;
    }

    .ChatPage .info .block .chat-open p, .ChatHistoryPage .info .block .chat-open p {
        font-size: 18px;
        font-weight: normal;
        margin: 0 24px 24px;
    }

    .ChatHistoryPage .info .block > div ul {
        margin: 16px;
    }

    .ChatHistoryPage button.toggle {
        margin-left: 16px;
    }

    .ChatHistoryPage .unreadDotContainer {
        height: 32px;
        float: left;
        margin-right: 35px;
    }

    .ChatHistoryPage .unreadDot {
        display: block;
        width: 20px;
        height: 20px;
        background-color: #41d699;
        border: solid 5px rgba(65, 214, 153, 0.1);
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        box-shadow: 0 0 0 rgba(204,169,44, 0.4);
        border-radius: 50px;
        animation: pulse 2s infinite;
        position: absolute;
        top: 24px;
    }

    .ChatHistoryPage .time {
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 20px;
    }

    /*#endregion*/

    /*#region ContributionPage*/

    .ContributionPage .row {
        padding: 0 8px;
    }

        .ContributionPage .row .content h1 {
            font-size: 44px;
            font-weight: bold;
            line-height: 1.05;
            color: #222222;
            margin: 0 0 32px;
            padding: 0;
        }

        .ContributionPage .row p.description {
            font-size: 20px;
            font-weight: normal;
            line-height: 1.15;
            color: #222222;
            margin: 0 0 40px;
            padding: 0;
        }

        .ContributionPage .row.reverse {
            display: block;
            flex-direction: column-reverse;
            margin-bottom: 24px;
        }

        .ContributionPage .row img {
            width: 100%;
            height: auto;
        }

        .ContributionPage .row > .content h2 {
            font-size: 30px;
            font-weight: bold;
            line-height: 1.07;
            color: #222222;
            margin: 0 0 16px;
            padding: 0;
        }

        .ContributionPage .row > .content p {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.25;
            color: #222222;
            margin: 0 0 24px;
            padding: 0;
        }

        .ContributionPage .row > .content > a {
            width: 250px;
            height: 45px;
            border-radius: 30px;
            background-color: #2751bb;
            display: inline-flex;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.22;
            color: #ffffff;
            margin: 0 18px 18px 0;
            padding: 0 20px;
            align-items: center;
            justify-content: center;
        }

    .ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line .form-group.zipCode {
        width: calc(20% - 16px);
    }

    .ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line .form-group.postalCity {
        width: calc(30% - 16px);
    }

    /*#endregion*/

    /*#region ContributionGiftPage*/


    .ContributionGiftPage #WorkflowContribution .block .step-content.amount .form-group > p {
        margin: 0 16px 0 16px;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content > span {
        margin-bottom: 0px;
        margin-top: 20px;
        margin-left: 40px;
    }


    .ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line,
    .ContributionGiftPage #WorkflowContribution #greetingBlock .step-content .form-line {
        margin: 16px 40px;
    }

        .ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line .form-group,
        .ContributionGiftPage #WorkflowContribution #greetingBlock .step-content .form-line .form-group {
            margin: 0 8px;
            width: calc((100% - 20px) / 2);
            display: inline-block;
            vertical-align: top;
        }

            .ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line .form-group:first-child,
            .ContributionGiftPage #WorkflowContribution #greetingBlock .step-content .form-line .form-group:first-child {
                margin-left: 0;
                flex: none;
            }

            .ContributionGiftPage #WorkflowContribution #contactInfoBlock .step-content .form-line .form-group:last-child,
            .ContributionGiftPage #WorkflowContribution #greetingBlock .step-content .form-line .form-group:last-child {
                margin-right: 0;
                flex: none;
            }


    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group input + span {
        display: initial;
    }


    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.radiobuttonList label input[type=radio] + span {
        flex: none;
    }


    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group.checkboxes label:before {
        padding-right: 0px;
    }


    .ContributionGiftPage #WorkflowContribution .block .step-content.amount .form-group input {
        width: calc(((100% - 12px) / 3) * 2);
    }


    .ContributionGiftPage #WorkflowContribution .block .step-content input.btn {
        padding: 0 48px;
        margin: 0 0 40px 40px;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content label.control-label {
        font-size: 16px;
    }


    .ContributionGiftPage .additionalInfo {
        background-color: #ffffff;
        padding: 24px;
        border-radius: 4px;
    }

        .ContributionGiftPage .additionalInfo strong {
            font-size: 20px;
            font-weight: 300;
        }

    .ContributionGiftPage .additionalInfoToggle {
        text-align: center;
        margin-bottom: 0px;
        position: relative;
    }

        .ContributionGiftPage .additionalInfoToggle h2 {
            display: block;
            order: 1;
        }

        .ContributionGiftPage .additionalInfoToggle span {
            order: 1;
            background: url(/static/assets/svg/32x32/icon-information-blue-32-x-32.svg) no-repeat top left;
            display: inline-block;
            width: 25px;
            height: 25px;
            background-size: 25px;
            cursor: pointer;
        }

    .ContributionGiftPage .arrow-div {
        position: relative;
        background: #fff;
        border: 4px solid #41d699;
        color: #222222;
        margin-top: 30px;
    }

        .ContributionGiftPage .arrow-div:after, .arrow-div:before {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .ContributionGiftPage .arrow-div:after {
            border-color: rgba(241, 241, 241, 0);
            border-bottom-color: #fff;
            border-width: 23px;
            margin-left: -23px;
        }

        .ContributionGiftPage .arrow-div:before {
            border-color: rgba(221, 221, 221, 0);
            border-bottom-color: #41d699;
            border-width: 28px;
            margin-left: calc(50% - 117px);
        }

    .ContributionGiftPage #WorkflowContribution .block .step-header {
        padding: 24px 36px;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content ul {
        margin: 8px 40px;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group ul {
        margin: 8px 0px;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content .form-group {
        margin: 16px 40px;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content p {
        margin-left: 40px;
        margin-right: 40px;
    }

    .ContributionGiftPage #WorkflowContribution .block .step-content.confirmInfo > p {
        margin: 0 40px 16px;
    }

    /*#endregion*/

    /*#region EditorPage*/

    .EditorPage .container.Start h1.title {
        font-size: 44px;
        font-weight: bold;
        line-height: 1.05;
        color: #222222;
        margin: 0 0 24px;
    }

    .EditorPage .container.Start p {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.17;
        color: #222222;
        margin: 0 0 48px;
    }

    /*#endregion*/

    /*#region ForumPages*/

    .ForumPage .info, .ForumCategoryPage .info, .ForumSinglePage .info {
        background: none;
    }

        .ForumPage .info h1, .ForumCategoryPage .info h1 {
            font-size: 44px;
            font-weight: bold;
            line-height: 1.05;
            margin: 0 0 24px;
            color: #222222;
        }

        .ForumPage .info p, .ForumCategoryPage .info p {
            font-size: 20px;
            line-height: 1.15;
            color: #222222;
        }

        .ForumSinglePage .info .published {
            font-size: 14px;
            line-height: 1.21;
            color: #9b9b9b;
            margin: 0 0 32px;
        }

        .ForumSinglePage .info h1 {
            font-size: 30px;
            font-weight: bold;
            line-height: 1.07;
            padding: 0 0 0 48px;
            margin: 0 0 16px;
        }

        .ForumSinglePage .info p {
            font-size: 18px;
            line-height: 1.22;
            margin-bottom: 32px;
        }

        .ForumSinglePage .info .user-info {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.44;
        }

    .ForumSinglePage > .container-fluid > .container .row.info + .row.info {
        padding-top: 40px;
    }

    .collapsableLogin > div > h3, .collapsableNewThread > div > h3, .collapsableNewReply > div > h3 {
        height: 80px;
    }

        .collapsableLogin > div > h3 > a > span, .collapsableNewThread > div > h3 > a > span, .collapsableNewReply > div > h3 > a > span {
            width: 32px;
            height: 32px;
            display: block;
            margin-left: 24px;
            margin-right: 16px;
            background: url(/static/assets/svg/32x32/icon-menu-minus-blue-32-x-32.svg) no-repeat;
            background-size: contain;
        }

        .collapsableLogin > div > h3 > a.collapsed > span, .collapsableNewThread > div > h3 > a.collapsed > span, .collapsableNewReply > div > h3 > a.collapsed > span {
            background: url(/static/assets/svg/32x32/icon-menu-plus-blue-32-x-32.svg) no-repeat;
            background-size: contain;
        }

    .collapsableLogin > div .form-group, .collapsableNewThread > div .form-group, .collapsableNewReply > div .form-group {
        margin: 0 37px;
        display: block;
        position: relative;
    }

    .collapsableLogin > div > h3 > a, .collapsableNewThread > div > h3 > a, .collapsableNewReply > div > h3 > a {
        font-size: 24px;
    }

    .collapsableLogin > div .form-group > input, .collapsableNewThread > div .form-group > input, .collapsableNewReply > div .form-group > input {
        font-size: 18px;
        height: 60px;
        color: #222222;
        padding: 19px 24px;
    }

    .collapsableLogin > div .form-group.input {
        display: inline-block;
        margin-left: 37px;
        margin-right: 0;
        vertical-align: top;
    }

        .collapsableLogin > div .form-group.input + .form-group.input {
            margin-left: 16px;
        }

        .collapsableLogin > div .form-group.input > input {
            max-width: 316px;
        }

    .collapsableLogin > div .form-group > label {
        top: -2px;
    }

    .collapsableLogin > div input.btn {
        display: block;
    }

    .collapsableLogin > div input.btn, .collapsableNewThread > div input.btn, .collapsableNewReply > div input.btn {
        margin: 0 37px 40px;
    }

    .collapsableLogin > div .info {
        padding: 0 0 42px;
    }

    .collapsableLogin > div h4 {
        margin: 0 37px 16px;
    }

    .collapsableLogin > div a.link {
        margin: 24px 37px;
    }

    .ForumCategoryPage .emojionearea .emojionearea-editor, .ForumSinglePage .emojionearea .emojionearea-editor {
        min-height: 464px;
        font-size: 18px;
        padding: 24px;
    }

    .ForumSinglePage .block.threadReplies .reply {
        padding: 40px 40px;
    }

        .ForumSinglePage .block.threadReplies .reply > .replyWrapper > .replyInfo {
            margin-left: 34px;
        }

            .ForumSinglePage .block.threadReplies .reply > .replyWrapper > .replyInfo > .published {
                margin-bottom: 32px;
            }

            .ForumSinglePage .block.threadReplies .reply > .replyWrapper > .replyInfo > .text {
                margin-bottom: 32px;
            }

    .ForumCategoryPage .info .block .thank-you, .ForumSinglePage .info .block .thank-you {
        margin: 16px 24px 40px;
        padding: 68px 80px;
    }

        .ForumCategoryPage .info .block .thank-you > h2, .ForumSinglePage .info .block .thank-you > h2 {
            font-size: 30px;
            margin: 0 0 20px;
            padding: 0;
        }

        .ForumCategoryPage .info .block .thank-you > p, .ForumSinglePage .info .block .thank-you > p {
            font-size: 24px;
            margin: 0;
        }

    .ForumCategoryPage .info .block > div > a, .ForumSinglePage .info .block > div > a {
        margin: 0 24px 32px;
    }

    .ForumPage .top-threads .block > div a, .ForumCategoryPage .threads .block > div a {
        margin: 34px 0 0;
        width: 50%;
    }

        .ForumPage .top-threads .block > div a.link-default:hover, .ForumCategoryPage .threads .block > div a.link-default:active, .ForumCategoryPage .threads .block > div {
            text-decoration: none;
        }

    .ForumPage .container-fluid > .container .top-threads, .ForumCategoryPage .container-fluid > .container .threads {
        margin-top: 48px;
    }


    .ForumPage .top-threads h2, .ForumCategoryPage .threads h2 {
        font-size: 30px;
    }

    .ForumPage .top-threads .block > div, .ForumCategoryPage .threads .block > div {
        display: flex;
        flex-wrap: wrap;
        padding: 16px 50px 50px;
    }

    /*#endregion*/

    /*#region ForumActivityPage*/

    .ForumActivityPage .block {
        margin: 0;
    }

    .ForumActivityPage .Inbox a {
        font-size: 20px;
        font-weight: bold;
    }

    .ForumActivityPage .Empty {
        padding: 40px 48px 40px 48px;
    }

        .ForumActivityPage .Empty > div {
            padding: 68px 225px 64px 225px;
            min-height: 241px;
        }

            .ForumActivityPage .Empty > div h2 {
                font-size: 30px;
            }

            .ForumActivityPage .Empty > div p {
                font-size: 24px;
            }

    .ForumActivityPage .Inbox li {
        margin: 0 40px 0 40px;
        padding: 10px 0;
    }

    .ForumActivityPage .Inbox p {
        margin: 0;
        font-size: 20px;
        display: inline-block;
    }

    .ForumActivityPage .Inbox span {
        margin: 0;
        font-size: 20px;
    }

    .ForumActivityPage .Inbox a {
        margin: 0;
    }

    .ForumActivityPage .Inbox li.list-group-item {
        min-height: 68px;
        padding-top: 20px;
        position: relative;
    }

    .ForumActivityPage .time {
        font-size: 20px;
        position: absolute;
        right: 0;
    }

    .ForumActivityPage .Inbox .unreadDotContainer {
        display: block;
        height: 68px;
        float: left;
        padding-top: 2.5px;
        margin-right: 20px;
    }

    .ForumActivityPage .Inbox .unreadDot {
        margin-top: 3px;
    }

    .ForumActivityPage .removedThread > h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        padding: 0 0 0 48px;
        margin: 0 0 16px;
    }

    .ForumActivityPage .Empty {
        padding: 40px 48px 40px 48px;
    }

        .ForumActivityPage .Empty > div {
            padding: 68px 225px 64px 225px;
            min-height: 241px;
        }

            .ForumActivityPage .Empty > div h2 {
                font-size: 30px;
            }

            .ForumActivityPage .Empty > div p {
                font-size: 24px;
            }

    .ForumActivityPage div.userPost > h1 {
        font-size: 30px;
    }

    /*#endregion*/

    /*#region InfoPage*/

    .InfoPage .block {
        margin: 0;
    }

    .InfoPage .Inbox a {
        font-size: 20px;
        font-weight: bold;
    }

    .InfoPage .Empty {
        padding: 40px 48px 40px 48px;
    }

        .InfoPage .Empty > div {
            padding: 68px 225px 64px 225px;
            min-height: 241px;
        }

            .InfoPage .Empty > div h2 {
                font-size: 30px;
            }

            .InfoPage .Empty > div p {
                font-size: 24px;
            }

    .InfoPage .Inbox li {
        margin: 0 40px 0 40px;
        padding: 10px 0;
    }

    .InfoPage .Inbox p {
        margin: 0;
        font-size: 20px;
    }

    .InfoPage .Inbox span {
        margin: 0;
        font-size: 20px;
    }

    .InfoPage .Inbox a {
        margin: 0;
    }

    .InfoPage .Inbox li.list-group-item {
        min-height: 68px;
        padding-top: 20px;
        position: relative;
    }

    .InfoPage .time {
        font-size: 20px;
        position: absolute;
        right: 0;
    }

    .InfoPage .Inbox .unreadDotContainer {
        display: block;
        height: 68px;
        float: left;
        padding-top: 2.5px;
        margin-right: 20px;
    }

    .InfoPage .Inbox .unreadDot {
        margin-top: 3px;
    }

    .InfoPage .removedThread > h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.07;
        padding: 0 0 0 48px;
        margin: 0 0 16px;
    }

    .InfoPage .Empty {
        padding: 40px 48px 40px 48px;
    }

        .InfoPage .Empty > div {
            padding: 68px 225px 64px 225px;
            min-height: 241px;
        }

            .InfoPage .Empty > div h2 {
                font-size: 30px;
            }

            .InfoPage .Empty > div p {
                font-size: 24px;
            }

    .InfoPage .Inbox li.list-group-item p {
        display: inline-block
    }

    /*#endregion*/

    /*#region RegisterPage*/

    .RegisterPage {
    }

        .RegisterPage h1 {
            font-size: 44px;
        }

        .RegisterPage h2 {
            font-size: 24px;
            margin-bottom: 24px;
        }

        .RegisterPage p {
            font-size: 18px;
        }

        .RegisterPage .registerFormContainer .form-group input[type="text"], .RegisterPage .form-group input[type="password"] {
            width: 316px;
            height: 60px;
            display: block;
            margin: 10px 0 24px;
        }

        .RegisterPage .form-group.input {
            width: 320px;
        }

        .RegisterPage .form-group select {
            width: 316px;
            height: 60px;
        }

        .RegisterPage .containerWrap {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }

        .RegisterPage .form-group.input {
            display: inline-block;
        }

        .RegisterPage .SexInfoToggle h2 {
            display: block;
        }

        .RegisterPage .form-group > label.control-label {
            top: -2px;
        }

        .RegisterPage .arrow-div {
            min-height: 251px;
            padding: 40px;
            margin-bottom: 25.5px;
            width: 854px;
        }

            .RegisterPage .arrow-div:after, .RegisterPage .arrow-div:before {
                left: 104px;
            }

            .RegisterPage .arrow-div:after {
                border-color: rgba(241, 241, 241, 0);
                border-bottom-color: #fff;
                border-width: 23px;
                margin-left: -23px;
            }

        .RegisterPage .containerWrap > .inputWrap div.form-group.input {
            margin-right: 16px;
        }

        .RegisterPage form {
            margin-bottom: 200px;
        }

    /*#endregion*/

    /*#region RegisterPage*/

    .RegisterPage {
    }

        .RegisterPage h1 {
            font-size: 44px;
        }

        .RegisterPage h2 {
            font-size: 24px;
            margin-bottom: 24px;
        }

    .ConsentPage p {
        font-size: 18px;
    }

    .
    /*#endregion*/
    /*#region SectionPage*/
    .SectionPageItem {
        padding-top: 60px;
    }

    .SectionPageItem:after {
        content: "";
        width: 443px;
        height: 1px;
        background: #eaeaea;
        margin: 60px auto 0;
    }

    .SectionPage.row {
        background-color: #fff;
        box-shadow: 0 1px 4px -3px gray;
    }

    .SectionPageItem img {
        border-radius: 4px;
        width: 100%;
    }

    .SectionPage.container {
        margin: 5px auto 0;
    }

    #sticky {
        background: #ffffff;
    }

        #sticky > .container {
            margin: 0 auto;
        }

        #sticky.sectionLinkContainer ul.sectionLinkContainer {
            justify-content: center;
            padding: 16px 0px;
            background: rgba(0, 0, 0, 0);
            overflow: hidden;
            margin: 0 0 0 -8px;
        }

        #sticky.sectionLinkContainer .sectionLink {
            width: 214px;
            background: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin: 8px;
            float: left;
            border: solid 2px #41d699;
            border-radius: 30px;
            padding: 10px;
            list-style: none;
            text-align: center;
        }

            #sticky.sectionLinkContainer .sectionLink a {
                font-size: 16px;
                font-weight: 500;
                line-height: 1.25;
                color: #222222;
            }

                #sticky.sectionLinkContainer .sectionLink a.newColor {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.25;
                    color: #007565;
                }


    .row.SectionPage.Start p {
        font-size: 24px;
    }

    .SectionPageItem .videoOverlay > .info {
        padding: 24px 32px;
    }

        .SectionPageItem .videoOverlay > .info h3 {
            margin: 0 0 5px;
            font-size: 30px;
        }

        .SectionPageItem .videoOverlay > .info h4 {
            font-size: 30px;
        }

    .SectionPageItem .videoOverlay > .playwrapper .playbutton {
        width: 83px;
        height: 83px;
        border-radius: 83px;
    }

        .SectionPageItem .videoOverlay > .playwrapper .playbutton > span {
            font-size: 36px;
        }

    .SectionPageItem .readmoreblock {
        padding: 0 8px;
    }

        .SectionPageItem .readmoreblock > div.two-columns {
            width: calc(50% - 8px);
            margin: 0 0 0 16px;
        }

            .SectionPageItem .readmoreblock > div.two-columns:first-child {
                margin: 0;
            }

        .SectionPageItem .readmoreblock > div {
            margin: 0 -8px 16px;
            width: 100%;
            padding: 32px 32px;
        }

            .SectionPageItem .readmoreblock > div h3 {
                margin-bottom: 32px;
            }

            .SectionPageItem .readmoreblock > div > span {
                min-height: 0px;
            }

    .readmoreblock > div ul li:last-child {
        margin: 0;
    }

    /*#endregion*/

    /*#region MessagePage*/

    .MessagePage h1 {
        font-size: 44px;
    }

    .MessagePage h2 {
        font-size: 30px;
        font-weight: bold;
    }

    .MessagePage h3 {
        font-size: 20px;
    }

    .MessagePage .Inbox a {
        font-size: 20px;
        font-weight: bold;
    }

    .MessagePage .WaitingText {
        font-size: 20px
    }

    .MessagePage .AnsweredText {
        font-size: 20px
    }

    .MessagePage .Empty {
        padding: 40px 48px 40px 48px;
    }

        .MessagePage .Empty > div {
            padding: 68px 225px 64px 225px;
            min-height: 241px;
        }

            .MessagePage .Empty > div h2 {
                font-size: 30px;
            }

            .MessagePage .Empty > div p {
                font-size: 24px;
            }

    .MessagePage .New {
        padding: 32px 40px 40px 40px;
        margin-bottom: 200px;
    }

        .MessagePage .New .control-label {
            font-size: 24px;
            margin-bottom: 32px;
        }

    .MessagePage form {
        position: relative;
    }

        .MessagePage form .time {
            position: absolute;
            right: 0;
        }

    .MessagePage li.sent {
        min-height: 98px;
    }

    h1.NoAnswer {
        font-size: 30px;
    }

    h1.answer {
        font-size: 30px;
    }

    .MailInbox p {
        font-size: 18px;
    }

    .MailInbox > p > img {
        width: 500px;
        height: auto;
    }

        .MailInbox > p > img.emojione {
            height: 3ex;
            width: auto;
        }

    .MailInbox > p > iframe {
        width: 500px;
        height: 280px;
        border-radius: 0px;
        border: 0px;
    }

    .MessagePage ul.Inbox {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .MessagePage .Inbox li {
        margin: 0 40px 0 40px;
        padding: 10px 0;
    }

    .MessagePage .Inbox p {
        margin: 0;
    }

    .MessagePage .Inbox a {
        margin: 0;
    }

    .MessagePage .Inbox li.list-group-item {
        min-height: 98px;
        padding-top: 20px;
    }

    .MessagePage .time {
        font-size: 20px;
    }

    .send {
        margin-top: 40px;
        padding: 0px 0px 0px 35px;
        margin-left: 40px;
    }

    .MessagePage input {
        font-size: 18px;
    }

    .MessagePage .emojionearea .emojionearea-editor {
        min-height: 464px;
    }

    .send > h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .send > p {
        font-size: 16px;
    }

    .MessagePage h3 p {
        font-size: 20px;
    }

    .MessagePage .New div > label {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 32px;
    }

    .MessagePage .Inbox .unreadDotContainer {
        display: block;
        height: 68px;
        float: left;
        padding-top: 2.5px;
    }

    .MessagePage button.toggle {
        font-size: 20px;
        margin: 30px 0 0 40px;
    }

    /*#endregion*/

    /*#region LoginPage*/


    .LoginPage {
    }

        .LoginPage h1 {
            font-size: 44px;
            font-weight: bold;
            line-height: 1.05;
            color: #222222;
            padding: 0 8px;
            margin: 0 0 24px;
        }

        .LoginPage .row > div > p {
            font-size: 20px;
            font-weight: normal;
            line-height: 1.1;
            color: #222222;
            padding: 0 8px 48px;
        }

        .LoginPage .container .row > .block {
            padding: 0 16px;
        }

            .LoginPage .container .row > .block > div {
                padding: 24px 0 0;
            }

            .LoginPage .container .row > .block.announcement > div {
                padding: 24px;
            }

        .LoginPage .loginBlock > div h3 {
            margin: 0 37px;
            padding: 0 0 40px;
        }

        .LoginPage .loginBlock > div .form-group > input {
            font-size: 18px;
            height: 60px;
            color: #222222;
            padding: 19px 24px;
        }

        .LoginPage .loginBlock > div .form-group.input {
            display: inline-block;
            margin-left: 37px;
            margin-right: 0;
            vertical-align: top;
        }

            .LoginPage .loginBlock > div .form-group.input + .form-group.input {
                margin-left: 16px;
            }

            .LoginPage .loginBlock > div .form-group.input > input {
                max-width: 316px;
            }

        .LoginPage .loginBlock > div .form-group > label {
            top: -2px;
        }

        .LoginPage .loginBlock > div input.btn {
            display: block;
        }

        .LoginPage .loginBlock > div input.btn {
            margin: 0 37px 40px;
        }

        .LoginPage .loginBlock > div .info {
            padding: 0 0 42px;
        }

        .LoginPage .loginBlock > div h4 {
            margin: 0 37px 16px;
        }

        .LoginPage .loginBlock > div a.link {
            margin: 24px 37px;
        }



    /*#endregion*/

    /*#region ErrorPage*/

    .Page404 .row, .Page500 .row {
        padding: 0 8px;
    }

        .Page404 .row .content h1, .Page500 .row .content h1 {
            font-size: 44px;
            font-weight: bold;
            line-height: 1.05;
            color: #222222;
            margin: 0 0 24px;
            padding: 0;
        }

        .Page404 .row.reverse, .Page500 .row.reverse {
            display: block;
            flex-direction: column-reverse;
            margin-bottom: 24px;
        }

        .Page404 .row img, .Page500 .row img {
            width: 100%;
            max-width: 400px;
            height: auto;
            float: right;
        }

        .Page404 .row .content, .Page500 .row .content {
            margin: 0 0 48px;
        }

        .Page404 .row .image, .Page500 .row .image {
            margin: 0 0 48px;
        }

        .Page404 .row > .content h2, .Page500 .row > .content h2 {
            font-size: 30px;
            font-weight: bold;
            line-height: 1.07;
            color: #222222;
            margin: 0 0 24px;
            padding: 0;
        }

        .Page404 .row > .content p, .Page500 .row > .content p {
            font-size: 20px;
            font-weight: normal;
            line-height: 1.25;
            color: #222222;
            margin: 0 0 16px;
            padding: 0;
        }

        .Page404 .row > .content > a, .Page500 .row > .content > a {
            width: 250px;
            height: 32px;
            display: flex;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.22;
            color: #2751bb;
            margin: 18px 0 48px;
            padding: 0 0 0 40px;
            background: url(/static/assets/svg/32x32/icon-arrow-download-circle-blue-32-x-32.svg) no-repeat;
            align-items: center;
        }

    /*#endregion*/

    /*#region ChatWindow*/

    .chatWindow.visible {
        height: 600px;
        max-height: 100%;
    }

    .chatWindow {
        right: 24px;
        width: 616px;
        box-shadow: 0 3px 94px 0 rgba(190, 190, 190, 0.5), 0 12px 12px 0 rgba(0, 0, 0, 0.2);
    }

        .chatWindow .chatWrapper {
            height: 100%;
            padding-bottom: 180px;
        }

        .chatWindow > h3 > a.exit {
            padding-right: 24px;
        }

        .chatWindow > h3 > a > span.icon {
            margin-left: 24px;
        }

        .chatWindow #chatWindowBox > span > .chatMessageRow {
            margin: 16px 24px;
        }


            .chatWindow #chatWindowBox > span > .chatMessageRow > .message {
                padding: 16px 20px;
                max-width: calc(100% - 112px);
            }

            .chatWindow #chatWindowBox > span > .chatMessageRow.userMessageRow > .message {
                padding: 16px 20px;
                margin: 0 16px 0 56px;
                background: rgb(255, 150, 101, 0.2);
                border-radius: 20px;
            }

            .chatWindow #chatWindowBox > span > .chatMessageRow > .image, .chatWindow #chatWindowBox > span > .chatMessageRow > .video {
                padding: 0;
                margin: 0 0 0 16px;
                background: #e6e6e6;
                border-radius: 4px;
                max-width: calc(100% - 112px);
            }

        .chatWindow #chatEventBox {
            height: 40px;
            margin: 13px 0;
        }

            .chatWindow #chatEventBox #chatEvents {
                margin: 0 24px;
            }

        .chatWindow #chatWindowForm {
            min-height: 130px;
            max-height: 264px;
            padding: 20px 30px 8px;
            margin: 0;
            background: #f7f6f4;
            width: 616px;
        }

            .chatWindow #chatWindowForm > .form-group {
                margin: 0 0 16px;
                display: flex;
            }

                .chatWindow #chatWindowForm > .form-group input.btn {
                    margin: 0 8px;
                    background: #2751bb;
                    border-radius: 100px;
                    border: 0px;
                    height: 60px;
                    font-size: 18px;
                    font-weight: 500;
                    text-shadow: none;
                    color: #ffffff;
                    padding: 0 48px;
                    width: auto;
                    flex: none;
                }

                .chatWindow #chatWindowForm > .form-group > div {
                    flex: 1;
                    margin: 0 0 0 8px;
                    display: flex;
                    align-items: center;
                }

                    .chatWindow #chatWindowForm > .form-group > div > input[type="checkbox"] {
                        position: absolute;
                        z-index: -1000;
                        left: -1000px;
                        overflow: hidden;
                        clip: rect(0 0 0 0);
                        height: 1px;
                        width: 1px;
                        margin: -1px;
                        padding: 0;
                        border: 0;
                    }

                        .chatWindow #chatWindowForm > .form-group > div > input[type="checkbox"] + label {
                            padding-left: 40px;
                            height: auto;
                            min-height: 32px;
                            font-weight: 500;
                            display: flex;
                            align-items: center;
                        }

    /*#endregion*/

    /*#region WallPostPage*/

    .WallPostPage .post {
        padding: 32px;
        min-height: 352px;
    }

        .WallPostPage .post p.message {
            font-size: 30px;
            font-weight: normal;
            line-height: 1.13;
        }

            .WallPostPage .post p.message.largeText {
                font-size: 42px;
            }

        .WallPostPage .post p.user {
            font-size: 18px;
        }

    .WallPostPage .emojionearea .emojionearea-editor {
        font-size: 30px;
        min-height: 146px;
        padding: 38px 32px 38px 32px;
    }

    .WallPostPage .info .block .thank-you {
        margin: 16px 24px 40px;
        padding: 68px 80px;
    }

        .WallPostPage .info .block .thank-you > h2 {
            font-size: 30px;
            margin: 0 0 20px;
            padding: 0;
        }

        .WallPostPage .info .block .thank-you > p {
            font-size: 24px;
            margin: 0;
        }

    .WallPostPage .info .block > div > a {
        margin: 0 24px 32px;
    }

    /*#endregion*/

    /*#endregion*/

    /*#region Footer*/

    footer .col-sm-4 {
        padding: 0 16px;
    }

    footer .footerlinksblock.col-sm-4 h2 {
        padding: 0;
    }

    /*#endregion*/

    /*#region ChatModal*/
    .chatModal-content {
        margin: 15% auto;
        width: 600px;
    }
    /*#endregion*/

    /*#region DeleteCase*/
    #deleteCaseAction a.btn {
        display: inline-block;
        min-width: 208px;
        width: auto;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: #222222;
        padding: 19px 0;
        background: #ffb234;
        border-radius: 100px;
        margin: 0 0 40px;
        float: right;
    }


    .deleteCaseModal-content {
        background-color: #fefefe;
        margin: 20% auto;
        border: 1px solid #888;
        width: 30%;
    }
    /*#endregion*/

    /*#region DeleteCase*/
    #deleteAccountAction a.btn {
        display: inline-block;
        min-width: 208px;
        width: auto;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: #222222;
        padding: 19px 0;
        background: #ffb234;
        border-radius: 100px;
        margin: 0 0 40px;
        float: right;
    }


    .deleteAccountModal-content {
        background-color: #fefefe;
        margin: 20% auto;
        border: 1px solid #888;
        width: 30%;
    }
    /*#endregion*/
}

/*#endregion*/



/*#region Large Desktop*/

/* Large devices (large desktops, 1280px and up) */
@media (min-width: 1280px) {

    /*#region Header*/

    .navbar-brand {
        float: none;
        display: inline-block;
        height: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 29px 0 21px 0;
        width: 100%;
    }

        .navbar-brand > a, .navbar-brand > h1 > a {
            height: 40px;
            display: block;
        }

            .navbar-brand > a > img, .navbar-brand > h1 > a > img {
                width: auto;
                height: 100%;
            }

    .navbar-default > .container {
        width: 1248px;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav {
        margin: 29px 0 0 40px;
    }

    .navbar-default .navbar-nav > li > a {
        font-family: 'apercu-regular';
        font-weight: 500;
        font-size: 20px;
        line-height: 1.15;
        color: #222222;
        height: 23px;
        box-sizing: content-box;
        padding: 9px 12px;
        display: block;
    }

    .navbar-default .navbar-nav.navbar-icons > li {
        display: inline-block;
        float: none;
        vertical-align: middle;
        background: none;
        /*padding: 10px 0px 15px 0px;*/
        margin: 0 -2px;
    }

    .navbar-nav.navbar-sub {
        margin: 13px 0 14px;
    }

    .nav-default .dropdown-menu.nav-justified {
        width: 1170px;
    }

    .globalnavigationCollapse {
        padding: 0 68px;
        text-align: center;
        width: 1248px;
        margin: 0 auto;
    }

    .searchbar-collapse {
        width: 1248px;
        margin: 0 auto;
    }

        .searchbar-collapse > .navbar-form {
            padding: 0;
        }

    header.sticked .navbar-brand {
        float: none;
        display: inline-block;
        height: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 23px 0 20px 0;
        width: 100%;
    }

        header.sticked .navbar-brand > a > img, header.sticked .navbar-brand > h1 > a > img {
            width: auto;
            height: 29px;
        }

    header.sticked .navbar-nav {
        margin: 18px 0 0 40px;
    }

    header.sticked .navbar-default .navbar-nav > li > a {
        font-family: 'apercu-regular';
        font-weight: 500;
        font-size: 20px;
        line-height: 1.15;
        color: #222222;
        height: 22px;
        box-sizing: content-box;
        padding: 9px 12px;
        display: block;
    }

    header.sticked .navbar-default .navbar-nav > li:first-child > a {
        padding-left: 0;
    }

    header.sticked .navbar-nav.navbar-icons {
        margin: 0 -8px 0 0;
    }

    header.sticked .navbar-default .navbar-nav.navbar-icons > li {
        display: inline-block;
        float: none;
        vertical-align: middle;
        background: none;
        padding: 15px 2px;
        margin: 0 -2px;
    }

        header.sticked .navbar-default .navbar-nav.navbar-icons > li > a {
            margin: 0;
            padding: 0 8px 0 8px;
            height: auto;
            border: none;
        }

    header.sticked .navbar-nav.navbar-sub {
        margin: 13px 0 14px;
    }


    /*#endregion*/

    /*#region Blocks*/

    /*#region ContributionBlock*/

    .contributionblock div h2 {
        font-size: 30px;
    }

    .contributiongiftstartblock .content a.btn {
        width: auto;
        margin: 0px 16px 0px 0px;
    }

    /*#endregion*/

    /*#region ContributionGiftStartBlock */

    .contributiongiftstartblock > div {
        background: #ffffff;
        height: auto !important;
        min-height: 100%;
        overflow: hidden;
        box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.05), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    .contributiongiftstartblock div.content {
        display: block;
        overflow: hidden;
        margin: 40px 40px 40px 40px;
    }

    .contributiongiftstartblock .form-group {
        margin: 16px 0;
        position: relative;
    }

    .contributiongiftstartblock .amount ul, .contributiongiftstartblock .giftType ul {
        list-style: none;
        padding: 0;
        margin: 8px 0;
    }

        .contributiongiftstartblock .amount ul li {
            display: inline-block;
            width: calc((100% - 40px)/3);
            margin: 0 8px;
            padding: 20px 0;
            background: #eaeaea;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.22;
            color: #222222;
            vertical-align: middle;
            cursor: pointer;
        }

        .contributiongiftstartblock .giftType ul li {
            width: calc((100% - 32px)/3);
            margin: 0 8px;
        }

            .contributiongiftstartblock .amount ul li.checked, .contributiongiftstartblock .giftType ul li.checked {
                background: #ffffff;
                border: 2px solid #2751bb;
            }

            .contributiongiftstartblock .amount ul li:first-child, .contributiongiftstartblock .giftType ul li:first-child {
                margin-left: 0px;
            }

            .contributiongiftstartblock .amount ul li:last-child, .contributiongiftstartblock .giftType ul li:last-child {
                margin-right: 0px;
            }


    .contributiongiftstartblock .amount .form-group input {
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        border: solid 1px #8c8c8c;
        color: #222222;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 4px;
        margin: 0;
        font-size: 16px;
        display: inline-block;
    }

    .contributiongiftstartblock .amount .form-group > p {
        display: block;
        margin: 8px 0 0 0;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.38;
        color: #8c8c8c;
    }

    .contributiongiftstartblock .content input.btn {
        height: 60px;
        width: auto;
        padding: 0 36px;
        margin: 0;
        background: #2751bb;
        border: 0px;
        border-radius: 100px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: #ffffff;
        max-width: 176px;
        min-width: 176px;
    }

        .contributiongiftstartblock .content input.btn.monthlyContributionBtn {
            display: inline-block;
            width: auto;
            margin-top: 0px;
        }

    .contributiongiftstartblock .content form {
        display: block;
        flex-direction: column;
    }

        .contributiongiftstartblock .content form > div {
            order: 2;
            flex: 1;
        }

            .contributiongiftstartblock .content form > div.top {
                order: 0;
            }

        .contributiongiftstartblock .content form > .reverse {
            order: 1;
        }

    .contributiongiftstartblock .content img {
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
        width: 100%;
        margin-top: 8px;
    }

    /*#endregion*/

    /*#region FooterContactBlock*/

    .footercontactblock h2 {
        font-size: 32px;
    }

    /*#endregion*/

    /*#region FooterLinksBlock*/

    .footerlinksblock h2 {
        font-size: 32px;
    }

    /*#endregion*/

    /*#region NewsletterBlock*/

    .newsletterblock h2 {
        font-size: 32px;
    }

    /*#endregion*/

    /*#region ServiceBlock*/

    .serviceblock {
        margin-bottom: 32px;
    }

        .serviceblock > div {
            align-items: flex-end;
        }

            .serviceblock > div a {
                font-size: 30px;
            }

            .serviceblock > div > div.arrow_box {
                width: calc(50% - 25px);
            }

    /*#endregion*/

    /*#endregion*/

    /*#region Pages */

    /*#region AccountPage*/

    .AccountPage .block > div.Action {
        min-width: 299.5px;
    }

        .AccountPage .block > div.Action a {
            font-size: 30px;
        }

            .AccountPage .block > div.Action a::after {
                height: 4px;
                width: 115px;
            }

    /*#endregion*/

    h1 {
        font-family: 'apercu-regular';
        font-size: 44px;
        line-height: 1.05;
        color: #222222;
        margin: 40px 0 32px 0;
    }

    p {
        font-family: 'apercu-regular';
        font-size: 16px;
        line-height: 1.38;
        color: #222222;
        margin: 0 0 16px;
    }

    li {
        font-family: apercu-regular;
        font-size: 16px;
        line-height: 1.38;
        color: #222222;
    }

    .published {
        font-family: 'apercu-regular';
        font-size: 14px;
        line-height: 1.21;
        text-align: left;
        color: #9b9b9b;
        margin: 0 0 40px;
    }

    .description {
        font-family: 'apercu-regular';
        font-size: 20px;
        line-height: 1.15;
        color: #222222;
        margin: 0 0 44px;
    }

    .imageDescription {
        font-family: 'apercu-regular';
        font-size: 14px;
        line-height: 1.21;
        text-align: left;
        color: #9b9b9b;
        margin: 20px 0;
    }

    blockquote {
        padding: 70px 200px 70px 100%;
        margin: 24px 0 24px -100%;
        border: none;
        background: #f7f6f4;
        font-family: 'apercu-regular';
        font-size: 30px;
        line-height: 1.27;
        color: #222222;
    }

        blockquote p {
            font-family: 'apercu-regular';
            font-size: 30px;
            line-height: 1.27;
            color: #222222;
        }

    .transparent {
        background-image: linear-gradient(180deg, #ffffff 70px, rgba(230, 225, 220, 0.3) 0px);
    }

    /*#region ArticlePage */

    .ArticlePage {
        background: #ffffff;
    }

        .ArticlePage .content {
            padding: 0 63px 0 63px;
        }

            .ArticlePage .content > h1 {
                width: 775px;
            }

            .ArticlePage .content > p {
                width: 616px;
            }

            .ArticlePage .content > ul {
                width: 616px;
            }

            .ArticlePage .content > h2 {
                width: 616px;
            }

            .ArticlePage .content > h3 {
                width: 616px;
            }

            .ArticlePage .content > p img {
                width: 100%;
                height: auto;
            }

            .ArticlePage .content > .form-block-container {
                width: 616px;
            }

        .ArticlePage .area {
            padding: 0 0 50px;
        }

        .ArticlePage .belowContentArea, .ContributionGiftPage .belowContentArea {
            padding: 0 8px 150px;
        }

        .ArticlePage .brisBreadcrumb {
            padding: 0 0 0 8px;
            margin: 0;
        }

        .ArticlePage > div ul.linkList li a {
            width: 616px;
        }

        .ArticlePage .flexWrap {
            display: flex;
            flex-wrap: wrap;
        }

            .ArticlePage .flexWrap > .blockWrapper {
                flex: none;
                width: 33%;
            }

    /*#endregion*/

    /*#region SectionPage*/

    #sticky.sectionLinkContainer .sectionLink {
        width: 260px;
        background: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 8px;
        float: left;
        border: solid 2px #41d699;
        border-radius: 30px;
        padding: 10px;
        list-style: none;
        text-align: center;
    }

    /*#endregion*/

    /*#region WallPostPage*/

    .WallPostPage .post {
        padding: 40px;
        min-height: 352px;
    }

        .WallPostPage .post > p {
            margin: 0 0 24px;
        }

        .WallPostPage .post p.time {
            font-size: 16px;
            font-weight: bold;
            color: #41d699;
            margin: 0 0 32px;
        }

        .WallPostPage .post p.message {
            font-size: 30px;
            font-weight: normal;
            line-height: 1.13;
        }

            .WallPostPage .post p.message.largeText {
                font-size: 42px;
            }

        .WallPostPage .post p.user {
            font-size: 18px;
        }

    .WallPostPage .emojionearea .emojionearea-editor {
        font-size: 30px;
        min-height: 146px;
        padding: 38px 32px 38px 32px;
    }

    /*#endregion*/

    /*#region ChatWindow*/

    .chatWindow.visible {
        height: 800px;
        max-height: 100%;
    }

    .chatWindow .chatWrapper {
        height: 100%;
        padding-bottom: 180px;
    }

    .chatWindow #chatWindowBox {
        overflow: scroll;
        overflow-x: hidden;
    }

    .chatWindow #chatWindowForm > .form-group > .emojionearea > .emojionearea-editor {
        height: 130px;
    }

    /*#endregion*/

    /*#endregion*/

    /*#region Footer*/

    footer div.container {
        padding: 0 8px;
    }

    /*#endregion*/
}

/*#endregion*/

