/*For the grid */
.aem-Grid.aem-Grid--xlarge--10>.aem-GridColumn.aem-GridColumn--xlarge--6:last-child {
    float: left;
}

/* Cookies */

.wp-content-page #privacy-preferences span, .wp-content-page #privacy-preferences .adsk-eprivacy-ccpa-link {
    display: none;
}

/*TOP NAV */
.cmp-navigation.dropdown-nav .dropdown-navigation .cmp-navigation__dropdown-contents .cmp-navigation__list .cmp-navigation__listitem .cmp-navigation-link {
    background-color: #ddd;
}
.cmp-navigation.dropdown-nav .dropdown-navigation .cmp-navigation__dropdown-contents .cmp-navigation__list .cmp-navigation__listitem .cmp-navigation-link:hover{
    background-color: #ddd;
}
.cmp-navigation.top-nav-alternative .cmp-navigation.dropdown-nav .dropdown-navigation .cmp-navigation__dropdown-contents .cmp-navigation__list {
    border: none  !important;
    background-color: #ddd;
}
.cmp-navigation.dropdown-nav .dropdown-navigation .cmp-navigation__dropdown-button.expanded {
    background-color: #ddd;
}

.cmp-navigation.dropdown-nav .dropdown-navigation .cmp-navigation__dropdown-contents .cmp-navigation__list {
    background-color: #ddd;
}
/* Announcement Bar */ 
.wp-announcement.wp-clickable {
    background-color: #333;
}
.wp-announcement.wp-clickable .cmp-container  .text a:not(.wd-button):not(.snti-legal-link):not(.cmp-navigation-link):not(.navigation-sublink-anchor):not(.wd-link-context):not(.wd-inline-icon) {
    color:#fff;
    border-bottom: none;
}
.wp-announcement.wp-clickable .cmp-container .core-container:last-child a:not(.wd-button):not(.snti-legal-link):not(.cmp-navigation-link):not(.navigation-sublink-anchor):not(.wd-link-context):not(.wd-inline-icon)  {
    border-bottom:1px dashed #fff;
}
div[class*="wp-banner-style-"].wp-banner-style-small:not(.wd-bg-dark-black).wp-header.wp-elements > .core-container, div[class*="wp-banner-style-"].wp-banner-style-medium:not(.wd-bg-dark-black) > .core-container, div[class*="wp-banner-style-"].wp-banner-style-large:not(.wd-bg-dark-black) > .core-container {
    background: none;
}
/*LEFT SIDEBAR CSS*/
.body-content #sidebar #checkdiv {
    display: none;
}

.body-content #sidebar .hide-after-scroll {
    padding-bottom: 1em; 
}

