@font-face {
    font-family: 'MaerskHeadlineLight';
    src: url('../fonts/MaerskHeadline-Light.otf') format('opentype');
    font-weight: 300;
}
@font-face {
    font-family: 'MaerskHeadlineRegular';
    src: url('../fonts/MaerskHeadline-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'MaerskTextRegular';
    src: url('../fonts/MaerskText-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'MaerskTextBold';
    src: url('../fonts/MaerskText-Bold.ttf') format('truetype');
    font-weight: 700;
}
/* COLOR VARIABLES*/
:root {
    --primary-color: #42B0D5;
    --primary-blue-700: #005487;
    --secondary-dk-blue: #00243F;
    --secondary-dk-blue-hover: #003D6D;
    --secondary-mid-blue: #0073AB;
    --secondary-lt-blue: #AAE1FB;
    --secondary-teal-500: #009687;
    --secondary-citrus-800: #91B200;
    --lightest-blue: #E9F6FC;
    --white: #FFFFFF;
    --font-color: #141414;
    --border-color: #DBDBDB;
    --accent-red: #FA6A55;
    --accent-dim: #FF5E4B;
    --functional-grey-ultralight: #F7F7F7;
    --functional-grey-200: #EDEDED;
    --functional-grey-ultradark: #545454;
    --alert-info-dark: #42B0D5;
    --alert-info-light: #B5E0F5;
    --alert-warning-dark: #FFD029;
    --alert-warning-light: #FFF0BE;
    --alert-danger-dark: #B80012;
    --alert-danger-light: #E9B2B7;
    --alert-success-dark: #40AB35;
    --alert-success-light: #C5E5C2;
}
body {
    color: var(--font-color);
    font-family: 'MaerskTextRegular', Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
blockquote {
    border-left: 4px solid var(--primary-color);
    margin-top: 24px;
}
h1,
article h1 {
    font-size: 45px;
    line-height: 50px;
    font-family: 'MaerskHeadlineLight', Arial, Helvetica, sans-serif !important;
    font-weight: 300;
    color: var(--functional-grey-ultradark);
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--border-color);
}
h2,
article h2 {
    font-size: 36px;
    line-height: 40px;
    font-family: 'MaerskHeadlineLight', Arial, Helvetica, sans-serif !important;
    font-weight: 300;
}
h3,
article h3 {
    font-size: 26px;
    line-height: 32px;
    font-family: 'MaerskHeadlineRegular', Arial, Helvetica, sans-serif !important;
}
h4,
article h4 {
    font-size: 22px;
    line-height: 26px;
    font-family: 'MaerskHeadlineRegular', Arial, Helvetica, sans-serif !important;
}
h5,
article h5 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'MaerskTextBold', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
}
p,
article p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'MaerskTextRegular', Arial, Helvetica, sans-serif !important;
    margin: 0 0 16px 0;
}
article li {
    margin-bottom: 8px;
}
code,
article code {
    font-size: 16px;
}
mark.get {
    background-color: var(--alert-success-dark);
    color: var(--white);
    border-radius: 2px;
}
mark.post {
    background-color: var(--alert-info-dark);
    color: var(--white);
    border-radius: 2px;
}
mark.put {
    background-color: var(--alert-warning-dark);
    color: var(--font-color);
    border-radius: 2px;
}
mark.delete {
    background-color: var(--alert-danger-dark);
    color: var(--white);
    border-radius: 2px;
}
/* override the swagger stylesheet font */
label {
    font-family: 'MaerskTextRegular', Arial, Helvetica, sans-serif !important;
}
/* start index / landing page styles */
.doc-landing-container {
    margin: 12px auto;
}
.doc-landing-hero {
    margin-bottom: 32px;
}
.doc-landing-options {
    display: flex;
    flex-wrap: wrap;
}
/* make the card one wide on phone */
.doc-landing-card {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 90%;
    margin-right: 1%;
    margin-bottom: 4%;
    padding: 0;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background-color: var(--white);
    color: var(--font-color);
    text-decoration: none;
}
.doc-landing-card:last-of-type {
    margin-right: 0;
}
/* make the card two wide on tablet and above */
@media (min-width: 1024px) {
    .doc-landing-card {
        width: 48%;
        margin-right: 2%;
    }
}
/*a:hover.doc-landing-card {
    box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.03),
                0px 3px 14px 2px rgba(0, 0, 0, 0.03),
                0px 5px 5px -3px rgba(0, 0, 0, 0.04);
    color: var(--font-color);
    text-decoration: none;*/
}
/* style the title to underline on hover */
/*a:hover.doc-landing-card .doc-landing-card__body h3 {
    text-decoration: underline;
}*/
/* style the image to scale on hover */
/*a:hover.doc-landing-card .doc-landing-card__graphic-del,
a:hover.doc-landing-card .doc-landing-card__graphic-ful {
    transform: scale(1.2);
}*/
.doc-landing-card__graphic {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.doc-landing-card__graphic-del {
    width: 100%;
    padding-top: 59%;
    background-image: url(../../../images/Landing_Page/E-Delivery_DocumentationTile_vert.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in-out;
}
.doc-landing-card__graphic-ful {
    width: 100%;
    padding-top: 59%;
    background-image: url(../../../images/Landing_Page/E-Fulfilment_DocumentationTile_vert.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in-out;
}
.doc-landing-card__body {
    display: block;
    padding: 24px;
}
.doc-landing-card__body > h3 {
    margin-top: 2px;
}
.doc-landing-card__body > h3:hover > .anchorjs-link, .anchorjs-link:focus {
    opacity: 0;
}
/* end index / landing styles */
details:first-of-type {
    margin-top: 36px;
}
button, a {
    color: var(--secondary-mid-blue);
}
/* site logo */
.navbar-inverse .navbar-brand > .svg {
    position: relative;
    display: block;
    width: 136px;
    height: 32px;
    margin-top: 10px;
    margin-right: 24px;
}
/* top level nav overrides */
.navbar-inverse {
    background-color: var(--white);
    border-color: var(--border-color);
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: var(--font-color);
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: var(--font-color);
    box-shadow: inset 0px -1px 0px 0px var(--functional-grey-ultradark);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: var(--font-color);
    background-color: var(--white);
}
.navbar-default {
    background-color: var(--functional-grey-ultralight);
}
.navbar-default .breadcrumb > li + li:before,
.navbar-default .breadcrumb > li > a {
    color: var(--font-color);
}
.navbar-default .breadcrumb > .active > a,
.navbar-default .breadcrumb > .active > a:hover,
.navbar-default .breadcrumb > li.active > a:focus {
    background-color: hsla(0, 0%, 100%, 0.3);
}
.navbar-inverse .navbar-toggle {
    border-color: var(--border-color);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: var(--font-color);
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: var(--border-color);
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: var(--functional-grey-ultralight);
}
/* side nav overrides */
.sidetoc {
    background-color: var(--functional-grey-ultralight);
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}
.sidenav,
.fixed_header,
.toc {
    background-color: var(--functional-grey-200);
}
/*remove bottom space between side nav and footer*/
.sidetoc.shiftup {
    bottom: 0;
}
body .toc, .sidefilter {
    background-color: var(--functional-grey-ultralight);
}
/* breathing room between sidenav items */
.toc .nav > li > a {
    margin-bottom: 8px;
}
.toc .nav > li.active > a {
    color: var(--secondary-mid-blue);
}
.toc .nav > li.active > a:hover,
.toc .nav > li.active > a:focus {
    color: var(--secondary-dk-blue);
}
/* functionality for collapsible / expandable sections */
details > summary {
    cursor: pointer;
}
details > summary > :last-child::before {
    content: "+ ";
}
details[open] > summary > :last-child::before {
    content: "- ";
}
/* hide the "improve this document link in the sidebar */
.sideaffix > div.contribution {
    display: none;
}
/* ensure the top-level active nav item is identifiable */
ul.nav.level1.navbar-nav > li.active a {
    color: var(--secondary-mid-blue);
}
/* indent the sub-nav content to give relationship perspective on the right sidebar */
ul[class^="level"].nav.bs-docs-sidenav li {
    margin-left: 1rem;
}
/* remove the margin on the first/top-level nav items */
ul.level1.nav.bs-docs-sidenav li a {
    margin-left: 0;
}

.affix ul > li.active > a:first-of-type {
    color: var(--secondary-mid-blue);
    font-weight: 700;
}
/* basic tags to communicate which service the api supports */
.tag-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.tag-base {
    padding: 4px 12px;
    border-radius: 100px;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 400;
    color: var(--functional-grey-ultradark);
    background-color: var(--alert-info-light);
}
/* override the blockquote/notification colors */
.alert-danger {
    color: var(--font-color);
    background-color: var(--alert-danger-light);
    border-color: var(--alert-danger-dark);
}

.alert-warning {
    color: var(--font-color);
    background-color: var(--alert-warning-light);
    border-color: var(--alert-warning-dark);
}

.alert-info {
    color: var(--font-color);
    background-color: var(--alert-info-light);
    border-color: var(--alert-info-dark);
}
.footer-links > a {
    margin-left: 16px;
}