html {
    height: 100%;
}

body {
    background-color: white;
    color: #000000;
    font-family: 'Hubot Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    line-height: 1.5;
    min-width: 350px;
    overflow-y: scroll;
}

#rootFlexContent {
    position: relative;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}


#contentContainer {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

#content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    padding-top: 10px;
}

#contentCenter {
    padding: 0px;
    padding-top: 0px;
    flex: 1 1 auto;
}

section {
    position: relative;
    max-width: 1200px;
    overflow: visible;
    padding:20px;
    margin: 0 auto;
}

#header section {
    padding-left: 5px;
    padding-right: 5px;
}
#headerSecondary section {
    padding-left: 5px;
    padding-right: 10px;
}

.headerNoJsWarning {
    display: block;
    border-radius: 0px;
    background-color: rgba(217, 130, 43, 0.15);
    color: #bf7326;
}

/* Small Screen */
@media screen and (min-width: 600px) {
    #headerAlert section {
        max-width: 100%;
    }
    #header section {
        padding-left: 5px;
        padding-right: 10px;
    }
    #headerSecondary section {
        padding-left: 5px;
        padding-right: 10px;
    }

    section {
        max-width: 100%;
    }
}

/* Medium Screen */
@media screen and (min-width: 800px) {
    .headerNoJsWarning {
        display: none;
    }

    #headerAlert section {
        max-width: 100%;
    }

    section {
        max-width: 100%;
    }

    #contentContainer section {
        padding-right: 40px;
    }

    #header section {
        padding-left: 14px;
        padding-right: 25px;
    }
    #headerSecondary section {
        padding-left: 14px;
        padding-right: 25px;
    }
}

/* Large Screen */
@media screen and (min-width: 1200px) {
    #headerAlert section {
        max-width: 1200px;
    }
    section {
        max-width: 1200px;
    }
    #contentContainer section {
        padding-right: 25px;
    }
    #header section {
        padding-left: 14px;
        padding-right: 25px;
    }
    #headerSecondary section {
        padding-left: 14px;
        padding-right: 25px;
    }
}

.noJsHidden {
    display: none;
}

#backToHomeButton {
    display: flex;
    justify-content: center;
    align-items: center;
}
#backToHomeButton .bp3-icon {
    margin-left: 1px;
    margin-right: 4px;
    color: #bfccd6;
}

hr {
    margin-top: 10px;
	border-top: 1px solid #BFCCD6;
    border-bottom: none;
    margin-bottom: 10px;
}

.suggestEditButton a {
    color: #8A9BA8 !important;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.suggestEditButton a:hover {
    color: #5C7080 !important;
    text-decoration: none;
}
#suggestEditButtonMobile {
    width: 100%;
    margin-top: 20px;
    display: block;
}
#suggestEditButtonMobile a {
    float: right;
    margin-top: 5px;
}
/* Large Screen */
@media screen and (min-width: 1100px) {
    #suggestEditButtonMobile {
        display: none;
    }
}

pre {
    font-family: monospace;
    text-transform: none;
    background: hsla(0,0%,100%,.7);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(16,22,26,.15);
    box-shadow: inset 0 0 0 1px rgba(16,22,26,.15);
    color: #182026;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin: 10px 0;
    padding: 13px 15px 12px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}

code {
    font-family: monospace;
    text-transform: none;
    background: hsla(0,0%,100%,.7);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(16,22,26,.2);
    box-shadow: inset 0 0 0 1px rgba(16,22,26,.2);
    color: #5c7080;
    font-size: smaller;
    padding: 2px 5px;
}

.apiCard {
    padding: 0px;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
    background-color: #EBF1F5;
}

.apiCardHeading {
    padding: 5px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(16,22,26,.15);
}
.apiEndpointCard {
    padding: 0px;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
    background-color: #EBF1F5;
}
.apiEndpointCardHeading {
    height: 30px;
    border-bottom: 1px solid rgba(16,22,26,.15);
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
}

