/*--------------------------------------------------------------------------------------------------------------------

    JSE StyleSheet
	Version: 1.0

	Main colours
    
    Green: #a3cf61
    Light Grey: #eeeeee
    Dark Grey: #444444

--------------------------------------------------------------------------------------------------------------------*/

/* Base */
@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap');



/* Universal Styles
-------------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
}


/* Utility
-------------------------------------------------------*/
a#scroll_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #fff;
    border: none;
    display: none;
    z-index: 10000;
}

    a#scroll_top i {
        background: #303030;
        font-size: 26px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 5px;
    }

        a#scroll_top i:hover { /* background: #a3cf61; */ /* color: #303030; */
        }


.highlight {
    margin: 10px 0;
    font-size: 1.7rem;
    color: #a3cf61;
}

.footnote {
    font-size: 1.5rem
}

.body-section {
    padding: 60px 0;
    position: relative;
    clear: both;
    color: #303030;
}

.break {
    word-break: break-all;
}

.navbar-toggler:focus, a:focus {
    outline: none;
}




/* Icons font-awesome 
-------------------------------------------------------*/
.circle {
    position: relative;
    margin: 0;
    text-align: center;
    display: inline-block;
    background: none;
    border: 2px solid #a3cf61;
    border-radius: 100%;
    width: 60px;
    line-height: 0.85;
    padding: 15px 0 15px 0;
    color: #a3cf61;
    font-size: 25px;
    text-decoration: none;
    transition: all .3s;
}

    .circle:hover {
        color: #fff;
        background: #a3cf61;
        text-decoration: none;
        border-radius: 100%
    }

.circle-plus {
    position: relative;
    margin: 0;
    text-align: center;
    display: inline-block;
    background: none;
    border-radius: 50%;
    width: 50px;
    line-height: 0.85;
    padding: 5px 0 10px 0;
    color: #a3cf61;
    font-size: 30px;
    text-decoration: none;
}

    .circle-plus:hover {
        color: #fff;
        background: #a3cf61;
        text-decoration: none;
    }

.pdf:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f15c';
    font-size: 30px;
    color: #a3cf61;
    text-decoration: none !important;
    font-weight: 300;
    top: 2px;
    left: 15px;
}

    .pdf:before:hover {
    }

.pen:before {
    position: relative;
    padding-right: 10px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f040';
    font-size: 18px;
    vertical-align: middle;
    color: #a3cf61;
    text-decoration: none !important;
}

.world:before {
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    content: '\f0ac';
    padding-right: 5px;
    font-size: inherit;
    vertical-align: top;
}

.arrow {
    margin: 0;
    color: #a3cf61;
    text-decoration: none !important;
    display: block
}

a.arrow {
    text-decoration: none;
}

.arrow:after {
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    content: '\f0da';
    padding-left: 5px;
    font-size: inherit;
    vertical-align: top;
}

.arrow[aria-expanded="true"]:after {
    content: '\f0d7';
}

/* Typography Styles
-------------------------------------------------------*/

h1 {
    color: #FFFFFF;
}

h2, h3, h4, h5, h6 {
    color: #303030;
    font-family: 'Roboto', sans-serif;
}

b, strong {
    font-family: 'Roboto', sans-serif;
    font-weight: bold; /*color: #303030;*/
}

.orange {
    color: #a3cf61;
}

a {
    color: #a3cf61;
}

    a:hover, a:focus {
        color: #a3cf61;
    }

        a:link img, a:visited img, a:hover img, a:active img {
            border: none;
            outline: none;
        }


/* Header
-------------------------------------------------------*/
#logo img {
    vertical-align: middle;
    max-width: 270px;
    height: auto
}

.header {
    position: fixed;
    left: 0;
    z-index: 111;
    width: 100%;
    padding: 18px 0;
}

    .header .navbar-brand img {
        transition: all .3s;
    }

.navbar {
    padding: 0;
}
/* Content
-------------------------------------------------------*/
.content__main {
    padding: 2em 0;
    line-height: 2em;
}

/* Footer Styles
-------------------------------------------------------*/
.footer1 {
    background: #1c1c1c;
    color: #666d70 !important;
    margin-top: 1rem;
}

.footer-link {
    color: #666d70 !important;
    text-decoration: none;
    margin-top: 6px;
    display: inline-block;
}

    .footer-link:hover {
        text-decoration: underline;
    }

