@charset "utf-8";
body {
  background-color: #FFF;
}
/* FONTS*/

/* Prelo */

@font-face {
  font-family: 'prelo_slabsemibold';
  src: url('prelosemi.woff2') format('woff2'), url('prelosemi.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'prelo_medium';
  src: url('prelomed.woff2') format('woff2'), url('prelomed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'prelo_light';
  src: url('prelolight.woff2') format('woff2'), url('prelolight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Stone Sans */

@font-face {
  font-family: 'StoneSans_Bk';
  src: url('StoneSansIIITCPro-Bk.eot') format('embedded-opentype'), url('StoneSansIIITCPro-Bk.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'StoneSans_Md';
  src: url('StoneSansIIITCPro-Md.eot') format('embedded-opentype'), url('StoneSansIIITCPro-Md.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'StoneSans_SmBd';
  src: url('StoneSansIIITCPro-SmBd.eot') format('embedded-opentype'), url('StoneSansIIITCPro-SmBd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* NAVIGATION */

.navbar {
  background-color: white;
  box-shadow: 3px 3px 3px #eeeeee;
  padding-top: 15px;
}
.nav-link {
  font-family: 'prelo_slabsemibold';
  color: #4d4f53;
  font-size: 1.2em;
}
/* TopLine */

.nav-link.cont.navbut:hover {
  color: #f2f2f2;
}
.nav-link.cont {
  font-family: 'prelo_medium';
  color: white;
  font-size: 1.2em;
  margin: 0px 8px 8px 0px;
  background-color: #262836;
  padding-top: 1px;
  padding-bottom: 1px;
}
.cont.conumber {
  color: black;
  font-family: 'prelo_medium';
  font-size: 1.2em;
  margin-right: 20px;
  line-height: 30px;
}
/* BotLine */

.nav-link.py-1:hover {
  color: #888888;
}
.nav-link.cont.py-1:hover {
  color: #dddddd;
}
/* Search */

#wrap {
  display: inline-block;
  position: relative;
  height: 40px;
  float: right;
  padding: 0;
}
input[type="search"] {
  height: 40px;
  font-size: 1.2rem;
  display: inline-block;
  border: none;
  outline: none;
  font-family: 'StoneSans_Bk';
  padding: 3px;
  padding-right: 15px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}
input[type="search"]:focus:hover {
  border: 1px solid #bbbbbb;
  background: white;
}
input[type="search"]:focus {
  width: 332px;
  z-index: 1;
  border: 1px solid #bbbbbb;
  cursor: text;
  background: white;
}
.fas.fa-search.fa-lg {
  margin-top: 8px;
}
/* Country */

.country {
  width: 268px;
  color: #9b9b9b;
  line-height: 26px;
}
/* MEDIA QUERIES */

.navbar-toggler {
  background-color: #003f72;
  border-radius: .25rem;
}
.navbar-toggler-icon {
  color: white;
  padding-top: 5px;
}
@media screen and (max-width: 992px) {
  .nav-link.cont {
    padding-left: 10px;
  }
  .country {
    width: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  input[type="search"] {
    height: 30px;
    font-size: 1.2rem;
    border: 1px solid #bbbbbb;
    font-family: 'StoneSans_Bk';
    padding: 3px;
    width: 250px;
    position: relative;
    background: none;
    z-index: 3;
    margin-top: 10px;
  }
  input[type="search"]:focus {
    width: 250px;
    z-index: 1;
    border: 1px solid #bbbbbb;
    cursor: text;
    background: white;
  }
}
/* FOOTER*/

footer {
  background: #4d4f53;
  color: white;
  overflow: hidden;
  padding: 30px 0 10px;
  background-color: #4d4f53;
  font-family: 'StoneSans_Bk';
}
.logo-footer {
  float: left;
  width: 10%;
}
footer .link {
  padding: 30px 0 10px 0;
}
footer a {
  color: white;
  text-decoration: none;
  font-size: 0.8rem;
  font-family: 'StoneSans_Bk';
}
footer a:hover {
  color: white;
}
footer .navigation-element ul,
footer .navigation-element ui {
  list-style-type: none;
}
footer .navigation-element ul a,
footer .navigation-element ui a {
  padding: 0 20px;
}
footer .navigation-element ul li:not(:last-child):after,
footer .navigation-element ui li:not(:last-child):after {
  content: '|';
  display: inline-block;
}
footer .about-year {
  font-family: 'StoneSans_Bk';
  font-size: 13px;
  padding: 10px 0;
  text-align: center;
}
footer .desktop-view {
  width: 100%;
  text-align: center;
  color: #5989af;
}
footer .desktop-view a {
  color: inherit;
}
.footer-links {
  text-align: center;
  padding: 0;
}
.footer-links li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  border-right: 1px solid white;
}
.footer-links li:first-child {
  padding-left: 0;
}
.footer-links li:last-child {
  border: none;
}
.footer-links-wrapper {
  float: left;
  width: 80%;
}
.social-links {
  float: left;
  width: 10%;
  text-align: right;
}
a.social {
  color: white;
}
a.social:hover {
  color: #f2f2f2;
}
a.disclaimer {
  color: #4d4f53;
}
a.disclaimer:hover {
  color: black;
}
@media screen and (max-width: 992px) {
  .logo-footer {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-links-wrapper {
    float: none;
    width: 100%;
  }
  .social-links {
    float: none;
    width: 100%;
    text-align: center;
  }
  .fab {
    font-size: 35px;
  }
}
.container.maincon {
  margin-top: 120px;
}
/* PAGE LINK BUTTONS */

.busmore {
  padding: 30px 0px;
}
.btn-outline-danger {
  color: #003f72;
  border-color: #003f72;
  border-radius: 0px;
  margin: 0px 15px;
}
.btn-outline-danger:hover {
  color: white;
  background-color: #003f72;
  border-color: #003f72;
}
@media screen and (max-width: 444px) {
  .btn-outline-danger {
    margin: 10px 15px;
  }
}
/* ARTICLES */

.articles {
  margin-top: 50px;
  background-color: #f0f0f0;
  padding: 10px 0px 40px 0px;
}
.row.secondary-stories {
  margin-top: 30px;
}
.story-module-type {
  font-family: 'StoneSans_SmBd';
  color: #5eb9e4;
  margin-bottom: 0.5rem;
  margin-top: 0rem;
  font-size: 0.8rem;
}
.story-module-head {
  font-family: 'prelo_slabsemibold';
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  word-wrap: break-word;
}
.story-module-text {
  margin-bottom: 0px;
}
.card-footer.artfoot {
  background-color: white;
  border-top: none;
  padding: 0px 15px;
}
.my-btn {
  max-width: 100% !important;
  position: relative;
  font-family: 'StoneSans_Bk';
  padding: 10px 32px;
  font-size: 0.9rem;
  border: none;
  height: 40px;
  outline: none !important;
  cursor: pointer;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  transition: padding .4s;
  -webkit-transition: padding .4s;
}
.my-btn:hover {
  padding: 10px 52px 10px 32px !important;
}
.my-btn:before,
.my-btna:before {
  content: '';
  width: 20px;
  background: rgba(28, 23, 23, 0);
  position: absolute;
  border: 20px solid transparent;
  border-left-color: white;
  border-right: 0;
  height: 100%;
  top: 0;
  right: -20px;
}
.my-btn:after {
  content: '';
  width: 20px;
  background: #003f72;
  position: absolute;
  right: -20px;
}
.my-btn.red {
  background: #003f72;
  color: white;
  margin-bottom: 15px;
}
.my-btn.red:before {
  border-left-color: #003f72;
}
.card-link {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  background-color: white;
}
.card-link:hover {
  box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .card-img-top {
    display: none;
  }
  .card-link {
    margin-bottom: 20px;
  }
}
/* HOMELEAD */

.lead-story.home {
  background: url('../images/lead-min.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-right: 0;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 400px;
  background-size: cover;
  position: relative;
}
.info-section {
  padding: 1rem;
  color: white;
  background: #e21e26;
  mix-blend-mode: multiply;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lead-story .info-content {
  font-family: 'StoneSans_Bk';
  font-size: 1.2rem;
}
.info-content {
  padding: 1rem;
  color: white;
  height: 100%;
  position: absolute;
  top: 0;
}
.aontxt {
  font-family: 'prelo_slabsemibold';
  font-size: 90px;
  font-weight: bold;
  line-height: .7em;
  margin-bottom: 30px;
}
.lead-story h2 {
  font-size: 2.8rem;
  font-family: 'prelo_light';
}
.homevideo {
  margin: 30px 15px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .homevideo {
    margin: 15px 0px;
  }
  .lead-story.home {
    background: #003f72;
  }
  .info-section {
    background: #e21e26;
    mix-blend-mode: color;
  }
  .lead-story {
    min-height: auto;
  }
  .col-sm-12.col-lg-4.lead-story-text {
    display: none;
  }
  .info-content-mobile {
    color: white;
    padding: 15px;
  }
  .aonalttext {
    font-family: 'prelo_slabsemibold';
    font-weight: bold;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 992px) {
  .info-content-mobile {
    display: none;
  }
}
/* SOLUTIONS*/

.solu > h1, 
.root-cesa.node-cesa .solu h1, 
.root-medicoop.node-medicoop .solu h1,
.root-eastern-cape .node-eastern-cape .solu h1 {
  font-family: 'prelo_light';
  color: #003f72;
  font-size: 2.5rem;
  word-wrap: break-word;
  padding: 0 20px;
}
.solu > p, 
.root-cesa.node-cesa .solu p, 
.root-medicoop.node-medicoop .solu p,
.root-eastern-cape .node-eastern-cape .solu p  {
  font-family: 'StoneSans_Bk';
  color: #4d4f53;
  font-size: 1.1rem;
  word-wrap: break-word;
}
.root-cesa.node-cesa .solu p,
.root-medicoop.node-medicoop .solu p,
.root-eastern-cape .node-eastern-cape .solu p  {
  padding: 0 4.5rem 0 4.5rem;
}
/* PILLARS*/

.sa-module {
  border: 3px solid #e11b22;
  padding: 70px 0 10px 0;
  text-align: center;
  position: relative;
  margin-top: 70px;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  height: 100%;
}
.sa-module > h4 {
  font-family: 'prelo_slabsemibold';
  color: #e11b22;
  text-transform: uppercase;
  font-size: 1.5rem;
  word-wrap: break-word;
  padding: 0 20px;
}
.sa-module p {
  font-family: 'StoneSans_Bk';
  word-wrap: break-word;
  padding: 0 20px;
}
.links-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 15px;
  z-index: 100;
}
.secondary-positioner {
  opacity: 0;
  cursor: default;
}
.d-a-text {
  left: 0;
  right: 0;
  padding-bottom: 70px;
}
.d-a .d-a-text h2 {
  color: #003f72;
  font-family: 'prelo_slabsemibold';
  font-size: 1.6rem;
  text-transform: uppercase;
}
.d-a .d-a-text p {
  font-family: 'StoneSansIIITCW01-Lt';
}
.w-100 .heading {
  transition: 1s;
  font-family: 'Prelo Slab W01 Bold';
  color: #003f72;
  text-transform: uppercase;
  font-size: 1.5rem;
  word-wrap: break-word;
  text-align: center;
  margin-top: 30px;
}
.capability-tiles {
  margin-bottom: 165px;
}
@media (max-width: 991px) {
  .capability-tiles {
    margin-bottom: 0;
  }
  .row.capability-tiles {
    display: block;
  }
  .links-container {
    position: relative;
    bottom: 0;
  }
  .d-a-text,
  .sa-module {
    padding-bottom: 15px;
  }
  .secondary-positioner {
    display: none !important;
  }
  .capability-tiles .col-lg-4 {
    margin-bottom: 90px;
  }
}
.sa-module a {
  transition: all .5s;
  font-family: 'StoneSans_Md';
  color: #003f72;
  width: 100%;
  display: block;
  padding: 15px 0px;
  margin: 0;
}
.sa-module a:hover {
  color: white;
  background: #003f72;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
.sa-module:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
}
.sa-module.risk-icon:after {
  background: url("../images/risk.svg") center top no-repeat;
  background-size: 94px 108px;
}
.sa-module.reinsurance-icon:after {
  background: url("../images/reinsurance-icon.png") center top no-repeat;
  background-size: 94px 108px;
}
.sa-module.retirement-icon:after {
  background: url("../images/retirement.svg") center top no-repeat;
  background-size: 94px 108px;
}
.sa-module.health-icon:after {
  background: url("../images/health.svg") center top no-repeat;
  background-size: 94px 108px;
}
.sa-module.d-a-icon:after {
  background: url("../images/data.svg") center top no-repeat;
  background-size: 94px 108px;
}
.sa-module.personal-icon:after {
  background: url("../images/hex_icon_12.png") center top no-repeat;
  background-size: 94px 108px;
}
.sa-module.business-icon:after {
  background: url("../images/random_icon5.png") center top no-repeat;
  background-size: 94px 108px;
}
@media (hover: none) {
  .sa-module a:hover {
    background: transparent;
    color: #003f72;
  }
  .sa-module p:hover p {
    color: #212529;
  }
  .sa-module:hover > h4,
  .sa-module:hover a {
    color: #003f72;
  }
}
/* MY BUSINESS INTRO */

.business {
  background-color: #f0f0f0;
  padding: 20px 0px;
  margin-top: 120px;
}
.solu > p {
  font-family: 'StoneSans_Bk';
  color: #4d4f53;
  font-size: 1.1rem;
  word-wrap: break-word;
}
.solu > h1 {
  font-family: 'prelo_light';
  color: #003f72;
  font-size: 2.5rem;
  word-wrap: break-word;
  padding: 0 20px;
}
/* ACCORDION */

.accordion-container {
  padding-bottom: 0;
}
.accordion-container #accordion {
  border: 2px solid #003f72;
  margin-top: 40px;
}
.accordion-container .header-info {
  margin: auto;
  padding: 40px 0 0 0;
}
.accordion-container .card {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #003f72;
}
.accordion-container .card .card-header {
  width: 100%;
  float: left;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 1.25rem 1.40rem 1.30rem 1.25rem;
  cursor: pointer;
}
.accordion-container .card .card-header .content-head {
  width: calc(100% - 110px);
  max-width: 800px;
  float: left;
}
.accordion-container .card .card-header .plus-icon,
.accordion-container .card .card-header .minus-icon {
  float: right;
  text-align: center;
  margin-top: 5px;
}
.accordion-container .card .card-header .plus-icon .fa-plus,
.accordion-container .card .card-header .plus-icon .fa-minus,
.accordion-container .card .card-header .minus-icon .fa-plus,
.accordion-container .card .card-header .minus-icon .fa-minus {
  font-size: 50px;
  color: #003f72;
  margin: 0;
}
.solution-templates .accordion-container .card .card-header .plus-icon p,
.solution-templates .accordion-container .card .card-header .minus-icon p {
  color: #003f72;
}
.solution-templates .accordion-container .card .card-header .minus-icon {
  margin-right: -10px;
}
.solution-templates .accordion-container .card .card-header h4 {
  font-family: 'prelo_slabsemibold';
  font-size: 25px;
  color: #003f72;
  text-transform: capitalize;
}
.solution-templates .accordion-container .card .card-header p {
  font-family: 'StoneSans_Bk';
  font-size: 16px;
  color: black;
  margin: 20px 0 0 0;
}
.solution-templates .accordion-container .card .card-body {
  width: 100%;
  float: left;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.solution-templates .accordion-container .card .card-body ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.solution-templates .accordion-container .card .card-body ul li {
  float: left;
  list-style-type: none;
  padding: 0;
  padding-bottom: 10px;
  padding-right: 10%;
}
.solution-templates .accordion-container .card .card-body ul li:last-child {
  border: none;
}
.solution-templates .accordion-container .card .card-body ul li > a {
  font-family: 'StoneSans_Bk';
  font-size: 16px;
  color: black;
}
.solution-templates .accordion-container .card .card-body ul li > a:hover {
  color: #003f72;
  text-decoration: underline;
}
.solution-templates .accordion-container .card .card-body ul li > a:focus {
  color: #003f72;
  text-decoration: underline;
}
.solution-templates .accordion-container .card .card-body .minus-icon {
  float: left;
  text-align: right;
  margin-top: 5px;
  padding-right: 25px;
  width: 100%;
  cursor: pointer;
  display: none;
}
.solution-templates .accordion-container .card .card-body .minus-icon .fa-minus {
  font-size: 50px;
  color: #003f72;
  margin: 0;
}
.solution-templates .accordion-container .card .card-header .minus-icon {
  display: block;
}
.solution-templates .accordion-container .card .card-header .plus-icon {
  display: none;
}
.solution-templates .accordion-container .card .card-header.collapsed .minus-icon {
  display: none;
}
.solution-templates .accordion-container .card .card-header.collapsed .plus-icon {
  display: block;
}
.solution-templates .accordion-container .card:last-child {
  border-bottom: 0;
}
/* ABOUT CARDS */

.about {
  font-family: 'StoneSans_Bk';
  margin-top: 35px;
  background-color: #f0f0f0;
  padding-bottom: 35px;
}
.about .about-info {
  cursor: pointer;
  position: relative;
  margin: 35px 0 0 0;
}
.card-link {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  overflow: hidden;
  background-color: white;
}
.about .about-info .about-text-element {
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  bottom: 0;
  position: absolute;
}
.about .about-info .about-text-element h3 {
  font-family: 'prelo_slabsemibold';
  font-size: 1.6rem;
  word-wrap: break-word;
}
.about .about-info .about-text-element p {
  font-family: 'StoneSans_Bk';
}
/* BUSINESS TEMPLATE */

/* Intro Card */

.col-lg-8.infosec {
  margin-top: -20px;
}
/* From Aon */

.lead-story.home.sub.tyson {
  background: url('../images/tyson.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.teixeira {
  background: url('../images/teixeira.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.makumbane {
  background: url('../images/makumbane.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.rizzo {
  background: url('../images/rizzo.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.barnard {
  background: url('../images/barnard.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.dusart {
  background: url('../images/dusart.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.ellary {
  background: url('../images/ellary.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.lindeque {
  background: url('../images/lindeque.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.mulaudzi {
  background: url('../images/mulaudzi.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.ntenjwa {
  background: url('../images/ntenjwa.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.viterenwa {
  background: url('../images/viterenwa.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.samuel {
  background: url('../images/samuel.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.home.sub.lellyett {
  background: url('../images/lellyett.jpg') center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.lead-story.sub {
  min-height: 350px;
}
.row.lead-story.card-link.home.nolink {
  cursor: unset;
}
.my-btn.wht {
  background: white;
  color: #003f72;
  margin-bottom: 15px;
  font-family: 'prelo_slabsemibold';
}
.my-btn.wht:before {
  border-left-color: white;
}
.info-section {
  padding: 1rem;
  color: white;
  background: #003F72;
  mix-blend-mode: multiply;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 576px) {
  .lead-story.home.sub {
    background-position: 80% 50%;
  }
}
@media screen and (max-width: 768px) {
  .lead-story.home.sub {
    background-position: 70% 50%;
  }
}
/* Body Content */

.tab-content.text-left h2 {
  font-family: 'prelo_light';
  color: #003f72;
  font-size: 1.8rem;
}
.tab-content.text-left h5 {
  font-family: 'StoneSans_Bk';
  color: black;
  font-size: 1.1rem;
}
.tab-content.text-left p {
  font-family: 'StoneSans_Bk';
  color: #4d4f53;
  font-size: 1rem;
}
/* QUICK LINKS */

.grbg {
  background-color: #f0f0f0;
}
.solu > h3 {
  font-family: 'prelo_slabsemibold';
  color: #003f72;
  text-transform: uppercase;
  font-size: 1.8rem;
  word-wrap: break-word;
  padding: 0 20px;
}
/* Aside */

.list-group-item.active {
  z-index: 2;
  color: #003f72;
  background-color: #f0f0f0;
  border-color: #003f72;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .45rem .75rem;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-family: 'StoneSans_Bk';
  font-size: .95em;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.btn-primary {
  color: white;
  background-color: #5eb9e4;
  border-color: #3f97c0;
  margin-bottom: 15px;
  font-family: 'StoneSans_Md';
  padding: 2px 10px;
}
.btn {
  border-radius: 0px;
}
.btn-primary:hover {
  color: white;
  background-color: #0083a9;
  border-color: #3f97c0;
}
.btn.next,
.btn.prev.cancel {
  border: 1px solid #003f72;
  border-radius: 0px;
  color: #003f72;
}
.btn.primary {
  background-color: #003f72;
  color: white;
  border-radius: 0px;
}

.root-cesa .midblue, 
.root-medicoop .midblue, 
.root-eastern-cape .midblue {
	background-color: #003F72;
	border-radius: 0px;
	border-color: #003F72;
	font-family: 'StoneSans_Md';
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
.root-cesa .midblue:hover, 
.root-medicoop .midblue:hover,
.root-eastern-cape .midblue:hover {
	color: #4D4F53;
	background-color: #C8CAC9;
	border-color: #4D4F53;
	text-shadow: 1px 1px 1px #fff;
}
.root-cesa .lgrey, 
.root-medicoop .lgrey, 
.root-eastern-cape .lgrey {
	color: #003F72;
	background-color: #C8CAC9;
	border-color: #4D4F53;
	border-radius: 0px;
	font-family: 'StoneSans_Md';
	text-align: left;
	margin-bottom: 0px;
		padding-top: 6px;
	padding-bottom: 6px;
		padding-left: 12px;
	padding-right: 12px;
}
.root-cesa .lgrey:hover, 
.root-medicoop .lgrey:hover, 
.root-eastern-cape .lgrey:hover {
	color: #fff;
	background-color: #4D4F53;
	border-radius: 0px;
	border-color: #003F72;
}
.root-cesa .fas.fa-angle-double-right, 
.root-medicoop .fas.fa-angle-double-right, 
.root-eastern-cape .fas.fa-angle-double-right {
	color: #e11b22;
}
.root-cesa .btn.btn-primary.lgrey.btn-block, 
.root-medicoop .btn.btn-primary.lgrey.btn-block, 
.root-eastern-cape .btn.btn-primary.lgrey.btn-block {
	margin-top: 1px;
}
.root-cesa .nound:hover, 
.root-medicoop .nound:hover,
.root-eastern-cape .nound:hover {
	text-decoration: none;
}
.root-cesa .sbmu, 
.root-medicoop .sbmu,
.root-eastern-cape .sbmu{
	color: #003f72;
	margin-left: 18px;
	font-size: 0.95rem;
}
.root-cesa .mnmu, 
.root-medicoop .mnmu,
.root-eastern-cape .mnmu{
	color: #003F72;
	font-family: 'StoneSans_Md';
	text-align: left;
}
.root-cesa .mnmu:hover, 
.root-cesa .sbmu:hover, 
.root-medicoop .mnmu:hover, 
.root-medicoop .sbmu:hover,
.root-eastern-cape .mnmu:hover,
.root-eastern-cape .sbmu:hover{
	color: #fff;
	text-decoration: none;
	background-color: #4D4F53;
    border-radius: 0px;
    border-color: #003F72;
}
/* Articles */
.root-cesa a.conemail, 
.root-medicoop a.conemail,
.root-eastern-cape a.conemail{
	color: #003F72;
	font-size: 1.3rem;
}
.root-cesa a.contel, 
.root-medicoop a.contel,
.root-eastern-cape a.contel{
	color: #003F72;
	font-size: 1.4rem;
	font-family: 'prelo_medium';
}
.nobg {
  background-color: #fbfbfb;
}
.card.card-link.aside {
  margin-bottom: 15px;
  width: 100%;
}
.card-img-top.nopic {
  display: none;
}
.card-link.aside + .card-link.aside {
  margin-left: 0rem;
}
.tab-content.text-left h6 {
  color: #003f72;
  font-size: 1.1rem;
}
.row.iconlinks {
  text-align: center;
  width: 90%;
  margin: 20px;
  font-family: 'StoneSans_Bk';
}
.col-md-4.celllink {
  padding: 0;
  color: #4d4f53;
}
.col-md-8.celllink {
  padding: 0;
  color: #4d4f53;
}
.cell {
  padding: 12px;
}
.brd_rt {
  border-right: 1px dotted #5eb9e4;
}
.brd_bt {
  border-bottom: 1px dotted #5eb9e4;
}
.cell > p {
  margin-bottom: 0px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .brd_rt {
    border-right: none;
  }
  .brd_bt {
    border-bottom: none;
  }
}
.list-group-item.list-group-item-action.toplist {
  background-color: #003f72;
  color: white;
  font-size: 1.1rem;
}
.cell p > a {
  color: #4d4f53;
}
.qrcode {
  font-family: 'prelo_light';
  color: #003f72;
  font-size: 1.2rem;
  word-wrap: break-word;
}
.col-2.offset-1.text-center.solu {
  margin-top: 60px;
}
.qrcode {
  line-height: 18px;
  font-family: 'StoneSans_Bk';
  color: #0b0b0b;
  font-size: 1.1rem;
}
.col-md-10.celllink {
  text-align: left;
}
.col-md-2.celllink {
  padding-left: 0px;
}
.staticimage {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);
}
.list-group-item.list-group-item-action.sublist {
  background-color: #f7f7f7;
  color: black;
}
a.subsubmenu {
  padding-left: 15px;
}
.redtext {
  color: #003f72;
}
.card.subaccord {
  border-radius: 0px;
  margin-top: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.card-header.subaccordhead {
  padding: 5px 15px;
  border-bottom: 1px solid #003f72;
}
.btn.btn-link.accordtitle {
  color: #003f72;
  font-family: 'prelo_slabsemibold';
  font-size: 1.1em;
}
.btn.btn-link.accordtitle.collapsed:hover {
  text-decoration: none;
}
.card-body.accordbody {
  background-color: white;
}
.insights h2 {
  color: #003F72;
  font-family: 'prelo_light';
  font-size: 2.5em;
}
.insights p {
  font-size: 1.1rem;
  font-family: 'StoneSans_Bk';
  color: #4d4f53;
}
.col-lg-4.d-flex.insightcard {
  margin-bottom: 30px;
}
a.my-btn.red {
  color: white;
  bottom: 25px;
}
a.my-btn.red:hover {
  color: white;
}
.nav-tabs.meddoctab {
  border-bottom: 1px solid #003f72;
}
.nav-link.meddocs {
  font-size: 1rem;
  line-height: 28px;
}
.nav-link.meddocs.active {
  border-color: #003f72 #003f72 white;
}
.story-detail-type {
  font-family: 'StoneSans_SmBd';
  color: #5eb9e4;
  margin-bottom: 0.1rem;
  margin-top: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
}
.story-detail-head {
  font-family: 'prelo_slabsemibold';
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #4a4a4a;
}
.story-detail-detail h6 {
  font-family: 'StoneSans_Bk';
  color: #e01f26;
  font-size: 1.4rem;
}
.story-detail-detail p {
  font-family: 'StoneSans_Bk';
  color: #4d4f53;
  font-size: 1rem;
}
.story-detail-detail {
  margin-bottom: 40px;
  margin-top: 50px;
  border-bottom: 1px solid #dfdfdf;
}
.story-detail-intro {
  display: block;
  background-color: #fbfbfb;
  padding: 10px 40px;
  margin: -40px 40px 0px 40px;
  position: relative;
}
.shareart {
  float: right;
  margin-bottom: 10px;
}
.insights {
  text-align: center;
  padding-top: 10px;
}
.container.maincon.presshead {
  max-width: 500px;
}
.fsp {
  font-size: 0.7rem;
  text-align: center;
  margin-bottom: 15px;
}
.fas.fa-times.fa-2x {
  color: #5eb9e4;
}
.modalHead {
  font-size: 1.6rem;
  color: #003f72;
  font-family: 'StoneSans_Bk';
}
.umbraco-forms.missing-library {
  display: none;
}
.mainbuts {
  margin-bottom: 160px;
}
.busbut {
  transform: scale(0.55);
  width: 126px;
}
.perbut {
  transform: scale(0.55);
  width: 126px;
  margin-left: 140px;
}
.frame {
  width: 210px;
  cursor: pointer;
}
.frame:hover .mainlabel {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.hex-outer {
  background: #003f72;
  width: 210px;
  height: 120px;
}
.hex-innerbus,
.hex-innerper {
  background: white;
  width: 200px;
  height: 115px;
  position: relative;
  left: 5px;
  top: 82px !important;
  border-radius: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.angle1 {
  position: absolute;
  top: 80px;
}
.angle2 {
  position: absolute;
  top: 80px;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}
.angle3 {
  position: absolute;
  top: 80px;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.mainlabelbus,
.mainlabelper {
  font-family: 'prelo_medium';
  top: 115px;
  width: 210px;
  padding: 0px 10px;
  text-align: center;
  position: absolute;
  color: #003f72;
  font-size: 30px;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.highlight {
  background: #003f72;
  color: white;
}
.busquoteform {
  display: none;
}
.perquoteform {
  display: none;
}
.reqaquote {
  color: #4d4f53;
  font-size: 1.4rem;
  font-family: 'prelo_light';
  text-align: center;
  margin-top: 2rem;
}
.my-btn-group.conblock {
  margin-top: 25px;
}
.k1__img {
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .d4-container a {
    padding: 10px 55px;
    border-radius: 21px;
    max-width: 220px;
  }
}
.k1 {
  background-color: #003f72;
}
.k1__container {
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .k1__container {
    padding: 65px;
  }
}
@media (min-width: 1200px) {
  .k1__container {
    padding: 65px 200px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .k1__cell {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }
}
.k1__cell a {
  color: white;
  background-color: #0083a9;
  padding: 15px 60px;
  margin: 25px auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  border-radius: 50px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .k1__cell a {
    margin: 40px 0 0;
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .k1__cell a {
    margin: 0;
    padding: 10px 50px;
  }
}
.k1__cell:not(:last-child) {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .k1__cell:not(:last-child) {
    margin-bottom: 60px;
  }
}
.k1__img {
  width: 226px;
  height: 226px;
  margin: 0 auto 40px;
  background-position: center;
  background-size: 88%;
}
@media (min-width: 768px) {
  .k1__img {
    margin: 0;
    min-width: 226px;
  }
}
.k1__text {
  margin-bottom: 25px;
}
.k1__text p {
  font-family: 'StoneSans_Bk';
  opacity: 0.7;
}
@media (max-width: 768px) {
  .k1__text {
    text-align: center;
  }
}
.k1.k1-white {
  background-color: #fbfbfb;
}
@media (min-width: 768px) {
  .k1__text {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
  }
  .k1__text h3 {
    margin: 0;
    font-size: 24px;
  }
  .k1__text h3,
  .k1__text p {
    text-align: left;
  }
  .k1.k1-white .k1__container {
    padding: 40px 65px;
  }
}
@media (min-width: 1200px) {
  .k1__text p {
    font-size: 18px;
  }
  .k1.k1-white .k1__container {
    max-width: 80%;
    max-width: 1000px;
    padding: 20px 0;
  }
}
.k1.k1-white .k1__container h3 {
  margin: 0 0 40px;
  color: #003f72;
  text-align: center;
  font-family: 'prelo_slabsemibold';
}
@media (min-width: 768px) {
  .k1.k1-white .k1__container h3 {
    font-size: 30px;
  }
}
.k1.k1-white .k1__container .k1__cell:not(:last-child) {
  margin-bottom: 40px;
}
.k1.k1-white .k1__container .k1__text {
  align-items: center;
}
@media (min-width: 1200px) {
  .k1.k1-white .k1__container h3 {
    font-size: 35px;
  }
  .k1.k1-white .k1__container .k1__text {
    padding-left: 100px;
  }
}
.k1.k1-white .k1__container .k1__text p {
  color: #3e3e3e;
  font-size: 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .k1.k1-white .k1__container .k1__text p {
    width: 60%;
  }
}
.SKU-27-container {
  background-size: cover;
  background-position: 30% 50%;
  padding: 25px 0 50px;
}
@media (min-width: 768px) {
  .k1.k1-white .k1__container .k1__text p {
    font-size: 18px;
    width: 100%;
  }
}
section.opt-4-container {
  background-color: #5eb9e4;
}
@media (min-width: 1200px) {
  .opt-4 {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.opt-4 {
  padding: 10px 0 20px;
}
.opt-4__cell-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .opt-4__cell-container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .opt-4__cell-container {
    flex-direction: row;
    padding: 0 50px;
  }
}
.opt-4__cell {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .opt-4__cell {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
.opt-4 h3 {
  text-align: center;
  color: white;
  font-family: 'prelo_slabsemibold';
  margin-top: 20px;
}
.opt-4__cell h4 {
  font-family: 'prelo_slabsemibold';
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}
.opt-4__cell p {
  text-align: center;
  font-family: 'StoneSans_Bk';
  font-size: 16px;
  width: 80%;
  color: white;
}
@media (min-width: 768px) {
  .opt-4__cell p {
    text-align: left;
    width: 100%;
  }
}
section.d4 {
  position: relative;
}
@media (min-width: 980px) {
  section.d4 {
    height: 480px;
  }
}
@media (min-width: 980px) {
  .d4-container {
    height: 100%;
  }
}
.d4-container {
  display: flex;
  flex-direction: column-reverse;
  background: white;
}
@media (min-width: 1200px) {
  .d4-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .d4-container .text {
    padding: 0;
    width: 60%;
    height: 480px;
  }
}
@media (min-width: 980px) {
  .d4-container .text {
    padding: 0 0 0 65px;
  }
}
@media (min-width: 768px) {
  .d4-container .text {
    padding: 0 0 0 30px;
    width: 40%;
    align-items: flex-start;
  }
}
.d4-container .text {
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .d4-container h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.d4-container h3 {
  margin-bottom: 25px;
  margin-top: 0;
  color: #003f72;
}
@media (min-width: 768px) {
  .d4-container h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .solu > h1 {
    font-size: 2.1rem;
  }
}
.d4-container h3,
.d4-container p {
  text-align: center;
}
@media (min-width: 768px) {
  .d4-container h3,
  .d4-container p {
    text-align: left;
  }
}
.d4-container h3 span {
  font-family: 'prelo_medium';
}
.d4-container h3 span:first-child {
  font-family: 'prelo_slabsemibold';
}
.d4-container p {
  color: #3e3e3e;
  font-size: 16px;
  font-family: 'StoneSans_Bk';
  margin-bottom: 15px;
  width: 100%;
}
.d4-container .img {
  background-size: cover;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 1200px) {
  .d4-container .img {
    background-position: left;
    width: 40%;
  }
}
@media (min-width: 980px) {
  .d4-container .img {
    width: 587px;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 768px) {
  .d4-container .img {
    height: 480px;
    width: 60%;
    padding-top: 0;
  }
}
.staticimagealt {
  margin-top: 140px;
  margin-bottom: 30px;
  box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);
}
.card-footer.artfoot.subfoot {
  font-size: 0.9rem;
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.my-btn-group.conblock1 {
  margin-top: 45px;
  margin-bottom: -10px;
}
.redlink {
  color: #003f72;
}
.card-header.ecnheader {
  background-color: white;
  padding: 0px;
  margin-bottom: 15px;
  border-bottom: none;
}
.btn.btn-link.ecn {
  text-align: left;
  padding: 0px;
  color: black;
}
.btn.btn-link.ecn:hover {
  text-decoration: none;
}
.card.ecncard {
  border: none;
}
.btn.btn-link.ecn.collapsed {
  color: black;
  text-decoration: none;
}
.card-body.ecnbody {
  padding: 0px;
}
.col-md-9.offset-1.proftxt {
  padding-top: 15px;
}
.profpic {
  padding: 20px 0px;
}
.profname {
  color: #003f72;
  font-size: 1.1rem;
  font-family: 'prelo_slabsemibold';
}
.proftitle {
  font-family: 'prelo_light';
}
.redtxt {
  color: #003f72;
}
.aboutaon h2 {
  color: #003f72;
  font-family: 'prelo_light';
  font-size: 2.5em;
}
.aboutaon h3 {
  color: #4d4f53;
  font-family: 'prelo_light';
  font-size: 2.2em;
}
.aboutaon p {
  font-family: 'prelo_light';
  font-size: 1.1em;
}
.img-fluid.float-right.abouthex {
  max-width: 200px;
  padding: 15px;
  margin-left: 15px;
}
.aboutboard p {
  font-family: 'StoneSans_Bk';
}
@media (max-width: 768px) {
  .col-2.offset-1.text-center.solu {
    display: none;
  }
}
@media (min-width: 768px) {
  .my-btn.wht {
    display: none;
  }
}
p > a.redtext {
  color: #003f72;
}
.busmore.quicken {
  background-color: #f0f0f0;
}
.col-12.careerlink {
  background-color: #60b9e5;
  text-align: center;
  height: 55px;
}
.col-md-2.profcen {
  text-align: center;
}
.btn.btn-link.accordtitle.collapsed {
  text-align: left;
}
@media (min-width: 980px) {
  .maxsolwth {
    max-width: 80%;
  }
}
.modal-header.raq {
  padding-bottom: 0px;
}
.modalHead a {
  color: #003f72;
  font-family: 'prelo_medium';
}
a.searchpage {
  color: #003f72;
  text-decoration: underline;
}
.hghex {
  width: 130px;
  height: 140px;
  background-color: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='1811 18 23032 26616' preserveAspectRatio='xMidYMid' xmlns='http://www.w3.org/2000/svg' style='stroke-linejoin:round;stroke-width:30'%3E%3Cdefs class='EmbeddedBulletChars'%3E%3Cpath d='M0.3-0.6L0.6-0.3 0.3 0 0-0.3 0.3-0.6Z'/%3E%3Cpath d='M0-0.6L0.6-0.6 0.6 0 0 0 0-0.6Z'/%3E%3Cpath d='M0.1 0L0.3-0.4 0.1-0.7 0.7-0.4 0.1 0ZM1358 739L309 1346 659 739 1358 739Z'/%3E%3Cpath d='M1-0.4L0.6 0 0.4 0 0.6-0.3 0.1-0.3 0.1-0.5 0.6-0.5 0.4-0.7 0.6-0.7 1-0.4Z'/%3E%3Cpath d='M0 0C0 0 0 0 0 0L0.2-0.3C0.1-0.4 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.2-0.5 0.2-0.5 0.2-0.5L0.2-0.5 0.2-0.4 0.4-0.5 0.4-0.5 0.4-0.5C0.4-0.5 0.4-0.5 0.5-0.5 0.4-0.5 0.4-0.4 0.4-0.4 0.4-0.4 0.3-0.3 0.3-0.3L0.4-0.1C0.4-0.1 0.4-0.1 0.3-0.1L0.4-0.1C0.4 0 0.3 0 0.3 0 0.3 0 0.3-0.1 0.2-0.2L0.1 0C0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.1 0 0 0 0 0 0 0 0 0 0 0 0 0 0Z'/%3E%3Cpath d='M0.1 0C0.1 0 0.1 0 0-0.1 0-0.1 0-0.2 0-0.2 0-0.3 0-0.3 0-0.3 0.1-0.4 0.1-0.4 0.1-0.4 0.1-0.4 0.2-0.4 0.2-0.3L0.2-0.2C0.2-0.2 0.2-0.2 0.2-0.2L0.6-0.5C0.6-0.6 0.6-0.6 0.6-0.6 0.6-0.6 0.6-0.5 0.6-0.5L0.6-0.5C0.6-0.5 0.6-0.4 0.6-0.4L0.2 0C0.2 0 0.2 0 0.1 0Z'/%3E%3Cpath d='M0.4 0C0.3 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.2 0.1-0.3 0.1-0.4 0.1-0.4 0.2-0.5 0.2-0.6 0.3-0.6 0.4-0.6 0.5-0.6 0.6-0.6 0.6-0.5 0.7-0.4 0.7-0.4 0.7-0.3 0.7-0.2 0.7-0.1 0.6-0.1 0.6 0 0.5 0 0.4 0Z'/%3E%3Cpath d='M0.2-0.2C0.1-0.2 0.1-0.2 0.1-0.3 0-0.3 0-0.3 0-0.4 0-0.4 0-0.4 0.1-0.4 0.1-0.5 0.1-0.5 0.2-0.5 0.2-0.5 0.2-0.5 0.3-0.4 0.3-0.4 0.3-0.4 0.3-0.4 0.3-0.3 0.3-0.3 0.3-0.3 0.2-0.2 0.2-0.2 0.2-0.2Z'/%3E%3Cpath d='M0-0.2L0.6-0.2 0.6-0.3 0-0.3 0-0.2Z'/%3E%3Cpath d='M0.1-0.4C0.1-0.4 0.1-0.5 0.2-0.6 0.2-0.6 0.3-0.7 0.4-0.7 0.5-0.7 0.5-0.6 0.6-0.6 0.6-0.5 0.7-0.4 0.7-0.4 0.7-0.3 0.6-0.2 0.6-0.2 0.5-0.1 0.5-0.1 0.4-0.1 0.3-0.1 0.2-0.1 0.2-0.2 0.1-0.2 0.1-0.3 0.1-0.4Z'/%3E%3C/defs%3E%3Cg class='Page'%3E%3Cg class='com.sun.star.drawing.CustomShape'%3E%3Crect class='BoundingBox' x='1811' y='18' width='23032' height='26616' fill='none'/%3E%3Cpath d='M2076 19710L2076 6942 13326 325 24577 6942 24577 19710 13326 26326 2076 19710Z' style='fill:none;stroke-width:500;stroke:rgb(225,27,34)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hghex:hover {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='1811 18 23032 26616' preserveAspectRatio='xMidYMid' xmlns='http://www.w3.org/2000/svg' style='stroke-linejoin:round;stroke-width:30'%3E%3Cdefs class='EmbeddedBulletChars'%3E%3Cpath d='M0.3-0.6L0.6-0.3 0.3 0 0-0.3 0.3-0.6Z'/%3E%3Cpath d='M0-0.6L0.6-0.6 0.6 0 0 0 0-0.6Z'/%3E%3Cpath d='M0.1 0L0.3-0.4 0.1-0.7 0.7-0.4 0.1 0ZM1358 739L309 1346 659 739 1358 739Z'/%3E%3Cpath d='M1-0.4L0.6 0 0.4 0 0.6-0.3 0.1-0.3 0.1-0.5 0.6-0.5 0.4-0.7 0.6-0.7 1-0.4Z'/%3E%3Cpath d='M0 0C0 0 0 0 0 0L0.2-0.3C0.1-0.4 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.2-0.5 0.2-0.5 0.2-0.5L0.2-0.5 0.2-0.4 0.4-0.5 0.4-0.5 0.4-0.5C0.4-0.5 0.4-0.5 0.5-0.5 0.4-0.5 0.4-0.4 0.4-0.4 0.4-0.4 0.3-0.3 0.3-0.3L0.4-0.1C0.4-0.1 0.4-0.1 0.3-0.1L0.4-0.1C0.4 0 0.3 0 0.3 0 0.3 0 0.3-0.1 0.2-0.2L0.1 0C0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.1 0 0 0 0 0 0 0 0 0 0 0 0 0 0Z'/%3E%3Cpath d='M0.1 0C0.1 0 0.1 0 0-0.1 0-0.1 0-0.2 0-0.2 0-0.3 0-0.3 0-0.3 0.1-0.4 0.1-0.4 0.1-0.4 0.1-0.4 0.2-0.4 0.2-0.3L0.2-0.2C0.2-0.2 0.2-0.2 0.2-0.2L0.6-0.5C0.6-0.6 0.6-0.6 0.6-0.6 0.6-0.6 0.6-0.5 0.6-0.5L0.6-0.5C0.6-0.5 0.6-0.4 0.6-0.4L0.2 0C0.2 0 0.2 0 0.1 0Z'/%3E%3Cpath d='M0.4 0C0.3 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.2 0.1-0.3 0.1-0.4 0.1-0.4 0.2-0.5 0.2-0.6 0.3-0.6 0.4-0.6 0.5-0.6 0.6-0.6 0.6-0.5 0.7-0.4 0.7-0.4 0.7-0.3 0.7-0.2 0.7-0.1 0.6-0.1 0.6 0 0.5 0 0.4 0Z'/%3E%3Cpath d='M0.2-0.2C0.1-0.2 0.1-0.2 0.1-0.3 0-0.3 0-0.3 0-0.4 0-0.4 0-0.4 0.1-0.4 0.1-0.5 0.1-0.5 0.2-0.5 0.2-0.5 0.2-0.5 0.3-0.4 0.3-0.4 0.3-0.4 0.3-0.4 0.3-0.3 0.3-0.3 0.3-0.3 0.2-0.2 0.2-0.2 0.2-0.2Z'/%3E%3Cpath d='M0-0.2L0.6-0.2 0.6-0.3 0-0.3 0-0.2Z'/%3E%3Cpath d='M0.1-0.4C0.1-0.4 0.1-0.5 0.2-0.6 0.2-0.6 0.3-0.7 0.4-0.7 0.5-0.7 0.5-0.6 0.6-0.6 0.6-0.5 0.7-0.4 0.7-0.4 0.7-0.3 0.6-0.2 0.6-0.2 0.5-0.1 0.5-0.1 0.4-0.1 0.3-0.1 0.2-0.1 0.2-0.2 0.1-0.2 0.1-0.3 0.1-0.4Z'/%3E%3C/defs%3E%3Cg class='Page'%3E%3Cg class='com.sun.star.drawing.CustomShape'%3E%3Crect class='BoundingBox' x='1811' y='18' width='23032' height='26616' fill='none'/%3E%3Cpath d='M2076 19710L2076 6942 13326 325 24577 6942 24577 19710 13326 26326 2076 19710Z' fill='rgb(225,27,34)'/%3E%3Cpath d='M2076 19710L2076 6942 13326 325 24577 6942 24577 19710 13326 26326 2076 19710Z' style='fill:none;stroke-width:500;stroke:rgb(225,27,34)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.lead-story .info-text,
.info-content-mobile .info-text {
  color: white;
  font-size: 1rem;
}
.lead-story .info-text-small {
  font-size: 0.6rem;
}
.info-content-mobile .info-text-small {
  font-size: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.info-content-qrcode {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .info-content-qrcode {
    margin-top: 45px;
  }
  .lead-story .info-text,
  .info-content-mobile .info-text {
    font-size: 1rem;
    font-weight: bold;
  }
  .lead-story .info-text-small,
  .info-content-mobile .info-text-small {
    font-size: 0.8rem;
  }
}
.modal-body .info-text-small {
  font-size: 0.7rem;
  text-align: center;
}
.hexButtonsContainer {
  position: relative;
  display: block;
  margin-left: 75px;
  padding-bottom: 1rem;
}
.nav-breadcrumb {
  font-size: 0.8rem;
}
.detail-page .nav-breadcrumb {
  margin-left: 15px;
}
.banner.my-btn.red {
  color: #e11b12;
  font-weight: bold;
  background: white;
  bottom: 5px !important;
}
.carousel .banner.my-btn.red:hover {
  color: #e11b12;
}
.carousel .my-btn.red:before {
  border-left-color: white;
}
.carousel-caption h1,
.carousel-caption h5 {
  font-family: 'prelo_light';
  font-size: 2.5rem;
  margin-bottom: .5rem;
  font-weight: 500;
}
.carousel-caption span {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'StoneSans_Bk';
}
.carousel {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .carousel-caption .intro {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    padding-bottom: 0;
    bottom: 10px;
  }
  .carousel-caption h1,
  .carousel-caption h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  .carousel-caption h1,
  .carousel-caption h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .carousel-caption span {
    font-size: 0.85rem;
  }
}
footer .info-text {
  color: white;
  text-decoration: none;
  font-size: 0.7rem;
  font-family: 'StoneSans_Bk';
  text-align: center;
  margin-top: 0.1rem;
  padding-bottom: 1rem;
}
footer img {
  width: 100%;
  max-width: 200px;
}
footer .home-link {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contactdet h2 {
	color: #0083A9;
	font-family: 'prelo_light';
	font-size: 2.5em;
}
.contactdet p {
	font-size: 1.3rem;
	font-family: 'StoneSans_Bk';
	color: #4d4f53;
}
.contactdet {
	text-align: center;
	padding-top: 10px;
}
.root-cesa .nound:hover, 
.root-medicoop .nound:hover,
.root-eastern-cape .nound:hover{
	text-decoration: none;
}

/*.root-medicoop.node-asset-rental-insurance-solutions .staticimage, */
.alias-insuranceDetailsPage .pagebanner{
    margin-left: 0;
    margin-right: 0;
}
/*fix for news butten/arrow issue*/
.my-btn.red {
 /* background: #003f72;
  color: white;
  margin-bottom: 15px;
  border:1px solid 003f72;*/
}
.my-btn.red:before {
  /*border-left-color: #003f72;*/
  margin-right:0.3rem;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
/*https://codepen.io/murias/pen/oERgVM*/

.grid-divider {
  overflow-x: hidden;
  position: relative;
}
.grid-divider.second{
    padding-top:1px;
}
.grid-divider.second:before{
    content: "";
  background-color: #c8cac9;
      width: 70%;
    position:absolute;
    height: 1px;
    left: 15%;
    top: 0;
}
.grid-divider > [class*=col-]:nth-child(n+2):after {
  content: "";
  background-color: #c8cac9;
  
  position: absolute;
  top: 30%;
  bottom: 30%;
}
@media (max-width: 991px) {
  .grid-divider > [class*=col-]:nth-child(n+2):after {
    width: 70%;
    
    height: 1px;
    left: 15%;
    top: -4px;
  }
  .path-investec .row.grid-divider .card{
    padding-bottom:10px;
    
    }
}
@media (min-width: 991px) {
  .grid-divider > [class*=col-]:nth-child(n+2):after {
      
    width: 1px;
    height: auto;
    left: -1px;
  }
}

.path-investec .row.grid-divider{
    background-color:#FFF;
    
}
.path-investec .row.grid-divider .card, .path-investec-business-insurance .row .card, .path-investec-cyber-overview .card{
    border:0;
    
}
.path-investec-business-insurance .row.grid-divider .card-body{
    padding:0;
}
.what-can-we-do h1, .contact-block h3, .contact-block h4{
/*font-family: 'prelo_slabsemibold';*/
font-weight: bold;
    
}

.what-can-we-do h2{
 background-color:#c8cac9;
 border-radius: 8px;
/*font-family: 'prelo_slabsemibold';*/
    
}
.headline img{
    max-width: 100%;
height: auto;
    
}

.contact-block{
background-color:#c8cac9;
    
}
.contact-block h6{
    font-weight: bold;
}
.contact-block a,.contact-block a:visited,  .contact-block a:focus, .contact-block a:active{
color:#262836;
}
.contact-block a:hover{
color:#f9fcfc;
}

.path-investec-cyber-for-individuals .card-link + .card-link, .path-investec-cyber-for-business .card-link + .card-link {
    margin-left: 0;
}

.path-investec-cyber-for-individuals h4, .path-investec-cyber-for-business h4, .path-investec-tax-risk-insurance h4{
    /*font-family: 'prelo_slabsemibold';*/
    font-weight: bold;
}
.bg-aon-dark{
    background-color:#262836;
}
.bg-aon-light{
    background-color:#acc0c4;
}
.bg-aon-lighter{
    background-color:#eff8f8;
}
.bg-aon-dark h4, .bg-aon-light h4, .bg-aon-dark .card-text, .bg-aon-light .card-text{
    color:#fff;
}
.bg-aon-lighter h4, .bg-aon-lighter .card-text{
    color:#000;
}
.aon-bg-navy01{background-color:#262836;}
.aon-bg-gray01{background-color:#46535e;}
.aon-bg-gray02{background-color:#5d6d78;}
.aon-bg-gray03{background-color:#82939a;}
.aon-bg-gray04{background-color:#acc0c4;}
.aon-bg-gray05{background-color:#cddbde;}
.aon-bg-gray06{background-color:#e5eff0;}
.aon-bg-gray07{background-color:#eef0f7;}
.aon-bg-gray08{background-color:#f9fcfc;}
.aon-bg-white{background-color:#fff;}
.aon-navy01, .aon-262836 {color:#262836;}
.aon-gray01, .aon-46535e {color:#46535e;}
.aon-gray02, .aon-5d6d78 {color:#5d6d78;}
.aon-gray03, .aon-82939a {color:#82939a;}
.aon-gray04, .aon-acc0c4 {color:#acc0c4;}
.aon-gray05, .aon-cddbde {color:#cddbde;}
.aon-gray06, .aon-e5eff0 {color:#e5eff0;}
.aon-gray07, .aon-eef0f7 {color:#eef0f7;}
.aon-gray08, .aon-f9fcfc {color:#f9fcfc;}
.aon-gray09, .aon-80929a {color:#80929a;}
.aon-white{color:#fff;}

.aon-border-navy01, .aon-border-gray01,.aon-border-gray02,.aon-border-gray03,
.aon-border-gray04,.aon-border-gray05,.aon-border-gray06,.aon-border-gray07,
.aon-border-gray08,.aon-border-white{
    border-style: solid;
    border-width: 3px;
}

.aon-border-navy01{border-color: #262836;}
.aon-border-gray01{border-color:#46535e;}
.aon-border-gray02{border-color:#5d6d78;}
.aon-border-gray03{border-color:#82939a;}
.aon-border-gray04{border-color:#acc0c4;}
.aon-border-gray05{border-color:#cddbde;}
.aon-border-gray06{border-color:#e5eff0;}
.aon-border-gray07{border-color:#eef0f7;}
.aon-border-gray08{border-color:#f9fcfc;}
.aon-border-white{border-color:#fff;}


.btn.aon-border-navy01.aon-bg-navy01:hover{color:#262836; background-color:#fff;}
.btn.aon-border-navy01.aon-bg-white:hover{color:#fff; background-color:#262836;}

.btn.aon-border-gray01.aon-bg-gray01:hover{background-color:#fff;}
.btn.aon-border-gray02.aon-bg-gray02:hover{background-color:#fff;}
.btn.aon-border-gray03.aon-bg-gray03:hover{background-color:#fff;}
.btn.aon-border-gray04.aon-bg-gray04:hover{background-color:#fff;}
.btn.aon-border-gray05.aon-bg-gray05:hover{background-color:#fff;}
.btn.aon-border-gray06.aon-bg-gray06:hover{background-color:#fff;}
.btn.aon-border-gray07.aon-bg-gray07:hover{background-color:#fff;}
.btn.aon-border-gray08.aon-bg-gray08:hover{background-color:#fff;}


.btn.aon-white.aon-border-gray01.aon-bg-gray01:hover{color:#262836;}
.btn.aon-white.aon-border-gray02.aon-bg-gray02:hover{color:#262836;}
.btn.aon-white.aon-border-gray03.aon-bg-gray03:hover{color:#262836;}
.btn.aon-white.aon-border-gray04.aon-bg-gray04:hover{color:#262836;}


.bold {font-weight:bold;}


.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.navbar-toggler {background-color:#262836;}

.arrow_box1 {
	position: relative;
    padding:15px 20px 15px 20px;
    line-height:45px;
}
.arrow_box1:after {
	/*left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	/*border-left-color: #262836;*/
	border-width: 24px;
	margin-top: -24px;*/
}
.arrow_box1.aon-bg-navy01:after{border-left-color:#262836;}
.arrow_box1.aon-bg-gray01:after{border-left-color:#46535e;}
.arrow_box1.aon-bg-gray02:after{border-left-color:#5d6d78;}
.arrow_box1.aon-bg-gray03:after{border-left-color:#82939a;}
.arrow_box1.aon-bg-gray04:after{border-left-color:#acc0c4;}
.arrow_box1.aon-bg-gray05:after{border-left-color:#cddbde;}
.arrow_box1.aon-bg-gray06:after{border-left-color:#e5eff0;}
.arrow_box1.aon-bg-gray07:after{border-left-color:#eef0f7;}
.arrow_box1.aon-bg-gray08:after{border-left-color:#f9fcfc;}


.aon-bg-grayi1{background-color:#c8cac9;}
.arrow_box1.aon-bg-grayi1:after{border-left-color:#c8cac9;}
.aon-bg-grayi2{background-color:#eff8f8;}
.arrow_box1.aon-bg-grayi2:after{border-left-color:#eff8f8;}


.btn-container .arrow_box1:hover {
    /*min-width: 90%;*/
}
.btn-container p{
    text-align:center;
}
.btn-container .arrow_box1 {
    min-width: 80%;
    display: inline-block;
    height: 48px;
    line-height: unset;
    padding: 13px 20px 9px 20px;
    transition: min-width 0.4s;
    -webkit-transition: min-width 0.4s;
    color:#fff;
   /* font-family: 'prelo_medium';*/
}
.node-cyber-for-individuals .arrow_box1.small, .node-cyber-for-business .arrow_box1.small {
    padding: 0 0 0 10px;
    line-height: 32px;
    display: block;
    width: 70%;
    height: 32px;
    margin-left: 5%;
    transition: width 0.4s;
    -webkit-transition: width 0.4s;
}
/*
.node-cyber-for-individuals .arrow_box1.small:hover, .node-cyber-for-business .arrow_box1.small:hover{
    width:80%;
}
@media (max-width: 576px) { 
    .node-cyber-for-individuals .arrow_box1.small, .node-cyber-for-business .arrow_box1.small {
    margin-left: 20%;
    width: 60%;
    }
     .node-cyber-for-individuals .arrow_box1.small:hover,  .node-cyber-for-business .arrow_box1.small:hover{
        width:70%;
    }   
}
.node-cyber-for-individuals .arrow_box1.small::after, .arrow_box1.arrow_box1-small, .node-cyber-for-business .arrow_box1.small::after{
    border-width: 16px;
    margin-top: -16px;
}*/
.arrow_box1.arrow_box1-med{
    padding:10px 20px 10px 20px;
}
/*
.arrow_box1.arrow_box1-med::after{
    border-width: 20px;
    margin-top: -20px;
}

.arrow_box1.animate-padding{
    transition:padding 0.4s;
    -webkit-transition: padding 0.4s;
}
.arrow_box1.animate-padding:hover{
    padding-right:30px;
}
*/
.card .aon-bg-navy01, .card.aon-bg-navy01, .card .aon-bg-gray04, .card.aon-bg-gray04{
    color:#fff;
}

/*.card .aon-bg-grayi2, .card.aon-bg-grayi2{
    color:#262836;
}*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.path-investec-contact-us .headline img, .path-investec-business-insurance .headline img {
    width:100%;
    
}

.acknowledgment .warning{
    color:red;
}
/*
.prelo-light{font-family: 'prelo_light';}
.prelo-bold{font-family: 'prelo_slabsemibold'}
.prelo{font-family: 'prelo_medium';}
*/
.ihasformelement .modal-content{
	min-height: calc(100vh - 60px);
}
.ihasformelement .modal-body{
	padding-top:0;
}
.ihasformelement iframe{
    width:100%;
    height:100%;
    border:0;
}
.ihasformelement .loading-indicator.loading{
    display:block !important;
}

.ihasformelement .loading-indicator.stopped, .alias-popUpForm .loading-indicator.stopped{
    display:none !important;
}

.root-investec h1{
    font-size: 1.8rem;
}
.root-investec h2{
    font-size: 1.5rem;
}

.root-investec h4, {
    font-size: 1.25rem;
}
.root-investec h4.my-2{
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
}
.path-investec-business-insurance img.d-block.mx-auto{
    width:80px;
    height:80px;
    
}
.path-investec-business-insurance .card-body{
    padding-top:0.8rem;
    
}

@media (min-width: 1200px) {
.ml-xl-n1,
.mx-xl-n1 {
  margin-left: -0.25rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
  margin-left: -0.5rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
  margin-left: -1rem !important;
}
.pl-xl-n1,
.px-xl-n1 {
  padding-left: -0.25rem !important;
}
.pl-xl-n2,
.px-xl-n2 {
  padding-left: -0.5rem !important;
}
.pl-xl-n3,
.px-xl-n3 {
  padding-left: -1rem !important;
}
}

@media (min-width: 992px) {
.ml-lg-n1,
.mx-lg-n1 {
  margin-left: -0.25rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
  margin-left: -0.5rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
  margin-left: -1rem !important;
}
.pl-lg-n1,
.px-lg-n1 {
  padding-left: -0.25rem !important;
}
.pl-lg-n2,
.px-lg-n2 {
  padding-left: -0.5rem !important;
}
.pl-lg-n3,
.px-lg-n3 {
  padding-left: -1rem !important;
}
}
@media (min-width: 768px) {
.ml-md-n1,
.mx-md-n1 {
  margin-left: -0.25rem !important;
}
.ml-md-n2,
.mx-md-n2 {
  margin-left: -0.5rem !important;
}
.ml-md-n3,
.mx-md-n3 {
  margin-left: -1rem !important;
}
.pl-md-n1,
.px-md-n1 {
  padding-left: -0.25rem !important;
}
.pl-md-n2,
.px-md-n2 {
  padding-left: -0.5rem !important;
}
.pl-md-n3,
.px-md-n3 {
  padding-left: -1rem !important;
}
}


@media (min-width: 576px) {
.ml-sm-n1,
.mx-sm-n1 {
  margin-left: -0.25rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
  margin-left: -0.5rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
  margin-left: -1rem !important;
}
.pl-sm-n1,
.px-sm-n1 {
  padding-left: -0.25rem !important;
}
.pl-sm-n2,
.px-sm-n2 {
  padding-left: -0.5rem !important;
}
.pl-sm-n3,
.px-sm-n3 {
  padding-left: -1rem !important;
}
}

.featuretable{
    width:100%;
    table-layout:fixed;
    border-spacing: 0.5rem;
    border-collapse: separate !important;
}
.featuretable td{
    width:33%;
    padding:1rem;
    text-align: center !important;
}

.path-investec-cyber-for-business table{
    width: 100%; table-layout: fixed; border-collapse: separate; border-spacing: 0.75rem 0;
}
.path-investec-cyber-for-business td{
width: 33%; vertical-align: top; border: solid 1px #262836; padding: 0.75rem;
}
.path-investec-cyber-for-business .top td{
    border-bottom: none;
}

.path-investec-cyber-for-business .bottom td{
    padding-top:0;
    border-top: 0;
}
.path-investec-cyber-for-business .option, .path-investec-cyber-for-individuals .option{
    padding:0.75rem;
    margin-top:0.75rem;
}
.path-investec-cyber-for-individuals .option{
    padding:0.75rem;
    margin-top:1.25rem;
}
.path-investec-cyber-for-business .option h6, .path-investec-cyber-for-individuals .option h6{
    font-weight:bold;
}
.path-investec-cyber-for-business .option a, .path-investec-cyber-for-individuals .option a {
    color:#007786;
    text-decoration:underline !important;
}

.path-investec-cyber-for-business .option a:hover, .path-investec-cyber-for-individuals .option a:hover {
    font-weight:bold;
    text-decoration:none !important;
}

.path-investec-cyber-for-business .col1 .option{
    background-color:#e5eff0;
}
.path-investec-cyber-for-business .col2 .option{
    background-color:#acc0c4;
}
.path-investec-cyber-for-business .col3 .option{
    background-color:#cfdcdd;
    
}
#navbarRaQMenu {
    border:1px solid #262836;
    background-color:#262836;
    color:#fff;
    margin-top:-2px;
}
#navbarRaQMenu:hover{
    background-color:#fff;
    color:#262836;
}

table.solutions-table{
    width:100%;
    table-layout:fixed;
    border-spacing: 0.5rem;
    border-collapse: separate !important;
}

table.solutions-table td{
    width:33%;
    padding:1.5rem;
    text-align: center !important;
}
table.solutions-table td.br-border{
    border-bottom: 1px dashed #80929a;
    border-right: 1px dashed #80929a;
}

/*table.solutions-table td.r-border{*/
/*    border-right: 1px dashed #80929a;*/
/*}*/

/*table.solutions-table td.b-border{*/
/*    border-bottom: 1px dashed #80929a;*/
/*}*/
table.solutions-table  td:not(:first-child) {
  border-left: 1px dashed #cddbde;
}
table.solutions-table  tr:not(:first-child) td {
  border-top: 1px dashed #cddbde;
}
.footer-social-icon{
  position:relative;
  display:inline-block;
  width:2em;
  height:2.2em;
  background-repeat:none;
  background-size:cover;
}
        
.footer-social-icon-fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z'/%3E%3C/svg%3E");
}
.footer-social-icon-twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z'/%3E%3C/svg%3E");
}
.footer-social-icon-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
}