:root {
  --silver: #bec3c7;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.navigation-link {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #b4ec51;
}

.navigation-link.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.navigation-bar {
  opacity: 1;
  color: #fff;
  background-color: #00007d;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-menu {
  color: #fff;
  font-size: 16px;
  transition: opacity .2s;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section---regular {
  border: 1px solid var(--silver);
  color: #192024;
  text-align: center;
  background-color: #fff;
  margin-top: -10px;
  padding: 100px 10px;
  position: relative;
}

.section---regular.accent---black-background-white-text {
  color: #fff;
  text-align: center;
  background-color: #192024;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-color: #0098ff;
  background-image: linear-gradient(to right, #3023aebf, #53a0fdbf 24% 33%, #b4ec51bf), url('../images/structure.png');
  background-position: 0 0, 50% 23%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #69b9ff;
  margin-bottom: 10px;
  padding-top: 120px;
  padding-bottom: 0;
}

.hero-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 54px;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #192024;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 44px;
}

.section-heading.centered.white {
  color: #fff;
  line-height: 44px;
}

.section-title-group {
  margin-bottom: 60px;
}

.footer {
  color: #cfcece;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #676770;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  color: #676770;
  margin-left: 30px;
}

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

.hero-description-paragraph {
  color: #fff;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.hero-container {
  text-transform: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
}

.image-2 {
  padding: 20px;
}

.hero-divider-div {
  color: #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#000, #fff);
  width: 100px;
  height: 2px;
  margin-top: -9px;
  padding-top: 2px;
}

.overview-section-grey-background {
  border: 1px solid var(--silver);
  color: #192024;
  max-width: none;
  padding: 50px 16px;
}

.h3 {
  color: #676770;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
}

.h3.white {
  color: #fff;
}

.column-2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 11px;
  padding-right: 11px;
}

.slider {
  height: 100%;
  margin-bottom: 33px;
  padding-bottom: 0;
}

.mask {
  margin-bottom: 0;
}

