html {
    font-size: 16px;
}

body,
html {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    /*position: relative;*/ /*-> CMS Toolbar break when hover over template selection */
}

body {
    font-family: Arial, sans-serif;
    color: #666;
    /*-webkit-font-smoothing: antialiased;*/
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.outer {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    flex-direction: column;
    flex-wrap: nowrap;
    display: flex;
    overflow: hidden;
}

.outer-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    display: flex;
    height: 100%;
}

header {
    z-index: 1000;
    flex-shrink: 0;
}


.scrollable-area {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    border-right: 1px solid #eee;
}

.simplebar-scroll-content {
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 100%;
    /*-webkit-box-sizing: content-box;*/
    /*box-sizing: content-box;*/
    padding: 1rem 0;
}

.simplebar-scroll-content-inner {
    /*padding-right: 1rem;*/
    /*padding-left: 1rem;*/
}

.simplebar-scroll-content-item {
    padding: 0.75rem 0;
    min-width: 220px;
}

.simplebar-scroll-content-item.side-padding {
    padding-right: 1rem;
    padding-left: 1rem;
}

.outer-inner-inner {
    position: relative;
    /*flex-wrap: nowrap !important;*/
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.side-nav {
    font-family: 'UniversLTStd-Cn', Helvetica, sans-serif;
    background-color: #fff;
    max-width: 320px;
    width: 320px;
    min-width: 0;
    height: 100%;
    transition: all 0.5s;
    flex: 0 0 auto;
}

#sideNavLeft {

}

#sideNavRight {

}

.sidebar-inner {
    height: 100%;
}

.sidebar-inner .list-group {
    max-width: 100%;
    min-width: 220px;
}

.splitter {
    flex: 0 0 auto;
    width: 12px;
    background: url(/static/theme/images/icon-grab-handle.svg) center center no-repeat #eef2f4;
    min-height: 200px;
    cursor: col-resize;
}

.splitter-left {
}

.splitter-right {

}

main {
    flex: 1 1 auto;
    z-index: 1 !important;
    position: relative !important;
    flex-grow: 1 !important;
    flex-direction: column !important;
    display: flex !important;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
}

main .main-inner {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

main .main-inner .simplebar-scroll-content {
    margin: 1rem 0;
}

.main-content {
    transition: all 0.5s;
}

.main-content.fullwidth {
    max-width: 100%;
}


footer {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 0.8125rem;
    color: #666;
    background-color: #D1D4D3;
    padding: 1rem 1rem;
}

.footer-links-ul {
    list-style: none;
    margin: 0;
}

.footer-links-ul li {
    display: inline-block;
    margin-left: 1.5rem;
}

.footer-links-ul li a {
    color: #666;
}

a,
.btn-link,
.page-link {
    color: #0046ad;
}

a {
    letter-spacing: 0.3px;
}

.btn-link {
    cursor: pointer;
}

a.sub-link {
    font-size: 0.875rem;
    letter-spacing: 0.3px;
}

a:hover,
.page-link:hover {
    color: #0046ad;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    color: #0046ad;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 20px;
}

h1 {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 2.25rem;
    line-height: 48px;
    line-height: 1.35;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
}

h3 {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 1.8;
    font-weight: 400;
}

h4 {
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.4;
    font-weight: 700;
}

h5 {
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.4;
    font-weight: 400;
}

h6 {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.35;
    font-weight: 400;
}


.body-copy-150-regular-arial {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 24px;
}

.body-copy-100-regular-arial {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 24px;
}

.body-copy-100-regular-univers {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 1rem;
    line-height: 16px;
    font-weight: 400;
}

.body-copy-75-regular-univers {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 0.9375rem;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.body-copy-50-arial-bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 700;
}

.body-copy-25-arial-bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.5rem;
    line-height: 12px;
    font-weight: 700;
}

label {
    color: #666;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

strong,
.bold {
    font-weight: 700;
}

.form-container .form-group {
    /*height: calc(100% - 1rem);*/
}

.listing-detail-content .btn {

}