@charset "UTF-8";

@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Book.eot");
  src: url("./fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gotham-Book.woff2") format("woff2"),
    url("./fonts/Gotham-Book.woff") format("woff"),
    url("./fonts/Gotham-Book.ttf") format("truetype"),
    url("./fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  /* font-display: swap; */
}

@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Bold.eot");
  src: url("./fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gotham-Bold.woff2") format("woff2"),
    url("./fonts/Gotham-Bold.woff") format("woff"),
    url("./fonts/Gotham-Bold.ttf") format("truetype"),
    url("./fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  /* font-display: swap; */
}

@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Medium.eot");
  src: url("./fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gotham-Medium.woff2") format("woff2"),
    url("./fonts/Gotham-Medium.woff") format("woff"),
    url("./fonts/Gotham-Medium.ttf") format("truetype"),
    url("./fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.goal-text {
    color: #333;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 48px;
}

.give-goal-progress {
    max-width: 500px;
    width: 100%;
    text-align: center;
	font-family: "Gotham";
}

.donate-form-box.holder {
    max-width: 450px;
}

.page-id-7 {
    overflow-x: hidden;
}

.page-id-889 header#masthead, .page-id-889 .entry-header {
    display: none;
}

.page-id-889 .tableauPlaceholder, .page-id-889 .vizContainer, .page-id-889 iframe, .single-case_studies iframe {
    width: 100% !important;
}

.content p:first-child a {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #009fbc;
}

figure.wp-block-table {
    font-family: 'Gotham';
}

.left_info_blue {
  margin-bottom: 20px;
}

audio {
  outline: none;
}

.wp-block-audio figcaption {
  font-family: "Gotham";
  text-align: left !important;
}

.map {
  position: relative;
  overflow: hidden;
}
#ammap {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#panel {
  position: absolute;
  right: 0;
  width: 520px;
  transform: translateX(520px);
  transition: transform 0.2s ease-out;
  background: #23326a;
  height: 100%;
  top: 0;
  z-index: 1;
}
#panel.active {
  transform: translateX(0px);
}

#panel .featured-image {
  height: 200px;
  background: #1a286c;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
#panel .featured-image:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#panel .featured-image h1 {
  color: white;
  text-transform: none;
  font-size: 32px;
  position: relative;
  z-index: 1;
}
#panel .close-panel {
  color: white;
  position: absolute;
  padding: 20px 30px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 3;
}
#panel .chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 210px;
  margin-bottom: 20px;
}
#panel .chart .segment {
  flex: 1;
  height: auto;
  padding: 0 4px;
}

#panel .chart .bar {
  background: red;
  margin-bottom: 12px;
  transition: background-color 0.2s ease;
}
#panel .chart .label {
  text-align: center;
  opacity: 0.4;
  font-size: 10px;
  font-weight: 400;
  transition: opacity 0.2s ease;
}
#panel .histogram {
  position: relative;
}
#panel .histogram > .label {
  position: absolute;
}
#panel .histogram > .label h3 {
  font-size: 34px;
  font-weight: bold;
}
#panel .histogram .label h4 {
}
#panel .chart .segment.selected .bar {
  background-color: white !important;
}
#panel .chart .segment.selected .label {
  opacity: 1;
}

#tooltip {
  color: white;
  top: 24px;
  line-height: 24px;
  left: 18px;
  font-weight: 600;
  background: #28457a;
  padding: 60px 0;
}
#tooltip > div {
  position: relative;
}
#tooltip img {
  height: 16px;
  width: auto;
}
#tooltip h1 {
  text-transform: none;
  line-height: normal;
}
#tooltip p.primary {
  font-weight: 400;
  font-size: 18px;
  margin: 6px 0;
}
#tooltip .more-trigger {
  display: inline-block;
  border: 1px solid white;
  padding: 4px 20px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 400;
  margin-top: 12px;
  cursor: pointer;
}
#tooltip .popup {
  display: none;
  color: white;
  padding-top: 12px;
}
#tooltip .popup img {
  position: absolute;
  right: 16px;
  top: 0;
  padding: 20px;
  height: 55px;
  cursor: pointer;
}
#tooltip .popup p {
  margin-bottom: 18px;
  font-weight: 400;
}

#panel .similar-regions {
  text-align: center;
  padding-top: 30px;
}
#panel .similar-regions p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
#panel .similar-regions span {
  display: block;
  font-size: 12px;
  padding: 2px;
  cursor: pointer;
}
#panel .close-panel img {
  width: 16px;
  height: auto;
}
#panel .inner-content {
  padding: 40px;
  color: white;
  padding-bottom: 90px;
}
#panel .full-report {
  text-align: center;
}
#panel .full-report a {
  display: inline-block;
  color: white;
  text-decoration: none;
  border-radius: 40px;
  border: 1px solid white;
  padding: 8px 20px;
  font-size: 12px;
  margin-top: 30px;
}

#panel .funfact p {
  font-size: 14px;
  line-height: 22px;
  padding: 0 24px;
}
#panel .funfact h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
  padding: 0 24px;
}
#panel .overall-ranking {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
#panel .overall-ranking .rank sup {
  font-size: 16px;
  top: -12px;
}
#panel .overall-ranking .out-of {
}
#panel .study-name {
  display: block;
  font-size: 16px;
  margin-top: 8px;
}

#panel hr {
  border: none;
  height: 1px;
  width: 100%;
  background: #1d2b56;
  margin: 40px 0;
}
#panel .other-rankings {
  background: #22436a;
  margin: 60px 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: center;
}
#panel .scroll-container {
  overflow-y: scroll;
  height: 100%;
}
#panel .a-rank {
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
}
#panel .a-rank .top {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px;
}
#panel .a-rank .top sup {
  top: -12px;
  font-size: 14px;
}

#panel .a-rank .bottom {
  display: block;
  font-size: 12px;
  padding: 0 32px;
}

#region-select {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: auto;
  height: 0;
}
#region-select.hidden .major-study {
  transform: translateY(4vw);
}
#region-select .major-study {
  color: white;
  display: inline-block;
  padding: 0.6vw 0;
  font-weight: 400;
  cursor: pointer;
  width: 14vw;
  font-size: 1vw;
  transition: transform 0.2s ease-out, padding 0.18s ease-out;
}
#region-select .major-study.active {
  padding: 1vw 0;
}

#legend {
  position: absolute;
  bottom: 4vw;
  right: 1vw;
  background: white;
  padding: 20px;
  color: #233468;
}
#legend .units {
  margin-bottom: 12px;
  max-width: 280px;
}
#legend .legend-stats .q {
  display: block;
  cursor: default;
  padding: 6px 0;
}
#legend .legend-stats .dot {
  height: 12px;
  width: 12px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 12px;
}
#legend .z-score-disclaimer {
  max-width: 280px;
  color: #909090;
  font-size: 12px;
  line-height: 14px;
}

#study-select {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  text-align: center;
}
#study-select select {
  -webkit-appearance: none;
  background-color: #233468;
  outline: none;
  color: white;
  border-radius: 0;
  border: none;
  padding: 0.5vw 0;
  font-size: 1vw;
  width: auto;
  padding-left: 12px;
  cursor: pointer;
  background-image: url(/web/20210113024520im_/https://heartlandforward.org/assets/images/chevron-down.svg);
  background-size: 0.8vw;
  background-repeat: no-repeat;
  background-position: calc(100% - 1vw) 50%;
  padding-right: 3vw;
}
#study-select span {
  display: block;
  text-align: left;
  margin-bottom: 4px;
  font-weight: 600;
}

#panel .case-studies {
}
#panel .case-studies a {
  color: white;
  text-decoration: none;
}
#panel .case-studies h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 800;
}
#panel .case-studies p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 14px;
}
#panel .case-studies span {
  font-size: 14px;
}
#panel .case-studies hr {
  margin: 20px 0;
}

/*
     FILE ARCHIVED ON 02:45:20 Jan 13, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:09:40 Mar 11, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 121.091
  exclusion.robots: 0.127
  exclusion.robots.policy: 0.118
  RedisCDXSource: 3.356
  esindex: 0.011
  LoadShardBlock: 94.207 (3)
  PetaboxLoader3.datanode: 85.073 (4)
  CDXLines.iter: 20.622 (3)
  load_resource: 84.977
  PetaboxLoader3.resolve: 51.902
*/

.left_info_section_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 50px;
}

.left_info_orange_section {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #dd5f2b;
}

.right_info_section {
  width: 50%;
  padding-top: 85px;
}

.section_with_left_info {
  width: 100%;
  padding: 26px 48px;
  box-sizing: border-box;
  float: left;
  display: flex;
  justify-content: space-between;
  /* padding-top: 89px; */
}

.program_location {
  width: 100%;
  margin-bottom: 60px;
}

.cithl_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.26em;
  color: #000000;
  padding: 190px 50px 100px;
}

.cithl_copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #009fbc;
  width: 1100px;
}

.connecting_in_the_heartland_section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  float: left;
  background-size: 100% auto;
  background-position: 0% 0%;
}

.right_graphic_section {
  width: 60%;
}

.right_graphic_section img {
  width: 100%;
}

.section_with_image {
  width: 100%;
  padding: 0px 0px;
  display: flex;
}

.left_info_blue {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #2d368f;
}

.right_image_section {
    width: 50%;
    padding: 24px 48px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
}

.right_image_section img {
  width: 100%;
}

.left_info_section {
  width: 40%;
}

.left_info_normal {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #000000;
}