.footer-top {
    padding: 35px 0 25px 0;
}

.footer2 {
    background: #262626;
    color: #666d70 !important;
}

.footer-bottom {
    padding: 40px 0 20px 0;
}

.linkedIn {
    margin: 10px 0;
}

    .linkedIn .fab {
        font-size: 1em;
        position: relative;
        margin: 0;
        text-align: center;
        display: inline-block;
        line-height: 0.85;
        padding: 10px;
        color: #666d70;
        text-decoration: none;
    }

        .linkedIn .fab:hover {
            color: #fff;
            background-color: #0077b5;
            text-decoration: none;
        }

.fa.fa-linkedin {
    margin: 0 0 0 10px;
    padding: 10px;
    color: #666d70;
    background: #fff;
    border-radius: 100%;
}

.popup {
    position: absolute;
    left: 50%;
    bottom: 100%;
    text-align: center;
    white-space: nowrap;
    z-index: 90;
    font-size: 0.9rem;
    line-height: 2.4rem;
    padding: 0 1rem;
    margin-bottom: 7px;
    border-radius: 0.25rem;
    background: #333;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-50%,-1em,0);
    transition: opacity 0.2s cubic-bezier(.78,.13,.15,.86) 0.3s, transform 0.2s cubic-bezier(.78,.13,.15,.86) 0.3s;
}

    .popup:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: -7px;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #333;
    }


/* Navigation 
-------------------------------------------------------*/
.nav-item {
    padding: 0.8em 0;
    margin: 0 15px;
}

.nav-link {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.fa.fa-bars {
    padding: 5px;
    color: #fff;
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-top: none;
    min-width: 180px;
    border-radius: 0;
    padding: 0;
}

.dropdown-item {
    color: #303030;
    font-family: 'Roboto', sans-serif;
    padding: 0.6em 20px;
}

    .dropdown-item:active {
        background-color: #fff;
        color: #a3cf61;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #a3cf61;
        background: transparent;
    }

.dropdown-toggle:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    vertical-align: top;
    color: #fff;
    border: 0;
    font-size: 25px;
    margin-right: 15px;
}




/* Secondary nav */
.interactive-bar {
    background-color: #303030;
    padding: 7px 0;
    display: none;
    clear: both;
}

    .interactive-bar ul {
        margin: 0;
        padding-left: 0;
        list-style-type: none;
        width: 100%;
        text-align: left;
    }

        .interactive-bar ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
        }

            .interactive-bar ul li a {
                position: relative;
                margin: 0;
                padding: 10px;
                color: #fff;
                text-decoration: none;
                display: inline-block;
            }

                .interactive-bar ul li a:hover {
                    color: #a3cf61 !important;
                }

                .interactive-bar ul li a:active {
                    color: #a3cf61 !important;
                }


/* Button Styles
-------------------------------------------------------*/
.btn-primary {
    color: #FFFFFF;
    background-color: #a3cf61;
    border-color: #a3cf61;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    outline: none;
    padding: 0.3em 1.5em;
    transition: all .3s;
}

    .btn-primary:hover, .btn-primary:active,
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #FFFFFF;
        background-color: #303030;
        border-color: #303030;
        text-decoration: none;
    }

        .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: none;
        }
/* Banner
-------------------------------------------------------*/
.banner-section {
    display: block;
}

    .banner-section.home {
        width: 100%;
        position: relative;
        height: 450px;
        background: url(../jpg/f0rvpwf-ixe-scaled-1.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/f0rvpwf-ixe-scaled-1.jpg',sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/banner/f0rvpwf-ixe-scaled-1.jpg',sizingMethod='scale')";
        display: none;
        padding-top: 80px;
    }

.l-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-text {
    padding: 3em 0;
    position: absolute;
}

.banner__heading {
    font-size: 2.5rem;
    padding-bottom: 15px;
}

.banner-section.internal-page .banner-text {
    padding: 5em 0;
}

.banner-text p a {
    color: #fff;
}

.internal-page {
    height: 200px;
    background-color: #a3cf61;
    border-top: 1px solid #e1e1e1;
    position: relative; /* padding-top: 80px; */
}

    .internal-page h1 {
        margin: 0;
        color: #FFFFFF;
    }

