@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }

	.navbar .nav-item .dropdown-menu .dropdown-sub-menu{ display: none; }

	.navbar .nav-item .dropdown-menu .dropdown-sub-menu{ margin-top:0; }

    .navbar .nav-sub-item:hover .dropdown-sub-menu {
        display: block;
    }

    .dropdown-sub-menu{
        position: absolute;
        top: 0;
        left: 100%;
    }
    
    .dropdown-sub-menu a{
        min-width: 350px;
    }

    .dropdown-sub-menu.show {
        display: block;
    }
    
    #dropdown-susiness-v1-service-provider{
        top: 230px;
    }
}

@media screen and (max-width: 576px) {
    .img-people{
        display: none;
    }
    .card-container {
        justify-content: initial !important;
    }
    .content .title{
        width: 300px !important;
    }
    .content .description{
        width: 300px !important;
    }

    .navbar-header .divider{
        display: none;
    }
    .navbar-header .custom-site-subtitle{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .article_body{
        width: 100%;
    }
    .article_list{
        display: none;
    }
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover{
    border: 0;
}

.navbar .nav-item a:focus-visible,
.navbar .nav-item li:focus-visible,
.navbar .nav-item ul:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}

body{
    font-family: "Interstate Light" !important;
}
.web-content-wrapper, .wrapper-body{   
    min-height: calc(100vh - 210px);
 }

.navbar-dark{
    background-color: #333333;
}

.custom-sitetitle{
    display: inline;
    color: var(--clr-white);
}

.footer{
	border-top: solid grey 1px;
    background-color: #303030;
}

.footer a{
    color: #bcbdc0;
}

.footer a:hover{
    text-decoration: underline;
}

.footer-bottom{
	padding: 20px 0;
}

.hero-banner-content{
	background: url(Home-Banner.png);
    background-position: center top;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.bg-navbar {
    background: #555555;
    padding: 0;
}

.bg-navbar a {
    color: #e6e7e8;
}

.navbar-toggler:focus{
  box-shadow: none;
}

.navbar-toggler{
    border: 0;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    background: #db3d44;
    color: #e6e7e8;
}

.navbar-nav .nav-link:not(.active):hover, .navbar-nav .show>.nav-link:not(.active):hover{
    background: rgba(255, 255, 255, 0.15);
}

.navbar-nav .nav-link a:not(.btn):hover {
    text-decoration: none !important;
}

.navbar-nav>li>a{
    padding: 17px 25px;
    padding-left: 27px !important;
    padding-right: 27px !important;
}

a:not(.btn):hover, a:not(.btn):focus {
    text-decoration: none !important;
}

.nav-link:focus, .nav-link:hover {
    color: #e6e7e8;
}

.dropdown-menu-header{
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0;
}

.dropdown-menu-header>li>a{
    padding: 17px 25px !important;
}

.dropdown-menu-header .dropdown-item, .dropdown-sub-item {
    background-color: #555555;
    color: #e6e7e8;
}

.dropdown-sub-item{
    width: 100%;
}

.dropdown-menu-header > li > a:hover, .dropdown-menu-header > li > a:focus{
    background-color: #6E6E6E !important;
}

.article_body {
    margin-bottom: 0;
    padding: 24px;
    min-width: 300px;
    font-size: 13px;
}
.article_body h1 {
    font-size: 24px;
    color: #222;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 600;
}

.article_body h2 {
    font-size: 16px;
    color: #222;
    line-height: 1.5;
    font-weight: bold;
    padding-top: 60px;
    font-family: Arial;
}

.article_body p {
    font-size: 13px;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.5;
    overflow-wrap: break-word;
    margin: 13px 0 !important;
}

.article_body .conbody{
    margin-top: 20px;
}

.article_body .note__title, .article_body .uicontrol {
    font-weight: bold;
}

.toggle-list{
    position: absolute;
    right: 0;
}

.sidebar{
    border-right: 1px solid #e6e7e8;
    padding: 0;
    background-color: #fafafa;
    margin-bottom: 0;
}
.sidebar ul{
    width: 100%;
}

.sidebar .topictitle1{
    display: none;
}

  .sidebar nav ul {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sidebar nav ul li {
    position: relative;
    font-size: 13px;
  }
  
  .sidebar nav ul li a {
    font-weight: 400;
    display: block;
    text-decoration: none;
    color: #444;
    box-shadow: none;
    border: none;
    line-height: 1.55em;
    padding: 9px 20px;
    padding-right: 40px;
    position: relative;
    transition: none;
  }
  
  .sidebar nav ul li a:not(.active):hover {
    background-color: #eee;
  }
  
  .sidebar nav ul li a:hover:before {
    position: absolute;
    display: block;
    content: "";
    left: -50%;
    top: 0;
    height: 100%;
    z-index: -1;
    background: #fafafa;
  }
  
  .sidebar nav ul li a:hover button.toggle-list {
    color: gray;
  }
  
  .sidebar nav ul li a.active-page {
    color: #db3d44;
    font-weight: 600;
    background: #fafafa;
  }
  
  .sidebar nav ul li .active {
    color: #db3d44;
    font-weight: 600;
    background: #fafafa;
  }
  
  .sidebar nav ul li .active:before {
    position: absolute;
    display: block;
    content: "";
    left: -50%;
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: #eee;
    background: #fafafa;
  }
  
  .sidebar nav ul li .active button.toggle-list {
    color: black;
  }

  .sidebar nav ul li button.active {
    transform: rotate(180deg);
  }
  
  .sidebar nav ul li ul {
    padding-left: 20px;
  }
  
  .sidebar nav ul li ul .active {
    color: #444;
    font-weight: 600;
    background: #fafafa;
  }
  
  .sidebar nav ul li ul li a {
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  
  .sidebar nav ul ul ul {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  
  .sidebar nav ul ul ul .active {
    color: #db3d44;
    font-weight: 600;
  }
  
  .sidebar nav ul ul ul li a {
    margin-left: 20px;
    padding-left: 15px;
  }
  
  .sidebar nav ul li ul li a.active{
    color: #db3d44;
    font-weight: 600;
  }

  .sidebar nav ul li a.active {
    color: #db3d44;
    font-weight: 600;
  }

  .sidebar nav ul ul ul li a:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    z-index: 100 !important;
    background-color: #eee;
  }
  
  .sidebar nav ul ul ul li a.active-page:after {
    width: 3px;
    height: 100%;
    background-color: #db3d44;
    left: -1px;
  }
  
  .sidebar nav > ul {
    margin-top: 24px;
  }
  
  .sidebar nav span > ul {
    margin-top: 24px;
  }
  
  .sidebar nav button.toggle-list {
    position: absolute;
    right: 0;
    border: none;
    z-index: 1;
    background: transparent;
    height: 100%;
    top: 0;
    width: 40px;
    outline: none;
    cursor: pointer;
    border-left: 1px solid transparent;
    color: #666;
  }
  
  .sidebar nav button.toggle-list .material-icons {
    font-size: 20px;
    margin-top: 2px;
  }
  
  .sidebar nav button.toggle-list:hover .material-icons {
    color: #222;
  }
  
  .sidebar nav .back-main-menu {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 13px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .sidebar nav .back-main-menu i.material-icons {
    font-size: 22px;
    margin-right: 5px;
  }

  /* guides */
  .article_body a {
    color: #0096cc;
    font-weight: 600;
    z-index: 1;
    transition: all .15s;
    border-bottom: 3px solid rgba(0, 150, 204, 0.0875);
    box-shadow: inset 0 -4px 0 rgba(0, 150, 204, 0.0875);
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    outline: none;
    } 
    .article_body a {
        text-decoration: none; 
    }
    
    .article_body ul {
        list-style-type: circle;
        margin: 0 0 22px;
        padding: 0 0 0 30px; 
    }
        .article_body ul li {
        margin: 0 0 10px; 
        }
    .article_body ol {
        margin: 0 0 22px;
        padding: 0 0 0 30px; 
    }
        .article_body ol li {
        margin: 0 0 10px; 
        }
    .article_body hr {
        display: block;
        clear: both;
        height: 1px;
        border: 0;
        border-top: 1px solid #eaeaea;
        margin: 44px 0;
        padding: 0; 
    }
    .article_body img {
        display: block;
        max-width: 100%;
        height: auto; 
    }
        .article_body img.alignleft {
        margin: 0 auto 11px; 
        }
        @media screen and (min-width: 580px) {
            .article_body img.alignleft {
            float: left;
            margin-right: 22px; } 
            }
        .article_body img.alignright {
        margin: 0 auto 11px; }
        @media screen and (min-width: 580px) {
            .article_body img.alignright {
            float: right;
            margin-left: 22px; } 
            }
        .article_body img.aligncenter {
        margin: 0 auto 11px; 
        }
    .article_body figure {
        margin: 0 0 44px;
        max-width: 100%;
        width: auto !important; }
        .article_body figure.alignleft {
        text-align: center; 
        }
        @media screen and (max-width: 579px) {
            .article_body figure.alignleft {
            margin-left: auto;
            margin-right: auto; } 
            }
        @media screen and (min-width: 580px) {
            .article_body figure.alignleft {
            text-align: left;
            float: left;
            margin-right: 44px;
            margin-left: 0; } 
            }
        .article_body figure.alignright {
        text-align: center; }
        @media screen and (max-width: 579px) {
            .article_body figure.alignright {
            margin-left: auto;
            margin-right: auto; } 
            }
        @media screen and (min-width: 580px) {
            .article_body figure.alignright {
            text-align: right;
            float: right;
            margin-left: 44px;
            margin-right: 0; } 
            }
        .article_body figure.aligncenter {
        text-align: center;
        margin: 0 auto 11px; }
        .article_body figure > a {
        display: block;
        line-height: 0; 
        }
        .article_body figure img {
        max-width: 100%;
        height: auto; 
        }
        .article_body figure figcaption {
        margin: 11px 0 0;
        text-align: center;
        font-style: italic;
        font-size: 15px;
        line-height: 1.3;
        color: #808080; 
        }
    .article_body blockquote {
        padding: 0 0 0 22px;
        margin: 44px 0;
        color: #1a1a1a;
        font-size: 18px;
        line-height: 1.45;
        border-left: 5px solid #e3e4e5; }
        @media screen and (min-width: 768px) {
        .article_body blockquote {
            padding: 0 0 0 44px;
            font-size: 20px;
            line-height: 1.45; } 
        }
        .article_body blockquote p:last-of-type {
        margin-bottom: 0; 
        }
    .article_body code,
    .article_body kbd,
    .article_body pre,
    .article_body samp {
        font-family: Consolas, Liberation Mono, Courier, monospace; }
    .article_body code {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        background-color: #f7f7f7;
        font-size: 95%;
    }
    .article_body pre {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        background: #f5f5f5;
        display: block;
        padding: 25px;
        margin: 0 0 22px;
        font-size: 95%;
        line-height: 1.4;
        color: #222;
        overflow-x: auto;
        word-wrap: normal; 
    }
    .article_body kbd {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 2px 4px;
        font-size: 90%;
        color: #fff;
        background-color: #333; 
    }
    .article_body mark {
        padding: .2em;
        background-color: #fcf8e3; 
    }
    .article_body abbr[data-original-title], .article_body abbr[title] {
        cursor: help;
        border-bottom: 1px dotted #777; 
    }
    .article_body iframe,
    .article_body object,
    .article_body embed {
        max-width: 100%; 
    }
    .article_body table {
        border: 1px solid #eaeaea;
        margin: 0 0 22px;
        width: 100%;
        max-width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        table-layout: fixed;
    }
        @media screen and (max-width: 640px) {
        .article_body table {
            overflow-x: auto;
            display: block; } 
        }
        .article_body table th {
        font-weight: 600; 
        }
        .article_body table tr {
        border-bottom: 1px solid #eaeaea; 
        }
        .article_body table tr th:last-child,
        .article_body table tr td:last-child {
            border-right: 0; 
        }
        .article_body table th,
        .article_body table td {
        background: #fafafa;
        padding: 4px 8px;
        border-right: 1px solid #eaeaea; 
        word-break: break-word;
        }
        .article_body table thead th {
        background: #f2f2f2; 
        }
        .article_body table tbody tr:nth-child(odd) th,
        .article_body table tbody tr:nth-child(odd) td {
        background: #fff; 
        }
    .article_body .wp-block-pullquote {
        border-color: #e3e4e5;
        margin: 44px 0; 
    }
    .article_body .wp-block-pullquote blockquote {
      border-left: none;
      padding: 0;
      margin: 0; 
    }

 .article_body table {
	display: table;
}
.article_body colgroup {
	display: table-column-group;
}

.article_body col {
	display: table-column;
}

.article_body thead {
	display: table-header-group;
}

.article_body tr {
	display: table-row;
}

.article_body th {
	display: table-cell;
}

.article_body tbody {
	display: table-row-group;
}

.article_body td {
	display: table-cell;
}

.changelog .navbar-sticky{
    position: sticky;
    top: 55px;
}

.changelog h1 {
    font-size: 24px;
    color: #222;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 600;
    padding: 24px;
}

.changelog .subheader {

    font-weight: bold;
    font-size: 18px;
    line-height: 1.6em;
    color: black;
    padding-top: 10px;
    margin: 20px 0;
}
.changelog .categoryheader {

    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
    color: black;
    margin: 30px 0 10px 0;
}

.changelog table a:link {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color:rgb(1, 118, 211);
}

.changelog table a:hover, .changelog table a:focus {
    color: #db3d44;
}

.changelog table thead th {
    background: #f2f2f2;
}

.changelog table th {
    background: #fafafa;
    padding: 4px 8px;
}

.changelog table tr:hover td{
    background-color: #f2f2f2;
}

.changelog table tbody tr th,
.changelog table tbody tr td {
background: #fff; 
}

.changelog ul.nav{
    width: 100%;
}

.changelog .nav-link{
    color: #4d4d4f;
    padding: 0 0 0 16px;
    margin: 4px 0 4px 0;
    font-weight: bold;
    font-size: 13px;
    min-height: 32px;
}

.changelog .nav-link:focus, .changelog .nav-link:hover {
    color: #db3d44;
    background-color: #eee;
}

.changelog a.active{
    color: #db3d44;
    font-weight: bold;
    border-left: solid 2px #d71920;
}

.partner-btn {
    float: right;
    cursor: pointer;
    border: #C9C9C9 1px solid;
    border-radius: 2px;
    padding: 6px 10px;
    color: rgba(0, 0, 0, 0.92);
    font-size: 14px;
}

.card-container{
    display: flex;
    justify-content: center;
    min-width: 100%;
}

.card-container .content{
    float:left;
    padding-top: 25px;
}

.arrow {
    float: left;
    margin-right: 5px;
    margin-top: 30px;
}

.arrow img {
    height: 28px;
    max-width: inherit;
    object-fit: scale-down;
}

.underline-block {
    float: left;
    border-bottom: 2px solid #5E5E5E;
    cursor: pointer;
}

.underline-block:hover {
    float: left;
    border-bottom: 2px solid #E62C36;
    cursor: pointer;
}

.description {
    padding-top: 5px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 20px;
    width: 350px;
}

.img-people {
    float: left;
    width: 103px;
}

.c-gap{
    margin-bottom: 30px;
    margin-top: 30px;
    /*min-width: 500px;*/
}

.content .title {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.92);
}

.submenu{
    position: absolute;
    background-color: #555;
    left: 100%;
    top: 0;
}

.submenu li a{
    width: 320px;
}

.hero-banner {
    background: url(/img-home-xdr.png);
    background-position: center top;
    height: 315px;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner .hero-banner-title{
    color: #222222;
}

.hero-banner-cloud-one .hero-banner-title{
    color: #222222;
    max-width: 750px;
}

.hero-banner-apex-central {
    background: url(/img-home-apex-central.png);
    background-position: center top;
    height: 315px;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-apex-central .hero-banner-title{
    color: #fff;
}

.column-image {
    text-align: center;
}

.column-content{
    padding-bottom: 20px;
}

.column-content h4{
    text-align: center;
    font-weight: 600;
    margin: 20px 0;
}

.navbar-header .divider{
    border-left: 1px solid #888;
    height: 25px;
    margin-left: 12px;
    margin-right: 12px;
}

.navbar-header a{
    height: 34px;
}

.banner-apibeta{
    position: sticky;
    top: 54px;
    z-index: 2;
    background-color: #A1B5EC;
    padding: 7px 15px;
    font-size: small;
}

.note, .tip, .warning {
    position: relative;
    padding: 20px 25px;
    padding-left: 50px;
    margin: 0 0 22px;
    font-size: 90%;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 20px 22px;
}

.note {
    background-color: #f3f8fb;
    background-image: url(/info-circle.svg);
}

@media screen and (max-width: 767px) {
    .multi-column [class*=cols-] {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        padding: 0 10px;
    }
}

redoc .api-content h1 {
    color: #db3d44;
}
/*
redoc .hutltu{
    padding-top: 1.5em;
}

redoc .menu-content{
    padding-top: 55px;
}*/

.article_list{
    min-width: 250px;
    max-width: 250px;
    padding-top: 18px;
}

.header-button-start-trial{
    color: var(--bs-btn-hover-color);
}

.header-button-start-trial:hover{
    background-color: var(--bs-btn-bg);
}

.header-button-go-v1{
    border: 1px #0d6efd solid;
    color: #0d6efd;
}

.header-button-go-v1:hover{
    border: 1px #0d6efd solid;
    color: #0d6efd;
}

.subscribe-notice{
    margin-top: 40px;
    font-size: small;
}

.subscribe-modal .modal-title {
    padding-top: var(--bs-modal-padding);
    padding-left: var(--bs-modal-padding);
}

.subscribe-modal .modal-header {
    border-bottom: 0;
    color: initial;
}

.subscribe-modal .modal-footer {
    border-top: 0;
}

.subscribe-modal .modal-body{
    padding-left: 30px;
    padding-right: 30px;
}

.subscribeEmail-input{
    width: 380px;
    border: 0;
}

.error{
    border-color: #dc3545 !important;
    border-width: 2px !important;
}

.subscribe-modal .input-group-text{
    background-color: initial;
    border: 0;
}

.subscribe-modal i{
    color: #747474;
}

.subscribe-modal .input-group{
    border: 1px solid;
    border-radius: 4px;
}

#closeBtn{
    border: 1px solid;
}

.subscribe-modal .required-error{
    color:#dc3545;
}

.subscribe-modal .hide{
    display: none;
}

.subscribe-modal .show{
    display: block !important;
}

div.article_body table .row>* {
    width: initial;
}