.community_growth_section {
  padding: 10vw;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.community_groth_orange {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  width: 90%;
  margin-bottom: 50px;
  color: #dd5f2b;
}

.community_growth_logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 115px;
}

.community_growth_regular {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  letter-spacing: 0.04em;
  color: #050b21;
  width: 700px;
  flex-direction: column;
}

.border_top {
  height: 8px;
  width: 90%;
  background: black;
}

.program_partner {
  display: flex;
  width: 100%;
  padding: 48px 48px 48px 30%;
}

.partner_number {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 20.4675px;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #b3b3b3;
  border: 2px solid #b3b3b3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_logo {
  margin-top: 40px;
  width: calc(45% - 60px);
  margin-left: 20px;
}

.partner_logo img {
  max-width: calc(100%);
}

.program_partner {
  display: flex;
  width: 100%;
  padding: 48px 48px 48px 20%;
  box-sizing: border-box;
}

.partner_copy {
  margin-top: 40px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 55%;
}

html,
body {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-expanded {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  /* background: linear-gradient(
    110deg
    , rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%); */
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  background: rgba(45, 54, 143, 1);
  background: radial-gradient(
    at center,
    rgba(1, 153, 102, 1),
    rgba(45, 54, 143, 1)
  );
}

.open .nav-expanded {
  /* display: block; */
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.home_hero_slider_inner {
  opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}

.home_hero_slider_inner.slick-initialized.slick-slider {
  opacity: 1;
}

/* .mouse-cursor-gradient-tracking {
  position: relative;
  background: #7983ff;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border: none;
  color: white;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.mouse-cursor-gradient-tracking span {
  position: relative;
}

.mouse-cursor-gradient-tracking:before {
  --size: 0;
  content: '';
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, pink, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}

.mouse-cursor-gradient-tracking:hover:before {
  --size: 200px;
} */

.seach_panel {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
    110deg,
    rgba(1, 153, 102, 1) 23%,
    rgba(45, 54, 143, 1) 100%
  );
  background: -webkit-linear-gradient(
    110deg,
    rgba(1, 153, 102, 1) 23%,
    rgba(45, 54, 143, 1) 100%
  );
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_panel .seach_panel {
  /* display: block; */
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.open .seach_panel {
  /* display: block; */
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.search_panel .nav-expanded {
  /* display: block; */
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

form.search-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 600px;
}

.search_panel img.white_logo {
  display: block;
}

input#search-form-1 {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid white;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  outline: none;
  width: 100%;
}

label {
  width: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 600px !important;
  color: white;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
}

.nav-bar {
  display: block;
  width: 100%;
  height: 112px;
  z-index: 3;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 26px 48px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

.scroll:not(.open) .nav-bar.dark,
.scroll:not(.search_panel) .nav-bar.dark {
  background: white;
}

.scroll:not(.open) .search_holder,
.scroll:not(.search_panel) .search_holder {
  /* background: linear-gradient(110deg, rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%); */
  /* background: -webkit-linear-gradient(110deg, rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #019966;
}

.scroll:not(.open) .menu_button,
.scroll:not(.search_panel) .menu_button {
  /* background: linear-gradient(110deg, rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%);
background: -webkit-linear-gradient(110deg, rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  border: 2px solid #019966;
  color: #019966;
}

.scroll.search_panel .white_logo,
.scroll.open .white_logo {
  display: block;
}

.scroll.open .menu_button,
.scroll.search_panel .menu_button {
  background: transparent !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white !important;
  border: 2px solid white;
}

.scroll.open .search_holder,
.scroll.search_panel .search_holder {
  background: transparent !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white !important;
}

.scroll.open .nav-bar,
.scroll.search_panel .nav-bar {
  background: transparent !important;
}

.logo_holder {
  position: relative;
  height: 100%;
  display: block;
}

a {
    max-height: 100%;
    max-width: 100%;
}

img.dark_logo {
  float: left;
  height: 100%;
}

img.white_logo {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.open img.white_logo {
  display: block;
}

.search_menubutton_holder {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 13.2812px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.menu_button {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 32px;
  height: 35px;
  line-height: 33px;
  padding: 0px 20px;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.menu_button:hover {
  background: white;
  color: #050b21;
}

.menu_button_holder {
  margin-left: 41px;
}

.menu_open {
  display: block;
}
.menu_close {
  display: none;
}

.open .menu_open {
  display: none;
}
.open .menu_close {
  display: block;
}

.search_holder i {
  font-size: 15px;
}

.scroll img.dark_logo {
  display: block;
}

.scroll img.white_logo {
  display: none;
}

.search_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 99px;
  cursor: pointer;
}

.search_holder:hover {
  background: rgba(45, 54, 143, 1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

input.search-submit {
  margin-top: 20px;
  border: 2px solid white !important;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 10px !important;
  line-height: 140%;
  /* display: flex; */
  /* align-items: center; */
  letter-spacing: 0.04em;
  color: #ffffff;
  padding: 8px 12px;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}

.nav-expanded-left {
  padding-top: 112px;
  width: 65%;
  height: 100%;
  box-sizing: border-box;
  float: left;
}

.primary-menu-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul#primary-menu-list {
  list-style: none;
  padding-left: 0px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 200%;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #ffffff;
}

ul#primary-menu-list a {
  color: inherit;
  text-decoration: none;
}

.our-mission-title img {
  height: 11px;
  margin-left: 5px;
}

.nav-expanded-right-subscribe a {
  text-decoration: none;
}

.footer_bottom {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #8d8d8d;
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer_subscribe {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ffffff;
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 1em;
}

.footer_subscribe a img {
  height: 12px;
  margin-left: 3px;
}

.footer_subscribe a {
  color: inherit;
  text-decoration: none;
}

ul#primary-menu-list li a:after {
  display: block;
  content: " ";
  background-size: contain;
  height: 18px;
  width: 21px;
  background-repeat: no-repeat;
  margin-left: 13px;
  mix-blend-mode: overlay;
  margin-bottom: 4px;
  transform: translateX(-20px);
  transition: all 700ms;
  -webkit-transition: all 700ms;
}

ul#primary-menu-list li:hover a:after {
  background-image: url(./assets/images/menu_arrow.svg);
  transform: translateX(0px);
}

ul#primary-menu-list li {
  transition: all 500ms;
  -webkit-transition: all 500ms;
}

ul#primary-menu-list:hover li {
  opacity: 0.3;
}

ul#primary-menu-list li:hover {
  opacity: 1 !important;
}

li.menu-item a {
  display: flex;
  align-items: center;
}

.nav-expanded-right {
  float: left;
  height: 100%;
  width: 35%;
}

.nav-expanded-right {
  float: left;
  height: 100%;
  width: 35%;
  mix-blend-mode: multiply;
  border-left: 0.5px solid #656565;
  box-sizing: border-box;
  mix-blend-mode: overlay;
}

.nav-expanded-right-top {
  width: 100%;
  height: 112px;
  border-bottom: 0.5px solid #656565;
  float: left;
  mix-blend-mode: overlay;
}

.nav-expanded-right-middle {
  width: 100%;
  border-bottom: 0.5px solid #656565;
  height: calc(50% - 112px);
  mix-blend-mode: multiply;
  float: left;
  padding: 10% 15%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-expanded-right-subscribe {
  height: 15%;
  width: 100%;
  border-bottom: 0.5px solid #656565;
  mix-blend-mode: multiply;
  float: left;
  padding: 10% 15%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-expanded-right-bottom {
  width: 100%;
  height: calc(35%);
  mix-blend-mode: overlay;
}

.our-mission-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 230%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: overlay;
  width: 100%;
  text-align: left;
}

.our-mission-copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 220%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: overlay;
}

.nav-expanded-right-bottom {
  width: 100%;
  height: calc(40%);
  mix-blend-mode: overlay;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15%;
  box-sizing: border-box;
}

.social_accounts {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 250%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: overlay;
  display: flex;
  flex-wrap: wrap;
}

.social_account {
  width: 50%;
}

.social_account a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social_account a i {
  margin-right: 7.5px;
}

.home_hero {
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 700px;
}

.home_hero_right {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.home_hero_right_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0%;
  opacity: 0;
  z-index: -1;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}

.home_hero_right_slide.active {
  opacity: 1;
  z-index: 1;
}

.home_hero_slider {
  width: 100%;
  height: 65%;
  padding-top: calc(150px + 5vh);
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;
}

.home_hero_slider_inner {
  /* padding: 215px; */
  border-top: 9px solid #050b21;
  padding-top: 20px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.recent_post_slider {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.recent_post_button {
  border: 2px solid #019966;
  box-sizing: border-box;
  border-radius: 24px;
  display: inline-block;
  padding: 7px 12px;
  box-sizing: border-box;
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 140%;
  /* display: flex; */
  /* align-items: center; */
  letter-spacing: 0.04em;
  color: #019966;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  cursor: pointer;
}

.recent_post_button:hover {
  background: #019966;
  color: white;
}

.recent_post_button a {
  text-decoration: none;
  color: inherit;
}

.recent_post_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 130%;
  letter-spacing: 0.26em;
  color: #050b21;
  text-transform: uppercase;
  width: 40vw;
}

.home_hero_slider_inner button.slick-arrow {
  display: none !important;
}

. home_hero_slider_inner.slick-list.draggable {
  height: 100%;
}

.home_hero_slider_inner .slick-track {
  height: 100%;
}

.home_hero_slider_inner .slick-initialized .slick-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}

ul.slick-dots {
  list-style: none;
  position: absolute;
  display: flex;
  right: 0;
  bottom: -13px;
}

