@charset "UTF-8";
/* ===== Viewports ===== */
/* ===== Colors ===== */
/* ===== Fonts =====*/
/* ===== Margins & Paddings ===== */
/* ===== Accordions ===== */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Akzidenz-Grotesk Pro Regular";
  font-size: 1.125rem;
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  text-transform: inherit;
  font-family: "Akzidenz-Grotesk Pro Medium";
  font-weight: 500;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.25rem;
}

p {
  font-size: 1.125rem;
  line-height: 1.40667;
}

p a {
  text-decoration: underline;
}

a {
  color: #000000;
}

a:hover {
  color: #ed2724;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

button {
  border: none;
}

.col ul li a {
  text-decoration: underline;
}

.col ul li a:hover {
  text-decoration: none;
}

*:focus-visible {
  outline-offset: 1px;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

table tr td {
  padding: 0.75rem 1rem;
}

/* ===== Responsive breakpoints customisations ===== */
/* ===== Primary / Secondary buttons ===== */
a.btn-primary,
a.btn-secondary {
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #ed2724;
  padding: 2rem 3rem;
  line-height: 18px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

a.btn-primary:hover,
a.btn-secondary:hover {
  background-color: #ffffff;
  color: #ed2724;
  outline: 1px solid #ed2724;
}

a.btn-primary:focus-visible,
a.btn-secondary:focus-visible {
  border: 1px solid white;
}

/* ===== Secondary button ===== */
a.btn-secondary {
  color: #ffffff;
  background-color: #000000;
}

/* ===== Accordions ===== */
.accordions .container {
  padding: 0;
}

.accordions .accordion .accordion-icon[aria-expanded="false"] .fa-chevron-down,
#accordions-tabs .accordion .accordion-icon[aria-expanded="false"] .fa-chevron-down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  font-size: 1.2rem;
}

.accordions .accordion .accordion-icon[aria-expanded="true"] .fa-chevron-down,
#accordions-tabs .accordion .accordion-icon[aria-expanded="true"] .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  font-size: 1.2rem;
}

.accordions .accordion-icon,
#accordions-tabs .accordion-icon {
  font-size: 1.375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 0;
  color: black;
  text-align: left;
  background-color: white;
  text-decoration: none;
}

.accordions .accordion-icon:hover,
#accordions-tabs .accordion-icon:hover {
  text-decoration: underline;
}

.accordions .accordion-icon:not(.collapsed),
#accordions-tabs .accordion-icon:not(.collapsed) {
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordions .accordion-icon:not(.collapsed)::after,
#accordions-tabs .accordion-icon:not(.collapsed)::after {
  background-image: url("img/acc-chevron-up.png");
  -webkit-transform: none;
          transform: none;
}

.accordions .accordion-icon::before,
#accordions-tabs .accordion-icon::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 10px;
  margin-right: 12px;
  content: "";
  background-repeat: no-repeat;
}

.accordions .accordion-icon:hover,
#accordions-tabs .accordion-icon:hover {
  z-index: 2;
}

.accordions .accordion-icon:focus, .accordions .accordion-icon:focus-visible,
#accordions-tabs .accordion-icon:focus,
#accordions-tabs .accordion-icon:focus-visible {
  z-index: 3;
  border-color: red;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordions .accordion-item,
#accordions-tabs .accordion-item {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 0 0 0 1rem;
}

.accordions .accordion-item .accordion-body,
#accordions-tabs .accordion-item .accordion-body {
  padding: 0 2rem 2rem;
  max-width: 1200px;
}

.accordions .accordion-item .collapse:not(.show),
#accordions-tabs .accordion-item .collapse:not(.show) {
  display: none !important;
}

/* ===== Contact us tabs ===== */
/* Need to convert this to SASS! */
.hidden {
  display: none;
}

#contactTabs2 {
  padding-left: 0;
  margin-top: 4em;
}

#contactTabs2 #tab1_1:checked ~ .tab.content1_1,
#contactTabs2 #tab2_1:checked ~ .tab.content2_1,
#contactTabs2 #tab3_1:checked ~ .tab.content3_1 {
  display: block;
}

#contactTabs2 #tab1_1:checked ~ .tab.content1_1 span,
#contactTabs2 #tab2_1:checked ~ .tab.content2_1 span,
#contactTabs2 #tab3_1:checked ~ .tab.content3_1 span {
  font-size: 1.5rem;
}

