<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#top .naab-pill,
#top .cacb-pill {
  position: relative;
}

#top .naab-pill::after, #top .naab-pill::before,
#top .cacb-pill::after,
#top .cacb-pill::before {
  border-radius: 100%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 3px;
}

@media only screen and (min-width: 1288px) {
  #top .naab-pill::after, #top .naab-pill::before,
  #top .cacb-pill::after,
  #top .cacb-pill::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#top .naab-pill {
  margin-left: 15px;
}

#top .naab-pill::after {
  content: '';
  background: #25321A;
  left: -15px;
}

#top .cacb-pill {
  padding-left: 15px;
}

#top .cacb-pill::before {
  content: '';
  background: #3C658E;
  left: 0px;
}

#top .degree-certificates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  #top .degree-certificates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#top .degree-certificates &gt; div:not(:first-child) {
  margin-left: 30px;
}

@media only screen and (max-width: 480px) {
  #top .degree-certificates &gt; div:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

#top .degree-certificates .naab {
  background-image: url(/wp-content/themes/sa/img/SA_Buttons_NAAB-01.png);
}

#top .degree-certificates .cacb {
  background-image: url(/wp-content/themes/sa/img/SA_Buttons_CACB-02.png);
}

#top .degree-certificates .naab,
#top .degree-certificates .cacb {
  width: 280px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

#top .degree-certificates-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 480px) {
  #top .degree-certificates-grid {
    margin-bottom: 16px;
  }
}

#top .degree-certificates-grid &gt; div:not(:first-child) {
  margin-left: 8px;
}

#top .degree-certificates-grid .naab-grid,
#top .degree-certificates-grid .cacb-grid {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  position: relative;
}

#top .degree-certificates-grid .naab-grid:hover::before, #top .degree-certificates-grid .naab-grid:hover::after,
#top .degree-certificates-grid .cacb-grid:hover::before,
#top .degree-certificates-grid .cacb-grid:hover::after {
  opacity: 1;
}

#top .degree-certificates-grid .naab-grid::before,
#top .degree-certificates-grid .cacb-grid::before {
  content: attr(data-tooltip);
  position: absolute;
  padding: 5px;
  line-height: 1.3;
  top: -18px;
  left: 50%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 80px;
  background: #272727;
  color: white;
  border-radius: 6px;
  font-family: "acumin-pro";
  font-size: 13px;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0;
}

#top .degree-certificates-grid .naab-grid::after,
#top .degree-certificates-grid .cacb-grid::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #272727 transparent;
  border-width: 14px 12.5px 0 12.5px;
  opacity: 0;
  display: block;
  top: -20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#top .degree-certificates-grid .naab-grid {
  background-color: #25321A;
}

#top .degree-certificates-grid .cacb-grid {
  background-color: #3C658E;
}

#top .legend-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 481px) {
  #top .legend-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#top .legend-content .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 480px) {
  #top .legend-content .legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#top .legend-content .legend &gt; div {
  font-family: "acumin-pro";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-left: 20px;
}

#top .legend-content .legend &gt; div.cacb-legend, #top .legend-content .legend &gt; div.naab-legend {
  position: relative;
}

#top .legend-content .legend &gt; div.cacb-legend::before, #top .legend-content .legend &gt; div.naab-legend::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#top .legend-content .legend &gt; div.naab-legend::before {
  background-color: #25321A;
}

#top .legend-content .legend &gt; div.cacb-legend::before {
  background-color: #3C658E;
}

#top .legend-content .legend &gt; div:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  #top .legend-content .legend &gt; div:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  #top .legend-content .legend &gt; div:first-child {
    margin-top: 20px;
  }
}
</pre></body></html>