@charset "UTF-8";
@import url("https://use.typekit.net/yxd7any.css");
body {
  overflow-x: hidden;
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
}

p,
li {
  font-family: "adelle-sans", sans-serif;
  font-weight: 300;
}

.page {
  background: none;
}

.hid {
  opacity: 0;
}

img {
  max-width: 100%;
}

.anchor-spot {
  display: block;
  color: transparent;
  width: 100%;
  height: 1px;
  text-indent: -999em;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 85px;
  margin-top: -85px;
  z-index: 0;
}

@media only screen and (max-width: 960px) {
  .anchor-spot {
    padding-top: 85px;
    margin-top: -85px;
  }
}

.ccontainer {
  max-width: 1230px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ccontainer.lrg {
  max-width: 1920px;
}

@media only screen and (max-width: 600px) {
  .ccontainer {
    padding: 0 30px;
  }
}

@-webkit-keyframes infiniteLogoScroll {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-3500px);
            transform: translateX(-3500px);
  }
}

@keyframes infiniteLogoScroll {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-3500px);
            transform: translateX(-3500px);
  }
}

@-webkit-keyframes wideInfiniteLogoScroll {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-4500px);
            transform: translateX(-4500px);
  }
}

@keyframes wideInfiniteLogoScroll {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-4500px);
            transform: translateX(-4500px);
  }
}

@-webkit-keyframes fullInfiniteLogoScroll {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-4000px);
            transform: translateX(-4000px);
  }
}

@keyframes fullInfiniteLogoScroll {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-4000px);
            transform: translateX(-4000px);
  }
}

@-webkit-keyframes infiniteLogoScroll01 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1250px);
            transform: translateX(-1250px);
  }
}

@keyframes infiniteLogoScroll01 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1250px);
            transform: translateX(-1250px);
  }
}

