.new-el-container {
  width: 100%;
  max-width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.new-el-container.flex {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.new-el-section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.new-el-section.dkblue {
  background-color: #06103d;
}

.new-el-section.ltgrey {
  background-color: #f8f8f8;
}

.aw-header {
  background-color: #06103d;
  border-bottom: 4px solid #2969F2;
}

.heading {
  color: #f8f8f8;
  margin-top: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}

.aw-header-subtitle {
  color: #2969f2;
  font-weight:600;
  font-size: 20px;
  line-height: 1.5;
}

.aw-header-wrapper {
  width: 50%;
}

.aw-year-nav-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.aw-nav-wrapper {
  border-bottom: 2px solid #ecedee;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.aw-year-nav {
  color: #111518;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: -2px;
  padding: 9px 24px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.aw-year-nav.active {
  color: #2969f2;
  border-bottom-color: #2969f2;
}

.aw-section-title {
  color: #111518;
  margin-bottom: 38px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.aw-section-title.white {
  color: #f8f8f8;
}

.aw-awards-grid {
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.aw-award-card {
  height: 320px;
  color: #06103d;
  background-color: #fff;
  background-image: url('../images/awards-card-swirld.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px;
  display: flex;
  box-shadow: 0 10px 48px rgba(11, 39, 96, .08);
}

.aw-award-card.v3 {
  background-image: url('../images/awards-card-swirl-3.svg');
  background-position: 100%;
  background-size: contain;
}

.aw-award-card.v2 {
  background-image: url('../images/awards-card-swirl-2.svg');
  background-position: 100%;
  background-size: contain;
}

.aw-recipient {
  font-size: 18px;
  line-height: 1.2;
}

.aw-award-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.aw-region {
  color: rgba(6, 16, 61, .5);
  font-size: 14px;
  line-height: 1;
}

.aw-image-block {
  height: 100px;
  mix-blend-mode: darken;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.aw-section-subtitle {
  color: #111518;
  margin-bottom: 38px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.aw-section-subtitle.white {
  color: #f8f8f8;
  font-weight: 600;
}

.awards-slider {
  display: none;
}

.intro-centered {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: -40px;
  font-size: 28px;
  font-weight: 300;
  display: flex;
}

.body {
  line-height: 1.5;
}

.grid-2-col {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-title {
  font-size: 28px;
  font-weight: 600;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image {
  border-radius: 16px;
  margin-bottom: 24px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .2);
}

.image.trophy,
.image.golfers {
  width: 440px;
}

.centraid-text-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .new-el-container {
    padding-left: 110px;
    padding-right: 110px;
  }
}

@media screen and (min-width: 1440px) {
  .new-el-container {
    padding-left: 175px;
    padding-right: 175px;
  }

  .new-el-section.dkblue {
    background-color: #06103d;
  }

  .aw-section-title {
    margin-bottom: 48px;
  }

  .aw-section-title.white {
    color: #fff;
  }

  .aw-section-subtitle {
    font-size: 36px;
  }

  .aw-section-subtitle.white {
    color: #fff;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .new-el-container {
    padding-left: 300px;
    padding-right: 300px;
  }
}

@media screen and (max-width: 991px) {
  .new-el-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .new-el-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .aw-header {
    background-position: 200%;
  }

  .heading {
    font-size: 48px;
  }

  .aw-header-wrapper {
    width: 80%;
    font-size: 0;
  }

  .aw-section-title {
    margin-bottom: 28px;
    font-size: 36px;
  }

  .aw-awards-grid {
    display: none;
  }

  .aw-award-card {
    height: 318px;
    box-shadow: 1px 0 16px rgba(11, 39, 96, .08);
  }

  .aw-section-subtitle {
    font-size: 24px;
  }

  .aw-section-subtitle.white {
    margin-bottom: 28px;
  }

  .aw-slider-slide {
    width: 50%;
    height: auto;
    padding: 11px;
  }

  .awards-slider {
    height: 346px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .awards-slider-right-arrow {
    width: 14px;
    color: #06103d;
    font-size: 15px;
    top: -56px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .awards-slider-left-arrow {
    width: 14px;
    color: #06103d;
    font-size: 15px;
    top: -56px;
    bottom: auto;
    left: auto;
    right: 50px;
  }

  .aw-slider-wrrow-reverse {
    transform: rotate(180deg);
  }

  .slide-nav {
    mix-blend-mode: normal;
    font-size: 12px;
    top: auto;
    bottom: -39px;
    left: auto;
    right: 0%;
  }

  .mask {
    height: 349px;
  }

  .intro-centered {
    font-size: 25px;
  }

  .grid-2-col {
    grid-column-gap: 24px;
  }

  .large-title {
    font-size: 26px;
  }

  .image.trophy,
  .image.golfers {
    width: 300px;
  }

  .centraid-text-logo {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  ul {
    padding-left: 18px;
  }

  .new-el-container.award-year-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .new-el-container.flex {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .new-el-section,
  .aw-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading {
    text-align: center;
    font-size: 48px;
  }

  .aw-header-wrapper {
    width: 100%;
    text-align: center;
  }

  .aw-nav-wrapper {
    object-fit: none;
    border-bottom-style: none;
    flex-flow: row;
    overflow: hidden;
  }

  .aw-year-nav {
    border-bottom-color: #ebeced;
    margin-bottom: 2px;
    padding-top: 17px;
  }

  .aw-section-title {
    margin-bottom: 14px;
    line-height: 1.2;
  }

  .aw-section-subtitle,
  .aw-section-subtitle.white {
    margin-bottom: 16px;
  }

  .aw-slider-slide {
    width: 100%;
  }

  .awards-slider {
    margin-bottom: 60px;
  }

  .awards-slider-right-arrow,
  .awards-slider-left-arrow {
    top: -40px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .mask {
    margin-left: -11px;
    margin-right: -11px;
  }

  .intro-centered {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .large-title {
    font-size: 23px;
  }

  .image.trophy,
  .image.golfers {
    width: 100%;
  }

  .body-2 {
    font-size: 16px;
  }

  .header-img {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .new-el-container {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-el-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .aw-header {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading {
    font-size: 36px;
  }

  .aw-header-subtitle {
    max-width: 260px;
  }

  .aw-nav-wrapper {
    object-fit: none;
    border-bottom-style: none;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .aw-year-nav {
    border-bottom-style: solid;
    border-bottom-color: #ebeced;
  }

  .aw-section-title {
    padding-right: 100px;
  }

  .awards-slider-left-arrow {
    right: 58px;
  }

  .slide-nav {
    font-size: 8px;
  }

  .intro-centered {
    grid-row-gap: 20px;
    font-size: 18px;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .div-block {
    grid-row-gap: 20px;
  }
}

#w-node-aef14871-efb4-d70b-0a34-1fb70cad3b34-ba93e48c,
#w-node-_324b36b6-ac5a-4373-f733-002e597a875b-ba93e48c,
#w-node-_9c5a0313-4103-8acc-06d4-78aeeb68b22a-ba93e48c,
#w-node-df81f763-02dc-2575-59be-2419be70b0bc-ba93e48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}