.page-center {
    max-width: 1440px;
}

.padding {
    padding: 10rem 0;
}

.padding-top-none {
  padding-top: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.page-center.small-width {
    max-width: 1160px;
}

.main-footer .page-center.paddingTBhalf {
    padding: calc(9.2rem / 2) 6rem;
}

@media (max-width: 1500px) and (min-width: 1024px) {
  .page-center {
      padding: 0 8rem;
  }
}

@media (max-width: 767px) {
  .padding {
      padding: 4rem 0;
  }
}

.page-center.fullwidth {
    max-width: 100%;
    padding: 0;
}



.button.text-cta {
    background: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.8rem;
    position: relative;
    border: 0;
    margin-right: 20px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
}

a.button.text-cta:after {
    content: url(https://145288.fs1.hubspotusercontent-na1.net/hubfs/145288/_March-2020/globals/right-b.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    right: -20px;
}

a.button.text-cta:before {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    right: -18px;
    left: 0;
    background: #000;
    bottom: -4px;
    transition: width 250ms ease-in-out;
}

a.button.text-cta:hover:before {
    content: "";
    width: calc(100% + 18px);
    height: 4px;
    position: absolute;
    right: -18px;
    left: 0;
    background: #000;
    bottom: -4px;
    transition: width 250ms ease-in-out;
}


.font-light h1, .font-light h2, .font-light h3, .font-light p, .font-light li, .font-light span {
    color: #fff;
}

.grey-bg {
    background: #ececec;
}

/* Flex */

.flex {
    display: flex;
}

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

.items-start {
    align-items: start;
}

.items-end {
    align-items: end;
}

.items-stretch {
    align-items: stretch;
}

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

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

.justify-between {
    justify-content: space-between;
}

.row-reverse {
    flex-direction: row-reverse;
}

.overflow-hidden {
    overflow: hidden;
}

.platinum-template p {
    margin-bottom: 2rem;
}

.platinum-template p:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 1500px)
  .page-center {
      max-width: 1280px;
  }
}