.apiEndpointCardHeading .bp3-tag {
    margin: 0px;
    padding: 5px;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 auto;
}
.apiEndpointCardHeading p {
    flex: 1;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
}
.apiEndpointCardHeading code {
    flex: 1;
    margin: 0px;
    padding: 6px;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 12px;
    color: #10161A;
    background: none;
}

.apiEndpointHiddenHeader {
    position: absolute;
    left:     -10000px;
    top:      auto;
    width:    1px;
    height:   1px;
    overflow: hidden;
}
.apiCardHeading h1 {
    margin: 0px;
}
.apiCardHeading h2 {
    margin: 0px;
}


.apiCardHeading code {
    border: none;
    box-shadow: none;
    background: none !important;
    padding: 0px;
}

.apiCardContent {
    padding: 20px;
}

.apiCardContent pre {
    border: none;
    box-shadow: none;
    background-color: #202b33;
    color: #bfccd6;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-top: 20px;
    border-radius: 0px;
    padding-left: 20px;
    white-space: pre-wrap;
}

.apiCardContent pre.light {
    border: none;
    box-shadow: none;
    background-color: #dbe2e7;
    color: #202b33;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-top: 20px;
    border-radius: 0px;
    padding-left: 20px;
    white-space: pre-wrap;
}

.flexSpacer {
    flex: 1;
}

#contentContainer img {
    display: block;
    margin: 0 0 1rem;
    border-radius: 5px;
    max-width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
}

#header {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}


.menu-bar-logo {
    height: 66px;
    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    position: relative;
}

.menu-bar-logo a {
    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    position: relative;
}

.menu-bar-logo-img {
    width: 32px;
    height: 32px;
}

.menu-bar-logo h1 {
    margin-left: 10px;
    font-size: 30px;
    font-variant: small-caps;
    font-stretch: semi-condensed;
    text-transform: uppercase;
}

.post {

}

.post-list {

}

.post-single {

}

.post-list-item {
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05),0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.post-list-item h1,h2,h3,h4,h5,h6 {
    margin: 0px;
}
.post-list-item a {
    margin-bottom: 10px;
    color: #3182ce;
    text-decoration: none;
}
.post-list-item a:hover {
    color: #4299e1;
}

.contentContainer {
    background-color: rgba(245,245,245,1.0);
}

.post-list h3 {
    font-weight: 500;
}

.post-list {
    margin-bottom: 50px;
}
.post-list-date {
    margin-bottom: 15px;
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: 500;
}
.post-list-summary {
    margin-bottom: 15px;
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: 400;
}

.post-list-item .post-list-item-image:not(#dummy) {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    display: block;
    border-radius: unset;
    border: unset;
    box-shadow: unset;
    max-height: 150px;
    object-fit: cover;
    margin-bottom: 20px;
    opacity: 0.5;
}


/* .external-site-link {
    display: inline-block;
    position: relative
}

.external-site-link::after {
    opacity: 0.6;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: calc(100% + 4px);
    width: 12px;
    height: 12px;
    background-image: url('/img/icons/arrow-top-right-black.svg');
} */


#contentContainer p {
    line-height: 1.5;
}


.post-single a {
    margin-bottom: 10px;
    color: #3182ce;
    text-decoration: none;
}
.post-single a:hover {
    color: #4299e1;
}

.post-single {
    margin-bottom: 40px;
    max-width: 1100px;
}

.post-single-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
}

.post-single-date {
    margin-top: 4px;
    margin-bottom: 20px;
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: 500;
}

.post-single-content p {
    margin-bottom: 20px;
}
.post-single-content {
    line-height: 1.5;
    margin-top: 30px;
}

.post-single-content h1,h2,h3,h4,h5,h6 {
    color: black !important;
    line-height: 1.4 !important;
}

.cta-signup-button {
    margin-top: 20px;
    margin-bottom: 20px;
    color: white !important;
}