@font-face {
    font-family: 'citi-Sans-bold';
   src: url("./fonts/Citi-Sans-Text-Bold.otf?#iefix") format("embedded-opentype"), url("./fonts/Citi-Sans-Text-Bold.otf") format("woff"), url("./fonts/Citi-Sans-Text-Bold.otf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'citi-Sans';
   src: url("./fonts/Citi-Sans-Table-Condensed-Regular.ttf");
   src: url("./fonts/Citi-Sans-Text-Regular.otf?#iefix") format("embedded-opentype"), url("./fonts/Citi-Sans-Text-Regular.otf") format("woff"), url("./fonts/Citi-Sans-Text-Regular.otf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'citi-Sans';
   src: url("./fonts/Citi-Sans-Table-Condensed-Regular.ttf");
    src: url("./fonts/Citi-Sans-Table-Condensed-Regular.ttf?#iefix") format("embedded-opentype"),url("./fonts/Citi-Sans-Table-Condensed-Regular.ttf") format("woff"),url("./fonts/Citi-Sans-Table-Condensed-Regular.ttf") format("truetype")
    font-weight: 600;
    font-style: normal
}

body {
    font-family: 'citi-Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #163C6A;
}

a, a:hover, a:focus {
    color: #072946;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
}

img {
    max-width: 100%;
}

a [data-toggle="collapse"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

ul {
    padding-left: 1em;
}

.arr_right:after {
    content: '\25B6';
    font-size: .5em;
    padding-left: .5em;
}

.shadow-top {
    box-shadow: 0 -5px 5px -5px #666;
}

.full-width {
    width: 100%;
}

.bg-grey {
    background-color: #F6F6F6;
}

.bg-gold {
    background-color: #B4975A;
    color: #fff;
}

.bg-brown {
    background-color: #281814 !important;
    color: #fff !important;
}

.bg-white {
    background-color: #fff;
}

.text-gold,
.text-gold:focus,
.text-gold:hover {
    color: #B4975A;
}

.text-grey {
    color: #B2B2B2;
}

.readmore-toggle:before {
    content: 'Read more';
}

.readmore-toggle[aria-expanded="true"]:before {
    content: 'Show less';
}

#menu-top {
    background: #163c6a;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    padding: 4px 0;
}

#masthead {
    background-color: #064880;
    font-size: 1em;
    padding: .3em 0 .5em 0;
    line-height: 1em;
    color: #fff;
}

#search {
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative;
}

    #search input {
        width: 100%;
        border: none;
        border-bottom: solid 1px;
        background-image: url(../img/search_icon_gold.png);
        background-position: left center;
        background-repeat: no-repeat;
        line-height: 30px;
        padding: 8px 30px;
    }

    #search .close {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        background-image: url(../img/close_navigation.png);
        background-position: center center;
        background-repeat: no-repeat;
        width: 17px;
        height: 17px;
        opacity: 1;
    }

    #search input:focus {
        outline: none;
    }

#banner {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    height: 142vw;
    overflow: hidden;
}

    #banner .wealth-hub {
        height: 142vw;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../img/banner-main-m.jpg');
        width: 100%;
    }

    #banner .conversation {
        height: 142vw;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../img/banner-main-m-01-1.jpg');
        width: 100%;
    }

    #banner .visitor-info {
        height: 142vw;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../img/banner-main-m-02.jpg');
        width: 100%;
    }

    #banner .row {
        height: 100%;
    }


