.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.container-for-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px none #fff;
  font-family: 'Proxima nova', sans-serif;
  color: #292929;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.container-for-sections.relative-pos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-for-sections.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-for-sections.add-background-color {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f4fcfc;
}

.container-for-sections.all-industries {
  padding-top: 60px;
  padding-bottom: 0px;
}

.navigation {
  z-index: 100;
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  color: #292929;
}

.wrapper-content-standard.footer-container {
  /* display: block; */
  display: flex;
  column-gap: 40px;
  /* max-width: 1200px; */
  margin-right: auto;
  margin-left: auto;
  /* padding: 60px 30px; */
  width: 100%;
  max-width: 1400px;
  padding: 30px 20px 60px;
  border-top: 1px solid #fff;
  /* text-align: center; */
}

@media (max-width: 1200px) and (min-width: 769px) {
  .wrapper-content-standard.footer-container {
    max-width: 1080px;
  }
}

@media (max-width: 768px) and (min-width: 359px) {
  .wrapper-content-standard.footer-container {
    max-width: 728px;
  }
}

@media (max-width: 360px) {
  .wrapper-content-standard.footer-container {
    max-width: 360px;
    padding: 0 15px;
  }
}

@media (min-width: 1601px) {
  .wrapper-content-standard.footer-container {
    max-width: 1601px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-content-standard {
    flex-direction: column;
  }
}

.main-nav {
  width: 100%;
  padding: 20px 20px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9));
}

