/****************** DCE "VisA Category H2 lefted/righted" *************************/

.framewrap-h2 h2.lefted,
.framewrap-h2 h2.righted {
    DELETED-position: relative;
    DELETED-display: block;
    DELETED-padding-bottom: 30px;
    DELETED-color: var(--colorGreen);
    DELETED-text-transform: uppercase;
    DELETED-width: fit-content;
    DELETED-margin-left: auto;
    DELETED-margin-right: auto;
    DELETED-margin-top: 2rem;
    DELETED-font-size: 1.4rem;
}

.framewrap-h2 h2.lefted::after,
.framewrap-h2 h2.righted::after {
    DELETED-content: " ";
    DELETED-position: absolute;
    DELETED-height: 5px;
    DELETED-display: block;
    DELETED-background-color: var(--colorGreen);
    DELETED-margin: 0.25em auto;
    DELETED-overflow: hidden;
    DELETED-width: 100%;
    DELETED-min-width: 100vw;
}

.subnav-wrap+.maincontent-wrap .framewrap-h2 {
    overflow: hidden;
}

.framewrap-h2 h2.lefted::after {
    right: 0px;
}

.framewrap-h2 h2.righted::after {
    left: 0px;
}

.navbar-mainnavigation.navbar-fixed-top {
    z-index: 1031;
	DELETED-z-index: 95;
}


/* mozilla browser */

@-moz-document url-prefix() {
    .framewrap-h2 h2.lefted,
    .framewrap-h2 h2.righted {
        width: -moz-fit-content;
    }
    h1.h1 {
        width: -moz-fit-content;
    }
}


/* edge browser */

@supports (-ms-ime-align: auto) {
    .framewrap-h2 h2.lefted::after {
        right: 0px;
    }
    .framewrap-h2 h2.righted::after {
        left: 0px;
    }
    .framewrap-h2 h2.lefted::after,
    .framewrap-h2 h2.righted::after {
        content: " ";
        position: absolute;
        height: 5px;
        display: block;
        background-color: var(--colorGreen);
        margin: 0.25em auto;
        overflow: hidden;
        width: -webkit-fill-available;
        min-width: 100vw;
    }
}


/************************ Contact Form Design update ***************************/

.form-wrapper {
    margin-top: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.form-wrapper form {
    background: #fff;
    border: 1px solid #e4e1e1;
    padding: 40px;
    margin-top: -270px;
    box-shadow: -1px -1px 19px 2px #c3c3c3;
    margin-bottom: 50px !important;
}

.form-wrapper h2 {
    color: #000;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.form-wrapper .parsley-errors-list,
.form-wrapper .powermail_message_error {
    list-style: none;
    padding: 0;
}

.form-wrapper .parsley-errors-list li,
.form-wrapper .powermail_message_error li {
    padding-top: 10px;
    font-size: 80%;
    color: #e40000;
}

.br-green {
    height: 11px;
    width: 100%;
    background: var(--colorGreen);
}

.form-wrapper .custom-select option {
    padding-left: 13px;
}

.form-wrapper .custom-select:focus {
    box-shadow: none;
    outline: none;
}

.form-wrapper input,
.form-wrapper textarea {
    font-weight: 600;
}

.form-wrapper .custom-select {
    background: url("../images/download.png") no-repeat right 0.75rem center / 19px 11px;
    border: transparent;
    border-bottom: 2px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 40px;
}

.form-wrapper textarea.form-control {
    min-height: 150px;
}

.form-wrapper .btn-toolbar {
    display: block;
}

.form-wrapper .btn-group,
.form-wrapper .btn-group-vertical {
    display: block;
}

.form-wrapper .btn-group.cancel {
    float: right;
}

.form-wrapper .btn-group.cancel .btn,
.form-wrapper .btn-group.next.submit .btn {
    min-width: 300px;
    max-width: 100%;
    border-radius: 5px;
    padding: 8px 8px;
    font-size: 15px;
    text-transform: none;
    font-weight: 700;
    border: 2px solid #307b69;
}

.form-wrapper label {
    font-size: 14px;
}

.img-upload label {
    cursor: pointer;
}

.form-wrapper .btn-group.cancel .btn {
    background: #fff;
    color: var(--colorGreen);
    border: 2px solid var(--colorGreen);
}

.form-wrapper select:invalid,
.form-wrapper select option[value=""] {
    color: #ccc;
    font-weight: 400;
}

.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.gutter-10>.col,
.gutter-10>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-wrapper select,
.form-wrapper select option {
    color: #000000;
}

.form-wrapper ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
}

.form-wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
}

.form-wrapper :-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #ccc;
    font-size: 15px;
}

.form-wrapper :-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
}

.form-wrapper .frame-inner {
    position: relative;
}

.form-wrapper form::before {
    content: " ";
    height: 11px;
    width: 100%;
    position: absolute;
    background: #2cb7a6;
    top: -266px;
    left: 0;
    right: 0;
}

.form-wrapper .form-group {
    margin-bottom: 30px;
}

.form-wrapper .custom-file-input {
    display: none;
}

.form-wrapper label {
    font-size: 14px;
    font-weight: 600;
}

.form-wrapper .img-upload label {
    position: relative;
    padding-left: 25px;
    color: var(--colorGreen);
    font-weight: 600;
}

.form-wrapper .img-upload label::before {
    content: " ";
    background-image: url("../images/paper-clip.svg");
    background-repeat: no-repeat;
    height: 54px;
    width: 58px;
    display: inline-block;
    position: absolute;
    top: -32px;
    left: -34px;
}

.form-wrapper .img-upload .help-block {
    font-size: 14px;
    color: #7d7c7c;
    font-weight: 400;
}

.form-wrapper .file-name {
    font-size: 14px;
    color: #7d7c7c;
    font-weight: bold;
    word-break: break-word;
    white-space: normal;
}

.form-wrapper .powermail_captchaimage {
    max-width: 100%;
}

