html,
body {
  font-family: sans-serif;
  margin: 0px;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.mobile-nav {
  display: none;
}

.main-nav {
  display: block;
}

.overflow-none {
  overflow-y: hidden;
}

.pointer {
  cursor: pointer;
}

.text-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.flex-container {
  display: flex;
}

.row-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.column-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-left {
  justify-content: flex-start;
}

.justify-right {
  justify-content: flex-end;
}

.item-center {
  align-items: center;
}

.flex-zero {
  flex: 0 0 auto;
}

.flex-five {
  flex: 0 1 5%;
}

.flex-ten {
  flex: 0 1 10%;
}

.flex-fifteen {
  flex: 1 1 15%;
}

.flex-twenty {
  flex: 1 1 20%;
}

.flex-twentyFive {
  flex: 1 1 25%;
}

.flex-thirty {
  flex: 1 1 30%;
}

.flex-forty {
  flex: 0 1 40%;
}

.flex-fortyFive {
  flex: 0 1 45%;
}


.flex-third {
  flex: 0 1 33.3%;
}

.flex-half {
  flex: 0 1 50%;
}

.flex-sixty {
  flex: 0 1 60%;
}

.flex-seventy {
  flex: 0 1 70%;
}

.flex-fiftyFive {
  flex: 0 1 55%;
}

.flex-ninety {
  flex: 0 1 90%;
}

.flex-full {
  flex: 0 1 100%;
}

.flex-push {
  flex: 1 1 auto;
}

.border-none {
  border: 0px solid transparent;
}

.main-container {
  padding: 0 11% 0 11%;
  align-items: stretch;
  flex-wrap: wrap;
}

.mat-1x {
  font-size: 1em;
}

.mat-1_5x {
  font-size: 1.5em;
}

.mat-2x {
  font-size: 2em;
}

.mat-2_5x {
  font-size: 2.5em;
}

.mat-3x {
  font-size: 3em;
}

.mat-4x {
  font-size: 4em;
}

.mat-12x {
  font-size: 12em;
}

.mat-text-white {
  color: #ffffff !important;
}

.mat-text-dark {
  font-size: 17px;
  color: #545454;
  font-family: "GT America Regular";
  font-weight: 400;
}

.mat-text-gray {
  color: rgb(131, 130, 130) !important;
}

.mat-primary {
  color: #0089c7 !important;
}

.mat-secondary {
  color: #22b573 !important;
}

.mat-accent {
  color: #4962ea !important;
}

.mat-tab-label.mat-tab-label-active {
  color: rgb(34, 181, 115);
  opacity: 1;
}

.mat-tab-group.mat-primary .mat-ink-bar {
  background-color: #22b573;
  height: 3px;
}

a {
  color: #4962ea;
  text-decoration: none;
}

.img-gradient {
  top: 0px;
  background: rgb(46, 49, 146);
  background: linear-gradient(90deg,
      rgba(46, 49, 146, 1) 30.15%,
      rgba(34, 153, 214, 1) 100%);
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.3;
}

.third-container {
  margin-top: 15px;
  justify-content: space-between;
  padding: 1.5%;
  align-self: stretch;
}

.full-container {
  margin-top: 15px;
  padding: 1.5%;
  align-self: stretch;
  max-width: 100%;
}

.card-third.mat-card {
  box-shadow: none !important;
  border: 1px solid #dadada;
  padding: 0px;
  justify-content: center;
  align-content: center;
  height: fit-content;
}

.card-third::before,
.card-full::before {
  content: "";
  background: rgb(46, 49, 146);
  background: linear-gradient(90deg,
      rgba(46, 49, 146, 0.99) 27.15%,
      rgba(34, 153, 214, 0.99) 100%);
  display: flex;
  z-index: 20;
  height: 3.4px;
  box-shadow: none !important;
}

.card-third .card-header,
.card-full .card-header {
  flex-direction: column;
}

.card-third .card-header-text,
.card-full .card-header-text {
  margin: 0 8px;
}

.card-third .card-title,
.card-full .card-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 0px;
}