.contact-tabs p {
  margin-bottom: 1.5rem;
}

.contact-tabs a.btn-primary,
.contact-tabs a.btn-secondary {
  padding: 1rem 4rem;
}

.contact-tabs input,
.contact-tabs input ~ .tab {
  display: none;
}

.contact-tabs input + label {
  display: inline-block;
  padding: 10px 10px 10px 50px;
  position: relative;
  top: 1px;
  opacity: .4;
  font-size: 1.3rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 30%;
}

.contact-tabs input + label.tab-one {
  background-image: url("img/laptop-solid.svg");
  background-position: 0 25%;
}

.contact-tabs input + label.tab-two {
  background-image: url("img/phone-solid.svg");
  background-size: 25%;
  background-position: 12% 28%;
}

.contact-tabs input + label.tab-three {
  background-image: url("img/envelope-regular.svg");
  background-size: 25%;
  background-position: 2% 28%;
}

#tab1:checked ~ .tab.content1,
#tab2:checked ~ .tab.content2,
#tab3:checked ~ .tab.content3 {
  display: block;
}

#tab1:checked ~ .tab.content1 span,
#tab2:checked ~ .tab.content2 span,
#tab3:checked ~ .tab.content3 span {
  font-size: 1.5rem;
}

.contact-tabs input:checked + label {
  border-bottom: 4px solid #ed2724 !important;
  color: #000000;
  font-weight: bold;
  opacity: 1;
}

.contact-tabs input ~ .tab {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #aaaaaa;
}

/* ====================================*/
#why-sign-up {
  background-color: #ececec;
  padding: 3rem 1rem;
}

#why-sign-up h4 {
  font-size: 2rem;
}

#why-sign-up ul {
  margin: 0;
}

#why-sign-up a.btn-primary,
#why-sign-up a.btn-secondary {
  padding: 1rem 4rem;
}

/* ===== Responsive breakpoints customisations ===== */
@media screen and (max-width: 1200px) {
  a.btn-primary,
  a.btn-secondary {
    padding: 1rem 4rem;
    width: 100%;
    line-height: 28px;
  }
}

@media screen and (max-width: 576px) {
  .contact-tabs input + label.tab-one,
  .contact-tabs input + label.tab-two,
  .contact-tabs input + label.tab-three {
    width: 100%;
    background-size: 7%;
    padding-left: 40px;
    background-position: left;
    border-bottom: 2px solid #000;
  }
}

@media screen and (max-width: 1024px) {
  #contactTabs2 {
    display: none;
  }
}

