/*!
Theme Name: Dach
Theme URI: https://vip-organon-hcp-com-preprod.go-vip.net/dach/
Author: Underscores.me
Author URI: https://vip-organon-hcp-com-preprod.go-vip.net/dach/
Description: DACH Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dach
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
input, button, select, optgroup, textarea {
    font-family: 'Montserrat', sans-serif !important;
}
.videos,
.media-box-section {
    padding: 6rem 0 1rem;
    background-color: #ffffff;
}

/*Popup*/
#confirmationboxModal .modal-lg, #confirmationboxModal .modal-xl {
    max-width: 550px !important;
}

.modal-confirmation-popup {top: 10% !important;}
.modal-confirmation-popup .modal-dialog{
    text-align: center;
}
.modal-confirmation-popup .modal-content.pb-0 {
    border-radius: 2.5px;
    padding: 25px !important;
}
.modal-confirmation-popup .modal-header {
    border: 0;
    padding: 0px;
}
.modal-confirmation-popup h5.confirmpopup-title {
    color: #696969;
}
.modal-confirmation-popup p.external_link_url {
    color: #e20177;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 0px;
    cursor: pointer;
}
.modal-confirmation-popup p.external_link_url:hover {
    text-decoration: none;
}
.modal-confirmation-popup p.confirmpopup-desc {
    font-size: 16px;
    margin-bottom: 0px;
}
.modal-confirmation-popup .popup-btns a {
    background-color: #e20177;
    border-color: #e20177;
    color: #FFFFFF;
    min-width: 90px;
    padding: 10px 10px;
    letter-spacing: .05em;
    line-height: 1.4;
    font-size: .813em;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 15px;
}
.modal-confirmation-popup .popup-btns a:hover, .popup-btns a:focus { opacity: 0.7; color: #fff !important;}
.modal-confirmation-popup .modal-content {box-shadow: 0 0 18px rgb(0 0 0 / 20%);}
a:focus {box-shadow: none;}

.modal-confirmation-popup .modal-header h5 {
    color: #696969;
}

button.hcpactionbuttons {
    background-color: #e20177;
    border-color: #e20177;
    color: #FFFFFF;
    min-width: 90px;
    padding: 10px 10px;
    letter-spacing: .05em;
    line-height: 1.4;
    font-size: .813em;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 15px;
}
button.hcpactionbuttons:hover, button.hcpactionbuttons:focus { opacity: 0.7; color: #fff !important;}

/**Error page css **/
.error-actions .btn {
    padding: 0.9rem 1.4rem;
    font-weight: 600;
    background: #1b4298;
}
.error-actions .btn:hover {background: #073497;}
.error-template h2 {
    margin-bottom: 15px;
    font-size: 22px;
}
.error-template h1 {
    font-size: 36x;
}
.error-template {
    min-height: calc( 100vh - 157px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary:focus{background: #073497;border-color: #073497;}
.sbanner-image {height: 550px;}
.sbanner-image img {height: 100%; object-fit: cover;}

@media (max-width: 767px) {
    .videos,
    .media-box-section {
        padding-top: 4rem;
    }

}
.videos [class^=col-],
.media-box-section [class^=col-] {
    display: flex;
}

.videos-header,
.section-title-block {
    text-align: center;
}
.videos-header .section-title,
.section-title-block .section-title {
    font-weight: 900;
    margin-bottom: 3rem;
}

.video-col {
    display: flex;
}

.video-card,
.howto_videosec {
    width: 100%;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 3rem;
    flex-direction: column;
    border-radius: 0.4rem;
    box-shadow: none;
    border: 0.05rem solid #d9d9d9;
    background-color: #ffffff;
}
@media (min-width: 1280px) {
    .video-card:hover,
    .howto_videosec:hover {
        background-color: #f7f7f7;
    }
}

.video-media,
.howtovideo_inner {
    padding-top: 56.25%;
    position: relative;
    background-color: #f7f7f7;
}
.video-media img,
.video-media video,
.howtovideo_inner img,
.howtovideo_inner video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    border-bottom: none;
}

.video-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-icon,
.play_btn {
    margin: 0;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: rgba(27, 66, 152, 0.9);
}

.video-body,
.howtouse_conetent {
    padding: 2rem;
    flex: 1 0;
    display: flex;
    flex-direction: column;
}
.video-body h4,
.video-body h2,
.howtouse_conetent h4,
.howtouse_conetent h2 {
    flex: 1 0;
    margin-bottom: 2rem;
}
.media-box-section .howtouse_conetent h2 {
    flex: none;
}
.video-body p,
.howtouse_conetent p {
    margin-bottom: 0;
}

.headersearchicon a {
    display: inline-block;
    background: #1b4298;
    padding: 5px 14px;
    color: #fff;
    border-radius: 4px;
}

.searchinput {
    position: absolute;
    width: 100%;
    right: 39px;
    left: auto;
    max-width: 0%;
    top: -13px;
    z-index: -1;
    opacity: 0;
}
.searchinput.show {
    position: absolute;
    width: 100%;
    right: 0px;
    left: auto;
    max-width: 280px;
    top: 64px;
    transition: all .5s ease-out;
    opacity: 1;
    z-index: 1;
}
.searchinput::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #1b4298;
}
.searchinput ul {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0px 0px 4px 4px;
    padding-left: 0px;
    max-height: 240px;
    overflow-y: auto;
}
.searchinput ul li {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding: 8px 12px;
    cursor: pointer;
}
.searchinput ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 4px;
}
.searchinput ul li a {
  display: block;
  text-decoration: none;
  outline: none;
}
.searchinput ul li a:focus {
  outline: none;
  box-shadow: none;
}
.searchinput input {
    height: 37px;
    font-size: 12px;
    border-radius: 0px;
    line-height: 40px;
}
.searchinput input::placeholder {
    overflow: visible;
}
.header-collapse {position: relative;}
.headersearchicon a:hover {
    color: #fff;
    background: #073497;
}
.mobilemenu_search {display: none;}
.searchinput input[type=text]:focus {
    box-shadow: none;
    border-color: inherit;
}
.headersearchicon a:focus {box-shadow: none;}
/* header */
.header-collapse ul {
    padding-left: 0;
}

.header-collapse .navbar-nav {
    padding: 15px 0;
}

.header-collapse .menu-item {
    position: relative;
    margin-bottom: 0;
}

.header-collapse .menu-item.menu-item-has-children > a {
    padding-right: 40px;
}

.header-collapse .menu-item.menu-item-has-children .plus_icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    z-index: 1;
}

.header-collapse .menu-item.menu-item-has-children .plus_icon::before,
.header-collapse .menu-item.menu-item-has-children .plus_icon::after {
    content: '';
    left: 50%;
    top: 50%;
    width: 16px;
    margin-top: -1px;
    margin-left: -8px;
    border-top: 2px solid #e20177;
    position: absolute;
    transition: transform 0.1s;
}

.header-collapse .menu-item.menu-item-has-children .plus_icon::after {
    transform: rotate(90deg);
}

.header-collapse .menu-item.menu-item-has-children .plus_icon.active::after {
    transform: rotate(0);
}

.header-collapse .menu-item a {
    padding: 8px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #efd8e7;
    font-size: 14px;
    line-height: 24px;
}

.header-collapse .menu-item a:focus {
    box-shadow: none;
    outline: 0;
}

.header-collapse .menu-item:hover > a {
    color: #e20177;
}

.header-collapse li.menu-item.current-menu-item > a,
.header-collapse li.menu-item.current-page-ancestor.current-menu-ancestor.current-menu-parent.current-page-parent.current_page_parent.current_page_ancestor > a,
.header-collapse li.menu-item.current_page_ancestor ul li.current_page_ancestor > a,
.header-collapse li.menu-item.current-menu-parent ul li.current-menu-parent > a,
.header-collapse li.menu-item.current_page_ancestor ul li.current-menu-parent > a,
.header-collapse li.menu-item.current-menu-parent ul li.current_page_ancestor > a,
.header-collapse li.menu-item.current_page_ancestor > a {
    color: #e20177;
}

.header-collapse .sub-menu {
    display: none;
    left: 0;
    width: 100%;
    padding-left: 15px;
    background-color: #fff7fc;
}
.header-collapse .sub-menu {min-width: 150px;}



@media (max-width: 1440px) {
    .header .header-navbar .container {
        max-width: 100%;
    }
}


@media (max-width: 1280px) {

    .searchinput.show {
        top: 66px;
    }
}

@media (max-width: 1279px) {

    .searchinput.show {
        top: 61px;
    }

}



@media (min-width: 1280px) {
    .header-collapse .navbar-nav {
        padding: 0;
    }

    .header-collapse .menu-item {
        margin-right: 0.5rem;
        margin-bottom: 0;
        padding: 10px 5px;
    }

    .header-collapse .menu-item.menu-item-has-children > a {
        padding-right: 0;
    }

    .header-collapse .menu-item.menu-item-has-children .plus_icon::before,
    .header-collapse .menu-item.menu-item-has-children .plus_icon::after {
        display: none;
    }

    .header-collapse .menu-item a {
        padding: 0;
        border-bottom: 0;
    }

    .header-collapse .menu-item:hover > .sub-menu {
        display: block;
    }

    .header-collapse .sub-menu {
        padding: 0;
        top: 100%;
        box-shadow: 0 27px 15px 0 rgba(0, 0, 0, 0.1);
        position: absolute;
    }

    .header-collapse .sub-menu .menu-item {
        margin-right: 0;
        padding: 0;
    }

    .header-collapse .sub-menu a {
        padding: 6px 10px;
    }

    .header-collapse .sub-menu .sub-menu {
        right: 100%;
        left: auto;
        top: 0;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .header-collapse .menu-item {
        margin-right: 1rem;
    }
}

.desktopmenu_search { margin-left: 0.5rem;}

@media (max-width: 1279px) {
    .mobilemenu_search {
        display: block;
        position: absolute;
        right: 50px;
        top: 25px;
        width: 100%;
        left: auto;
        text-align: right;
    }
    .searchinput.show {
        top: 54px;
    }
    .desktopmenu_search {display: none; margin-left: 0;}
    .searchinput::before {display: none;}
    .search_result {text-align: left;}
    .header-logo {position: relative; z-index: 99;}

    .headersearchicon {
        position: absolute;
        top: 0;
        right: 0;
    }
    .headersearchicon a {
        padding: 2px 11px;
        font-size: 12px;
    }

}

@media (max-width: 1366px) {
    .sbanner-image {
        height: 400px;
    }
}
@media (max-width: 1023px) {
.sbanner-image {
    height: 350px;
}
}

@media (max-width: 767px) {
    .searchinput.show {
        position: fixed;
        width: 100%;
        right: 0;
        left: auto;
        max-width: 100%;
        top: 70px;
        transition: all .5s ease-out;
        opacity: 1;
        z-index: 9;
    }
}

@media (max-width: 576px) {
    .sbanner-image {height: auto;}
    .sbanner-image img {height: auto;}
}

.site-main ul li{
    list-style-type: square;
}

.site-main ul li ul li{
    list-style-type: circle;
}
.site-main ul li ul li ul li {
    list-style-type: circle;
}
.media-content {
    position: relative;
}
.media-content a.media-link-position {
    position: absolute;
    bottom: 8px;
}

/* video content box */
.media-box-section .howtouse_conetent h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 3rem;

    color: inherit;
    text-align: inherit;
    font-weight: 700;
}

@media (min-width: 1280px) {
    .media-box-section .howtouse_conetent h3 {
        font-size: 30px;
        line-height: 36px;
    }
}

.slide-panel-article{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slide-panel-article.slick-initialized {
    visibility: visible;
    opacity: 1;
}
/* Top header */
.header-topbar {
    margin: 1rem 0 -1rem;
    position: relative;
    z-index: 1;
}
@media (max-width: 1440px) {
    .header-topbar .container {
        max-width: 100%;
    }
}
.language-select {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.language-select-text {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 24px;
}
.language-select-item {
    width: 130px;
    font-size: 14px;
    height: 24px;
}
.language-select-hide {
    display: none;
}
.header-collapse .header-topbar {
    margin: 0 5px 0 0;
}

@media (max-width: 1279px) {
    .header-collapse .header-topbar {
        margin: 0;
    }
}

.header-collapse .language-select {
    justify-content: flex-start;
}

.header-collapse .language-select-text {
    display: none;
}