#tabs {
}

    #tabs a {
        padding-top: 1em;
        padding-bottom: 1em;
        width: 100%;
        display: inline-block;
        font-size: 12px;
        height: 100%;
        margin-bottom: -3px;
    }

        #tabs a.dropdown-item {
            padding-top: .5em;
            padding-bottom: .5em;
            text-align: center;
        }

        #tabs a.active, #tabs .dropdown-toggle {
            background-color: #fff;
            border-radius: 4px 4px 0 0;
            margin: -1px 0;
            border: none;
            border-bottom: solid 6px #B4975A;
            color: #B4975A;
            box-shadow: 0 0 6px #666;
            width: 100%;
            padding-top: 1em;
            padding-bottom: 1em;
        }

            #tabs .dropdown-toggle:after {
                display: block;
                margin-left: 0;
                vertical-align: .255em;
                transform: scaleX(3);
                content: "v";
                border: none;
                margin-right: 1em;
                position: absolute;
                right: 1em;
                top: 1.5em;
                font-size: 12px;
            }

    #tabs .dropdown {
        width: 90%;
        margin-left: 5%;
    }

#vtour-slider {
    margin-top: -6em;
    padding-bottom: 3em;
    width: 90%;
    margin-left: 5%;
}

    #vtour-slider .slide {
        width: 96%;
        margin: 0 2%;
        background-color: #fff;
        color: #666666;
        text-align: center;
    }

    #vtour-slider .slick-next,
    #vtour-slider .slick-prev {
        top: 35%;
    }

        #vtour-slider .slick-next:before {
            content: '\203A';
            font-size: 40px;
        }

        #vtour-slider .slick-prev:before {
            content: '\2039';
            font-size: 40px;
        }

    #vtour-slider img {
        width: 100%;
    }

#golden-relationship {
    background-image: url(../img/golden-relationship-bg.png);
    background-position-x: -5%;
    background-position-y: 12%;
    background-repeat: no-repeat;
    background-size: 100px;
}

.golden-relationship-overlap-block {
    position: absolute;
    top: 10%;
    height: 60%;
    right: 0;
    width: 40px;
    background-color: #fff;
    color: #B4975A;
}

    .golden-relationship-overlap-block:before {
        content: '\203A';
        font-size: 40px;
        position: absolute;
        top: 0;
        left: 10px;
    }

#wealth-conservatory .block {
    padding: 15px;
    margin-top: -3em;
    margin-bottom: 3em;
}

#wealth-conservatory-leaf {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#visitor-info-slider {
    padding-bottom: 25px;
}

    #visitor-info-slider .slick-dots {
        bottom: 25px;
    }

    #visitor-info-slider .slick-next,
    #visitor-info-slider .slick-prev {
        top: 15%;
        background-color: #B4975A;
        opacity: .8;
        height: 60px;
        width: 30px;
        transition: none;
        z-index: 1;
    }

    #visitor-info-slider .slick-slide .content {
        padding: 0 1em 1em 1em;
    }

    #visitor-info-slider .slick-next {
        right: 0;
    }

    #visitor-info-slider .slick-prev {
        left: 0;
    }

    #visitor-info-slider .slick-next:before {
        content: '\203A';
        font-size: 40px;
        display: block;
        margin-top: -10px;
    }

    #visitor-info-slider .slick-prev:before {
        content: '\2039';
        font-size: 40px;
        display: block;
        margin-top: -10px;
    }

    #visitor-info-slider .slick-dots li button:before,
    #visitor-info-slider .slick-dots li.slick-active button:before {
        font-size: 30px;
        color: #B4975A;
    }

.conversation,
.visitor-info {
    display: none;
}

.wealth-hub.conversation,
.wealth-hub.visitor-info {
    display: flex;
}

#plt {
    border-bottom: solid 6px #46b7e6;
    position: relative;
    padding-top: 2em;
}

    #plt:after {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        background-color: #002a53;
        bottom: -6px;
        right: 0;
    }

#sticky {
    background-color: #F1F3F4;
    color: #B4975A;
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100Vw;
    margin-right: 0;
    margin-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
}

    #sticky.no-stick {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }

