.Normal {
    font-size: 14px;
    line-height: 1.428;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.cc-compliance {
    align-self: center;
}

.cc-window.cc-floating {
    padding: 16px;
    width: 100%;
    max-width: 100%;
}

.cc-window .cc-message {
    margin-bottom: 8px;
}

.cc-window.cc-banner {
    padding: 1em;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-color-override-688238583 .cc-btn.primary-button {
    text-transform: uppercase;
    padding: 12px 24px;
    background: #fff;
    color: rgba(59, 67, 149, 1);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    border: rgba(59, 67, 149, 1) solid 1px;
}

    .cc-color-override-688238583 .cc-btn.primary-button:hover {
        color: #fff;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        color: rgba(59, 67, 149, 1);
    }

.cc-color-override-688238583 .cc-btn.secondary-button {
    text-transform: uppercase;
    padding: 12px 24px;
    background: #fff;
    color: rgba(59, 67, 149, 1);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: rgba(59, 67, 149, 1);
    border: 0;
}

    .cc-color-override-688238583 .cc-btn.secondary-button:hover {
        background: #fff;
        color: rgba(59, 67, 149, 1);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    }

.cc-message {
    color: #333;
}

.cc-header {
    display: block;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.cc-color-override-688238583 a.cc-link, .cc-color-override-688238583 a.cc-link:active, .cc-color-override-688238583 a.cc-link:visited {
    opacity: 1;
    display: inline-block;
    padding: 0;
    color: rgba(59, 67, 149, 1);
}

div.cc-color-override-688238583.cc-window {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.cc-color-override-688238583 a.cc-btn {
    background-color: #fff;
    border-radius: 4px;
}

    .cc-color-override-688238583 a.cc-btn:hover {
        background-color: #fff;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        text-decoration: none;
    }

@media screen and (min-width:768px) {
    .cc-window.cc-banner {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cc-window .cc-message {
        margin-bottom: 0;
    }

    .cc-compliance {
        align-self: end;
    }
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.carousel-inner > .active.left {
    float: none;
}

.carousel-caption h1 {
    color: #fff;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

.searchBox {
    padding: 15px 15px 0 15px;
    width: 240px;
}

    .searchBox .searchText {
        color: #000;
        float: right;
    }

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}


/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
    display: inline-block;
}

    .dnnActions li {
        margin-right: 5px;
        list-style: none;
        float: left;
    }


/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

/* Addition to bootstrap menu styles */
/* Displace second and deeper level menus right from their parent.  */
.dropdown-menu .dropdown-menu {
    margin-left: 160px;
}


/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink {
    color: #777;
}

    .navbar-default .navbar-nav > li > div > a:hover,
    .navbar-default .navbar-nav > li > div > a:focus,
    .navbar-default .navbar-nav > li > div > ul > li > a:hover,
    .navbar-default .navbar-nav > li > div > ul > li > a:focus {
        color: #ffffff;
        background-color: #178acc;
    }


/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/

.navbar-right {
    height: 51px;
}

    .navbar-right .registerGroup,
    .navbar-right .registerGroup *,
    .navbar-right .loginGroup,
    .navbar-right .loginGroup * {
        display: inline;
    }

    .navbar-right .registerGroup,
    .navbar-right .loginGroup {
        float: right;
    }

        .navbar-right .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        .navbar-right .registerGroup li {
            float: left;
        }

        .navbar-right .registerGroup .buttonGroup {
            margin-right: 0;
        }

        .navbar-right .registerGroup a,
        .navbar-right .loginGroup a {
            display: block;
            position: relative;
            height: 50px;
            min-width: 12px;
            padding: 15px 15px 0 15px;
            vertical-align: middle;
        }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
            }

            .navbar-right .registerGroup a:active,
            .navbar-right .loginGroup a:active {
                text-shadow: 0 -1px 0 #ffffff;
            }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
                text-decoration: none;
            }

            .navbar-right .registerGroup a strong,
            .navbar-right .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 0;
                text-indent: -9999px;
            }

    .navbar-right .userMessages a,
    .navbar-right .userNotifications a {
        background-color: transparent;
    }

    .navbar-right .userMessages strong {
        height: 100%;
        background: url('i/icon_message.png') no-repeat center center;
    }

    .navbar-right .userNotifications {
    }

        .navbar-right .userNotifications strong {
            height: 100%;
            background: url('i/icon_notification.png') no-repeat center center;
        }

    .navbar-right .registerGroup a span {
        display: inline-block;
        min-width: 7px;
        margin-right: 3px;
        text-align: center;
    }



    .navbar-right .registerGroup .userProfileImg a {
        min-width: 50px;
        min-height: 50px;
        padding: 0;
    }

    .navbar-right .registerGroup a img {
        height: 50px;
        width: 50px;
    }

    /* Login Group Styles */
    .navbar-right .loginGroup {
    }

        .navbar-right .loginGroup a {
        }

    /* Number of message next to the message icon*/
    .navbar-right .userMessages a span,
    .navbar-right .userNotifications a span {
        display: inline-block;
        margin-top: 0;
        margin-right: 0;
        background-color: transparent;
    }

    .navbar-right .userNotifications span, .navbar-right .userMessages span {
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        font-size: 0;
        text-indent: -9999px;
        z-index: 999;
    }

    .navbar-right .userNotifications span {
        background: url('i/icon_notification_active.png') no-repeat center center;
    }

    .navbar-right .userMessages span {
        background: url('i/icon_message_active.png') no-repeat center center;
    }


/* Content formatting */

/* #Content, #TopContent {
    margin-top: 10px;
} */


/*
 * blueimp Gallery CSS 2.11.1 https://github.com/blueimp/Gallery
 * Copyright 2013, Sebastian Tschan https://blueimp.net
 * Licensed under the MIT license: http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}

    .blueimp-gallery > .slides > .slide > .slide-content {
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        opacity: 1;
    }

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    /* Set the carousel width/height ratio to 16/9: */
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

    .blueimp-gallery,
    .blueimp-gallery > .slides > .slide > .slide-content {
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

        .blueimp-gallery > .slides > .slide-loading {
            background: url(img/loading.gif) center no-repeat;
            background-size: 64px 64px;
        }

            .blueimp-gallery > .slides > .slide-loading > .slide-content {
                opacity: 0;
            }

        .blueimp-gallery > .slides > .slide-error {
            background: url(img/error.png) center no-repeat;
        }

            .blueimp-gallery > .slides > .slide-error > .slide-content {
                display: none;
            }

        .blueimp-gallery > .prev,
        .blueimp-gallery > .next {
            position: absolute;
            top: 50%;
            left: 15px;
            width: 40px;
            height: 40px;
            margin-top: -23px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 60px;
            font-weight: 100;
            line-height: 30px;
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 2px #000;
            text-align: center;
            background: #222;
            background: rgba(0, 0, 0, 0.5);
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            border: 3px solid #fff;
            -webkit-border-radius: 23px;
            -moz-border-radius: 23px;
            border-radius: 23px;
            opacity: 0.5;
            cursor: pointer;
            display: none;
        }

        .blueimp-gallery > .next {
            left: auto;
            right: 15px;
        }

        .blueimp-gallery > .close,
        .blueimp-gallery > .title {
            position: absolute;
            top: 15px;
            left: 15px;
            margin: 0 40px 0 0;
            font-size: 20px;
            line-height: 30px;
            color: #fff;
            text-shadow: 0 0 2px #000;
            opacity: 0.8;
            display: none;
        }

        .blueimp-gallery > .close {
            padding: 15px;
            right: 15px;
            left: auto;
            margin: -15px;
            font-size: 30px;
            text-decoration: none;
            cursor: pointer;
        }

        .blueimp-gallery > .play-pause {
            position: absolute;
            right: 15px;
            bottom: 15px;
            width: 15px;
            height: 15px;
            background: url(img/play-pause.png) 0 0 no-repeat;
            cursor: pointer;
            opacity: 0.5;
            display: none;
        }

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(img/error.svg);
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(img/play-pause.svg);
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

    * + html .blueimp-gallery > .slides > .slide > .slide-content {
        position: relative;
    }

/* fix for carousel for large resolution displays */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
}


/* fix for DNN dropdown lists being cut off*/

.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a {
    height: 35px !important;
}


/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark, .dnnRadiobutton .mark {
    background: none;
}

/*------------------- Language --------------------------*/
.language-object {
    width: 32px;
    display: flex;
    justify-content: end;
    padding-bottom: 4px;
}

    .language-object .language {
        width: 37px;
        height: 22px;
        margin: 0px;
    }

    .language-object .selected-language {
        margin-top: -2px;
        margin-left: -23px;
        pointer-events: none;
    }

    .language-object .language-flag {
        width: 18px;
        height: 12px;
        /*position: relative;*/
        z-index: 2;
    }

.footer-block {
    position: relative;
    color: white;
}

.col-lg-8.footer-block:after {
    top: 0;
    left: -400px;
    background: #999999;
    position: absolute;
    width: 200vw;
    z-index: -3;
    height: 100%;
    content: '';
}

.social-link-container {
    padding: 12px;
    column-gap: 5%;
    flex-direction: row !important;
}

.footer-shadow {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}

.footer {
    color: white;
    padding: 18px 0px;
    margin-left: auto;
    /*height: 80px;*/
}

    .footer span, .footer a {
        color: white;
    }

.links-block {
    position: relative;
    color: white;
    background: #6569AB;
}

.text-link-social {
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    line-height: 1rem;
    color: inherit;
    white-space: nowrap;
    opacity: 0.75;
}

    .text-link-social:hover {
        color: white;
        font-style: inherit;
        text-decoration: inherit;
        opacity: 1;
    }



.button_send[disabled]:hover {
    box-shadow: none;
    outline: none;
    background-color: white;
}

.button_send[disabled] {
    box-shadow: none;
    outline: none;
    border-color: darkgray;
    color: darkgray !important;
}

.chkbox {
    height: 22px;
    width: 22px;
    position: absolute;
    background-color: black;
    border-block: double;
}

span[class='chkbox'] input {
    height: 22px;
    width: 22px;
}

span[class='chkbox'] {
    border-block: inherit;
    border-radius: 2px;
}


input[class='chkbox'] {
    accent-color: black;
}

.chkbox {
    accent-color: black;
}

.chkboxtxt {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    position: relative;
    margin-left: 2.5rem;
}

.firstchlnk {
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    color: black !important;
}

    .firstchlnk:hover {
        font-weight: 400;
        font-size: 14px;
        color: black;
        font-style: inherit;
    }

.head-block-post {
    min-width: 100px;
    max-width: none;
}

@media screen and (max-width:560px) {
    .head-block-post {
        min-width: 120px;
        padding-left: 5px;
        padding-right: 5px;
    }
}


.post-box-container {
    overflow: auto;
}

.post-box-container-c {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #00000080;
}

.post-box-container-t {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #3F4591;
    word-wrap: break-word;
    margin-bottom: 5px;
    text-align: center;
}

@media screen and (max-width:1023px) {
    .post-box-container-t {
        font-size: 1.25rem;
    }
}

@media screen and (max-width:995px) {
    .post-box-container-t {
        font-size: 0.75rem;
    }
}

.img-technologies-container {
}

.img-technology {
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    /*-webkit-transition: all .01s ease-in-out;*/
    width: 120px;
    margin: 32px;
    /*margin-right:32px;*/
}

    .img-technology:hover {
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1.01);
        cursor: pointer;
    }

.text-before-box {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    text-decoration: wavy;
}

@media screen and (max-width:540px) {
    .img-technology {
        width: 64px;
        margin: 22px;
    }
}

.nav-group-tags > .nav-item {
    margin-left: 0px;
    /*margin-right: 40px;*/
}

.navbar-header .active {
    opacity: 1;
    color: #3F4591;
    border-bottom: 5px solid #3F4591;
}

.navbar-header {
    opacity: 1;
    border-bottom: 1px solid #C4C4C4;
}


.grtags-nav-link {
    opacity: 1;
    color: #C4C4C4;
    margin-left: 0px;
    margin-right: 40px;
    padding-bottom: 20px;
    font-weight: 500;
}

    .grtags-nav-link a {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: center;
        color: #A9A9A9;
    }

        .grtags-nav-link a:hover {
            cursor: pointer;
            text-decoration: none;
            color: #A9A9A9;
        }

.navbar-header > .active a {
    /*opacity: 1;*/
    color: #3F4591;
    /*border-bottom: 5px solid #3F4591;*/
}

.nav-group-tags {
    /*margin-right: 42px !important;*/
}

@media screen and (max-width:767px) {
    .grtags-nav-link {
        /*        margin-left: 0px;
        margin-right: 30px;
*/ margin: 0;
        font-size: 18px;
        padding-bottom: 15px;
    }

        .grtags-nav-link a {
            font-size: 16px;
        }


    .navbar-header {
        border: none;
    }
}

@media only screen and (max-width:575px) {
    .grtags-nav-link {
        margin-left: 0px;
        /*margin-right: 10px;*/
        /*padding-bottom:10px;*/
        /*font-size: 16px;*/
    }

        .grtags-nav-link > a {
            font-size: 16px;
        }
}

@media only screen and (max-width:370px) {
    .grtags-nav-link {
        /*margin-left: 0px;*/
        /*margin-right: 5px;*/
        padding-bottom: 5px;
        /*font-size: 16px;*/
    }

        .grtags-nav-link > a {
            font-size: 14px;
        }
}

.z-2 {
    z-index: 2;
}

.navbar-background {
    transition: opacity 0.45s;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .navbar-background.opacity-100 {
        opacity: 100%;
    }

.navbar-toggler, .navbar-toggler:focus {
    outline: none;
}

    .navbar-toggler[aria-expanded="false"] .sandwitch {
        display: inline;
    }

    .navbar-toggler .sandwitchClose, .navbar-toggler[aria-expanded="false"] .sandwitchClose {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .sandwitch {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .sandwitchClose {
        display: inline;
    }


.sticky-top-menu {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.z-index-top {
    z-index: 999;
}

.navbar-position-fixed {
}

.pt-90 {
    padding-top: 90px !important;
}

@media only screen and (max-width:1199px) {
    .head-navbar {
        height: 96px;
    }
}

.aria-expanded-true {
    background: #3F4591 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.cooperation-info {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 100px;
    height: 100px;
    z-index: 1;
    background-color: #FFF;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.5;
}

.link-overlay:hover .cooperation-info {
    opacity: 1;
}

.cooperation-info-title,
.cooperation-info-time {
    text-align: center;
    margin: 0;
    color: #3F4591;
}

.cooperation-info-title {
    font-weight: 500;
    font-size: 16px;
}

.cooperation-info-time {
    font-weight: 700;
    font-size: 24px;
}
