/* Minification failed. Returning unminified contents.
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,21): run-time error CSS1039: Token not allowed after unary operator: '-max-width'
(228,18): run-time error CSS1039: Token not allowed after unary operator: '-height'
(242,28): run-time error CSS1039: Token not allowed after unary operator: '-top-color'
(243,37): run-time error CSS1039: Token not allowed after unary operator: '-horizontal-angle'
(252,28): run-time error CSS1039: Token not allowed after unary operator: '-bottom-color'
(253,37): run-time error CSS1039: Token not allowed after unary operator: '-horizontal-angle'
(488,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(489,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(490,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(491,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap');

:root {
    --height: 120px;
    --top-color: inherit;
    --bottom-color: #243c52;
    --horizontal-angle: 3deg;
}

body {
    font-family: 'Libre Franklin', sans-serif !important;
}

:root {
    --max-width: 1200px
}

.body-w {
    background-color: #f5f5f5;
}
.body-ai {
    background-color: white;
}

.bg_blue {
    background: #0F2BFE !important;
}

.bg_darkred {
    background-color: #981104;
}


.content {
    max-width: var(--max-width);
    margin: auto;
}

.container {
    max-width: none;
    position: absolute;
    overflow-x: hidden;
}

.container-white {
    background-color: white;
}

.bgDark {
    background-color: #243c52;
}

.header {
    height: 150px;
    position: relative;
}

.lowHeader {
    height: 128px;
    padding-bottom: 1em !important;
}

.headerAbs {
    height: 180px;
    position: absolute;
    top: 0;
    width: 100%;
    background: #243c52;
}

.header .menuGroup .headerUser img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.header .menuGroup .headerUser .dropdown button.dropdown-toggle {
    width: 158px;
}

.header .menuGroup .headerUser .dropdown button.dropdown-toggle:hover,
.header .menuGroup .headerUser .dropdown button.dropdown-toggle:focus {
    background-color: inherit;
    outline: none;
    box-shadow: none;
}

.header .menuGroup .headerUser .dropdown .dropdown-menu {
    background-color: black;
    margin: 0;
    top: 45px !important;
    border-radius: 0;
}

.header .menuGroup .headerUser .dropdown .dropdown-menu a {
    color: white;
    padding: 6px 12px;
}

.header .menuGroup .headerUser .dropdown .dropdown-menu a:hover {
    background-color: inherit;
    opacity: 0.7;
}

    /*.header .menuGroup .headerUser .dropdown .dropdown-menu*/ .virtual-switch-container {
        padding: 10px;
    }

/*.header .menuGroup .headerUser .dropdown .dropdown-menu*/
a.dropdown-item.virtual-switch {
    border-radius: 10px;
    background-color: #d96b33;
    font-size: 0.8em;
    display: block;
    width: fit-content;
    color: white;
    padding: 0.5em 1em;
}

    /*.header .menuGroup .headerUser .dropdown .dropdown-menu*/ a.dropdown-item.virtual-switch:hover {
        background-color: #d96b33;
        opacity: 1;
    }


.header .menuGroup {
    height: fit-content;
}

.header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

    .logo-header-image {
        width: 150px;
        height: 45px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/Content/images/logos/logo-text-small.png);
    }

.header button {
    background-color: inherit;
    border: 0;
}

.header button:focus {
    outline: none;
}

.header button.focus {
    outline: none;
    background-color: blue;
    border-radius: 16px;
}

.header .menuText {
    color: white;
    font-size: 14px;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

    .header .menuText.selected {
        border-bottom: 2px solid red;
        text-decoration: none;
    }

.header.headerTransparent .menuText {
    color: #041768;
}

.header .leftTopMenu {
    max-width: calc(50% - 80px);
}
.header.headerHome .leftTopMenu {
    max-width: 80%;
}
.header .menuElementContainer {
    display: inline-block;
    position: relative;
}

.header .menuElementContainer .subMenu>*{
    display: block;
    padding: 6px;
}
    .header .menuElementContainer .subMenu {
        display: block;
        z-index: 999;
        padding: 7.5px;
        background-color: #1e314a;
        min-width: 12.5em;
        position: absolute;

        top: -10000%;
        transition: top 0s;
        transition-delay: 0.5s;
    }
    .header .menuElementContainer:hover .subMenu {
        transition-delay: 0s;
        top: 2em;
    }

.header .headerUser{
    display: flex;
    align-items: center;
}


.textGray {
    color: gray !important;
}

.bgBlack {
    background-color: #243c52;
}

.footerTriDiv {
    height: var(--height);
    overflow: hidden;
    display: none;
}

.underline {
    text-decoration: underline;
}

.footerTriDiv::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--top-color);
    transform: skewY(calc(-1 * var(--horizontal-angle)));
    transform-origin: bottom left;
}

