/*  ------ [BUYP-27] -------  */

.accordion-item-content-inner ul > li {
    list-style-type: disc;
    list-style-position: inside;
}

.accordion-item-content-inner ol > li {
    list-style-position: inside;
}

.accordion-item-content-inner ul,
ol {
    padding-left: 0;
}

/*  ------ [BUYP-37] -------  */

.product-list-item a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #1a397c;
    opacity: 0.67;
    text-decoration: none;
}

a.product-list-title-link {
    opacity: 1;
}

.product-list-item p:not(:last-child) {
    padding-bottom: 0px;
}

.card-list-item .button-blue,
.product-list-item .button-blue {
    color: #FFFFFF;
    opacity: 1;
    display: block;
}

.product-list-item .button-hollow,
.product-list-item .button-blue {
    margin: 5px 0;
}

.card-list-item .button-blue-hollow,
.product-list-item .button-blue-hollow {
    display: block;
}

.card-list-item .button-blue + br,
.product-list-item .button-blue + br {
    display: block;
    margin: 10px 0;
    content: " ";
}

.card-list-item .button-blue-hollow {
    margin: auto auto 0;
    width: 120px;
    display: block;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.article-video .article-video-container {
    background-position: center;
}

iframe {
    width: 100%;
}

.button-group {
    margin: 5px 0;
}

.product-list-item p:not(:last-child) {
    margin-bottom: 0;
}

.product-list-item p:last-child a {
    margin-top: 10px;
}

.table td:not(:first-child), .table th:not(:first-child) {
    border-right: 1px solid #e6e9ef;
}

#ed24DivOnline, #ed24DivOffline {
    position: absolute;
    bottom: 10px;
    right: 12px;
}

#ed24DivOnline img, #ed24DivOffline img {
    width: 24px;
    height: 24px;
}

/*  ------ [BUYP-44] Menu Mobile -------  */

.lastItemMenuMobile {
    list-style: none;
}

.noLastItemMenuMobile {
    list-style: none;
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 0;
}

/*  ------ [BUYP-47] Searchbox on help-pages -------  */
.search-result-messageNoResult {
    margin-top: 50px;
    margin-bottom: 80px;
}