@media only screen and (max-width: 992px) {
    .form-wrapper .btn-group.cancel .btn,
    .form-wrapper .btn-group.next.submit .btn {
        min-width: 100%;
    }
    .form-wrapper .btn-group.cancel {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .form-wrapper .btn-group.cancel .btn {
        max-width: 100%;
    }
    .form-wrapper .btn-group.cancel,
    .form-wrapper .btn-group.next.submit {
        float: none;
        text-align: center;
    }
    .form-wrapper .btn-group.cancel {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 567px) {
    .form-wrapper .powermail_captchaimage {
        margin-top: 20px;
    }
}


/********************************** Support-Center : possibility to activate background images for CE "Text & Image" ****************************************/

.custom-textimg {
    margin-bottom: 3rem;
}

.custom-textimg .feature-image-container-mirrored,
.custom-textimg .feature-image-container {
    padding: 20px;
}

@media (max-width: 992px) {
    .custom-textimg .feature-image-container-mirrored img.feature-image,
    .custom-textimg .feature-image-container img.feature-image {
        padding: 0;
        width: 100%;
    }
}


/********************************** Glossary-navigation *************************************/

.prev-page,
.next-page {
    padding: 0;
    list-style: none;
}

.prev-page .prev {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/left.svg") no-repeat center;
    background-size: contain;
}

.next-page .next {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/right.svg") no-repeat center;
    background-size: contain;
}

.glossary-nav {
    position: relative;
}

.glossary-nav .prev-page {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}

.glossary-nav .next-page {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

.green-bar-bg.fixed-top {
    top: 5px;
    left: 0;
    right: 0;
}

.green-bar-bg.fixed-top h1 {
    top: 2px;
}


/* edge browser */

@supports (-ms-ime-align: auto) {
    .glossary-nav h1 {
        width: 70%;
    }
}


/* mozilla browser */

@-moz-document url-prefix() {
    .glossary-nav h1 {
        width: -moz-fit-content;
    }
}

@media only screen and (max-width: 767px) {
    .glossary-nav h1 {
        max-width: 80%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .glossary-nav .prev-page {
        left: -12px;
    }
    .glossary-nav .next-page {
        right: -12px;
    }
}


/************************ Thank you page ****************************/

.form-redirect .section.section-default .frame-inner h2 {
    border: none;
    color: #333;
    font-weight: 400;
}

.form-redirect .section.section-default .gallery-item img {
    max-width: 240px;
}

.form-redirect .textpic-item p strong {
    color: var(--colorGreen);
}

.form-redirect .section.section-default .frame-inner button.cta-level-0.pdlr2 {
    min-width: 300px;
    text-transform: none;
    font-size: initial;
    border-color: #307b69;
    border-width: 2px;
}

.form-redirect .section.section-default  {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    border: 1px solid #e4e1e1;
    box-shadow: 0px 4px 6px -1px #aeaeae;
    margin-bottom: 150px;
    overflow: visible;
    padding: 30px;
    margin-top: 53px;
    text-align: center;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.contact-form {
    position: relative;
    overflow: visible;
}

.form-redirect .section.section-default::after,
.contact-form::after {
    content: " ";
    background: url(../images/Contact-BG.svg);
    min-height: 550px;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 200vw;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -151px;
    margin-left: -50vw;
    margin-right: -50vw;
}

.contact-form::after {
    min-height: 100%;
    top: 500px;
}

.form-redirect .section.section-default::before {
    content: " ";
    height: 11px;
    width: 100%;
    position: absolute;
    background: #2cb7a6;
    top: 0;
    left: 0;
    right: 0;
}

.form-redirect .section.section-default .h2-bg {
    margin-bottom: 0;
}

.form-redirect .section.section-default .framewrap-h2 h2.lefted::after,
.form-redirect .section.section-default .framewrap-h2 h2.righted::after {
    display: none;
}
/*
.form-redirect .section.section-default div {
    background-color: #fff;
}*/

@media (min-width: 1200px) {
    .form-redirect .section.section-default  {
        max-width: 1140px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .form-redirect .section.section-default  {
        max-width: 960px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .form-redirect .section.section-default  {
        max-width: 720px;
    }
}

@media screen and (max-width: 767px) {
    .form-redirect .section.section-default  {
        max-width: calc(100% - 80px);
    }
    .form-redirect .section.section-default .gallery-item img {
        max-width: 180px;
        margin-bottom: 30px !important;
        margin-top: 25px;
    }
    .form-redirect .section.section-default::after {
        min-height: 455px;
        bottom: -152px;
    }
}

@media screen and (max-width: 480px) {
    .form-wrapper .section.section-default .btn-group.cancel .btn,
    .form-wrapper .section.section-default .btn {
        min-width: 100% !important;
    }
    .form-redirect .section.section-default  {
        max-width: calc(100% - 50px);
        padding: 15px;
    }
    .form-redirect .section.section-default  .frame-inner button.cta-level-0.pdlr2 {
        width: auto;
        min-width: auto;
        padding: 5px 0;
        font-size: 14px;
    }
}


/****************************** Jobs section > Individual job sharing URL *****************************************/

.job-posting-container .job-posting-tile-top {
    display: flex;
    justify-content: space-between;
}

.job-posting-container .job-posting-tile-top-left {
    width: 70%;
}

.job-posting-container .job-posting-tile-top-right {
    width: 30%;
}

.job-posting-container .job-posting-tile .job-posting-tile-top-right {
    justify-content: flex-end;
}

.job-posting-container .jobs-share .btn-clip img {
    width: 20px;
}

.job-posting-container .jobs-share .btn-clip:focus {
    outline: none;
    border: none;
}

.job-posting-container .jobs-share .btn-clip.tool-tip {
    position: relative;
}

.job-posting-container .jobs-share .jobs-copy {
    position: absolute;
    display: none;
    top: -33px;
    background: #222;
    padding: 5px;
    font-weight: normal;
    white-space: nowrap;
    color: #fff;
    border-radius: 0.25em;
}

.job-posting-container .job-posting-tile-top-right .jobs-share {
    position: relative;
}

.job-posting-container .jobs-share .btn-clip {
    color: var(--colorGreen);
    font-weight: bold;
    text-transform: none;
}

.job-posting-container .jobs-share .btn-clip.tool-tip::after {
    content: "copied";
    width: 64px;
    height: 27px;
    padding: 3px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    background-color: #000;
    right: 0;
    left: 12px;
    top: -42px;
    color: #fff;
    text-transform: none;
}

.job-posting-container .jobs-share .btn-clip.tool-tip::before {
    content: " ";
    position: absolute;
    background-image: url(../images/drop-down-arrow.svg);
    width: 16px;
    background-position: center;
    top: -22px;
    right: 30px;
    background-size: contain;
    line-height: 20px;
    height: 20px;
    z-index: 9;
}

.job-posting-container .job-posting-tile .job-posting-tile-top-right.fr.r .btn-clip {
    padding: 7px;
    box-shadow: none;
    border: none;
}

.job-posting-container .job-posting-tile .job-posting-tile-top-right.fr.r {
    display: inline-flex;
}

.job-posting-container .content-boxwrap {
    margin-top: 60px;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 25px;
}

.job-posting-container .content-boxwrap ul {
    display: block;
    margin-bottom: 0;
}

.job-posting-container .content-boxwrap ul li {
    list-style-type: none;
}

.job-posting-container .content-boxwrap .content-wrap ul {
    padding-bottom: 15px;
}

.job-posting-container .content-boxwrap ul {
    padding-left: 0;
}

.job-posting-container .content-boxwrap .img-wrap ul li span {
    font-size: 13px;
    text-align: center;
    padding-left: 8px;
}

.job-posting-container .content-boxwrap .content-wrap ul li {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.job-posting-container .content-boxwrap button {
    min-width: 180px;
}

.job-posting-container .content-boxwrap .content-wrap p {
    color: 646464;
}

.job-posting-container .content-boxwrap .content-wrap ul li a {
    color: #2cb7a6;
    position: relative;
}

.job-posting-container .content-boxwrap .content-wrap p a {
    color: #2cb7a6;
    text-decoration: underline;
}

.job-posting-container .content-boxwrap .content-wrap ul li a:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #2cb7a6;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.job-posting-container .content-wrap ul li:last-child::after {
    display: none;
}

.job-posting-container .content-wrap ul li::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
    padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
    .job-posting-container .jobs-share .btn-clip img {
        width: 17px;
    }
    .job-posting-container .job-posting-tile-top-left {
        width: 60%;
    }
    .job-posting-container .job-posting-tile-top-right {
        width: 40%;
    }
}

@media only screen and (max-width: 1024px) {
    .job-posting-container .job-posting-tile-top {
        align-items: center;
    }
}

@media only screen and (max-width: 992px) {
    .job-posting-container .job-posting-tile .job-posting-tile-top-right.fr.r {
        text-align: center;
        margin: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .job-posting-container .job-posting-tile-top-left {
        width: 100%;
    }
    .job-posting-container .job-posting-tile-top {
        flex-direction: column;
    }
    .job-posting-container .job-posting-tile .job-posting-tile-top-right {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .job-posting-container .job-posting-tile-bottom-button button {
        max-width: 100%;
        width: auto;
    }
    .job-posting-container .job-posting-tile .job-posting-tile-top-right.fr.r {
        flex-direction: column;
    }
}


/*********************** Search Form *************************/

.search-wrapper .searchbox-wrap {
    position: relative;
}

.search-wrapper .frame:nth-last-of-type(1) {
    padding-bottom: 0;
}

.search-wrapper span.pathArrow {
    font-weight: 400;
}

.search-wrapper .searchbox-wrap .kesearchbox input[type="text"] {
    padding-left: 60px !important;
    background: url(../images/search.png) no-repeat center !important;
    background-size: 23px !important;
    background-position-x: 13px !important;
    width: 100% !important;
    display: block !important;
    position: relative !important;
}

.search-wrapper .content-boxwrap.result-list-item {
    padding: 20px !important;
    border-radius: 5px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.search-wrapper .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #229687 !important;
    font-weight: 400 !important;
    text-decoration: underline;
}

.search-wrapper .tx-kesearch-pi1 #kesearch_results .result-list-item h4 .hit {
    font-weight: 700 !important;
}

.search-wrapper .searchbox-wrap span.resetbutt {
    position: absolute;
    right: 0;
    top: 9px;
}

.search-wrapper .searchbox-wrap span.resetbutt .resetButton {
    padding: 0;
    background-color: transparent;
    border: 0;
    width: auto;
    min-width: auto;
}

.search-wrapper #kesearch_results {
    position: relative;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 80px;
}

.search-wrapper #kesearch_results::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
    width: 100vw;
    right: 50%;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    content: "";
}

.search-wrapper .search-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/Search-BG.svg") no-repeat center;
    background-size: cover;
    z-index: 0;
    width: 100vw;
    right: 50%;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.search-wrapper #kesearch_pagebrowser_bottom {
    position: relative;
    z-index: 2;
    width: 100vw;
    right: 50%;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.search-wrapper #kesearch_results .result-list-item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.search-wrapper #kesearch_pagebrowser_bottom .pages_total {
    border-top: 0 !important;
}

.search-wrapper .pages_total {
    max-width: 1140px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto;
    margin-right: auto;
}

.search-wrapper .pages_total .kesearch_pagebrowser ul {
    display: block;
    text-align: right;
    padding-top: 40px;
}

.search-wrapper .pages_total .kesearch_pagebrowser ul li,
.search-wrapper .pages_total .kesearch_pagebrowser ul li a {
    padding: 0 10px;
    text-transform: capitalize;
    color: #868686;
}

.search-wrapper .pages_total .kesearch_pagebrowser ul li .next::after {
    content: "";
    background: url("../images/right-arrow.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    position: relative;
    top: 2px;
    margin-left: 10px;
    height: 15px;
    display: inline-block;
}

.search-wrapper .pages_total .kesearch_pagebrowser ul li .prev::before {
    content: "";
    background: url("../images/right-arrow.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    height: 15px;
    display: inline-block;
    transform: rotate(-180deg);
}

.search-wrapper .pages_total .kesearch_pagebrowser ul li:last-child {
    padding-right: 0;
}

.search-wrapper #kesearch_pagebrowser_bottom::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    z-index: -1;
}

.search-wrapper .content-wrap h4 {
    font-size: 1.3rem;
    color: #000;
}

.search-wrapper .pages_total .kesearch_pagebrowser ul li a {
    display: inline-block;
}

.search-wrapper .img-wrap ul {
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.search-wrapper .content-boxwrap {
    margin-top: 60px;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 25px;
}

.search-wrapper .content-boxwrap ul {
    display: block;
    margin-bottom: 0;
}

.search-wrapper .content-boxwrap ul li {
    list-style-type: none;
}

.job-posting-container .content-boxwrap .content-wrap ul {
    padding-bottom: 15px;
}

.search-wrapper .content-boxwrap ul {
    padding-left: 0;
}

.search-wrapper .content-boxwrap .img-wrap ul li span {
    font-size: 13px;
    text-align: center;
    padding-left: 8px;
}

.search-wrapper .content-boxwrap .content-wrap ul li {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.search-wrapper .content-boxwrap button {
    min-width: 180px;
}

.search-wrapper .content-boxwrap .content-wrap p {
    color: 646464;
}

.search-wrapper .content-boxwrap .content-wrap ul li a {
    color: #2cb7a6;
    position: relative;
}

.search-wrapper .content-boxwrap .content-wrap p a {
    color: #2cb7a6;
    text-decoration: underline;
}

.search-wrapper .content-boxwrap .content-wrap ul li a:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #2cb7a6;
    position: absolute;
    bottom: -3px;
    left: 0;
}

@media only screen and (max-width: 1200px) {
    .search-wrapper .pages_total {
        max-width: 960px;
    }
    .search-wrapper .img-wrap img {
        margin-bottom: 5px;
    }
    .search-wrapper .img-wrap ul {
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .search-wrapper .pages_total {
        max-width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .search-wrapper .pages_total {
        max-width: 540px;
    }
    .search-wrapper .img-wrap img {
        margin-bottom: 0px;
    }
    .search-wrapper .img-wrap ul {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .search-wrapper .pages_total {
        max-width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}


/*********************** Language Menu *************************/

.bp-page-header>.container,
.bp-page-header>.container-fluid {
    position: relative;
}

.bp-page-header ul#language_menu {
    display: inline-block;
    position: absolute;
    right: auto;
    top: 10px;
}

@media only screen and (max-width:1200px) {
    .bp-page-header .navbar-brand {
        margin-right: 10px;
    }
    .bp-page-header .search-icon {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media only screen and (max-width:1024px) {
    .bp-page-header .language-menu:hover li:not(.active) {
        display: block;
    }
    .bp-page-header .language-menu li:first-child:hover {
        pointer-events: none;
    }
}

@media only screen and (max-width:992px) {
    .bp-page-header #language_menu_mob {
        position: absolute;
        right: 58px;
        left: auto;
        top: 15px;
    }
    .bp-page-header #language_menu_mob {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .bp-page-header .header-icon.lang-selector {
        margin-left: 0;
    }
}

@media only screen and (max-width:480px) {
    .bp-page-header .navbar-default-transition .navbar-brand,
    .bp-page-header .navbar-default-transition.navbar-transition .navbar-brand,
    .bp-page-header .navbar-brand {
        margin-right: 0;
    }
    .bp-page-header .hero-try-for-free {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .bp-page-header .try-now-mobile {
        margin-left: 10px;
        width: 50%;
    }
}


/*********************** Pricing Table *************************/

.pricing-table .pricing-overview-container {
    background-image: none;
    position: relative;
    z-index: 1;
}

.pricing-table .pricing-overview-container::after {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2cb7a6;
}

.gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.gutter-30>.col,
.gutter-30>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.pricing-table .pricing-overview-container .pricing-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
}

.pricing-table .pricing-overview-container .pricing-nav ul .pricing-toggle {
    padding-top: 5px;
}

.pricing-table .pricing-overview-container .pricing-nav ul li {
    margin: 0 30px;
}


/* The switch - the box around the slider */

.pricing-table .pricing-overview-container .pricing-nav .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-bottom: 0;
}

.pricing-table .pricing-tile-image,
.pricing-table .pricing-details-top
{
    min-height:150px;
}
.pricing-table .visits-per-month{
    min-height:64px;
}
.pricing-table .list-normal{
    min-height:112px;
}


/* Hide default HTML checkbox */

.pricing-table .pricing-overview-container .pricing-nav .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.pricing-table .pricing-overview-container .pricing-nav .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--colorGreen);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pricing-table .pricing-overview-container .pricing-nav .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: -1px;
    border: 1px solid;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pricing-table .pricing-overview-container .pricing-nav input:checked+.slider {
    background-color: var(--colorGreen);
}

.pricing-table .pricing-overview-container .pricing-nav input:focus+.slider {
    box-shadow: 0 0 1px var(--colorGreen);
}

.pricing-table .pricing-overview-container .pricing-nav input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}


/* Rounded sliders */

.pricing-table .pricing-overview-container .pricing-nav .slider.round {
    border-radius: 34px;
    border: 1px solid;
}

.pricing-table .pricing-overview-container .pricing-nav .slider.round:before {
    border-radius: 50%;
}

.pricing-table .pricing-overview-container.year-active .yearly-price,
.pricing-table .pricing-overview-container.year-active .yearly-text,
.pricing-table .pricing-overview-container.month-active .monthly-price,
.pricing-table .pricing-overview-container.month-active .monthly-text {
    display: inline-block;
}

.pricing-table .pricing-overview-container.month-active .yearly-price,
.pricing-table .pricing-overview-container.month-active .yearly-text,
.pricing-table .pricing-overview-container.year-active .monthly-price,
.pricing-table .pricing-overview-container.year-active .monthly-text {
    display: none;
}

.pricing-table .pricing-details-top .price-box .currency {
    font-weight: normal;
    font-size: 37px;
    color: var(--colorGreen);
}

.pricing-table .pricing-details-top .price-box .yearly-price,
.pricing-table .pricing-details-top .price-box .monthly-price {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--colorGreen);
}

.pricing-table .pricing-details-top .payment-info .yearly-text,
.pricing-table .pricing-details-top .payment-info .monthly-text {
    font-weight: 600;
    color: var(--colorGreen);
}

.pricing-table u {
    text-align: center;
    color: var(--colorGreen);
    ;
    display: block;
    font-weight: 600;
}

.pricing-table .pricing-overview-container .yearly-pack,
.pricing-table .pricing-overview-container .monthly-pack {
    font-weight: 600;
}

.pricing-table .pricing-overview-container.year-active .yearly-pack,
.pricing-table .pricing-overview-container.month-active .monthly-pack {
    color: var(--colorGreen);
}

.pricing-table .pricing-overview-container {
    margin-top: 80px;
}

.pricing-table .h2-fancy-container {
    padding-bottom: 0;
    min-height: 8rem;
}

.pricing-table .pricing-nav {
    margin-bottom: 50px;
}

.pricing-table .bestseller {
    padding: 10px;
    background: #2cb7a6;
    color: #fff;
    font-weight: 700;
    top: 10px;
    position: relative;
}

.pricing-table .bestseller::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid #286e5e;
    border-right: 16px solid transparent;
    position: absolute;
    bottom: -25px;
    right: 0px;
}

.pricing-table .pricing-tile {
    padding-top: 40px;
    padding-bottom: 20px;
    box-shadow: none;
}

.pricing-table .pricing-details-bottom>.visits-per-month {
    text-align: center;
}

.pricing-table .pricing-details-top .price-box .yearly-price,
.pricing-details-top .price-box .monthly-price {
    position: relative;
    color: var(--colorGreen);
}

.pricing-table .pricing-details-top .price-box .yearly-price sup,
.pricing-details-top .price-box .monthly-price sup {
    top: 32px;
    font-size: 20px;
    right: -24px;
    left: 100%;
    position: absolute;
    font-weight: 600;
    color: var(--colorGreen);
}

.pricing-table .pricing-details-bottom .list-normal ul {
    list-style-image: none;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0
}

.pricing-table .pricing-details-bottom .list-normal {
    margin-bottom: 20px;
}

.pricing-table .pricing-details-bottom .list-normal ul li {
    margin-bottom: 5px;
    position: relative;
    list-style-image: none;
    list-style-type: none;
    padding-left: 30px;
    word-break: break-word;
    white-space: normal;
}

.pricing-table .pricing-details-bottom .list-normal ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(/fileadmin/visitor-analytics/theme/icons/checkmark-green.svg) no-repeat center;
    background-size: contain;
}

.pricing-table .pricing-tile .pricing-footer {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.pricing-table .pricing-tile .pricing-footer button.cta-level-0 {
    width: 100%;
    margin-bottom: 7px;
    background-color: var(--colorGreen);
    font-weight: 600;
}

.pricing-table .pricing-image {
    max-height: 100px;
    padding: 0;
    max-width: 100%;
    width: auto;
}

.pricing-table .pricing-details-bottom .list-normal a {
    color: var(--colorGreen);
}

.pricing-table h2.fancy {
    DELETED-background-color: var(--colorGreen);
    DELETED-border-radius: 5px;
    DELETED-position: relative;
	font-size: 2rem;
	margin-top: 4rem;	
}

.pricing-table h2.fancy::before {
    content: "";
    right: calc(100% + 20px);
    top: calc(50% - 2.5px);
    bottom: 0;
    display: block;
    align-items: center;
    height: 3px;
    width: 100vw;
    position: absolute;
    background-color: #ddd;
}

.pricing-table h2.fancy::after {
    content: "";
    left: calc(100% + 20px);
    top: calc(50% - 2.5px);
    bottom: 0;
    display: block;
    align-items: center;
    height: 3px;
    width: 100vw;
    position: absolute;
    background-color: #ddd;
}

.tick-mark {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background: url(/fileadmin/visitor-analytics/theme/icons/checkmark-white.svg) no-repeat center;
    background-size: contain;
    position: relative;
    top: 2px;
}

.pricing-table .pricing-tile-image h3 {
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 1.3rem;
}

.pricing-table .hero-try-for-free-subtext {
    color: #6a7170;
}

.pricing-table .buttons-row button.cta-level-0 {
    background-color: var(--colorGreen);
    text-transform: none;
    font-weight: 600;
}

.pricing-table .buttons-row button.cta-level-1 {
    color: var(--colorGreen);
    text-transform: none;
    font-weight: 600
}

.pricing-table .buttons-row button.cta-level-1:hover {
    color: #fff;
    background-color: var(--colorGreen);
}

@media only screen and (max-width:992px) {
    .pricing-table .pricing-overview-container::after {
        top: 80%;
    }
}

@media only screen and (max-width:767px) {
    .pricing-table .pricing-overview-container .pricing-nav ul li {
        margin: 0 9px;
        text-align: center;
    }
}

/************************ Sharing menu looks odd on IE Edge ***************************/

@supports (-ms-ime-align:auto) {
    #social-sharing-bar ul li {
        padding:5px 12px!important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #social-sharing-bar {
        border-top: 2px solid rgb(204, 204, 204)!important;
        border-right: 2px solid rgb(204, 204, 204)!important;
        border-bottom: 2px solid rgb(204, 204, 204)!important;
    } 
}

/************************ Create a new DCE for new free plan being added ***************************/
 .pricing-freeplan .frame-inner{
     border:1px solid #ccc;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top: 50px;
}
 .pricing-freeplan .frame-inner h3{
     font-size: 20px;
     color:#000;
}
 .pricing-freeplan .visits-per-month-num{
     font-size: 18px;
     font-weight: 700;
}
 .pricing-freeplan .frame-inner .list-normal ul{
     display: flex;
     flex-wrap: wrap;
}
 .pricing-freeplan .frame-inner .list-normal li{
     flex: 0 0 50%;
     max-width: 50%;
}
 .pricing-freeplan .frame-inner .list-normal ul {
     list-style: none;
}
 .pricing-freeplan .frame-inner .list-normal ul li{
     position: relative;
     line-height: 26px;
     font-size: 13px;
     padding:0 5px;
     padding-left: 15px 
}
 .pricing-freeplan .frame-inner .list-normal ul li:before {
     content: "";
     position: absolute;
     top: 6px;
     left: -3px;
     width: 15px;
     height: 15px;
     background: url(/fileadmin/visitor-analytics/theme/icons/checkmark-green.svg) no-repeat center;
     background-size: contain;
}
 .pricing-freeplan .cta-level-0{
     padding-right: 30px;
     padding-left: 30px 
}
 .pricing-freeplan .list-normal p{
     margin-left: 20px;
}
 .pricing-freeplan .list-normal p{
     font-weight: 700;
     text-decoration: underline;
     font-size: 15px;
     color:var(--colorGreen);
}
 .visible-features ul{
     margin-bottom:0;
}
 .pricing-freeplan .pricing-free-plan-image{
     display: flex;
     align-items:center;
     justify-content: center;
     position: relative;
     border-right: 2px solid #ddd;
     width: calc(100% - 15px);
}
 .pricing-freeplan .pricing-footer{
     position: relative;
     right: 10px;
}
 .pricing-freeplan .list-normal p{
     margin-bottom: 0;
}
 .pricing-footer .cta-level-0{
     width: 80%;
     margin-bottom: 7px;
     background-color: var(--colorGreen);
     font-weight: 600;
}

.pricing-table .hidden-features u{
     display: inline;
     color: #000;
}
 .pricing-table .visible-features button, .pricing-table .hidden-features button{
     border:none;
     color: var(--colorGreen);
     margin-left: 27px;
     font-size: 13px;
     text-decoration: underline;
     font-weight: 600;
     text-transform: none;
}
 .pricing-table .visible-features button:focus, .pricing-table .hidden-features button:focus{
     outline: none;
}
 .pricing-table .hidden-features{
     display: none;
}
 .pricing-table .wrapper-freeplan{
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100% 
}
.pricing-table .visits-per-month{
     font-size: 12px;
}

 @media only screen and (max-width: 1024px){
     .pricing-freeplan .cta-level-0 {
         padding-right: 10px;
         padding-left: 10px;
    }
}
 @media only screen and (max-width: 768px){
     .pricing-freeplan .wrapper-freeplan{
         text-align: center;
         margin-bottom: 20px;
    }
     .pricing-freeplan .pricing-footer{
         position: relative;
         right: 0px;
    }
     .list-normal p{
         text-align: center;
    }
     .pricing-freeplan .list-normal p{
         margin-top: 0px;
        margin-bottom: 10px;
    }
     .pricing-free-plan-image::after{
         content:none;
    }
     .pricing-border-free-plan{
         display: none;
    }
     .pricing-freeplan .cta-level-0{
    margin-top: 25px;
}
.pricing-freeplan .pricing-free-plan-image {
    width: 100%;
    border-right: 0;
}
.pricing-table .visible-features button, .pricing-table .hidden-features button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

}
 @media only screen and (max-width: 568px){
     .pricing-freeplan .frame-inner .list-normal ul {
         display: block;
         flex-wrap: none;
    }
     .pricing-freeplan .frame-inner .list-normal li{
         max-width: 100%;
    }
     .pricing-freeplan .frame-inner .list-normal ul li{
         font-size: 1rem;
         line-height: 31px;
    }
     .pricing-footer .cta-level-0 {
         width: 95%;
    }
     .pricing-freeplan .frame-inner .list-normal ul li:before {
         top: 7px;
         left: -17px;
    }
    .pricing-table .visible-features button, .pricing-table .hidden-features button{
        margin-left: 13px
    }
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
     .pricing-border-free-plan{
         width:23%!important;
    }
}

/* Header --> marked elements should be vertically aligned on the right side */
#mainnavigation .main-menu-after {
    margin-right: 45px;
}

/* Features --> Images in DCEs too small    */

.frame-container>img:hover {
    width: 700px;
    height: 500px;
}

.feature-container .feature-text-container h3 {
    border-bottom: 3px solid var(--colorGreen);
    width: fit-content;
    margin-bottom: 1rem;
}

.feature-container .features-buttons {
    margin-top: 46px;
}
.feature-container .feature-section-image{
    margin-bottom:100px;
}

/* Blog -->Blog article detail -->missing elements */

/* .comment-wrapper #writeComment {
    max-width: 100%;
}
.section-blog .gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.gutter-20>.col, .gutter-20>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.comment-wrapper #writeComment input.button {
    margin-top: 0;
    color: #fff;
    text-align: center;
    background-color: var(--colorGreen);
    border: 1px solid #000;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    width: 100%
}

.comment-wrapper #writeComment textarea {
    padding: 0.5rem 1rem;
    font-size: 15px;
    line-height: 25px;
    resize: none;
    border: 2px solid #e6e8e8;
    padding-left: 55px;
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/Comment icon.svg") no-repeat;
    background-size: 27px;
    background-position: 14px;
}

.comment-wrapper #writeComment input[type=text] {
    padding: 0.5rem 1rem;
    width: 100%;
    border: 2px solid #e6e8e8;
    line-height: 25px;
    padding-left: 55px;
    position: relative;
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/Name icon.svg") no-repeat;
    background-size: 15px;
    background-position: 14px;
}

.comment-wrapper #writeComment input:before {
    content: "";
    min-width: 25px;
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/Name icon.svg") no-repeat;
    position: absolute;
}

.comment-wrapper #writeComment h3 {
    color: #707a7e;
    text-transform: none;
    font-size: 16px;
}

.comment-wrapper #comments {
    max-width: 85%;
    margin: auto;
}

.comment-wrapper .comments-list .comment-box {
    width: 100%;
}

.comment-wrapper .reply-list {
    padding-left: 0;
    margin-top: 2px;
    border-top:1px solid #ddd;
}
.comment-wrapper .comments-all{
    overflow: hidden;
    max-width: 100%
}

.comment-wrapper .comment-actions {
    position: relative;
    top: 0;
    right: 0px;
    padding-bottom: 2px;
    background: transparent;
}

.comment-wrapper .comment-box .comment-head {
    background: transparent;
    border-bottom: none;
}

.reply-list li:before {
    content: none;
}


.comment-wrapper .frame-inner .blog-commentscount {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 23px;
    text-decoration: underline;
    text-decoration: none;
    border-bottom: 5px solid var(--colorGreen);
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

.comment-wrapper .comments-list .comment-box {
    box-shadow: none;
}

.comment-wrapper .comment-actions a.upvote:before {
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/Thumb-Up.svg") no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.comment-wrapper .comment-actions a.upvote.voted:before {
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/Thumb-Up-voted.png") no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.comment-wrapper .comment-actions a.upvote {
    width: 25px;
    height: 25px;
}

.comment-wrapper .comment-actions a.reply:before {
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/Reply arrow.svg") no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 19px;
    left: 74px;
}

.comment-wrapper .comment-actions a.reply {
    width: 25px;
    height: 25px;
    margin-left: 83px;
    margin-top: -30px;
    display: block;
    color: #727b80;
    font-weight: 600;
    font-size: 17px;
}

.comments-list-wrapper {
    position: relative;
    width: 110%;
    margin-right: -5%;
    margin-left: -5%;
    max-width: 1440px;
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/Comment section BG.svg") no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    box-shadow: inset 1px 4px 12px 0 rgba(0, 0, 0, 0.17);
    border-radius: 0;
}

.comment-wrapper .comment-box .comment-name {
    font-size: 15px;
} */

.relatedArticles-block .blog-article-tile-text {
    height: auto;
}

.relatedArticles-block .relatedArticle-heading {
    margin-top: 51px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 23px;
}

.relatedArticles-block .blog-article-tile {
    border: none;
    -webkit-box-shadow: 1px 4px 23px -13px rgba(166, 161, 166, 1);
    -moz-box-shadow: 1px 4px 23px -13px rgba(166, 161, 166, 1);
    box-shadow: 1px 4px 23px -13px rgba(166, 161, 166, 1);
}

.relatedArticles-block .blog-article-tile-text h3 {
    text-transform: uppercase;
    line-height: 23px;
}

.relatedArticles-block .blog-article-date {
    font-size: 15px;
    font-weight: 700;
}

.relatedArticles-block .blog-article-tile-button button {
    width: 86%;
}

.relatedArticles-block .blog-article-tile-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 5px;
}

.relatedArticles-block .blog-article-tile-image .share-button {
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/Share button 02.svg") no-repeat;
    height: 70px;
    position: absolute;
    bottom: -13px;
    right: -3px;
    width: 70px;
    cursor: pointer;
}

.section-blog .buttons-row .col-sm-3:nth-last-child(4),
.section-blog .buttons-row .col-sm-3:last-child {
    display: none;
}

.section-blog .buttons-row .col-sm-3:nth-last-child(3) {
    text-align: left;
}

.section-blog .blog-detail-header h1 {
    text-transform: uppercase;
}

.section-blog .buttons-row .col-sm-3:nth-last-child(2) {
    text-align: right;
}

.section-blog .buttons-row button {
    width: 280px;
}

.section-blog .buttons-row button.cta-level-1 {
    margin-top: 0;
    color: #fff;
    text-align: center;
    background-color: var(--colorGreen);
    border: 1px solid #000;
    border-radius: 6px;
    padding: 0.8rem 1rem;
/*    min-width: 15rem;*/
    font-weight: 600;
    font-size: 13px;
    box-shadow: 2px 7px 8px -1px #aeaeae;
}

.section-blog .buttons-row button.cta-level-0 {
    /*width: 280px;*/
    padding: 0.8rem 1rem;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 2px 7px 8px -1px #aeaeae;
    padding-left: 45px
}
.section-blog .buttons-row h1{
    text-align: center;
    border-bottom: 3px solid var(--colorGreen);
    padding-bottom: 11px;
    line-height: 30px;
}

.section-blog .buttons-row button.cta-level-1:hover {
    color: #fff;
    background-color: var(--colorGreenLight);
    border: 1px solid var(--colorBlack);
}

.section-blog .buttons-row .cta-level-0 {
    position: relative;
    width:100%;
}
.section-blog .buttons-row .cta-level-1 {
    position: relative;
    width:100%;
}

.section-blog .buttons-row .cta-level-0:before {
    content: '';
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/share-button.png") no-repeat;
    position: absolute;
    width: 27px;
    height: 27px;
    background-size: contain;
    left: 15px;
}

.section-blog .buttons-row .cta-level-1:before {
    content: '';
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/back.png") no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 17px;
    background-size: contain;
    left: 30px;
}

#social-sharing-bar.custom-menu-edit ul li {
    /*background: #ddd!important;*/
}

