*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  background: none repeat scroll 0 0;
  font-size: 62.5%;
  /*this defines what 1rem should be  but in default 1rem = 10px*/
  scroll-behavior: smooth;
  box-sizing: border-box;
  color: #4a4a4a;
}

body {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: inherit;
  font-family: "Lato", sans-serif;
  line-height: 22px;
  font-weight: 400;
  font-size: 1.6rem;
}

.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,
h3,
h4,
h5 {
  color: #083050;
  font-size: 1.8rem;
  font-weight: 700;
}

h1 {
  color: #083050;
  margin-left: 0;
  font-family: inherit;
  font-weight: 300;
  font-size: 3.2rem;
}

h6 {
  font-size: 1.4rem;
  line-height: 20px;
}

img {
  margin: 1rem 0;
}

.img-logo {
  padding: 10px;
  width: 160px;
}

#ribbon {
  margin: 0 auto;
  padding: 0;
  height: 0.11em;
  background: #fff;
}

.head-banner {
  background: #083050;
  border-bottom: 1px solid #e5e5e5;
}

#headerContainer {
  background: #fff;
}

#topmenu {
  background: transparent;
  float: none;
  height: 0;
  margin-top: 3px;
  position: relative;
  width: 100%;
}

p {
  font-size: 1.6rem;
  color: inherit;
}

.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;
}

/***************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;
  }

  .pull-left,
  .pull-right {
    float: none !important;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .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;
  /* background-color: #f2f2f2; */
  padding: 10rem 2rem;
  margin: 1rem;
  width: auto;
}

.offer-header {
  font-size: 1.8rem;
  /* background-color: #f2f2f2; */
  color: #fff;
  font-family: inherit;
  padding-bottom: 0.5rem;
}

#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%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
}

.pull-left #content p {
  background: transparent;
}

input,
select,
.oa-field-row input[type="text"],
.oa-field-row 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: 34px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0.5em;
  height: auto;
  outline: none;
  max-width: 100%;
}

a:link,
a:visited {
  color: #98cb4f;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.2rem !important;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.2s;
}

a:hover {
  color: #98cb4f;
  text-decoration: none;
}

#anchorsbig:hover,
#anchors:hover {
  text-transform: uppercase;
  padding-bottom: 4px;
  transition: all 0.2s;
}

#anchorsbig:hover,
#anchors:hover {
  padding-bottom: 4px;
  border-bottom: 2px solid #98cb4f;
}

.btn-link:hover,
.btn-link:focus {
  color: #fff !important;
  background-color: transparent;
}

footer {
  position: relative;
  height: 4rem;
  background: #083050;
  /* background-image: linear-gradient(135deg, #2c0968, #250858); */
  color: #fff;
  height: auto;
}

.footer {
  margin-left: 0px;
  padding-left: 0px;
  text-align: left;
  vertical-align: top;
  font-size: 0.85em;
  color: #fff;
  padding: 0.5em 1em 1em 1em;
  padding: 0\9;
}

.footer p {
  background: transparent !important;
  font-size: 1.7rem;
  line-height: 1.9;
}

.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-primary {
  display: inline-block;
  font-size: inherit;
  font-weight: 300;
  line-height: 20px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none !important;
  background-color: transparent;
  border: 1px solid #98cb4f;
  transition: all 0.3s ease;
  color: #98cb4f;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0.5rem;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #98cb4f;
  border: 1px solid #98cb4f;
}

.btn-primary:active,
.btn-primary:focus:active,
.btn-primary:hover:active {
  background-color: #98cb4f;
  border: 1px solid #98cb4f;
}

.btn-primary a {
  color: #98cb4f;
  text-decoration: none;
}

.alert-default {
  background-color: #ffffff;
  border-color: #777;
}

.alert {
  padding: 15px;
  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: #fff;
  border: 0.05em solid #f1f1f1;
  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 {
  font-size: 1.6rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
}

div > a.IWLNKPREVCSS,
div > a.IWLNKSUBMITCSS {
  font-weight: bold !important;
  text-decoration: none !important;
  height: none !important;
  width: auto !important;
  font-size: 18px !important;
}

#ShowLastPaymentDetails {
  font-size: 17px;
}

hr {
  border: 0.075em solid #f1f1f1;
  margin: 0.22em auto;
}

ul {
  font-size: 1.7rem;
}

.participationHeading {
  color: #23262e;
  font-size: 1.7rem;
  font-weight: bold;
}

.disabled {
  border: 0.05em outset ButtonFace;
  color: #c0c0c0;
  cursor: inherit;
  background-color: #f2f2f2;
  background: #f2f2f2;
  box-shadow: 2px 2px 4px 0 #ccc;
}

.disabled:hover,
.disabled:focus {
  color: GrayText;
  background-color: #f1f1f1;
}

.notice {
  padding: 2rem;
  font-weight: 600;
  margin: 0em 0 1em 0;
  border: 1px solid #ebebeb;
  background-color: #f7f7f7;
}

.disclaimer p {
  margin-left: 0;
}

.oa-field-row .oa-field-col .oa-field-span {
  width: 11em !important;
  font-size: inherit;
}

.oa-container {
  padding-left: 0;
  width: 100%;
}

.tfnNotification {
  font-size: inherit;
}

.oa-field-row .oa-field-col {
  font-size: inherit;
}

.list li {
  list-style-type: none;
  margin-left: 0;
}

.online-app-header-banner {
  /* background: url(banner.png); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.oa-field-description {
  font-size: inherit;
}

.oa-field-desc {
  font-size: inherit;
}

.oa-field-row .oa-field-col .oa-field-header-span {
  font-weight: bold;
  font-size: inherit;
  color: #23262e;
}

.oa-field-row .oa-field-col .oa-field-span {
  width: 15em !important;
  font-size: inherit;
}

.oa-summary-list li {
  list-style-type: disc;
  margin-left: 2.5em;
  font-size: inherit;
}

li.subordinateList {
  padding-left: 1.5em;
  list-style-type: disc !important;
  font-style: oblique;
}

.BPAYPaymentDetails {
  height: auto;
}

#buttonLeftBg,
#buttonRightBg {
  display: none;
}

#buttonCenterBg {
  border-color: #29a9c4;
  background: #29a9c4;
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 2px 2px 4px 0 #222;
  margin: 0.05em;
  font-family: Calibri, Lucida Sans Unicode, Lucida Grande, Droid Sans,
    sans-serif;
  text-transform: none;
  font-size: 1.33em;
  height: auto;
}

#buttonCenterBg:hover {
  background: rgba(0, 115, 68, 0.9);
}

.col-sm-4 span {
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
}

#messageDiv {
  width: 50% !important;
  height: 40% !important;
  padding: 0 2rem;
}

/********************************************************************/
/*******************************************************************/
/* 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;
  }

  .pull-left,
  .pull-right {
    float: none !important;
    text-align: center;
  }

  #main h4 {
    display: none !important;
  }

  #onlineappheader {
    padding: 2rem;
  }

  footer {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  #main h4 {
    width: 730px;
    margin: 0 auto;
    padding: 4px 0;
    display: none;
  }

  .pull-left,
  .pull-right {
    float: none !important;
    text-align: center;
  }

  footer {
    height: auto !important;
  }
  .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;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  #main h4 {
    width: 1150px;
    margin: 0 auto;
    padding: 4px 0;
    display: none;
  }
  .img-logo {
    width: 360px;
  }
}

#buttonContainer {
  float: none !important;
}

.sub-list {
  list-style-type: lower-roman;
  padding-left: 40px;
}
