﻿*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    background: none repeat scroll 0 0;
    font-size: 65%;
    scroll-behavior: smooth;
    box-sizing: border-box;
    color: #000;
}

body {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: inherit;
    font-family: Calibri Light, Calibri, helvetica neue, Arial, sans-serif;
    line-height: 22px;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.53;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.header-line {
    height: 0.3em;
    margin-bottom: 0;
    width: 100%;
    background: #eef9fd;
}

header {
    background: none repeat scroll 0 0 #fff;
    color: #fff;
    padding: 0;
}

.headerTxt {
    color: inherit;
    font-size: 1.11em;
    font-weight: bold;
    line-height: 5em;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h2 {
    color: #1d1f23;
    font-size: 1.8rem;
    font-weight: 700;
}

h3,
h4,
h5 {
    color: #1d1f23;
    font-size: 1.8rem;
    font-weight: 700;
}

h1 {
    color: #1d1f23;
    margin-left: 0;
    font-family: inherit;
    font-weight: 300;
    font-size: 2.3rem;
}

h6 {
    font-size: 1.4rem;
    line-height: 20px;
}

img {
    margin: 1rem 0;
}

.img-logo {
    padding: 10px;
    width: 300px !important;
}

#ribbon {
    margin: 0 auto;
    padding: 0;
    height: 0.11em;
    background: #fff;
}

.head-banner {
    background: rgba(255, 255, 255, 1);
}

#headerContainer {
    background: #fff;
}

#topmenu {
    background: transparent;
    float: none;
    height: 0;
    margin-top: 3px;
    position: relative;
    width: 100%;
}

p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: inherit;
}

.footer {
    padding: 12px 0;
    font-size: 0.95rem;
}

    .footer a.btn-link {
        text-decoration: none;
    }
    .footer .footer-left,
    .footer .footer-right {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
    .footer p {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
        font-size: 1.618em;
    }


.logo {
    padding-left: 1.275em;
}

.InvestorServeLogo {
    padding: 1.5em;
    font-family: inherit;
}

li {
    list-style: circle;
}

.startList li {
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.positive-decimal-only {
    text-align: right
}

.positive-integer-only {
    text-align: right
}

#content p {
    padding-bottom: 0
}

ul {
    margin-left: 30px;
}

    ul li {
        list-style-type: inherit;
    }

#SubscriptionLabel ul li {
    list-style-type: none;
}

button .oa-field-sup {
    font-size: 13px;
}

.sub-list {
    list-style-type: lower-roman;
    padding-left: 40px;
}

.alert-info {
    background-color: #f2f2f2;
    border-color: #081c4f !important;
    color: #081c4f !important;
    border-radius: 5px !important;
}

/*ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}*/

input[name="FullAddress"] {
    margin-bottom: 0 !important;
}

.addressLookUpDropdown {
    background: white;
    border: 1px solid #efefef;
    padding: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

    .addressLookUpDropdown.active {
        background-color: #efefef;
    }

    .addressLookUpDropdown.hover {
        background-color: #efefef;
    }

.stepper-container {
    border: 2px solid #412a6e;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 10px;
    background-color: #e3e0de;
}

.stepper {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .stepper::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #b9e2ff;
        z-index: 0;
        transform: translateY(-50%);
    }

    .stepper li {
        position: relative;
        z-index: 1;
        text-align: center;
        flex: 1;
    }

        .stepper li::after {
            content: '';
            position: absolute;
            top: 34%;
            right: 0;
            width: 100%;
            height: 5px;
            background-color: #081c4f;
            z-index: -1;
            transform: translateY(-50%);
        }

        .stepper li.active ~ li::after {
            /*background-color: #b9e2ff;*/
            background-color: #ffffff;
        }

    .stepper .circle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        font-size: 16px;
        /*background-color: #b9e2ff;*/
        background-color: #ffffff;
        color: #081c4f;
        border: 2px solid #081c4f;
    }

    .stepper .step-name {
        margin-top: 5px;
        font-size: 14px;
        color: #081c4f;
    }

    .stepper .active .circle {
        background-color: #081c4f;
        color: white;
    }

    .stepper .active .step-name {
        font-weight: bold;
        color: #081c4f;
    }

    .stepper li a {
        text-decoration: none;
        color: inherit;
        pointer-events: none;
    }

        .stepper li a:hover {
            text-decoration: none;
            color: inherit;
        }

    .stepper li.active a {
        background-color: transparent;
    }
