html,
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    margin: 0;
    /**/
    font-size: 1.2rem
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    padding-top: 1rem;
    margin: 0 0 1.1111111111rem;
  
  }

  h1, h2 {
    font-size: 2rem;
    letter-spacing: -.0622rem;
    line-height: 1.1666;
  }

  h3 {
    font-size: 1.6669rem;
    letter-spacing: -.063rem;
    line-height: 1.20048;
  }

  h4 {
    font-size: 1.444rem;
    letter-spacing: -.0277rem;
    line-height: 1.19267;
  }

  h5 {
    font-size: 1.222rem;
    letter-spacing: -.0277rem;
    line-height: 1.3125;
  }

  h6 {
    font-size: 1rem;
    letter-spacing: -.0277rem;
    line-height: 1.3125;
  }

  @media (max-width:63.99em) {
    h1, h2 {
      font-size: 1.669rem;
      letter-spacing: -.01666rem;
      line-height: 1.1337;
    }

    h3 {
      font-size: 1.444rem;
      letter-spacing: -.01666rem;
      line-height: 1.19267;
    }

    h4 {
      font-size: 1.222rem;
      letter-spacing: -.01666rem;
      line-height: 1.22749;
    }

    h5 {
      font-size: 1rem;
      letter-spacing: -.01666rem;
      line-height: 1.3125;
    }

    h6 {
      font-size: .888rem;
      letter-spacing: -.01666rem;
      line-height: 1.3125;
    }
  }

header {
    background: #004e8c;
    overflow: hidden;
}

header .subnav {
    background: #1c3d6c
}
header .portal {
    display: flex;
    padding: 1em;
    align-items: center;
}

header .portal img {
    display: inline;
    height: 2em;
    margin: 0;
}
.hero {
    color: #fff;
    background: rgb(25, 41, 74);
    background: linear-gradient(166deg, rgba(25, 41, 74, 1) 51%, rgba(31, 54, 97, 1) 67%, rgba(42, 76, 136, 1) 81%, rgba(55, 102, 181, 1) 90%, rgba(73, 139, 245, 1) 100%);
    padding: 15px 0;
}

.breadcrumb {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    padding: 0.2em 0.2em 0.5em 0.2em;
    margin: 0;
    color: #fff;
}

.breadcrumb li {
    display: list-item;
    margin-right: 0;
}

.breadcrumb li a {
    color: #fff !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}



/* 
.breadcrumb li a {
   color: #fff !important*
}

.breadcrumb li a:hover {
    color: #231f20 !important;
}
*/


code {
    font-family: monospace !important;
    color: gray !important;
    font-weight: 400 !important;

}

pre {
    padding: 12px !important;
}



table {
    margin: 2em 0 !important
}

th {
    text-align: left;
    white-space: pre;
}

h3:not(:first-child) {
    border-top: 2px solid #f1ecec;
    margin-top: 1em;
    padding-top: 1em
}


.footer {
    display: flex;
    flex-direction: row;
    background: #efefef;
    border-top: 2px solid #325083;

}

.footer>div.container {
    display: flex;
    flex-direction: row;
    padding: 2em 0 2em 0;
}

.footer ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 2em 0.5em;
}

.footer ul ul {
    display: block;
    margin: 0.5em 0;
    padding: 0.5em 0;
}

.footer li {
    margin: 0 1em 0 0
}

.footer li li {
    margin: 0 0.24em
}

.footer ul.sitemap>li:nth-child(3) {
    padding-right: 1em;
    border-right: 1px solid #999
}


.footer h3 {
    margin: 0;
    font-size: 1.4rem !important
}

.footer ul.sitemap>li:nth-child(n+4) h3 {
    color: #325083 !important
}


.footer .sitemap {
    color: #666 !important
}

.footer .sitemap a:link {
    color: #666 !important;
    border-bottom-color: #666 !important
}

.footer .masthead {
    background: rgb(25, 41, 74);
    vertical-align: top;
    color: #fff
}

.footer .masthead ul {
    display: block;
}