@-webkit-keyframes infiniteLogoScroll02 {
  0% {
    -webkit-transform: translateX(-1250px);
            transform: translateX(-1250px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes infiniteLogoScroll02 {
  0% {
    -webkit-transform: translateX(-1250px);
            transform: translateX(-1250px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.logo-scroller {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  z-index: 300;
}

.logo-scroller.sm {
  padding: 0 0 60px;
}

@media only screen and (max-width: 500px) {
  .logo-scroller.sm {
    padding-bottom: 0;
  }
}

.logo-scroller .ccontainer {
  z-index: 300;
}

.logo-scroller__wrap {
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-scroller__list {
  margin: 0 auto;
  position: relative;
  height: 130px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo-scroller__full {
  width: 4963px;
  height: 180px;
  margin: 0 10px;
  -webkit-animation-name: fullInfiniteLogoScroll;
          animation-name: fullInfiniteLogoScroll;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}

.logo-scroller__full img {
  width: 100%;
}

.logo-scroller__item {
  width: 250px;
  margin: 0 10px;
  -webkit-animation-name: infiniteLogoScroll;
          animation-name: infiniteLogoScroll;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
}

@media only screen and (max-width: 800px) {
  .logo-scroller__item {
    width: 180px;
  }
}

.logo-scroller__item img {
  width: 100%;
}

.logo-scroller__corp-item {
  width: 250px;
  margin: 0 10px;
  -webkit-animation-name: wideInfiniteLogoScroll;
          animation-name: wideInfiniteLogoScroll;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
}

@media only screen and (max-width: 800px) {
  .logo-scroller__corp-item {
    width: 180px;
  }
}

.logo-scroller__corp-item img {
  width: 100%;
}

.logo-scroller .is-paused .logo-scroller__item {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.logo-scroller .animate-trigger {
  height: 100%;
}

@media only screen and (max-width: 720px) {
  .logo-scroller .animate-trigger {
    height: 300px;
    top: 0px;
  }
}

/*** Swiper 11.2.10 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: $secondary;
  /*
     --swiper-preloader-color: $secondary;
     --swiper-wrapper-transition-timing-function: initial;
     */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  ß
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  ß
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slide styles end */
.wide-hero {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.wide-hero .bg-img {
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .wide-hero .bg-img {
    width: 120%;
  }
}

@media only screen and (max-width: 1070px) {
  .wide-hero .bg-img {
    width: 130%;
  }
}

@media only screen and (max-width: 900px) {
  .wide-hero .bg-img {
    width: 100%;
    height: 300px;
  }
  .wide-hero .bg-img.right-bg {
    background-position: -380px center;
  }
}

.wide-hero__content {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  padding-left: 60px;
  width: 510px;
  background: #fff;
}

@media only screen and (max-width: 900px) {
  .wide-hero__content {
    position: relative;
    width: 500px;
    padding: 20px 20px 20px 60px;
    max-width: 90%;
    overflow: hidden;
    margin-top: -80px;
  }
}

.wide-hero__content .triangle {
  width: 90px;
  height: 120px;
  background: #85C142;
  position: absolute;
  left: -55px;
  top: -38px;
  background-image: linear-gradient(157deg, #85C142 4%, #3CB14A 100%);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.wide-hero__content h1 {
  font-family: "adelle-sans", sans-serif;
  font-size: 2.375em;
  color: #0C3726;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .wide-hero__content h1 {
    font-size: 2em;
  }
}

.wide-hero__content h1 span {
  display: inline-block;
}

.wide-hero__content h1 strong {
  color: #3CB14A;
  font-weight: 800;
  display: block;
}

.content-section {
  position: relative;
  overflow: hidden;
}

.content-section .bg-lines {
  position: absolute;
  z-index: 1;
  left: -10%;
  top: 0;
  height: 1570px;
  width: 140%;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/bg-lines.svg) no-repeat center center;
  background-size: cover;
}

.content-section .bg-lines-02 {
  position: absolute;
  z-index: 1;
  left: -20%;
  top: 0;
  height: 1160px;
  width: 102%;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/bg-lines-02.svg) no-repeat center center;
  background-size: cover;
}

.content-section__block {
  position: relative;
  z-index: 10;
}

.content-section__block.pad {
  padding: 20px 0 100px;
}

@media only screen and (max-width: 800px) {
  .content-section__block.pad {
    padding: 0 0 40px;
  }
}

.content-section .full-img {
  text-align: center;
}

.content-section .full-img img {
  display: inline-block;
  margin: 0px auto 40px;
  width: 600px;
}

.center-heading {
  width: 680px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  padding: 40px 0 20px;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .center-heading {
    padding-top: 20px;
  }
}

.center-heading.wide {
  width: 800px;
}

.center-heading.wider {
  width: 940px;
}

.center-heading.wider p {
  max-width: 100%;
}

.center-heading .subhead {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .center-heading .subhead {
    font-size: 1.25em;
  }
}

.center-heading h2 {
  font-size: 2em;
  line-height: 1.43;
  font-weight: 800;
  font-family: "adelle-sans", sans-serif;
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .center-heading h2 {
    font-size: 1.5em;
  }
}

.center-heading h2.lrg {
  font-family: "adelle-sans", sans-serif;
  font-size: 2.375em;
  color: #0C3726;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .center-heading h2.lrg {
    font-size: 2em;
  }
}

.center-heading h2 span {
  color: #1E6A36;
}

.center-heading h2 strong {
  position: relative;
  z-index: 1;
}

.center-heading h2 strong:before {
  content: '';
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: #89E522;
  padding: 10px;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1;
}

.center-heading h2 strong span {
  position: relative;
  z-index: 10;
  color: #0C3726;
}

.center-heading .uline {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(169deg, #3CB14A 0%, #85C142 100%);
}

.lr-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0 0;
}

@media only screen and (max-width: 768px) {
  .lr-content {
    padding-top: 40px;
    font-size: 80%;
  }
}

.lr-content__heading {
  width: 47%;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .lr-content__heading {
    width: 100%;
    margin-bottom: 20px;
  }
}

.lr-content__heading .uline {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transform-origin: left;
          transform-origin: left;
  background: linear-gradient(157deg, #85C142 4%, #3CB14A 100%);
}

.lr-content__heading h2 {
  font-size: 2em;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .lr-content__heading h2 {
    line-height: 1.43;
  }
}

.lr-content__heading h2 strong {
  color: #3CB14A;
}

.lr-content__description {
  width: 41%;
}

@media only screen and (max-width: 900px) {
  .lr-content__description {
    width: 100%;
  }
}

.lr-content__description p {
  font-size: 1.5em;
  line-height: 2.25;
  margin-bottom: 0;
}

.icon-blocks {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 60px 0;
}

@media only screen and (max-width: 800px) {
  .icon-blocks {
    padding: 20px 0 40px 0;
  }
}

.icon-blocks.wide {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .icon-blocks.wide {
    padding: 20px 0;
  }
}

.icon-blocks.wide .icon-blocks__block {
  width: 24%;
  padding-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  .icon-blocks.wide .icon-blocks__block {
    width: 48%;
  }
}

.icon-blocks__block {
  width: 31%;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .icon-blocks__block {
    width: 49%;
    margin-bottom: 20px;
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .icon-blocks__block {
    width: 100%;
  }
  .icon-blocks__block:last-child {
    margin-bottom: 0;
  }
}

.icon-blocks__block img {
  display: inline-block;
  margin-bottom: 20px;
}

.icon-blocks__block h3 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .icon-blocks__block h3 {
    font-size: 1em;
  }
}

.block-center .center-heading {
  margin-bottom: 20px;
}

.block-center p {
  margin: 0 auto;
  max-width: 690px;
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 40px;
}

@media only screen and (max-width: 700px) {
  .block-center p {
    font-size: 1em;
  }
}

.highlight-block {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 20px;
  width: 690px;
  max-width: 100%;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 760px) {
  .highlight-block {
    border: 3px solid #85C142;
    margin-bottom: 40px;
    background: #fff;
    z-index: 5;
  }
}

.highlight-block p {
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.highlight-block.sm {
  margin-bottom: 30px;
  width: 630px;
}

.highlight-block.sm .rect-bg {
  top: -2px;
}

.highlight-block.sm .rect-bg svg {
  width: 100% !important;
  height: 100% !important;
}

.highlight-block .rect-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -14px;
  z-index: 1;
}

@media only screen and (max-width: 760px) {
  .highlight-block .rect-bg {
    display: none;
  }
}

.content-2img .container {
  position: relative;
  max-width: 1150px;
}

.content-2img__content {
  width: 59%;
  margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
  .content-2img__content {
    width: 100%;
    max-width: 690px;
  }
}

@media only screen and (max-width: 1100px) {
  .content-2img__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 900px) {
  .content-2img__images {
    padding: 0;
  }
}

.content-2img__images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
}

@media only screen and (min-width: 1500px) {
  .content-2img__images img {
    width: 280px;
    left: -80px;
  }
}

@media only screen and (max-width: 1200px) {
  .content-2img__images img {
    width: 200px;
  }
}

@media only screen and (max-width: 1100px) {
  .content-2img__images img {
    position: static;
    width: 48%;
  }
}

.content-2img__images img:last-child {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 1500px) {
  .content-2img__images img:last-child {
    right: -80px;
  }
}

.content-2img__images.sm img {
  top: -100px;
}

.bullets-highlight {
  padding-left: 35px;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .bullets-highlight {
    padding-left: 15px;
  }
}

.bullets-highlight.sm {
  left: -20px;
}

@media only screen and (max-width: 700px) {
  .bullets-highlight.sm {
    left: 0;
  }
}

.bullets-highlight.sm .vline {
  height: 110%;
  top: -34px;
}

@media only screen and (max-width: 600px) {
  .bullets-highlight.sm .vline {
    height: 100%;
  }
}

.bullets-highlight.sm .bullets-highlight__item {
  padding-left: 60px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
  .bullets-highlight.sm .bullets-highlight__item {
    padding-left: 40px;
  }
}

.bullets-highlight.sm .bullets-highlight__item p.lrg {
  font-size: 1.125em;
}

.bullets-highlight__item {
  padding-left: 70px;
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}

@media only screen and (max-width: 700px) {
  .bullets-highlight__item {
    padding-left: 40px;
  }
}

.bullets-highlight__item:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 3px solid #85C142;
  position: absolute;
  left: 18px;
  background: #fff;
  top: 0;
}

@media only screen and (max-width: 700px) {
  .bullets-highlight__item:before {
    left: -2px;
  }
}

.bullets-highlight__item h3,
.bullets-highlight__item p.lrg {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .bullets-highlight__item h3,
  .bullets-highlight__item p.lrg {
    font-size: 1.125em;
  }
}

.bullets-highlight__item p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .bullets-highlight__item p {
    font-size: 1em;
  }
}

.bullets-highlight .vline {
  width: 3px;
  height: 74%;
  top: -44px;
  -webkit-transform-origin: top;
          transform-origin: top;
  background: linear-gradient(157deg, #85C142 4%, #3CB14A 100%);
  position: absolute;
  left: 60px;
}

@media only screen and (max-width: 700px) {
  .bullets-highlight .vline {
    left: 20px;
    height: 73%;
  }
}

.logo-section {
  padding: 60px 0;
}

.logo-section .center-heading h2 {
  max-width: 600px;
  margin: 0 auto;
}

@keyframes infiniteLogoScroll {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-2750px);
    transform: translateX(-2750px);
  }
}

.logo-scroller {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  z-index: 300;
}

.logo-scroller .ccontainer {
  z-index: 300;
}

.logo-scroller__wrap {
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-scroller__list {
  margin: 0 auto;
  position: relative;
  height: 130px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo-scroller__item {
  width: 250px;
  margin: 0 10px;
  -webkit-animation-name: infiniteLogoScroll;
          animation-name: infiniteLogoScroll;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}

@media only screen and (max-width: 800px) {
  .logo-scroller__item {
    width: 180px;
  }
}

.logo-scroller__item img {
  width: 100%;
}

.logo-scroller .is-paused .logo-scroller__item {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.logo-scroller .animate-trigger {
  height: 100%;
}

@media only screen and (max-width: 720px) {
  .logo-scroller .animate-trigger {
    height: 300px;
    top: 0;
  }
}

.featured-quotes {
  position: relative;
  padding: 60px 0 100px;
  color: #fff;
  width: 100%;
  overflow-x: hidden;
  background-image: linear-gradient(46deg, #2E8A3A 0%, #82C341 100%);
}

.featured-quotes.homepage {
  margin-bottom: 100px;
}

@media only screen and (max-width: 800px) {
  .featured-quotes {
    padding: 40px 0;
  }
}

.featured-quotes__bg {
  width: 100%;
  height: 100%;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/bg-angle-01.svg) no-repeat center right;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.featured-quotes .container {
  max-width: 970px;
  z-index: 100;
  position: relative;
}

.featured-quotes .container.wider {
  max-width: 1270px;
}

.featured-quotes .swiper-slide {
  padding: 0 100px;
}

@media only screen and (max-width: 900px) {
  .featured-quotes .swiper-slide {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 530px) {
  .featured-quotes .swiper-slide {
    padding: 0;
  }
}

.featured-quotes .swiper-pagination {
  text-align: center;
  position: relative;
  z-index: 200;
  margin-top: 40px;
}

.featured-quotes .swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  margin: 0 10px;
  border: 4px solid #fff;
}

.featured-quotes .swiper-pagination-bullet-active {
  background: #0C3726;
}

.featured-quotes__item {
  position: relative;
  z-index: 10;
  padding-left: 45px;
  padding-top: 60px;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .featured-quotes__item {
    padding-left: 65px;
  }
}

@media only screen and (max-width: 530px) {
  .featured-quotes__item {
    padding: 0 15px;
  }
}

.featured-quotes blockquote {
  position: relative;
}

.featured-quotes blockquote:before {
  content: '';
  width: 2px;
  height: 150%;
  background: #fff;
  position: absolute;
  left: -45px;
  top: 0;
}

@media only screen and (max-width: 530px) {
  .featured-quotes blockquote:before {
    display: none;
  }
}

.featured-quotes blockquote:before p {
  font-family: "adelle-sans", sans-serif;
}

.featured-quotes blockquote:after {
  content: '';
  width: 47px;
  height: 30px;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/quote.svg);
  position: absolute;
  left: -69px;
  top: -55px;
}

@media only screen and (max-width: 530px) {
  .featured-quotes blockquote:after {
    display: none;
  }
}

.featured-quotes blockquote p {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.68;
  font-family: "adelle-sans", sans-serif;
}

@media only screen and (max-width: 730px) {
  .featured-quotes blockquote p {
    font-size: 1.5em;
  }
}

.featured-quotes .cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured-quotes .cite img {
  width: 100px;
  border-radius: 50%;
  margin-right: 20px;
}

.featured-quotes .cite p {
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}

.featured-quotes .cite p em {
  display: block;
  font-style: normal;
  font-weight: 400;
}

.featured-quotes .cite p strong {
  display: block;
  font-style: normal;
  font-weight: 700;
}

@-webkit-keyframes infiniteStatScroll {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1250px);
            transform: translateX(-1250px);
  }
}

@keyframes infiniteStatScroll {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1250px);
            transform: translateX(-1250px);
  }
}

.solutions-section {
  position: relative;
  padding: 0px 0 80px;
}

@media only screen and (max-width: 1140px) {
  .solutions-section {
    padding: 0 0 60px;
  }
}

.solutions-section__intro .container {
  max-width: 1890px;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.solutions-section__content {
  position: relative;
  padding-bottom: 30px;
  width: 58%;
  max-width: 850px;
}

@media only screen and (max-width: 1140px) {
  .solutions-section__content {
    width: 100%;
    max-width: 100%;
  }
}

.solutions-section__content .hline {
  height: 3px;
  width: 100%;
  background: linear-gradient(157deg, #85C142 4%, #3CB14A 100%);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  left: 0;
  bottom: 0;
}

.solutions-section__content h2 {
  font-size: 2em;
  line-height: 1.43;
  font-weight: 800;
  font-family: "adelle-sans", sans-serif;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .solutions-section__content h2 {
    font-size: 1.5em;
  }
}

.solutions-section__content p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .solutions-section__content p {
    font-size: 1em;
  }
}

.solutions-section__content .subhead {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .solutions-section__content .subhead {
    font-size: 1.25em;
  }
}

.solutions-section__content .subhead strong {
  display: inline-block;
  background: #89E522;
  -webkit-transform-origin: left;
          transform-origin: left;
  padding: 0 5px;
}

.solutions-section .stats-scroller {
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-top: 3px solid #3CB14A;
  border-bottom: 3px solid #3CB14A;
  z-index: 100;
}

@media only screen and (max-width: 1000px) {
  .solutions-section .stats-scroller {
    padding: 10px 0;
  }
}

.solutions-section .stats-scroller ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: infiniteLogoScroll01;
          animation-name: infiniteLogoScroll01;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}

.solutions-section .stats-scroller li {
  padding-left: 0;
  list-style: none;
  margin: 0 40px;
  font-size: 1.125em;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
  .solutions-section .stats-scroller li {
    font-size: 0.875em;
  }
}

.solutions-section .stats-scroller li strong {
  display: inline-block;
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  font-weight: 700;
}

.solutions-section .stats-scroller li span {
  display: inline-block;
}

.solutions-section__stats {
  position: absolute;
  right: -30px;
  width: 48%;
}

@media only screen and (max-width: 1730px) {
  .solutions-section__stats {
    width: 40%;
  }
}

@media only screen and (max-width: 1140px) {
  .solutions-section__stats {
    position: static;
    width: 100%;
  }
}

@media only screen and (max-width: 1550px) {
  .solutions-section__stats .stats-block li {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 1350px) {
  .solutions-section__stats .stats-block li strong {
    width: 80px;
  }
}

@media only screen and (max-width: 1350px) {
  .solutions-section__stats .stats-block li span {
    width: calc(100% - 90px);
  }
}

.solutions-section__options {
  width: 100%;
  padding-top: 80px;
}

@media only screen and (max-width: 1160px) {
  .solutions-section__options {
    padding-top: 40px;
  }
}

.solutions-section__options .container {
  max-width: 1430px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.solutions-section__item {
  width: 48%;
  padding: 30px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1160px) {
  .solutions-section__item {
    padding: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .solutions-section__item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.solutions-section__item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 0;
}

@media only screen and (max-width: 1160px) {
  .solutions-section__item:before {
    display: none;
  }
}

.solutions-section__item:hover:before {
  opacity: 1;
}

.solutions-section__item img {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 5;
}

.solutions-section__item p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 700px) {
  .solutions-section__item p {
    font-size: 1em;
  }
}

.solutions-section__item p strong {
  font-weight: 700;
}

.solutions-section__item h3 {
  font-size: 1.75em;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 700px) {
  .solutions-section__item h3 {
    font-size: 1.75em;
  }
}

.solutions-section__item ul {
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.solutions-section__item a {
  position: relative;
  z-index: 5;
}

.styled-list {
  padding-left: 0;
}

.styled-list li {
  padding-left: 30px;
  list-style: none;
  position: relative;
  font-size: 1.125em;
  line-height: 1.75;
  margin-bottom: 5px;
}

.styled-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  border: 3px solid #85C142;
}

.stats-block {
  background: #EAECED;
  color: #0C3726;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media only screen and (max-width: 560px) {
  .stats-block {
    font-size: 80%;
  }
}

.stats-block ul {
  padding: 0;
  margin: 0;
}

.stats-block li {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  line-height: 1.6;
  color: #0C3726;
  text-align: left;
  margin: 0 0 5px;
}

.stats-block li strong {
  font-size: 1.33em;
  width: 110px;
  text-align: right;
  font-family: "adelle-sans", sans-serif;
  font-weight: 800;
  text-shadow: 2px 2px 0 white;
}

.stats-block li span {
  width: calc(100% - 120px);
}

.stats-block .side-lines {
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(46deg, #0C3726 0%, #1E6A36 100%);
  width: 10px;
  height: 50%;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.stats-block .side-lines:last-of-type {
  top: auto;
  bottom: 0;
  background-image: linear-gradient(46deg, #2E8A3A 0%, #82C341 100%);
}

.corp-banner {
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}

.corp-banner__inner {
  position: relative;
  color: #fff;
  padding: 120px 80px;
  width: 78%;
}

@media only screen and (max-width: 1100px) {
  .corp-banner__inner {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .corp-banner__inner {
    padding: 80px 50px;
  }
}

@media only screen and (max-width: 500px) {
  .corp-banner__inner {
    padding: 60px 30px;
  }
}

.corp-banner__inner h3 {
  font-size: 1.75em;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .corp-banner__inner h3 {
    font-size: 1.75em;
  }
}

.corp-banner__inner p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .corp-banner__inner p {
    font-size: 1em;
  }
}

.corp-banner__inner p strong {
  font-weight: 700;
}

.corp-banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/b2b-img-05.jpg) no-repeat center center;
}

.corp-banner__bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(139deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.37) 100%);
}

.corp-banner__content {
  position: relative;
  z-index: 10;
  max-width: 530px;
}

.corp-banner__logos {
  width: 29%;
  background: #fff;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

@media only screen and (max-width: 1130px) {
  .corp-banner__logos {
    width: 27%;
  }
}

@media only screen and (max-width: 930px) {
  .corp-banner__logos {
    width: 300px;
  }
}

@media only screen and (max-width: 900px) {
  .corp-banner__logos {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.corp-banner__logos h4 {
  font-size: 1.125em;
  line-height: 1.6;
  color: #3CB14A;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
}

.corp-banner__logo-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -20px;
  margin-top: -40px;
}

.corp-banner__logo-row:first-of-type {
  position: relative;
  z-index: 1;
}

.corp-banner__logo-row img {
  width: 150px;
}

.corp-banner__logo-row .logo-scroller__item {
  width: 150px;
  -webkit-animation-name: infiniteLogoScroll01;
          animation-name: infiniteLogoScroll01;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}

.corp-banner__logo-row:last-of-type .logo-scroller__item {
  -webkit-animation-name: infiniteLogoScroll02;
          animation-name: infiniteLogoScroll02;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}

.industries-list {
  padding: 60px 0 80px;
}

.industries-list .container {
  max-width: 1470px;
}

.industries-list__heading {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
  max-width: 1160px;
}

.industries-list__heading h4 {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .industries-list__heading h4 {
    font-size: 1.25em;
  }
}

.industries-list .hline {
  height: 3px;
  width: 100%;
  background: linear-gradient(157deg, #85C142 4%, #3CB14A 100%);
  position: absolute;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  bottom: 0;
}

.industries-list ul {
  padding-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.industries-list li {
  list-style: none;
  padding: 0;
  width: 31%;
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1080px) {
  .industries-list li {
    width: 49%;
  }
}

@media only screen and (max-width: 630px) {
  .industries-list li {
    width: 100%;
  }
}

.featured-stories {
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
}

.featured-stories.pad-top {
  padding-top: 100px;
}

.featured-stories.with-slider {
  padding: 100px 0;
}

@media only screen and (max-width: 900px) {
  .featured-stories.with-slider {
    padding: 60px 0;
  }
}

.featured-stories.with-slider .featured-stories__content h3 {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.featured-stories.with-slider .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.featured-stories .bg-lines {
  top: 0;
}

.featured-stories__title {
  color: #1E6A36;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: 700;
  max-width: 300px;
  margin-top: 20px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media only screen and (max-width: 800px) {
  .featured-stories__title {
    font-size: 0.875em;
  }
}

.featured-stories__slide {
  padding-top: 20px;
}

.featured-stories__slide a {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-color: #85C142;
  border: 4px solid transparent;
  position: relative;
  display: inline-block;
}

.featured-stories__slide a:after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
}

.featured-stories__slide a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.featured-stories__slide a img {
  display: block;
}

.featured-stories__slide a:hover {
  text-decoration: none;
  border-color: #3CB14A;
}

.featured-stories__slide a:hover .featured-stories__title {
  color: #3CB14A;
}

.featured-stories__slide a:hover:before {
  opacity: 0;
}

.featured-stories__slide p {
  color: #1E6A36;
  font-size: 1.25em;
  line-height: 1.4;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  max-width: 300px;
}

@media only screen and (max-width: 800px) {
  .featured-stories__slide p {
    font-size: 0.875em;
  }
}

.featured-stories__slider {
  width: 75%;
  position: relative;
  padding-left: 55px;
}

@media only screen and (max-width: 1080px) {
  .featured-stories__slider {
    width: 65%;
  }
}

@media only screen and (max-width: 900px) {
  .featured-stories__slider {
    width: 100%;
    padding-left: 0;
    padding-right: 55px;
  }
}

.featured-stories__slider .swiper {
  width: 100%;
}

.featured-stories__nav {
  width: 40px;
  position: absolute;
  left: 0px;
  bottom: 20%;
}

@media only screen and (max-width: 900px) {
  .featured-stories__nav {
    left: auto;
    right: 0;
  }
}

.featured-stories__nav a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/pager-arrow.svg) no-repeat 11px center;
  background-color: #fff;
  border: 2px solid #3CB14A;
  margin-bottom: 10px;
  text-indent: -999em;
  color: transparent;
  position: relative;
  transition: 0.2s all ease-in-out;
}

.featured-stories__nav a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.featured-stories__nav a:hover {
  border-color: #85C142;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.featured-stories__nav a:hover:before {
  opacity: 1;
}

.featured-stories__nav a:last-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.featured-stories__nav a:last-child:hover {
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}

.featured-stories .container {
  max-width: 1470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
}

.featured-stories__content {
  width: 25%;
  position: relative;
}

@media only screen and (max-width: 1080px) {
  .featured-stories__content {
    width: 35%;
  }
}

@media only screen and (max-width: 900px) {
  .featured-stories__content {
    width: 100%;
  }
  .featured-stories__content p {
    max-width: 500px;
  }
}

.featured-stories__content .tline {
  height: 3px;
  width: 200%;
  background: linear-gradient(157deg, #85C142 4%, #3CB14A 100%);
  position: absolute;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  top: -20px;
}

@media only screen and (max-width: 900px) {
  .featured-stories__content .tline {
    width: 100%;
  }
}

.featured-stories__content h3 {
  font-size: 2.625em;
  font-family: "adelle-sans", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.featured-stories__content h3.sm {
  font-size: 2.25em;
}

@media only screen and (max-width: 1260px) {
  .featured-stories__content h3 {
    font-size: 2em;
  }
}

.featured-stories__content .hline {
  height: 3px;
  width: 100%;
  background: linear-gradient(157deg, #85C142 4%, #3CB14A 100%);
  position: absolute;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  bottom: 0;
}

.featured-stories__items {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1080px) {
  .featured-stories__items {
    width: 62%;
  }
}

@media only screen and (max-width: 900px) {
  .featured-stories__items {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .featured-stories__items .with-title {
    width: 48%;
  }
}

.featured-stories__items .with-title p {
  color: #1E6A36;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: 700;
  max-width: 300px;
}

@media only screen and (max-width: 800px) {
  .featured-stories__items .with-title p {
    font-size: 0.875em;
  }
}

.featured-stories__items .with-title a:after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
}

.featured-stories__items div {
  width: 31%;
}

.featured-stories__items a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border: 4px solid transparent;
}

.featured-stories__items a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.featured-stories__items a:hover {
  border-color: #85C142;
}

.featured-stories__items a:hover:before {
  opacity: 0;
}

.featured-stories__items a img {
  display: block;
}

.cta-section {
  background-image: linear-gradient(46deg, #2E8A3A 0%, #82C341 100%);
  position: relative;
  color: #fff;
  padding: 80px 0;
}

@media only screen and (max-width: 800px) {
  .cta-section {
    padding: 60px 0 20px;
  }
}

.cta-section.alt {
  background-image: linear-gradient(46deg, #2E8A3A 0%, #1E6A36 100%);
}

.cta-section:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/bg-angle-02.svg) no-repeat center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section .container {
  max-width: 1470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-section__content {
  position: relative;
  z-index: 2;
  width: 52%;
}

@media only screen and (max-width: 1040px) {
  .cta-section__content {
    width: 100%;
    margin-bottom: 40px;
  }
}

.cta-section__content h3 {
  font-size: 2em;
  line-height: 1.43;
  font-weight: 800;
  font-family: "adelle-sans", sans-serif;
  margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
  .cta-section__content h3 {
    font-size: 1.5em;
  }
}

.cta-section__content p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
  .cta-section__content p {
    font-size: 1em;
  }
}

.cta-section__form {
  position: relative;
  z-index: 2;
  width: 43%;
}

@media only screen and (max-width: 1040px) {
  .cta-section__form {
    width: 100%;
  }
}

.cta-section__form h3 {
  font-size: 1.75em;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .cta-section__form h3 {
    font-size: 1.75em;
  }
}

.cta-section__form p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .cta-section__form p {
    font-size: 1em;
  }
}

.cta-section__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta-section__form form fieldset {
  width: 48%;
  margin-bottom: 20px;
}

.cta-section__form form fieldset input {
  background: none;
  border: 2px solid #fff;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  width: 100%;
  padding: 10px;
  color: #fff;
  outline: none;
}

.cta-section__form form fieldset input:active, .cta-section__form form fieldset input:focus {
  border-color: #0C3726;
}

.cta-section__form form fieldset label {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 10px;
}

.cta-section__form .mktoOffset,
.cta-section__form .mktoGutter.mktoHasWidth,
.cta-section__form .mktoClear {
  display: none;
}

.cta-section__form .mktoForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100% !important;
}

.cta-section__form .mktoForm .mktoButtonRow {
  margin-top: -80px !important;
}

.cta-section__form .mktoForm .mktoFormCol,
.cta-section__form .mktoForm .mktoFieldWrap {
  width: 100% !important;
}

.cta-section__form .mktoForm .mktoAsterix {
  color: #fff;
}

.cta-section__form .mktoForm .mktoLabel.mktoHasWidth {
  width: auto !important;
}

.cta-section__form .mktoFormRow {
  width: 48%;
  margin-bottom: 20px;
}

.cta-section__form .mktoButtonRow {
  width: 100% !important;
}

.cta-section__form .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}

.cta-section__form .mktoButtonRow .mktoButton {
  outline: none;
  border: 2px solid #fff;
  padding: 10px 40px;
  font-size: 1.125em;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  background: #fff;
  color: #0C3726;
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.cta-section__form .mktoButtonRow .mktoButton:hover {
  border-color: #0C3726;
}

.cta-section__form .mktoFieldWrap input {
  background: none;
  border: 2px solid #fff;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  width: 100% !important;
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  float: none;
  padding: 15px 10px;
  height: 40px !important;
  color: #fff !important;
  outline: none;
}

.cta-section__form .mktoFieldWrap input:active, .cta-section__form .mktoFieldWrap input:focus {
  border-color: #0C3726;
}

.cta-section__form .mktoFieldWrap input.mktoInvalid {
  color: #fff !important;
}

.cta-section__form .mktoFieldWrap select {
  width: 100% !important;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  padding: 7px;
  background: #fff;
  color: #0C3726;
}

.cta-section__form .mktoFieldWrap label.text-danger {
  background: #EDC2C3;
  font-size: 13px;
  padding: 5px 10px;
  border-left: 5px solid #8F0005;
  color: #8F0005 !important;
  margin-top: 5px;
}

.cta-section__form .mktoFieldWrap .mktoErrorMsg {
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  background: #8F0005;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  text-shadow: none;
}

.cta-section__form .mktoFieldWrap .mktoErrorArrow {
  background: #8F0005;
}

.cta-section__form .mktoFieldWrap input.text-danger {
  color: #0C3726 !important;
  border: 2px solid #8F0005;
}

.cta-section__form .mktoFieldWrap label {
  color: #fff;
  float: none;
  font-size: 16px;
  display: inline-block;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
  .cta-section__form .mktoFieldWrap label {
    font-size: 14px;
  }
}

.cta-section .styled-list li:before {
  border-color: #0C3726;
}

.cta-section .cta-button {
  outline: none;
  border: 2px solid #fff;
  padding: 10px 40px;
  font-size: 1.125em;
  line-height: 1.6;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  background: #fff;
  color: #0C3726;
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.cta-section .cta-button:hover {
  border-color: #0C3726;
}

.cta-section #mktoForm_2822 .mktoButtonRow {
  margin-top: -20px !important;
}

.columns-highlight {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 60px;
}

@media only screen and (max-width: 870px) {
  .columns-highlight {
    padding-bottom: 0;
  }
}

.columns-highlight__content {
  width: 51%;
}

@media only screen and (max-width: 870px) {
  .columns-highlight__content {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 20px;
  }
}

.columns-highlight__content h4 {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1E6A36;
}

@media only screen and (max-width: 700px) {
  .columns-highlight__content h4 {
    font-size: 1.25em;
  }
}

.columns-highlight__content p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .columns-highlight__content p {
    font-size: 1em;
  }
}

.columns-highlight__content a {
  color: #1E6A36;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
}

.columns-highlight__content a:hover {
  color: #3CB14A;
  text-decoration: none;
}

.columns-highlight__content .highlight-block {
  text-align: left;
}

.columns-highlight__content .highlight-block p {
  font-size: 1em;
  margin-bottom: 0;
}

@media only screen and (max-width: 1300px) {
  .columns-highlight__content .highlight-block {
    border: 3px solid #85C142;
    background: #fff;
    z-index: 5;
  }
  .columns-highlight__content .highlight-block svg {
    display: none;
  }
}

@media only screen and (max-width: 870px) {
  .columns-highlight__content .highlight-block {
    text-align: center;
  }
}

.columns-highlight__content .rect-bg {
  top: -3px;
}

.columns-highlight .highlight-block {
  margin-bottom: 25px;
}

@media only screen and (max-width: 700px) {
  .columns-highlight .highlight-block {
    margin-bottom: 20px;
  }
}

.columns-highlight .bullets-highlight {
  left: -40px;
}

@media only screen and (max-width: 700px) {
  .columns-highlight .bullets-highlight {
    left: 0;
  }
}

.columns-highlight .bullets-highlight .vline {
  height: 110%;
  top: -35px;
}

.columns-highlight .bullets-highlight__item {
  padding-left: 60px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
  .columns-highlight .bullets-highlight__item {
    padding-left: 40px;
  }
}

.columns-highlight .bullets-highlight__item p.lrg {
  font-size: 1.125em;
}

.columns-highlight__images {
  width: 43%;
  position: relative;
}

@media only screen and (max-width: 870px) {
  .columns-highlight__images {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    height: 580px;
    overflow: hidden;
  }
  .columns-highlight__images .large {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 630px) {
  .columns-highlight__images {
    height: auto;
    overflow: visible;
  }
  .columns-highlight__images .large {
    margin-top: 0;
  }
}

.columns-highlight__images .small {
  position: absolute;
  left: -40px;
  top: -8px;
  width: 190px;
  border: 8px solid #fff;
}

@media only screen and (max-width: 1120px) {
  .columns-highlight__images .small {
    width: 150px;
  }
}

@media only screen and (max-width: 870px) {
  .columns-highlight__images .small {
    left: 0;
    width: 190px;
  }
}

@media only screen and (max-width: 630px) {
  .columns-highlight__images .small {
    width: 150px;
  }
}

.columns-highlight__images .small:last-of-type {
  top: 219px;
}

@media only screen and (max-width: 1120px) {
  .columns-highlight__images .small:last-of-type {
    top: 150px;
  }
}

@media only screen and (max-width: 870px) {
  .columns-highlight__images .small:last-of-type {
    top: 219px;
  }
}

@media only screen and (max-width: 630px) {
  .columns-highlight__images .small:last-of-type {
    top: 150px;
  }
}

.columns-highlight__stat {
  position: relative;
}

.columns-highlight__stat p {
  position: absolute;
  background: linear-gradient(157deg, #85C142 4%, #3CB14A 100%);
  z-index: 10;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.6;
  padding: 20px;
  right: 5%;
  top: 20px;
  width: 62%;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 1300px) {
  .columns-highlight__stat p {
    right: 4%;
  }
}

@media only screen and (max-width: 1230px) {
  .columns-highlight__stat p {
    right: 3%;
  }
}

@media only screen and (max-width: 1170px) {
  .columns-highlight__stat p {
    right: 2%;
    top: 15px;
  }
}

@media only screen and (max-width: 1120px) {
  .columns-highlight__stat p {
    right: 6%;
    font-size: 90%;
  }
}

@media only screen and (max-width: 980px) {
  .columns-highlight__stat p {
    right: 5%;
  }
}

@media only screen and (max-width: 870px) {
  .columns-highlight__stat p {
    font-size: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .columns-highlight__stat p {
    right: 4%;
  }
}

@media only screen and (max-width: 500px) {
  .columns-highlight__stat p {
    right: 2%;
  }
}

@media only screen and (max-width: 470px) {
  .columns-highlight__stat p {
    right: 10px;
  }
}

.columns-highlight__stat p strong {
  font-size: 2.85em;
  font-family: "adelle-sans", sans-serif;
  font-weight: 900;
  display: block;
  line-height: 1;
  text-shadow: 2px 3px 0 black;
  margin-bottom: 10px;
}

.columns-highlight__stat p span {
  display: block;
  max-width: 230px;
}

.heading-section {
  position: relative;
  width: 100%;
  background-image: linear-gradient(46deg, #2E8A3A 0%, #82C341 100%);
  color: #fff;
}

.heading-section:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 80px;
  background: #fff;
}

@media only screen and (max-width: 620px) {
  .heading-section:before {
    display: none;
  }
}

.heading-section__bg {
  width: 100%;
  height: calc(100% - 80px);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/bg-angle-01.svg) no-repeat center right;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.heading-section .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.heading-section img {
  width: 37%;
  display: block;
  margin-top: -60px;
  border: 8px solid #fff;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1170px) {
  .heading-section img {
    margin-top: -18px;
  }
}

@media only screen and (max-width: 900px) {
  .heading-section img {
    width: 35%;
  }
}

@media only screen and (max-width: 730px) {
  .heading-section img {
    width: 28%;
  }
}

@media only screen and (max-width: 620px) {
  .heading-section img {
    width: 100%;
    max-width: 170px;
    position: absolute;
    right: 0;
    top: -80px;
  }
}

@media only screen and (max-width: 480px) {
  .heading-section img {
    display: none;
  }
}

.heading-section__content {
  width: 48%;
  padding: 60px 0;
}

@media only screen and (max-width: 1100px) {
  .heading-section__content {
    width: 58%;
  }
}

@media only screen and (max-width: 900px) {
  .heading-section__content {
    width: 60%;
  }
}

@media only screen and (max-width: 730px) {
  .heading-section__content {
    width: 70%;
  }
}

@media only screen and (max-width: 620px) {
  .heading-section__content {
    width: 100%;
    padding-bottom: 20px;
  }
}

.heading-section__content h2 {
  font-size: 2em;
  line-height: 1.43;
  font-weight: 800;
  font-family: "adelle-sans", sans-serif;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .heading-section__content h2 {
    font-size: 1.5em;
  }
}

.heading-section__content .subhead {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .heading-section__content .subhead {
    font-size: 1.25em;
  }
}

.heading-section__content p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 80px;
}

@media only screen and (max-width: 700px) {
  .heading-section__content p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 620px) {
  .heading-section__content p {
    margin-bottom: 60px;
  }
}

.products-grid {
  position: relative;
  z-index: 10;
  top: 0;
  margin-top: -140px;
  padding: 30px 0;
}

@media only screen and (max-width: 1000px) {
  .products-grid {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1240px) {
  .products-grid {
    margin-top: -120px;
  }
}

@media only screen and (max-width: 1040px) {
  .products-grid {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 950px) {
  .products-grid {
    margin-top: -120px;
  }
}

@media only screen and (max-width: 620px) {
  .products-grid {
    margin-top: -40px;
  }
}

.products-grid:before {
  content: '';
  left: 0;
  width: 46%;
  top: 0px;
  position: absolute;
  height: 70px;
  background: #fff;
}

@media only screen and (max-width: 950px) {
  .products-grid:before {
    width: 60%;
  }
}

@media only screen and (max-width: 670px) {
  .products-grid:before {
    width: 70%;
  }
}

@media only screen and (max-width: 570px) {
  .products-grid:before {
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  .products-grid:before {
    width: 86%;
  }
}

.certs-grid__heading {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1000px) {
  .certs-grid__heading {
    margin-bottom: 40px;
  }
}

.certs-grid__heading h3 {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .certs-grid__heading h3 {
    font-size: 1.25em;
  }
}

.certs-grid__heading .uline {
  width: 400px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(169deg, #3CB14A 0%, #85C142 100%);
}

.certs-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.certs-grid__item {
  position: relative;
  padding: 24px 20px 40px;
  background: #fff;
  width: 23%;
  opacity: 1;
  border: 1px solid transparent;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media only screen and (max-width: 1000px) {
  .certs-grid__item {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .certs-grid__item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .certs-grid__item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.certs-grid__item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.certs-grid__item:hover {
  border: 1px solid #3CB14A;
}

.certs-grid__item:hover::before {
  opacity: .3;
}

.certs-grid__item img {
  width: 70px;
  margin-bottom: 10px;
}

.certs-grid__item .cert-head {
  line-height: 1.4;
  margin-bottom: 5px;
}

.certs-grid__item .cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  color: transparent;
  font-size: 0px;
}

.certs-grid__item .cover-link:before {
  content: '';
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 8px;
  height: 16px;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/tri-arrow.svg) no-repeat center center;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.certs-grid__item .cover-link:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.certs-grid__lower {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}

@media only screen and (max-width: 800px) {
  .certs-grid__lower {
    padding-bottom: 40px;
  }
}

.certs-grid__left {
  width: 740px;
}

@media only screen and (max-width: 1230px) {
  .certs-grid__left {
    width: 700px;
  }
}

@media only screen and (max-width: 1080px) {
  .certs-grid__left {
    width: 100%;
  }
}

.certs-grid__right {
  width: 28%;
}

@media only screen and (max-width: 1080px) {
  .certs-grid__right {
    width: 100%;
  }
}

@media only screen and (max-width: 670px) {
  .certs-grid__right {
    margin-top: 40px;
  }
}

.certs-grid__right div {
  width: 100%;
  padding: 25px;
  position: relative;
  background: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border: 1px solid #3CB14A;
}

.certs-grid__right div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  opacity: 0;
}

.certs-grid__right div:hover:after {
  opacity: .8;
}

@media only screen and (max-width: 1080px) {
  .certs-grid__right div p {
    max-width: 600px;
  }
}

.certs-grid__right div .p-heading {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3CB14A;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 400;
}

.certs-grid__right div .p-heading strong {
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "adelle-sans", sans-serif;
  font-weight: 900;
}

.certs-grid__right div .cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  color: transparent;
  font-size: 0px;
  z-index: 1;
}

.certs-grid__right div .cover-link:before {
  content: '';
  position: absolute;
  right: 28px;
  bottom: 20px;
  width: 8px;
  height: 16px;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/tri-arrow.svg) no-repeat center center;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.certs-grid__right div .cover-link:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.programs-grid__heading {
  position: relative;
}

.programs-grid__heading h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .programs-grid__heading h3 {
    font-size: 1.25em;
  }
}

.programs-grid__heading .uline {
  width: 53%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  right: 0;
  top: 18px;
  height: 3px;
  background: linear-gradient(169deg, #3CB14A 0%, #85C142 100%);
}

@media only screen and (max-width: 1230px) {
  .programs-grid__heading .uline {
    width: 50%;
  }
}

@media only screen and (max-width: 1080px) {
  .programs-grid__heading .uline {
    width: 62%;
  }
}

@media only screen and (max-width: 940px) {
  .programs-grid__heading .uline {
    width: 54%;
  }
}

@media only screen and (max-width: 780px) {
  .programs-grid__heading .uline {
    width: 48%;
  }
}

@media only screen and (max-width: 680px) {
  .programs-grid__heading .uline {
    width: 38%;
  }
}

@media only screen and (max-width: 580px) {
  .programs-grid__heading .uline {
    width: 100%;
    position: static;
    margin-bottom: 10px;
  }
}

.programs-grid__heading p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .programs-grid__heading p {
    font-size: 1em;
  }
}

.programs-grid__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.programs-grid__item {
  width: 48%;
  padding: 20px 40px 20px 20px;
  color: #0C3726;
  opacity: 1;
  position: relative;
  background: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border: 1px solid #3CB14A;
  font-size: 1em;
  margin-bottom: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 740px) {
  .programs-grid__item {
    font-size: 0.875em;
  }
}

@media only screen and (max-width: 670px) {
  .programs-grid__item {
    width: 100%;
    padding: 15px 40px 15px 15px;
    margin-bottom: 15px;
  }
}

.programs-grid__item:after {
  content: '';
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 8px;
  height: 16px;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/tri-arrow.svg) no-repeat center center;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media only screen and (max-width: 670px) {
  .programs-grid__item:after {
    bottom: 22px;
  }
}

.programs-grid__item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  opacity: 0;
}

.programs-grid__item:hover {
  text-decoration: none;
  color: #0C3726;
  border-color: #85C142;
}

.programs-grid__item:hover:before {
  opacity: .5;
}

.programs-grid__item:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.approach-3col {
  width: 100%;
  padding: 40px 0 80px;
}

.approach-3col .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.approach-3col .uline {
  width: calc(100% - 80px);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  left: 20px;
  bottom: 50%;
  height: 3px;
  background: linear-gradient(169deg, #3CB14A 0%, #85C142 100%);
}

@media only screen and (max-width: 900px) {
  .approach-3col .uline {
    width: 3px;
    height: calc(100% - 80px);
    -webkit-transform-origin: top;
            transform-origin: top;
    left: 50%;
    bottom: 60px;
  }
}

.approach-3col__item {
  width: 30%;
  border: 1px solid #3CB14A;
  padding: 25px;
  opacity: 1;
  padding-bottom: 40px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  background: #fff;
}

@media only screen and (max-width: 1060px) {
  .approach-3col__item {
    width: 32%;
  }
}

@media only screen and (max-width: 900px) {
  .approach-3col__item {
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
  }
}

.approach-3col__item .corner {
  position: absolute;
  right: -1px;
  top: 0;
  color: #fff;
  font-size: 3em;
  font-family: "adelle-sans", sans-serif;
  font-weight: 900;
  text-align: center;
  padding-top: 20px;
  width: 100px;
  height: 120px;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/corner.svg) no-repeat center center;
}

.approach-3col__item .corner span {
  display: inline-block;
  margin-left: 50px;
}

.approach-3col__item img {
  margin-bottom: 15px;
}

.approach-3col__item h4,
.approach-3col__item .description {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .approach-3col__item h4,
  .approach-3col__item .description {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1060px) {
  .approach-3col__item h4,
  .approach-3col__item .description {
    font-size: 1em;
  }
}

.journey-section {
  padding: 60px 0 100px;
  width: 100%;
  background: linear-gradient(157deg, #85C142 4%, #3CB14A 100%);
  position: relative;
  overflow: hidden;
}

.journey-section .container {
  position: relative;
  z-index: 100;
}

.journey-section__heading {
  color: #fff;
}

.journey-section__heading h2 {
  font-size: 2em;
  line-height: 1.43;
  font-weight: 800;
  font-family: "adelle-sans", sans-serif;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .journey-section__heading h2 {
    font-size: 1.5em;
  }
}

.journey-section__heading p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 0;
  margin-top: -20px;
}

@media only screen and (max-width: 700px) {
  .journey-section__heading p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 630px) {
  .journey-section__heading p {
    font-size: 1em;
  }
}

.journey-section__heading .uline {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  height: 2px;
  background: #1E6A36;
}

.journey-section__items {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
}

@media only screen and (max-width: 780px) {
  .journey-section__items {
    padding-left: 40px;
  }
}

.journey-section__items .vline {
  width: 3px;
  height: calc(100% - 70px);
  -webkit-transform-origin: top;
          transform-origin: top;
  background: #0C3726;
  position: absolute;
  left: 10px;
  top: -10px;
}

.journey-section__item {
  background: #fff;
  padding: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1040px) {
  .journey-section__item {
    width: 100%;
  }
}

@media only screen and (max-width: 630px) {
  .journey-section__item {
    padding: 20px;
  }
}

.journey-section__item:before {
  content: '';
  width: 50px;
  height: 3px;
  top: 49%;
  position: absolute;
  left: -50px;
  background: #0C3726;
}

@media only screen and (max-width: 780px) {
  .journey-section__item:before {
    width: 30px;
    left: -30px;
  }
}

.journey-section__item .corner {
  position: absolute;
  right: -1px;
  top: 0;
  color: #fff;
  font-size: 3em;
  font-family: "adelle-sans", sans-serif;
  font-weight: 900;
  text-align: center;
  padding-top: 20px;
  width: 100px;
  height: 120px;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/corner-dark.svg) no-repeat center center;
}

@media only screen and (max-width: 630px) {
  .journey-section__item .corner {
    width: 50px;
    height: 60px;
    font-size: 1.5em;
    padding-top: 5px;
  }
}

.journey-section__item .corner span {
  display: inline-block;
  margin-left: 50px;
}

@media only screen and (max-width: 630px) {
  .journey-section__item .corner span {
    margin-left: 25px;
  }
}

.journey-section img {
  width: 80px;
  margin-right: 20px;
}

@media only screen and (max-width: 520px) {
  .journey-section img {
    width: 60px !important;
  }
}

.journey-section__description {
  width: calc(100% - 100px);
  padding-right: 100px;
}

@media only screen and (max-width: 800px) {
  .journey-section__description {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 630px) {
  .journey-section__description {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 520px) {
  .journey-section__description {
    width: calc(100% - 80px);
    padding-right: 10px;
  }
}

.journey-section__description h4 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .journey-section__description h4 {
    font-size: 1.125em;
  }
}

.journey-section__bg {
  width: 100%;
  height: 100%;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/bg-angle-01.svg) no-repeat center right;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.over-heading {
  width: 840px;
  max-width: 100%;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 20px;
  padding-bottom: 0;
  margin: -60px auto 0;
}

.over-heading .center-heading {
  width: 520px;
  padding-top: 0;
  padding-bottom: 10px;
}

.transform-grid .subhead {
  max-width: 840px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media only screen and (max-width: 700px) {
  .transform-grid .subhead {
    font-size: 1.25em;
  }
}

.transform-grid__4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.transform-grid__4col .transform-grid__item {
  width: 24%;
}

@media only screen and (max-width: 1040px) {
  .transform-grid__4col .transform-grid__item {
    width: 49%;
  }
}

@media only screen and (max-width: 670px) {
  .transform-grid__4col .transform-grid__item {
    width: 100%;
  }
}

.transform-grid__3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.transform-grid__3col .transform-grid__item {
  width: 31%;
}

@media only screen and (max-width: 1040px) {
  .transform-grid__3col .transform-grid__item {
    width: 32%;
  }
}

@media only screen and (max-width: 670px) {
  .transform-grid__3col .transform-grid__item {
    width: 100%;
  }
}

.transform-grid__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.transform-grid__2col .transform-grid__item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1040px) {
  .transform-grid__2col .transform-grid__item {
    width: 49%;
  }
}

.transform-grid__item {
  padding: 20px;
  background: #fff;
  border: 1px solid #A0A6B6;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1040px) {
  .transform-grid__item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .transform-grid__item {
    padding: 15px;
  }
}

.transform-grid__item h4 {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1220px) {
  .transform-grid__item h4 {
    font-size: 1.25em;
  }
}

.transform-grid__item h4:last-child {
  margin-bottom: 0;
}

.transform-grid__item h4 strong {
  margin-right: 10px;
  display: inline-block;
}

.transform-grid__item h4 span {
  display: inline-block;
  font-size: .75em;
  font-weight: 400;
}

.transform-grid__item p {
  font-size: 1.125em;
  line-height: 1.6;
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .transform-grid__item p {
    font-size: 1em;
  }
}

.transform-grid .button-p {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
  text-align: center;
}

.transform-grid .button {
  display: inline-block;
}

.banner-section {
  position: relative;
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  .banner-section {
    padding: 50px 0;
  }
}

.banner-section__content {
  width: 600px;
  max-width: 100%;
  color: #fff;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 700px) {
  .banner-section__content {
    width: 400px;
  }
}

.banner-section__content h3 {
  font-family: "adelle-sans", sans-serif;
  font-size: 2.75em;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .banner-section__content h3 {
    font-size: 2em;
  }
}

.banner-section__content p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .banner-section__content p {
    font-size: 1em;
  }
}

.banner-section__content p:last-child {
  margin-bottom: 0;
}

.banner-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  .banner-section__bg {
    background-position: center center;
  }
}

@media only screen and (max-width: 1830px) {
  .banner-section__bg {
    background-position: bottom center;
  }
}

.banner-section__bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(139deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 700px) {
  .banner-section__bg:after {
    background-image: linear-gradient(139deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 100%);
  }
}

.cut-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.cut-content strong {
  font-weight: 700;
}

.cut-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

@media only screen and (max-width: 980px) {
  .cut-content .container {
    padding: 0;
  }
}

.cut-content__heading {
  position: relative;
  padding-bottom: 20px;
}

.cut-content .uline {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 3px;
  background: linear-gradient(169deg, #3CB14A 0%, #85C142 100%);
}

.cut-content__content {
  position: relative;
  z-index: 10;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 58%;
  padding: 40px;
  padding-right: 60px;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 100px;
  color: #0C3726;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .cut-content__content {
    width: 60%;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 980px) {
  .cut-content__content {
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
  }
}

.cut-content__content:before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

@media only screen and (max-width: 980px) {
  .cut-content__content:before {
    display: none;
  }
}

.cut-content__content h3 {
  font-size: 2em;
  line-height: 1.43;
  font-weight: 800;
  font-family: "adelle-sans", sans-serif;
  margin-bottom: 0px;
}

@media only screen and (max-width: 700px) {
  .cut-content__content h3 {
    font-size: 1.5em;
  }
}

.cut-content__content p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .cut-content__content p {
    font-size: 1em;
  }
}

.cut-content__side {
  width: 30%;
  position: relative;
  z-index: 10;
  color: #fff;
}

@media only screen and (max-width: 1260px) {
  .cut-content__side {
    width: 36%;
  }
}

@media only screen and (max-width: 980px) {
  .cut-content__side {
    max-width: 100%;
    width: 500px;
    padding: 20px;
    margin: 80px auto 20px;
  }
}

.cut-content__side .box-content {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 0;
  padding: 20px;
  border: 5px solid #fff;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .cut-content__side .box-content {
    font-size: 1em;
  }
}

.cut-content__side .box-content:before {
  content: '';
  position: absolute;
  left: -5px;
  top: -60px;
  width: calc(100% + 10px);
  height: 60px;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/ascm-pwc.svg) no-repeat center center;
  background-color: #fff;
}

.cut-content__side .button {
  width: 100%;
  margin-top: 20px;
  white-space: nowrap;
}

.cut-content__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 980px) {
  .cut-content__bg {
    top: auto;
    bottom: 0;
    height: 400px;
  }
}

.cut-content__bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.home-slider {
  width: 100%;
  position: relative;
  background: #000;
}

.home-slider__slider {
  width: 100%;
  height: 100%;
}

.home-slider__slides {
  position: relative;
  width: 100%;
  height: 570px;
}

@media only screen and (max-width: 890px) {
  .home-slider__slides {
    height: 450px;
  }
}

@media only screen and (max-width: 740px) {
  .home-slider__slides {
    height: 500px;
  }
}

@media only screen and (min-width: 1800px) {
  .home-slider__slides {
    height: 700px;
  }
}

.home-slider__slide {
  padding-top: 70px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media only screen and (max-width: 740px) {
  .home-slider__slide {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 460px) {
  .home-slider__slide {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 740px) {
  .home-slider__slide .mobile {
    display: block;
  }
  .home-slider__slide .desktop {
    display: none;
  }
}

@media only screen and (min-width: 740px) {
  .home-slider__slide .desktop {
    display: block;
  }
  .home-slider__slide .mobile {
    display: none;
  }
}

.home-slider__slide::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}

@media only screen and (min-width: 741px) {
  .home-slider__slide::before {
    display: block;
    background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  }
}

.home-slider__slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

@media only screen and (min-width: 741px) {
  .home-slider__slide::after {
    display: block;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(14%, rgba(0, 0, 0, 0.15)), color-stop(99%, rgba(0, 0, 0, 0.63)));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 14%, rgba(0, 0, 0, 0.63) 99%);
  }
}

.home-slider__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-slider__bg .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}

.home-slider__bg .bg-img.desktop {
  display: none;
}

@media only screen and (min-width: 741px) {
  .home-slider__bg .bg-img.desktop {
    display: block;
  }
}

.home-slider__bg .bg-img.mobile {
  display: block;
  background-size: contain;
  background-position: center top;
  background-color: #000;
}

@media only screen and (min-width: 741px) {
  .home-slider__bg .bg-img.mobile {
    display: none;
  }
}

.home-slider__content {
  max-width: 550px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 740px) {
  .home-slider__content {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1800px) {
  .home-slider__content {
    font-size: 120%;
    max-width: 700px;
  }
}

.home-slider__content.animated p, .home-slider__content.animated h1 {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  /* match GSAP start */
}

.home-slider__content h1 {
  font-family: "adelle-sans", sans-serif;
  font-size: 2.375em;
  color: #0C3726;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .home-slider__content h1 {
    font-size: 2em;
  }
}

.home-slider__content p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .home-slider__content p {
    font-size: 1em;
  }
}

.home-slider__content p:last-child {
  margin-bottom: 0;
}

.home-slider__content strong {
  font-family: "adelle-sans", sans-serif;
  font-weight: 800;
  color: #fff;
}

.home-slider__content .button {
  display: inline-block;
}

.home-slider span.navhead {
  display: block;
  width: 100%;
  color: #85C142;
}

.home-slider span.navsub {
  font-size: 1.5em;
  line-height: 1;
  display: block;
}

.home-slider .logo-img {
  width: 220px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 740px) {
  .home-slider .logo-img {
    width: 150px;
  }
}

@media only screen and (max-width: 550px) {
  .home-slider .logo-img {
    display: none;
  }
}

.home-slider__nav {
  position: absolute;
  z-index: 200;
  left: 0;
  bottom: 40px;
  width: 100%;
}

@media only screen and (max-width: 890px) {
  .home-slider__nav {
    position: static;
    background: #000;
    padding-bottom: 40px;
  }
}

.home-slider__nav .container {
  position: relative;
}

.home-slider__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-slider__links a {
  color: #fff;
  width: 25%;
  padding: 0 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-right: 2px solid #fff;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1180px) {
  .home-slider__links a {
    padding: 0 10px 20px;
  }
}

@media only screen and (max-width: 1040px) {
  .home-slider__links a {
    font-size: .875em;
  }
}

@media only screen and (max-width: 890px) {
  .home-slider__links a {
    width: 49%;
    border: 1px solid #fff;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
  }
}

.home-slider__links a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 891px) {
  .home-slider__links a:hover {
    border-bottom: 2px solid #1E6A36;
  }
}

.home-slider__links a.active {
  border-bottom: 2px solid #3CB14A;
}

@media only screen and (max-width: 890px) {
  .home-slider__links a.active {
    border: 1px solid #3CB14A;
  }
}

@media only screen and (min-width: 891px) {
  .home-slider__links a:last-child {
    border-right: none;
  }
}

.who-section {
  position: relative;
  padding: 90px 0 60px;
  color: #0C3726;
}

@media only screen and (max-width: 900px) {
  .who-section {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .who-section {
    padding-bottom: 0px;
    padding-top: 60px;
  }
}

.who-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.who-section__content {
  width: 50%;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 900px) {
  .who-section__content {
    width: 100%;
  }
}

.who-section__content .highlight {
  padding: 0 5px;
  background: #89E522;
}

.who-section__content h2 {
  font-family: "adelle-sans", sans-serif;
  font-size: 2.375em;
  color: #0C3726;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .who-section__content h2 {
    font-size: 2em;
  }
}

.who-section__content p {
  font-size: 1.5em;
  line-height: 1.58;
}

.who-section__content p strong {
  font-weight: 700;
}

.who-section__content .link-callout {
  font-size: .875em;
}

.who-section__list {
  width: 48%;
  padding: 36px;
  border: 3px solid #85C142;
}

@media only screen and (max-width: 900px) {
  .who-section__list {
    width: 100%;
  }
}

@media only screen and (max-width: 530px) {
  .who-section__list {
    padding: 20px;
  }
}

.who-section__list ul {
  margin-bottom: 0;
}

.who-section__list strong {
  font-weight: 700;
}

.who-section__list li:last-child {
  margin-bottom: 0;
}

.who-section__bg {
  width: 960px;
  height: 390px;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/arrow-bg.svg) no-repeat center right;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media only screen and (max-width: 960px) {
  .who-section__bg {
    width: 800px;
    height: 330px;
  }
}

@media only screen and (max-width: 830px) {
  .who-section__bg {
    width: 600px;
    height: 250px;
  }
}

.who-work {
  position: relative;
}

.who-work__bg {
  width: 100%;
  height: 90%;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/ascm-bg.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.who-work .container {
  position: relative;
  z-index: 100;
}

.what-section {
  position: relative;
  z-index: 100;
}

.what-section__heading {
  position: relative;
  z-index: 10;
}

.what-section__heading .uline {
  max-width: 100%;
  width: 340px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(169deg, #3CB14A 0%, #85C142 100%);
}

.what-section__heading h2 {
  font-family: "adelle-sans", sans-serif;
  font-size: 2.375em;
  color: #0C3726;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .what-section__heading h2 {
    font-size: 2em;
  }
}

.what-section__top {
  background: #fff;
  width: 65%;
  padding: 20px;
  padding-left: 0;
  position: relative;
  z-index: 10;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media only screen and (max-width: 970px) {
  .what-section__top {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  .what-section__top {
    width: 86%;
  }
}

@media only screen and (max-width: 500px) {
  .what-section__top {
    width: 90%;
  }
}

.what-section__top:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -99.5%;
  top: 0;
  background: #fff;
}

.what-section__content p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 0;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 700px) {
  .what-section__content p {
    font-size: 1em;
  }
}

.what-section__content .subhead {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #1E6A36;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 700px) {
  .what-section__content .subhead {
    font-size: 1.25em;
  }
}

.what-section__content strong {
  font-weight: 700;
}

.what-section__links {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 60px 0;
}

@media only screen and (max-width: 1000px) {
  .what-section__links {
    padding: 40px 0 20px;
  }
}

.what-section__links .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.what-section__item {
  width: 22%;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(0, 0, 0, 0);
  border-bottom: none;
}

@media only screen and (max-width: 1080px) {
  .what-section__item {
    width: 23%;
  }
}

@media only screen and (max-width: 980px) {
  .what-section__item {
    width: 24%;
  }
}

@media only screen and (max-width: 900px) {
  .what-section__item {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .what-section__item {
    font-size: 90%;
  }
}

.what-section__item:hover {
  border-color: #3CB14A;
}

.what-section__item:hover h3 {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.what-section__item:hover p {
  color: #1E6A36;
}

.what-section__item:before {
  content: '';
  width: 100%;
  height: 100px;
  bottom: 0px;
  left: 0;
  position: absolute;
  background: #fff;
}

.what-section__item:after {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  background: linear-gradient(157deg, #85C142 4%, #3CB14A 100%);
  left: 0;
  bottom: 0;
  z-index: 11;
}

.what-section__head {
  height: 320px;
  padding: 20px;
  position: relative;
}

@media only screen and (max-width: 460px) {
  .what-section__head {
    height: 240px;
  }
}

.what-section__head h3 {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media only screen and (max-width: 500px) {
  .what-section__head h3 {
    font-size: 1.25em;
  }
}

.what-section__head .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.what-section__head .bg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(0, 0, 0, 0.1)), color-stop(90%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.9) 90%);
}

.what-section .cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  color: transparent;
  z-index: 100;
}

.what-section .cover-link:after {
  width: 8px;
  height: 15px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/tri-arrow.svg) no-repeat center center;
}

.what-section__base {
  background: #fff;
  padding: 20px 20px 25px;
  position: relative;
  z-index: 10;
}

.what-section__base p {
  font-size: 1.125em;
  line-height: 1.6;
  margin-bottom: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.what-section__bg {
  position: absolute;
  left: 0;
  top: 0px;
  border-top: 80px solid #fff;
  width: 100%;
  height: 610px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 900px) {
  .what-section__bg {
    background-attachment: scroll;
  }
}

.what-section__bg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.56) 100%);
}

.membership-section {
  position: relative;
  z-index: 100;
  padding: 20px 0 120px;
}

.membership-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1060px) {
  .membership-section .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.membership-section__content {
  width: 50%;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .membership-section__content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.membership-section__content strong {
  font-weight: 700;
}

.membership-section__content h3 {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 700;
}

.membership-section__content p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 20px;
  max-width: 580px;
}

@media only screen and (max-width: 700px) {
  .membership-section__content p {
    font-size: 1em;
  }
}

.membership-section__content .uline {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(169deg, #3CB14A 0%, #85C142 100%);
}

.membership-section__buttons .button {
  width: 380px;
  max-width: 100%;
  margin-right: 10px;
}

@media only screen and (max-width: 500px) {
  .membership-section__buttons .button {
    font-size: 0.875em;
  }
}

.membership-section__image {
  width: 47%;
}

@media only screen and (max-width: 850px) {
  .membership-section__image {
    width: 100%;
  }
}

.membership-section__image img {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.signals-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}

@media only screen and (max-width: 800px) {
  .signals-banner {
    padding: 60px 0;
  }
}

.signals-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signals-banner__content {
  position: relative;
  z-index: 100;
  color: #fff;
  width: 54%;
}

@media only screen and (max-width: 800px) {
  .signals-banner__content {
    width: 100%;
  }
}

.signals-banner__content h4 {
  font-family: "adelle-sans", sans-serif;
  font-size: 2.375em;
  color: #0C3726;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
  max-width: 640px;
}

@media only screen and (max-width: 700px) {
  .signals-banner__content h4 {
    font-size: 2em;
  }
}

.signals-banner__content p {
  font-size: 1.125em;
  line-height: 1.95;
  margin-bottom: 40px;
}

@media only screen and (max-width: 700px) {
  .signals-banner__content p {
    font-size: 1em;
  }
}

.signals-banner__form {
  position: relative;
  z-index: 100;
  color: #fff;
  width: 42%;
}

@media only screen and (max-width: 800px) {
  .signals-banner__form {
    width: 100%;
  }
}

.signals-banner__form form {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.signals-banner__form .mktoOffset,
.signals-banner__form .mktoGutter.mktoHasWidth,
.signals-banner__form .mktoClear {
  display: none;
}

.signals-banner__form .mktoFieldDescriptor.mktoFormCol {
  width: 100% !important;
}

.signals-banner__form .mktoForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.signals-banner__form .mktoForm .mktoButtonRow {
  margin-top: -60px !important;
}

.signals-banner__form .mktoForm .mktoAsterix {
  color: #fff;
}

.signals-banner__form .mktoFormRow {
  width: 48%;
  margin-bottom: 20px;
}

.signals-banner__form .mktoFormRow:nth-child(4) {
  width: 100%;
}

.signals-banner__form .mktoFormRow:nth-child(5) {
  width: 100%;
}

.signals-banner__form .mktoFormRow:nth-child(5) .mktoFieldWrap.mktoRequiredField {
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .signals-banner__form .mktoFormRow:nth-child(5) .mktoAsterix {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.signals-banner__form .mktoFormRow:nth-child(5) .mktoCheckboxList {
  width: auto !important;
  position: relative;
  padding: 0 10px 0 30px;
}

.signals-banner__form .mktoFormRow:nth-child(5) .mktoCheckboxList .mktoField {
  position: absolute;
  left: 0;
  margin: 0;
  background: #fff;
  border: 2px solid #0C3726;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.signals-banner__form .mktoFormRow:nth-child(5) .mktoCheckboxList .mktoField:active, .signals-banner__form .mktoFormRow:nth-child(5) .mktoCheckboxList .mktoField:checked {
  background: #3CB14A;
}

.signals-banner__form .mktoFormRow:nth-child(5) .mktoCheckboxList label {
  display: inline-block;
  width: auto;
  text-align: left;
  margin: 0;
}

.signals-banner__form .mktoFormRow:nth-child(5) .mktoCheckboxList label a {
  color: #85C142;
}

.signals-banner__form .mktoButtonRow {
  width: 100% !important;
}

.signals-banner__form .mktoButtonRow .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}

.signals-banner__form .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  outline: none;
  border: none;
  padding: 8px 40px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.6;
  background: #3CB14A;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.signals-banner__form .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
  border: none;
  background: #1E6A36;
}

.signals-banner__form .mktoFieldWrap {
  width: 100% !important;
}

.signals-banner__form .mktoFieldWrap input[type=text],
.signals-banner__form .mktoFieldWrap input[type=email] {
  background: rgba(0, 0, 0, 0.1) !important;
  border: 2px solid #fff;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  width: 100% !important;
  min-width: 100%;
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  float: none;
  height: auto;
  padding: 8px 10px;
  color: #fff !important;
  outline: none;
}

.signals-banner__form .mktoFieldWrap input[type=text]:active, .signals-banner__form .mktoFieldWrap input[type=text]:focus,
.signals-banner__form .mktoFieldWrap input[type=email]:active,
.signals-banner__form .mktoFieldWrap input[type=email]:focus {
  border-color: #3CB14A;
}

.signals-banner__form .mktoFieldWrap input[type=text].mktoInvalid,
.signals-banner__form .mktoFieldWrap input[type=email].mktoInvalid {
  color: #fff !important;
}

.signals-banner__form .mktoFieldWrap select {
  width: 100% !important;
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 40px;
  padding: 7px;
  background: #fff;
  color: #0C3726;
}

.signals-banner__form .mktoFieldWrap label.text-danger {
  background: #EDC2C3;
  font-size: 13px;
  padding: 5px 10px;
  border-left: 5px solid #8F0005;
  color: #8F0005 !important;
  margin-top: 5px;
}

.signals-banner__form .mktoFieldWrap .mktoErrorMsg {
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  background: #8F0005;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  text-shadow: none;
}

.signals-banner__form .mktoFieldWrap .mktoErrorArrow {
  background: #8F0005;
}

.signals-banner__form .mktoFieldWrap input.text-danger {
  color: #0C3726 !important;
  border: 2px solid #8F0005;
}

.signals-banner__form .mktoFieldWrap label {
  width: auto !important;
  color: #fff;
  float: none;
  font-size: 16px;
  display: inline-block;
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
  .signals-banner__form .mktoFieldWrap label {
    font-size: 14px;
  }
}

.signals-banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/signals-bg.jpg);
}

@media only screen and (max-width: 800px) {
  .signals-banner__bg {
    background-image: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/signals-bg-mobile.jpg);
  }
}

.signals-banner__bg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.1) 100%);
}