/***************responsive media queries**********************/
@media only screen and (min-width: 240px) and (max-width: 319px) {
    .issuer-logo {
        max-height: 20px;
    }

    .logo-header {
        line-height: 20px;
    }

    .voting-online-text {
        font-size: 1.1em;
    }

    .header-bar {
        font-size: 0.8em;
    }

    .footer {
        line-height: 20px;
        font-size: 0.6em;
    }

    p.navbar-left,
    p.navbar-right {
        margin: 0 auto;
        text-align: center;
        line-height: 1.5em;
        float: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .issuer-logo {
        max-height: 30px;
    }

    .logo-header {
        line-height: 30px;
    }

    .voting-online-text {
        font-size: 1.3em;
    }

    .header-bar {
        font-size: 0.8em;
    }

    .footer {
        line-height: 24px;
        font-size: 0.85em;
        height: auto !important;
    }

    .btn-primary {
        margin: 0.5em auto;
    }

    .headerTxt {
        color: #0f243f;
        font-size: 0.77em;
        font-weight: normal;
        line-height: 6em;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

/***************************************************************************************/
#main {
    background: #ffffff;
    width: auto;
    /* added for to make layout responsive on 04/06/2015 */
    margin: 0 auto;
}

#content {
    background: none repeat scroll 0 0 #ffffff;
    width: 100%;
}

#onlineappheader {
    display: block;
    padding: 1rem 2rem;
    margin: 1rem;
    width: auto;
}

.offer-header {
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: bold;
}

#OfferHeader p {
    font-size: 14px;
    color: #ffffff;
    background-color: #f2f2f2;
    color: rgb(102, 102, 102);
    padding: 7px;
    border: 0.1rem solid #ccc;
}


#stephead {
    color: #23262e;
    font-size: 17px;
    font-weight: bold;
}

#stepnumber {
    color: #23262e;
    font-size: 17px;
    font-weight: bold;
}

table {
    background: none repeat scroll 0 0 #fff;
    border: 1px dashed #3a2a17;
    font-size: 11px;
    font-weight: normal;
    width: 100%;
}

.clearfix {
    clear: both;
}

label.col-form-label {
    padding-left: 22px;
    position: relative;
}

.oa-field-sup {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    width: 7px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 3px;
}


input,
select {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin: 0.5em;
    height: auto;
    outline: none;
    max-width: 100%;
}

    input:disabled {
        background-color: #f2f2f2 !important;
        opacity: 1 !important;
    }

.form-control[disabled],
.form-control[readonly] {
    background-color: #f2f2f2 !important;
    opacity: 1 !important;
}

a:link,
a:visited {
    color: #081c4f;
    cursor: pointer;
    text-decoration: none;
    font-size: inherit;
    line-height: 22px;
    transition: all 0.2s;
}

a:hover {
    color: #363636;
    text-decoration: none;
}

#anchorsbig:hover,
#anchors:hover {
    padding-bottom: 4px;
    transition: all 0.2s;
}

#anchorsbig:hover,
#anchors:hover {
    padding-bottom: 4px;
    border-bottom: 2px solid #363636;
}

footer {
    position: relative;
    background: white;
}

.footer {
    text-align: center;
    margin-left: 0px;
    padding-left: 0px;
    vertical-align: top;
    font-size: 0.70em;
}

