﻿.smbc-text-widget header span {
  margin-bottom: 0px !important;
  color: #826E4F;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.smbc-text-widget header h1 {
  font-size: 30px;
  line-height: 38px;
  padding-top: 26px !important;
  margin-bottom: 26px;
  padding: 0;
}
.smbc-text-widget header h2 {
  margin-bottom: 26px;
  color: #367A91;
  line-height: 34px;
  font-size: 11px;
}
.smbc-text-widget div.cta {
  margin-top: 26px;
}
.smbc-text-widget .smbc-text-widget-rich-text * {
  font-family: "Helvetica Neue LT Std";
}
.smbc-text-widget .smbc-text-widget-rich-text strong {
  font-weight: 400;
}
.smbc-text-widget .smbc-text-widget-rich-text p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
.smbc-text-widget .smbc-text-widget-rich-text h1 {
  font-size: 38px;
  line-height: 40px;
  color: #367A91;
}
.smbc-text-widget .smbc-text-widget-rich-text h2 {
  font-size: 30px;
  line-height: 38px;
  color: #367A91;
}
.smbc-text-widget .smbc-text-widget-rich-text h3 {
  font-size: 22px;
  line-height: 30px;
  color: #367A91;
}
.smbc-text-widget .smbc-text-widget-rich-text h4 {
  font-size: 22px;
  line-height: 30px;
}
.smbc-text-widget .smbc-text-widget-rich-text a {
  color: #2D406C;
  transition: color 0.75s;
}
.smbc-text-widget .smbc-text-widget-rich-text a:hover {
  color: #367A91;
}
.smbc-text-widget .smbc-text-widget-rich-text blockquote p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #367A91;
  opacity: 0;
  transition: opacity 0.75s;
}
.smbc-text-widget .smbc-text-widget-rich-text blockquote p.is-animated {
  opacity: 100;
}
.smbc-text-widget .smbc-text-widget-rich-text blockquote p:before {
  display: block;
  margin-bottom: 18px;
  width: 26px;
  height: 38px;
  content: "";
  background-image: url(SMBC_QuoteMark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.smbc-text-widget .smbc-text-widget-rich-text .smbc-quote-ref {
  color: #826E4F;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.smbc-text-widget .smbc-text-widget-rich-text .table-wrapper {
  overflow-x: auto;
}
.smbc-text-widget .smbc-text-widget-rich-text table thead th {
  min-width: 135px;
  background: #888888;
  color: #fff;
  padding: 22px 5px 17px 20px;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  border-right: solid #fff 2.66px;
}
.smbc-text-widget .smbc-text-widget-rich-text table tbody tr {
  border-bottom: solid 1px #dbdbdb;
}
.smbc-text-widget .smbc-text-widget-rich-text table tbody td {
  background: #F7F7F7;
  color: #515151;
  padding: 22px 5px 17px 20px;
  font-family: '"Helvetica Neue LT Std"';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1px;
}
.smbc-text-widget .smbc-text-widget-rich-text table tbody td:nth-child(even) {
  background: #ffffff;
}
@media screen and (min-width: 1023px) {
  .smbc-text-widget .smbc-text-widget-rich-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .smbc-text-widget .smbc-text-widget-rich-text h1 {
    font-size: 52px;
    line-height: 60px;
  }
  .smbc-text-widget .smbc-text-widget-rich-text h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .smbc-text-widget .smbc-text-widget-rich-text h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .smbc-text-widget .smbc-text-widget-rich-text blockquote p {
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
  }
  .smbc-text-widget .smbc-text-widget-rich-text blockquote p:before {
    width: 17.9px;
    height: 16.28px;
  }
  .smbc-text-widget .smbc-text-widget-rich-text table thead th {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .smbc-text-widget .smbc-text-widget-rich-text table tbody td {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
  }
}

.smbc-widget-section.two-columns .smbc-text-widget .col-lg-9, .smbc-widget-section.centered-section .smbc-text-widget .col-lg-9 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.smbc-widget-section.two-columns .smbc-text-widget .col-lg-10, .smbc-widget-section.centered-section .smbc-text-widget .col-lg-10 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.smbc-widget-section.two-columns .smbc-text-widget .container, .smbc-widget-section.centered-section .smbc-text-widget .container {
  padding: 0;
}