#social-sharing-bar.custom-menu-edit {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    box-shadow: #777777 6px 4px 11px;
}

#social-sharing-bar {
    border-top: 2px solid rgb(204, 204, 204);
    border-right: 2px solid rgb(204, 204, 204);
    border-bottom: 2px solid rgb(204, 204, 204);
}

.comment-wrapper .comment-actions {
    padding: 12px;
}

.comment-wrapper .comment-actions .votesum {
    position: absolute;
    top: 16px;
    left: 47px;
    font-weight: 600;
    color: var(--colorGreen)!important;
}

.section-blog .frame-inner h2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.section-blog .frame-inner .c-gray2 {
    text-align: left;
    font-weight: 700;
    color: #798286;
    padding-bottom: 20px;
}

.section-blog .last-updated::after,
.relatedArticles-block .last-updated::after {
    content: ".";
    position: relative;
    bottom: 4px;
}
.relatedArticles-block .blog-description{
    margin-bottom: 20px;
}
.relatedArticles-block .row,
.section-blog .row,
.comment-wrapper .row{
    margin-right: -15px;
    margin-left: -15px;
}
.comment-wrapper .row,
.relatedArticles-block .row{
    margin-right: -10px;
    margin-left: -10px;
}
.relatedArticles-block .frame-container .relatedArticle-heading {
    text-decoration: none;
    border-bottom: 5px solid var(--colorGreen);
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
} 
.section-blog .frame-container .buttons-row {
    margin-top: 84px;
    margin-bottom: 30px;
}
.comments-container>.comments-list>li {
    margin-bottom: 20px;
    box-shadow: 10px 7px 24px -23px rgba(166, 161, 166, 1);
    background: #fff;
    border:1px solid #ddd;
    border-radius:5px;
}
.section-blog .updated-at-box {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}