/* ===== IE10+ CSS styles ===== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d-flex {
    display: block !important;
  }
}

.masthead-bg {
  background-image: url("img/Svote_Banner_New.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
  position: relative;
  margin-bottom: 2rem;
  background-color: #404040;
  background-blend-mode: overlay;
  position: relative;
  padding: 13rem 0 2rem;
}

.masthead-bg h1 {
  color: #ffffff;
  line-height: 0.99294;
  padding-top: 4rem;
}

#select-scheme .masthead-bg {
  background-image: url("img/img-masthead-3.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
  position: relative;
  margin-bottom: 2rem;
}

#shareholders .masthead-bg {
  background-image: url("img/img-masthead-6.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
  position: relative;
  margin-bottom: 2rem;
}

.welcome {
  background-color: #ececec;
  text-align: center;
  color: #000000;
  padding: 2.5rem 0;
}

.welcome .row {
  display: inline-block;
}

.intro {
  font-size: 1.5rem;
  padding: 1rem 0;
}

.key-dates-wrap {
  background-color: #f0f1f5;
  padding: 3rem 0;
}

.key-dates-wrap .col {
  padding: 0.66667rem 1rem 1rem 0;
}

.key-dates-wrap .col:last-child {
  margin-right: 0;
}

.key-dates-wrap .col .content {
  background-color: #ffffff;
  border-top: 3px solid #37308c;
  padding: 1rem;
  height: 100%;
}

.key-dates-wrap .col .content span.date {
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
  color: #37308c;
}

.key-dates-wrap .col .content span.date:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding: 1rem 0.5rem 0 0;
}

.key-dates-wrap h3 {
  padding: 0;
}

#shareholders h2,
#shareholders h3,
#select-scheme h2,
#select-scheme h3 {
  margin-bottom: 1rem;
}

#shareholders .faqs-useful-links {
  padding-left: 0;
}

.faqs-useful-links {
  padding: 3rem 1rem 0;
}

.useful-links ul {
  list-style: none;
  border-left: 3px solid #37308c;
}

.useful-links ul li {
  margin: 0.57143rem 0 0;
}

.useful-links ul a {
  text-decoration: none;
  color: #37308c;
}

.useful-links ul a[target="_blank"]:after {
  content: url("img/icon-external.webp");
  padding-left: .3rem;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

ul.key-docs,
ul.key-dates {
  list-style: none;
  padding: 0;
}

ul.key-docs li,
ul.key-dates li {
  margin: 0.57143rem 0;
}

ul.key-docs li:before,
ul.key-dates li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #ed2724;
  padding: 1rem 0.5rem 0 0;
  font-size: 1.5rem;
}

ul.key-docs li a,
ul.key-dates li a {
  text-decoration: none;
  color: #ed2724;
}

ul.key-docs li a:hover,
ul.key-dates li a:hover {
  text-decoration: underline;
}

ul.key-dates li {
  border-bottom: 1px solid #ececec;
}

ul.key-dates li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #000000;
  font-size: 1.5rem;
}

ul.key-dates li .date {
  font-weight: 700;
}

ul.key-dates li p {
  margin: 0.5rem 0 0.5rem;
}

ul.key-dates .date-passed {
  color: #818181;
}

ul.key-dates .date-passed:before {
  color: #818181;
}

ul.secondaryList {
  margin-top: -0.5em;
  margin-left: 1.8em;
}

ul.secondaryList li {
  list-style-type: disc;
}

.description {
  margin-top: 1em;
  padding-left: 1.8em;
}

.mainSectionDates .date {
  margin-top: 1em;
}

.mainSectionDates li {
  border-bottom: none !important;
}

.footer {
  color: #aaaaaa;
  background: #333333;
  padding: 2rem 0;
}

.footer p {
  font-size: 0.83333rem;
  line-height: 1.20571;
  margin: 0;
  background-image: url("img/EQ-dot.webp");
  background-repeat: no-repeat;
  padding-left: 4.5rem;
}

.footer h4 {
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 0.66667rem;
}

.footer ul li a {
  color: #ffffff;
  text-decoration: none;
}

a.footer-link{
  color:#aaa
}

#gm .GM_Outcomes {
  counter-reset: list;
}

#gm .GM_Outcomes li {
  list-style: none;
  margin: 1.5rem 0 0 1rem;
}

#gm .GM_Outcomes li::before {
  content: "(" counter(list) ") ";
  counter-increment: list;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: -1.5em;
}

/* ===== Responsive breakpoints customisations ===== */
@media screen and (max-width: 1200px) {
  .card-body,
  .faqs-useful-links,
  .key-dates-wrap .container {
    max-width: 100%;
  }
  #select-scheme .tabs-content {
    padding: 0 2.75rem;
  }
  #select-scheme .tabs-wrap .card-body {
    border-bottom: 0 !important;
  }
  #shareholders .faqs-useful-links {
    padding-left: 1rem;
  }
  h2 {
    font-size: 1.53846rem;
  }
}

@media screen and (max-width: 768px) {
  #select-scheme .tabs-content {
    padding: 0;
  }
  .key-docs-dates {
    margin: 2rem 0;
  }
  .faqs-useful-links {
    padding-bottom: 2rem;
  }
  ul.secondaryList {
    margin-top: -1.5em;
  }
}

@media screen and (max-width: 576px) {
  .masthead-bg {
    padding: 3rem .5rem 1rem 0;
    margin-bottom: 0;
    min-height: 165px !important;
  }
  .masthead-bg h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.33333rem;
    margin: 0;
  }
  .intro {
    font-size: 1.33333rem;
  }
  .contact-tabs input + label {
    margin-right: 0;
  }
}

.tabs-wrap {
  padding: 20px 0px 0;
  position: relative;
  margin-bottom: 5rem;
}

.tabs-wrap .tab-pane {
  border-radius: 0;
}

.tabs-wrap .nav-tabs {
  display: none;
  border-bottom: none;
  margin-top: 1px;
}

.tabs-wrap .nav-tabs .nav-item {
  margin-right: .75rem;
}