.footerTriDiv::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--bottom-color);
    transform: skewY(calc(-1 * var(--horizontal-angle)));
    transform-origin: bottom left;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.body-rel-footer .footer{
    position   : relative;

}

.footer .footerContent {
    max-width: 1200px;
    margin: auto;
}

.footer .footerContent h1 {
    font-size: 72px;
    line-height: 1.0;
    font-weight: lighter;
}

.footer .footerContent h2 {
    font-size: 32px;
    margin-bottom: 36px;
    min-height: 76px;
}

.footer .footerContent p {
    font-size: 22px;
    margin-bottom: 0;
    color: white;
}
    .footer .footerContent p:first-child {
        margin-bottom: 5px;
    }

.footer .footerContent .social img {
    width: 69%;
}

.footer img{
    max-height: 30px; 
}
    .footer ul {
        padding: 0;
        margin-top: 10px;
    }
.footer li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

/*.landingBgImg*/ .chatBtn {
    max-width: 150px;
    opacity: .8;
    background-color: white;
    position: fixed;
    bottom: 16px;
    z-index: 9999;
    right: 16px;
    border: 1px solid lightgray;
}

    /*.landingBgImg*/ .chatBtn button {
        height: 180px;
        border-radius: 30px;
        background-color: black;
        padding: 0;
        display: flex;
        align-items: center;
        border: 0;
    }
        .chatBtn button img{
            width: 100%;
        }

.footer .footerContent .bottom-logo {
    width: 40%;
    height: 25%;
    margin:auto;
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-image: url(/Content/images/logos/logo-text-small.png);
}

.footer .footerContent .bottom-logo-sub {
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
}

button.btn {
    height: 40px;
    border-radius: 10px;
    background: #636466;
    font-size: 15px;
    line-height: normal;
    color: #fff;
    transition: 0.4s;
    padding: 0 35px;
    margin: 5px 10px 5px 0;
}

button.btn:hover {
    color: #bbbbbb;
}

.header button.btn {
    background: transparent;
    margin: 0;
    padding: 6px 12px;
}

button.btn.smallerbtn {
    height: 40px;
    padding: 3px 15px;
}

button.btn.smallbtn {
    height: 35px;
    padding: 0 15px;
}

button.btn.xsmallbtn {
    height: 25px;
    padding: 0 10px;
    font-size: 85%;
}

button.btn-primary {
    background-color: #293b50;
    border-color: #293b50;
}
    button.btn-primary:hover {
        background-color: #293b50;
        border-color: #293b50;
        color: #a1a5a9;
    }
button.btn-bright {
    background-color: #e8641b;
    border-color: #e8641b;
}
button.btn-cyan {
    background-color: #037a91;
    border-color: #037a91;
}

.rmc-zoom{
    cursor: zoom-in;
}

#AllRedemptionsTable .FinSecuritiesTable-Prefix{
    margin: 3em auto 1.5em auto;
}