ul.slick-dots li button {
  background: transparent;
  border: 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 9.18519px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  /* font-feature-settings: 'tnum' on, 'lnum' on; */
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3.5px;
  cursor: pointer;
  outline: none;
  padding-top: 3px;
}

ul.slick-dots li.slick-active button {
  color: white;
  background: #019966;
  border-radius: 50%;
}

.home_hero_slider_inner .slick-initialized .slick-slide {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
}

.home_hero_gradient_holder {
  height: 35%;
  width: 100%;
  background: black;
}

.home_hero_gradient {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}

.home_hero_left {
  width: 50%;
  height: 100%;
}

.big_text_background {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  float: left;
}

.big_gradient_text {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 88px;
  line-height: 110%;
  /* display: flex; */
  /* align-items: center; */
  text-align: center;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  width: 100%;
  /* text-align: center; */
  background: linear-gradient(119deg, #019966 38%, #0f7873 54%, #2d368f 121%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.big_gradient_text span {
  padding: 0px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  float: left;
}

.big_gradient_text div {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  margin: 0px auto;
  /* padding: 30px 0px; */
  width: 995px;
  height: 0px;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  overflow: hidden;
  /* float: left; */
  /* margin-left: 12.5%; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big_gradient_text div p {
  opacity: 0;
  padding: 30px 0px;
  box-sizing: border-box;
  width: 100%;
  transition: all 1000ms;
  -webkit-transition: all 1000ms;
}

p.show {
  opacity: 1 !important;
}

.active .big_gradient_text div {
  height: 205px;
}

.read_more a {
  text-decoration: none;
}

.heartland-summit {
  color: white;
  /* padding: 50px; */
  box-sizing: border-box;
  width: 100%;
  background-size: cover;
  background-position: center;
  float: left;
  height: 450px;
}

.heartland-summit-copy-holder {
  padding: 75px 50px;
  width: 80%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.heartland-summit-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ffffff;
}

.heartland-summit-copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-top: 10px;
  width: 450px;
}

.heartland-summit-button {
  margin-top: 25px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  border: 2px solid white;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  padding: 0px 20px;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  cursor: pointer;
}

.heartland-summit-button:hover {
  background: white;
  color: #050b21;
}

.heartland-summit-button a {
  color: inherit;
  text-decoration: none;
}

footer#colophon {
  /* min-height: 400px; */
  width: 100%;
  background-size: cover;
  background-position: 100%;
  padding: 100px 50px 50px;
  box-sizing: border-box;
  float: left;
}

.footer_top {
  float: left;
  width: 100%;
}

.footer_top_left {
  width: 50%;
  float: left;
}

.footer_top_right {
  width: 50%;
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
}

.footer_top_right_menu {
  width: 70%;
  float: left;
}

.footer_top_right_social {
  width: 30%;
  float: left;
}

ul#footer-menu-list {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 190%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ffffff;
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

ul#footer-menu-list a {
  color: inherit;
  text-decoration: none;
}

.footer_social_account a i {
  /* font-family: 'Gotham'; */
  /* font-style: normal; */
  /* font-weight: normal; */
  font-size: 18px;
  line-height: 165%;
  letter-spacing: 0.04em;
  color: #ffffff;
  width: 24px;
}

.footer_social_account a span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 165%;
  letter-spacing: 0.04em;
  color: #ffffff;
  width: 24px;
}

.footer_social_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 165%;
  /* or 23px */

  letter-spacing: 0.13em;

  color: #ffffff;
}

.footer_bottom {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #8d8d8d;
  width: 100%;
  float: left;
}

.events-cta {
  color: white;
  /* padding: 50px; */
  box-sizing: border-box;
  width: 100%;
  background-size: cover;
  background-position: center;
  /* margin-top: 96px; */
/*   margin-bottom: 66px; */
  float: left;
  height: 450px;
}

.events-cta-copy-holder {
  padding: 75px 50px;
  width: 80%;
  box-sizing: border-box;
  margin-left: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 450px;
}

.events-cta-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ffffff;
  width: 400px;
}

.events-cta-copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-top: 10px;
  width: 400px;
}

.events-cta-button-holder {
  width: 400px;
}

.events-cta-button {
  margin-top: 50px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  border: 2px solid white;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  padding: 0px 20px;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  cursor: pointer;
}

.events-cta-button:hover {
  background: white;
  color: #050b21;
}

.events-cta-button a {
  color: inherit;
  text-decoration: none;
}

.map_section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.map {
  width: 70%;
}

div#ammap {
  width: 100%;
  float: left;
  overflow: auto;
  height: 80vh;
  min-height: 700px;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  transform: translateX(0px);
}

div#ammap.squish {
  transform: translateX(-25%);
}

div#study-select {
  font-family: "Gotham";
}

.map_info {
  width: 30%;
  height: 80vh;
  min-height: 700px;
  padding: 90px 50px;
  box-sizing: border-box;
}

.hf-map-heading {
	font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
	margin-bottom: 25px;
    margin-top: 0px;
}

.map_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000000;
}

.map_copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #656565;
  margin-top: 20px;
}

.major-study.active {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #262626;
}

div#region-select2 {
  margin-top: 10vh;
}

.major-study span {
  margin-left: 10px;
}

#panel {
  font-family: "Gotham";
}

.major-study {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6.5px 0px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #c4c4c4;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  cursor: pointer;
}

.major-study.active .radio_button {
  width: 19px;
  height: 19px;
  border: 2px solid #262626;
  box-sizing: border-box;
  border-radius: 50%;
  background: #262626;
}

.major-study .radio_button {
  width: 19px;
  height: 19px;
  border: 2px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 50%;
  background: transparent;
  transition: all 250ms;
  -webkit-transition: all 250ms;
}

.regular_hero {
  display: flex;
  width: 100%;
  min-height: 750px;
  height: 80vh;
}

.regular_hero_right {
  width: 50%;
  /* height: 100%; */
  background-size: cover;
  background-position: 50%;
  flex: 1;
}

.regular_hero_slider {
  width: 100%;
  height: 100%;
  padding-top: calc(150px + 10vh);
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.regular_hero_slider_inner {
  /* padding: 215px; */
  border-top: 9px solid #050b21;
  padding-top: 20px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.regular_hero_left {
  width: 50%;
  height: 100%;
}

.regular_hero_copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #050b21;
  /* padding-top: 20px; */
  mix-blend-mode: normal;
  border-top: 3px solid #050b21;
  margin-top: 15%;
}

.form_holder {
  padding: 100px 0%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(68.2deg, #2d368f 10.07%, #019966 65.22%);
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
  margin-bottom: 96px;
}

.gform_wrapper {
  width: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 600px !important;
  color: white;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
}

form#gform_1 input,
form#gform_1 textarea {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid white;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  outline: none;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 16px;
  margin-bottom: 30px;
}

.gfield.field_sublabel_below {
  position: relative;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 16px;
  margin-bottom: 30px;
  /* margin-top: 15px; */
  float: left;
  width: 100%;
}

.gfield.field_sublabel_below label {
  position: absolute;
  bottom: -40px;
}

form#gform_1 input {
  height: 33px;
}

input#gform_submit_button_1 {
  margin-top: 50px;
  border: 2px solid white !important;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold !important;
  font-size: 10px !important;
  line-height: 140%;
  /* display: flex; */
  /* align-items: center; */
  letter-spacing: 0.04em;
  color: #ffffff;
  padding: 8px 12px;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  cursor: pointer;
}

input#gform_submit_button_1:hover {
  background: white;
  color: #050b21;
}

.about_top {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.about_subtitle {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 25.52px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
}

.about_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 73.7463px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}

.about_page_content_holder {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 40vh;
}