.brd-dsclm-class {
    color: #1d7bc2 !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p a.btn-link {
    color: #fff !important;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    p a.btn-link:hover,
    p a.btn-link:focus {
        color: rgba(114, 115, 114, 0.9) !important;
        text-decoration: none;
        background-color: transparent;
    }

.btn {
    /*    font-size: .9375rem;
    border-radius: 50px;*/
    white-space: normal;
    font-family: Arial, sans-serif;
    /*font-weight: 400 !important;
    margin-bottom: 10px;*/
    padding: 0.75rem 1.5rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.btn-primary {
    display: inline-block;
    font-size: inherit;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    cursor: pointer;
    margin: 0.5rem;
    /*border-radius: 50px;*/
    white-space: normal;
    margin-bottom: 10px;
    color: #ffffff;
    /*background: #081c4f;*/
    border-color: #081c4f;
    border: #081c4f;
    background-color: #081c4f;
}

    .btn-primary:hover,
    .btn-primary:focus {
        color: #1f1f1f;
        background: #8ACFFF;
        border: #8ACFFF;
    }

        .btn-primary:active,
        .btn-primary:focus:active,
        .btn-primary:hover:active {
            color: #1f1f1f;
            background: #8ACFFF;
            border: #8ACFFF;
        }

    .btn-primary a {
        color: #ffffff;
        text-decoration: none;
    }


.btn-secondary {
    display: inline-block;
    font-size: inherit;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    margin: 0.5rem;
    border-radius: 50px;
    white-space: normal;
    margin-bottom: 10px;
    color: #000;
    background-image: linear-gradient(to bottom, #f9f9f9, #ece8e4);
    border-color: #ece8e4;
    border: #B6A89B;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        color: #000000;
        background-image: linear-gradient(to bottom, #b6a89b, #b9a99b);
        border: #B6A89B;
    }

        .btn-secondary:active,
        .btn-secondary:focus:active,
        .btn-secondary:hover:active {
            color: #000;
            background-image: linear-gradient(to bottom, #b6a89b, #b9a99b);
            border: #B6A89B;
        }

    .btn-secondary a,
    .btn-secondary a:link,
    .btn-secondary a:visited {
        color: #ffffff !important;
        text-decoration: none;
    }

.alert-default {
    background-color: #ffffff;
    border-color: #777;
}

.alert {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 0;
    border: 0.05em solid #f1f1f1;
    margin: 1rem 0 !important;
}

#stepindent {
    margin-left: 0 !important;
}

    #stepindent p {
        margin-left: 0;
    }

.well-bg {
    background-color: #e3e0de !important;
    border: 0.05em solid #412a6e;
    padding: 20px;
    border-radius: 0;
    color: inherit;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin: 1rem;
}

    .well-bg p {
        margin-bottom: 1rem;
    }

div > a.IWLNKPREVCSS,
div > a.IWLNKSUBMITCSS {
    font-weight: bold !important;
    text-decoration: none !important;
    height: none !important;
    width: auto !important;
}

hr {
    border: 0.075em solid #f1f1f1;
    margin: 0.22em auto;
}

.participationHeading {
    color: #23262e;
    font-size: 1.7rem;
    font-weight: bold;
}

.disabled {
    border: 0.05em;
    color: #ffffff;
    cursor: inherit;
    background-color: #5c7595;
    background: #5c7595;
}

    .disabled:hover,
    .disabled:focus {
        color: GrayText;
        background-color: #5c7595;
    }

.notice {
    padding: 2rem;
    font-weight: 600;
    margin: 0em 0 1em 0;
    border: 1px solid #ebebeb;
    background-color: #f7f7f7;
}

.disclaimer p {
    margin-left: 0;
    font-size: 1.3rem;
}

.oa-container {
    padding-left: 0;
    width: 100%;
}

.tfnNotification {
    font-size: inherit;
}

.BPAYPaymentDetails {
    height: auto;
}

#buttonLeftBg,
#buttonRightBg {
    display: none;
}

#showMessagef1 {
    background-color: #333 !important;
}

#showMessage {
    z-index: 500;
    width: 50%;
    height: 170px;
    position: absolute;
    left: 50%;
    top: 15%;
    margin-left: -25%;
    margin-right: auto;
    margin-top: 0;
}

#MessageDiv {
    width: 75% !important;
    padding: 0 2rem;
    border-radius: 10px;
    background-color: #f2f2f2 !important;
    opacity: 1 !important;
    color: #1f1f1f !important;
    border: 1px solid #1f1f1f !important;
    margin: 0 auto;
}

    #MessageDiv h2 {
        font-size: 13px;
        color: #1f1f1f !important;
        font-weight: bold;
    }

#closeDiv {
    margin: 5px -10px 0 0 !important;
}

    #closeDiv a {
        color: #1f1f1f !important;
    }

#buttonLeftBg25 {
    display: none !important;
}

#buttonRightBg25 {
    display: none !important;
}

#buttonCenterBg25 {
    display: inline-block;
    font-size: inherit;
    font-weight: 300;
    line-height: 20px;
    padding: 2px 10px 0px 10px;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    margin: 0 10px;
    border-radius: 50px;
    white-space: normal;
    margin-bottom: 10px;
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
    background-image: linear-gradient(to bottom, #f9f9f9, #ece8e4);
}

/********************************************************************/
/*******************************************************************/
/* added for to make layout responsive on 04/06/2015 Updated on 18/09/2020*/
@media only screen and (max-width: 640px) {
    .footer {
        line-height: 24px;
        font-size: 0.85em;
    }

    #main h4 {
        display: none !important;
    }

    #onlineappheader {
        padding: 2rem;
    }

    footer {
        height: auto !important;
    }

    .stepper-container .nav > li > a {
        padding: 0;
    }

    .stepper li::after {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    #main h4 {
        width: 730px;
        margin: 0 auto;
        padding: 4px 0;
        display: none;
    }

    footer {
        height: auto !important;
    }

    .footer .footer-left {
        text-align: left;
        float: left;
    }

    .footer .footer-right {
        text-align: right;
        float: right;
    }

    .img-logo {
        width: 160px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    #main h4 {
        width: 950px;
        margin: 0 auto;
        padding: 4px 0;
        display: none;
    }

    .img-logo {
        width: 240px;
    }

    .footer .footer-left,
    .footer .footer-right {
        display: block;
        float: none;
        text-align: center;
        margin: 6px 0;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    #main h4 {
        width: 1150px;
        margin: 0 auto;
        padding: 4px 0;
        display: none;
    }

    .img-logo {
        width: 360px;
    }
}