@media screen and (max-width: 1200px) {
    .footer .footerContent h1 {
        font-size: 32px;
    }
    .footer .footerContent h2 {
        font-size: 18px;
        min-height: auto;
        margin-bottom: 16px;
    }
    .footer .footerContent p {
        font-size: 16px;
    }
    .footer .footerContent {
        max-width: 800px;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {

    .content {
        max-width: 95vw;
        margin: auto;
    }

    .h1, h1 {
        font-size: 1.8rem;
    }


    button.btn {
        padding: 0 1em;
        font-size: 20px;
        height: 2em;
        border-radius: 0.5em;
    }

        button.btn.smallbtn {
            font-size: 3.5vw;
            height: 7vw;
            padding: 0 2vw;
        }


    .logo .logo-header-image {
        width: 45px;
        height: 45px;
        background-image: url(/Content/images/logos/logo-dual.png);
    }

    .footerContent > div:first-child {
        order: 5
    }
    .footerContent > div:nth-child(3) {
        order: 4
    }

    .footer .footerContent .bottom-logo {
        width: 20%;
        margin: 10px;
    }

    .footer .footerContent .bottom-logo-sub {
        font-size: 12px;
    }

    .footer .footerContent {
        margin: 0 5vw;
    }
}

    @media screen and (max-width: 575px) {
        :root {
            --height: 40px;
            --top-color: inherit;
            --bottom-color: #000000;
            --horizontal-angle: 3deg;
        }

        .footer .footerContent h1 {
            font-size: 32px;
        }

        .footer .footerContent h2 {
            font-size: 18px;
            min-height: auto;
            margin-bottom: 16px;
        }

        .footer .footerContent p {
            font-size: 16px;
        }

        .footer .footerContent .social img {
            width: 100%;
        }

        #AllRedemptionsTable{
            margin-top: 70px;
        }
    }

    .Quote-Positive-Diff, .Buy-Label {
        color: green;
    }

    .Quote-Negative-Diff, .Sell-Label {
        color: red;
    }

    .Quote-No-Diff {
        color: black;
    }

    .Wait-Label {
        color: darkgray;
    }


.OrderStatusProgress {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;
    height: 0.75em;
    background-color: white;
    border-radius: 0.5em;
    outline: 1px solid black;
}

    .OrderStatusProgress > div {
        width: 25%;
    }

        .OrderStatusProgress > div:first-child {
            opacity: 1;
        }

        .OrderStatusProgress > div.inactive {
            opacity: 0;
        }

.OrderStatusProgress > div {
    background-color: blue;
}

.TradeOrder-State-Filled {
    color: green;
}

.TradeOrder-State-Rejected {
    color: red;
}

.TradeOrder-State-Cancelled {
    color: #666666;
}

.TradeOrder-State-Processing {
    color: blue;
}


.TradeOrder-State-Filled .OrderStatusProgress > div {
    background-color: green;
}

.TradeOrder-State-Rejected .OrderStatusProgress > div {
    background-color: red;
}

.TradeOrder-State-Cancelled .OrderStatusProgress > div {
    background-color: #cccccc;
}

.TradeOrder-State-Processing .OrderStatusProgress > div {
    background-color: blue;
}

.footer .footerContent .footer-disclaimer{
    margin-top: 44px;
    padding:0 6.5vw;
}
.footer .footerContent .footer-disclaimer p {
    line-height: unset;
    font-size: 12px;
}
body {
    margin: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hamburgerMenu {
    height: 70px;
    top: 0;
}

.hamburgerMenu-home {
    position: absolute;
    background-color: #243c52;
}

header {
    width: 100%;
    height: 70px;
    line-height: 60px;
    position: relative;
}

header button:focus {
    outline: none;
}

header .logo {
    padding-left: 16px;
}

header .logo img {
    max-width: 100px;
}

.hamburger {
    background: none;
    position: absolute;
    right: 0;
    line-height: 45px;
    padding: 0 15px;
    color: white;
    border: 0;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}

header .menuText {
    position: absolute;
    right: 36px;
    font-size: 16px;
}

.cross {
    background: none;
    position: absolute;
    right: 0;
    padding: 0 15px;
    color: #999;
    border: 0;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}

.menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    text-align: center;
    font-size: 12px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.menu li {
    display: block;
    padding: 15px 0 15px 0;
    border-bottom: #dddddd 1px solid;
}

.menu li:hover {
    display: block;
    background: #ffffff;
    padding: 15px 0 15px 0;
    border-bottom: #dddddd 1px solid;
}

.menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #666;
}

.menu ul li a:hover {
    color: #666;
    text-decoration: none;
}

.menu a {
    text-decoration: none;
    color: #666;
}

.menu a:hover {
    text-decoration: none;
    color: #666;
}

.mobile-menu-home {
    left: 5%;
    top: 15px;
    /*transform: translateX(-50%);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
    margin-left: 20px;
    margin-right: 40px;
    width: 100%;
    z-index: 100;
}

.mobile-menu-home a{
    font-size: 3vw;
    margin: 2em 1em 0 0;
}

.mobile-menu-other {
    top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3vw;
    gap: 5vw;
    margin-left: 20px;
    margin-right: 40px;
    width: 100%;
}

.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}

header {
    display: inline-block;
    font-size: 12px;
}

span {
    padding-left: 20px;
}

a {
    color: #336699;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    padding: 4em 6em;
    color: white;
}

    .overlay .overlayHeader .logo img {
        max-width: 100px;
    }

.overlay .overlayHeader .closeIcon img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.overlay .btnGroup button {
    background-color: inherit;
    border: 0;
    height: 32px;
    font-size: 18px;
    outline: none;
}

.overlay .btnGroup button:hover {
    opacity: .5;
}

.overlay .btnGroup button.focus {
    outline: none;
    background-color: blue;
    border-radius: 16px;
}

.overlay hr {
    border-top: 2px solid white;
}

@media screen and (max-width: 575px) {
    .overlay {
        padding: 3em;
    }
    .overlay .overlayHeader .logo img {
        max-width: 100px;
    }
    .overlay .overlayHeader .closeIcon img {
        width: 25px;
        height: 25px;
    }
    .overlay .linkGroup h2 {
        font-size: 22px;
    }
        .overlay .investLinkGroup h2 {
            font-size: 18px;
        }

    .overlay .linkGroup h5 {
        font-size: 16px;
    }
}