.card-third .title,
.card-full .title {
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.title-changes {
    font-size: 18px;
    color: #4C4949;
    font-family: "GT America Regular";
    font-weight: 500;
}


.h3-title {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-bottom: 6px;
  font-size: 1.3em;

}

.h4-primary {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 15px;
    color: #0028A0;
    font-family: "GT America Regular";
    font-weight: 500;
}

.h4-paragraph {
  line-height: 1.9;
  font-weight: 400;
  font-size: 0.85em;
  margin-top: 5px;
  margin-block-start: 5px;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.card-title-h4-changes {
    font-size: 15px;
    color: #0028A0;
    font-family: "GT America Regular";
    font-weight: 500;
    margin-right: 22px;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}

.card-third .card-container {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  padding-left: 12px;
  padding-right: 12px;
  border-top: 0px solid #e0e0e0;
}

.card-third .card-container.border-none {
  border-top: 0px solid transparent;
}

.card-third .card-container .card-text {
  height: 75px;
}

.brand-img {
  margin-left: 0;
  width: 106px;
  justify-content: space-between;
}

.brand-icon {
  margin-left: 20px;
  background-color: #fff;
  color: #0089c7;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px;
  width: 35px;
  text-decoration: none !important;
  text-align: center;
  font-size: 18px;
}

.vert-divider {
  height: 70%;
  border-right: 1px solid #ffffff70;
  margin-left: 20px;
  margin-right: 20px;
}

.header-divider {
  border-top-color: white;
  width: 100%;
}

.brand-label {
  justify-content: flex-end;
  /*color: #fff;*/
  color: #0A1263;
  flex: 1 1 auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.toolbarlist {
  display: flex;
  padding-top: 0px;
  flex-direction: row;
  color: #444;
  font-size: 0.9em;
  text-transform: none;
  font-weight: 400;
  list-style: none;
  -webkit-padding-start: 0px;
}

.toolbarlist a {
  color: #444;
}

.toolbarlist li {
  padding-right: 30px;
}

.toolbarlink {
  color: #444 !important;
  font-size: 1em;
  /*    font-weight: 400;*/
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin-bottom: 0px;
}

.font-chg {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin-bottom: 0px;
}

.toolbarlink:hover {
  color: #005eff !important;
  font-size: 1em;
  font-weight: 400;
  /*padding-bottom: 50px;*/
  text-decoration: underline;
  width: 224px;
  height: 4px;
  flex-shrink: 0;
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
}

.toolbarList:hover {
  border-bottom: 5px solid #005eff;
}

.header-height {
  height: 139px;
}

.sign-in-border {
  border-radius: 25px;
  border: 1px solid white;
  padding: 20px;
  width: 90px;
  height: 10px;
  background-color: white;
  text-align: center;
}

.spacer {
  flex: 1 1 auto;
}

.toolbarlist .flat-white {
  color: #0028A0;
  display: flex;
  background-color: #fff;
  border-color: transparent;
}

.hero {
  background: linear-gradient(90deg,
      rgba(1, 1, 26, 1) 23.15%,
      rgba(0, 0, 43, 1) 100%);
}

.hero-image {
  height: 300px;
  overflow: hidden;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-image img {
  width: 100%;
}

.hero-image .bottom {
  transform: translate(0, -0%);
}

.hero-text h1 {
  font-family: "Financier Display";
  font-weight: 500;
  font-size: 3em;
  margin-bottom: 0px
}

.hero-text {
  text-align: left;
  position: absolute;
  top: 25%;
  left: 1.5%;
  width: 60%;
  transform: none;
  color: white;
  z-index: 3;
}

.insight-container {
  /* .card-text height's (currently 75px) + the .card-container's top and bottom padding (currently 4.5px each)
        ...then multiply by 2, since 2 containers compared to the 4 for the analysis and in the news*/
  height: 168px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.insight-container .insight-text {
  z-index: 4;
  width: 80%;
  position: absolute;
  font-weight: 500;
}

.insight-text p {
    font-family: "GT America Regular";
    color: #FFFFFF !important;
    font-size: 20px;
}

.insight-container img {
  margin-bottom: -5px;
  width: 100%;
  margin-top: 0px;
}

.card-full.mat-card {
  box-shadow: none !important;
  border: 1px solid #dadada;
  padding: 0px;
  justify-content: flex-start;
  align-content: flex-start;
  height: fit-content;
}

.card-full .card-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.card-full .card-container.border-none {
  border-left: 0px solid transparent;
}

.card-full .card-container .card-text {
  height: 95px;
}

.card-text h6 {
  font-weight: 500;
  color: #444;
  font-size: 1.02em;
  margin: 0;
  line-height: 1.1;
}

.h6-changes {
    font-family: "GT America Regular";
    font-weight: 400;
    color: #545454;
    font-size: 17px;
    margin: 0;
    line-height: 1.1;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.card-text p {
    font-size: 14px;
    color: #8D8D8D;
    font-family: "GT America Regular";
    font-weight: 400;
    margin: 0;
    padding-top: 0px;
    text-transform: uppercase;
}

.sm-box-container {
  flex: 0 1 50%;
}

.sm-box {
  flex: 0 1 49.75%;
  border: 1px solid #dadada;
  border-right: 0.5px;
  border-bottom: 0.5px;
  text-align: center;
  padding-top: 26.5px;
  padding-bottom: 26.5px;
  height: 250px;
  margin-top: -1px;
}

.sm-box .view-all {
  padding-top: 30px;
  text-align: center;
  margin-left: 27%;
  width: 165px;
  height: 140px;
  border: 1px solid #dadada;
  border-radius: 97px;
}

.sm-box .view-all .content {
  padding-left: 10%;
  padding-right: 10%;
}

.sm-box .content {
  padding-left: 10%;
  padding-right: 10%;
}

.sm-box .content p {
  text-align: left;
}

.lg-box {
  flex: 0 1 50%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.lg-box .content {
  padding-left: 20%;
  padding-right: 20%;
  font-size: 1.5em;
}

.lg-box .content p {
  text-align: left;
}

#pipBar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sme-name {
  display: none;
}

.polka {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2388a5fa' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

footer {
  background: #0B1260;
}

.footer-container {
    height: 700px;
    overflow: hidden;
    position: relative;
    font-family: "GT America Regular";
}

.footer-container .img-gradient {
  height: 100%;
  background: linear-gradient(90deg,
      rgba(46, 49, 146, 1) 23.15%,
      rgba(34, 153, 214, 1) 100%);
  opacity: 0.5;
}

.footer-container img.bottom {
  width: 100%;
  height: 200%
}

.footer-container .footer-text {
  position: absolute;
  color: white;
  z-index: 3;
  top: 0;
}

.footer-container .footer-text a.main-link {
  color: #22b573;
  text-decoration: underline;
}

    .footer-container .footer-text p {
        font-weight: 400;
        font-size: 16px;
        color: white;
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline;
        font-family: "GT America Regular";
    }


    .footer-container .footer-text h1 {
        font-weight: 400;
        font-size: 24px;
        color: white;
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline;
        font-family: "GT America Regular";
    }

.footer-container .footer-text li {
  list-style: none;
  margin: 10px 0 10px 0;
}

.footer-container .footer-text .stretch {
  line-height: 1.9;
}

.footer-container .footer-text .push {
  padding-right: 30px;
}

.footer-container .footer-text .footer-divider {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  margin-bottom: 10px;
  display: inherit;
  color: #ffffff70;
}

.h3-changes {
    width: 90%;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 11.22px;
    color: #545454;
    font-family: "GT America Regular";
    font-weight: 500;
    font-size: 14px;
}

.h4-changes {
    width: 90%;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 0.9em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 11.22px;
    color: #545454;
    font-family: "GT America Regular";
    font-weight: 400;
    font-size: 13px;
}


@media (max-width: 1485px) {
  .flex-seventy {
    flex: 0 1 100%;
  }

  .footer-container {
    height: 800px;
  }

  #pipBar {
    padding-top: 60px;
    padding-bottom: 30px;

  }

  .bio-container {
    height: 300px;
  }

  div.insight-container {
    height: 148px;
  }

  div.insight-container .insight-text {
    font-size: 1.05em;
  }

  .card-third .card-container .card-text {
    height: 65px;
  }

  .card-text p,
  .card-text h6 {
    font-size: 0.9em;
    text-overflow: ellipsis;
    line-height: 1.2em;
    overflow: hidden;
    width: fit-content;
  }

  .card-container .card-text {
    font-size: 1.05em;
    overflow: hidden;
  }

  .sm-box-container {
    flex: 0 1 60%;
  }

  .lg-box {
    flex: 0 1 40%;
    padding-top: 60px;
  }

  .lg-box .content {
    font-size: 1em;
  }

  .sm-box .content {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 0.9em;
  }

  .sm-box .view-all {
    margin-left: 23%;
  }

  div.expert-container {
    height: 286px;
  }

  .expert-container div.img {
    flex: 1 1 3%;
  }

  .expert-container div.about {
    flex: 1 1 7%;
    padding-left: 0px;
    padding-right: 10px;
  }

  .expert-container .about h1 {
    font-size: 2em;
  }

  .expert-container .about h3 {
    font-size: 1.3em;
  }

  .expert-container .about h4 {
    width: 300px;
    font-size: 0.8em;
  }

  .expert-container div.articles {
    width: 85%;
    flex: 1 1 5%;
  }

  .expert-container .articles .article-space {
    margin-top: 7px;
  }

  .expert-container div.articles .article-space {
    margin-top: 4px;
  }

  .expert-container .articles h3 {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: -6px;
    width: 90%
  }

    .h3-changes {
        width: 90%;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-size: 11.22px;
        color: #545454;
        font-family: "GT America Regular";
        font-weight: 500;
    }

  .expert-container .articles h4 {
    font-size: 0.8em;
    line-height: 1.4;
    margin-bottom: 16px;
    width: 90%
  }

    .h4-changes {
        width: 90%;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 0.9em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-size: 11.22px;
        color: #545454;
        font-family: "GT America Regular";
        font-weight: 400;
    }

  .footer-container img.bottom {
    width: 125%;
    height: 200%
  }

  div.bio-container {
    height: 300px;
  }
}

@media (max-width: 1550px) {
  .h4-paragraph {
    font-size: 12px;
  }

  .footer-container {
    height: 800px !important;

  }
}

@media (max-width: 650px) {

  .third-container,
  .full-container {
    width: 95% !important;
  }

  .side-bar {
    width: 320px !important;
  }

  .footer-container img.bottom {
    width: 1090% !important;
  }

  .footer-container {
    height: 1300px !important;
  }
}

@media (max-width: 1150px) {
  .side-bar {
    width: 350px;
  }

  .main-container {
    padding: 0 20px;
  }

  .row-container {
    flex-direction: column;
  }

  .card-text .row-container {
    flex-direction: row;
  }

  .third-container,
  .full-container {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 98%;
    align-self: center;
    flex: 1 1 auto;
  }

  .flex-third,
  .flex-thirty,
  .flex-half,
  .flex-full,
  .flex-sixty,
  .sm-box-container,
  .flex-twenty,
  .flex-fifteen {
    flex: 1 1 auto;
  }

  .card-full .card-container {
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 0px solid transparent !important;
  }

  .card-full .card-container.border-none {
    border-top: 0px solid transparent;
  }

  .lg-box,
  .sm-box {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 0px solid #dadada;
    flex: 1 1 auto;
  }

  .lg-box .content {
    font-size: 0.9em;
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg-box img {
    width: 65px;
  }

  .lg-box mat-icon {
    font-size: 4em;
    margin-left: 109px;
  }

  .sm-box .view-all {
    margin-left: 0px;
    padding-top: 0px;
    text-align: center;
    width: auto;
    height: auto;
    border: 0px solid #dadada;
    border-radius: 0px;
  }

  .footer-container {
    height: 1380px !important;
  }

  .footer-container img.bottom {
    width: 430%;
  }

  .footer-container .img-gradient {
    height: 100%;
  }

  .about {
    display: none;
  }

  .sme-img {
    display: none;
  }

  .sme-name {
    display: block;
    flex: 0 1 20%;
    margin-left: 25px;
    font-weight: bold;
  }

  #pipBar {
    padding-bottom: 30px;
    font-size: 4em;
  }
}

.hero-image {
  height: 345px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-image img {
  width: 100%;
}

.hero-image .bottom {
  transform: translate(0, -17%);
}

@media (max-width: 1250px) {

  .mdc-list-item__text {
    font-size: 20px;
    padding-top: 7%;
  }

  .header-height {
    height: 75px;
  }

  .mobile-nav {
    display: block;
  }

  .main-nav {
    display: none;
  }

  .hero-image .bottom {
    transform: translate(0, -7%);
    height: 114%
  }

  .hero-image {
    height: 300px
  }

  .hero-text {
    font-size: 80%;
    top: 25%;
    left: 4%
  }
}

@media (max-width: 850px) {
  .footer-container {
    height: 1490px !important;
  }
}


@media (max-width: 650px) {
  .mdc-list-item__text {
    font-size: 18px;
    padding-top: 7%;
  }

  .hero-image .bottom {
    transform: translate(0, 0);
    width: 200%;
  }

  .hero-image .hero-text {
    font-size: 80%;
    width: 90%;
    top: 16%;
    left: 8%
  }
}

@media (max-width: 370px) {
  .hero-image .hero-text {
    font-size: 70%;

  }

  .footer-container {
    height: 1450px !important;

  }
}

@media (max-width: 499px) {
  .footer-container {
    height: 1750px !important;
  }

  .main-container {
    padding: 0px !important;
  }
}

.expert-container {
  height: 370px;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 20px;
}

.expert-container div.card-container {
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: 1px solid #e0e0e0;
  border-left: 0px solid #e0e0e0;
  display: list-item;
}

.expert-container .img {
  flex: 0 1 20%;
}

.expert-container .about {
  flex: 0 1 30%;
  padding-left: 5%;
  padding-right: 5%;
}

.about h3 {
  margin-bottom: 6px;
  font-size: 1.3em;
}

.about h4 {
  line-height: 1.9;
  font-weight: 400;
  font-size: 0.85em;
  margin-top: 5px;
}

.expert-container .articles {
  flex: 0 1 30%;
  margin-left: 25px;
}

.articles h3 {
  width: 90%;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1em;
}

.articles h4 {
  width: 90%;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 0.9em;
}

@media (min-width: 1250px) {
  #page {
    margin-left: -17px;
  }
}

@media (max-width: 1250px) {
  .hero-image .bottom {
    transform: translate(0, -17%);
  }

  .hero-image {
    height: 300px;
  }

  .hero-text {
    font-size: 80%;
  }
}

.snackbar {
  right: 20px;
  top: 50px;
  z-index: 99999;
  position: fixed;
  display: block;
  padding: 33px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.snackbar.scary {
  background: #555;
  width: 415px;
  top: auto;
  padding: 28px;
  padding-top: 20px;
  padding-bottom: 11px;
}

.snackbar.scary:before {
  content: "";
  background: #e98f0a;
  background: linear-gradient(90deg, #e98f0a 27.15%, rgb(126, 123, 123) 100%);
}

.snackbar.scary img {
  background: #aeaaaa;
  padding: 15px;
  padding-top: 4px;
  padding-bottom: 11px;
  margin-left: 18px;
  border-radius: 75px;
  height: 75px;
}

.snackbar.scary .snackbar-text {
  top: 33px;
  padding-left: 164px;
  position: absolute;
}

.snackbar.scary .snackbar-text a {
  color: #fff;
  font-size: 15px;
}

.snackbar.scary .snackbar-btn a {
  color: #e98f0a;
  transition: all 0.3s;
  font-size: 13px;
}

.snackbar.scary .snackbar-btn:hover a {
  color: #fff;
}

.snackbar.scary .snackbar-btn {
  background: white;
  border-radius: 7px;
  border: none;
  padding: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 18px;
  width: auto;
  transition: all 0.3s;
}

.snackbar.scary .snackbar-btn:hover {
  background: #e98f0a;
  opacity: 0.9;
}

.snackbar-text {
  font-size: 15px;
  color: #575555;
  font-weight: 600;
}

.snack-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.snackbar:before {
  content: "";
  background: rgb(46, 49, 146);
  background: linear-gradient(90deg,
      rgba(46, 49, 146, 0.62) 27.15%,
      rgba(34, 153, 214, 0.66) 100%);
  overflow: hidden;
  display: flex;
  z-index: 20;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  height: 6.4px;
  box-shadow: none !important;
}

.about-name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.about-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h1-title {
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}


.bio-container {
  overflow: hidden;
  height: 260px;
}

div :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item::before,
div :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item::after {
  background-color: transparent;
}

.mat-secondary {
  color: #178381 !important;
}

a {
  color: #0028A0;
  text-decoration: none;
}

.mat-primary {
  color: #0028A0 !important;
  font-size: 15px;
  font-family: "GT America Regular";
  font-weight: 500;
}

.mat-toolbar.mat-primary {
  background: #fff;
  color: #444;
}

.sub-text {
    font-family: "GT America Regular";
    font-size: 18px;
    margin-top: 5px;
    color: white;
}

h1,
h2,
h3,
h4 {
  font-weight: normal
}

.card-title h4 {
  margin-right: 22px
}