.tabs-wrap .nav-tabs .nav-item .nav-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  padding: 1.5rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  background-color: #000000;
  border-bottom-color: #000000;
  margin-bottom: 0;
  text-align: center;
}

.tabs-wrap .nav-tabs .nav-item .nav-link.last::after {
  content: none;
}

.tabs-wrap .nav-tabs .nav-item .nav-link.active, .tabs-wrap .nav-tabs .nav-item .nav-link.active:hover {
  border: 1px solid #ed2724;
  border-bottom: 1px solid #ffffff;
  color: #ed2724;
  background-color: #ffffff;
}

.tabs-wrap .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #ed2724;
  background-color: #ffffff;
  color: #ed2724;
  border-bottom: 1px solid #ffffff;
}

.tabs-wrap .tabs-content {
  border-top: 1px solid #ed2724;
  margin-top: -1px;
  padding: 0;
}

.tabs-wrap .tabs-content .redborder {
  border-bottom: 1px solid #ffffff;
}

.tabs-wrap .nav-tabs .nav-item.show .nav-link {
  background: #54bbca;
  color: #fff;
}

.tabs-wrap .card-body {
  padding: 3rem 1rem 0 0;
}

#select-scheme .tabs-wrap .card-body {
  padding: 3rem 1rem;
}

#shareholders .nav-link,
#select-scheme .nav-link {
  text-align: center;
}

/* TO DO ->>>>> change to SASS !!!!!!! */
@media (min-width: 1200px) {
  .tabs-wrap .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs-wrap .card {
    border: none;
  }
  .tabs-wrap .card .card-header {
    display: none;
  }
  .tabs-wrap .card .collapse {
    display: block;
  }
}

@media (max-width: 1199px) {
  .tabs-wrap .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    margin-bottom: 10px;
    border: none;
  }
  .tabs-wrap .card-header {
    padding: 1rem;
  }
  .tabs-wrap .card-header h5 a {
    text-decoration: none;
  }
  .tabs-wrap .card-header h5 a i {
    float: right;
    padding: .3rem;
  }
  .tabs-wrap .card-body {
    border: none;
  }
}

/* ===== Responsive breakpoints customisations ===== */
@media screen and (max-width: 1200px) {
  .tabs-wrap .card-body {
    border: 1px solid #ed2724;
    border-top: 0;
    background: #ffffff;
    padding: 0 1rem 1rem !important;
    margin: 0;
  }
  .tabs-wrap .tabs-content {
    border-top: 0;
  }
  .card-header {
    background-color: #ffffff;
    border: 1px solid #ed2724;
  }
  .card-header:first-child {
    border-radius: 0;
  }
  .card-header a {
    text-decoration: none;
  }
  .card-header h5 {
    color: #ed2724;
    font-weight: 700;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 0;
  }
  .card-header i {
    position: absolute;
    right: 0;
    top: 3px;
  }
  #select-scheme .tabs-wrap .first-card-body {
    border-bottom: 0;
  }
  #select-scheme .key-dates-wrap,
  #select-scheme .faqs-useful-links {
    border-left: 1px solid #ed2724;
    border-right: 1px solid #ed2724;
  }
  #select-scheme .faqs-useful-links {
    border-bottom: 1px solid #ed2724;
  }
  #select-scheme .key-dates-wrap .col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-bottom: 0;
  }
  #shareholders .faqs-useful-links {
    padding-top: 1rem;
    border: 1px solid red;
    border-top: 1px solid white;
  }
  #shareholders .faqs-useful-links h2 {
    margin-bottom: 1rem;
  }
  #collapse-A,
  #collapse-B,
  #collapse-C,
  #collapse-D,
  #collapse-E {
    margin-top: -1px;
  }
}

@media screen and (max-width: 768px) {
  #select-scheme .tab-content {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 576px) {
  #select-scheme .tab-content {
    padding: 0 0.75rem;
  }
}

@font-face {
  font-family: 'Akzidenz-Grotesk Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: url("font/akzidgroproreg-webfont.woff") format("woff"), url("font/akzidgroproreg-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'Akzidenz-Grotesk Pro Medium';
  font-style: normal;
  font-weight: normal;
  src: url("font/akzidgropromed-webfont.woff") format("woff"), url("font/akzidgropromed-webfont.ttf") format("truetype");
}
/*# sourceMappingURL=styles.css.map */