.about_page_content {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(
    110deg,
    rgba(1, 153, 102, 1) 23%,
    rgba(45, 54, 143, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 950px;
}

.faqs_section {
  padding: 50px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.faqs_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  height: 192px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_answer {
  display: none;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #000000;
  padding: 0px 40% 83px 70px;
}

.faq_answer p {
  margin: 0px;
  margin-bottom: 15px;
}

.faq_answer p:last-child {
  margin: 0px;
  margin-bottom: 0px;
}

/* .faq_holder.active .faq_answer {
    display: block;
} */

.faq_holder {
  width: 100%;
  float: left;
  border-top: 1px solid #2d368f;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
}

.faq_holder.active {
  border-top: 8px solid #2d368f;
}

.faq_question {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq_number {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 15.47px;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #009fbc;
  width: 43.5px;
  height: 33px;
  border: 2px solid #009fbc;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_question_text {
  width: 100%;
  padding-left: 35px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #000000;
  padding-right: 100px;
}

.open_answer,
.close {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  background: linear-gradient(
    110deg,
    rgba(1, 153, 102, 1) 23%,
    rgba(45, 54, 143, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid #019966;
  padding: 8px 12px;
  border-radius: 24px;
  display: inline-block;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  cursor: pointer;
}

.open_answer:hover,
.close:hover {
  color: white;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: white;
}

.close {
  display: none;
}

.faq_question_button {
  width: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.faq_holder.active .open_answer {
  display: none;
}

.faq_holder.active .close {
  display: block;
}

.faqs_title {
  margin-bottom: 96px;
}

.slider_halves {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 212px 50px 50px;
  box-sizing: border-box;
  position: relative;
}

.slider_half {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
}

.slider_info_half {
  width: 50%;
  padding: 0% 5%;
  box-sizing: border-box;
  position: relative;
}

.slider_half_image {
  width: 40vw;
  padding: 5% 0px;
  position: absolute;
  padding-top: 212px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(80vh - 100px);
}

.slider_half_image img {
  max-width: 100%;
  max-height: calc(80vh - 100px);
  position: absolute;
  box-sizing: border-box;
  transition: all 500ms;
  -webkit-transition: 500ms;
}

img.top_collage_image {
  transform: translateX(-50vw);
}

img#top_collage_image0 {
  transform: translateX(0);
}

img.top_collage_image.show {
  transform: translateX(0);
}

img.bottom_collage_image {
  transform: translateX(50vw);
}

img#bottom_collage_image0 {
  transform: translateX(0);
}

img.bottom_collage_image.show {
  transform: translateX(0);
}

.slider_half_top {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #009fbc;
  width: 100%;
  float: left;
}

.slider_half_bullets ul li {
  width: 100%;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #000000;
  height: 86px;
  border-top: 1px solid #2d368f;
  padding-top: 18px;
}

.slider_half_bullets ul {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  margin-top: 41px;
  margin-bottom: 0px;
}

.slider_half_bullets {
  width: 100%;
  float: left;
}

.slider_half_bottom_section {
  width: 100%;
  border-top: 8px solid #2d368f;
  float: left;
  margin-top: 90px;
}

.slider_half_bottom_section p {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #000000;
}

.slider_half_bottom_section p b {
  color: #2d368f;
  text-transform: uppercase;
}

.white .recent_post_title {
  color: white;
}

.white .regular_hero_slider_inner {
  border-top: 9px solid white;
}

.white .regular_hero_copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: white;
  /* padding-top: 20px; */
  mix-blend-mode: normal;
  border-top: 3px solid white;
  margin-top: 15%;
}

.page-template-templatessummit-main-php .white_logo,
.post-template-default .white_logo,
.events-template-default .white_logo,
.case_studies-template-default .white_logo,
.page-template-templatessummit-main-php-past .white_logo,
.page-template-about .white_logo,
.page-template-templatessummit-main-php-main .white_logo {
  display: block;
}

.page-template-templatessummit-main-php .dark_logo,
.post-template-default .dark_logo,
.events-template-default .dark_logo,
.case_studies-template-default .dark_logo,
.page-template-templatessummit-main-php-past .dark_logo,
.page-template-about .dark_logo,
.page-template-templatessummit-main-php-main .dark_logo {
  display: none;
}

.summit_video_holder {
  padding: 75px;
  width: 80%;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ecb94f 0%, #de602c 100%);
}

.vegas-content-scrollable {
  position: relative;
  height: 100%;
  overflow: auto;
  width: 100%;
}

.summit-social {
  background: #2b2b2d;
  color: white;
  padding: 90px 0;
}

.summit-social .summit-social-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.summit-social a {
  text-decoration: none;
  color: white;
}

.summit-social .a-category {
  padding: 0 24px;
  text-align: center;
}

.summit-social .a-category img {
  height: 80px;
}

.summit-social .a-category h2 {
  font-size: 18px;
  margin-top: 20px;
  font-family: "Gotham";
}

.regular_hero_slider_inner .slick-arrow {
  display: none !important;
}

.summit_video {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15vh 0;
}

.regular_hero_slider_inner.slick-initialized.slick-slider.slick-dotted {
  overflow: hidden;
}

.summit_video_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #de602c;
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 50px;
  box-sizing: border-box;
}

.summit_video_player {
  width: 100%;
  float: left;
}

.summit_video_player iframe {
  width: 100%;
  height: 50vw;
}

.summit_video_gradient_background {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-position: 50% 0%;
  z-index: -1;
}

.summit_photo_gallery {
  width: 100%;
  float: left;
  margin-top: 100px;
  margin-bottom: 100px;
  height: 500px;
  box-sizing: border-box;
}

.summit_photo_gallery ul.slick-dots {
  list-style: none;
  position: absolute;
  display: flex;
  left: 60px;
  bottom: -70px;
  padding-left: 0px;
}

ul.slick-dots li button,
ul.slick-dots li,
ul.slick-dots {
  font-weight: 500 !important;
}

.summit_photo_gallery ul.slick-dots li button {
  background: transparent;
  border: 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 9.18519px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  /* font-feature-settings: 'tnum' on, 'lnum' on; */
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0px;
  cursor: pointer;
  outline: none;
  padding-top: 2px;
  padding-left: 2px;
}

.slick-track {
  height: 100%;
}

.slick-list.draggable {
  /* height: 100%; */
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
}

.slide.slick-slide {
  padding: 50px;
  box-sizing: border-box;
  width: 60vw;
}

.slide.slick-slide {
  padding: 60px;
  box-sizing: border-box;
  width: 60vw;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  outline: none;
}

.slide.slick-slide.slick-current {
  padding: 0px;
}

.inner_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

button.slick-next.slick-arrow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0px;
  padding: 20px;
  outline: none;
  z-index: 1;
}

button.slick-prev.slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0px;
  padding: 20px;
  outline: none;
  z-index: 1;
}

.summit_photo_gallery ul.slick-dots li.slick-active button {
  color: white !important;
  background: #dd5f2b !important;
  border-radius: 50%;
}

/* .splide__slide {
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    display: flex;
    z-index: 1;
    position: relative;
}

.splide__slide.is-active {
  z-index: 2;
  position: relative;
}

.splide__slide img {
    height: 70%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.splide__slide.is-active img {
    height: 100%;
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 7.5%!important;
    height: 50px!important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 1!important;
    background: transparent!important;
} */

.summit_photo_gallery button {
  display: block !important;
}

.slide_show_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 57px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
}

.slide_show_info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 50px;
  flex-direction: column;
  box-sizing: border-box;
}