/*  ------ [BUYP-51]  -------  */
.newslisting-intro {
    margin-top: 25px;
    margin-bottom: 50px;

    /* ----- [BS-57] ----- */
    position: relative;
    line-height: 1.65;
    /* margin-bottom: 80px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

/*  ------ [BUYP-51]  -------  */
.newslisting-plugin--noPadding {
    padding-top: 0 !important;
}

.section-cards-noBorder {
    border-bottom: none !important;
}

/*  ------ Removed by [BUYP-78]  -------  */
/*.introductions-content h2 {
  color: #2871eb;
}*/

.title-content--newslisting, .title-content--newslisting p {
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin-bottom: 20px;
}

/*  ------ [BUYP-78]  -------  */
.introductions-content a {
    color: rgb(26, 57, 124);
}

.introductions-content a:hover {
    color: #2871eb;
}

.title-content--newslisting a {
    /* color: rgb(26, 57, 124); [BS-56] */
    text-decoration: none;
}

/* .title-content--newslisting a:hover {
    color: #2871eb; [BS-56]
} */

/* BS-3 by Michel */
.quotes-container .arrow-prev.active:before {
    background-image: url("../images/left-arrow.svg");
}

.quotes-container .arrow-next.active:before {
    background-image: url("../images/right-arrow.svg");
}

.quotes-container .arrow-prev:before {
    background-image: url("../images/left-arrow-grey.svg");
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.quotes-container .arrow-next:before {
    background-image: url("../images/right-arrow-grey.svg");
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.quotes-container .arrows__wrapper {
    margin: 50px;
    text-align: center;
}

@media screen and (max-width: 599px) {
    .quotes-container .arrows__wrapper {
        display: none;
    }
}

/* [BS-15] by Kazushi */
.help-article-container {
    padding-right: 0;
    justify-content: center;
}

/* [BS-14] by Kazushi */
.section-help-category-hero .back a {
    color: #1a397c;
}

.section-help-category-hero .back a:hover {
    color: #2871eb;
}

.help-overview-list-item a:hover {
    color: #2871eb;
}

.hero-content-actions {
    display: inline-block;
}

.help-overview-list-item > a {
    color: #2871eb;
}

.help-overview-list-item > a:hover {
    text-decoration: underline;
}

.link-strip-link > a {
    color: #2871eb;
    text-decoration: none;
}

.link-strip-link > a:hover {
    text-decoration: underline;
}

/* [BS-10] by Kazushi */
.content-list-folder .button-blue {
    margin-right: 15px;
    margin-bottom: 40px;
}

.content-list-folder .button-blue-hollow {
    margin-right: 15px;
    margin-bottom: 40px;
}

.content-list-intro p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500;
}

/* [BS-10] by Gilmarllen */
.arrow-scroll-down-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* BS-10 by Michel */
.arrow-scroll-down {
    cursor: pointer;
}

.arrow-scroll-down img {
    width: 24px;
    height: 24px;
}

.arrow-scroll-down:hover {
    padding: 20px 14px 11px 14px;
    border-radius: 30px;
    box-shadow: 0px 1px 3px #999;
}

/* BS-9 by Michel */
.search-results-search-form .button-search,
.help-overview-search-form .button-search,
.search-form .button-search {
    width: 80px !important;
    right: -80px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min-resolution: 144dpi) {
    .search-mobile-opener {
        width: 75px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min-resolution: 144dpi) {
    .search-mobile-opener-en {
        background-image: url(../images/Payment-id/spritesheet-en@2x.png);
        background-size: 1024px 1024px;
    }

    .header-mobile-opener-en {
        background-image: url(../images/Payment-id/spritesheet-en@2x.png);
    }
}

 

.footer-language-picker .navigation-dropdown {
    width: auto;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, header .search-form form .form-row input[type=text] {
        width: 95%;
    }
}

@supports (-ms-ime-align: auto) {
    header .search-form form .form-row input[type=text] {
        width: 95%;
    }
}

/* [BS-15] by Gilmarllen */
.article-intro-back-hover:hover {
    text-decoration: underline;
}

.article-intro-remove-back-arrow:before {
    content: "";
}

.article-intro-back-breadcrumb:after {
    content: "\203A";
    position: absolute;
    top: 0;
    right: 0;
}

.article-intro-remove-back-arrow {
    padding-left: 0px;
}

.article-intro-back-breadcrumb {
    padding-right: 10px;
}

.backlink-help {
    display: block;
    margin: 0 auto 14px;
    text-align: center;
}

.industry-pages-list-item {
    margin-right: 10px;
}

.article-intro-back-hover:hover:after {
    text-decoration: underline;
}

.article-intro-back-hover:hover:after {
    text-decoration: none;
}

/* BS-28 by Michel - Added in Payment-id.js */

.title-content.title-content-expanded {
    max-width: 640px;
}


/* BS-36 */
.subHedingForm-heading {
    margin: 15px 0;
}

.subHedingForm-text {
    line-height: 1.55em;
    margin: 0 0 15px 0;
}

h3.subHedingForm-heading + p.subHedingForm-text {
    margin-top: -10px;
}

/* BS-39 Sticky Menu */
.sticky__menu {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

/*
.header-mobile-menu {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 30px);
}
*/

/* Autocomplete */
.ui-state-active, .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover 
{
  border: none;
  background: inherit;
  color: inherit;
  font-family: inherit;
}

.ui-menu .ui-state-active {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.hero-content-action {
    margin-top: 5px
}
a.hero-content-action {
    margin-left: 5px
}

.hero-content-action+.hero-content-action {
    margin-left: 5px
}

.header-search-and-subnavigation .search-form,
.header-search-and-subnavigation .search-results-search-form,
.header-search-and-subnavigation .section-help-category-hero .help-overview-search-form,
.header-search-and-subnavigation .section-help-overview-search .help-overview-search-form,
.section-help-category-hero .header-search-and-subnavigation .help-overview-search-form,
.section-help-overview-search .header-search-and-subnavigation .help-overview-search-form {
    -ms-flex-item-align: unset;
    align-self: unset
}

/* Footer autocomplete */
.page-footer-news-and-search .section-inner .search-autocomplete {
    display: none;
    border: 1px solid #e4e7ed;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    background: #fff;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 100;
    list-style: none;
    width: 320px;
}

.page-footer-news-and-search .section-inner .ui-menu-item {
    cursor: pointer
}

.page-footer-news-and-search .section-inner .ui-menu-item:focus,
.page-footer-news-and-search .section-inner .ui-menu-item:hover {
    background: #edf1f8
}

.page-footer-news-and-search .section-inner .ui-menu-item:not(:first-child) {
    border-top: 1px solid #e4e7ed
}

.page-footer-news-and-search .section-inner .ui-menu-item-wrapper {
    font-size: 14.5px;
    line-height: 1.4;
    padding: 11px 14px 0;
    margin-bottom: 7px
}

.page-footer-news-and-search .section-inner .result-category {
    padding: 0 14px 13px;
    text-transform: uppercase;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .4px;
    opacity: .6
}

/* Header Search Mobile */
.header-search-mobile .search-autocomplete {
    display: none;
    border: 1px solid #e4e7ed;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    background: #fff;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 100;
    list-style: none;
    width: 325px;
}

.header-search-mobile .ui-menu-item {
    cursor: default
}

.header-search-mobile .ui-menu-item:focus,
.header-search-mobile .ui-menu-item:hover {
    background: #edf1f8
}

.header-search-mobile .ui-menu-item:not(:first-child) {
    border-top: 1px solid #e4e7ed
}

.header-search-mobile .ui-menu-item-wrapper {
    font-size: 14.5px;
    line-height: 1.4;
    padding: 11px 14px 0;
    margin-bottom: 7px
}

.header-search-mobile .result-category {
    padding: 0 14px 13px;
    text-transform: uppercase;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .4px;
    opacity: .6
}

/* Help layout search */
.help-overview-search-form .search-autocomplete {
    display: none;
    border: 1px solid #e4e7ed;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    background: #fff;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 100;
    list-style: none;
    width: 325px;
}

.help-overview-search-form .ui-menu-item {
    cursor: default
}

.help-overview-search-form .ui-menu-item:focus,
.help-overview-search-form .ui-menu-item:hover {
    background: #edf1f8
}

.help-overview-search-form .ui-menu-item:not(:first-child) {
    border-top: 1px solid #e4e7ed
}

.help-overview-search-form .ui-menu-item-wrapper {
    font-size: 14.5px;
    line-height: 1.4;
    padding: 11px 14px 0;
    margin-bottom: 7px
}

.help-overview-search-form .result-category {
    padding: 0 14px 13px;
    text-transform: uppercase;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .4px;
    opacity: .6
}

/* Search results layout search */
.search-results-search-form .search-autocomplete {
    display: none;
    border: 1px solid #e4e7ed;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    background: #fff;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 100;
    list-style: none;
    width: 325px;
}

.search-results-search-form .ui-menu-item {
    cursor: default
}

.search-results-search-form .ui-menu-item:focus,
.search-results-search-form .ui-menu-item:hover {
    background: #edf1f8
}

.search-results-search-form .ui-menu-item:not(:first-child) {
    border-top: 1px solid #e4e7ed
}

.search-results-search-form .ui-menu-item-wrapper {
    font-size: 14.5px;
    line-height: 1.4;
    padding: 11px 14px 0;
    margin-bottom: 7px
}

.search-results-search-form .result-category {
    padding: 0 14px 13px;
    text-transform: uppercase;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .4px;
    opacity: .6
}

/* Set scroll on autocomplete */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    -webkit-overflow-scrolling: touch;
}

.section-spread-centered.support-hours-spread .section-inner {
    margin-bottom: 0px;
}

.page-footer-news-and-search .form-row {
    margin-bottom: 0px;
}

/* [BS-49] */
.section-title .title-content {
    text-align: unset;
}

.section-title .section-inner .title-content ul {
    margin-left: 40px;
    list-style-type: circle;
}

.section-title .section-inner {
    line-height: 1.65;
}

/* BS-52 Added .hero-content h2 in Payment-id.css*/
.hero-content h2 {
    font-size: 49px;
    line-height: 1.23
}

.hero-content h2,
.hero-content h2 b{
    font-weight: 500
}

@media screen and (max-width:1940px) {
    .hero-content h2 {
        font-size: 42px
    }
}

@media screen and (max-width:1800px) {
    .hero-content h2 {
        font-size: 38px
    }
}

@media screen and (max-width:1100px) {
    .hero-content h2 {
        font-size: 30px
    }
}

/* [BS-61] */
/* body ul, body ol {
    margin-left: 20px;
} */

body li {
    margin-bottom: 12px;
    line-height: 1.7;
}

/* [BS-65] Table adjustments */ 
table, .table, table p { 
	font-size: 16px !important; 
	line-height: 1.7 !important; 
} 
 
table td ul, .table td ul { 
	margin-left: 20px !important; 
	list-style-position: outside !important; 
	list-style-type: disc !important; 
}

/* [BS-72] Recaptcha adjustments */
form.form .g-recaptcha{
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 20px 0px;
}

.introductions-content a.button-blue {
    color: #fff;
}