#footer {
    background: #333;
    color: #fff;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

    #footer .border-bottom {
        border-bottom: solid 1px #fff;
        padding-bottom: 1em;
        padding-top: 1em;
    }

    #footer h4 {
        font-size: 1em;
    }

    #footer a, #footer a:hover, #footer a:focus {
        color: #fff;
        font-weight: 400;
    }

    #footer ul {
        padding: 0;
        margin: 0;
    }

        #footer ul li {
            padding: 0;
            margin: 0;
            display: inline-block;
            list-style: none;
            padding-right: 1em;
            width: 100%;
        }

#footer-bottom {
    font-size: 14px;
}

    #footer-bottom ul {
        padding: 0;
        margin: 0;
    }

        #footer-bottom ul li {
            padding: 0;
            margin: 0;
            display: inline-block;
            list-style: none;
            padding-right: 1em;
            width: 30%;
        }

            #footer-bottom ul li a {
                font-weight: 600;
            }

@media (min-width: 576px) {
    #menu-top {
        font-size: .8em;
    }

    #masthead {
        font-size: 1.3em;
    }

    #banner {
        height: 53.385vw;
    }

        #banner .wealth-hub {
            height: 53.385vw;
            background-image: url('../img/banner-main-t.jpg');
        }

        #banner .conversation {
            height: 53.385vw;
            background-image: url('../img/banner-main-t-01-1.jpg');
        }

        #banner .visitor-info {
            height: 53.385vw;
            background-image: url('../img/banner-main-t-02.jpg');
        }

    #footer-bottom ul li {
        width: unset;
    }

    #plt {
        border-bottom: solid 9px #46b7e6;
    }

        #plt:after {
            position: absolute;
            content: '';
            width: 9px;
            height: 9px;
            background-color: #002a53;
            bottom: -9px;
            right: 0;
        }
}

@media (min-width: 768px) {
    #banner h1 {
        font-size: 2.6em;
    }

    #tabs a {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        font-size: 16px;
    }

    #golden-relationship {
        background-size: 200px;
    }

    .golden-relationship-overlap-block {
        position: absolute;
        top: 20%;
        height: 60%;
        left: -1px;
        width: 40px;
        background-color: #fff;
        color: #B4975A;
        display: block;
        overflow: visible;
        margin-top: -1em;
    }

        .golden-relationship-overlap-block:before {
            content: '\203A';
            font-size: 40px;
            position: absolute;
            top: 25%;
            left: 10px;
        }

    #visitor-info-slider {
        height: 100%;
    }

        #visitor-info-slider .slick-next,
        #visitor-info-slider .slick-prev {
            top: 20%;
        }

    #wealth-conservatory .block {
        padding: 15px 80px 15px 20px !important;
        margin-bottom: 3em;
    }

    #footer .collapse, #footer .collapsing, #footer .collapse.show {
        display: block !important;
        height: 100% !important;
    }
}

@media (min-width: 992px) {

    #masthead {
        font-size: 2em;
    }

    #banner {
        height: 34.7222vw;
    }

        #banner .wealth-hub {
            height: 34.7222vw;
            background-image: url('../img/banner-main-d.jpg');
        }

        #banner .conversation {
            height: 34.7222vw;
            background-image: url('../img/banner-main-d-01-1.jpg');
        }

        #banner .visitor-info {
            height: 34.7222vw;
            background-image: url('../img/banner-main-d-02.jpg');
        }

    #golden-relationship {
        background-size: 300px;
    }

    .golden-relationship-overlap-block:before {
        top: 30%;
    }

    #visitor-info-slider .slick-next,
    #visitor-info-slider .slick-prev {
        top: 25%;
    }

    #plt {
        border-bottom: solid 12px #46b7e6;
    }

        #plt:after {
            position: absolute;
            content: '';
            width: 12px;
            height: 12px;
            background-color: #002a53;
            bottom: -12px;
            right: 0;
        }
}

@media (min-width: 1200px) {
    .golden-relationship-overlap-block:before {
        top: 30%;
    }
}

@media (min-width: 1480px) {
    .container {
        max-width: 1480px;
    }
}