.banner-section p {
    margin-top: 0;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.banner-section h2 {
    text-align: left;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.internal-page {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

    /* Inner banner images */
    .internal-page.About {
        background-image: url(../jpg/ejwfqaerqqa-scaled.jpg)
    }

    .internal-page.History {
        background-image: url(../jpg/xvjvduogpou-scaled.jpg)
    }

    .internal-page.Registry {
        background-image: url(../jpg/xvjvduogpou-scaled.jpg)
    }

    .internal-page.Custodial {
        background-image: url(../jpg/diwubnzqqw0-scaled.jpg)
    }

    .internal-page.Shareholder {
        background-image: url(../jpg/lajpsof6x_o-scaled.jpg)
    }

    .internal-page.Stakeholder {
        background-image: url(../jpg/diwubnzqqw0-scaled.jpg)
    }

    .internal-page.Forms {
        background-image: url(../jpg/xvjvduogpou-scaled.jpg)
    }



/* Home 
-------------------------------------------------------*/
.investor {
    background: #303030;
    padding: 3rem 0
}

.investor__title {
    font-size: 2.5rem;
}

.investor__btn {
    display: block;
    width: 100%;
    padding: 2px;
    text-align: center;
}

.btn-miraqle {
    background: #a3cf61 url(../miraqle-logo.html) center center no-repeat;
    border: 1px solid #a3cf61;
    border-radius: 0;
    color: transparent;
    min-height: 35px;
}

    .btn-miraqle a {
        text-transform: uppercase;
    }

    .btn-miraqle:hover {
        background-color: transparent;
        border: 1px solid #a3cf61;
    }

.info {
    background: #a3cf61;
    padding: 2.2rem 0;
    text-align: center;
}

.info-heading {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
}

.info-text {
    padding-top: 1rem;
}

.info a {
    color: #fff;
    outline: none;
    text-decoration: none;
}

    .info a:hover {
        color: #303030;
        outline: none;
        text-decoration: none;
    }

.featured {
    background: #FFFFFF;
    padding-top: 2rem;
}

.featured__title {
    display: block;
    font-size: 1.2rem;
    color: #303030;
    text-transform: uppercase;
    vertical-align: top;
    min-height: 2rem;
    letter-spacing: -0.02em;
}

.featured__text {
    min-height: 5rem;
    margin: 0 0 2.5rem 0;
    color: #303030;
}

a.circle-plus {
    font-size: medium;
    font-weight: bold;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 22px;
    transition: all .3s;
}

.network {
    padding: 5rem 0;
}

.network__title {
    color: #303030;
    text-align: left;
}

.network-slider {
    padding: 0 0 30px 0;
}

    .network-slider a {
        text-align: center;
    }

    .network-slider h4 {
        margin: 0 0 1rem 0;
        text-align: center;
    }

    .network-slider p {
        margin: 15px 0 0 0;
        text-align: center;
    }

.otherOffices {
    margin: 3rem 0 0
}

/*Contact us 
-------------------------------------------------------*/
.office-locations {
    padding: 0;
    margin: 0;
}

    .office-locations > li {
        margin-left: 0;
        list-style: none;
        padding-left: 0;
    }

    .office-locations li li {
        vertical-align: top;
        padding-bottom: 1rem;
        width: 20%;
    }

.contactusTable tr td {
    vertical-align: top;
    padding: 0.6rem 1rem;
    color: #303030;
    border-color: #eeeeee !important;
    border-bottom: 1px solid;
    outline: none !important;
}

hr.solid {
    border-top: 1px solid;
    color: #A3CF61;
}

a.pdf {
    color: #303030;
    font-weight: 400;
    font-size: 1.20rem;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 55px;
}
thead th {
    background-color: #a3cf61;
    color:white;
}
.table td {
    border: #a3cf61 solid 1px !important;
}
/*Services
---------------------------------------------*/
ul ul {
    list-style-type: disc;
    line-height: 2.2em;
}

/*History
----------------------------------------------*/

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 15px;
    margin-right: 15px;
}

    #cd-timeline::before {
        /* this is the vertical line */
        content: '';
        position: absolute;
        top: 0;
        left: 30px;
        height: 100%;
        width: 1px;
        background: #a3cf61;
    }

    #cd-timeline img {
        max-width: 100%;
        margin: 10px 0;
    }

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin: 0;
    }

        #cd-timeline::before {
            left: 50%;
            margin-left: -1px;
        }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

        .cd-timeline-block:first-child {
            margin-top: 0;
        }

        .cd-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.cd-timeline-img {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #a3cf61;
}

    .cd-timeline-img p {
        margin: 0;
        padding: 0;
        color: #fff;
        font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
        text-align: center;
        vertical-align: middle;
        line-height: 60px;
    }

