:root {
  --color-1: #101820;
  --color-2: #7F2346;
  --color-3: #F5333F;
  --color-4: #93D500;
  --gradient: linear-gradient(90deg, rgba(16,24,32,1) 0%, rgba(127,35,70,1) 72%, rgba(245,51,63,1) 100%);
}

.smg-form .uabb-gf-style .gform_heading {
  display: none;
}
.smg-form .uabb-gf-style textarea {
  border: 2px solid #fff;
  padding: 15px;
}
.smg-form .uabb-gf-style select option {
  color: var(--color-1) !important;
}

.home-section-2-heading-col {
  max-width: 705px;
}

.home-section-2-content-col {
  max-width: 925px;
}

.award-post {
  margin-top: 20px;
  margin-bottom: 20px;
}
.award-post .award-title {
  font-family: "PT Serif", serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 8px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .award-post .award-title {
    font-size: 20px;
    line-height: 1.125;
  }
}
.award-post .award-year {
  margin-bottom: 8px;
}
.award-post hr {
  margin: 0 auto;
  background-color: var(--color-3);
  max-width: 145px;
  height: 2px;
}
.award-post .award-logo img {
  display: block;
  max-width: 168px;
  margin: 0 auto;
}

ol, ul {
  margin-left: 20px;
}

.smg-footer {
  position: relative;
  z-index: 1;
  background: var(--gradient);
}
.smg-footer:after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  background: url("images/accent-footer.svg") no-repeat right 35px top;
  background-size: contain;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.smg-footer > .fl-row-content-wrap {
  position: relative;
  z-index: 10;
}
@media (min-width: 2200px) {
  .smg-footer:after {
    background-position: right 20% top;
  }
}

.bg-gradient > .fl-row-content-wrap {
  background: var(--gradient);
}

.col-bg-gradient {
  background: var(--gradient);
}
.col-bg-gradient > .fl-col-content {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.col-headings {
  position: relative;
  z-index: 1;
}
.col-headings:after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  background: url("images/accent-col-headings.svg") no-repeat left top;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.col-headings > .fl-col-content {
  position: relative;
  z-index: 10;
}
.col-headings .fl-rich-text a {
  text-decoration: none;
  font-style: italic;
}
@media (min-width: 992px) {
  .col-headings:after {
    background-size: contain;
  }
}
@media (min-width: 1350px) {
  .col-headings > .fl-col-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.our-work-posts .uabb-blog-posts-grid .uabb-blog-post-content {
  background-color: #E6E7E8;
  border: 2px solid var(--color-1);
}
.our-work-posts a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 300px;
}
.our-work-posts a .work-item-title {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .our-work-posts a .work-item-title {
    font-size: 20px;
    line-height: 1.125;
  }
}
@media (min-width: 992px) {
  .our-work-posts a {
    height: 405px;
  }
}

.smg-team-posts a {
  display: block;
}
.smg-team-posts a .team-item-photo {
  background-color: #E6E7E8;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 300px;
}
.smg-team-posts a .team-item-name-title {
  width: 100%;
  padding: 20px 20px 0;
  margin-left: auto;
  margin-right: auto;
}
.smg-team-posts a .team-item-name {
  font-family: "PT Serif", serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--color-3);
}
@media (max-width: 600px) {
  .smg-team-posts a .team-item-name {
    font-size: 24px;
    line-height: 30px;
  }
}
.smg-team-posts a .team-item-title {
  text-transform: uppercase;
  color: var(--color-1);
  line-height: 1.125;
}
@media (min-width: 992px) {
  .smg-team-posts a .team-item-photo {
    height: 445px;
  }
}
