/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.solutions-triptych__wrap {
  padding-top: 3.5rem;
  width: 100%;
  text-align: center;
  background-color: #3b3c43;
  color: #fff; }

.solutions-triptych__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%; }
  @media (min-width: 48.0625rem) {
    .solutions-triptych__inner {
      padding: 1.25rem 5rem; } }
  @media (max-width: 48rem) {
    .solutions-triptych__inner {
      padding: 1.25rem 1.25rem; } }

.solutions-triptych__title {
  font-weight: normal;
  letter-spacing: -.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 2rem; }
  @media (min-width: 768px) {
    .solutions-triptych__title {
      font-size: 2.5rem; } }
  @media (min-width: 1024px) {
    .solutions-triptych__title {
      font-size: 2.875rem;
      line-height: 1.1; } }
  .solutions-triptych__title-bold {
    font-weight: bold; }

.solutions-triptych__subtitle {
  max-width: 70rem;
  margin: 0 auto 2rem;
  letter-spacing: -.3px;
  font-weight: 400;
  font-size: 1.25rem; }
  @media (min-width: 480px) {
    .solutions-triptych__subtitle {
      font-size: 1.375rem; } }
  @media (min-width: 768px) {
    .solutions-triptych__subtitle {
      font-size: 1.5rem; } }
  @media (min-width: 1280px) {
    .solutions-triptych__subtitle {
      font-size: 1.625rem; } }
  .solutions-triptych__subtitle-bold {
    font-weight: bold; }

.solutions-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left; }
  @media (min-width: 768px) {
    .solutions-flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media (min-width: 769px) and (max-width: 1280px) {
    .solutions-flex {
      margin-left: -4rem;
      margin-right: -4rem; } }
  .solutions-flex__column {
    padding: 1rem;
    margin: 0 auto;
    width: calc(100% - 3rem); }
    @media (min-width: 768px) {
      .solutions-flex__column {
        max-width: 23.75rem;
        margin: 0 1.5rem 0 0; }
        .solutions-flex__column:last-of-type {
          margin-right: 0; } }
    .solutions-flex__column--title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 0 1rem;
      letter-spacing: -.3px;
      font-size: 1.125rem;
      position: relative; }
      .solutions-flex__column--title span:last-of-type {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(100% - 85px);
                flex: 1 0 calc(100% - 85px); }
        @media all and (-ms-high-contrast: none) {
          .solutions-flex__column--title span:last-of-type {
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none; } }
      @media (min-width: 480px) {
        .solutions-flex__column--title {
          font-size: 1.25rem; } }
      @media (min-width: 768px) {
        .solutions-flex__column--title {
          font-size: 1.375rem; } }
      @media (min-width: 1280px) {
        .solutions-flex__column--title {
          font-size: 1.5rem;
          -webkit-box-align: end;
              -ms-flex-align: end;
                   } }
    .solutions-flex__column--copy {
      color: #eaeaea;
      letter-spacing: -.3px;
      line-height: 1.3;
      font-size: 1rem; }
      .solutions-flex__column--copy > a {
        color: #fbc600;
        -webkit-text-decoration-color: #fbc600;
                text-decoration-color: #fbc600;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
        .solutions-flex__column--copy > a > span {
          color: #fff; }
        .solutions-flex__column--copy > a:focus, .solutions-flex__column--copy > a:focus-visible {
          outline: 2px solid #fbc600; }
    .solutions-flex__column--icon {
      display: inline-block;
      position: relative;
      margin-bottom: -0.25rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 85px;
              flex: 1 0 85px; }
      @media all and (-ms-high-contrast: none) {
        .solutions-flex__column--icon {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none; } }
      .solutions-flex__column--icon img {
        display: inline-block;
        margin-right: 0.5rem; }
      .solutions-flex__column--icon:after {
        content: '';
        height: 3.125rem;
        width: 2px;
        display: inline-block;
        margin-right: 0.5rem;
        margin-bottom: 0.25rem; }
		.solutions-flex__column--title {
    font-size: 1.5rem;
    flex-direction: column;
}
.solutions-flex__column--icon img {
    display: inline-block;
    margin: auto;
    width: 85px;
}