@media (min-width: 1200px) {
    .section-blog .buttons-row .col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*.section-blog .frame {
        padding-top: 0;
        padding-bottom: 0;
    }*/
    .section-blog .frame-background-none {
        margin-top: 0!important;
    }
}

@media (min-width: 992px) {
    .section-blog .buttons-row .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*.section-blog .frame {
        padding-top: 0;
        padding-bottom: 0;
    }*/
    .section-blog .frame-background-none {
        margin-top: 0!important;
    }
}
@media (max-width: 1200px) and (min-width: 993px){

    .section-blog .buttons-row .cta-level-0:before{
        left: 5px;
        top:15px;
        width:20px;
    }
    .section-blog .buttons-row .cta-level-1:before{
        left:13px;
    }
}


@media (max-width: 992px) {
    #social-sharing-bar.custom-menu-edit {
        border-top: 3px solid #000;
        border-right: none;
        border-bottom: none;
        box-shadow: none;
        margin-bottom: 0;
        padding-bottom: 25px;
        background: #ddd;
    }
    #social-sharing-bar {
        margin-bottom: 0!important;
        padding-bottom: 25px;
    }
    #social-sharing-bar ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-block-end: 0;
        margin-left: -29px!important;
    }
    #social-sharing-bar ul li {
        height: 2rem!important;
    }
    .section-blog .buttons-row h1{
        margin: 30px auto;
    }
    .section-blog .buttons-row button{
        margin-bottom: 10px;
    }

}