.footer .masthead img {
    content: url(DHCW-logo-white.svg);
    width: 70%;
    margin: 1em;

}

.footer .masthead i {
    margin-right: 0.5em
}

.footer .masthead a:link,
.footer .masthead a:visited {
    color: #fff !important;
    border-bottom-color: #fff !important
}

.footer .masthead a:hover,
.footer .masthead a:focus {
    color: rgb(25, 41, 74) !important;
    border-bottom-color: rgb(25, 41, 74) !important
}

.visually-hidden {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
}





@media only screen and (max-width: 1023px) {

    .footer {
        flex-direction: column;
    }

    .footer>div.container {
        flex-direction: column;
    }

    .footer ul {
        flex-direction: column;
    }

    .footer ul.sitemap>li:nth-child(3) {
        border: none;
        border-bottom: 1px solid #999;
        padding-bottom: 1em;
        margin-bottom: 2em;
    }

    .breadcrumb {
        flex-direction: column;
    }
}



#nav-header-login-link-sign-in {
    background-color: #ffffff;
    border: 2px solid #325083;
    color: #325083;
    outline: 0;
    line-height: 1;
    border-radius: 1rem;
    font-weight: 600;
    display: inline-block;
    padding: 0.78rem 1.5rem 0.6rem 1.5rem;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition-duration: 0.75s;
    text-transform: uppercase;
}

#nav-header-login-link-sign-in:active {
    filter: none;
    transform: none;
    transition: none;
    border: 2px solid #325083;
    box-shadow: none;
}

#nav-header-login-link-sign-in:focus {
    box-shadow: 0 0 0 0.167rem #fae100;
}



#api-title,
#api-info {
    display: none !important;
}

rapi-doc::part(section-navbar) {
    padding-top: 1em
}

rapi-doc::part(section-operation-webhook-method) {
    padding: 1em 1.5em;
    color: #fff;
    background-color: #19294a;
    border-radius: 0.5em !important;
    border: 1px solid #19294a !important
}

rapi-doc::part(btn) {
    background-color: #ffffff;
    border: none;
    color: #325083;
    padding: 1em 1.5em;
    text-align: center;
    border-radius: 1em;


}

rapi-doc::part(anchor),
a,
a:link,
.m-markdown-small a,
.m-markdown-small a,
.m-markdown a {
    padding-bottom: 2px;
    border: 0;
    border-bottom: 1px solid #1d70b8 !important;
    color: #1d70b8 !important;
    line-height: 1.6;
    transition-property: background-color, color;
    transition-duration: .15s;
    text-decoration: none;
}


a:visited {
    color: #4c2c92 !important;
    border-bottom: 1px solid #4c2c92 !important;
}

rapi-doc::part(anchor):hover,
rapi-doc::part(anchor):focus,
a:focus,
a:hover,
.m-markdown-small a:focus,
.m-markdown a:hover {
    border-bottom: 3px solid #231f20 !important;
    outline: 0;
    color: #231f20;
    background-color: #fae100;
}

rapi-doc::part(btn),
rapi-doc::part(btn):active {
    filter: none;
    transform: none;
    transition: none;
    border: 2px solid #325083 !important;
    box-shadow: none;
}

.section-operation-webhook-method {
    border-radius: 0.5em !important;
    border: 1px solid #19294a !important
}

pre a:link,
.anchor-param-example>p a {
    pointer-events: none;
    color: gray !important;
    text-decoration: none;
    border: none !important
}


a,
a:link {
    padding-bottom: 2px;
    border: 0;
    border-bottom: 1px solid #1d70b8 !important;
    color: #1d70b8 !important;
    line-height: 1.6;
    transition-property: background-color, color;
    transition-duration: .15s;
    text-decoration: none;
}


a:visited {
    color: #4c2c92 !important;
    border-bottom: 1px solid #4c2c92 !important;
}

a:focus,
a:hover {
    border-bottom: 3px solid #231f20 !important;
    outline: 0;
    color: #231f20;
    background-color: #fae100;
}