.slide_show_subtitle {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 25.52px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 20px;
  background: linear-gradient(110deg, #ebb84e 23%, #dd5f2b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide_show_copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  margin-top: 50px;
  width: 700px;
  margin-bottom: 100px;
}

.presenter_name {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  /* color: #000000; */
  width: 100%;
  padding-left: 33.333%;
  background: #000000;
  /* background: linear-gradient(110deg, rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 13px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

.presenter {
  width: 100%;
  position: relative;
  /* height: 79px; */
  cursor: pointer;
  padding-bottom: 25px;
}

.presenter_gradient_border {
  background: linear-gradient(90deg, #ebb84e 19.02%, #dd5f2b 97.52%);
  height: 9px;
  width: calc(100% - 100px);
  left: 50px;
  top: 0;
  position: absolute;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

.presenter:hover .presenter_gradient_border {
  opacity: 1;
}

.presenter:hover .presenter_name {
  background: linear-gradient(110deg, #ebb84e 23%, #dd5f2b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.presenters_list_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 113px;
  padding: 0px 50px;
  box-sizing: border-box;
  width: 100%;
}

.bio {
  position: absolute;
  left: 50px;
  top: 19px;
  width: 20%;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

.presenter:hover .bio {
  opacity: 1;
}

.bio img {
  width: 100%;
  margin-bottom: 10px;
  filter: grayscale(1);
}

.bio_info {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000000;
  padding-top: 10px;
  border-top: 5px solid black;
}

.presenters_list {
  width: 100%;
  float: left;
  padding-bottom: 30vw;
  margin-top: 125px;
}

.performers_list {
  width: 100%;
  margin-bottom: 60px;
  background: linear-gradient(90deg, #ebb84e 19.02%, #dd5f2b 97.52%);
  padding: 64px 0px;
  float: left;
  padding-bottom: 30vw;
}

.performer_name {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  /* color: #000000; */
  width: 100%;
  padding-left: 33.333%;
  background: white;
  /* background: linear-gradient(110deg, rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 13px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  box-sizing: border-box;
}

.performer {
  width: 100%;
  position: relative;
  /* height: 79px; */
  cursor: pointer;
  padding-bottom: 25px;
}

.performer_gradient_border {
  background: white;
  height: 9px;
  width: calc(100% - 100px);
  left: 50px;
  top: 0;
  position: absolute;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

.performer:hover .performer_gradient_border {
  opacity: 1;
}

.performer:hover .performer_name {
  font-weight: bold;
}

.performers_list_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 113px;
  padding: 0px 50px;
  box-sizing: border-box;
  width: 100%;
}

.performer:hover .bio {
  opacity: 1;
}

.featured_videos {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.featured_video {
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: table; */
  width: 100%;
  /* table-layout: fixed; */
  margin-top: 25px;
  margin-bottom: 25px;
}

.featured_video_player_half {
  display: table-cell;
  width: 50%;
  background: linear-gradient(90deg, #ebb84e 19.02%, #dd5f2b 97.52%);
  /* vertical-align: middle; */
  flex: 1;
  height: 35vw;
}

.featured_video_info_half {
  display: block;
  width: 50%;
  height: 100%;
  flex: 1;
  height: 35vw;
}

.featured_video_player {
  padding: 50px 50px;
  box-sizing: border-box;
  width: 100%;
  height: 35vw;
}

.featured_video_player iframe {
    width: 100%!important;
    height: 100%;
    float: left;
    background: black;
    border: 0px !important;
}

.fatured_video_flex {
  padding: 50px 50px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.featured_video_title {
  width: 100%;
  border-top: 9px solid;
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #000000;
  padding-top: 16px;
}

.featured_video_copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.03em;
  color: #000000;
  width: 100%;
}

.give_hero_copy {
  padding: 50px;
  background: #050b21;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  color: white;
}

.give_hero_copy p {
  border-top: 3px solid white;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding-top: 34px;
  margin-bottom: 0px;
  padding-right: 5%;
  margin-top: 0px;
}

.give_halves {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 25px;
  box-sizing: border-box;
}

.give_half {
  padding: 0px 25px;
  width: 50%;
  box-sizing: border-box;
}

.top_blue {
  border-top: 8px solid;
  padding-top: 16px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.16em;
  color: #2d368f;
}

.regular_copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 90px;
}

.green_copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  background: linear-gradient(
    110deg,
    rgba(1, 153, 102, 1) 23%,
    rgba(45, 54, 143, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}

.give_form {
  width: 100%;
}

.give_form img {
  width: 100%;
}

.home_news_section_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000000;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
}

.home_news_section {
  padding: 90px 20px 60px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.home_news_container {
  /* display: table; */
  /* flex-wrap: wrap; */
  width: 100%;
  margin-top: 30px;
  float: left;
  /* align-items: flex-start; */
  /* justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.home_news {
  /* width: 33.333%; */
  padding: 0px 30px 30px;
  box-sizing: border-box;
  border-right: 1px solid #656565;
  /* border-right: 1px solid #656565; */
  /* display: table-cell; */
}

.home_news_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #2d368f;
  border-top: 8px solid #2d368f;
  padding: 16px 0px;
}

.home_news_title a {
  text-decoration: none;
  color: inherit;
}

.home_news_author {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2d368f;
  border-top: 1px solid #2d368f;
  padding: 16px 0px;
}

.home_news_copy {
  /* color: #2D368F; */
  border-top: 1px solid #2d368f;
  padding: 16px 0px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #656565;
}

.home_news_image {
  width: 100%;
  height: 18vw;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
}

.home_news:nth-child(3n) {
  border-right: 0px;
}

.green_button {
  margin-top: 16px;
  border: 2px solid #019966;
  box-sizing: border-box;
  border-radius: 24px;
  display: inline-block;
  padding: 7px 12px 6px;
  box-sizing: border-box;
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 140%;
  /* display: flex; */
  /* align-items: center; */
  letter-spacing: 0.04em;
  color: #019966;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  cursor: pointer;
}

.green_button a {
  color: inherit;
  text-decoration: none;
}

.green_button:hover {
  background: #019966;
  color: white;
}

.read_more {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 100%;
  margin-top: 77px;
}

.read_more_button {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  box-sizing: border-box;
}

.read_more_button span {
  padding-top: 3px;
  padding-right: 10px;
}

.filters {
  padding-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 50px 60px;
  box-sizing: border-box;
}

.tab {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.26em;
  color: #d7d7d7;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  cursor: pointer;
}

.filters span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.26em;
  color: #d7d7d7;
  padding: 0px 7px;
}

.tab.active {
  font-weight: bold;
  background: linear-gradient(
    110deg,
    rgba(1, 153, 102, 1) 23%,
    rgba(45, 54, 143, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab:not(.active):hover {
  font-weight: bold;
}

.regular_hero_slider_post {
  width: 100%;
  height: 65%;
  padding-top: 160px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;
}

.post_date {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  mix-blend-mode: normal;
  padding-bottom: 90px;
  padding-top: 20px;
}

.content_holder {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 120px 50px 194px;
  box-sizing: border-box;
}

.content {
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content h2,
.content h3 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #2d368f;
  border-top: 3px solid #2d368f;
  padding-top: 6px;
  width: 100%;
  float: left;
}

.content p,
.content ul,
.content ol,
.content a {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 36px;
  margin-top: 0px;
  width: 100%;
  float: left;
}

.content a {
  width: unset !important;
  float: unset !important;
}

.content h1 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 170%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #2d368f;
  /* border-top: 3px solid #2D368F; */
  padding-top: 6px;
  width: 100%;
  float: left;
}

div#legend {
  display: none !important;
}

.content ul,
.content ol {
  margin-top: -20px;
  padding-left: 20px;
}

.content li {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.content p:first-child {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #009fbc;
  margin-bottom: 105px;
}

.wp-block-image {
  margin-bottom: 3em;
  width: 100%;
  float: left;
  margin-inline-start: 0px;
  padding-left: 40px;
  margin-inline-end: 0px;
  padding-right: 40px;
  box-sizing: border-box;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.content h4,
.content h5,
.content h6 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 0px;
  width: 100%;
  float: left;
}

.content ol li {
  padding-left: 31px;
  box-sizing: border-box;
}

.tableauPlaceholder,
.vizContainer,
iframe {
  width: 100% !important;
  max-width: 100vw !important;
  overflow: scroll;
  margin-bottom: 50px;
}

.tableauPlaceholder {
  width: 100% !important;
  max-width: 100vw !important;
  margin-bottom: 40px;
}

.content figure {
  width: 100%;
  float: left;
}

.post_social {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 165%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2d368f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
}

.post_social i {
  font-size: 19px;
  line-height: 19px;
  margin-right: 5px;
}

.post_social a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.post_social span {
  padding-top: 4px;
}

.post_social_holder {
  position: absolute;
  top: 0px;
  left: 50px;
  padding-top: 232px;
}

.post_social_inner {
  border-top: 3px solid #2d368f;
  width: 110px;
}

.give_hero_copy_inner_half {
  width: 50%;
  background-position: center;
  background-size: cover;
  float: left;
  height: 100%;
}

.give_hero_copy_halves {
  /* padding: 50px; */
  background: #050b21;
  width: 100%;
  height: 40%;
  box-sizing: border-box;
  color: white;
}

.give_hero_copy_inner_half.padding {
  padding: 50px;
  box-sizing: border-box;
}

.give_hero_copy_inner_half p {
  border-top: 3px solid white;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding-top: 34px;
  margin-bottom: 0px;
}

.happenings_halves {
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.slick-slide,
.slick-slide a {
  outline: none;
}

.happenings_half_image {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.happenings_half {
  width: 50%;
  height: 100%;
  background: linear-gradient(
    110deg,
    rgba(1, 153, 102, 1) 23%,
    rgba(45, 54, 143, 1) 100%
  );
  color: white;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.happenings_half_copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.happenings_half_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.16em;
  color: #ffffff;
  padding-top: 20px;
  border-top: 8px solid white;
  width: 100%;
}

.featured_events_container {
  /* display: table; */
  /* flex-wrap: wrap; */
  width: 100%;
  margin-top: 30px;
  float: left;
  /* align-items: flex-start; */
  /* justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.featured_event {
  /* width: 33.333%; */
  padding: 0px 30px 30px;
  box-sizing: border-box;
  border-right: 1px solid #656565;
  /* display: table-cell; */
}

.featured_event:nth-child(2n) {
  border-right: 0px;
}

.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-image figcaption a {
  color: #555;
  font-size: 13px;
  text-align: right !important;
  font-family: "Gotham";
  text-transform: uppercase;
}

.content ol li {
  padding-left: 31px;
  box-sizing: border-box;
  word-break: break-all;
}

.content > :first-child {
  margin-top: 0px;
}

#legend {
  font-family: "Gotham";
}

.footer_social_account a {
  text-decoration: none;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: black;
}

.team_answer {
  display: none;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #000000;
  padding: 0px 70px 83px 70px;
}

.team_answer p {
  margin: 0px;
  margin-bottom: 15px;
}

.team_answer p:last-child {
  margin: 0px;
  margin-bottom: 0px;
}

/* .faq_holder.active .faq_answer {
    display: block;
} */

.team_holder {
  width: 100%;
  float: left;
  border-top: 1px solid #2d368f;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
}

.team_holder.active {
  border-top: 8px solid #2d368f;
}

.team_question {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team_number {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20.4675px;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #009fbc;
  width: 43.5px;
  height: 33px;
  border: 2px solid #009fbc;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_question_text {
  width: 100%;
  padding-left: 35px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #000000;
  padding-right: 100px;
  display: flex;
}

.team_question_text span {
  font-weight: bold;
  margin-right: 10px;
}

.team_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.team_image {
  width: 40%;
}

.team_image img {
  width: 80%;
}

.team_bio {
  width: 60%;
}

.team_holder .open_answer {
  width: 65px;
  text-align: center;
}

.faq_question_button_mobile,
.team_question_button_mobile {
  display: none;
}

@media (max-width: 1230px) {
	.hf-map-heading {
		font-size: 30px;
	}
}

@media all and (max-width: 1000px) {
  .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

  .tableauPlaceholder,
  .vizContainer,
  iframe {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: scroll;
    margin-bottom: 50px;
  }
  .home_hero_left {
    width: 100%;
    height: 100%;
  }

  .map_info {
    width: 100%;
    height: 40vh;
    min-height: 500px;
    padding: 90px 50px 30px;
    box-sizing: border-box;
  }

  .map {
    width: 100%;
    margin-top: -10vh;
  }

  .map_section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .map_info {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 90px 50px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .map_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    width: 50%;
    order: 1;
  }

  .map_copy {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #656565;
    margin-top: 20px;
    width: 60%;
    order: 3;
  }

  div#region-select2 {
    margin-top: 0px;
    width: auto;
    order: 2;
  }

  .home_news_container {
    /* display: table; */
    /* flex-wrap: wrap; */
    width: 100%;
    margin-top: 30px;
    float: left;
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home_news:nth-child(1n) {
    border-right: 1px solid #656565;
  }

  .home_news:nth-child(2n) {
    border-right: 1px solid #656565;
  }

  .footer_top {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer_top_left {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  .footer_top_right {
    width: 100%;
    float: left;
    padding-left: 0px;
    box-sizing: border-box;
  }

  .footer_bottom {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #8d8d8d;
    width: 100%;
    float: left;
    margin-top: 24px;
    flex-wrap: wrap;
  }

  .footer_subscribe {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
    margin-bottom: 1em;
    margin-top: 15px;
  }

  body:not(.page-template-about):not(.page-template-templatessummit-main-php):not(.single-post)
    .search_menubutton_holder {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 13.2812px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.08em;
    color: transparent;
  }

  body:not(.page-template-about):not(.page-template-templatessummit-main-php):not(.single-post)
    .menu_button {
    border: 2px solid #019966;
    box-sizing: border-box;
    border-radius: 32px;
    height: 35px;
    line-height: 33px;
    padding: 0px 20px;
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #019966;
    /* background: linear-gradient(110deg, rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  }

  body:not(.page-template-about):not(.page-template-templatessummit-main-php):not(.single-post)
    .menu_button:hover {
    /* background: linear-gradient(110deg, rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%); */
    /* -webkit-background-clip: unset; */
    /* -webkit-text-fill-color: white; */
    color: #019966;
  }

  body:not(.page-template-about):not(.page-template-templatessummit-main-php):not(.single-post)
    .search_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 99px;
    color: #019966;
  }

  .nav-expanded-right {
    float: left;
    height: 100%;
    width: 40%;
    mix-blend-mode: multiply;
    border-left: 0.5px solid #656565;
    box-sizing: border-box;
    mix-blend-mode: overlay;
  }

  .nav-expanded-left {
    padding-top: 112px;
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    padding: 130px 50px 50px;
  }

  ul#primary-menu-list {
    list-style: none;
    padding-left: 0px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 250%;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .primary-menu-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .social_account {
    width: 100%;
  }

  .open .menu_button {
    border: 2px solid white;
    box-sizing: border-box;
    border-radius: 32px;
    height: 35px;
    line-height: 33px;
    padding: 0px 20px;
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .open .search_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 99px;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .open .menu_button:hover {
    background: white;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #2d368f;
  }

  .about_page_content {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    background: linear-gradient(
      110deg,
      rgba(1, 153, 102, 1) 23%,
      rgba(45, 54, 143, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 950px;
    padding: 30px 10%;
  }

  .slider_halves {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  .slider_info_half {
    width: 100%;
    padding: 0% 5%;
    box-sizing: border-box;
    order: 2;
  }

  .slider_half {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    margin-bottom: 50px;
  }

  .faq_answer {
    display: none;
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #000000;
    padding: 0px 70px 83px 70px;
  }

  .faq_question_text {
    width: 55%;
    padding-left: 35px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #000000;
    padding-right: 100px;
  }

  .regular_hero_left {
    width: 100%;
    height: 100%;
  }

  .regular_hero {
    display: flex;
    width: 100%;
    height: 75vh;
    flex-wrap: wrap;
    height: 100vh !important;
    background-size: cover;
    background-position: 56%;
  }

  .regular_hero_right {
    width: 100%;
    height: 55%;
    background-size: cover;
    background-position: 50%;
    display: none;
  }

  .tab {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.26em;
    color: #d7d7d7;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    cursor: pointer;
  }

  .filters span {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.26em;
    color: #d7d7d7;
    padding: 0px 5px;
  }

  .events-cta-copy-holder {
    padding: 75px 50px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .heartland-summit-copy-holder {
    padding: 75px 50px;
    width: 100%;
    box-sizing: border-box;
  }

  .happenings_half_image {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center;
    order: 2;
  }

  .happenings_halves {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .happenings_half {
    width: 100%;
    height: 100%;
    background: linear-gradient(
      110deg,
      rgba(1, 153, 102, 1) 23%,
      rgba(45, 54, 143, 1) 100%
    );
    color: white;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .summit_video {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15vh 0;
  }

  .summit_video_holder {
    padding: 50px;
    width: 90%;
    box-sizing: border-box;
    background: linear-gradient(90deg, #ecb94f 0%, #de602c 100%);
  }

  .summit_video_player iframe {
    width: 100%;
    height: 70vw;
  }

  .splide__slide.is-active img {
    height: 70%;
  }

  .splide__slide img {
    height: 50%;
    padding: 0px 20px;
    box-sizing: border-box;
  }

  .featured_video_player_half {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #ebb84e 19.02%, #dd5f2b 97.52%);
    /* vertical-align: middle; */
    flex: 1;
    height: 55vw;
    order: 1;
  }

  .featured_video_info_half {
    display: block;
    width: 100%;
    height: 100%;
    flex: unset;
    height: auto;
    order: 2;
  }

  .featured_video {
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: table; */
    width: 100%;
    /* table-layout: fixed; */
    margin-top: 25px;
    margin-bottom: 25px;
    flex-wrap: wrap;
  }

  .featured_video_player {
    padding: 50px 50px;
    box-sizing: border-box;
    width: 100%;
    height: 55vw;
  }

  .presenter_name {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    /* color: #000000; */
    width: 100%;
    padding-left: 33.333%;
    background: #000000;
    /* background: linear-gradient(
98.13deg
, #EBB84E 23.13%, #DD5F2B 141.47%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 13px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    box-sizing: border-box;
  }

  .give_half {
    padding: 0px 25px;
    width: 100%;
    box-sizing: border-box;
  }

  .give_halves {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 25px;
    box-sizing: border-box;
    flex-wrap: wrap;
    z-index: -1;
    position: relative;
  }

  .give_form {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-top: 25px;
  }
}

@media all and (max-width: 650px) {
  .footer_top_right_menu {
    width: 100%;
    float: left;
  }

  .footer_top_right_social {
    width: 100%;
    float: left;
    margin-top: 30px;
  }

  .footer_social_account {
    width: 50%;
    float: left;
  }

  .scroll .nav-bar.dark {
    background: white;
  }

  .scroll .search_holder {
    color: #019966;
  }

  .nav-bar {
    display: block;
    width: 100%;
    height: 90px;
    z-index: 3;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 26px 26px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
  }

  .menu_button_holder {
    margin-left: 25px;
  }

  footer#colophon {
    /* min-height: 400px; */
    width: 100%;
    background-size: cover;
    background-position: 100%;
    padding: 50px 25px 25px;
    box-sizing: border-box;
    float: left;
  }

  .nav-expanded-right {
    float: left;
    height: 50%;
    width: 100%;
    mix-blend-mode: multiply;
    border-left: 0.5px solid #656565;
    box-sizing: border-box;
    mix-blend-mode: overlay;
  }

  .nav-expanded-right-top {
    width: 100%;
    height: 112px;
    border-bottom: 0.5px solid #656565;
    float: left;
    mix-blend-mode: overlay;
    display: none;
  }

  .nav-expanded-right-bottom {
    width: 100%;
    height: calc(70%);
    mix-blend-mode: overlay;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5% 25px;
    box-sizing: border-box;
  }

  .social_account {
    width: 50%;
  }

  .nav-expanded-left {
    padding-top: 112px;
    width: 100%;
    height: 55%;
    box-sizing: border-box;
    float: left;
    padding: 150px 25px 50px;
  }

  .nav-expanded-right-middle {
    width: 100%;
    border-bottom: 0.5px solid #050b21;
    height: calc(50%);
    mix-blend-mode: multiply;
    float: left;
    padding: 9% 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
  }

  .about_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 48.75px;
    line-height: 58px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 24px;
    margin-top: 15px;
  }

  .about_subtitle {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .about_page_content {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    width: 100%;
    padding: 30px 10%;
    color: black;
  }

  .slider_halves {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 0px 50px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  .faqs_section {
    padding: 25px;
    width: 100%;
    float: left;
    box-sizing: border-box;
  }

  .slider_half_bottom_section {
    width: 100%;
    border-top: 8px solid #2d368f;
    float: left;
    margin-top: 0px;
  }

  .faq_question_text {
    width: calc(100% - 60px);
    padding-left: 30px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #000000;
    padding-right: 0px;
    box-sizing: border-box;
    padding-right: 30px;
  }

  .faq_question {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .faq_question_button {
    width: 100px;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .faq_number {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.04em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #009fbc;
    width: 33px;
    height: 33px;
    border: 1.97493px solid #009fbc;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    padding-left: 1px;
  }

  .faq_answer {
    display: none;
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #000000;
    padding: 0px 25px 50px 25px;
  }

  .give_hero_copy {
    padding: 39px 20px;
    background: #050b21;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    color: white;
  }

  .regular_hero {
    display: flex;
    width: 100%;
    height: 75vh;
    flex-wrap: wrap;
    height: auto !important;
    background-size: cover;
    background-position: 56%;
    min-height: auto;
  }

  .regular_hero_right {
    width: 100%;
    height: 55vw;
    background-size: cover;
    background-position: 50%;
    display: block;
    flex: auto;
  }

  .filters {
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 0px 60px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  .tab,
  .filters span {
    margin: 5px 0px;
  }

  .home_news_section {
    padding: 60px 20px 60px;
    width: 100%;
    float: left;
    box-sizing: border-box;
  }

  .page-template-all-case-studies .home_news, .page-template-in-the-news .home_news {
    width: 100% !important;
    padding: 0px 10px 30px !important;
    box-sizing: border-box;
    border-right: 1px solid #656565;
    /* display: table-cell; */
  }

  .regular_hero_slider {
    width: 100%;
    height: auto;
    padding-top: 150px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
  }

  .home_news_container {
    /* display: table; */
    /* flex-wrap: wrap; */
    width: 100%;
    margin-top: 30px;
    float: left;
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home_news {
    /* width: 33.333%; */
    padding: 0px 0px 60px;
    box-sizing: border-box;
    border-right: 0px solid #656565;
    /* display: table-cell; */
  }

  .home_news:nth-child(3n) {
    border-right: 0px solid;
  }

  .home_news:nth-child(2n) {
    border-right: 0px solid;
  }

  .home_news:nth-child(1n) {
    border-right: 0px solid;
  }

  .page-template-in-the-news .regular_hero {
    height: auto !important;
  }

  .home_news_image {
    width: 100%;
    height: 50vw;
    background-size: cover;
    background-position: center;
    margin-bottom: 16px;
  }

  .summit_video {
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15vh 0;
  }

  .splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 11.5% !important;
    height: 50px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 1 !important;
    background: transparent !important;
  }

  .splide__slide img {
    height: 70%;
    padding: 0px 20px;
    box-sizing: border-box;
  }

  .slide_show_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #000000;
  }

  .slide_show_subtitle {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    font-size: 21.52px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-top: 20px;
    background: linear-gradient(98.13deg, #ebb84e 23.13%, #dd5f2b 141.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .slide_show_copy {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 100px;
  }

  .fatured_video_flex {
    padding: 50px 25px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .featured_video_player {
    padding: 25px 25px;
    box-sizing: border-box;
    width: 100%;
    height: 55vw;
  }

  .presenters_list_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 113px;
    padding: 0px 25px;
    box-sizing: border-box;
    width: 100%;
  }

  .bio {
    position: relative;
    left: 25px;
    top: 19px;
    width: 90%;
    opacity: 1;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    order: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .bio_info {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    padding-top: 10px;
    border-top: 5px solid black;
    padding-right: 25px;
    width: 45%;
  }

  .bio img {
    width: 40%;
    margin-bottom: 10px;
  }

  .presenter_gradient_border {
    background: linear-gradient(90deg, #ebb84e 19.02%, #dd5f2b 97.52%);
    height: 9px;
    width: calc(100% - 50px);
    left: 25px;
    top: 0;
    position: absolute;
    opacity: 1;
    transition: all 300ms;
    -webkit-transition: all 300ms;
  }

  .presenter_name {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    /* color: #000000; */
    width: 100%;
    padding-left: 25px;
    background: #000000;
    /* background: linear-gradient(
98.13deg
 , #EBB84E 23.13%, #DD5F2B 141.47%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 13px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    box-sizing: border-box;
    order: 2;
    box-sizing: border-box;
  }

  .presenter {
    width: 100%;
    position: relative;
    /* height: 79px; */
    cursor: pointer;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .performer_name {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    /* color: #000000; */
    width: 100%;
    padding-left: 25px;
    background: white;
    /* background: linear-gradient(
98.13deg
, #EBB84E 23.13%, #DD5F2B 141.47%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 13px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    box-sizing: border-box;
  }

  .performers_list_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 113px;
    padding: 0px 25px;
    box-sizing: border-box;
    width: 100%;
  }

  .performers_list_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 60px;
    padding: 0px 25px;
    box-sizing: border-box;
    width: 100%;
  }

  .presenters_list_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 60px;
    padding: 0px 25px;
    box-sizing: border-box;
    width: 100%;
  }

  .performer {
    width: 50%;
    position: relative;
    /* height: 79px; */
    cursor: pointer;
    padding-bottom: 25px;
  }

  .performer_gradient_border {
    background: white;
    height: 9px;
    width: calc(100% - 50px);
    left: 25px;
    top: 0;
    position: absolute;
    opacity: 1;
    transition: all 300ms;
    -webkit-transition: all 300ms;
  }

  .performer .bio img {
    width: 90%;
    margin-bottom: 50px;
  }

  .performer_name {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 130%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    /* color: #000000; */
    width: 100%;
    padding-left: 25px;
    background: white;
    /* background: linear-gradient(
98.13deg
, #EBB84E 23.13%, #DD5F2B 141.47%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 25px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    box-sizing: border-box;
  }

  .performers_list_holder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .gform_wrapper form {
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
  }

  .give_hero_copy_inner_half {
    width: 100%;
    background-position: center;
    background-size: cover;
    float: left;
    height: 40%;
  }

  .give_hero_copy_halves {
    /* padding: 50px; */
    background: #050b21;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: white;
  }

  .give_hero_copy_inner_half.padding {
    padding: 25px;
    box-sizing: border-box;
    height: 60%;
  }

  .happenings_half {
    width: 100%;
    height: 100%;
    background: linear-gradient(
      110deg,
      rgba(1, 153, 102, 1) 23%,
      rgba(45, 54, 143, 1) 100%
    );
    color: white;
    padding: 50px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .featured_events_container {
    /* display: table; */
    /* flex-wrap: wrap; */
    width: 100%;
    margin-top: 30px;
    float: left;
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .featured_event {
    /* width: 33.333%; */
    padding: 0px 30px 30px;
    box-sizing: border-box;
    border-right: 0px solid #656565;
    /* display: table-cell; */
  }

  .home_news_section_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }

  .featured_event {
    /* width: 33.333%; */
    padding: 0px 0px 30px;
    box-sizing: border-box;
    border-right: 0px solid #656565;
    /* display: table-cell; */
  }

  .home_hero_slider {
    width: 100%;
    height: 65%;
    padding-top: 30px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
  }

  .big_gradient_text {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 110%;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    width: 100%;
    /* text-align: center; */
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    /* background: -webkit-linear-gradient(110deg, rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%); */
  }

  .big_gradient_text span {
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    float: left;
    color: #019966;
  }

  div#region-select2 {
    margin-top: 0px;
    width: auto;
    order: 4;
    width: 100%;
    margin-top: 28px;
  }

  .map_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    order: 1;
  }

  .map_info {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 90px 25px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .map {
    width: 100%;
    margin-top: -20vh;
  }

  .recent_post_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.26em;
    color: #050b21;
    text-transform: uppercase;
    width: 100%;
  }

  .post_social_holder {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 0px;
    width: 100%;
    background: white;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .post_social_inner {
    border-top: 0px solid #2d368f;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
  }

  .regular_hero_slider_post {
    width: 100%;
    height: 65%;
    padding-top: 160px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
  }

  .content_holder {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 90px 25px 150px;
    box-sizing: border-box;
  }

  form.search-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
  }

  .heartland-summit-copy {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-top: 10px;
    width: 100%;
  }

  body:not(.page-template-about):not(.page-template-templatessummit-main-php):not(.single-post)
    .search_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 16px;
    /* background: linear-gradient(110deg, rgba(1,153,102,1) 23%, rgba(45,54,143,1) 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #019966;
  }

  .heartland-summit {
    color: white;
    /* padding: 50px; */
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
    background-position: center;
    float: left;
    height: auto;
  }

  .search_holder span {
    display: none;
  }

  .home_hero {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .home_hero_left {
    width: 100%;
    order: 2;
    height: auto;
  }

  .home_hero_right {
    width: 100%;
    height: 40vh;
    order: 1;
  }

  .home_hero_slider {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
  }

  .home_hero_slider .slick-slide {
    display: none;
    float: left;
    height: 25vh;
    min-height: 1px;
  }

  .recent_post_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 130%;
    letter-spacing: 0.26em;
    color: #050b21;
    text-transform: uppercase;
    width: 75%;
    margin-bottom: 10px;
  }

  /* .home .white_logo {
    display: block;
}

.home .dark_logo {
    display: none;
} */

  .home .nav-bar.dark,
  .home .nav-bar.dark {
    background: white;
  }

  .active .big_gradient_text div {
    height: 400px;
  }

  .big_gradient_text div {
    font-size: 18px;
    width: 90%;
  }

  .open img.white_logo {
    display: none;
  }

  li.menu-item a {
    display: flex;
    align-items: center;
    line-height: 18px;
  }

  ul#primary-menu-list li {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    margin: 15px 0px;
  }

  .team_question_button {
    display: none;
  }

  .team_question_text {
    width: 100%;
    padding-left: 20px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #000000;
    padding-right: 20px;
    display: flex;
  }

  .team_question {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 86px;
  }

  .team_answer {
    display: none;
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #000000;
    padding: 0px 20px 40px 20px;
  }

  .team_flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }

  .team_image {
    width: 100%;
  }

  .team_bio {
    width: 100%;
    margin-top: 20px;
  }

  .search_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 17px;
    cursor: pointer;
  }

  .slider_half_image {
    width: 40vw;
    padding: 5% 0px;
    position: relative;
    padding-top: 212px;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    height: calc(80vh - 100px);
  }

  .home_news_container {
    /* display: table; */
    /* flex-wrap: wrap; */
    width: 100%;
    margin-top: 30px;
    float: left;
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    display: flex;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .events-cta-copy {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-top: 10px;
    width: 100%;
  }

  .events-cta-title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
  }

  .events-cta-button-holder {
    width: 100%;
  }

  #footer-menu-list li.menu-item {
    margin-bottom: 7.5px;
    margin-top: 7.5px;
    float: left;
    width: 100%;
  }

  .about_page_content_holder {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 40vh;
    float: left;
  }

  .about_page_content_holder {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: auto;
    float: left;
  }

  .heartland-summit-copy-holder {
    padding: 50px 25px;
    width: 100%;
    box-sizing: border-box;
  }

  .faqs_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    height: 192px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
  }

  .content p, .content ul, .content ol, .content a {
      font-family: "Gotham";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0.06em;
      color: #000000;
      margin-bottom: 36px;
      margin-top: 0px;
      width: 100%;
      float: left;
      box-sizing: border-box;
      /* word-break: break-all; */
  }

  .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

  .content p:first-child {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #009fbc;
    margin-bottom: 30px;
  }

  .content ol li {
    padding-left: 5px;
    box-sizing: border-box;
    word-break: break-all;
  }

  .summit-social .a-category img {
    height: 40px;
  }

  .happenings_half_copy {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #ffffff;
  }

  .gform_wrapper {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 90% !important;
    color: white;
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .events-cta-copy-holder {
    padding: 75px 50px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: auto;
  }

  .events-cta {
    color: white;
    /* padding: 50px; */
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
    background-position: center;
    /* margin-top: 96px; */
/*     margin-bottom: 66px; */
    float: left;
    height: auto;
  }

  .give_hero_copy p {
    border-top: 3px solid white;
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #ffffff;
    padding-top: 34px;
    margin-bottom: 0px;
    padding-right: 5%;
    margin-top: 0px;
  }

  .map_section {
    display: none;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }

  .slide.slick-slide {
    padding: 10px;
    box-sizing: border-box;
    width: 80vw;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    outline: none;
  }

  .recent_post_slider {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    min-height: 160px;
  }

  ul.slick-dots {
    list-style: none;
    position: absolute;
    display: flex;
    right: 0;
    bottom: -13px;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .page-template-templatessummit-main-php ul.slick-dots {
    display: none !important;
  }

  ul.slick-dots li button,
  ul.slick-dots li,
  ul.slick-dots {
    font-weight: 500 !important;
    margin-top: 5px;
  }

  .search .regular_hero_right {
    display: none;
  }

  .search .recent_post_slider {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 120%;
    min-height: auto;
  }

  .search .home_news_section {
    padding: 0px 20px 60px;
    width: 100%;
    float: left;
    box-sizing: border-box;
  }

  .regular_hero_slider {
    width: 100%;
    height: 65%;
    padding-top: 200px;
    box-sizing: border-box;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px;
  }

  .open .search_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 17px;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .faq_question_button_mobile,
  .team_question_button_mobile {
    display: block !important;
  }

  .team_question_button_mobile .open_answer,
  .team_question_button_mobile .close {
    border: 0px;
    width: 20px;
    padding: 0px;
    font-size: 20px;
    text-align: center;
  }

  .faq_question_button_mobile .open_answer,
  .faq_question_button_mobile .close {
    border: 0px;
    width: 20px;
    padding: 0px;
    font-size: 20px;
    text-align: center;
  }

  .team_question_button_mobile .open_answer:hover,
  .team_question_button_mobile .close:hover {
    color: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }

  .faq_question_button_mobile .open_answer:hover,
  .faq_question_button_mobile .close:hover {
    color: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }

  .active .open_answer {
    display: none;
  }

  .active .close {
    display: block;
  }

  .regular_hero_copy {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #050b21;
  }

  ul.slick-dots li button {
    background: transparent;
    border: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    font-size: 9.18519px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5.5px;
    cursor: pointer;
    outline: none;
    padding-top: 3px;
  }

  .page-template-summit-main .regular_hero {
    display: flex;
    width: 100%;
    /* height: 75vh;?? */
    flex-wrap: wrap;
    height: 90vh !important;
    background-size: cover;
    background-position: 56%;
    min-height: auto;
    max-height: 100vh;
  }

  .page-template-summit-main .regular_hero_right {
    display: none !important;
  }

  .page-template-summit-main .regular_hero_slider {
    padding-bottom: 25px !important;
  }

  .post_social a span {
    display: none;
  }

  .home_hero_right_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
    z-index: -1;
    transition: all 500ms;
    -webkit-transition: all 500ms;
  }

  .section_with_image,
  .section_with_left_info {
    flex-wrap: wrap;
  }

  .left_info_section,
  .right_info_section,
  .community_growth_logo,
  .community_groth_orange,
  .community_growth_regular {
    width: 100%;
  }

  .community_growth_logo img {
    width: 100%;
    margin-bottom: 0px;
  }

  .community_growth_logo {
    width: 100%;
    margin-bottom: 50px;
  }

  .community_growth_section {
    padding: 10vw 5vw;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .community_groth_orange {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    width: 90%;
    margin-bottom: 50px;
    color: #dd5f2b;
  }

  .community_growth_regular {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.04em;
    color: #050b21;
    width: 100%;
    flex-direction: column;
  }

  .left_info_section {
    width: 100%;
  }

  .program_partner {
    display: flex;
    width: 100%;
    padding: 48px 48px 48px 48px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  .partner_logo {
    margin-top: 0px;
    width: calc(90% - 60px);
    margin-left: 20px;
  }

  .partner_copy {
    margin-top: 40px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .section_with_left_info {
    width: 100%;
    padding: 26px 24px;
    box-sizing: border-box;
    float: left;
    display: flex;
    justify-content: space-between;
    /* padding-top: 89px; */
  }

  .program_partner {
    display: flex;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  .section_with_left_info {
    width: 100%;
    padding: 26px 24px;
    box-sizing: border-box;
    float: left;
    display: flex;
    justify-content: space-between;
    /* padding-top: 89px; */
    flex-wrap: wrap;
  }

  .cithl_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.26em;
    color: #000000;
    padding: 190px 50px 100px;
  }

  .cithl_copy {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #009fbc;
    width: 90%;
  }

  .connecting_in_the_heartland_section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
    float: left;
    background-size: 300% auto;
    background-position: -90% 0%;
    /* THIRD PARTY EDIT BELOW #CDS */
    background-repeat: repeat-x;
  }

  .left_info_section {
    width: 100% !important;
    margin-top: 0px !important;
  }

  .right_graphic_section {
    width: 100%;
  }

  .section_with_image {
    width: 100%;
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
  }

  .left_info_blue {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #2d368f;
  }

  element.style {
  }
  .left_info_normal {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #000000;
    margin-top: 20px;
  }

  .left_info_section_title {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
  }
}

/*
__________________________________________________
3rd party edits to Programs Page CSS below #CDS
__________________________________________________
*/
body.page-template-programs {
}

.page-template-programs .recent_post_title,
.page-template-programs .regular_hero_copy,
.page-template-programs .community_growth_regular,
.page-template-programs .partner_copy,
.page-template-programs .left_info_normal,
.page-template-programs .left_info_section_title {
  color: rgb(35, 51, 105) !important;
}

.page-template-programs .cithl_copy {
  background: linear-gradient(
    110deg,
    rgba(1, 153, 102, 1) 23%,
    rgba(45, 54, 143, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-programs .community_groth_orange,
.page-template-programs .left_info_orange_section {
  background: linear-gradient(to right, #f3b72f, #da6233);
  background-image: linear-gradient(
    to right,
    rgb(243, 183, 47),
    rgb(218, 98, 51)
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-programs .targetedchanges.swapem .right_image_section {
  background-repeat: no-repeat;
}
.page-template-programs .targetedchanges.swapem {
  display: none;
}
@media all and (max-width: 650px) {
  .page-template-programs .cithl_copy,
  .page-template-programs .community_groth_orange,
  .page-template-programs .left_info_orange_section {
    color: #000;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }

  .page-template-programs .targetedchanges .right_image_section {
    width: calc(100%);
  }
  .page-template-programs .targetedchanges.swapem {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-template-programs .targetedchanges.swapem .right_image_section {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .page-template-programs .targetedchanges .left_info_section {
    margin-left: -28px;
    padding-right: 0px !important;
  }
  .page-template-programs .targetedchanges:nth-of-type(1) .right_image_section {
    height: 200px;
    background-size: contain;
  }
}

.hf-tm-image {
    display: none;
}

@media (max-width: 767px) {
	.slide_show_copy {
		width: 100%;
	}
}

@media (max-width: 650px) {
    .single-team .hf-tm-bg-image {
        display: none;
    }

    .single-team .hf-tm-image {
        display: block;
		width: 100%;
		height: auto;
    }
	
	.content p:first-child a {
        font-size: 18px;
        line-height: 130%;
    }
}

.give-ul {
    font-family: "Gotham";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #000000;
    margin-top: 30px;
}

.give-copy {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 10px;
}

.green_copy_give {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  background: linear-gradient(
    110deg,
    rgba(1, 153, 102, 1) 23%,
    rgba(45, 54, 143, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
/*  margin-top: 20px;*/
}


@media (max-width: 1356px) {
	.case_studies-template-default .content_holder {
		justify-content: end;
	}
	
	.case_studies-template-default .tableauPlaceholder, .case_studies-template-default .tableauPlaceholder iframe {
		width: 100% !important;
		overflow-x: scroll;
	}
	
	.case_studies-template-default .content {
		max-width: inherit !important;
		width: calc(100% - 100px - 210px);
	}
	
	.divider-img, .divider-img img, .case_studies-template-default .content img {
		max-width: 100%;
		width: 100%;
	}
	
	.case_studies-template-default .content a {
		word-break: break-all;
	}
}

@media (max-width: 767px) {
	.case_studies-template-default .content {
		max-width: inherit !important;
		width: 100%;
	}
}

blockquote > p {
    margin-bottom: 20px !important;
}


/* ATS CSS */

@media (min-width: 1000px) {
	.page-id-15 .presenter_name, .page-id-1617 .presenter_name {
		width: auto;
	}

	.page-id-15 .slick-list.draggable, .page-id-1617 .slick-list.draggable {
		width: 100%;
	}
	
	
	.page-id-334 .happenings_halves {
		height: inherit;
		align-items: stretch;
	}

	.page-id-334 .happenings_half_image, .page-id-334  .happenings_half {
		flex: 1;
		padding: 50px;
		height: inherit;
	}
}