.page-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}

.header-secondary-nav-item-icon--search a:before {
  display: none;
}

body .applications .applications-blog-intro .blog-feature .the-post-feature-content h2,
body .applications .applications-blog-intro .blog-feature .the-post-feature-content h3 {
  font-family: "adelle-sans", sans-serif;
  font-weight: 800;
}

body .applications .applications-blog-grid .blog-post__content {
  min-height: 140px;
}

body .applications .blog-popular.the-post h2,
body .applications .blog-popular.the-post h3 {
  font-size: 1.5em;
}

body .applications .applications-blog-intro .blog-feature .the-post-feature-content h2,
body .applications .applications-blog-intro .blog-feature .the-post-feature-content h3 {
  font-size: 2.25em;
}

body .applications .the-post h2,
body .applications .the-post h3 {
  font-size: 1.25em;
  font-weight: 700;
}

body .applications .subscribe-rss {
  display: none;
}

body .applications .blog-info p {
  font-size: .825em;
  letter-spacing: 0;
  line-height: 1.4;
}

body .applications .blog-info .date:before {
  top: 2px;
}

body .applications .blog-article__intro h1 {
  font-family: "adelle-sans", sans-serif;
  font-weight: 800;
  font-size: 2.75em;
  line-height: 1.2;
}

body .applications .blog-article__info p {
  letter-spacing: 0;
}