.wp-parent-contenair li:nth-child(2), .wp-parent-contenair li:nth-child(9) {
    padding-top: 8px!important;
}
.wp-custom-left-nav-item {
text-decoration: none; color: #444!important;
}
.wp-custom-left-nav-item:visited {
color: #000 !important;
}
.body-content .text li > a:not(.wd-link-context):only-child, .xfpage-body-container .text li > a:not(.wd-link-context):only-child {
    color:#000 !important;
}
.body-content .text li > a:not(.wd-link-context):only-child.in-view, .xfpage-body-container .text li > a:not(.wd-link-context):only-child.in-view {
    color: #000!important;
}
/*LANGUAGE SIDEBAR CSS*/
#lang-sidebar p + p:not([class*="wd-mt-"]) {
    margin-top: 0px !important;
}
#lang-sidebar .wp-filter-container p a:not(.wd-button):not(.snti-legal-link):not(.cmp-navigation-link):not(.navigation-sublink-anchor):not(.wd-link-context):not(.wd-inline-icon) {
    border-bottom: none;
}
.wp-product-finder .wp-filter{
    min-width: 170px;
    width: 17%;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    z-index: 1;
}
.wp-product-finder .wp-filter .wp-btn-text{
    margin: 0px 0px 0px 7px;
    color: #000;
    font-size: 14px;
    max-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc( 100% - 37px);
}
.wp-product-finder .wp-filter .icon-arrow-dropdown{
    color: #000;
    position: absolute;
    top: 7px;
    right: 10px;
    display: none;
}
.wp-product-finder .wp-filter.wp-selected .icon-arrow-dropdown{
    display:none;
}
.wp-product-finder .wp-filter .icon-arrow-dropdown-up{
    color: #000;
    position: absolute;
    top: 7px;
    right: 10px;
    display:none;
}
.wp-product-finder .wp-filter.wp-selected .icon-arrow-dropdown-up{
    display: none;
}
.wp-product-finder .wp-filter.wp-selected{
    border: 1px solid #dadada;
}
.wp-product-finder .wp-filter.wp-selected .wp-btn-text{
    color: #000;
}
.wp-product-finder .wp-filter.wp-selected:hover{
    box-shadow: inset 0px 0px 0px 0.5px rgb(0 0 0 / 60%), inset 0px -1px 0px #000000;
}
.wp-product-finder .wp-filter-container {
    background: white;
    color: #000;
    position: absolute;
    top: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: calc(100% + 2px);
    left: -1px;
    z-index: -1;
}
.wp-product-finder .wp-filter-container.wp-show, body.cq-wcm-edit .wp-product-finder .wp-filter-container {
    max-height: 1000px;
    padding: 0px;
}
.wp-filter-container p {
    padding: .5em .5em;
    margin: 0;
}
.wp-filter-container p:hover {
    background: #eee;
}
.wp-print-btn {
    margin-bottom: 1em;
}
.cmp-experiencefragment--language-sidebar .wp-print-btn a:not(.wd-button):not(.snti-legal-link):not(.cmp-navigation-link):not(.navigation-sublink-anchor):not(.wd-link-context) {
    text-decoration: none;
    border-bottom: none;
    color: #000;
}
.wp-print-btn a:not(.wd-button):not(.snti-legal-link):not(.cmp-navigation-link):not(.navigation-sublink-anchor):not(.wd-link-context) span{
    font-size: 16px;
}
.wp-print-btn a:hover,
.wp-print-btn a:active,
.wp-print-btn a:focus,
.wp-print-btn a:visited {
    text-decoration: none;
    border-bottom: none;
}
.legal-language-dropdown a:not(.wd-button):not(.snti-legal-link):not(.cmp-navigation-link):not(.navigation-sublink-anchor):not(.wd-link-context):not(.wd-inline-icon) {
    border-bottom: none; 
    text-decoration: none;
    border-bottom: none;
    color: #000;
}
.legal-language-dropdown a:hover,
.legal-language-dropdown a:active,
.legal-language-dropdown a:focus,
.legal-language-dropdown a:visited {
    text-decoration: none;
    border-bottom: none;
    color: #000;
}
.legal-grey-bg {
    background-color: #ccc;
}
.legal-print-icn {
    width: 30px; margin: 0 .5em 0 .5em;
    vertical-align: middle;
    filter: contrast(100) invert(100) grayscale(100) contrast(100);
}
@media (max-width: 812px) {
    .legal-print-icn {
        display:none;
    }
}
/*TABLE CSS */
.ct th, .ct td {
    border: 1px #ccc solid;
    text-align: left;
    vertical-align: top;
}
.responsive-table .ct {
    overflow-x: auto;
    display: block;
    }
    .responsive-table .ct td:first-child {
    min-width: 100%;
    /* min-width: 200px; */
    max-width: 100%;
    }

    #support .responsive-table .ct td:first-child {
        min-width: 150px;
    }
    .responsive-table .ct th,
    .responsive-table .ct td {
    min-width: 100%;
    /* min-width: 200px; */
    max-width: 100%;
    }
    @media screen and (min-width: 85.375em) {
    .responsive-table .ct {
        overflow-x: visible;
    }
    }
/*PAGE CSS*/


.text .wp-list-style-none {
    padding-left: 0;
}
.text .wp-list-style-none li {
    list-style-type: none;
}


