body {
    padding: 0;
    margin: 0;
    background-color: "blue";
    border-top: 20px solid #4e4fa9;
}
.logo {
    padding: 5em;
}
.tab--success {
    color: #000000!important;
    background: #FFFFFF!important;
}
h1{
    color: #4E4FA9!important;
}
h2{
    color: #4E4FA9!important;
    font-weight: 400;
}
.code-block {
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    clear: both;
    color: #fff;
    background: rgb(38, 50, 56);
    font-size: 13px;
    padding: 1em 1.5em;
    border-radius: 12px;
    line-height: 1.6;
    max-width: 100%;
    min-width: 30px;
    box-sizing: border-box;
    overflow-x: auto;
}
pre code {
    display: block;
    background: none;
    white-space: pre;
    max-width: 100%;
    min-width: 30px;
    padding: 0;
    font-size: inherit;
    border-radius: 12px;
    box-sizing: border-box;
}
/* Start Select dropdown styles */
.select-wrapper {
    position: relative;
    user-select: none;
    width: 20%;
    min-width: 100px;
    margin-top: 10px;
    margin-right: 5px;
}
.select-label {
    font-family: Roboto, sans-serif;
    font-size: 16pt;
    font-weight: 400;
    line-height: 1.5em;
    color: #4E4FA9!important;
    display: flex;
    position: relative;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed !important;
    text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin-top: 22px;
    margin-right: 10px;
}
@media print,screen and (max-width: 50rem) {
    .select-label {
        font-size: 12pt;
    }
}
.select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #394a6d;
}
.select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 300;
    color: #3b3b3b;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    cursor: pointer;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #4E4FA9!important;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 2px solid #394a6d;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
.select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    font-size: 18px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s;
}
.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}
.custom-option.selected {
    color: #ffffff;
    background-color: #305c91;
}
.arrow {
    position: relative;
    height: 14px;
    width: 14px;
}
@media print,screen and (max-width: 42rem) {
    .arrow {
        display: none;
    }
}
.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}
.arrow::before {
    left: -5px;
    transform: rotate(45deg);
    background-color: #394a6d;
}
.arrow::after {
    left: 5px;
    transform: rotate(-45deg);
    background-color: #394a6d;
}
.open .arrow::before {
    left: -5px;
    transform: rotate(-45deg);
}
.open .arrow::after {
    left: 5px;
    transform: rotate(45deg);
}
/* End Select dropdown styles */

/* Begin wrapper styles */
.header-h1 {
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: auto;
    font-family: Montserrat,sans-serif;
    font-weight: bold;
    font-size: 1.85714em;
    line-height: 1.2em;
    color: #333333;
}
@media print,screen and (max-width: 50rem) {
    .header-h1 {
        font-size: 1.2em;
    }
}
.sideNav-menu {
    width: 260px;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    backface-visibility: hidden;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.sideNav-wrap {
    font-family: Roboto, sans-serif;
    font-size: 14pt;
    font-weight: 400;
    line-height: 1.5em;
    color: #333333;
    display: flex;
    position: relative;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed !important;
    text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.body-content {
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 260px);
    contain: layout;
}
@media print,screen and (max-width: 75rem) {
    .body-content {
    width: calc(90%);
    margin-right: 5%;
    margin-left: 5%;
    }
}
.sidenav-logo {
    display: inline-block;
}


.outer_wrap {
    padding: 40px 0;
}

.outer_wrap>.outer_wrap:last-child {
    min-height: initial;
}
@media print,screen and (max-width: 75rem) {
    .outer_wrap {
        padding:0;
    }
}

.inner_wrap {
    display: flex;
    width: 100%;
    padding: 0;
}

@media print,screen and (max-width: 75rem) {
    .inner_wrap {
        flex-direction:column;
    }
}

.body-block * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.sidenav-logo-img {
    max-height: 200px;
    max-width: 1000px;
    padding: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.sideNav-ul {
    margin: 0;
    padding: 0;
}
.sidenav-ul-li {
    list-style: none inside none;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}
.body-info {
    width: 100%;
    padding: 0 10px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: rgb(51, 51, 51);
    position: relative;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    text-rendering: optimizespeed !important;
}

@media print,screen and (max-width: 75rem) {
    .body-info {
        width:100%;
    }
}
.body-label {
    cursor: pointer;
    color: #333333;
    margin: 0;
    padding: 12.5px 20px;
    display: flex;
    justify-content: space-between;
    font-family: Montserrat,sans-serif;
    font-size: 0.929em;
    text-transform: none;
    background-color: #fafafa;
}
.body-label:hover {
    color: rgb(50, 50, 159);
    background-color: rgb(225, 225, 225);
}
/* End wrapper styles */