@media (min-width: 768px) {
    /*.section-blog .frame {
        padding-top: 0;
        padding-bottom: 0;
    }*/
    .section-blog .frame-background-none {
        margin-top: 0!important;
    }
}

@media (max-width: 768px) {
    .section-blog .buttons-row .col-sm-3:nth-last-child(3) {
        text-align: center;
    }
    .section-blog .buttons-row .col-sm-3:nth-last-child(2) {
        text-align: center;
    }
    .section-blog .buttons-row .col-sm-3 {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    .section-blog .buttons-row {
        margin-bottom: 20px;
    }
    .section-blog .updated-at-box {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

}

@media (max-width: 576px) {
    /*.section-blog .frame {
        padding-top: 0;
        padding-bottom: 0;
    }*/
    .section-blog .frame-background-none {
        margin-top: 0!important;
    }
     #social-sharing-bar ul li {
        width: 2.5rem!important;
    }
    .section-blog .updated-at-box {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 576px) { 
 .section-blog .buttons-row .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
     
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    button.cta-level-0 {
        background-color: var(--colorGreen);
        border: 1px solid #000;
    }
    button.cta-level-0:focus {
        outline: none;
    }
    h2.h2 {
        color: var(--colorGreen);
        text-transform: uppercase;
        border-bottom: 5px solid var(--colorGreen);
    }
    h3>span {
        color: var(--colorGreen);
    }
    /* .comment-wrapper #writeComment textarea {
        height: 45px;
    }
    .comment-wrapper #writeComment input[type=text] {
        height: 45px;
    } */
    button.cta-level-1 {
        border: 2px solid var(--colorGreen);
    }
    button.cta-level-1:hover {
        color: #fff;
        background-color: var(--colorGreen);
        border: 2px solid var(--colorGreen);
    }
}

@-moz-document url-prefix() {
    .comment-wrapper .frame-inner .blog-commentscount,
    .relatedArticles-block .frame-inner .blog-commentscount,
    h2.h2 {
        width: -moz-max-content;
        margin: auto;
        margin-top: 30px;
    }
    .comment-wrapper #writeComment textarea {
        height: 45px;
    }
}

/************************ Blog overview --> Design to be updated   ***************************/

.blog-posts .framewrap-h2 .lefted {
    font-size: 25px;
    font-weight: 600px;
    margin-bottom: 0px;
}

.blog-posts .blog-article-tile {
    box-shadow: 3px 4px 42px -8px rgba(166, 161, 166, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    bottom: 0;
    border: 1px solid #fff;
}

.blog-posts input.newsletter-subscribe-bar {
    border: 2px solid #e6e8e8;
    background-image: none;
    text-indent: 0;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 10px;
    padding-right: 60px;
}

.blog-posts .blog-tiles-container {
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/Blog tiles BG.svg");
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 40px;
    border-radius: 5px;
    background-size: contain;
}

.blog-posts .frame-space-before-none {
    padding-top: 25px;
}

.blog-posts .frame-type-menu_card_dir .frame-container {
    position: relative;
}

.blog-posts .frame-type-menu_card_dir .frame-container::after {
    background: #2cb7a6;
    border-radius: 5px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 100px;
    left: 0;
    bottom: 250px;
}

.blog-posts .newsletter-bar button {
    outline: none;
    border: none;
    background-color: var(--colorGreen);
    border-radius: 0;
    padding: 10px 20px;
    position: absolute;
    top: 16px;
    right: 42px;
}

.blog-posts .newsletter-bar button .fa {
    color: #fff;
    font-size: 17px;
}

.blog-posts .newsletter-bar-form {
    padding-left: 20px;
    position: relative;
    padding-right: 20px;
}

.blog-posts .blog-article-date {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog-posts .resetbutt a.resetButton {
    display: none;
}

.blog-posts .blog-article-tile-text {
    height: auto;
}

.blog-posts #ke_search_sword {
    width: 100%;
    font-size: 13px;
    background: url(../images/search.png) no-repeat center;
    background-size: 23px;
    background-position-x: 13px;
    display: block;
    position: relative;
    text-indent: 50px;
}

.blog-posts h4.element-header {
    color: #6e787c;
    font-size: 14px;
}

.search-wrapper h4.search-relevance {
    color: #6e787c;
    font-size: 14px;
    margin-top: 10px;
}

.blog-posts h4.search-relevance {
    display: none;
}

.blog-posts .newsletter-bar-line {
    border-top: 2px solid #e6e8e8;
    top: 119px;
    right: 0;
}

.blog-posts .clickedPage {
    font-size: 17px;
    font-weight: 700;
}

.blog-posts .paginationPages {
    outline: none;
    border: none;
    font-size: 17px;
    font-weight: 700;
    color: #a9a9a9;
}

.blog-posts .paginationPages:focus {
    outline: none;
    border: none;
}

.blog-posts .blog-article-tile-image {
    height: 171px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.blog-posts .blog-article-tile-text h3 {
    color: #000;
}
.blog-posts .tx-kesearch-pi1{
    margin-bottom: -50px;
}

.blog-posts .blog-article-tile-button button.cta-level-0 {
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--colorGreen);
    color: var(--colorGreen);
    font-weight: 700;
    font-size: 15px;
}

.blog-posts .newsletter-bar-container {
    margin-top: 60px;
    margin-bottom: 50px;
}

.blog-posts .blog-article-tile-button button.cta-level-0:focus {
    border: none;
    outline: none;
}

.blog-posts .blog-article-tile-button {
    padding: 1rem;
}

.blog-posts .blog-article-tile:hover .blog-article-tile-text h3 {
    color: var(--colorGreen);
}

.blog-posts .blog-article-tile:hover {
    border: 2px solid var(--colorGreen);
    bottom: 15px;
}

.blog-posts .blog-article-tile .DELETED-card-title a {
    color: #000;
}

.blog-posts .blog-article-tile:hover .DELETED-card-title a {
    color: var(--colorGreen);
    text-decoration: none;
}

.blog-posts .card-body {
    padding: 0;
}

.blog-posts .DELETED-card-title,
.blog-posts .card-text {
    padding-left: 1rem;
    padding-right: 1rem;
}

.blog-posts .DELETED-card-title {
    margin-bottom: 50px;
}

.blog-posts .card-menu {
    margin-bottom: 60px!important;
}

.blog-posts .blog-pagination {
    display: block;
    list-style-type: none;
}

.blog-posts .blog-pagination li {
    display: inline-block;
}

.blog-posts .blog-pagination li:last-child {
    float: right;
}

.blog-posts #itemsPerPageSelectBox {
    border: 0;
    padding-left: 10px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    position: relative;
    background: transparent;
    padding-right: 25px;
    background-image: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/down aarow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 36px;
    background-size: 16px;
}

.blog-posts .frame-inner label {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.blog-posts .frame-inner .total-blogcount {
    color: #575f62;
    font-weight: 700;
    font-size: 13px;
}

.blog-posts .pagination-pagenumbers {
    position: relative;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-posts .previous-arrow.active {
    background-image: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/back-left-black_new.png");
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    display: inline-block;
}

.blog-posts .previous-arrow.disabled {
    background-image: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/back-left-black2.png");
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    display: inline-block;
}

.blog-posts .previous-doublearrow.active {
    background-image: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/double-l-b_new.png");
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    display: inline-block;
}

.blog-posts .previous-doublearrow.disabled {
    background-image: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/doublelg.png");
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    display: inline-block;
}

.blog-posts .next-arrow.active {
    background-image: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/next-right-black_new.png");
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}

.blog-posts .next-arrow.disabled {
    background-image: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/next-right-black2.png");
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    border: none;
}

.blog-posts .next-doublearrow.active {
    background-image: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/double-r-b_new.png");
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}

.blog-posts .row.gutter-20>[class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

.blog-posts .next-doublearrow.disabled {
    background-image: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/doublerg.png");
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    display: inline-block;
}

.blog-posts .blog-article-tile:hover .blog-article-tile-image {
    margin: 0;
    margin-bottom: 30px;
}

.blog-posts .blog-article-tile:hover button.cta-level-0 {
    background-color: var(--colorGreen);
    border: 2px solid var(--colorGreen);
    color: #fff;
}

.blog-posts .pagination-numbers-spacing {
    margin-left: 50px;
    margin-right: 50px;
}

.blog-posts .pagination-pagenumbers .previous-arrow {
    margin-left: 20px;
}

.blog-posts .pagination-pagenumbers .next-arrow {
    margin-right: 20px;
}
.blog-posts .blog-article-tile-image .share-button {
    background: url("/typo3conf/ext/va_siteconfig/Resources/Public/images/Share button 02.svg") no-repeat;
    height: 70px;
    position: absolute;
    bottom: -13px;
    right: -3px;
    width: 70px;
    cursor: pointer;
    display: none;
}
.blog-posts .blog-article-tile:hover .blog-article-tile-image .share-button {
  display: block;
}
.blog-posts .blog-article-tile-image {
   position: relative;
}

@media (max-width: 576px) {
    .blog-posts .newsletter-bar button {
        right: 15px;
    }
    .blog-posts .pagination-numbers-spacing {
        margin-left: 40px;
        margin-right: 40px;
    }
      .blog-posts .blog-article-tile-text h3{
        min-height: auto;
    }.blog-posts .DELETED-card-title{
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .blog-posts .newsletter-bar-line {
        display: none;
    }
    .blog-posts .blog-pagination li {
        display: block;
    }
    .blog-posts .blog-pagination li:last-child {
        float: unset;
        margin-top: 30px;
    }
      .blog-posts .blog-pagination li:first-child{
        float: unset;
        margin-top: 30px;
        text-align: center;
    }
    .blog-posts .blog-pagination {
        padding-inline-start: 0;
    }

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    select::-ms-expand {
         display: none; 
     }
 }

/* Blog Detail Changes */

.blog-posts .DELETED-card-title {
    margin-bottom: 0px;
    min-height: 7rem;
    margin-top: 30px;
}
.blog-posts .card-text {
    min-height: 15rem;
}
.blog-posts .blog-article-tile .card-text{
    min-height:15rem
}
.blog-posts .blog-article-tile .blog-description-wrapper  p{
    min-height:9rem
}
.relatedArticles-block .blog-article-tile .blog-article-tile-text .blog-description {
    min-height: 9rem;
}
@media (max-width: 1024px) {
    .blog-posts .DELETED-card-title {
        margin-bottom: 0px;
        min-height: 5rem;
    }
    .blog-posts .card-text {
        min-height: 15rem;
    }
    .blog-posts .blog-article-tile .card-text{
        min-height:9rem
    }
    .blog-posts .blog-article-tile .blog-description-wrapper  p{
        min-height:6rem
    }
    .relatedArticles-block .blog-article-tile .blog-article-tile-text .blog-description {
        min-height: 9rem;
    }
}

/*Search engine issue    */
.search-wrapper .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    background: #229687;
    color: #fff!important;
    text-decoration: none!important;
    padding: 0 5px ;
}

/* Navigation bar H1 title boxes style and breadcrumb style changes */

.body-bg-top .breadcrumb .breadcrumb-item.active {
    color: var(--colorGreen);
    font-weight: 700;
}

.body-bg-top h1.h1 {
    border: 2px solid #d8d5d5;
    font-weight: 600;
    font-size: 25px;
    box-shadow: #555 0 8px 6px -6px;
}

.frame-type-subnavigation .subnav-nav .subnav-item img,
.frame-type-subnavigation .subnav-nav .subnav-item svg {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 10px;
    filter: grayscale(1) brightness(1.7);
    -webkit-filter: grayscale(1) brightness(1.7);
    -moz-filter: grayscale(1) brightness(1.7);
    -o-filter: grayscale(1) brightness(1.7);
    -ms-filter: grayscale(1) brightness(1.7);
    object-fit: contain;
}

.frame-type-subnavigation .frame-inner>.subnav-nav>.subnav-item>a {
    z-index: 9;
}

.frame-type-subnavigation .subnav-nav .subnav-item.active img,
.frame-type-subnavigation .subnav-nav .subnav-item.active svg {
    filter: none;
}

.frame-type-subnavigation .subnav-nav .subnav-item i.fas {
    position: absolute;
    top: 12px;
    left: 43px;
    font-size: 12px;
    color: #798286;
}

.frame-type-subnavigation .subnav-nav .subnav-nav {
    display: none;
}

.frame-type-subnavigation .frame-inner .subnav-item.active .subnav-nav {
    display: block;
}

.frame-type-subnavigation .frame-inner .subnav-item.active i.fas {
    transform: rotate(90deg);
    color: #2cb7a6;
}

.frame-type-subnavigation .subnav-nav .subnav-item .subnav-link-text {
    padding-left: 40px;
}

.frame-type-subnavigation ul.subnav-nav .subnav-item ul.subnav-nav .subnav-link-text {
    margin-left: 0px;
}

.frame-type-subnavigation .active>.subnav-link {
    font-weight: 600!important;
}

.frame-type-subnavigation .frame-inner>.subnav-nav>.subnav-item>a {
    font-weight: 600;
    color: #7d7c7c;
}

.frame-type-subnavigation .subnav-nav .subnav-nav:before {
    content: none;
}
.frame-type-subnavigation .frame-inner .subnav-item.no-subnav i.fas{
    display: none;
}
.frame-type-subnavigation .frame-inner>.subnav-nav>.subnav-item{
    margin-bottom: 15px;
}
.frame-type-subnavigation .subnav-divider{
    height: 0;
}