ol.wp-alpha-list {
    list-style: lower-alpha;
}
.wp-noscroll {
overflow-y: hidden;
padding: 0;
margin: 0;
}
/* html {
    scroll-behavior: smooth;
} */
.legal-section p.wd-font-14 + p:not([class*="wd-mt-"]), .text ul.wd-font-14 + p:not([class*="wd-mt-"]) {
    margin-top: 0 !important;
}
.header {
    background: none transparent;
    top:0px;
}
.wp-page-bg {
    background: url('../background-1920x1299.html') no-repeat top center;
    background-size: cover;
    padding-bottom: 30px;
}
.cmp-navigation.top-nav-alternative .cmp-navigation.dropdown-nav .dropdown-navigation .cmp-navigation__dropdown-button {
    min-width: 0;
    margin-left: 8px;
}
.cmp-navigation.top-nav-alternative .top-navigation>.cmp-navigation__list .cmp-navigation__listitem svg {
    position: relative;
    top:-10px;
    fill:#000;
}
.cmp-navigation.top-nav-alternative .top-navigation>.cmp-navigation__list .cmp-navigation__listitem .cmp-navigation-link#print-hidden-med-up {
    text-align: left;
}
.navigation.local-navigation {
    background: none;
    background-color: #ddd;
    border: none;
}
.cmp-navigation.top-nav-alternative .top-navigation .top-nav-title .row .local-navigation-name {
    color: #000;
}
.cmp-navigation.top-nav-alternative .top-navigation .top-nav-title:after {
    border-left: 1px solid #000;
}
.cmp-navigation.top-nav-alternative .top-navigation>.cmp-navigation__list .cmp-navigation__listitem .cmp-navigation-link, .cmp-navigation.top-nav-alternative .top-navigation>.cmp-navigation__list .cmp-navigation__listitem .cmp-navigation__dropdown-button {
    color:#000;
}
.navigation.local-navigation .cmp-navigation__listitem a.cmp-navigation-link {
    border: none;
    color: #000;
    font-size: 1.4rem;
    text-transform: uppercase !important;
    padding: 0 14px;
    line-height: 50px;
}
.navigation.local-navigation .cmp-navigation__listitem:last-child a.cmp-navigation-link {
    border-right: none;
}
.navigation .top-nav-title {
    border-bottom: none;
}
.navigation .top-nav-title p {
    color: #000;
    font-size: 19px;
    padding: 0 14px 0 0;
    line-height: 50px;
    position: relative;
    margin-right: 50px;
}
.navigation .top-nav-title p::after {
    content: '/';
    font-size: 26px;
    font-weight: bolder;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    position: absolute;
    top: 0;
    right: 20px;
}
.local-navigation .cmp-navigation__listitem .nav-list {
    background: none;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0 !important;
    margin-top: 0px !important;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: block;
    z-index: -10;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.local-navigation .cmp-navigation-link:hover {
    background: none transparent;
}
.local-navigation .cmp-navigation__listitem-open>.cmp-navigation-link {
    background-color: rgba(0, 0, 0, 0.4);
}
.navigation.local-navigation .cmp-navigation__listitem .nav-list a.cmp-navigation-link {
    background: none transparent;
    line-height: normal;
    padding: 10px 0;
}
.navigation.local-navigation .cmp-navigation__listitem ul.nav-list a.cmp-navigation-link:hover {
    color: #000;
}
.navigation.local-navigation .cmp-navigation__listitem .nav-list li:last-child a.cmp-navigation-link {
    border-bottom: 0;
}
.local-navigation .cmp-navigation__listitem-open .nav-list {
    opacity: 1;
    z-index: 1;
    height: auto;
}
.local-navigation li.cmp-navigation__listitem a {
    position: relative;
}
.local-navigation li.cmp-navigation__listitem>a::after {
    background-color: #000;
    content: "";
    display: none;
    height: 7px;
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 5%;
}
.local-navigation li.cmp-navigation__listitem:hover a::after {
    display: block;
}
@media only screen and (max-width: 64.063em) {
    .navigation .top-nav-title p {
        padding-left: 20px;
    }
    .navigation .top-nav-title p::after {
        display: none;
    }
    .navigation.local-navigation .cmp-navigation__listitem a.cmp-navigation-link {
        margin-left: 6px;
    }
    .local-navigation .nav-list {
        left: 6px !important;
    }
    .cmp-experiencefragment--language-sidebar .hide-for-small {
        display: none;
    }
}
@media only screen and (max-width: 60.0625em) {}
@media only screen and (max-width: 40.063em) {
    .wp-about-columns.wp-align {
        padding: 0;
    }
    .box-wrapper {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 8px;
    }
    .local-navigation .cmp-navigation__listitem .nav-list {
        display: none;
        opacity: 1;
        z-index: 1;
    }
    .local-navigation .cmp-navigation__listitem-open .nav-list {
        display: block;
    }
    .local-navigation .cmp-navigation__listitem .nav-list {
        background: none transparent;
    }
    .local-navigation .cmp-navigation__listitem-open>.cmp-navigation-link {
        background: none transparent;
    }
    .local-navigation li.cmp-navigation__listitem.cmp-navigation__listitem-open a::after {
        display: none !important;
    }
    .local-navigation li.cmp-navigation__listitem>a::after {
        width: 99%;
        bottom: 0;
        left: 0%;
    }
}
.wp-section1 {
    height: 460px;
    background: url('../section01_headerimage_1920x460%401x.html') no-repeat;
    background-size: cover;
    background-position: center center;
}
.wp-section-build {
    height: 460px;
    background: url('../section02_headerimage_1920x460%401x.html') no-repeat;
    background-size: cover;
    background-position: center center;
}
.wp-section3 {
    height: 460px;
    background: url('../section03_headerimage_1920x460%401x.html') no-repeat;
    background-size: cover;
    background-position: center center;
}
.wp-section4 {
    height: 460px;
    background: url('../section04_headerimage_1920x460%401x.html') no-repeat;
    background-size: cover;
    background-position: center center;
}
.wp-section5 {
    height: 460px;
    background: url('../section05_headerimage_1920x460%401x.html') no-repeat;
    background-size: cover;
    background-position: center center;
}
.wp-section6 {
    height: 460px;
    background: url('../section06_headerimage_1920x460%401x.html') no-repeat;
    background-size: cover;
    background-position: center center;
}
.wp-vm-table {
    display: table-cell;
    vertical-align: middle;
    height: 460px;
}
html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .wp-flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 460px;
}
.wp-custom-mt-165 {
    margin-top: 165px;
}
.wp-negative-margin-s1 {
    margin-top: -80px;
    margin-bottom: -6px;
}
.navigation.local-navigation .cmp-navigation__listitem a.cmp-navigation-link,
.navigation .icon-arrow-dropdown:before,
.navigation .top-nav-title p,
.navigation .top-nav-title p::after {
    color: #000;
}
.wp-border-000-all video{
    border:1px #818181 solid;
}
.wp-content-box {
    position:relative;
}
.wp-sidebar.fixed{
    position:fixed;
    z-index:10;
    top:115px;
    max-width:185px;
}
html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .wp-header{
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; */
    height: 214px;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
    -ms-flex-align: end;
    align-items: end;
    align-items: flex-end;  
    -webkit-box-align: end; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wp-header.wp-experiences{
    background-image:url("../brand-experiences-banner-new-1700x270.html")!important;
    background-color:#fff !important;
}
.wp-header.wp-elements{
    background-image:url("../jpg/legal-notices-banner-1700x350.jpg")!important;
    background-color:#fff !important;
}
.wp-header.wp-resources{
    background-image:url("../resources-banner-1700x270.html")!important;
    background-color: #fff !important;
}
.wp-header.wp-standard{
    background-image:url("../web-standards-banner-1700x270.html")!important;
    background-color: #fff !important;
}
.wp-header .box-content{
    width:100%;
}
.wp-sidebar ul{
    list-style: none!important;
}
.wp-parent-contenair{
    margin:0;
    padding:0;
}
.wp-parent-contenair a{ 
    border:none!important;
    color: #000
}
.wp-parent-contenair li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.wp-parent-contenair li ul{ 
    position: relative;
    padding-left: 0!important;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}
.wp-parent-contenair li ul li{
    padding-left: 10px!important;
}
.wp-parent-contenair li ul:before{
    position: absolute;
    content:" ";
    height:100%;
    width:1px;
    background:#dadada;
}
.wp-parent-contenair li ul li a{
    font-size: 14px;    
    font-weight: normal;
}
.wp-parent-contenair li > a{
    font-size: 16px;
}
.wp-parent-contenair > li{
    border-bottom:1px solid #dadada;  
}
@media screen and (max-width: 1024px) {
     #scrollbar-container {
        display: none;
    }
}
@media screen and (min-width: 1025px) {
    .wp-parent-contenair > li {
        max-width: 160px;
    }
    #scrollbar-container {
        display: block;
    }
}
.wp-parent-contenair li.active, .wp-parent-contenair li.active > a, .wp-parent-contenair li a:hover, .wp-parent-contenair > li:hover{
    color: #000
}
.wp-block{
    display:block;
    height:100%;
    width:100%;
}
.wp-height-360{
    height:360px;
}
.wp-height-200{
    height: 200px;
}
.wp-height-240{
    height: 240px;
}
.wp-height-150{
    height:150px;
}
.wp-parent-contenair li.active ul{
    display: block;
}
.wp-parent-contenair li.active a.active{
    color: #000
}
#sidebar a.on{
    color: #000
}
.local-navigation .cmp-navigation-link-selected{
    background: #ddd!important;
    font-style:normal!important
}
.wp-parent{
    padding-top: 8px;
}
.wp-invisible{
    display:none!important;
}
.wp-round{
    border-radius:50px;
    height:77px;
    width:77px;
    display:block;
}
.wp-tile-round .wp-white{
    background:#fff!Important;
    border:1px solid #eee!important
}
.wp-tile-round .wp-black{
    background:#000!Important;
    border:1px solid #000!important
}
.wp-button{
    border-bottom: medium none !important;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
    text-decoration: none;
    transition: background-color 0.2s ease 0s;
    vertical-align: top;
}
.wp-fushia{
    background:#a70063!important;
}
.wp-fushia:hover{
    background:#a70063!important;
}
.wp-text-color{
    max-width:830px;
}
.wp-red{
  background:#dd2222 !important;
}
.wp-red:hover{
background:#dd2222 !important;
}
.wp-orange{
background:#FAA21B !important;
}
.wp-orange:hover{
background:#FAA21B !important;
}
.wd-bg-denim {
    background: #1858A8 !important;
}
.wd-bg-denim:hover {
    background: #1858A8 !important;
}
.wp-charcoal {
background: #666666 !important;
}
.wp-charcoal:hover{
background: #666666 !important;
}
.wp-infrastructure:hover{
background: #2288CC !important;
}
.wp-a360:hover{
background: #3566CC !important;
}
.wp-iot:hover{
background: #1686cd !important;
}
.wp-revit:hover{
background: #1155AA !important;
}
.wp-maya:hover{
background: #00AAAA !important;
}
.wp-plm-360:hover{
background: #008888 !important;
}
.wp-building-ops:hover{
background: #009944 !important;
}
.wp-flame:hover{
background: #88BB33 !important;
}
.wp-moldflow:hover{
background: #FFAA11 !important;
}
.wp-fusion:hover{
background: #EE8822 !important;
}
.wp-alias:hover{
background: #EE5522 !important;
}
.wp-fabrication{
background: #DD4422 !important;
}
.wp-fabrication:hover{
background: #DD4422 !important;
}
.wp-within:hover{
background: #A70063 !important;
}
.wp-blue{
background: #0696D7 !important;
}
.wp-blue:hover{
background: #0696D7 !important;
}
.wp-444{
background: #444444 !important;
}
.wp-444:hover{
background: #444444 !important;
}
.wp-666{
background: #666666 !important;
}
.wp-666:hover{
background: #666666 !important;
}
.wp-888{
background: #888888 !important;
}
.wp-888:hover{
background: #888888 !important;
}
.wp-ddd{
background: #dddddd !important;
}
.wp-ddd:hover{
background: #dddddd !important;
}
.wp-f6f5f2{
background: #F6F5F2 !important;
}
.wp-f6f5f2:hover{
background: #F6F5F2 !important;
}
.wp-shadow{
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.color-banner .color-item .wd-button{
    height:50px;
    width:50px;
    border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
}
.color-banner .color-item{
    display: inline-block;
    margin-right: 15px;
}
.color-banner .icon-arrow-right{
    width:50px;
    height:50px;
    background:url("../arrow.html");
    background-repeat: no-repeat;
    background-position: center center
}
.color-banner .icon-arrow-right, .color-banner .color-item{
    display: inline-block;
}
.wp-visibility-hidden{
    visibility: hidden;
}
.icon-cta-go-arrow{
    color: #fff;
    background:#656565;
    border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 16px;
    margin-right: 5px;
    width: 60px;
}
.wp-border-999, .wp-border-dadada, .wp-border-ccc{
    border-bottom:1px solid #dadada
}
.wp-width-33:nth-child(2n){
    margin:0 12px;
}
.wp-width-33{
    width:calc(33.33% - 8px);
 width: -webkit-calc(33.33% - 8px);
    width: -moz-calc(33.33% - 8px);
}
.wp-parent-contenair li ul li:first-child{
    padding-top: 10px
}

@media only screen and (max-width: 60.0625em) {
    .wp-content-page{
        padding-right:20px;
        padding-left: 0;
        padding-top: 12px;
        padding-bottom: 20px;
    }
    .wp-sidebar{
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 12px
    }
    .wp-parent-contenair li > a{
        font-size: 14px
    }
    .wp-parent-contenair li ul li a{
        font-size:12px;
    }
}
@media only screen and (max-width: 40.063em) {
.body-content {
padding-top: 0px !important;
}
.header {
position: relative;
}
.wp-content-page{
padding:0;
}
.row{
min-width:initial;
}
    .wp-width-33:nth-child(2n){
        margin:auto;
    }
    .wp-width-33{
        width:100%;
        padding-bottom:12px;
    }
    .color-banner .color-item, .color-banner .wd-button, .color-banner .icon-arrow-right{
        display: block;
    }
    .color-banner .icon-arrow-right{
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }
    .wp-header{
        background-position: -500px center
    }
    .wp-content-box{
        margin-top: 32px;
        padding-bottom: 48px
    }
    .wp-text-color{
        margin-top: 0
    }
    .accordion-target .wp-content-accordion{
        padding:20px;
        box-sizing:border-box;
        -o-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -ms-box-sizing:border-box;
    }
}
.wp-center-img .image{
    text-align:center
}
.accordion-target .wp-content-accordion{
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.wp-accordion-title{
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
}
.wd-font-black{
color:#000000!important;
}
.wp-sidebar {
padding-left:0
}
/* .wp-header .grid-columns{
padding-left:20px
} */
.wp-max-width{
max-width:90%
}
/* .wp-header .grid-columns{
min-height:136px;
} */
.wp-table-verbal th, .wp-table-verbal td{
max-width: 340px!Important;
}
.body-content ul li{
margin-bottom:6px
}
.body-content ul li:last-child{
margin-bottom:0
}
.body-content .ct td {
    padding: 12px;
}
.parsys.footer-content.iparsys{
display:none!important
}
ul.wp-list{
padding-left:12px
}
@media (min-width: 1025px){.wp-sidebar{max-width:185px;}}
@media (max-width: 1024px){.wp-sidebar{padding-right: 0;}}
@media only screen and (max-width: 64.063em) {
    .navigation .top-nav-title p {
        padding-left: 20px;
    }
    .navigation .top-nav-title p::after {
        display: none;
    }
    .navigation.local-navigation .cmp-navigation__listitem a.cmp-navigation-link {
        margin-left: 6px;
    }
    .local-navigation .nav-list {
        left: 6px !important;
    }
}
@media only screen and (max-width: 64.5em) {
    .wp-negative-margin-s1 {
      margin-top: 0px;
    }
    .wp-tac-mediumdown{
      text-align:center;
    }
    .wp-section4 {
        background-position: 60% center;
    }
}    
@media only screen and (min-width: 40.063em) {
    body:not([data-author-mode]) div[class*="wp-banner-style-"].wp-banner-style-small.wp-header.wp-elements .wp-banner-grid {
        height: 214px;
    }
    div[class*="wp-banner-style-"].wp-banner-style-small:not(.wd-bg-dark-black).wp-header.wp-elements > .core-container, div[class*="wp-banner-style-"].wp-banner-style-medium:not(.wd-bg-dark-black) > .core-container, div[class*="wp-banner-style-"].wp-banner-style-large:not(.wd-bg-dark-black) > .core-container {
        background: none;
    }
}
@media only screen and (max-width: 40.063em) {
  .wp-playbtntext{
    font-size:16px;
    line-height:16px;
  }
}
 @media screen and (min-width: 812px) {
    
    #lang-hidden-med-up,
    #print-hidden-med-up {
    display: none;
    }
}
.wp-local-nav-active::after {
    background-color: #000;
    content: "";
    /*display: none;*/
display: block!important;
    height: 7px;
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 5%;
}
@media screen and (min-width: 320px) {
    #backToTopBtn {
        display: none;
        position: fixed;
        z-index: 99; 
        border: none; 
        outline: none; 
        color: #000;
        cursor: pointer; 
        padding: 15px; 
        font-family:'Artifakt';
        background: white;
        width: 100%;
        bottom: 0;
        right: 0;
        border-top: 1px solid #eee;
    }
}
@media screen and (min-width: 768px) {
    #backToTopBtn {
        display: none;
        position: fixed;
        bottom: 20px; 
        right: 30px; 
        z-index: 99; 
        border: none; 
        outline: none; 
        color: #000;
        cursor: pointer; 
        padding: 15px; 
        background: transparent;
        font-family:'Artifakt';
        width: auto;
        font-size: 16px;
    }
}
.wp-body-links {
color:#000!important;
font-weight: 600 !important;
border-bottom: 1px solid #000;
}
.pc-promo-bar .e-promotion{
    min-height: 0px !important;
    background-color: transparent !important;
    border-left: none !important;
    margin-bottom: 0px !important;
    color: #666;
}
.e-promotion-info{
    padding: 0px !important;
}
.pc-promo-bar a{
    color: #fff !important;
    border-bottom: none !important;
    background-color: transparent !important;
}
.pc-promo-bar .e-promotion{
    overflow: visible;
    padding: 0px;
}
.pc-promo-bar a{
    display: block;
    width: 100%;
    border: none !important;
    padding: 12px 0px;
}
.pc-promo-bar span{
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 12px;
    margin-top: 12px;
}
.pc-promo-bar span:after{
    font-family: 'Autodesk-Icon-Font';
    content: "\e615";
    vertical-align: middle;
    float: right;
    margin-left: 6px;
    font-weight: normal;
}
.pc-promo-bar p {
    margin: 0px !important;
    margin-left: 0px !important;
}
@media only screen and (min-width: 64.063em){
     .pc-promo-bar a{
        padding: 21px 0px;
    }
    .pc-promo-bar span{
        display: inline-block;
        width: auto;
        float: right;
        border-left: 1px solid #fff;
        border-top: none;
        padding-left: 10px;
        padding-top: 0;
        margin-top: 0;
    }
    .large-push-2 {
        left: 16.66667%;
        right:auto;
    }
}
@media print {
    #sidebar {
        display: none;
    }
    .body-content {
        padding-top: 0!important;
    }
    .header {
        display: none!important;
    }
    .pc-promo-bar {
        display: none!important
    }
    /* .wp-header .grid-columns {
        min-height: auto!important;
    } */
    /* html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .wp-header {
        height: auto!important;
    } */
    a:not(.legal-section)::after {
        content: " (" attr(href) ")";
    }
}
#scrollbar-container {
   position: absolute;
   top: 0px;
   right: 0;
   bottom: 0px;
   width: 7px;
   border-radius: 7px;
   background: rgba(218,218,218, .5);
}
#scrollbar {
   position: absolute;
   right: 0px;
   width: 7px;
   border-radius: 7px;
   background: rgba(153,153,153, .3);
}

#sidebar #nav ul li a.active {
    color: #000;
}
#sidebar #nav ul li a:hover{
    color: #000 !important;
    border-bottom: none !important;
}
#sidebar #nav ul li a
.hide-after-scroll {padding-bottom: 1em;}
@media (min-width: 1025px) {
    #sidebar #nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 485px;
    }
    #sidebar #nav ul {
        width:215px;
    }
    #sidebar #nav ul {
        overflow-y: scroll;height: 485px;
        padding-left: 0px;
    }
}
html {
    overflow-y: scroll;
}