.list-item {
  color: #404047;
  text-align: left;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.list-item-2 {
  text-align: left;
  margin-bottom: 5px;
}

.list-item-3 {
  text-align: left;
  margin-bottom: 5px;
  list-style-type: disc;
}

.unordered-list-black {
  color: #404047;
  margin-top: -8px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 33px;
  list-style-type: disc;
}

.paragraph-8 {
  color: #192024;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 33px;
}

.container-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.paragraph-9 {
  color: #192024;
  font-size: 21px;
  line-height: 33px;
}

.body-text {
  text-align: left;
  font-size: 21px;
  line-height: 33px;
  list-style-type: disc;
}

.body-text.white {
  color: #fff;
}

.column-4 {
  padding-left: 15px;
  padding-right: 15px;
}

.hero-section-2020 {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-2020.centered {
  text-align: center;
  background-color: #0098ff;
  background-image: linear-gradient(to right, #3023aebf, #53a0fdbf 24% 33%, #b4ec51bf), url('../images/cobblestone_2.jpg');
  background-position: 0 0, 50% 16%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #69b9ff;
  margin-bottom: 10px;
  padding-top: 120px;
  padding-bottom: 36px;
}

.button-colored {
  float: left;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3023ae;
  border-radius: 4px;
  margin: 16px 10px 32px 0;
  padding: 12px 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
  box-shadow: 3px 3px 2px #0000003d;
}

.button-colored:hover {
  color: #fff;
  background-color: #1e138f;
  box-shadow: 4px 4px 4px #0000003d;
}

.button-colored.w--current {
  background-color: #2e80b6;
}

.column-5, .column-6, .column-7 {
  padding-left: 15px;
  padding-right: 15px;
}

.heading-7 {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.heading-7.accent {
  color: #fff;
}

.paragraph-text {
  color: #192024;
  text-align: left;
  margin-top: -7px;
  font-size: 21px;
  line-height: 33px;
}

.paragraph-text.accent {
  color: #fff;
}

.columns-4 {
  margin-bottom: 40px;
}

.bold-text-2 {
  font-size: 21px;
}

.bold-text-3 {
  margin-top: 1px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 21px;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-size: 21px;
}

.organizers-text {
  color: #192024;
  border-left: 4px solid #676770;
  margin-left: 4px;
  padding-left: 24px;
  line-height: 22px;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-size: 21px;
}

.list-item-4 {
  text-align: left;
}

.footer-heading, .heading-12, .heading-13 {
  letter-spacing: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.paragraph-11 {
  color: #676770;
}

.heading-3---inverted-white {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.paragraph---body-inverted-white {
  color: #fff;
  text-align: left;
  font-size: 21px;
  line-height: 33px;
}

.section-4 {
  background-image: linear-gradient(#3023ae, #3023ae);
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-10 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-15 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.white-button-2 {
  color: #192024;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  width: 175px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  box-shadow: 3px 3px 2px #0000003d;
}

.white-button-2:hover {
  color: #3023ae;
  background-color: #edeff2;
  box-shadow: 4px 4px 4px #0000003d;
}

.white-button-2.w--current {
  background-color: #2e80b6;
}

.list-item-5 {
  color: #fff;
  text-align: left;
  list-style-type: none;
}

.paragraph-13 {
  color: #fff;
  text-align: left;
  font-size: 21px;
  line-height: 33px;
}

.unordered-list-3, .unordered-list-4, .unordered-list-5 {
  color: #fff;
  margin-top: 16px;
  font-size: 21px;
  line-height: 33px;
}

.column-10 {
  border-left: 4px solid #ffffff1f;
  padding-bottom: 84px;
}

.columns-7 {
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.image-8 {
  border: 1px solid #8e8e9c;
}

.paragraph-15 {
  color: #192024;
  text-align: center;
  font-size: 21px;
  line-height: 33px;
}

.section-6 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  color: #3023ae;
}

.section---roundtable-toc {
  color: #fff;
  background-color: #3023ae;
  padding-top: 32px;
  padding-bottom: 32px;
}

.column-11 {
  color: #fff;
  border: 4px #ffffff1f;
  border-left-style: solid;
  margin-bottom: 0;
  padding-bottom: 49px;
  padding-left: 0;
}

.column---roundtable-summary-item {
  border-left: 4px solid #ffffff1f;
  margin-bottom: 0;
  padding-bottom: 49px;
}

.toc-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  min-width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 3px 3px 2px #0000003d;
}

.toc-button:hover {
  color: #3023ae;
  box-shadow: 4px 4px 4px #0000003d;
}

.columns-8 {
  margin-top: 32px;
}

.lightbox-link, .lightbox-link-2, .lightbox-link-3 {
  margin-bottom: 16px;
}

.linked-text {
  color: #3023ae;
}

.container-11 {
  padding-left: 32px;
  padding-right: 32px;
}

.unordered-list-white {
  color: #fff;
  margin-top: -8px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 33px;
  list-style-type: disc;
}

.fine-print {
  text-align: left;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.link-on-color {
  color: #fff;
  font-weight: 500;
}

.text-span-3 {
  font-weight: 500;
}

.container-12 {
  padding: 40px 32px;
}

.image-10, .image-11 {
  border: 1px solid #8e8e9c;
}

.dropdown-list {
  background-color: #3b99d9;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-section-2018 {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-2018.centered {
  text-align: center;
  background-color: #0098ff;
  background-image: linear-gradient(90deg, #3023aebf, #53a0fdbf 24% 33%, #b4ec51bf), url('../images/book-cover-image.001.jpeg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #69b9ff;
  margin-bottom: 10px;
  padding-top: 120px;
  padding-bottom: 0;
}

.hero-section-2019 {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-2019.centered {
  text-align: center;
  background-color: #0098ff;
  background-image: linear-gradient(to right, #3023aebf, #53a0fdbf 24% 33%, #b4ec51bf), url('../images/Diversity.png');
  background-position: 0 0, 50% 16%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #69b9ff;
  margin-bottom: 10px;
  padding-top: 120px;
  padding-bottom: 36px;
}

.section-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.toc-button-wrapper {
  text-align: center;
  margin-bottom: 16px;
}

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

.h4-heading-7 {
  float: none;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr .75fr;
}

.h3-white-text {
  color: #404047;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
}

.h3-white-text.white {
  color: #fff;
  text-align: center;
  position: static;
}

.covid {
  background-color: #b4ec51bd;
}

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

.grid-2 {
  grid-column-gap: 16px;
  grid-template: ". . ." minmax(auto, .75fr)
                 "Group-4 Group-4 Group-4"
                 "Group-4 Group-4 Group-4"
                 "Area-2 Area-2 Area-2"
                 "Area-4 Area-4 Area-3"
                 "Area-5 Area-5 Area-3"
                 / .5fr .5fr .5fr;
}

.image-12, .image-13, .image-14, .image-15, .image-16 {
  border: 1px solid var(--silver);
  border-radius: 1px;
}

.grid-3 {
  grid-template-rows: auto;
}

.heading-7-white {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.heading-7-white.accent {
  color: #fff;
}

.linked-text-copy {
  color: #192024;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 1px;
  }

  .hero-description-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .overview-section-grey-background {
    padding-top: 0;
  }

  .unordered-list-black {
    flex: none;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
  }

  .paragraph-8, .paragraph-9, .body-text {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section-2020.centered {
    background-image: linear-gradient(to right, #3023aebf, #53a0fdbf 24% 33%, #b4ec51bf), url('../images/cobblestone_medium.jpg');
    background-position: 0 0, -76px 47px;
    background-size: auto, auto;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .paragraph-text {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph---body-inverted-white {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-13 {
    font-size: 18px;
    line-height: 28px;
  }

  .unordered-list-3, .unordered-list-4, .unordered-list-5 {
    font-size: 18px;
    line-height: 26px;
  }

  .columns-7 {
    margin-bottom: 26px;
  }

  .paragraph-15 {
    font-size: 18px;
    line-height: 26px;
  }

  .unordered-list-white {
    font-size: 18px;
    line-height: 28px;
  }

  .dropdown-list {
    background-color: #3b99d9;
  }

  .dropdown-list:hover {
    position: static;
  }

  .hero-section-2018.centered {
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 1px;
  }

  .hero-section-2019.centered {
    background-image: linear-gradient(to right, #3023aebf, #53a0fdbf 24% 33%, #b4ec51bf), url('../images/Diversity.png');
    background-position: 0 0, -76px 47px;
    background-size: auto, auto;
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.centered {
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    padding: 119px 10px 0;
  }

  .hero-heading {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 50px;
  }

  .section-heading.centered {
    font-size: 36px;
  }

  .footer-wrapper {
    margin-bottom: 30px;
  }

  .div-block, .hero-description-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-divider-div {
    margin-left: 10px;
    padding-left: 0;
  }

  .overview-section-grey-background {
    margin-left: 1px;
    padding-top: 0;
    padding-left: 0;
  }

  .h3 {
    color: #676770;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section-2020.centered {
    background-position: 0 0, -316px 44px;
    background-size: auto, auto;
    padding: 119px 10px 70px;
  }

  .container-9 {
    margin-bottom: 10px;
  }

  .paragraph-13 {
    padding-left: 10px;
  }

  .column-10 {
    border-color: #fff #fff #fff #ffffff1f;
    border-left-style: solid;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-11 {
    border-color: #fff #fff #fff #ffffff1f;
    border-left-style: solid;
    margin-bottom: 32px;
    padding-bottom: 70px;
    padding-right: 0;
  }

  .column---roundtable-summary-item {
    border-color: #fff;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1px 0 0;
  }

  .column-13 {
    margin-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-14, .column-15 {
    margin-bottom: 32px;
  }

  .columns-8 {
    margin-top: 32px;
  }

  .linked-text {
    color: #a44fa1;
  }

  .container-11 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section-2018.centered {
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    padding: 119px 10px 0;
  }

  .hero-section-2019.centered {
    background-position: 0 0, -316px 44px;
    background-size: auto, auto;
    padding: 119px 10px 70px;
  }

  .h3-white-text {
    color: #fff;
  }

  .linked-text-copy {
    color: #a44fa1;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.centered {
    background-image: linear-gradient(to right, #3023aebf, #53a0fdbf 49%, #b4ec51bf), url('../images/structure.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 70px;
    padding: 34px 10px 1px;
  }

  .hero-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .section-heading.centered {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-description-paragraph {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-container {
    padding-left: 0;
  }

  .hero-divider-div {
    margin-left: 10px;
    padding-left: 2px;
  }

  .overview-section-grey-background {
    padding-top: 0;
  }

  .h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 28px;
  }

  .container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-9 {
    padding-left: 0;
  }

  .column-4 {
    padding-left: 16px;
    padding-right: 0;
  }

  .hero-section-2020.centered {
    background-image: linear-gradient(to right, #3023aebf, #53a0fdbf 42% 62%, #b4ec51bf), url('../images/cobblestone_small.jpg');
    background-position: 0 0, 67%;
    background-size: auto, cover;
    margin-top: 72px;
    padding: 40px 10px 1px;
  }

  .button-colored {
    margin-bottom: 25px;
  }

  .heading-3---inverted-white {
    font-size: 24px;
  }

  .white-button-2 {
    margin-bottom: 25px;
  }

  .column-10 {
    border-left-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    padding: 40px 10px;
  }

  .section---roundtable-toc {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .column-11 {
    border-left-style: none;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .column---roundtable-summary-item {
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-13 {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-14, .column-15 {
    margin-bottom: 32px;
  }

  .linked-text, .text-span-2 {
    color: #3023ae;
  }

  .container-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section-2018.centered {
    background-image: linear-gradient(90deg, #3023aebf, #53a0fdbf 49%, #b4ec51bf), url('../images/book-cover-image.001.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    margin-top: 70px;
    padding: 34px 10px 1px;
  }

  .hero-section-2019.centered {
    background-image: linear-gradient(to right, #3023aebf, #53a0fdbf 42% 62%, #b4ec51bf), url('../images/Diversity.png');
    background-position: 0 0, 67%;
    background-size: auto, cover;
    margin-top: 72px;
    padding: 40px 10px 1px;
  }

  .h3-white-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .linked-text-copy {
    color: #3023ae;
  }
}

#w-node-_8ae520bb-ed2c-7cf5-a295-7de6303c2185-fa0f693d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7650c726-906a-024a-1606-665c3e08e9de-4d824551 {
  grid-area: Group-4;
}

#w-node-ea597bac-877f-5727-c716-70e33a7d8149-4d824551 {
  grid-area: Area-2;
}

#w-node-_46fad934-d6e2-f1b5-ddc7-c87bdb2ddaca-4d824551 {
  grid-area: Area-5;
}

#w-node-_0d51df40-45db-6876-962e-59a0ebdc8b80-4d824551 {
  grid-area: Area-4;
}

#w-node-_904e0d54-e192-b3ca-71ba-c6fe48b57369-4d824551 {
  grid-area: Area-3;
}