.cd-timeline-content p:last-child {
    margin: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        display: table;
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

        .cd-timeline-img.is-hidden {
            visibility: hidden;
        }
}

.cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
}
/*.cd-timeline-img.year.display, .cd-timeline-content.display {
      visibility: visible !important;
  }*/
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 100px;
    border: 1px solid #a3cf61;
    padding: 1em;
}

    .cd-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-content .cd-date {
        float: left;
        padding: .8em 0;
        opacity: .7;
    }

    .cd-timeline-content:after, .cd-timeline-content:before {
        right: 100%;
        top: 40px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .cd-timeline-content:before {
        border-color: rgba(225, 225, 225, 0);
        border-right-color: #a3cf61;
        border-width: 11px;
        margin-top: -11px;
    }

    .cd-timeline-content:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 10px;
        margin-top: -10px;
    }

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 38%;
    }

        .cd-timeline-content:before {
            top: 30px;
            left: 100%;
            border-color: rgba(225, 225, 225, 0);
            border-left-color: #a3cf61;
        }

        .cd-timeline-content:after {
            top: 30px;
            left: 100%;
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #fff;
        }

        .cd-timeline-content .cd-read-more {
            float: left;
        }

        .cd-timeline-content .cd-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 6px;
            font-size: 16px;
            font-size: 1rem;
        }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

        .cd-timeline-block:nth-child(even) .cd-timeline-content:before {
            top: 30px;
            left: auto;
            right: 100%;
            border-color: rgba(225, 225, 225, 0);
            border-right-color: #a3cf61;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content:after {
            top: 30px;
            left: auto;
            right: 100%;
            border-color: rgba(225, 225, 225, 0);
            border-right-color: #fff;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
            float: right;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

#myTimeline {
    margin: 40px 0 0;
}

