
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    line-height: 1.15
}

article,footer,header,main,nav,section {
    display: block
}

body {
    background-color: #ffffff;
    color: #202020;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-top: 0
}

address,p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}



dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}


a {
    background-color: transparent;
    color: #005bc0
}

img {
    border-style: none
}

img,svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: inherit;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.h1,h1 {
    font-size: 2rem
}

.h2,h2 {
    font-size: 1.74rem
}

.h3,h3 {
    font-size: 1.51rem
}

.h4,h4 {
    font-size: 1.32rem
}

.h5,h5 {
    font-size: 1.14rem
}

.h6,h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 400
}

hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small,small {
    font-size: 80%;
    font-weight: 400
}



.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.col {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
}

html body .content {
    backface-visibility: hidden;
    min-height: calc(100% - 32px);
    padding: 0;
    position: relative;
    transition: all .3s ease
}

html body .content .app-content {
    overflow: hidden
}

html body .content .content-wrapper {
    padding: 1.8rem
}

html body .content .content-wrapper .content-header-title {
    color: #1b1b1b;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

html body.boxed-layout {
    padding-left: 0;
    padding-right: 0
}

.app-content.center-layout {
    overflow: hidden
}