.nav---blue-bar {
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#023a5a), to(#023a5a));
  background-image: linear-gradient(180deg, #023a5a, #023a5a);
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  text-align: center;
}

.form---search-site {
  padding-left: 10px;
  float: left;
  clear: none;
  border-style: solid;
  border-color: #bfccd4;
  border-bottom-width: 1px;
  border-radius: 4px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.img---search-icon {
  position: absolute;
  left: 9px;
  top: 12px;
  float: left;
}

.form-container---seach-site {
  position: relative;
  width: 235px;
  float: left;
}

.footer {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#023a5a), to(#023a5a));
  background-image: linear-gradient(180deg, #023a5a, #023a5a);
  font-family: Proximanovasoft, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.logo-for-footer {
  width: 193px;
  float: left;
}

.footer-contact-info {
  margin-top: 20px;
  float: right;
  font-family: 'Proxima nova', sans-serif;
  color: #023a5a;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.body {
  overflow: visible;
  color: #292929;
}

@media only screen and (min-width: 1200px) {
  body {
    padding-top: 105px !important;
  }
}
  
@media only screen and (max-width: 1199px) {
  body {
    padding-top: 88px !important;
  }
}

.page-links-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 75%;
  justify-content: space-between;
  /* column-gap: 20px; */
  /* width: 530px; */
  /* float: right; */
  clear: none;
  text-align: left;
  text-decoration: none;
}

.form---newsletter-sign-up {
  position: relative;
  flex-basis: 25%;
  /* width: 400px;
  float: left; */
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .form---newsletter-sign-up {
    flex-basis: 40%;
  }
}

.page-links-column {
  /* width: 135px; */
  /* margin-right: 50px; */
  /* float: left; */
  flex: 0 0 31%;
  /* padding-right: 20px; */
}

@media only screen and (max-width: 1024px) {
.page-links-column {
  flex: auto;
}
}

@media only screen and (max-width: 767px) {
  .page-links-column {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 595px) {
  .page-links-column {
    flex: 0 0 100%;
  }
  }

.page-links-column.no-right-margin {
  width: 160px;
  margin-right: 0px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-link-bold {
  margin-bottom: 30px;
  float: left;
  clear: left;
  /* font-family: effra, sans-serif; */
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.page-link-bold.reduced-bottom-margin {
  margin-bottom: 16px;
  cursor: pointer;
}

.text-block {
  font-weight: 500;
  letter-spacing: 1px;
}

.footer-container .text-block {
  font-weight: 700;
}

.page-link-regular {
  margin-bottom: 16px;
  float: left;
  clear: left;
  font-size: 16px;
  /* font-family: effra, sans-serif; */
  color: #fff;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  position: relative;
  padding-right: 14px;
}

.page-link-bold {
  position: relative;
  padding-right: 14px;
}

.page-link-bold:hover::after,
.page-link-regular:hover::after {
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
.page-link-bold::after,
.page-link-regular::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 7px;
  height: 12px;
  background: url(../svg/carrot.svg) no-repeat;
  opacity: 0;
  transition: opacity 0.2s linear;
}
}

.fieldlabel---newsletter {
  padding-right: 20px;
  font-family: effra, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 24px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.form---newsletter-email-input {
  width: 85%;
  height: 50px;
  margin-top: 20px;
  border-style: none;
  border-top-right-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.form---newsletter-email-input:focus {
  font-weight: 300;
  letter-spacing: 0.5px;
}

.light-gray-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
  display: none;
}

.button---newseltter-submit {
  position: absolute;
  right: 60px;
  bottom: 10px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 15px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #fff;
}

.wrapper-content-equal-padding {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.footer-social-links-container {
  position: relative;
  display: flex;
  column-gap: 20px;
  /* height: 100%; */
  margin-top: 60px;
  /* float: left; */
  clear: left;
}

/* .footer-social-link {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
} */

/* .footer-social-link.youtube {
  position: static;
  width: 35px;
  background-image: url('../images/youtube_white.svg');
}

.footer-social-link.facebook {
  background-image: url('../images/facebook_white.svg');
}

.footer-social-link.twitter {
  background-image: url('../images/twitter_white.svg');
}

.footer-social-link.flickr {
  background-image: url('../images/flickr_white.svg');
  background-size: contain;
}

.footer-social-link.linkedin {
  background-image: url('../images/linkedin_white.svg');
} */

.footer-poetic-logo {
  position: absolute;
  right: 64px;
  bottom: 0px;
  width: 100px;
  height: 35px;
  background-image: url('../png/poetic-logowhite.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-container---select-language {
  width: 150px;
  float: right;
}

.select-language-form {
  position: relative;
  width: 100%;
  border-style: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: effra, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.5px;
}

.img---down-arrow {
  position: relative;
  top: -41px;
  right: -66px;
  bottom: 0px;
}

.main-nav-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.secondary-nav-container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  float: right;
  color: #023a5a;
  font-weight: 500;
}

.secondary-nav-links {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-weight: 300;
  text-decoration: none;
}

.secondary-nav-links.link-no-right-margin {
  margin-right: 0px;
}

.text-block-5 {
  color: #023a5a;
  font-weight: 300;
}

.text-block-6 {
  font-weight: 100;
}

.img-nav-drop-down-arrow {
  width: 10px;
  margin-top: 8px;
  margin-left: 5px;
  float: right;
}

.main-nav-text {
  float: left;
}

.nav-dropdown-toggle {
  padding-right: 20px;
  color: #023a5a;
  cursor: pointer;
}

.nav-dropdown-toggle.w--open {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.nav-dropdown-toggle.w--open:hover {
  background-image: none;
}

.nav-link-events-button {
  margin-top: 10px;
  margin-left: 7px;
  padding: 8px 13px;
  border-radius: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a0dd), to(#00a0dd));
  background-image: linear-gradient(180deg, #00a0dd, #00a0dd);
  color: #fff;
  text-align: center;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.nav-drop-down-list---level-1.w--open {
  left: -57px;
  width: 485px;
  border-radius: 2px;
  background-color: #fafafa;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  font-family: effra, sans-serif;
  color: #0063a8;
  font-weight: 300;
}

.nav-drop-down-list---level-1.nav-open {
  display: block;
  left: -57px;
  width: 485px;
  border-radius: 2px;
  background-color: #fafafa;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  font-family: effra, sans-serif;
  color: #0063a8;
  font-weight: 300;
}

.nav-dropdown-link-level-1a {
  z-index: 2;
  padding-left: 15px;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

.nav-dropdown-link-level-1a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4f0f6), to(#e4f0f6));
  background-image: linear-gradient(180deg, #e4f0f6, #e4f0f6);
  font-weight: 400;
}

.drop-down-level-2 {
  z-index: 1;
  width: 217px;
  padding: 10px 10px 10px 5px;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 14px;
  font-weight: 300;
}

.drop-down-level-2:hover {
  background-color: #e4f0f6;
  font-weight: 400;
}

.drop-down-level-2.short {
  width: 217px;
  padding-right: 10px;
  padding-left: 5px;
}

.drop-down-text-level-2 {
  margin-left: 10px;
  float: left;
}

.img-nav-drop-down-right-arrow {
  height: 10px;
  margin-top: 5px;
  float: right;
}

.nav-drop-down-list-level-2:active {
  background-color: #e4f0f6;
}

.nav-drop-down-list-level-2.w--open {
  left: 218px;
  top: 0px;
  width: 265px;
  height: 320px;
  background-color: #eee;
  color: #023a5a;
}

.nav-drop-down-link-level-1b {
  margin-left: 0px;
  padding-left: 15px;
  background-color: #eee;
  font-family: effra, sans-serif;
  color: #023a5a;
}

.nav-drop-down-link-level-1b:hover {
  background-color: #e4f0f6;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-weight: 400;
}

.nav-drop-down-link-level-1b.w--current {
  color: #023a5a;
  font-weight: 400;
}

.nav-drop-down-list-level-2---get-involved:active {
  background-color: #e4f0f6;
}

.nav-drop-down-list-level-2---get-involved.w--open {
  left: 220px;
  top: -45px;
  width: 265px;
  height: 325px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eee;
  color: #023a5a;
}

.nav-menu {
  float: right;
  clear: right;
}

.nav-logo {
  top: -15px;
  width: 245px;
  padding-right: 5px;
}

.btn-basic {
  margin-top: 10px;
  float: left;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Proximanova, sans-serif;
  color: #023a5a;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.btn-basic.pink {
  margin-top: 31px;
  clear: left;
  color: #e64784;
}

.btn-basic.pink.small {
  margin-top: 15px;
  font-size: 16px;
}

.btn-basic.pink.float-right {
  margin-top: 0px;
  float: right;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.btn-basic.white {
  position: static;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  color: #fff;
}

.btn-basic.l-blue {
  clear: left;
  color: #00a0dd;
}

.btn-basic.no-padding {
  margin-top: 0px;
}

.btn-basic.green {
  color: #8cc49c;
}

.btn-basic.purplle {
  color: #6d7bc2;
}

.btn-basic.teal {
  position: static;
  left: 10px;
  bottom: 0px;
  color: #3dc1cc;
}

.btn-text {
  float: left;
  font-weight: 500;
}

.btn-arrow {
  width: 20px;
  height: 10px;
  margin-top: 6px;
  margin-left: 5px;
  float: right;
  background-image: url('../svg/arrow-dark-blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-arrow.pink-large {
  height: 15px;
  margin-top: 2px;
  background-image: url('../svg/arrow-2-pink.svg');
}

.btn-arrow.white {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  float: right;
  background-image: none;
}

.btn-arrow.l-blue {
  height: 10px;
  margin-top: 5px;
  background-image: url('../svg/arrow-light-blue.svg');
}

.btn-arrow.lg-l-blue {
  height: 15px;
  margin-top: 1px;
  background-image: url('../svg/arrow-2-blue.svg');
}

.btn-arrow.pink-thin {
  background-image: url('../svg/arrow-pink.svg');
}

.h1-a {
  margin-bottom: 30px;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.h1-a.white {
  min-height: 265px;
  color: #fff;
  line-height: 66px;
}

.h2-b {
  margin-bottom: 20px;
  font-family: effra, sans-serif;
  color: #023a5a;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.h2-b.homepage {
  max-width: 400px;
}

.h3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: effra, sans-serif;
  color: #324553;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.h3.mid-blue {
  margin-bottom: 30px;
  color: #0076bb;
}

.h3.left-padding {
  padding-left: 15px;
}

.h3.no-bottom-padding {
  margin-bottom: 5px;
}

.h3.no-padding {
  margin-bottom: 0px;
}

.h3.contact-blue {
  color: #004e7d;
}

.h4-a {
  display: block;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 15px;
  float: left;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.h4-a.float-right {
  margin-bottom: 0px;
  float: right;
}

.h4-a.light-blue {
  color: #00a0dd;
}

.h4-a.add-pointer {
  padding-right: 20px;
  cursor: pointer;
}

.h1-b {
  margin-bottom: 30px;
  font-family: Proximanova, sans-serif;
  color: #023a5a;
  font-size: 55px;
  line-height: 60px;
  text-align: left;
}

.h1-b.white {
  margin-bottom: 15px;
  color: #fff;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Proxima nova', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.paragraph.centered {
  margin-bottom: 20px;
  text-align: center;
}

.paragraph.card--industry {
  margin-bottom: 15px;
  padding-right: 15px;
  color: #324553;
}

.paragraph.no-padding {
  width: 100%;
  padding-right: 0px;
}

.h2-a {
  margin-bottom: 20px;
  font-family: effra, sans-serif;
  color: #0076bb;
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
}

.h4-b {
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  color: #023a5a;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.home-card-wrapper {
  position: relative;
  width: 300px;
  height: 300px;
  padding: 0px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfccd4), to(#bfccd4));
  background-image: linear-gradient(180deg, #bfccd4, #bfccd4);
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.home-card-wrapper.hc1 {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0076bb), to(#0076bb));
  background-image: linear-gradient(180deg, #0076bb, #0076bb);
  background-position: 0px 0px;
  background-size: auto;
}

.home-card-wrapper.hc2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a0dd), to(#00a0dd));
  background-image: linear-gradient(180deg, #00a0dd, #00a0dd);
}

.home-card-wrapper.hc3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004e7d), to(#004e7d));
  background-image: linear-gradient(180deg, #004e7d, #004e7d);
}

.home-card-wrapper.hc4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6cc6eb), to(#6cc6eb));
  background-image: linear-gradient(180deg, #6cc6eb, #6cc6eb);
}

.text-homepage-card {
  width: 202px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.h-card-btn-container {
  position: relative;
  z-index: 2;
  height: 40%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  opacity: 0.4;
}

.container-no-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
  font-family: Proximanova, sans-serif;
  color: #292929;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.container-no-padding.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfccd4), to(#bfccd4));
  background-image: linear-gradient(180deg, #bfccd4, #bfccd4);
}

.h-card-text-container {
  position: relative;
  z-index: 2;
  height: 40%;
  margin: 20px;
}

.btn-h-card {
  font-family: Proximanova, sans-serif;
  color: #023a5a;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-h-card.white {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  font-size: 20px;
}

.img-h-card-2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 160, 221, 0.85)), to(rgba(0, 160, 221, 0.85))), url('../png/hcard-2b.png');
  background-image: linear-gradient(180deg, rgba(0, 160, 221, 0.85), rgba(0, 160, 221, 0.85)), url('../png/hcard-2b.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.news-card--home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: #fff;
  font-family: 'Proxima nova', sans-serif;
  color: #292929;
  text-align: left;
  text-decoration: none;
}

.img-h-news-card {
  width: 150px;
  height: 150px;
  margin-right: 15px;
  margin-bottom: 30px;
  float: left;
  background-image: url('../example-bg.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-h-news-card.featured {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

.h-news-card-text-container {
  position: relative;
  width: 72%;
  padding: 20px 0px 20px 20px;
  float: left;
}

.news-card-h3 {
  overflow: hidden;
  height: 63px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: effra, sans-serif;
  color: #0063a8;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.news-card-h3.homecard {
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0076bb;
  font-weight: 300;
}

.text---news-card-tag {
  margin-bottom: 5px;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text---news-card-tag.home-card-tag {
  margin-bottom: 10px;
  color: #00a0dd;
  font-weight: 700;
}

.text---news-card-date {
  font-family: effra, sans-serif;
  color: #3dc1cc;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.text---news-card-date.home-card-date {
  display: inline-block;
  color: #50758b;
  font-size: 16px;
  font-weight: 400;
}

.card--ft-event-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 30px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../svg/ft-event-card-texture.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Proximanovasoft, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.card--ft-event-wrap:hover {
  background-size: cover;
}

.card--ft-event-wrap._11-bottom-margin {
  margin-bottom: 15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h4-ft-event-title {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: effra, sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.text---event-tag {
  font-family: effra, sans-serif;
  color: #3dc1cc;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text---event-tag.homepage-tag {
  margin-bottom: 0px;
  color: #00a0dd;
  font-weight: 400;
}

.text---event-date {
  width: 100%;
  font-family: effra, sans-serif;
  color: #bfccd4;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.text---event-date.homepage {
  margin-bottom: 0px;
  color: #50758b;
  font-size: 14px;
  font-weight: 400;
}

.paragr---ft-event-card {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: 'Proxima nova', sans-serif;
  line-height: 1.67em;
  font-weight: 100;
  text-align: left;
}

.event-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 320px;
  min-height: 200px;
  margin-bottom: 15px;
  padding: 20px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f2fafb;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #004e7d;
  text-decoration: none;
}

.h4-event-title {
  width: 100%;
  margin-top: 0px;
  font-family: effra, sans-serif;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  text-align: left;
}

.section---exec-partners {
  margin-bottom: 28px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.section---exec-partners .h5-exec-partners {
  font-size: 22px;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 4rem;
  margin-bottom: 0;
}

@media (max-width: 1250px) {
  .section---exec-partners .h5-exec-partners {
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .section---exec-partners .h5-exec-partners {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .section---exec-partners .h5-exec-partners {
    text-align: center;
    padding-left: 0;
  }
}

.section---exec-partners .container-equal-padding {
  max-width: 1200px !important;
}

.section---exec-partners.gray-background {
  margin-top: 21px;
  margin-bottom: 0px;
  background-color: #fafafa;
}

.h5-exec-partners {
  margin-top: 0px;
  margin-bottom: 35px;
  padding-top: 16px;
  border-top: 1px solid #bfccd4;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h5-exec-partners.no-top-padding {
  padding-top: 0px;
  border-top-style: none;
}

.sponsor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 35px 0 35px;
}

@media (max-width: 1250px) {
  .sponsor-container { padding: 0; }
}

@media (max-width: 479px) {
  .sponsor-container {
    justify-content: center;
  }
}

.sponsor-container .sponsor {
  width: 20%;
  margin-bottom: 2rem;
  min-width: 160px;
  display: flex;
  justify-content: center;
}

@media (max-width: 960px) {
  .sponsor-container .sponsor { width: 25%; }
}

@media (max-width: 767px) {
  .sponsor-container .sponsor { width: 33%; }
}

@media (max-width: 650px) {
  .sponsor-container .sponsor { width: 50%; }
}

@media (max-width: 479px) {
  .sponsor-container .sponsor { width: 100%; }
}
.sponsor-container .sponsor .exec-partner-logo {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  width: 160px;
  height: 160px;
  display: flex;
  transition: all ease-in 0.2s;
}

.sponsor-container .sponsor .sponsor-logo-image {
  width: 100%;
}

.sponsor-container .sponsor .exec-partner-logo:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 1px 18px rgba(0, 0, 0, 0.12), 0px 6px 10px rgba(0, 0, 0, 0.14);
}


.sponsor-container .sponsor .inner-sponsor-image {
  max-width: 100px;
  max-height: 100px;
}

.wrapper-h-news-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-right: 70px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-h-event-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-basic-centered {
  margin-top: 10px;
  float: left;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Proximanova, sans-serif;
  color: #023a5a;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.btn-basic-centered.l-blue {
  float: left;
  color: #00a0dd;
}

.contact-team-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.wrapper-half---homepage {
  position: relative;
  width: 50%;
  height: 100%;
  min-height: 670px;
  padding: 91px;
  float: left;
  font-family: effra, sans-serif;
  color: #292929;
  font-weight: 300;
}

.wrapper-half---homepage.r2-image {
  background-image: linear-gradient(355deg, rgba(0, 0, 0, 0.6) 31%, rgba(41, 41, 41, 0.1)), url('../png/homepage-r2---hype-impact-awards.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wrapper-half---homepage.r1-image {
  min-height: 692px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.6)), to(rgba(41, 41, 41, 0.1))), url('../png/homepage-r1-houston.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 30%, rgba(41, 41, 41, 0.1)), url('../png/homepage-r1-houston.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.paragraph-homepage {
  width: 95%;
  max-width: 400px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.homepage-white-text-container {
  position: absolute;
  bottom: 51px;
  display: block;
  width: 345px;
  margin-right: auto;
  margin-left: auto;
}

.h5-homepage {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #fff;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  font-style: italic;
  font-weight: 300;
}

.img-home-r1-arrow {
  position: absolute;
  left: -3px;
  top: 259px;
  bottom: 0px;
}

.img-home-r2-arrow {
  position: absolute;
  top: 259px;
  right: -3px;
  bottom: 0px;
}

.btn-h-card-arrow {
  width: 20px;
  height: 10px;
  margin-top: 6px;
  margin-left: 5px;
  float: right;
  background-image: url('../svg/dark-blue-right-arrow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-h-card-arrow.white {
  margin-top: 11px;
  background-image: url('../svg/arrow-white-2.svg');
}

.home-header {
  position: relative;
  z-index: 1;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#979797), to(#979797)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, #979797, #979797), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block-2 {
  display: none;
  width: 84%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.centered-text-container {
  display: block;
  width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.home-header-large-copy {
  width: 440px;
  margin-bottom: 95px;
}

.containerhome-header {
  position: relative;
  z-index: 1;
  display: block;
  height: 720px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 175px 91px 59px;
  font-family: Proximanova, sans-serif;
  color: #292929;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.home-header-small-copy {
  width: 25%;
  height: auto;
  max-width: 250px;
  padding-top: 20px;
  padding-right: 38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.6);
  font-family: effra, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}

.home-header-small-copy.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-header-small-copy.last {
  width: 85px;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-header-small-copy.active {
  padding-top: 30px;
  border-top-width: 2.5px;
  border-top-color: #fff;
}

.home-header-small-copy.active.w--current {
  border-top-width: 2.5px;
}

.img-ghp-white-carrot {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  background-image: url('../svg/ghp-white-carrot.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-divider-line {
  height: 70px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.9);
  background-image: url('../svg/mouse-scroll-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-dropdwon-info-block {
  position: relative;
  z-index: 3;
  width: 55%;
  height: 320px;
  padding: 20px;
  float: right;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.nav-memnership-drop-down-list.w--open {
  left: -274px;
  width: 485px;
  height: 325px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #fafafa;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  font-family: effra, sans-serif;
  color: #0063a8;
  font-weight: 300;
}

.nav-wh-dropdown-info-block {
  position: absolute;
  top: 0px;
  right: 1px;
  z-index: 3;
  width: 55%;
  height: 290px;
  padding: 20px;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
  color: #023a5a;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.slider {
  height: 785px;
}

.slide-one {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.1)), to(rgba(0, 0, 0, 0.8))), url('../png/slider-img-initial.png');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.1), rgba(0, 0, 0, 0.8)), url('../png/slider-img-initial.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-two {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.1)), to(rgba(0, 0, 0, 0.6))), url('../png/slider-img-connect.png');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.1), rgba(0, 0, 0, 0.6)), url('../png/slider-img-connect.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-three {
  z-index: 2;
  background-image: url('../png/slider-img-expand-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-four {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.1)), to(rgba(0, 0, 0, 0.8))), url('../png/slider-img-change.-.png');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.1), rgba(0, 0, 0, 0.8)), url('../png/slider-img-change.-.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-bottom: 0px;
}

.navbar.not-fixed {
  position: static;
  width: 100%;
}

.container-flex---home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 29px;
  margin-left: auto;
  padding: 30px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px none #fff;
  font-family: 'Proxima nova', sans-serif;
  color: #292929;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.row {
  display: block;
  max-width: 910px;
  margin-right: auto;
  margin-left: auto;
}

.info-block-descriptor-2 {
  margin-top: 10px;
  font-family: Proximanovasoft, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.btn-arrow-small {
  width: 20px;
  height: 10px;
  margin-top: 6px;
  margin-left: 5px;
  float: right;
  background-image: url('../svg/dark-blue-right-arrow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-arrow-small.pink {
  width: 20px;
  height: 13px;
  margin-top: 5px;
  background-image: url('../svg/arrow-2-pink.svg');
}

.dropdown-info-block-img-1 {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/memorialdrive_dusk5_szfwrmwtbdzxfri0zhok9zu18q0ablzbh.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-block-descriptor-1 {
  font-size: 16px;
  font-weight: 400;
}

.dropdown-info-block-img-2 {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/istock_000057466174_opy.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sponsor-logo {
  display: block;
  min-height: 75px;
  min-width: 50px;
  margin: 15px auto;
  background-image: url('../example-bg.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown-info-block-img-3 {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/shipping---3312_143.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-info-block-img-2b {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/texas-medical-center-drone-shot.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-dropdown-info-block-copy {
  position: absolute;
  top: 0px;
  right: 1px;
  z-index: 3;
  width: 55%;
  height: 320px;
  padding: 20px;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 93.3%, 0.8)), to(hsla(0, 0%, 93.3%, 0.8))), url('../jpg/beach---adobestock_36325936.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0.8), hsla(0, 0%, 93.3%, 0.8)), url('../jpg/beach---adobestock_36325936.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #023a5a;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-info-block-img-4 {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/beach---adobestock_36325936.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-info-block-img-6 {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/science-nerds.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-info-block-img-7 {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/bcycle.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-info-block-img-5 {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/image_10316.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-info-block-img-8 {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/start-up.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-info-block-img-a {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/hdmd_bike_01-copy.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-memb-dropdown-info-block {
  position: absolute;
  top: 0px;
  right: 1px;
  z-index: 3;
  width: 55%;
  height: 290px;
  padding: 20px;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
  color: #023a5a;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.dropdown-info-block-imgb {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../jpg/downtown--1-800-bell---exterior-night-final-2.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-info-block-img-c {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-image: url('../png/hcard-2b.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.columns-no-padding {
  padding-right: 10px;
  padding-left: 0px;
}

.img-h-card-4 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(108, 198, 235, 0.85)), to(rgba(108, 198, 235, 0.85))), url('../png/hcard-2b.png');
  background-image: linear-gradient(180deg, rgba(108, 198, 235, 0.85), rgba(108, 198, 235, 0.85)), url('../png/hcard-2b.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.img-h-card-3 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.8)), to(rgba(2, 58, 90, 0.8))), url('../png/hcard-2b.png');
  background-image: linear-gradient(180deg, rgba(2, 58, 90, 0.8), rgba(2, 58, 90, 0.8)), url('../png/hcard-2b.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.img-h-card-1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 118, 187, 0.85)), to(rgba(0, 118, 187, 0.85))), url('../png/hcard-2b.png');
  background-image: linear-gradient(180deg, rgba(0, 118, 187, 0.85), rgba(0, 118, 187, 0.85)), url('../png/hcard-2b.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-nav {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.container-equal-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px none #fff;
  font-family: 'Proxima nova', sans-serif;
  color: #292929;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.section-standard-header {
  position: relative;
  height: 710px;
}

.header-photo {
  width: 100%;
  height: 400px;
  background-image: url('../example-bg.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-content-container {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 50px 30px;
  border-bottom: 1px solid #bfccd4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transform: translate(0px, -35%);
  -ms-transform: translate(0px, -35%);
  transform: translate(0px, -35%);
}

.breadcrumbs-wrapper {
  display: block;
  width: 100%;
  height: 25px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-family: Proximanova, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb-link {
  margin-right: 5px;
  padding-bottom: 2px;
  float: left;
  border-bottom: 1px solid #6cc6eb;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: effra, sans-serif;
  color: #50758b;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-link:hover {
  border-bottom-color: #00a0dd;
  color: #00a0dd;
}

.breadcrumbs-divider {
  margin-right: 5px;
  float: left;
}

.breadcrumbs-divider.hide-breadcrumb {
  display: none;
}

.header-paragraph-col1 {
  width: 50%;
  height: 100%;
  padding-right: 15px;
  float: left;
  font-family: Proximanovasoft, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.header-paragraph-col2 {
  width: 50%;
  height: 100%;
  padding-left: 15px;
  float: left;
  font-family: Proximanovasoft, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.news-card-container {
  width: 45%;
  max-width: 320px;
  margin-right: 30px;
  margin-bottom: 15px;
  float: left;
  border-radius: 2px;
  font-family: Proximanovasoft, sans-serif;
  color: #324553;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.news-card-thumbnail-parent {
  overflow: hidden;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
}

.img---news-thumbnail {
  display: block;
  width: 100%;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.news-card-content-container {
  position: relative;
  overflow: hidden;
  padding: 27px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.card--news--description {
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  font-family: 'Proxima nova', sans-serif;
  font-size: 16px;
  line-height: 1.67em;
}

.card--news--description.whou-page {
  line-height: 26px;
}

.container-news-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-event-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.light-blugreen-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 209, 218, 0.1)), to(rgba(131, 209, 218, 0.1)));
  background-image: linear-gradient(180deg, rgba(131, 209, 218, 0.1), rgba(131, 209, 218, 0.1));
}

.need-more-info-section {
  width: 100%;
  max-width: 500px;
  padding-right: 0px;
  float: left;
  text-align: left;
}

.text---tm-points {
  width: 80%;
  margin-bottom: 10px;
  float: left;
  font-family: Proximanovasoft, sans-serif;
  color: #4a4a4a;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.img-ghp-blue-carrot {
  width: 15px;
  height: 15px;
  margin-top: 8px;
  margin-right: 10px;
  float: left;
  background-image: url('../svg/ghp-blue-carrot-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-ghp-blue-carrot.reduced-top-padding {
  margin-top: 1px;
}

.tm-headshot-parent {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  float: left;
}

.tm-info-wrapper {
  width: 95%;
  margin-top: 30px;
  margin-bottom: 15px;
  float: left;
  clear: left;
  font-size: 16px;
}

.tm-info {
  width: 95%;
  margin-top: 15px;
  float: left;
  font-family: Proximanova, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
}

.text---tm-name {
  margin-bottom: 6px;
  float: left;
  font-family: Proximanova, sans-serif;
  color: #0076bb;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.img---tm-headshot {
  height: 75px;
  margin-bottom: 15px;
}

.text-tm-contact-info {
  margin-bottom: 15px;
  float: left;
  clear: left;
  font-family: 'Proxima nova', sans-serif;
  color: #324553;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.link-tm-info {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  clear: left;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Proxima nova', sans-serif;
  color: #292929;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.link-tm-info:hover {
  color: #0076bb;
}

.form---contact-industries-expert {
  width: 100%;
  max-width: 700px;
  padding: 45px;
  float: right;
  border: 1px solid #bfccd4;
}

.h5-team-expert-form {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  color: #00a0dd;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.fieldlabel---contact-form {
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.fieldlabel---contact-form.bold-blue {
  color: #0063a8;
  font-weight: 500;
}

.fieldlabel---contact-form.label-for-message-box {
  margin-bottom: 6px;
}

.fieldlabel---contact-form.lblue {
  color: #00a0dd;
  font-size: 16px;
  font-weight: 500;
}

.textfield---contact-us {
  margin-bottom: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #bfccd4;
  font-family: Proximanovasoft, sans-serif;
  font-weight: 400;
}

.text-area---contact-form {
  max-height: 100px;
  max-width: 360px;
  min-height: 79px;
  min-width: 200px;
  font-family: Proximanovasoft, sans-serif;
  font-weight: 400;
}

.text-area---contact-form.tall {
  height: 160px;
  max-width: 250px;
  min-width: 220px;
  margin-top: 10px;
}

.btn-contact-form {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a0dd), to(#00a0dd));
  background-image: linear-gradient(180deg, #00a0dd, #00a0dd);
  text-align: left;
  text-decoration: none;
}

.form-btn-text {
  float: left;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.form-btn-warpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form-wrapper {
  position: static;
  top: 0px;
  right: 0px;
  width: 50%;
  padding: 0px 30px;
  float: right;
}

.contact-form-wrapper.optimized-for-tablet {
  position: relative;
  width: 58%;
  padding-left: 45px;
}

.contact-points {
  width: 100%;
  height: auto;
  float: left;
}

.contact-points.full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-member-section {
  position: static;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.related-group-wrapper {
  margin-bottom: 20px;
}

.related-group-wrapper.last-row {
  margin-bottom: 0px;
}

.testimonial-section {
  position: relative;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 78, 125, 0.85)), to(rgba(0, 78, 125, 0.85))), url('../jpg/image_11382-sm.jpg');
  background-image: linear-gradient(180deg, rgba(0, 78, 125, 0.85), rgba(0, 78, 125, 0.85)), url('../jpg/image_11382-sm.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.testimonial-slides {
  height: 100%;
  padding-top: 75px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 78, 125, 0.79)), to(rgba(0, 78, 125, 0.79))), url('../jpg/image_11382-sm.jpg');
  background-image: linear-gradient(180deg, rgba(0, 78, 125, 0.79), rgba(0, 78, 125, 0.79)), url('../jpg/image_11382-sm.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hide-slide-nav {
  display: none;
}

.testimonial-right-arrow {
  right: 40%;
  display: block;
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slider-controls {
  position: absolute;
  right: 116px;
  bottom: 0px;
  z-index: 5;
  width: 140px;
  height: 70px;
  padding: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a0dd), to(#00a0dd));
  background-image: linear-gradient(180deg, #00a0dd, #00a0dd);
}

.testimonial-slide {
  position: relative;
}

.slider-control {
  width: 50%;
  height: 100%;
  border-right: 1px solid #fafafa;
  background-image: url('../svg/chevron_right.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.slider-control.right-control {
  border-right-style: none;
  background-image: url('../svg/chevron_left-.svg');
  background-size: 15px;
}

.testimonial-paragraph {
  max-width: 900px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.67em;
  font-weight: 300;
  text-align: center;
}

.testimonial-attribute-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-ghp-light-blue-carrot {
  position: absolute;
  left: -28px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  float: left;
  background-image: url('../svg/light-blue-carrot.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text---testimonial-author {
  float: left;
  font-family: effra, sans-serif;
  color: #a7dde4;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text---testimonial-author-job {
  max-width: 400px;
  float: left;
  clear: left;
  font-family: effra, sans-serif;
  color: #fafafa;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.h5-related-groups {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Proxima nova', sans-serif;
  color: #00a0dd;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.text-blurb {
  margin-right: 5px;
  float: left;
  text-align: left;
}

.btn-text-small {
  float: left;
  font-size: 18px;
  font-weight: 500;
}

.btn-text-small.pink {
  margin-top: 2px;
  color: #e64784;
  line-height: 18px;
}

.kei-section-wrapper {
  width: 25%;
  float: right;
}

.kei-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 25px 20px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.01)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-family: Proximanovasoft, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.kei-card-wrapper.purple-wrapper {
  background-image: url('../svg/kei-background.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(96, 109, 179, 0.1)), to(rgba(96, 109, 179, 0.1)));
  background-image: url('../svg/kei-background.svg'), linear-gradient(180deg, rgba(96, 109, 179, 0.1), rgba(96, 109, 179, 0.1));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.kei-card-wrapper.purple-wrapper.content-image-kei {
  position: absolute;
  left: 50%;
  bottom: -159px;
  z-index: 2;
  height: 240px;
  background-color: #eff0f7;
  background-image: url('../jpg/content-image--kei-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.kei-card-wrapper.green-wrapper {
  background-image: url('../svg/kei-background.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(161, 214, 178, 0.13)), to(rgba(161, 214, 178, 0.13)));
  background-image: url('../svg/kei-background.svg'), linear-gradient(180deg, rgba(161, 214, 178, 0.13), rgba(161, 214, 178, 0.13));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.kei-card-wrapper.green-wrapper.last-row {
  margin-bottom: 0px;
}

.kei-card-wrapper.green-wrapper.absolute {
  position: absolute;
  left: 50%;
  width: 275px;
  background-image: url('../svg/kei-background.svg'), -webkit-gradient(linear, left top, left bottom, from(#f1fff6), to(#f1fff6));
  background-image: url('../svg/kei-background.svg'), linear-gradient(180deg, #f1fff6, #f1fff6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transform: translate(-50%, 0px) translate(0px, -50%);
  -ms-transform: translate(-50%, 0px) translate(0px, -50%);
  transform: translate(-50%, 0px) translate(0px, -50%);
}

.kei-card-wrapper.teal-wrapper {
  background-image: url('../svg/kei-background.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(61, 193, 204, 0.1)), to(rgba(61, 193, 204, 0.1)));
  background-image: url('../svg/kei-background.svg'), linear-gradient(180deg, rgba(61, 193, 204, 0.1), rgba(61, 193, 204, 0.1));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.kei-card-wrapper.purple-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 109, 179, 0.1)), to(rgba(96, 109, 179, 0.1)));
  background-image: linear-gradient(180deg, rgba(96, 109, 179, 0.1), rgba(96, 109, 179, 0.1));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.kei-card-wrapper.teal-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 193, 204, 0.1)), to(rgba(61, 193, 204, 0.1)));
  background-image: linear-gradient(180deg, rgba(61, 193, 204, 0.1), rgba(61, 193, 204, 0.1));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.text---kei-card-label {
  font-family: effra, sans-serif;
  color: #292929;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}

.text---kei-card-label.teal-text {
  color: #3dc1cc;
}

.text---kei-card-label.purple-text {
  color: #606db3;
}

.text---kei-card-label.green-text {
  color: #8cc49c;
}

.text---kei-card-label.aqua-text {
  color: #50758b;
}

.text---kei-highlight {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.text---kei-highlight.teal-highlight {
  color: #3dc1cc;
}

.text---kei-highlight.purple-highlight {
  color: #606db3;
}

.text---kei-highlight.green-highlight {
  color: #8cc49c;
}

.text---kei-highlight.aqua-text {
  color: #50758b;
}

.business-climate-wrapper {
  width: 73%;
  padding-right: 30px;
  padding-bottom: 60px;
  float: left;
  font-family: Proximanovasoft, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.data-points-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.data-point {
  max-width: 275px;
  margin-right: 10px;
  padding-right: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Proxima nova', sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.text---label-title {
  margin-bottom: 5px;
  clear: left;
  font-family: effra, sans-serif;
  color: #3dc1cc;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text---label-title.large-label {
  line-height: 30px;
}

.toolkit-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #bfccd4;
}

.text---toollkit-cta {
  margin-right: 10px;
  float: left;
  font-family: 'Proxima nova', sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.paragraph-2 {
  float: left;
}

.bc-drawers {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  float: left;
  border-bottom: 1px solid #bfccd4;
}

.bc-drawers.ip-bottom-padding {
  margin-bottom: 50px;
}

.ne-drawer-arrows-wrapper {
  width: 60px;
  height: 20px;
  margin-top: 10px;
  float: right;
}

.link-and-downloads-wrapper {
  clear: left;
}

.employers {
  width: 33.33%;
  margin-top: 11px;
  margin-bottom: 11px;
  float: left;
}

.emplooyers-website-link {
  padding-right: 10px;
  color: #00a0dd;
  text-decoration: none;
  cursor: pointer;
}

.drawer-items {
  width: 33.33%;
  margin-top: 11px;
  margin-bottom: 11px;
  float: left;
}

.partners-logo {
  overflow: hidden;
  width: 33.33%;
  height: 50px;
}

.kei-btn-wrapper {
  width: 230px;
  padding-left: 10px;
  float: left;
}

.light-blue-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4f0f6), to(#e4f0f6));
  background-image: linear-gradient(180deg, #e4f0f6, #e4f0f6);
}

.img-ne-drawer-arrow {
  float: right;
  cursor: pointer;
}

.ip-drawer-arrows-wrapper {
  width: 60px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 1px;
  float: right;
}

.indus-partners-wrapper {
  clear: left;
}

.img-drawer-arrow {
  float: right;
  cursor: pointer;
}

.wh-energy-header-photo {
  width: 100%;
  height: 580px;
  margin-top: 50px;
  background-image: url('../jpg/energy-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wh-biotech-header-photo {
  width: 100%;
  height: 580px;
  margin-top: 50px;
  background-image: url('../jpg/biotech-header.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.headquarters-header-photo {
  width: 100%;
  height: 580px;
  margin-top: 50px;
  background-image: url('../jpg/hq-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.adv-manufacturing-header-photo {
  width: 100%;
  height: 580px;
  margin-top: 50px;
  background-image: url('../jpg/advmanufacturing-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.innovation-tech-header-photo {
  width: 100%;
  height: 580px;
  margin-top: 50px;
  background-image: url('../jpg/innovationtec-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aerospace-header-photo {
  width: 100%;
  height: 620px;
  margin-top: 50px;
  background-image: url('../jpg/aerospace-header.jpg');
  background-position: 0px 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.distribution-header-photo {
  width: 100%;
  height: 580px;
  margin-top: 50px;
  background-image: url('../jpg/distribution-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h4-card-title {
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 24px;
}

.h4-card-title.dark-blue {
  color: #023a5a;
}

.industry-card-wrapper {
  height: 250px;
  margin-top: 5px;
  padding: 115px 20px 25px;
  float: left;
  clear: left;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 74, 74, 0.15)), color-stop(46%, rgba(41, 41, 41, 0.6))), url('../example-bg.html');
  background-image: linear-gradient(180deg, rgba(74, 74, 74, 0.15), rgba(41, 41, 41, 0.6) 46%), url('../example-bg.html');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Proximanovasoft, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.industry-card-wrapper.energy-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 74, 74, 0.15)), color-stop(68%, rgba(41, 41, 41, 0.6))), url('../jpg/energy-header.jpg');
  background-image: linear-gradient(180deg, rgba(74, 74, 74, 0.15), rgba(41, 41, 41, 0.6) 68%), url('../jpg/energy-header.jpg');
  color: #fff;
}

.industry-card-wrapper.biotech-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 74, 74, 0.15)), color-stop(68%, rgba(41, 41, 41, 0.6))), url('../jpg/biotech-header.jpg');
  background-image: linear-gradient(180deg, rgba(74, 74, 74, 0.15), rgba(41, 41, 41, 0.6) 68%), url('../jpg/biotech-header.jpg');
}

.industry-card-wrapper.hq-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 74, 74, 0.15)), color-stop(68%, rgba(41, 41, 41, 0.6))), url('../jpg/hq-header.jpg');
  background-image: linear-gradient(180deg, rgba(74, 74, 74, 0.15), rgba(41, 41, 41, 0.6) 68%), url('../jpg/hq-header.jpg');
}

.industry-card-wrapper.inntech-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 74, 74, 0.15)), color-stop(68%, rgba(41, 41, 41, 0.6))), url('../jpg/innovationtec-header.jpg');
  background-image: linear-gradient(180deg, rgba(74, 74, 74, 0.15), rgba(41, 41, 41, 0.6) 68%), url('../jpg/innovationtec-header.jpg');
}

.industry-card-wrapper.aerospace-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 74, 74, 0.15)), color-stop(45%, rgba(41, 41, 41, 0.6))), url('../jpg/aerospace-header.jpg');
  background-image: linear-gradient(180deg, rgba(74, 74, 74, 0.15), rgba(41, 41, 41, 0.6) 45%), url('../jpg/aerospace-header.jpg');
  background-position: 0px 0px, 0px 0px;
}

.industry-card-wrapper.advmanu-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 74, 74, 0.15)), color-stop(46%, rgba(41, 41, 41, 0.6))), url('../jpg/advmanufacturing-header.jpg');
  background-image: linear-gradient(180deg, rgba(74, 74, 74, 0.15), rgba(41, 41, 41, 0.6) 46%), url('../jpg/advmanufacturing-header.jpg');
}

.industry-card-wrapper.distrib-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 74, 74, 0.15)), color-stop(46%, rgba(41, 41, 41, 0.6))), url('../jpg/distribution-header.jpg');
  background-image: linear-gradient(180deg, rgba(74, 74, 74, 0.15), rgba(41, 41, 41, 0.6) 46%), url('../jpg/distribution-header.jpg');
}

.alt-header {
  position: relative;
  height: 250px;
}

.alt-header-container {
  position: relative;
  bottom: -102px;
  display: block;
  width: 100%;
  max-width: 1200px;
  padding-top: 90px;
  padding-bottom: 30px;
  padding-left: 0px;
}

.alt-header-container.all-industries-container {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-color: #bfccd4;
}

.container-for-sections-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px none #fff;
  font-family: 'Proxima nova', sans-serif;
  color: #292929;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.industries-wrapper {
  display: block;
  width: 33.33%;
  height: 100%;
  margin-bottom: 10px;
  padding: 15px;
  float: left;
}

.industries-wrapper.intro {
  padding: 20px 89px 20px 15px;
}

.paragraph---industries-landing {
  padding-top: 20px;
  border-top: 1px solid #bfccd4;
  line-height: 22px;
  text-align: left;
}

.h4-a-fixed-height {
  display: block;
  width: 50%;
  height: 60px;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 15px;
  float: left;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.img---next-step {
  display: block;
  height: 135px;
  margin-right: auto;
  margin-left: auto;
}

.next-step-thumbnail-wrapper {
  overflow: hidden;
  width: 135px;
  height: 135px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 59.2%, 0.31)), to(hsla(0, 0%, 59.2%, 0.31)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 59.2%, 0.31), hsla(0, 0%, 59.2%, 0.31));
}

.next-step-content-wrapper {
  max-width: 300px;
  padding: 20px 20px 20px 0px;
}

.base-card-wrapper {
  width: 33.333%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  float: left;
  border-radius: 2px;
  font-family: Proximanovasoft, sans-serif;
  color: #324553;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.alt-header-no-img {
  position: relative;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
}

.breadcrumbs-background-color {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
}

.h3-indus-toolkit {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bfccd4;
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.downloadable-link {
  width: 33.33%;
  padding: 10px 10px 10px 0px;
  float: left;
  color: #00a0dd;
  text-decoration: none;
  cursor: pointer;
}

.toolkit-wrapper {
  width: 71%;
  margin-top: 60px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  font-family: Proximanovasoft, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.contact-sidebar-wrapper {
  width: 24%;
  margin-top: 60px;
  padding-right: 30px;
  float: right;
}

.container-no-padding-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px none #fff;
  font-family: 'Proxima nova', sans-serif;
  color: #292929;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text---res-points {
  width: 83%;
  margin-bottom: 10px;
  float: left;
  font-family: Proximanovasoft, sans-serif;
  color: #0076bb;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.text-res-contact-name {
  margin-bottom: 5px;
  float: left;
  clear: left;
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.res-contact-info {
  margin-top: 10px;
  float: left;
  font-family: Proximanovasoft, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
}

.text-res-contact-info {
  margin-bottom: 15px;
  float: left;
  clear: left;
  font-family: Proximanovasoft, sans-serif;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.link-res-email-info {
  margin-top: -15px;
  float: left;
  clear: left;
  font-family: Proximanovasoft, sans-serif;
  color: #4a4a4a;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.form---contact-res-expert {
  width: 100%;
  margin-top: 20px;
  padding: 0px;
  float: right;
}

.form-btn-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h3--regions {
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 35px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.success-message---contact-form {
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a7dde4), to(#a7dde4));
  background-image: linear-gradient(180deg, #a7dde4, #a7dde4);
  font-family: Proximanovasoft, sans-serif;
  color: #023a5a;
  line-height: 24px;
  font-weight: 400;
}

.error-message---contact-form {
  border-radius: 2px;
  font-family: Proximanovasoft, sans-serif;
  line-height: 24px;
}

.link-industries {
  padding-right: 20px;
  float: left;
  text-decoration: none;
  cursor: pointer;
}

.regions-summary-paragraph {
  font-size: 18px;
}

.h5-a {
  display: block;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 15px;
  float: left;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.btn-download {
  width: 20px;
  height: 15px;
  margin-top: 6px;
  margin-left: 5px;
  float: right;
  background-image: url('../svg/file_download---material.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.regions-drawers {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  border-bottom: 1px solid #bfccd4;
}

.h4--explore-regions {
  margin-bottom: 31px;
  font-family: effra, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.h4-phone-number {
  margin-bottom: 5px;
  font-family: effra, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.regions-map {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
}

.regions-section {
  margin-top: 60px;
}

.regions-list-wrapper {
  width: 340px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004e7d), to(#004e7d));
  background-image: linear-gradient(180deg, #004e7d, #004e7d);
}

.container-for-regions-map {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 30px;
  font-family: Proximanova, sans-serif;
  color: #292929;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.regions-list {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
}

.img-ghp-green-carrot {
  float: left;
}

.text--regions {
  padding-left: 20px;
  float: left;
  font-family: effra, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.card--news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  max-width: 320px;
  margin-right: 11px;
  margin-bottom: 0px;
  margin-left: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  color: #324553;
  text-decoration: none;
}

.card--news-wrap.max-width-380 {
  max-width: 380px;
}

.news-card-read-more {
  position: absolute;
  right: 30px;
  bottom: -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
}

.news-card-read-more:hover {
  color: #283a47;
}

.text---news-card-button {
  font-family: Proximanova, sans-serif;
  color: #00a0dd;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-left-arrow {
  position: absolute;
  left: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.icon {
  right: -30px;
  bottom: -85%;
  height: 40px;
}

.mask {
  overflow: hidden;
  height: 460px;
}

.text---tm-cta {
  padding-right: 20px;
  padding-bottom: 10px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Proxima nova', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.h3---blue-section {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 1px;
  padding-left: 15px;
  font-family: effra, sans-serif;
  color: #0076bb;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.h3---blue-section.h3-removepad {
  padding-left: 0px;
}

.event-card-learn-more {
  position: absolute;
  right: 30px;
  bottom: 0px;
  margin-top: 10px;
  float: left;
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.btn-arrow-float-right {
  width: 20px;
  height: 10px;
  margin-top: 6px;
  margin-left: 5px;
  float: left;
  background-image: url('../svg/arrow-dark-blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-arrow-float-right.green {
  margin-top: 5px;
  background-image: url('../svg/arrow-green.svg');
}

.btn-arrow-float-right.purple {
  margin-top: 4px;
  background-image: url('../svg/arrow-purple.svg');
}

.btn-arrow-float-right.teal {
  margin-top: 5px;
  background-image: url('../svg/arrow-teal.svg');
}

.contact-team---100w {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  text-align: left;
}

.h4-proxima-nova {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Proxima nova', sans-serif;
  color: #0076bb;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.h4-proxima-nova.contact-info {
  margin-top: 5px;
  margin-bottom: 0px;
}

.contact-team---50w {
  width: 45%;
  margin-top: 15px;
  margin-bottom: 28px;
  float: left;
  text-align: left;
}

.contact-team---50w.float-right {
  float: right;
}

.standard-link-block {
  display: block;
  width: 100%;
  float: left;
  clear: left;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.span---text-styling {
  font-family: Proximanova, sans-serif;
  color: #e64784;
  font-weight: 500;
}

.text-tm-title {
  margin-bottom: 5px;
  float: left;
  clear: left;
  font-family: Proximanovasoft, sans-serif;
  color: #324553;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.link-blue-tm-info {
  padding-bottom: 3px;
  float: left;
  clear: left;
  font-family: Proximanovasoft, sans-serif;
  color: #324553;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.link-blue-tm-info:hover {
  font-family: 'Proxima nova', sans-serif;
  color: #00a0dd;
}

.form---contact-team {
  position: relative;
  top: 0px;
  width: 100%;
  padding: 45px;
  float: right;
  border: 1px solid #bfccd4;
  background-color: #fff;
}

.form---contact-team.remove-negative-position {
  top: 0px;
}

.text---tm-name-small {
  margin-bottom: 6px;
  float: left;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.text---tm-title-info {
  margin-bottom: 10px;
  clear: left;
  font-family: effra, sans-serif;
  font-weight: 400;
}

.text---abbrev {
  margin-right: 10px;
  padding-top: 1px;
  float: left;
  font-family: effra, sans-serif;
  color: #3dc1cc;
  font-weight: 400;
}

.text---contact-link {
  float: left;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #00a0dd;
}

.text---contact-link:hover {
  color: #0076bb;
}

.accordion-column {
  width: 30%;
  margin-bottom: 30px;
  padding: 20px 20px 20px 0px;
  color: #023a5a;
  font-size: 14px;
}

.accordion-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #eee;
}

.drp {
  display: block;
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 0px;
}

.drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 35px 20px 30px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #bfccd4;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.drop:hover {
  background-color: #fafafa;
}

.drop.w--open {
  border-bottom-style: none;
  color: #fff;
}

.accordion-title {
  border-bottom: 1px none #000;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.drp-list {
  position: static;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 23px;
}

.drp-list.w--open {
  position: static;
  overflow: hidden;
  height: 100%;
  line-height: 23px;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px solid #bfccd4;
}

.accordion-icon {
  width: 25px;
  height: 15px;
  margin-top: 6px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.div-block-5 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading {
  width: 100%;
  margin-top: 5px;
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 38px;
  font-weight: 500;
}

.heading-2 {
  margin-top: 0px;
  font-family: effra, sans-serif;
  color: #0076bb;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

.system-section-title {
  padding-left: 50px;
  font-family: Proximanovasoft, sans-serif;
  color: #3f3f3f;
  font-size: 40px;
  line-height: 50px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 5px 10px 5px 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-block.related-group-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block.justify-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block.kei-button {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block.add-top-margin {
  margin-top: 20px;
}

.link-text--label {
  padding-right: 16px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: Proximanova, sans-serif;
  color: #00a0dd;
  font-size: 18px;
}

.link-text--label:hover {
  color: #0079a7;
}

.link-text--label.pink {
  display: inline-block;
  color: #e64784;
}

.link-text--label.green {
  color: #8ec39d;
}

.link-text--label.green:hover {
  color: #74a885;
}

.link-text--label.aqua {
  color: #50758b;
}

.link-text--label.aqua:hover {
  color: #4780a1;
}

.link-text--label.white {
  float: left;
  color: #fff;
}

.link-text--label.teal {
  color: #3dc1cc;
}

.link-text--label.teal:hover {
  color: #3bb2bc;
}

.link-text--label.purple {
  color: #6d7bc2;
}

.system-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  padding: 50px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.system-section-container.full-width {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.system-section-container.buttons {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-text--arrow {
  display: block;
  width: 15px;
  height: 17px;
  float: left;
}

.link-text--arrow.white {
  color: #a5e6ff;
}

.system-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px dashed #000;
}

.div-block-7 {
  width: 100%;
  margin-bottom: 35px;
}

.link-text {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Proxima nova', sans-serif;
  color: #00a0dd;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.link-text:hover {
  color: #0883b3;
}

.link-text.border-right {
  margin-right: 20px;
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 7px;
  border-right: 1px solid #979797;
}

.band-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4fcfc;
}

.band-container.vertical {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.band-container.vertical.add-texture {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 160, 221, 0.3)), to(rgba(0, 160, 221, 0.3))), url('../svg/ghp-texture.svg');
  background-image: linear-gradient(180deg, rgba(0, 160, 221, 0.3), rgba(0, 160, 221, 0.3)), url('../svg/ghp-texture.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.band-container.light-blue-section {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2fafb), to(#f2fafb));
  background-image: linear-gradient(180deg, #f2fafb, #f2fafb);
}

.text-block-7 {
  margin-right: 30px;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 28px;
  line-height: 37px;
  font-weight: 500;
}

.text-block-8 {
  width: 75%;
  max-width: 700px;
  margin-right: 30px;
  font-family: 'Proxima nova', sans-serif;
  color: #0076bb;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fafafa;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.card--biz-member--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}

.image-2 {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  border-radius: 100%;
}

.text-block-9 {
  font-family: Proximanova, sans-serif;
  color: #004e7d;
  font-size: 18px;
  font-weight: 700;
}

.text-block-10 {
  font-family: effra, sans-serif;
  color: #50758b;
  font-weight: 400;
}

.text-block-11 {
  padding-right: 5px;
  font-family: effra, sans-serif;
  color: #3dc1cc;
  font-weight: 700;
}

.link-2 {
  font-family: 'Proxima nova', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
}

.background-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f4fcfc;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-12 {
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-explore-card-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
}

.home-explore-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 300px;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../png/hcard-2b.png');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.text-block-13 {
  padding-right: 15px;
  opacity: 1;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
}

.text-block-13:hover {
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-block-14 {
  position: relative;
  z-index: 1;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

.home-explore-card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #0076bb;
}

.home-explore-card-overlay.light-blue {
  background-color: #00a0dd;
}

.home-explore-card-overlay.darken {
  background-color: #004e7d;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.home-explore--arrow {
  height: 17px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-17.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-image-paragraph {
  max-width: 300px;
  padding-right: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 26px;
}

.content-image--content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 30px 41px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.content-image--content-container.reversed {
  padding-right: 20px;
  padding-left: 20px;
}

.heading-3 {
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
}

.image-3 {
  position: relative;
  left: -50px;
  z-index: 0;
  max-width: 100%;
}

.image-3.reversed {
  left: 50px;
}

.div-block-19 {
  max-width: 300px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 73px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-image--data-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 30px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.content-image--data-paragraph {
  max-width: 450px;
  margin-bottom: 30px;
  padding-right: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 26px;
}

.content-image-data-container {
  position: relative;
  top: 112px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.content-image-data-image-wrap {
  position: relative;
  max-width: 100%;
}

.content-image-data--img {
  position: relative;
  left: -70px;
  z-index: 0;
  max-width: 100%;
}

.text-block-15 {
  margin-bottom: 30px;
}

.content-image-content {
  position: relative;
  top: 55px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.content-image-content.reversed {
  padding-top: 25px;
  padding-left: 40px;
}

.content-image--img-reversed {
  max-width: 300px;
}

.section--activity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #fff), color-stop(0, #f6f6f6));
  background-image: linear-gradient(180deg, #fff 49%, #f6f6f6 0);
}

.div-block-23 {
  max-width: 665px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-label {
  display: block;
  font-family: effra, sans-serif;
  color: #3dc1cc;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-label.centered {
  text-align: center;
}

.section-label.white {
  color: #fff;
  letter-spacing: 1px;
}

.section-label.lih-label {
  margin-bottom: 20px;
}

.section-label.member-callout {
  font-weight: 700;
}

.section-statement {
  margin-top: 0px;
  font-family: effra, sans-serif;
  color: #0076bb;
  font-size: 38px;
  line-height: 45px;
  font-weight: 500;
}

.wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper.contact-band {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f6f6f6), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #f6f6f6 60%, #fff 0);
}

.wrapper.background {
  background-color: #f4fcfc;
}

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px none #979797;
}

.container.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.container.vertical.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.program-benefit-list-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  border-bottom: 1px solid #bfccd4;
  background-image: url('../svg/ghp-blue-carrot-2.svg');
  background-position: 0px 0px;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: 'Proxima nova', sans-serif;
  color: #324553;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.program-benefit-list-item.last-child {
  border-bottom-style: none;
}

.program-benefit-list {
  max-width: 400px;
  margin-top: 30px;
}

.research--card {
  display: inline-block;
  max-width: 360px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  color: #324553;
  text-decoration: none;
}

.research-card--title {
  margin-bottom: 10px;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.research-card--container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.research-card--date {
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.research-card--header {
  padding: 20px;
}

.research-card--link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 90px;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 1;
}

.research-card--link:hover {
  color: #283a47;
}

.research-card--link-text {
  padding-right: 10px;
  font-family: effra, sans-serif;
  color: #e64784;
  font-weight: 500;
}

.research-card--descript-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fafafa;
}

.research--card--image {
  display: inline-block;
  max-width: 360px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  color: #324553;
  text-decoration: none;
}

.image-4 {
  width: 100%;
}

.masonry-grid-container {
  display: block;
  width: 750px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pagination-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.pagination-number--current {
  color: #00a0dd;
  font-size: 20px;
  text-decoration: none;
}

.pagination-number {
  color: #b9b9b9;
  font-size: 20px;
  text-decoration: none;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-5 {
  width: 12px;
}

.download-manager--separator {
  width: 1px;
  height: 20px;
  margin-right: 15px;
  margin-left: 25px;
  background-color: #979797;
}

.download-manager--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-17 {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}

.dropdown-toggle-2 {
  padding: 10px;
  text-align: center;
}

.download--dropdown-label {
  display: inline-block;
  width: auto;
  padding: 5px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-list-2 {
  right: 0px;
}

.dropdown-list-2.w--open {
  right: 8px;
}

.download-manager--link {
  padding: 15px 50px 15px 29px;
  background-color: #0076bb;
  background-image: url('../png/download--white.png');
  background-position: 95% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}

.download-manager--link:hover {
  background-color: #00a0dd;
}

.download-manager--link.odd {
  background-color: #0063a8;
}

.download-manager--link.odd:hover {
  background-color: #00a0dd;
}

.data-report--content-wrapper {
  width: 100%;
  max-width: 700px;
  padding-right: 20px;
}

.data-report--related-content-wrapper {
  width: 100%;
  max-width: 300px;
}

.container--bottom-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-bottom: 21px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #979797;
}

.data-report--sub-header {
  font-family: 'Proxima nova', sans-serif;
  color: #0063a8;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.data-report--title {
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}

.boss--download {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a1d6b2;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.boss--download.blue {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #00a0dd;
}

.boss--download.pink-download {
  width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.plus-sign--horizontal {
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.div-block-31 {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boss--arrow {
  width: 16px;
  margin-bottom: 5px;
}

.boss--download--text {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-top: 2px;
  line-height: 20px;
}

.plus-sign--vertical {
  position: relative;
  top: 2px;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.data-report--publish-date {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: effra, sans-serif;
  color: #50758b;
  font-size: 16px;
  font-weight: 400;
}

.data-report--tag {
  margin-right: 20px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.data-report--tag:hover {
  color: #023a5a;
}

.data-report--related-data-wrapper {
  margin-bottom: 50px;
}

.publication-download {
  padding: 40px;
  background-color: #f6f6f6;
}

.data-report--related-link {
  display: block;
  max-width: 400px;
  margin-top: 4px;
  padding: 5px 20px 5px 0px;
  background-image: url('../svg/file_download---material.svg');
  background-position: 100% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  color: #0076bb;
  text-decoration: none;
}

.data-report--related-link:hover {
  color: #00a0dd;
}

.related-data--title {
  font-family: effra, sans-serif;
  font-weight: 400;
}

.publication-label {
  font-family: effra, sans-serif;
  color: #3dc1cc;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.publication-header {
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h3--section-title {
  width: 100%;
  font-family: effra, sans-serif;
  color: #0063a8;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

.div-block-33 {
  position: relative;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.title-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.33%;
  -ms-flex: 1 0 33.33%;
  flex: 1 0 33.33%;
  color: #324553;
  text-decoration: none;
}

.title-card--title {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: effra, sans-serif;
  color: #0076bb;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  text-align: right;
}

.title-card-content-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.container--tablet--vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0px none #979797;
}

.news-card--home-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 151px;
  max-width: 150px;
}

.div-block-35 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.news-card--home-read-more {
  position: absolute;
  right: 40px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.text-block-18 {
  padding-right: 10px;
  font-family: effra, sans-serif;
  color: #50758b;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.hr-divider {
  position: static;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #979797;
}

.div-block-36 {
  margin-top: 15px;
}

.card--industry-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 660px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  color: #666;
  text-decoration: none;
}

.card--industry-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.33)), to(hsla(0, 0%, 100%, 0))), url('../jpg/aerospace-header.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.33), hsla(0, 0%, 100%, 0)), url('../jpg/aerospace-header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.card--industry--content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 32px;
  font-weight: 400;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.card--industry-read-more {
  position: static;
  right: 30px;
  bottom: -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 130px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.card--industry-read-more:hover {
  color: #283a47;
}

.card--industry--btn-text {
  padding-right: 10px;
  font-family: Proximanova, sans-serif;
  color: #e64784;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
}

.image-7 {
  width: 20px;
  height: 20px;
}

.card-industry-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 490px;
  max-height: 490px;
  max-width: 320px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  color: #324553;
  text-decoration: none;
}

.card--industry-small--img-wrap {
  overflow: hidden;
  height: 100%;
  max-height: 150px;
  background-image: url('../jpg/news-article-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card--industry-small--content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.card--industry-small--read-more {
  position: static;
  right: 30px;
  bottom: -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-top: 35px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
}

.card--industry-small--read-more:hover {
  color: #283a47;
}

.card--industry-small-btn-text {
  padding-right: 10px;
  font-family: Proximanova, sans-serif;
  color: #e64784;
  font-size: 18px;
  font-weight: 500;
}

.card--industry-small--title {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.related-group-container {
  display: inline-block;
  max-width: 700px;
  margin-bottom: 30px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.detail-page--banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0px none #979797;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.detail-page--banner-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card--biz-member-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 320px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fafafa;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-biz-member--title {
  font-family: Proximanova, sans-serif;
  color: #023a5a;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.text-block-19 {
  font-family: effra, sans-serif;
  color: #50758b;
  font-size: 16px;
  font-weight: 500;
}

.text-block-20 {
  font-family: effra, sans-serif;
  color: #7795a6;
  font-weight: 400;
}

.bold-text {
  line-height: 30px;
}

.detail-page--programs-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.div-block-42 {
  padding-left: 40px;
}

.industry--grid-wwrapper {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card-grid--news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: 320px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  color: #324553;
  text-decoration: none;
}

.card-grid--news-img {
  overflow: hidden;
  height: 150px;
  background-image: url('../jpg/news-article-img.jpg');
  background-position: 0px 0px;
  background-size: 322px;
}

.card-grid--ft-event-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 320px;
  margin-bottom: 0px;
  padding: 30px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../svg/ft-event-card-texture.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Proximanovasoft, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.card-grid--ft-event-wrap:hover {
  background-size: cover;
}

.industry-grid--ft-event-link-text {
  position: absolute;
  right: 30px;
  bottom: 0px;
  margin-top: 10px;
  float: left;
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.image-10 {
  width: 18px;
  height: 100%;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-46 {
  display: block;
}

.kei-layout-2-link {
  border-top: 1px none #000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: effra, sans-serif;
  color: #50758b;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.kei-layout-2-link:hover {
  color: #023a5a;
}

.div-block-48 {
  padding-top: 15px;
  border-top: 1px solid #979797;
}

.kei-band-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-49 {
  width: 100%;
  height: 100%;
  /* background-color: #023a5a; */
  background-color: #02497f;
}

.div-block-50 {
  width: 100%;
}

.boss--submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a0dd;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.boss--submit:active {
  background-color: #606db3;
}

.boss--submit--text {
  position: static;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
  line-height: 20px;
}

.boss--submit--arrow {
  width: 23px;
  height: auto;
}

.next-page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dashed #000;
  font-size: 44px;
  line-height: 64px;
}

.link-3 {
  padding: 20px 40px;
  border: 2px solid #000;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Proximanovasoft, sans-serif;
  color: #292929;
  font-size: 24px;
  text-decoration: none;
}

.link-3:hover {
  background-color: #222;
  color: #fff;
}

.accordion-column-link {
  font-family: Proximanovasoft, sans-serif;
  color: #00a0dd;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-51 {
  max-width: 50%;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.resource-download {
  width: 33.33%;
  margin-bottom: 20px;
  padding: 19px 19px 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #292929;
  text-decoration: none;
}

.resource-download:hover {
  background-color: #fafafa;
}

.resource-download-text {
  display: inline-block;
  padding-right: 15px;
  font-family: Proximanova, sans-serif;
  color: #a1d6b2;
  font-size: 18px;
  font-weight: 500;
}

.div-block-53 {
  display: inline-block;
  margin-bottom: 5px;
}

.factoid-title {
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.factoid-number {
  color: #3dc1cc;
}

.factoid-wrapper {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #979797;
  text-align: center;
}

.factoid-wrapper.last-child {
  border-right-style: none;
}

.priority-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 250px;
  margin: 2.5%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4fcfc;
  color: #292929;
  text-align: left;
  text-decoration: none;
}

.priority-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fake-link-container {
  position: relative;
  display: block;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.fake-link-container:hover {
  color: #283a47;
}

.fake-link-text {
  padding-right: 10px;
  font-family: Proximanova, sans-serif;
  color: #e64784;
  font-size: 18px;
  font-weight: 500;
}

.policy-image-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.policy-image-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-grid--img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  background-image: url('../example-bg.html');
  background-position: 50% 50%;
  background-size: cover;
}

.image-grid--img.two-thirds {
  width: 64%;
  background-image: url('../jpg/content-image-data--img.jpg');
}

.image-grid--img.one-third {
  width: 34%;
  background-image: url('../jpg/biotech-header.jpg');
}

.image-grid--img.one-third.no-bg {
  overflow: hidden;
  width: 28%;
  max-height: 250px;
  background-image: none;
}

.image-grid--img.one-third.bg-3 {
  background-image: url('../jpg/energy-header.jpg');
}

.image-grid--img.one-third.bg-2 {
  background-image: url('../jpg/hq-header.jpg');
}

.image-grid--img.stacked {
  height: 120px;
  margin-bottom: 20px;
  background-image: url('../png/slider-img-expand-2.png');
}

.image-grid--img.stacked.last-child {
  margin-bottom: 0px;
}

.image-grid--img.stacked.last-child.bg-2 {
  background-image: url('../jpg/news-article-img.jpg');
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.h3-small {
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.div-block-55 {
  padding-right: 30px;
  text-align: center;
}

.div-block-56 {
  position: relative;
  display: inline-block;
  width: 20px;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.green-underline {
  position: absolute;
  bottom: -5px;
  width: 20px;
  height: 3px;
  background-color: #a1d6b2;
}

.committee-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.committee-topic-container {
  display: block;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-57 {
  width: 70%;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.newsletter-white-arrow {
  position: relative;
  left: -39px;
  top: -20px;
}

.sub-section-header {
  font-family: 'Proxima nova', sans-serif;
  color: #292929;
  font-size: 24px;
  line-height: 34px;
}

.sub-section-header.centered {
  max-width: 667px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.fraud-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.industries-index--grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../svg/ghp-carrot-5opacity.svg');
  background-position: 0px 100%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 30px;
}

.industry-index-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../jpg/distribution.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  color: #fff;
  text-decoration: none;
}

.industry-index-card:hover {
  background-size: 105% 105%;
}

.industry-index-card.energy {
  background-image: url('../jpg/energy.jpg');
  background-size: 100% 100%;
}

.industry-index-card.energy:hover {
  background-size: 105% 105%;
}

.industry-index-card.biotech {
  background-image: url('../jpg/biotech.jpg');
  background-size: 100% 100%;
}

.industry-index-card.biotech:hover {
  background-size: 105% 105%;
}

.industry-index-card.headquarters {
  background-image: url('../jpg/headquarters.jpg');
  background-size: 100% 100%;
}

.industry-index-card.headquarters:hover {
  background-size: 105% 105%;
}

.industry-index-card.innovation {
  background-image: url('../jpg/innovation.jpg');
  background-size: 100% 100%;
}

.industry-index-card.innovation:hover {
  background-size: 105% 105%;
}

.industry-index-card.aerospace {
  background-image: url('../jpg/nasa.jpg');
  background-size: 100% 100%;
}

.industry-index-card.aerospace:hover {
  background-size: 105% 105%;
}

.industry-index-card.manufacturing {
  background-image: url('../jpg/advanced-manufacturing.jpg');
  background-size: 100% 100%;
}

.industry-index-card.manufacturing:hover {
  background-size: 105% 105%;
}

.industry-index-card.logistics {
  background-image: url('../jpg/distribution.jpg');
  background-size: 100% 100%;
}

.industry-index-card.logistics:hover {
  background-size: 105% 105%;
}

.industry-index-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 330px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.big-stat-number {
  font-family: Proximanova, sans-serif;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
}

.industry-card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.industry-card-overlay.prussian-blue {
  background-color: rgba(2, 58, 90, 0.7);
}

.industry-card-overlay.prussian-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0)), to(#023a5a));
  background-image: linear-gradient(180deg, rgba(2, 58, 90, 0), #023a5a);
}

.industry-card-overlay.green-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 255, 136, 0)), to(#8cc49c));
  background-image: linear-gradient(180deg, rgba(88, 255, 136, 0), #8cc49c);
}

.industry-card-overlay.green {
  background-color: rgba(140, 196, 156, 0.2);
}

.industry-card-overlay.light-blue {
  background-color: rgba(61, 193, 204, 0.2);
}

.industry-card-overlay.light-blue-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 193, 204, 0)), to(#3dc1cc));
  background-image: linear-gradient(180deg, rgba(61, 193, 204, 0), #3dc1cc);
}

.industry-card-overlay.cerisse-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 71, 132, 0)), to(#e64784));
  background-image: linear-gradient(180deg, rgba(230, 71, 132, 0), #e64784);
}

.industry-card-overlay.cerisse-pink {
  background-color: rgba(230, 71, 132, 0.35);
}

.industry-card-overlay.boat-blue-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 160, 221, 0)), to(#0076bb));
  background-image: linear-gradient(180deg, rgba(0, 160, 221, 0), #0076bb);
}

.industry-card-overlay.boat-blue {
  background-color: rgba(0, 118, 187, 0.2);
}

.industry-card-overlay.dark-blue-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 78, 125, 0)), to(#004e7d));
  background-image: linear-gradient(180deg, rgba(0, 78, 125, 0), #004e7d);
}

.industry-card-overlay.dark-blue {
  background-color: rgba(0, 78, 125, 0.2);
}

.industry-index-card-content {
  position: relative;
  z-index: 1;
}

.hidden-link-text {
  position: absolute;
  right: 0px;
  z-index: 5;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 0px;
  opacity: 0;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.card-title {
  overflow: hidden;
  height: 63px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: effra, sans-serif;
  color: #0063a8;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.industry-index-card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}

.industry-index-title-card--title {
  font-family: effra, sans-serif;
  color: #0076bb;
  line-height: 46px;
  font-weight: 500;
}

.callout-band-description {
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Proxima nova', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.callout-band-description.centered {
  text-align: center;
}

.nav-dropdown-factoid {
  font-size: 16px;
  font-weight: 400;
}

.about-statement-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 0px none #979797;
}

.about-statement-banner.left-edge {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-statement-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../svg/ghpcarrot.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.5)), to(rgba(2, 58, 90, 0.5))), url('../example-bg.html');
  background-image: url('../svg/ghpcarrot.svg'), linear-gradient(180deg, rgba(2, 58, 90, 0.5), rgba(2, 58, 90, 0.5)), url('../example-bg.html');
  background-position: 0px 100%, 0px 0px, 50% 50%;
  background-size: 360px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.about-statement-img.reversed-hcarrot {
  background-image: url('../svg/ghpcarrot-r.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.5)), to(rgba(2, 58, 90, 0.5))), url('../example-bg.html');
  background-image: url('../svg/ghpcarrot-r.svg'), linear-gradient(180deg, rgba(2, 58, 90, 0.5), rgba(2, 58, 90, 0.5)), url('../example-bg.html');
  background-position: 100% 100%, 0px 0px, 50% 50%;
  background-size: 360px, auto, cover;
}

.about-statement-details-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 75px 0px 50px 75px;
  background-color: #fff;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.about-statement-details-container.background-image {
  padding-right: 50px;
  padding-bottom: 200px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-image: url('../svg/o-ghp-wattermark-20.svg');
  background-position: 100% 50%;
  background-size: 550px;
  background-repeat: no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-63 {
  position: relative;
  width: 50%;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-64.reversed {
  max-width: 600px;
  padding-right: 0px;
  padding-left: 50px;
}

.image-15 {
  width: 100%;
  max-height: 470px;
}

.text-block-21 {
  max-width: 420px;
  padding-bottom: 10px;
  font-family: effra, sans-serif;
  color: #0076bb;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

.div-block-65 {
  width: 1000px;
  max-width: 90%;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

.heading-5 {
  width: 80%;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.video-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../example-bg.html');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 450px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #023a5a;
}

.text-block-22 {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin-bottom: 20px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}

.div-block-68 {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.image-16 {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 0;
  width: 100px;
}

.member-tier {
  background-color: #6cc6eb;
  text-align: center;
}

.circle.partnership {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #00a0dd;
}

.circle.leadership {
  width: 30px;
  height: 30px;
}

.circle.associate {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #6cc6eb;
}

.circle.leadership {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #0076bb;
}

.circle.associate-hide {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #6cc6eb;
}

.circle.leadership-hide {
  width: 30px;
  height: 30px;
}

.text-block-24 {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 75px;
  font-family: effra, sans-serif;
  color: #50758b;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.membership-price {
  margin-top: 5px;
  font-family: effra, sans-serif;
  color: #50758b;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.membership-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #979797;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #bfccd4;
  border-bottom: 1px solid #bfccd4;
  border-left: 1px none #bfccd4;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}

.partner-label-column {
  width: 35%;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-25 {
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 22px;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #bfccd4;
  border-bottom: 1px solid #bfccd4;
  background-color: #e5f1f8;
}

.vertical-label {
  position: relative;
  left: -20px;
  top: 50%;
  right: 50%;
  width: 90px;
  -webkit-transform: translate(0px, -50%) rotate(-90deg);
  -ms-transform: translate(0px, -50%) rotate(-90deg);
  transform: translate(0px, -50%) rotate(-90deg);
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-75 {
  display: block;
  width: 50px;
  height: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6cc6eb;
}

.div-block-75.partnership {
  height: 360px;
  background-color: #00a0dd;
}

.div-block-75.leadership {
  height: 180px;
  background-color: #0076bb;
}

.benefit-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004e7d;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-76 {
  height: 50px;
  background-color: #004e7d;
}

.div-block-77 {
  width: 100%;
}

.div-block-78 {
  width: 100%;
}

.youtube {
  position: absolute;
  width: 100px;
}

.youtub-hovered {
  position: absolute;
  width: 100px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.video-modal-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  padding: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.86);
  opacity: 0;
}

.close-icon {
  width: 35px;
  height: 100%;
  margin-left: 15px;
}

.close-modal {
  position: absolute;
  top: 14%;
  right: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.align-center.border-right.max-width-col {
  padding-right: 10px;
}

.align-center.max-width-col {
  max-width: 600px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vertical-line {
  width: 1px;
  height: 100%;
  min-height: 100px;
  background-color: #bfccd4;
}

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

.form-two-col-input-wrapper {
  width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.related-news-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 275px;
  margin-bottom: 20px;
  padding: 25px 20px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.01)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-family: Proximanovasoft, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.related-news-card.purple-wrapper {
  width: 275px;
  background-image: url('../svg/kei-background.svg'), -webkit-gradient(linear, left top, left bottom, from(#004e7d), to(#004e7d));
  background-image: url('../svg/kei-background.svg'), linear-gradient(180deg, #004e7d, #004e7d);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.related-news-card.green-wrapper {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../svg/kei-background.svg'), -webkit-gradient(linear, left top, left bottom, from(#3dc1cc), to(#3dc1cc));
  background-image: url('../svg/kei-background.svg'), linear-gradient(180deg, #3dc1cc, #3dc1cc);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.related-news-card.teal-wrapper {
  background-image: url('../svg/kei-background.svg'), -webkit-gradient(linear, left top, left bottom, from(#e64784), to(#e64784));
  background-image: url('../svg/kei-background.svg'), linear-gradient(180deg, #e64784, #e64784);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.related-news-card-title {
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}

.related-news-card-description {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.related-news-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.reseearch-sidebar--team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 15px 15px 15px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-team-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
  float: left;
}

.btn-base {
  padding: 10px 15px;
}

.btn-base.pink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e64784), to(#e64784));
  background-image: linear-gradient(180deg, #e64784, #e64784);
}

.btn-base.pink-hero {
  width: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e64784), to(#e64784));
  background-image: linear-gradient(180deg, #e64784, #e64784);
}

.heading-2-white {
  margin-top: 0px;
  font-family: effra, sans-serif;
  color: #fafafa;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.secondary-nav-text {
  float: left;
}

.secondary-drop-down {
  padding: 0px;
}

.secondary-drop-down-style {
  border-style: none;
  color: #3dc1cc;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.secondary-drop-down-style:hover {
  background-color: #eee;
  color: #3dc1cc;
  font-weight: 500;
}

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

.dropdown-list-3.w--open {
  border-top: 2px solid #3dc1cc;
}

.background-transparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-statement-details-container-reversed {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 75px 50px 50px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.about-statement-details-container-reversed.background-image-reverse {
  padding-right: 0px;
  padding-bottom: 200px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-image: url('../svg/ghp-wattermark-20.svg');
  background-position: 0px 50%;
  background-size: 550px;
  background-repeat: no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-64-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 600px;
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-67-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 450px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #023a5a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.3)), to(rgba(2, 58, 90, 0.3))), url('../jpg/conventiondistrict1_sx_pwtz9awmgbyd_fh47utr18q0ablzbh.jpg');
  background-image: linear-gradient(180deg, rgba(2, 58, 90, 0.3), rgba(2, 58, 90, 0.3)), url('../jpg/conventiondistrict1_sx_pwtz9awmgbyd_fh47utr18q0ablzbh.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 600px;
  background-repeat: repeat, no-repeat;
}

.text-block-white {
  margin-bottom: 60px;
  font-family: effra, sans-serif;
  color: #fafafa;
  font-size: 25px;
  text-align: center;
}

.container---download-now {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pink-download {
  display: block;
  width: 160px;
  margin: 15px auto 30px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e64784;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.mouse-container {
  width: auto;
  height: auto;
  border: 1px none #999;
}

.mouse-outline {
  position: relative;
  display: block;
  width: 40px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 36px;
}

.mouse-wheel {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.mouse-arrow-first {
  position: relative;
  top: 10px;
  display: block;
  width: 25px;
  height: 17px;
  margin-right: auto;
  margin-left: auto;
}

.mouse-arrow-second {
  position: relative;
  top: 10px;
  display: block;
  width: 25px;
  height: 17px;
  margin-right: auto;
  margin-left: auto;
}

.bod-conrtainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 61px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0px none #979797;
  background-image: url('../png/section-background-arrow-reverse.png');
  background-position: 0px -130px;
  background-size: 410px;
  background-repeat: no-repeat;
}

.bod-detail {
  width: 100%;
  padding-left: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bod-headshot {
  width: 100px;
  height: 100px;
  margin-right: 50px;
  margin-left: 50px;
  float: left;
  border-radius: 2px;
}

.bod-name-container {
  margin-top: 45px;
  margin-left: 10px;
  float: left;
  font-family: effra, sans-serif;
  color: #50758b;
  font-size: 18px;
  font-weight: 300;
}

.bod-title-container {
  margin-top: 20px;
  margin-right: 20px;
  float: left;
}

.h2---bod-name {
  margin-top: 0px;
  padding-right: 30px;
  border-right: 1px solid #bfccd4;
  font-family: effra, sans-serif;
  color: #0076bb;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.talent-block-img {
  width: 45%;
  height: 500px;
  min-width: 500px;
  background-image: url('../example-bg.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.talent-content-container-lg {
  position: absolute;
  left: 235px;
  top: 204px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 1200px;
  padding: 30px 30px 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transform: translate(0px, -35%);
  -ms-transform: translate(0px, -35%);
  transform: translate(0px, -35%);
}

.talent-page--banner-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.talent-block-img-lg {
  width: 45%;
  height: 550px;
  min-width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../example-bg.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.talent-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
  font-family: 'Proxima nova', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.talent-link-block-lg {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 39%;
  margin-top: 15px;
  margin-right: 50px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.talent-page-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 0px none #979797;
}

.talent-content-reversed-container-lg {
  position: absolute;
  left: 0px;
  top: 204px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 30px 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transform: translate(0px, -35%);
  -ms-transform: translate(0px, -35%);
  transform: translate(0px, -35%);
}

.talent-page-block-reversed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 0px none #979797;
}

.talent-content-container {
  position: absolute;
  left: 235px;
  top: 204px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 1200px;
  padding: 30px 30px 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transform: translate(0px, -35%);
  -ms-transform: translate(0px, -35%);
  transform: translate(0px, -35%);
}

.talent-link-block {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 41%;
  margin-top: 15px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.talent-content-container-reversed {
  position: absolute;
  left: 0px;
  top: 204px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 1200px;
  padding: 30px 30px 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transform: translate(0px, -35%);
  -ms-transform: translate(0px, -35%);
  transform: translate(0px, -35%);
}

.download-guide-container {
  width: 100%;
  max-width: 340px;
  padding-right: 0px;
  float: left;
}

.ambassador-details-container {
  width: 41%;
  padding-right: 0px;
  float: left;
}

.form---ambassador-application {
  position: relative;
  top: 0px;
  width: 100%;
  padding: 0px 15px;
  float: right;
  background-color: #fff;
}

.h4-ambassador {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.form-two-col-input-wrapper-ambassador {
  min-width: 45%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-state-seletor {
  width: 25%;
  margin-right: 15px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-two-col-input-wrapper-copy-copy {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-three-col-input-wrapper-ambassador {
  width: 33.33%;
  margin-right: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.application-btn-container {
  width: 230px;
  margin-top: 45px;
}

.application-form-wrapper {
  position: static;
  top: 0px;
  right: 0px;
  width: 50%;
  padding: 0px 30px 0px 45px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-centered {
  font-size: 16px;
  line-height: 26px;
}

.h2-a-centered {
  margin-bottom: 20px;
  font-family: effra, sans-serif;
  color: #0076bb;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}

.get-involved-tabs-wrapper {
  position: static;
  left: 0px;
  right: 0px;
  bottom: -226px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.get-involved-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 258px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}

.get-involved-tab-menu.w--current {
  background-image: url('../svg/active-arrow.svg');
  background-position: 50% 100%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.get-involved-tab-menu.ir-tab {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 196, 156, 0.5)), to(rgba(140, 196, 156, 0.5))), url('../png/tab-2.png');
  background-image: linear-gradient(180deg, rgba(140, 196, 156, 0.5), rgba(140, 196, 156, 0.5)), url('../png/tab-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.get-involved-tab-menu.ir-tab.w--current {
  background-image: url('../svg/active-arrow.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(140, 196, 156, 0.5)), to(rgba(140, 196, 156, 0.5))), url('../png/tab-2.png');
  background-image: url('../svg/active-arrow.svg'), linear-gradient(180deg, rgba(140, 196, 156, 0.5), rgba(140, 196, 156, 0.5)), url('../png/tab-2.png');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: 40px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.get-involved-tab-menu.bd-tab1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 118, 187, 0.5)), to(rgba(0, 118, 187, 0.5))), url('../png/tab-1.png');
  background-image: linear-gradient(180deg, rgba(0, 118, 187, 0.5), rgba(0, 118, 187, 0.5)), url('../png/tab-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.get-involved-tab-menu.bd-tab1.w--current {
  background-image: url('../svg/active-arrow.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 118, 187, 0.5)), to(rgba(0, 118, 187, 0.5))), url('../png/tab-1.png');
  background-image: url('../svg/active-arrow.svg'), linear-gradient(180deg, rgba(0, 118, 187, 0.5), rgba(0, 118, 187, 0.5)), url('../png/tab-1.png');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: 40px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.get-involved-tab-menu.gi-tab3 {
  padding-top: 82px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 109, 179, 0.5)), to(rgba(96, 109, 179, 0.5))), url('../png/tab-3.png');
  background-image: linear-gradient(180deg, rgba(96, 109, 179, 0.5), rgba(96, 109, 179, 0.5)), url('../png/tab-3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.get-involved-tab-menu.gi-tab3.w--current {
  background-image: url('../svg/active-arrow.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(96, 109, 179, 0.5)), to(rgba(96, 109, 179, 0.5))), url('../png/tab-3.png');
  background-image: url('../svg/active-arrow.svg'), linear-gradient(180deg, rgba(96, 109, 179, 0.5), rgba(96, 109, 179, 0.5)), url('../png/tab-3.png');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: 40px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.get-involved-tab-content {
  position: static;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: left;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-for-gi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none #fff;
  background-color: #f4fcfc;
  font-family: 'Proxima nova', sans-serif;
  color: #292929;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.background-transparent-gi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: 30px;
  margin-left: 30px;
  padding: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-content {
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.sub-section-headerr-top-margin {
  margin-top: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #292929;
  font-size: 24px;
  line-height: 34px;
}

.biz-dev-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.biz-dev-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo {
  width: 230px;
  height: 50px;
  margin-bottom: 15px;
}

.dev-name-container {
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.biz-dev-paragraph {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Proxima nova', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.gi-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gi-content {
  width: 47%;
  margin-bottom: 45px;
}

.gi-paragraph {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Proxima nova', sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.committie-link {
  margin-top: 7px;
  margin-bottom: 7px;
  float: left;
  clear: left;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.committie-link-wrapper {
  margin-top: 15px;
  float: left;
  clear: left;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.ui-unorderedlist {
  padding-left: 20px;
  font-family: Proximanovasoft, sans-serif;
  color: #324553;
  font-size: 16px;
  font-weight: 400;
}

.gi-list {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-three-col-input-wrapper {
  min-width: 45%;
  margin-right: 0px;
}

.form---contact-sidebar {
  width: 100%;
  margin-top: 20px;
  padding: 0px;
  float: right;
}

.teaser-text-container {
  position: relative;
  width: 100%;
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wellsfargo-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  margin: 30px auto;
  background-image: url('../png/wells-fargo-cmyk.png');
  background-position: 50% 50%;
  background-size: auto 80px;
  background-repeat: no-repeat;
}

.accenture-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  margin: 15px auto;
  background-position: 50% 50%;
  background-size: auto 45px;
  background-repeat: no-repeat;
}

.bp-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  margin: 15px auto;
  background-image: url('../png/bp-cmyk-2.png');
  background-position: 50% 50%;
  background-size: auto 80px;
  background-repeat: no-repeat;
}

.centerpoint-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  min-width: 110px;
  margin: 15px auto;
  background-image: url('../png/cnp_corporate_always_4c.png');
  background-position: 50% 50%;
  background-size: auto 85px;
  background-repeat: no-repeat;
}

.chevron-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  margin: 15px auto;
  background-image: url('../png/1_digital_hallmark_vert_rgb-01.png');
  background-position: 50% 50%;
  background-size: auto 80px;
  background-repeat: no-repeat;
}

.exxon-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  min-width: 110px;
  margin: 15px auto;
  background-image: url('../png/exxonmobil-cmyk.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.insperity-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  margin: 15px auto;
  padding-right: 28px;
  padding-left: 28px;
  background-image: url('../png/inspirity3x.png');
  background-position: 50% 50%;
  background-size: 170px;
  background-repeat: no-repeat;
}

.jpchase-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  margin: 15px auto;
  background-image: url('../png/logo2008_jpmc_d_black-converted.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.reliant-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  min-width: 110px;
  margin: 15px auto;
  background-image: url('../png/reliantr_v.png');
  background-position: 50% 50%;
  background-size: auto 85px;
  background-repeat: no-repeat;
}

.shell-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  margin: 15px auto;
  background-image: url('../png/shell-cmyk.png');
  background-position: 50% 50%;
  background-size: auto 80px;
  background-repeat: no-repeat;
}

.transcanada-logo {
  display: block;
  width: 20%;
  min-height: 100px;
  min-width: 110px;
  margin: 15px auto;
  background-image: url('../png/tc_corp_2cpos.png');
  background-position: 50% 50%;
  background-size: 170px;
  background-repeat: no-repeat;
}

.emphasis-style-title {
  padding-bottom: 3px;
  border-bottom: 1px solid #3dc1cc;
}

.emphasis-style-body {
  font-family: Proximanova, sans-serif;
  color: #00a0dd;
}

.h3-bold {
  width: 100%;
  margin-top: 0px;
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
}

.tm-point-wrapper {
  width: 100%;
  text-align: left;
}

.slide-link-bold {
  display: none;
  margin-bottom: 30px;
  float: left;
  clear: left;
  font-family: effra, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.text-block-27 {
  line-height: 26px;
}

.accordion-phone {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 24px;
  line-height: 26px;
}

.data-header-content-container {
  position: static;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.member-sticker {
  position: absolute;
  top: -47px;
  right: -48px;
  width: 100px;
  height: 100px;
  background-image: url('../png/become-a-member-sticker.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-membership-dropdown-info-block {
  position: absolute;
  top: 0px;
  right: 1px;
  z-index: 3;
  width: 55%;
  height: 325px;
  padding: 20px;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
  color: #023a5a;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.div-block-82 {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.kei-container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.leadership-container {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.biz-dev-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.programs-activity-img {
  display: block;
  width: 645px;
  margin-right: auto;
  margin-left: auto;
}

.blog-date {
  font-family: effra, sans-serif;
  color: #50758b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h3-ne-band {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: effra, sans-serif;
  color: #0076bb;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.event-cards-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.relocation-sticker {
  position: absolute;
  top: -47px;
  right: 15px;
  width: 100px;
  height: 100px;
  background-image: url('../png/relocation-guide.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.filter-sidebar-wrapper {
  width: 24%;
  max-width: 250px;
  margin-top: 60px;
  padding-right: 30px;
  float: right;
  text-align: left;
}

.filter-header {
  width: 100%;
  float: left;
  font-family: effra, sans-serif;
  color: #004e7d;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.filter-drawer {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  float: left;
  clear: left;
  border-bottom: 1px solid #bfccd4;
  font-family: Proximanovasoft, sans-serif;
  color: #324553;
  font-size: 14px;
  font-weight: 400;
}

.drawer-label {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: effra, sans-serif;
  color: #023a5a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.filter-drawer-arrow {
  width: 15px;
  height: 20px;
  float: right;
  background-image: url('../svg/accordion-arrow-.svg');
  background-position: 50% 50%;
  background-size: 10px 17px;
  background-repeat: no-repeat;
}

.filter-label {
  width: 80%;
  float: left;
}

.filter-checkbox {
  margin-bottom: 10px;
}

.filter-checkbox:active {
  font-family: Proximanova, sans-serif;
  font-weight: 500;
}

.filter-checkbox:focus {
  font-family: Proximanova, sans-serif;
  font-weight: 500;
}

.callout-band-description-white {
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.contact-band-max {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text---label-link {
  margin-bottom: 5px;
  clear: left;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-chevron {
  display: block;
  width: 15px;
  height: 17px;
  float: left;
}

.div-block-83 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.div-block-5-parent {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.paragraph---newsletter-cta {
  padding-right: 20px;
  font-family: effra, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.footer-newsletter-sign-up {
  position: relative;
  width: 400px;
  float: left;
}

.footer-opt-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  padding: 12px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
  text-decoration: none;
}

.text-block-28 {
  padding: 12px 15px;
  font-family: effra, sans-serif;
  color: #fff;
}

.arrow-white {
  width: 12px;
  margin-top: 5px;
  margin-left: 12px;
  padding-bottom: 0px;
  float: left;
  background-image: url('../png/long-arrow--white_1.png');
  background-position: 0px 0px;
  background-size: 12px;
  background-repeat: no-repeat;
}

.event-hero-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 475px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 78, 125, 0.79)), to(rgba(0, 78, 125, 0.79)));
  background-image: linear-gradient(180deg, rgba(0, 78, 125, 0.79), rgba(0, 78, 125, 0.79));
}

.event-left-arrow-default {
  position: absolute;
  left: 11%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 45px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #023a5a;
  cursor: pointer;
}

.event-left-arrow-default.disabled-left-arrow {
  opacity: 0.3;
  cursor: none;
}

.event-right-arrow-default {
  left: 18%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 45px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #023a5a;
  cursor: pointer;
}

.event-right-arrow-default.disabled-right-arrow {
  opacity: 0.3;
  cursor: none;
}

.slider-arrow-container {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 70px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.event-slide {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
}

.event-hero-info {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 480px;
  min-width: 445px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #023a5a;
}

.event-slide-mask {
  overflow: hidden;
}

.event-slider-icon-right {
  left: 10px;
  right: 0px;
  bottom: -85%;
  width: 20px;
  height: 20px;
  margin-left: 0px;
}

.event-slider-icon-left {
  left: 15px;
  right: 0px;
  bottom: -85%;
  width: 20px;
  height: 20px;
  margin-left: 0px;
}

.image-17 {
  position: relative;
}

.event-slider-divider {
  width: 1px;
  height: 40px;
  background-color: #bfccd4;
}

.event-slider-mask {
  width: 100%;
  height: 475px;
}

.event-hero-container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.h4-event-title-white {
  width: 100%;
  margin-top: 15px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
  text-align: left;
}

.event-title-white {
  width: 100%;
  margin-top: 0px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.text-event-time {
  width: 100%;
  margin-top: 0px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.text-event-address {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Proximanova, sans-serif;
  color: #00a0dd;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link--tab-arrow {
  margin-left: 10px;
}

.text-link-event-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Proximanova, sans-serif;
  color: #00a0dd;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.text---event-label {
  margin-bottom: 5px;
  clear: left;
  font-family: effra, sans-serif;
  color: #3dc1cc;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-84 {
  width: 1430px;
}

.event-right-arrow-fk {
  position: relative;
  display: block;
  width: 45px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../svg/event-arrow-right.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #023a5a;
  cursor: pointer;
}

.event-right-arrow-fk.disabled-right-arrow {
  opacity: 0.3;
  cursor: none;
}

.event-left-arrow {
  position: relative;
  display: block;
  width: 45px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../svg/event-arrow-left.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #023a5a;
  cursor: pointer;
}

.event-left-arrow.disabled-right-arrow {
  opacity: 0.3;
  cursor: none;
}

.event-left-arrow.inactive-arrow {
  opacity: 0.7;
}

.slide-img-container {
  position: relative;
  z-index: 3;
  width: 60.5%;
  height: 100%;
}

@media (max-width: 991px) {
  .container-for-sections {
    position: static;
    max-width: 800px;
    padding: 40px 30px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container-for-sections.relative-pos {
    margin-top: 0px;
    padding-top: 0px;
  }
  .container-for-sections.add-background-color {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper-content-standard {
    max-width: 800px;
  }
  .page-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    /* column-gap: 20px; */
    width: 100%;
    /* margin-top: 30px; */
  }
  .form---newsletter-sign-up {
    width: 100%;
  }
  .page-links-column {
    /* width: 30%;
    margin-right: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
  }
  .page-links-column.no-right-margin {
    float: right;
  }
  .fieldlabel---newsletter {
    width: 100%;
    padding-right: 0px;
    float: left;
    text-align: center;
  }
  .form---newsletter-email-input {
    width: 100%;
    margin-top: 7px;
    float: right;
  }
  .button---newseltter-submit {
    right: 0px;
  }
  .wrapper-content-equal-padding {
    max-width: 800px;
  }
  .footer-poetic-logo {
    right: 75px;
    bottom: 0px;
  }
  .footer-poetic-logo.tablet-poet {
    bottom: 162px;
  }
  .main-nav-container {
    max-width: 800px;
  }
  .nav-link-events-button {
    background-color: #00a0dd;
    background-image: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .nav-link-events-button:hover {
    background-color: #0076bb;
  }
  .nav-logo {
    top: 0px;
    width: 200px;
  }
  .btn-basic.pink {
    clear: left;
  }
  .btn-text {
    font-size: 20px;
  }
  .btn-arrow.white {
    margin-top: 0px;
    background-image: none;
  }
  .btn-arrow.lg-l-blue {
    margin-top: 2px;
  }
  .h3 {
    width: 100%;
  }
  .h3.left-padding {
    padding-left: 0px;
  }
  .h4-a {
    float: left;
    text-align: left;
  }
  .h4-a.float-right {
    float: none;
    text-align: center;
  }
  .h4-a.light-blue {
    float: none;
  }
  .paragraph.centered {
    text-align: left;
  }
  .home-card-wrapper {
    min-width: 50%;
  }
  .home-card-wrapper.hc3 {
    clear: none;
  }
  .text-homepage-card {
    width: 100%;
  }
  .h-card-btn-container {
    height: 20%;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .container-no-padding {
    max-width: 800px;
    padding: 0px;
  }
  .container-no-padding.flex {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h-card-text-container {
    height: 65%;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .news-card--home {
    width: 100%;
    margin-right: 35px;
    padding-top: 0px;
    border-bottom-style: none;
  }
  .img-h-news-card {
    display: block;
    width: 150px;
    margin-bottom: 10px;
  }
  .img-h-news-card.featured {
    width: 150px;
    height: 150px;
  }
  .h-news-card-text-container {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    clear: left;
  }
  .news-card-h3 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
  }
  .news-card-h3.homecard {
    overflow: hidden;
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .text---news-card-tag {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
  }
  .card--ft-event-wrap {
    width: 340px;
    margin-top: 0px;
    float: left;
  }
  .h4-ft-event-title.industry-grid {
    margin-top: 5px;
    font-size: 20px;
    line-height: 26px;
  }
  .text---event-tag {
    font-size: 11px;
  }
  .paragr---ft-event-card.industry-grid {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .event-card-wrapper {
    width: 300px;
    float: right;
    clear: right;
  }
  .wrapper-h-news-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-h-event-section {
    width: 100%;
    margin-top: 60px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .btn-basic-centered.l-blue {
    display: block;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .contact-team-wrapper {
    width: 100%;
    padding: 20px;
  }
  .wrapper-half---homepage {
    padding: 40px;
  }
  .homepage-white-text-container {
    width: 80%;
  }
  .img-home-r1-arrow {
    left: -30px;
    top: 214px;
  }
  .img-home-r2-arrow {
    top: 209px;
    right: -30px;
  }
  .btn-h-card-arrow.white {
    margin-top: 11px;
  }
  .div-block-2 {
    width: 100%;
    float: none;
  }
  .centered-text-container {
    width: 100%;
  }
  .containerhome-header {
    max-width: 800px;
    padding: 100px 40px 15px;
  }
  .home-header-small-copy.w--current {
    padding-right: 25px;
  }
  .header-divider-line {
    display: block;
  }
  .nav-memnership-drop-down-list.w--open {
    height: 320px;
  }
  .nav-wh-dropdown-info-block {
    position: absolute;
    top: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .container-flex---home {
    max-width: 690px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .row {
    max-width: 750px;
  }
  .btn-arrow-small.pink {
    height: 15px;
    margin-top: 5px;
  }
  .nav-dropdown-info-block-copy {
    position: absolute;
    top: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .nav-memb-dropdown-info-block {
    position: absolute;
    top: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .container-equal-padding {
    max-width: 800px;
    padding: 30px;
  }
  .section-standard-header {
    height: 670px;
  }
  .header-photo {
    height: 510px;
  }
  .header-content-container {
    width: 90%;
    padding: 40px;
    -webkit-transform: translate(0px, -20%);
    -ms-transform: translate(0px, -20%);
    transform: translate(0px, -20%);
  }
  .breadcrumbs-wrapper {
    width: 100%;
  }
  .header-paragraph-col1 {
    height: 100%;
  }
  .header-paragraph-col2 {
    height: 100%;
  }
  .news-card-container {
    width: 100%;
    max-width: 750px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .news-card-thumbnail-parent {
    width: auto;
    max-width: 100%;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .news-card-thumbnail-parent.news-card-optimized-for-mobile {
    height: 190px;
  }
  .img---news-thumbnail {
    height: 100%;
  }
  .news-card-content-container {
    padding: 20px;
  }
  .card--news--description {
    line-height: 1.5em;
    font-weight: 300;
  }
  .container-news-section {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container-event-section {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    clear: none;
  }
  .need-more-info-section {
    width: 100%;
    max-width: 800px;
  }
  .text---tm-points {
    width: 86%;
  }
  .tm-headshot-parent {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .tm-info-wrapper {
    margin-top: 20px;
    padding-top: 0px;
    float: left;
    clear: left;
  }
  .tm-info {
    float: left;
    clear: none;
  }
  .form---contact-industries-expert {
    top: 60px;
    right: 0px;
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    float: right;
  }
  .text-area---contact-form {
    max-width: 320px;
    min-height: 100px;
    min-width: 300px;
  }
  .text-area---contact-form.tall {
    height: 120px;
    min-width: 220px;
    margin-top: 15px;
  }
  .btn-contact-form {
    height: 100%;
  }
  .form-btn-warpper {
    width: 55%;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact-form-wrapper {
    position: relative;
    top: 6px;
    right: 0px;
    width: 70%;
    margin-top: 29px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 15px;
  }
  .contact-form-wrapper.optimized-for-tablet {
    position: static;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-points {
    margin-top: 10px;
    padding-right: 13px;
    float: left;
  }
  .contact-points.full-width {
    width: 46%;
  }
  .testimonial-slides {
    height: 100%;
    padding-bottom: 50px;
  }
  .slider-controls {
    right: 30px;
    height: 60px;
  }
  .testimonial-paragraph {
    max-width: 750px;
    color: #fafafa;
  }
  .testimonial-attribute-wrapper {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .btn-text-small {
    font-size: 20px;
  }
  .btn-text-small.industry-grid {
    color: #00a0dd;
  }
  .kei-section-wrapper {
    width: 100%;
    margin-top: 20px;
    float: left;
    clear: left;
  }
  .kei-card-wrapper {
    max-width: 275px;
    margin-right: 5px;
    float: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kei-card-wrapper.purple-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kei-card-wrapper.purple-wrapper.content-image-kei {
    bottom: -84px;
    width: 75%;
    height: auto;
  }
  .kei-card-wrapper.green-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .kei-card-wrapper.green-wrapper.last-row {
    margin-right: 0px;
  }
  .kei-card-wrapper.teal-background {
    width: 100%;
  }
  .text---kei-highlight {
    font-size: 44px;
  }
  .text---kei-highlight.sm {
    font-size: 42px;
  }
  .business-climate-wrapper {
    width: 100%;
  }
  .kei-btn-wrapper {
    width: 100%;
    float: left;
  }
  .wh-energy-header-photo {
    height: 510px;
  }
  .wh-biotech-header-photo {
    height: 510px;
  }
  .headquarters-header-photo {
    height: 510px;
  }
  .adv-manufacturing-header-photo {
    height: 510px;
  }
  .innovation-tech-header-photo {
    height: 510px;
  }
  .aerospace-header-photo {
    height: 510px;
  }
  .distribution-header-photo {
    height: 510px;
  }
  .industry-card-wrapper {
    margin-top: 0px;
    margin-right: 5px;
    padding-top: 131px;
    float: left;
  }
  .alt-header-container {
    bottom: -132px;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .container-for-sections-flex {
    position: static;
    max-width: 800px;
    padding: 40px 30px 30px;
  }
  .industries-wrapper {
    width: 50%;
    padding: 10px;
  }
  .industries-wrapper.intro {
    width: 50%;
  }
  .h4-a-fixed-height {
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    text-align: left;
  }
  .base-card-wrapper {
    width: 50%;
    padding-left: 10px;
  }
  .alt-header-no-img {
    height: 350px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
    background-image: linear-gradient(180deg, #eee, #eee);
  }
  .breadcrumbs-background-color {
    padding-left: 30px;
  }
  .h3-indus-toolkit {
    width: 100%;
  }
  .toolkit-wrapper {
    width: 100%;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-sidebar-wrapper {
    width: 100%;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-no-padding-flex {
    position: static;
    max-width: 800px;
    padding: 40px 30px 30px;
  }
  .text---res-points {
    width: 86%;
  }
  .res-contact-info {
    width: 50%;
    float: left;
    clear: left;
  }
  .form---contact-res-expert {
    top: 60px;
    right: 0px;
    display: block;
    width: 50%;
    height: 100%;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    float: left;
    clear: left;
    border: 1px solid #bfccd4;
  }
  .form-btn-small {
    width: 59%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .h3--regions {
    width: 100%;
  }
  .h5-a {
    float: left;
    text-align: left;
  }
  .container-for-regions-map {
    max-width: 800px;
    padding: 0px;
  }
  .card--news-wrap {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .card--news-wrap.max-width-380 {
    width: 100%;
  }
  .testimonial-left-arrow {
    left: 35%;
  }
  .h3---blue-section {
    width: 100%;
  }
  .form---contact-team {
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    float: right;
  }
  .div-block-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .system-section-title {
    padding-left: 20px;
  }
  .link-block.nav-dropdown {
    position: absolute;
    bottom: 20px;
    display: inline-block;
  }
  .link-block.kei-button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .system-section-container {
    padding: 20px;
  }
  .system-section-container.buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .link-text--arrow.kei-arrow {
    margin-top: 2px;
  }
  .system-section {
    position: relative;
  }
  .band-container.vertical {
    padding-right: 50px;
    padding-left: 50px;
  }
  .background-color {
    padding-right: 30px;
    padding-left: 30px;
  }
  .home-explore-card {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-15 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-17.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content-image-paragraph {
    max-width: none;
  }
  .content-image--content-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-image--content-container.reversed {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-3 {
    left: 0px;
    max-width: 100%;
  }
  .image-3.reversed {
    left: 0px;
  }
  .div-block-19 {
    max-width: 100%;
  }
  .div-block-20 {
    padding-right: 0px;
  }
  .div-block-21 {
    margin-top: 0px;
  }
  .content-image--data-content-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-image-data-container {
    top: 90px;
  }
  .content-image-data-image-wrap {
    max-width: 100%;
  }
  .content-image-data--img {
    left: 0px;
    max-width: 100%;
  }
  .text-block-15 {
    margin-bottom: 15px;
  }
  .content-image-content.reversed {
    top: 20px;
    max-width: 100%;
    padding-top: 0px;
    padding-left: 0px;
  }
  .content-image--img-reversed {
    max-width: 100%;
  }
  .div-block-24 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-label.lih-label {
    margin-bottom: 15px;
  }
  .wrapper.contact-band {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #f6f6f6), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #f6f6f6 90%, #fff 0);
  }
  .container.horizontal {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .data-report--content-wrapper {
    padding-right: 30px;
  }
  .div-block-32 {
    padding: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-34 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-card {
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .title-card-content-container {
    padding: 0px 20px 0px 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container--tablet--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-card--home-read-more {
    right: 10px;
    bottom: 10px;
    opacity: 1;
  }
  .hr-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .card--industry-wrap {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .card--industry--content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-industry-small {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .card--industry-small--img-wrap {
    width: 25%;
    height: 150px;
    max-width: none;
    padding-left: 0px;
  }
  .card--industry-small--content-wrap {
    width: 75%;
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .card--industry-small--read-more {
    margin-top: 10px!important;
  }
  .card--industry-small-btn-text {
    color: #e64784;
  }
  .card--industry-small--title {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
  }
  .div-block-38 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .detail-page--banner-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-42 {
    padding-left: 30px;
  }
  .industry--grid-wwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .card-grid--news-wrap {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .card-grid--news-img {
    display: block;
    width: 25%;
    height: 200px;
    max-width: 25%;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 0px 50%;
    background-size: cover;
  }
  .card-grid--ft-event-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-43 {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }
  .industry-grid--ft-event-link-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 1;
    -webkit-transform: translate(0px, -19px);
    -ms-transform: translate(0px, -19px);
    transform: translate(0px, -19px);
  }
  .image-9 {
    width: 15px;
  }
  .image-10 {
    width: 20px;
    height: 100%;
  }
  .kei-band-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-51 {
    max-width: 100%;
  }
  .resource-download {
    width: 50%;
  }
  .factoid-wrapper {
    width: 50%;
    margin-bottom: 30px;
    border-right-style: none;
  }
  .priority-wrapper {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fake-link-container {
    margin-top: 5px;
  }
  .fake-link-text {
    color: #e64784;
  }
  .policy-image-grid {
    width: 100%;
  }
  .image-grid--img.two-thirds {
    margin-bottom: 10px;
  }
  .image-grid--img.one-third {
    margin-bottom: 10px;
  }
  .image-grid--img.stacked {
    margin-bottom: 10px;
  }
  .div-block-54 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .h3-small {
    font-size: 18px;
  }
  .committee-topic-container {
    width: 100%;
  }
  .div-block-58 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-60 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .industries-index--grid {
    background-size: 500px;
  }
  .heading-3 {
    margin-bottom: 10px;
  }

  .industry-index-card-wrapper {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .big-stat-number {
    font-size: 28px;
    line-height: 36px;
  }
  .industry-index-card-content {
    top: -19px;
  }
  .hidden-link-text {
    opacity: 1;
    font-size: 18px;
  }
  .card-title {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
  }
  .industry-index-card-title {
    margin-bottom: 20px;
    font-family: effra, sans-serif;
    color: #004e7d;
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
  }
  .industry-index-title-card--title {
    margin-top: -1px;
    font-size: 28px;
    line-height: 36px;
  }
  .callout-band-description.centered {
    text-align: center;
  }
  .nav-dropdown-factoid {
    line-height: 20px;
  }
  .about-statement-img {
    height: 400px;
    background-image: url('../svg/ghpcarrot.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.5)), to(rgba(2, 58, 90, 0.5))), url('../example-bg.html');
    background-image: url('../svg/ghpcarrot.svg'), linear-gradient(180deg, rgba(2, 58, 90, 0.5), rgba(2, 58, 90, 0.5)), url('../example-bg.html');
    background-position: 0% 74%, 0px 0px, 50% 50%;
    background-size: 250px, auto, cover;
  }
  .about-statement-img.reversed-hcarrot {
    height: 375px;
    background-image: url('../svg/ghpcarrot-r.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.5)), to(rgba(2, 58, 90, 0.5))), url('../example-bg.html');
    background-image: url('../svg/ghpcarrot-r.svg'), linear-gradient(180deg, rgba(2, 58, 90, 0.5), rgba(2, 58, 90, 0.5)), url('../example-bg.html');
    background-position: 100% 74%, 0px 0px, 50% 50%;
    background-size: 250px, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }
  .about-statement-details-container {
    width: 100%;
    padding-top: 50px;
    padding-left: 30px;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
  }
  .div-block-64.reversed {
    max-width: 400px;
    padding-left: 30px;
  }
  .div-block-65 {
    max-width: 750px;
  }
  .heading-5 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }
  .div-block-67 {
    min-height: 380px;
  }
  .text-block-22 {
    font-size: 24px;
    line-height: 36px;
  }
  .div-block-68 {
    max-width: 500px;
  }
  .member-benefit-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #bfccd4;
  }
  .member-tier.partnership {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .member-title {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f0f9fd;
    text-align: center;
  }
  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: effra, sans-serif;
    color: #004e7d;
    font-size: 22px;
    font-weight: 500;
  }
  .two-col.benefit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #004e7d;
  }
  .two-col.included-benefit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .circle.leadership {
    width: 25px;
    height: 25px;
  }
  .circle.associate {
    width: 25px;
    height: 25px;
  }
  .circle.associate-hide {
    background-color: transparent;
  }
  .circle.leadership-hide {
    width: 25px;
    height: 25px;
    background-color: transparent;
  }
  .text-block-24 {
    position: absolute;
    left: 25px;
    bottom: 0px;
  }
  .div-block-72 {
    width: 68%;
  }
  .partner-label-column {
    width: 33%;
  }
  .vertical-label {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .benefit-label {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .align-center.border-right.max-width-col {
    text-align: center;
  }
  .align-center.max-width-col {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .vertical-line {
    min-height: 100px;
  }
  .form-two-col-input-wrapper {
    width: 100%;
  }
  .related-news-card {
    margin-right: 5px;
    float: left;
  }
  .related-news-sidebar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .background-transparent {
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-statement-details-container-reversed {
    left: 0px;
    width: 100%;
    padding-top: 50px;
    padding-left: 0px;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
  }
  .about-statement-details-container-reversed.background-image-reverse {
    left: 0px;
  }
  .div-block-64-r {
    padding-right: 30px;
  }
  .div-block-67-copy {
    min-height: 380px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 58, 90, 0.3)), to(rgba(2, 58, 90, 0.3))), url('../jpg/conventiondistrict1_sx_pwtz9awmgbyd_fh47utr18q0ablzbh.jpg');
    background-image: linear-gradient(180deg, rgba(2, 58, 90, 0.3), rgba(2, 58, 90, 0.3)), url('../jpg/conventiondistrict1_sx_pwtz9awmgbyd_fh47utr18q0ablzbh.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .text-block-white {
    line-height: 30px;
  }
  .container---download-now {
    margin-top: 0px;
  }
  .bod-detail {
    padding-left: 140px;
  }
  .bod-headshot {
    margin-right: 20px;
    margin-left: 20px;
  }
  .bod-name-container {
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .talent-block-img {
    height: 510px;
  }
  .talent-content-container-lg {
    left: 66px;
    top: 152px;
    width: 90%;
    max-width: 600px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0px, -20%);
    -ms-transform: translate(0px, -20%);
    transform: translate(0px, -20%);
  }
  .talent-page--banner-content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .talent-block-img-lg {
    width: 70%;
    height: 610px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .talent-paragraph {
    width: 100%;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .talent-page-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .talent-content-reversed-container-lg {
    left: 0px;
    top: 152px;
    width: 90%;
    max-width: 600px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0px, -20%);
    -ms-transform: translate(0px, -20%);
    transform: translate(0px, -20%);
  }
  .talent-page-block-reversed {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .talent-content-container {
    left: 66px;
    top: 152px;
    width: 90%;
    max-width: 600px;
    padding: 40px 40px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0px, -20%);
    -ms-transform: translate(0px, -20%);
    transform: translate(0px, -20%);
  }
  .talent-link-block {
    bottom: 13px;
    min-width: 40%;
  }
  .talent-content-container-reversed {
    left: 0px;
    top: 152px;
    width: 90%;
    max-width: 600px;
    padding: 40px 40px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0px, -20%);
    -ms-transform: translate(0px, -20%);
    transform: translate(0px, -20%);
  }
  .download-guide-container {
    width: 100%;
    max-width: 800px;
  }
  .ambassador-details-container {
    width: 100%;
  }
  .form---ambassador-application {
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0px;
    float: right;
  }
  .h4-ambassador {
    padding-left: 0px;
    float: left;
    text-align: left;
  }
  .application-form-wrapper {
    position: static;
    top: 6px;
    right: 0px;
    width: 100%;
    margin-top: 29px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .get-involved-tabs-wrapper {
    max-width: 800px;
  }
  .get-involved-tab-menu {
    width: 200px;
    height: 175px;
    padding-top: 55px;
    padding-bottom: 55px;
    background-image: none;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.5px;
  }
  .get-involved-tab-menu.ir-tab.w--current {
    background-image: url('../svg/active-arrow.svg'), url('../png/tab-2.png');
    background-position: 50% 100%, 50% 50%;
    background-size: 40px, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .get-involved-tab-menu.gi-tab3 {
    padding-top: 70px;
  }
  .tabs-menu {
    width: 90%;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-for-gi {
    position: static;
    max-width: 800px;
    padding-top: 40px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .background-transparent-gi {
    max-width: 800px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .biz-dev-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .biz-dev-card {
    width: 250px;
  }
  .logo {
    width: 250px;
  }
  .form---contact-sidebar {
    top: 60px;
    right: 0px;
    display: block;
    width: 50%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    float: left;
    border: 1px solid #bfccd4;
  }
  .teaser-text-container {
    margin-top: 0px;
    padding-bottom: 45px;
  }
  .wellsfargo-logo {
    width: 33.33%;
  }
  .accenture-logo {
    width: 33.33%;
  }
  .bp-logo {
    width: 33.33%;
  }
  .centerpoint-logo {
    width: 33.33%;
    min-height: 100px;
  }
  .chevron-logo {
    width: 33.33%;
  }
  .exxon-logo {
    width: 33.33%;
  }
  .insperity-logo {
    width: 33.33%;
  }
  .jpchase-logo {
    width: 33.33%;
  }
  .reliant-logo {
    width: 33.33%;
  }
  .shell-logo {
    width: 33.33%;
  }
  .transcanada-logo {
    width: 33.33%;
  }
  .h3-bold {
    width: 100%;
  }
  .data-header-content-container {
    width: 90%;
    padding: 40px;
    -webkit-transform: translate(0px, -20%);
    -ms-transform: translate(0px, -20%);
    transform: translate(0px, -20%);
  }
  .member-sticker {
    right: -32px;
    height: 90px;
  }
  .nav-membership-dropdown-info-block {
    position: absolute;
    top: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .kei-container {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .biz-dev-card-container {
    width: 50%;
  }
  .filter-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .h3-ne-band {
    width: 100%;
  }
  .relocation-sticker {
    top: -35px;
    right: 0px;
    height: 90px;
  }
  .filter-sidebar-wrapper {
    width: 100%;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph---newsletter-cta {
    width: 100%;
    padding-right: 0px;
    float: left;
    text-align: left;
  }
  .footer-newsletter-sign-up {
    width: 100%;
  }
  .event-hero-slide {
    height: 100%;
    padding-bottom: 50px;
  }
  .event-left-arrow-default {
    left: 35%;
  }
  .event-hero-info {
    width: 25%;
    min-width: 375px;
  }
  .slide-img-container {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .container-for-sections {
    overflow: hidden;
    max-width: 650px;
  }
  .container-for-sections.relative-pos {
    bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrapper-content-standard {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .logo-for-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .footer-contact-info {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .page-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-links-column {
    /* display: block;
    margin-right: 0px;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
  }
  .page-links-column.no-right-margin {
    display: block;
    padding-right: 5px;
  }
  .page-link-bold.reduced-bottom-margin {
    margin-bottom: 16px;
  }
  .page-link-regular {
    margin-bottom: 16px;
  }
  .fieldlabel---newsletter {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
  .form---newsletter-email-input {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .button---newseltter-submit {
    position: absolute;
    right: 0px;
  }
  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* width: 100%; */
    margin-top: 40px;
    /* -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; */
  }
  .footer-social-link.linkedin {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-poetic-logo {
    right: 20px;
  }
  .main-nav-container {
    position: relative;
  }
  .secondary-nav-links {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 7px;
    padding: 8px 15px;
    float: none;
    font-weight: 300;
    text-align: left;
  }
  .secondary-nav-links.link-no-right-margin {
    margin-top: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link-events-button {
    padding-right: 15px;
    padding-left: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    color: #00a0dd;
    text-align: left;
  }
  .nav-drop-down-list---level-1.w--open {
    width: 95%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
    background-image: linear-gradient(180deg, #eee, #eee);
  }
  .nav-dropdown-link-level-1a {
    margin-left: 0px;
  }
  .drop-down-level-2 {
    width: 100%;
    margin-left: 0px;
    padding-right: 18px;
  }
  .drop-down-level-2.short {
    width: 100%;
    margin-left: 0px;
  }
  .nav-drop-down-list-level-2 {
    border-bottom: 1px solid rgba(191, 204, 212, 0.3);
  }
  .nav-drop-down-list-level-2.w--open {
    height: 100%;
    border-bottom: 1px solid rgba(191, 204, 212, 0.33);
  }
  .nav-menu {
    padding-bottom: 5px;
    background-color: #fafafa;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
    clear: none;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-logo {
    top: 0px;
    margin-right: 0px;
    padding-left: 0px;
    float: left;
  }
  .btn-basic.pink.float-right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .btn-arrow.pink-large {
    margin-left: 0px;
    float: left;
  }
  .h1-a.white {
    min-height: 215px;
    font-size: 48px;
    line-height: 50px;
  }
  .h2-b.filter {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .paragraph {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .h2-a {
    font-size: 31px;
  }
  .home-card-wrapper {
    width: 100%;
    height: 170px;
    clear: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h-card-btn-container {
    height: 30%;
  }
  .container-no-padding {
    max-width: 650px;
  }
  .container-no-padding.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .h-card-text-container {
    height: 45%;
    margin-bottom: 5px;
  }
  .news-card--home {
    width: 100%;
    padding-top: 15px;
    clear: left;
    border-bottom-style: solid;
  }
  .img-h-news-card {
    width: 150px;
  }
  .img-h-news-card.featured {
    width: 150px;
    height: 150px;
  }
  .h-news-card-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .news-card-h3 {
    overflow: hidden;
    height: auto;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 21px;
  }
  .news-card-h3.homecard {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .text---news-card-date.home-card-date {
    margin-bottom: 10px;
  }
  .card--ft-event-wrap {
    width: 100%;
    height: 100%;
    border-radius: 1px;
  }
  .event-card-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    clear: left;
    border-radius: 1px;
  }
  .sponsor-container {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
  }
  .wrapper-h-news-section {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 5px;
  }
  .wrapper-h-event-section {
    width: 100%;
    float: left;
    border-top: 1px none hsla(0, 0%, 59.2%, 0.5);
  }
  .btn-basic-centered.l-blue {
    margin-top: 15px;
  }
  .wrapper-half---homepage {
    width: 100%;
    height: 100%;
    padding: 40px 40px 60px;
    clear: left;
  }
  .wrapper-half---homepage.r2-image {
    height: 420px;
    min-height: 0px;
  }
  .wrapper-half---homepage.r1-image {
    height: 420px;
    min-height: 0px;
  }
  .homepage-white-text-container {
    width: 70%;
  }
  .img-home-r1-arrow {
    left: -30px;
    top: 214px;
    right: -30px;
    bottom: auto;
  }
  .img-home-down-arrow {
    position: absolute;
    left: 49px;
    top: -15px;
    right: 0px;
  }
  .home-header-large-copy {
    margin-bottom: 55px;
  }
  .containerhome-header {
    height: 100%;
    max-width: 650px;
  }
  .home-header-small-copy.w--current {
    padding-top: 20px;
    padding-right: 15px;
  }
  .home-header-small-copy.active.w--current {
    display: block;
  }
  .nav-memnership-drop-down-list.w--open {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
    background-image: linear-gradient(180deg, #eee, #eee);
  }
  .nav-wh-dropdown-info-block {
    height: 0px;
  }
  .slider {
    height: 655px;
  }
  .container-flex---home {
    max-width: 490px;
  }
  .btn-arrow-small.pink {
    margin-top: 6px;
  }
  .nav-dropdown-info-block-copy {
    height: 0px;
  }
  .nav-memb-dropdown-info-block {
    height: 0px;
  }
  .container-equal-padding {
    overflow: hidden;
    max-width: 650px;
  }
  .header-content-container {
    width: 96%;
    padding: 30px;
  }
  .header-paragraph-col1 {
    width: 100%;
    padding-right: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .header-paragraph-col2 {
    width: 100%;
    padding-top: 5px;
    padding-left: 0px;
  }
  .news-card-container {
    display: block;
    width: 48%;
    height: 100%;
    margin-right: 10px;
    float: left;
  }
  .news-card-content-container {
    width: 100%;
  }
  .card--news--description {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .card--news--description.whou-page {
    height: 100%;
  }
  .container-news-section {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .container-event-section {
    width: 100%;
    margin-bottom: 20px;
    float: left;
  }
  .need-more-info-section {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .tm-info-wrapper {
    display: block;
    width: 100%;
    margin-top: 25px;
    float: left;
  }
  .tm-info {
    width: 70%;
  }
  .form---contact-industries-expert {
    max-width: 100%;
    margin-top: 15px;
    float: left;
  }
  .fieldlabel---contact-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-area---contact-form {
    max-width: 460px;
  }
  .text-area---contact-form.tall {
    max-width: 350px;
  }
  .btn-contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-btn-warpper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contact-form-wrapper {
    position: relative;
    top: 9px;
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: left;
  }
  .contact-form-wrapper.optimized-for-tablet {
    padding-left: 0px;
  }
  .contact-points {
    padding-right: 0px;
    float: left;
    border-right-style: none;
  }
  .team-member-section {
    padding-bottom: 10px;
  }
  .testimonial-slides {
    height: 100%;
  }
  .testimonial-right-arrow {
    right: 30%;
  }
  .testimonial-paragraph {
    font-size: 22px;
    line-height: 1.37em;
  }
  .testimonial-attribute-wrapper {
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
  }
  .img-ghp-light-blue-carrot {
    width: 15px;
  }
  .text---testimonial-author {
    float: none;
    font-size: 20px;
  }
  .text---testimonial-author-job {
    padding-left: 0px;
    float: none;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .btn-text-small {
    padding-bottom: 1px;
  }
  .kei-section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kei-card-wrapper {
    width: 100%;
    height: 100%;
    margin-right: 20px;
  }
  .kei-card-wrapper.purple-wrapper {
    width: 45%;
    height: 100%;
  }
  .kei-card-wrapper.purple-wrapper.content-image-kei {
    bottom: -140px;
    width: 80%;
  }
  .kei-card-wrapper.green-wrapper.last-row {
    width: 45%;
    height: 100%;
    margin-right: 20px;
  }
  .kei-card-wrapper.green-wrapper.absolute {
    width: 320px;
    height: auto;
  }
  .kei-card-wrapper.purple-background {
    height: 100%;
  }
  .text---kei-highlight.sm {
    margin-top: 0px;
    font-size: 42px;
  }
  .data-point {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .toolkit-cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text---toollkit-cta {
    margin-bottom: 14px;
    float: none;
    text-align: center;
  }
  .employers {
    width: 50%;
  }
  .drawer-items {
    width: 50%;
  }
  .kei-btn-wrapper {
    width: 50%;
    height: 215px;
    padding-top: 135px;
    padding-left: 0px;
    float: left;
  }
  .industry-card-wrapper {
    height: 100%;
    margin-right: 0px;
    padding-top: 55px;
    padding-bottom: 20px;
  }
  .alt-header-container {
    width: 330px;
    padding-bottom: 0px;
  }
  .container-for-sections-flex {
    overflow: hidden;
    max-width: 650px;
  }
  .industries-wrapper {
    height: 100%;
  }
  .industries-wrapper.intro {
    width: 100%;
    padding-right: 15px;
  }
  .h4-a-fixed-height {
    width: 80%;
  }
  .base-card-wrapper {
    display: block;
    width: 48%;
    height: 100%;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
  }
  .alt-header-no-img {
    height: 330px;
  }
  .downloadable-link {
    width: 50%;
    padding-right: 15px;
  }
  .container-no-padding-flex {
    overflow: hidden;
    max-width: 650px;
  }
  .res-contact-info {
    clear: none;
  }
  .form---contact-res-expert {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    float: left;
  }
  .form-btn-small {
    width: 42%;
  }
  .image {
    display: block;
  }
  .container-for-regions-map {
    max-width: 650px;
  }
  .card--news-wrap {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-left-arrow {
    position: absolute;
    left: 30%;
  }
  .text---tm-cta {
    margin-bottom: 14px;
    float: none;
    text-align: center;
  }
  .contact-team---100w {
    width: 100%;
  }
  .form---contact-team {
    max-width: 100%;
    margin-top: 15px;
    float: left;
  }
  .div-block-5 {
    width: 100%;
    margin-bottom: 40px;
  }
  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-2 {
    font-size: 26px;
  }
  .system-section-title {
    padding-left: 0px;
  }
  .link-block {
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .system-section-container {
    height: auto;
  }
  .link-text {
    font-size: 18px;
  }
  .link-text.border-right {
    font-size: 18px;
  }
  .band-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .band-container.vertical {
    padding: 30px;
  }
  .text-block-7 {
    margin-bottom: 20px;
  }
  .text-block-8 {
    margin-bottom: 20px;
    text-align: center;
  }
  .div-block-9 {
    margin-bottom: 30px;
  }
  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-explore-card {
    width: 100%;
    height: 250px;
  }
  .div-block-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-image-paragraph {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .content-image--content-container {
    padding-top: 25px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-image--data-content-container {
    padding-top: 25px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-image--data-paragraph {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .content-image-data-container {
    top: 135px;
    width: 100%;
  }
  .content-image-content {
    width: 100%;
  }
  .section-label {
    font-size: 12px;
  }
  .wrapper.membership-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .research--card {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .research--card--image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .masonry-grid-container {
    display: block;
  }
  .download--dropdown-label {
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .data-report--content-wrapper {
    padding-right: 0px;
  }
  .data-report--related-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .data-report--related-data-wrapper {
    padding-right: 25px;
  }
  .publication-download {
    padding: 20px;
  }
  .related-data--title {
    font-size: 18px;
  }
  .publication-label {
    font-size: 12px;
  }
  .publication-header {
    font-size: 20px;
  }
  .image-6 {
    margin-bottom: 10px;
  }
  .h3--section-title {
    margin-top: 0px;
  }
  .div-block-33 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-34 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .title-card {
    width: 100%;
    max-width: none;
  }
  .title-card--title {
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 38px;
    text-align: left;
  }
  .title-card-content-container {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container--tablet--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-card--home-read-more {
    bottom: 0px;
  }
  .hr-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .div-block-36 {
    width: 100%;
  }
  .card--industry-wrap {
    margin-bottom: 50px;
  }
  .card--industry-header {
    height: 160px;
  }
  .card-industry-small {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
  }
  .card--industry-small--title {
    overflow: hidden;
    height: auto;
    margin-bottom: 5px;
  }
  .detail-page--banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card--biz-member-wrap {
    margin-bottom: 30px;
  }
  .detail-page--programs-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-42 {
    padding-left: 0px;
  }
  .image-8 {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .card-grid--news-wrap {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-grid--news-img {
    position: relative;
    width: 100%;
    height: 240px;
    max-width: 100%;
  }
  .card-grid--ft-event-wrap {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1px;
  }
  .div-block-45 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kei-band-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .resource-download {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .resource-download-text {
    font-size: 16px;
  }
  .factoid-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px none #979797;
    border-right-style: none;
  }
  .factoid-wrapper.last-child {
    border-bottom-style: none;
  }
  .priority-wrapper {
    width: 100%;
    max-width: none;
    margin: 15px 0%;
  }
  .div-block-54 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-55 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .committee-topic-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sub-section-header.centered {
    font-size: 20px;
  }
  .industries-index--grid {
    background-size: 400px;
  }
  .industry-index-card-wrapper {
    width: 46%;
    height: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .card-title {
    overflow: hidden;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
  }
  .industry-index-card-title {
    margin-bottom: 10px;
    color: #004e7d;
    font-size: 20px;
    line-height: 24px;
  }
  .industry-index-title-card--title {
    font-size: 27px;
    line-height: 30px;
  }
  .callout-band-description {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .about-statement-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-statement-img {
    height: 300px;
    padding-right: 30px;
    padding-left: 30px;
    background-image: url('../svg/ghpcarrot.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../example-bg.html');
    background-image: url('../svg/ghpcarrot.svg'), linear-gradient(180deg, null, null), url('../example-bg.html');
    background-size: 200px, auto, cover;
  }
  .about-statement-img.reversed-hcarrot {
    height: 300px;
    background-image: url('../svg/ghpcarrot-r.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../example-bg.html');
    background-image: url('../svg/ghpcarrot-r.svg'), linear-gradient(180deg, null, null), url('../example-bg.html');
    background-size: 200px, auto, cover;
  }
  .about-statement-details-container {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-statement-details-container.background-image {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: transparent;
    background-position: 100% 100%;
    background-size: 80vw;
  }
  .div-block-63 {
    z-index: -1;
    width: 100%;
    margin-top: 30px;
  }
  .div-block-64 {
    width: 100%;
    padding-right: 7px;
  }
  .div-block-64.reversed {
    margin-top: 170px;
    padding-left: 0px;
  }
  .image-15 {
    max-height: 250px;
    clear: none;
  }
  .text-block-21 {
    font-size: 24px;
    line-height: 32px;
  }
  .heading-5 {
    margin-top: 5px;
    font-size: 24px;
    line-height: 30px;
  }
  .video-container {
    width: 100%;
    min-height: 250px;
  }
  .div-block-67 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .member-benefit-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #bfccd4;
  }
  .member-tier {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #6cc6eb;
    color: #fff;
    text-align: center;
  }
  .member-tier.partnership {
    background-color: #00a0dd;
  }
  .member-tier.leadership {
    background-color: #0076bb;
  }
  .member-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f9fd;
  }
  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: effra, sans-serif;
    color: #004e7d;
    font-size: 22px;
    font-weight: 400;
  }
  .two-col {
    width: 50%;
  }
  .two-col.benefit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #004e7d;
  }
  .two-col.included-benefit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .circle.partnership {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #0076bb;
  }
  .circle.leadership {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #0076bb;
  }
  .circle.associate {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #6cc6eb;
  }
  .circle.leadership {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #0076bb;
  }
  .circle.associate-hide {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: transparent;
  }
  .circle.leadership-hide {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: transparent;
  }
  .text-block-24 {
    position: absolute;
    left: 25px;
    top: 0px;
    bottom: -1px;
    width: 75px;
    font-family: effra, sans-serif;
    color: #50758b;
    font-size: 12px;
    font-style: italic;
  }
  .membership-price {
    font-family: effra, sans-serif;
    color: #50758b;
    font-style: italic;
    font-weight: 300;
  }
  .vertical-line {
    width: 100%;
    min-height: 1px;
    min-width: 75px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .related-news-card {
    width: 45%;
    height: 100%;
    margin-right: 20px;
  }
  .related-news-card.purple-wrapper {
    width: 45%;
    height: 100%;
  }
  .related-news-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reseearch-sidebar--team-member {
    margin-bottom: 30px;
  }
  .heading-2-white {
    font-size: 26px;
  }
  .about-statement-details-container-reversed {
    left: 0px;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-statement-details-container-reversed.background-image-reverse {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: transparent;
    background-image: url('../png/section-background-arrow-reverse.png');
    background-position: 0px 50%;
    background-size: 50vh;
    background-repeat: no-repeat;
  }
  .div-block-64-r {
    width: 100%;
    margin-top: 150px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-67-copy {
    width: 100%;
    height: 250px;
    min-height: 250px;
  }
  .text-block-white {
    margin-bottom: 30px;
  }
  .container---download-now {
    margin-top: 0px;
    padding-top: 0px;
  }
  .bod-conrtainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bod-name-container {
    margin-top: 10px;
  }
  .h2---bod-name {
    font-size: 26px;
  }
  .talent-block-img {
    width: 100%;
    height: 250px;
    min-width: 400px;
  }
  .talent-content-container-lg {
    position: relative;
    left: auto;
    top: 0px;
    right: -24px;
    bottom: 0px;
    width: 90%;
    padding: 30px 30px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .talent-page--banner-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .talent-block-img-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 350px;
  }
  .talent-paragraph {
    position: static;
    margin-bottom: 20px;
    padding-right: 0px;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .talent-link-block-lg {
    left: 0px;
    right: 0px;
    bottom: 17px;
    width: auto;
    margin-left: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .talent-page-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .talent-content-reversed-container-lg {
    position: relative;
    left: auto;
    top: 0px;
    right: 25px;
    bottom: 0px;
    width: 90%;
    padding: 30px 30px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .talent-page-block-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .talent-content-container {
    position: relative;
    left: auto;
    top: 0px;
    right: -24px;
    bottom: 0px;
    width: 90%;
    max-width: 430px;
    padding: 30px 30px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .talent-link-block {
    left: 0px;
    right: 0px;
    bottom: 17px;
    width: auto;
    margin-left: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .talent-content-container-reversed {
    position: relative;
    left: auto;
    top: 0px;
    right: 24px;
    bottom: 0px;
    width: 90%;
    max-width: 430px;
    padding: 30px 30px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form---ambassador-application {
    max-width: 100%;
    margin-top: 15px;
    float: left;
  }
  .form-two-col-input-wrapper-ambassador {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-state-seletor {
    width: 30%;
  }
  .form-two-col-input-wrapper-copy-copy {
    width: 60%;
  }
  .form-address {
    width: 50%;
  }
  .application-form-wrapper {
    position: relative;
    top: 9px;
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: left;
  }
  .h2-a-centered {
    font-size: 31px;
  }
  .get-involved-tabs-wrapper {
    bottom: -291px;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .get-involved-tab-menu {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .get-involved-tab-menu.ir-tab.w--current {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .get-involved-tab-menu.bd-tab1.w--current {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .get-involved-tab-menu.gi-tab3 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .tabs-menu {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-for-gi {
    overflow: hidden;
    max-width: 650px;
  }
  .tabs-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .biz-dev-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .biz-dev-card {
    width: 90%;
  }
  .logo {
    width: 100%;
  }
  .biz-dev-paragraph {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .gi-content {
    width: 100%;
  }
  .gi-paragraph {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .form---contact-sidebar {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    float: left;
  }
  .wellsfargo-logo {
    width: 50%;
  }
  .accenture-logo {
    width: 50%;
  }
  .bp-logo {
    width: 50%;
  }
  .centerpoint-logo {
    width: 50%;
  }
  .chevron-logo {
    width: 50%;
  }
  .exxon-logo {
    width: 50%;
  }
  .insperity-logo {
    width: 50%;
  }
  .jpchase-logo {
    width: 50%;
  }
  .reliant-logo {
    width: 50%;
  }
  .shell-logo {
    width: 50%;
  }
  .transcanada-logo {
    width: 50%;
  }
  .data-header-content-container {
    width: 96%;
    padding: 30px;
  }
  .member-sticker {
    right: -13px;
  }
  .nav-membership-dropdown-info-block {
    height: 0px;
  }
  .kei-container {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .filter-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(50, 69, 83, 0.9);
  }
  .filter-close {
    position: absolute;
    left: -57px;
    top: 0px;
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #023a5a;
  }
  .filter-container {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 90%;
    background-color: #fff;
  }
  .filter-title {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #979797;
    text-decoration: none;
  }
  .filter-menu-item {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #979797;
    font-family: effra, sans-serif;
    color: #023a5a;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }
  .filter-menu-text {
    display: inline-block;
  }
  .relocation-sticker {
    right: -13px;
  }
  .callout-band-description-white {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .contact-band-max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph---newsletter-cta {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
  .footer-newsletter-sign-up {
    margin-bottom: 20px;
  }
  .footer-opt-in {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .event-hero-slide {
    overflow: visible;
    height: 100%;
    max-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .event-left-arrow-default {
    position: absolute;
  }
  .event-right-arrow-default {
    right: 30%;
  }
  .slider-arrow-container {
    position: relative;
    left: 5%;
    right: 0%;
    bottom: 38%;
    width: 100px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .event-slide {
    background-position: 50% 50%;
  }
  .event-hero-info {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -25%;
    width: 90%;
    height: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .event-hero-container {
    position: relative;
    z-index: 3;
  }
  .event-right-arrow-fk {
    height: 60px;
  }
  .event-left-arrow {
    height: 60px;
  }
  .event-hero-template {
    height: 750px;
  }
  .slide-img-container {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .container-for-sections {
    max-width: 350px;
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-for-sections.relative-pos {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper-content-standard {
    max-width: 300px;
    padding: 15px;
  }
  .form---search-site {
    margin-top: -1px;
  }
  .img---search-icon {
    top: 11px;
  }
  .form-container---seach-site {
    clear: left;
  }
  .logo-for-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .footer-contact-info {
    line-height: 28px;
  }
  .page-links-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .page-links-column {
    width: 100%;
    margin-top: 11px;
    margin-right: 10px;
  }
  .page-links-column.no-right-margin {
    width: 100%;
    float: left;
  }
  .fieldlabel---newsletter {
    margin-top: 5px;
  }
  .wrapper-content-equal-padding {
    max-width: 300px;
  }
  .footer-poetic-logo {
    position: static;
    margin-top: 10px;
    float: left;
    clear: left;
  }
  .form-container---select-language {
    margin-bottom: 0px;
    float: left;
  }
  .img---down-arrow {
    right: 158px;
  }
  .nav-logo {
    width: 170px;
    margin-top: 5px;
    padding-left: 0px;
  }
  .btn-basic.pink.float-right {
    display: inline-block;
    width: auto;
  }
  .btn-basic.no-padding {
    margin-top: 7px;
  }
  .h1-a.white {
    min-height: 250px;
  }
  .h3 {
    margin-bottom: 20px;
  }
  .paragraph {
    padding-right: 0px;
  }
  .h2-a {
    font-size: 24px;
    line-height: 32px;
  }
  .h-card-btn-container {
    height: 20%;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .container-no-padding {
    max-width: 400px;
    padding: 15px;
  }
  .h-card-text-container {
    height: 62%;
    margin: 15px 15px 5px;
  }
  .img-h-news-card.featured {
    background-image: url('../example-bg.html');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .h-news-card-text-container {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .news-card-h3.homecard {
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 400;
  }
  .text---news-card-tag.home-card-tag {
    font-size: 12px;
    line-height: 17px;
  }
  .sponsor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .wrapper-h-news-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapper-h-event-section {
    margin-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .btn-basic-centered.l-blue {
    margin-top: 20px;
  }
  .wrapper-half---homepage {
    padding: 30px 30px 40px;
  }
  .homepage-white-text-container {
    width: 80%;
  }
  .home-header-large-copy {
    display: block;
    width: 290px;
    margin-bottom: 35px;
  }
  .containerhome-header {
    max-width: 400px;
    padding: 40px 15px 15px;
  }
  .home-header-small-copy {
    display: block;
    max-width: 60%;
    min-width: 50%;
    padding-left: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .home-header-small-copy.w--current {
    display: block;
    max-width: 50%;
    clear: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .home-header-small-copy.last {
    max-width: 40%;
    min-width: 40%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .home-header-small-copy.active {
    display: block;
    padding-right: 15px;
    border-top-width: 1px;
    border-top-color: hsla(0, 0%, 100%, 0.6);
  }
  .home-header-small-copy.active.w--current {
    display: block;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.6);
  }
  .img-ghp-white-carrot {
    width: 20px;
    margin-bottom: 10px;
  }
  .header-divider-line {
    margin-right: 20px;
  }
  .slider {
    height: 550px;
  }
  .container-flex---home {
    overflow: hidden;
    max-width: none;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .btn-arrow-small.pink {
    margin-top: 0px;
    -webkit-transform: translate(0px, 25%);
    -ms-transform: translate(0px, 25%);
    transform: translate(0px, 25%);
  }
  .sponsor-logo {
    width: 25%;
    height: auto;
  }
  .slide-nav {
    display: block;
  }
  .container-equal-padding {
    max-width: 400px;
    padding: 15px;
  }
  .section-standard-header {
    height: 820px;
  }
  .header-content-container {
    width: 100%;
  }
  .news-card-container {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .news-card-thumbnail-parent {
    max-width: 100%;
  }
  .need-more-info-section {
    max-width: 350px;
  }
  .tm-headshot-parent {
    margin-bottom: 10px;
  }
  .tm-info {
    width: 100%;
  }
  .text---tm-name {
    margin-bottom: 11px;
  }
  .form---contact-industries-expert {
    padding: 20px;
  }
  .text-area---contact-form {
    max-width: 100%;
    min-height: 100px;
    min-width: 0px;
  }
  .form-btn-warpper {
    width: 70%;
  }
  .contact-form-wrapper {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-points {
    width: 100%;
    padding-right: 0px;
  }
  .contact-points.full-width {
    width: 100%;
  }
  .related-group-wrapper {
    margin-bottom: 25px;
  }
  .testimonial-slides {
    height: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .testimonial-right-arrow {
    right: 20%;
  }
  .slider-controls {
    right: 15px;
  }
  .testimonial-paragraph {
    font-size: 16px;
    line-height: 25px;
  }
  .text---testimonial-author {
    font-size: 18px;
    line-height: 28px;
  }
  .text---testimonial-author-job {
    padding-left: 0px;
    clear: none;
    line-height: 20px;
  }
  .kei-card-wrapper {
    width: 100%;
    height: 100%;
    margin-right: 0px;
  }
  .kei-card-wrapper.purple-wrapper {
    width: 100%;
    margin-right: 0px;
  }
  .kei-card-wrapper.purple-wrapper.content-image-kei {
    position: relative;
    bottom: 30px;
  }
  .kei-card-wrapper.green-wrapper.last-row {
    width: 100%;
    margin-right: 0px;
  }
  .kei-card-wrapper.green-wrapper.absolute {
    position: relative;
    -webkit-transform: translate(-50%, 0px) translate(0px, -10px);
    -ms-transform: translate(-50%, 0px) translate(0px, -10px);
    transform: translate(-50%, 0px) translate(0px, -10px);
  }
  .kei-card-wrapper.purple-background {
    width: 100%;
    margin-right: 0px;
  }
  .data-point {
    width: 50%;
  }
  .toolkit-cta-wrapper {
    padding-top: 20px;
  }
  .kei-btn-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
  }
  .ip-drawer-arrows-wrapper {
    width: 40px;
  }
  .industry-card-wrapper {
    width: 100%;
    height: 100%;
    margin-right: 0px;
  }
  .alt-header-container {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .container-for-sections-flex {
    max-width: 300px;
    padding: 30px 15px;
  }
  .industries-wrapper {
    width: 100%;
  }
  .base-card-wrapper {
    display: block;
    width: 100%;
    margin: 5px auto 0px;
    padding-left: 0px;
  }
  .alt-header-no-img {
    height: 360px;
  }
  .breadcrumbs-background-color {
    padding-left: 15px;
  }
  .downloadable-link {
    width: 100%;
  }
  .contact-sidebar-wrapper {
    padding-right: 9px;
    padding-left: 9px;
  }
  .container-no-padding-flex {
    max-width: 300px;
    padding: 30px 15px;
  }
  .res-contact-info {
    width: 100%;
    clear: left;
  }
  .form---contact-res-expert {
    padding: 20px;
  }
  .form-btn-small {
    width: 70%;
  }
  .container-for-regions-map {
    max-width: 400px;
    padding: 15px;
  }
  .card--news-wrap {
    display: block;
    max-width: 320px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .testimonial-left-arrow {
    left: 15%;
  }
  .icon {
    bottom: -450px;
  }
  .text---tm-cta {
    font-size: 18px;
  }
  .contact-team---50w {
    width: 100%;
  }
  .form---contact-team {
    position: static;
    padding: 20px;
  }
  .text---tm-name-small {
    margin-bottom: 11px;
  }
  .drop {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .accordion-title {
    font-size: 20px;
  }
  .div-block-4 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-5 {
    width: 100%;
  }
  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 31px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .system-section-title {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
  .link-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-text--label.pink {
    font-size: 16px;
  }
  .system-section-container {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .system-section-container.full-width {
    padding-right: 20px;
    padding-left: 20px;
  }
  .system-section {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-7 {
    margin-bottom: 15px;
  }
  .link-text.border-right {
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #979797;
    border-right-style: none;
  }
  .band-container {
    margin-bottom: 30px;
    padding: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-7 {
    text-align: center;
  }
  .text-block-8 {
    width: 100%;
    margin-right: 0px;
    font-size: 18px;
    line-height: 25px;
  }
  .div-block-9 {
    width: 100%;
  }
  .image-2 {
    width: 45px;
    height: 45px;
  }
  .link-2 {
    font-size: 13px;
  }
  .background-color {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-11 {
    width: 100%;
  }
  .home-explore-card {
    height: 200px;
    padding: 15px;
  }
  .div-block-17.reversed {
    padding-top: 30px;
  }
  .content-image-data-container {
    top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-image-content {
    top: 0px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-image-content.reversed {
    padding-right: 31px;
    padding-left: 31px;
  }
  .div-block-23 {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-label.white {
    font-size: 10px;
  }
  .section-statement {
    font-size: 36px;
    line-height: 42px;
  }
  .wrapper.background {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper.membership-chart {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container.vertical {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container.vertical.left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .research--card {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
  }
  .research--card--image {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
  }
  .download-manager--separator {
    margin-right: 10px;
    margin-left: 10px;
  }
  .download-manager--wrapper {
    width: auto;
    margin-top: 20px;
  }
  .text-block-17 {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
  .data-report--related-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container--bottom-border {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .boss--download.blue {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .data-report--tag {
    display: inline-block;
    font-size: 14px;
  }
  .image-6 {
    margin-bottom: 30px;
  }
  .div-block-32 {
    padding: 40px 20px 20px;
  }
  .div-block-33 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .title-card {
    margin-bottom: 20px;
  }
  .news-card--home-read-more {
    right: 10px;
    bottom: 0px;
  }
  .hr-divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .card--industry-wrap {
    margin-bottom: 30px;
  }
  .card--industry--content-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .card-industry-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 320px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card--industry-small--img-wrap {
    width: 100%;
  }
  .card--industry-small--content-wrap {
    width: 100%;
  }
  .card--industry-small--title {
    height: auto;
  }
  .related-group-container {
    margin-bottom: 50px;
  }
  .div-block-38 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .card--biz-member-wrap {
    width: 100%;
  }
  .card-grid--news-wrap {
    display: block;
    max-width: 320px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .card-grid--ft-event-wrap {
    margin-bottom: 30px;
  }
  .div-block-44 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-45 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kei-band-container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .priority-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .policy-image-grid-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-grid--img.two-thirds {
    width: 100%;
  }
  .image-grid--img.one-third {
    width: 48%;
  }
  .image-grid--img.one-third.no-bg {
    width: 48%;
  }
  .committee-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fraud-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .industries-index--grid {
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-3 {
    font-size: 24px;
  }
  .industry-index-card-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .industry-index-card-title {
    font-size: 20px;
  }
  .industry-index-title-card--title {
    font-size: 24px;
  }
  .callout-band-description {
    padding-right: 0px;
  }
  .about-statement-details-container {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-statement-details-container.background-image {
    background-position: 100% 50%;
    background-size: 100vw;
  }
  .div-block-64 {
    padding-right: 0px;
  }
  .div-block-64.reversed {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-21 {
    font-size: 20px;
    line-height: 25px;
  }
  .member-tier {
    background-color: #6cc6eb;
  }
  .member-tier.partnership {
    background-color: #00a0dd;
  }
  .member-tier.leadership {
    background-color: #0076bb;
  }
  .heading-6 {
    font-size: 20px;
    font-weight: 400;
  }
  .two-col.benefit {
    padding-left: 21px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .two-col.included-benefit {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .circle {
    width: 15px;
    height: 15px;
  }
  .circle.partnership {
    position: relative;
    background-color: #00a0dd;
    background-image: none;
  }
  .circle.leadership {
    position: relative;
    background-color: #0076bb;
    background-image: none;
  }
  .circle.associate {
    position: relative;
    background-color: #6cc6eb;
    background-image: none;
  }
  .circle.leadership {
    position: relative;
    background-color: #00a0dd;
    background-image: none;
  }
  .circle.associate-hide {
    position: relative;
    background-image: none;
  }
  .circle.leadership-hide {
    position: relative;
    background-image: none;
  }
  .text-block-24 {
    position: absolute;
    left: 25px;
    width: 75px;
    font-family: effra, sans-serif;
    color: #50758b;
    font-size: 12px;
    font-style: italic;
    text-align: left;
  }
  .membership-price {
    font-family: effra, sans-serif;
    color: #50758b;
    font-style: italic;
    font-weight: 300;
  }
  .form-two-col-input-wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .related-news-card {
    width: 100%;
    height: 100%;
    margin-right: 0px;
  }
  .related-news-card.purple-wrapper {
    width: 100%;
    margin-right: 0px;
  }
  .related-news-sidebar {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reseearch-sidebar--team-member {
    width: 100%;
  }
  .heading-2-white {
    font-size: 30px;
  }
  .background-transparent {
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-statement-details-container-reversed {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-statement-details-container-reversed.background-image-reverse {
    background-position: 100% 50%;
    background-size: 100vw;
  }
  .div-block-64-r {
    margin-top: -1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .bod-detail {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bod-name-container {
    margin-left: 20px;
  }
  .bod-title-container {
    margin-left: 20px;
    clear: left;
  }
  .h2---bod-name {
    border-right-style: none;
    font-size: 30px;
  }
  .talent-block-img {
    min-width: 300px;
  }
  .talent-content-container-lg {
    right: -15px;
    width: 90%;
  }
  .talent-block-img-lg {
    min-width: 300px;
  }
  .talent-paragraph {
    padding-right: 0px;
  }
  .talent-content-reversed-container-lg {
    right: 15px;
    display: block;
    width: 90%;
    padding: 25px;
  }
  .talent-content-container {
    right: -15px;
    width: 90%;
  }
  .talent-content-container-reversed {
    right: 15px;
    width: 90%;
  }
  .form---ambassador-application {
    position: static;
    padding: 20px;
  }
  .form-two-col-input-wrapper-ambassador {
    width: 100%;
  }
  .form-address {
    width: 100%;
  }
  .form-three-col-input-wrapper-ambassador {
    width: 100%;
  }
  .application-form-wrapper {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .h2-a-centered {
    font-size: 24px;
    line-height: 32px;
  }
  .container-for-gi {
    max-width: 350px;
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .background-transparent-gi {
    padding-right: 30px;
    padding-left: 30px;
  }
  .biz-dev-card {
    width: 100%;
  }
  .biz-dev-paragraph {
    padding-right: 0px;
  }
  .gi-paragraph {
    padding-right: 0px;
  }
  .form-three-col-input-wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form---contact-sidebar {
    padding: 20px;
  }
  .wellsfargo-logo {
    width: 100%;
    height: auto;
  }
  .accenture-logo {
    width: 100%;
    height: auto;
  }
  .bp-logo {
    width: 100%;
    height: auto;
  }
  .centerpoint-logo {
    width: 100%;
    height: auto;
  }
  .chevron-logo {
    width: 100%;
    height: auto;
  }
  .exxon-logo {
    width: 100%;
    height: auto;
  }
  .insperity-logo {
    width: 100%;
    height: auto;
    background-size: 190px;
  }
  .jpchase-logo {
    width: 100%;
    height: auto;
  }
  .reliant-logo {
    width: 100%;
    height: auto;
  }
  .shell-logo {
    width: 100%;
    height: auto;
  }
  .transcanada-logo {
    width: 100%;
    height: auto;
  }
  .h3-bold {
    margin-bottom: 20px;
  }
  .slide-link-bold {
    display: block;
    margin-right: 5px;
  }
  .data-header-content-container {
    width: 100%;
  }
  .kei-container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .biz-dev-card-container {
    width: 100%;
  }
  .filter-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .filter-container {
    width: 80%;
  }
  .h3-ne-band {
    margin-bottom: 20px;
  }
  .relocation-sticker {
    top: -15px;
    right: 0px;
  }
  .filter-sidebar-wrapper {
    padding-right: 9px;
    padding-left: 9px;
  }
  .callout-band-description-white {
    padding-right: 0px;
  }
  .paragraph---newsletter-cta {
    margin-top: 5px;
  }
  .event-hero-slide {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 35px;
  }
  .event-left-arrow-default {
    left: 15%;
  }
  .event-right-arrow-default {
    right: 20%;
  }
  .slider-arrow-container {
    bottom: 42.5%;
  }
  .event-hero-info {
    bottom: -20%;
  }
  .event-slider-icon-right {
    bottom: -450px;
  }
  .event-slider-icon-left {
    bottom: -450px;
  }
  .event-hero-container {
    padding: 25px;
  }
  .h4-event-title-white {
    font-size: 24px;
    line-height: 27px;
  }
  .text-event-time {
    font-size: 18px;
    line-height: 24px;
  }
  .text-event-address {
    font-size: 18px;
    line-height: 24px;
  }
  .metric-spotlight .key-facts-border .factoid-wrapper{
    width: 100%;
  }
}

@font-face {
  font-family: 'Proxima nova';
  src: url('../otf/proxima-nova-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanovasoft';
  src: url('../otf/proximanovasoft-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../otf/proximanova-semibold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../otf/proximanova-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../otf/proximanova-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../otf/proximanova-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

.powerBIChart {
  width: 100%;
  height: 400px;
}
@media (max-width:767px){
  .powerBIChart {
    height: 16.5em;
  }
}
@media (max-width:500px){
  .powerBIChart {
    height: 11.5em;
  }
}
@media only screen and (max-width: 991px) {
  .public-policy .priority-container .heading-3 {
    text-align: left;
}
}

/* new footer css */

.btn-green {
  color: white;
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #71CC98;
  border-radius: 9999px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: all 200ms linear;
}

.btn-green:hover {
  background-color: #71CC98;
  color: #fff;
}

.wrapper-content-standard .btn-green:hover {
  background-color: transparent;
  color: #fff;
}

.wrapper-content-standard .btn-green {
  font-size: 16px;
  color: #003b5c;
  background-color: #71CC98;
  display: inline-block;
  padding: 20px 30px;
  margin-top: 38px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1280px) {
  .wrapper-content-standard .btn-green {
    font-size: 14px;
    padding: 15px 25px;
  }
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
}

@media only screen and (max-width: 767px) {
  .footer__bottom--text {
    margin-bottom: 19px;
  }
}

.footer__bottom--text p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .308px;
}

.footer__bottom ul {
  display: flex;
  column-gap: 20px;
  min-width: 247px;
  list-style: none;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .footer__bottom ul {
  justify-content: space-between;
  }
}

.footer__bottom ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.wrapper-content-standard .logo {
  max-width: 204px;
} 

.wrapper-content-standard .logo svg {
  width: 100%;
} 

.footer-container .page-links-column .page-link-bold {
  pointer-events: none;
}

@media only screen and (max-width: 595px) {
  .footer-container .page-links-column .page-link-bold {
    margin-top: 8px;
  }
}

.footer-container .footer-social-links-container a:hover svg path {
  fill: #71CC98;
}

.footer-container .footer-social-links-container a svg path,
.footer__bottom ul li a,
.footer__bottom ul li a::after,
.footer-container .page-link-regular div {
  transition: all .3s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .footer__bottom ul li a:hover::after {
    opacity: 1;
  }

  .footer__bottom ul li a:hover {
    font-weight: 700;
  }

  .footer-container .page-link-regular:hover div {
    font-weight: 700;
  }
}

.footer__bottom ul li a {
  margin-bottom: 0 !important;
}

.footer__bottom {
  padding-bottom: 30px !important;
}

@media only screen and (max-width: 1199px) {
  .footer-container .page-link-regular {
    /* font-size: 14px; */
  }
}

.footer-container * {
  font-family: 'azo-sans-web';
  -webkit-font-smoothing: antialiased;
}

.footer-container .page-link-bold {
  letter-spacing: 1px;
  line-height: 1.25;
  margin-bottom: 19px;
}

.footer-container .page-link-regular {
  font-weight: 400;
  letter-spacing: .076px;
  line-height: 1.25;
  margin-bottom: 19px;
}

@media only screen and (max-width: 595px) {
  .wrapper-content-standard.footer-container {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container .page-links-container {
    margin-top: 24px;
  }
}

.footer-container .edit-link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.2s linear; 
}

.footer-container .edit-link:hover {
  font-weight: bold;
}