.gt-timeline {
    position: relative;
    width: 100%;
    height: 80px;
    color: #6d6d6d;
    /*border: 0px solid red;
    font-family: 'Helvetica Neue', Helvetica, Arial, serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	margin-left: auto;
	margin-right: auto;*/
}

    .gt-timeline div.main_line {
        border: none;
        border-top: 3px solid #d2d8d6;
        clear: both;
        height: 0;
        width: 100%;
        position: absolute;
        top: 50px;
        left: 14px;
        z-index: 0;
    }

    .gt-timeline div.event {
        /*background: url(../img/main_img.png) no-repeat 0 -84px;*/
        background: #252d59;
        -webkit-border-radius: 60%;
        border-radius: 60%;
        width: 18px;
        height: 18px;
        cursor: pointer;
        position: absolute;
        z-index: 2;
        top: 44px;
    }

    .gt-timeline div.selected {
        /*border: 2px dashed #999999;*/
    }

    .gt-timeline div.e-message {
        background-color: #dedede;
        border: 1px solid #dedede;
        position: absolute;
        top: 70px;
        color: #444;
    }

        .gt-timeline div.e-message#tooltip_9,
        .gt-timeline div.e-message#tooltip_11,
        .gt-timeline div.e-message#tooltip_15,
        .gt-timeline div.e-message#tooltip_18 {
            top: 70px;
            left: auto !important;
            right: 0px !important;
        }

            .gt-timeline div.e-message#tooltip_9 .message-pointer {
                left: 175px !important;
            }

            .gt-timeline div.e-message#tooltip_11 .message-pointer {
                left: 235px !important;
            }

            .gt-timeline div.e-message#tooltip_15 .message-pointer {
                left: 295px !important;
            }

            .gt-timeline div.e-message#tooltip_18 .message-pointer {
                left: 355px !important;
            }

        .gt-timeline div.e-message .msg {
            padding: 10px;
            font-size: 13px;
            line-height: 1.3em;
            text-shadow: 0 0 0;
            cursor: default;
            width: 400px;
            z-index: 100;
            background-color: #dedede;
            position: relative;
        }

            .gt-timeline div.e-message .msg:hover {
                background: #fff;
            }

        .gt-timeline div.e-message .info {
            padding: 5px;
            font-size: 12px;
            text-shadow: 0 0 0;
            cursor: auto;
            z-index: 100;
            position: relative;
            font-weight: bold;
            border-bottom: 1px dashed #959494;
            position: default;
        }

        .gt-timeline div.e-message .message-pointer {
            background: url(../triangle_img.html) no-repeat top left;
            width: 22px;
            height: 12px;
            position: absolute;
            top: -9px;
            left: 0;
            z-index: 1;
        }

    .gt-timeline .icon-close {
        background: url(../main_img.html) no-repeat -3px -227px;
        background-color: #999999;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 5px;
        right: 7px;
        cursor: pointer;
    }

    .gt-timeline div.event:hover {
        /*background-position: -27px -84px;*/
        background: #444;
    }

    .gt-timeline div.horizontal-line {
        border: 0px;
        border-left: 3px solid #d2d8d6;
        clear: both;
        height: 20px;
        width: 0px;
        position: absolute;
        z-index: 1;
        top: 30px;
    }

    .gt-timeline div.leftend {
        left: 14px;
    }

    .gt-timeline div.rightend {
        right: 0;
    }

    .gt-timeline .leftend .year {
        position: relative;
        text-align: center;
        top: -30px;
        left: -19px;
    }

    .gt-timeline .leftend .month {
        position: relative;
        text-align: center;
        top: -32px;
        left: -11px;
    }

    .gt-timeline div.month-line {
        height: 15px;
        /*border-left: 2px solid #666666;*/
        border-left: none;
    }

    .gt-timeline div.even-month {
        top: 37px;
    }

        .gt-timeline div.even-month .month {
            position: relative;
            top: -18px;
            left: -10px;
        }

    .gt-timeline div.odd-month {
        top: 41px;
        height: 10px;
        /*border-left: 1px solid #999999;*/
        border-left: none;
    }

    .gt-timeline .year, .gt-timeline .month {
        font-size: 15px;
    }

    .gt-timeline .year {
        font-weight: bold;
        color: #252d59;
    }


.step > h3 {
    display: none;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .header.bgscroll {
        background: #262626;
        padding: 0;
    }

        .header.bgscroll .navbar-brand img {
            height: 40px;
        }

    .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav > li:last-child .nav-link {
        padding: .3rem 1.4rem;
    }

    .internal-page h1 {
        padding-top: 45px;
    }
}

/********** MOBILE **********/

@media (max-width: 991px) {

    h3 {
        font-size: 1.35rem;
    }

    #header .container {
    }

    .investor__title {
        font-size: 2.5rem
    }

    .banner-section.home {
        height: 400px;
        padding-top: 40px;
    }

    .banner__heading {
        font-size: 2rem;
    }
    /* nav */
    .navbar-brand {
        width: 70%;
    }

    .fas.fa-times {
        padding: 10px;
        color: #fff;
        vertical-align: top;
    }

    .nav-item {
        padding: 0.2em;
    }

    .nav-link {
        display: block;
        overflow: hidden;
        position: relative;
        outline: none !important;
    }

    .dropdown-menu {
        min-width: auto;
    }

    .dropdown-item {
        padding: 0.5rem;
        white-space: normal
    }

    .dropdown-toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        /* border: 1px solid red; */
    }

    /* inner page */
    .banner-section.internal-page .banner-text { /* padding: 2rem 0 0; */ /* position: static; */
    }

    .internal-page h1 {
        font-size: 2rem; /* padding-top: 1rem; */
    }

    #header {
        background-color: #262626;
        padding: 5px 0;
    }

    .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
    }

    .img-fluid {
        max-width: 100px !important;
    }

    .interactive-bar ul {
        margin: 0;
        padding-left: 15px;
        list-style-type: none;
        width: 100%;
        text-align: left;
    }

        .interactive-bar ul li {
            display: block;
            margin: 0;
            padding: 0;
        }

    interactive-bar ul li a {
        position: relative;
        margin: 0;
        padding: 2px;
        color: #fff;
        text-decoration: none;
    }
}

@media print {
    .navbar {
        display: flex;
    }
}