body .applications .about-author__name {
  font-size: 1em;
  line-height: 1.6;
}

body .applications .about-author__info {
  font-size: 1em;
  line-height: 1.6;
}

body .applications .applications-blog-header {
  padding: 20px 0;
  background: linear-gradient(157deg, #1E6A36 4%, #85C142 100%);
  overflow: hidden;
  position: relative;
}

body .applications .applications-blog-header:before {
  content: '';
  width: 1420px;
  height: 420px;
  background: url(https://www.ascm.org/globalassets/ascm_website_assets/img/refresh/bg-angle-01.svg) no-repeat center right;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

body .applications .applications-blog-header .with-button .back-button {
  position: relative;
  z-index: 10;
}

body .applications .applications-blog-header .container h1 {
  margin-bottom: 0;
}

body .applications .dropdown .select select {
  background: none;
  font-family: "adelle-sans", sans-serif;
  line-height: 18px;
}

body .applications .applications-blog-section.bg {
  background: #F7F7F7;
}

body .applications .subhead {
  font-family: "adelle-sans", sans-serif;
  font-weight: 800;
}

body .applications .arrow-link {
  font-family: "adelle-sans", sans-serif;
  font-weight: 800;
  color: #3CB14A;
}

body .applications .arrow-link:hover {
  color: #85C142;
}

body .applications .blog-article__content a {
  color: #3CB14A;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-family: "adelle-sans", sans-serif;
}

body .applications .blog-article__content a:hover {
  color: #85C142;
}

body .applications .the-post:hover {
  border-color: #85C142;
}

body form input,
body form select {
  font-family: "adelle-sans", sans-serif !important;
  font-weight: 400;
}

.universal-banner {
  text-align: left;
  padding: 20px;
}

.universal-banner p {
  line-height: 1.6;
  font-size: 1em;
}

@media only screen and (max-width: 550px) {
  .universal-banner p {
    font-size: 0.875em;
  }
}

.universal-banner p em {
  font-size: .875em;
  display: block;
}
/*# sourceMappingURL=application.css.map */