html {
  scroll-behavior: smooth;
}
.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;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #f0f0f0;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 135%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

h5 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  line-height: 160%;
}

a {
  color: #24a7ff;
  text-decoration: underline;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
  line-height: 135%;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  color: #aaa;
  font-size: 13px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #a8d069;
  -webkit-transition: background-color 200ms ease, all 200ms ease;
  transition: background-color 200ms ease, all 200ms ease;
  font-family: Lato, sans-serif;
  color: #154058;
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #83aa46;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button:active {
  background-color: #729736;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.search-button {
  width: 20%;
  height: 40px;
  padding: 10px;
}

.button.button-with-padding {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #a8d069;
}

.navigation-link {
  margin-left: 25px;
  padding: 15px 0px;
  color: #aaa;
  font-size: 14px;
}

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

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

.navigation-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}

.social-icon-link {
  width: 20px;
  margin-right: 12px;
  opacity: 0.36;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-link:hover {
  opacity: 0.9;
}

.grey-rule {
  width: 90px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #c7c7c7;
}

.site-name {
  display: block;
  margin-top: 11px;
  color: #333;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
}

.site-name.w--current {
  font-family: 'PT Serif', serif;
  font-weight: 700;
}

.site-description {
  margin-bottom: 20px;
  line-height: 145%;
  text-align: left;
}

.built-with-webflow {
  margin-bottom: 0px;
  color: #aaa;
  font-size: 10px;
  text-align: left;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.webflow-link {
  color: #aaa;
  text-decoration: none;
}

.webflow-link:hover {
  color: #333;
}

.social-link-group {
  margin-bottom: 10px;
}

.white-wrapper {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.circle-profile {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  border-radius: 500px;
}

.small-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 135%;
  text-align: left;
}

.small-post-link {
  display: inline-block;
  margin-bottom: 15px;
  color: #aaa;
  text-align: left;
  text-decoration: none;
}

.small-post-link:hover {
  color: #333;
}

.feature-posts-list {
  margin-bottom: -15px;
}

.navbar {
  height: 100px;
  padding-right: 15px;
  padding-left: 275px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d465d), color-stop(44%, rgba(29, 70, 93, 0.69)), to(rgba(36, 86, 114, 0)));
  background-image: linear-gradient(180deg, #1d465d, rgba(29, 70, 93, 0.69) 44%, rgba(36, 86, 114, 0));
}

.hero-slider {
  top: -100px;
  height: 94vh;
}

.slide-nav {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.brand {
  position: absolute;
  left: 0px;
  top: 30px;
  z-index: 6000;
  padding: 10px 40px 40px;
  background-color: #245672;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.overlay-box-container {
  position: relative;
  top: 20px;
  z-index: 300;
  display: block;
  width: 270px;
}

.overlay-box-center {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: rgba(90, 90, 90, 0.9);
}

.homepage-overlay-box-div {
  display: block;
  height: 0px;
  padding-left: 50px;
  -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;
  background-color: #0098ff;
}

.overlay-box-headline {
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.4);
  font-family: Nunito, sans-serif;
  color: #ebdbaf;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-link {
  margin-top: 15px;
  padding: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.9vw;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #a8d069;
  color: #2d3e4f;
}

.nav-link:active {
  background-color: #729736;
}

.nav-link.w--current {
  color: #83aa46;
}

.nav-link.w--open {
  font-weight: 400;
}

.nav-link.mobile-nav-links {
  margin-top: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 11px;
}

.nav-link.mobile-nav-links.w--current {
  color: #7ead31;
}

.nav-link.scroll-into-invest-link {
  margin-top: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 2px solid #7ead31;
  background-color: transparent;
  color: #fff;
  font-size: 10px;
}

.nav-link.scroll-into-invest-link:hover {
  background-color: #7ead31;
  color: #fff;
}

.nav-link.scroll-into-invest-link:active {
  background-color: #729736;
}

.hero-slider-arrow-divs {
  height: 50%;
  background-color: hsla(0, 0%, 100%, 0.2);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero-slider-arrow-divs:hover {
  opacity: 0.5;
}

.hero-slider-arrow-divs:active {
  opacity: 1;
}

.map {
  position: relative;
  height: 450px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.page-container {
  position: relative;
  padding: 30px;
  opacity: 1;
}

.top-border {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 30px;
  background-color: #245672;
}

.bottom-border {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 30px;
  background-color: #245672;
}

.body {
  line-height: auto;
}

.left-border {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 30px;
  height: 100%;
  background-color: #245672;
}

.right-border {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 100%;
  background-color: #245672;
}

.header {
  margin-bottom: -100px;
}

.map-div {
  position: relative;
  height: 450px;
}

.map-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: block;
  overflow: visible;
  height: 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: linear-gradient(220deg, rgba(45, 118, 158, 0.6), rgba(18, 77, 110, 0.6));
}

.map-circle {
  display: block;
  width: 150px;
  height: 150px;
  padding-right: 0px;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(253, 227, 155, 0.7);
  border-radius: 100%;
}

.map-circle.circle-2 {
  position: relative;
  top: 50%;
  display: block;
  width: 290px;
  height: 290px;
  margin-right: auto;
  margin-left: auto;
  border-width: 3px;
  border-color: rgba(253, 227, 155, 0.7);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.map-circle.circle-3 {
  position: relative;
  top: 50%;
  display: block;
  width: 425px;
  height: 425px;
  margin-right: auto;
  margin-left: auto;
  border-width: 2px;
  border-color: rgba(253, 227, 155, 0.5);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.map-circle.circle-1 {
  position: relative;
  top: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-width: 4px;
  border-color: rgba(253, 227, 155, 0.9);
  background-image: url('../images/HCPED_Location_Marker.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.map-circle.circle-4 {
  position: relative;
  top: 50%;
  display: none;
  width: 570px;
  height: 570px;
  margin-right: auto;
  margin-left: auto;
  border-color: rgba(253, 227, 155, 0.3);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.slide-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-image: url('../images/Placeholder_Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-contents.slide-contents-22 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/productive.jpg');
}

.slide-contents.slide-contents-3 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/product.jpg');
  background-size: cover;
}

.slide-contents.slide-contents-video {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: none;
}

.slide-contents.slide-contents-5 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/strong.jpg');
}

.slide-contents.slide-contents-6 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/low_cost.jpg');
}

.list-location {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}

.list-item-location {
  margin-bottom: 6px;
}

.hero-slide-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 50px 100px;
  -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, from(rgba(29, 70, 93, 0)), color-stop(35%, rgba(6, 31, 44, 0.61)), to(#03151f));
  background-image: linear-gradient(180deg, rgba(29, 70, 93, 0), rgba(6, 31, 44, 0.61) 35%, #03151f);
}

.hero-slide-overlay.hero-slide-overlay-slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 38, 14, 0)), color-stop(35%, rgba(58, 35, 7, 0.6)), to(#160d02));
  background-image: linear-gradient(180deg, rgba(58, 38, 14, 0), rgba(58, 35, 7, 0.6) 35%, #160d02);
}

.hero-slider-headlines {
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  color: #ffd768;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
}

.hero-slide-teaser-copy {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
}

.list-location-text {
  color: #ebdbaf;
}

.location-slider {
  height: auto;
  background-color: transparent;
}

.location-slider-arrow-divs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
}

.location-slider-arrow-divs.location-slider-arrow-div-right {
  right: -40px;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.location-slider-arrow-divs.location-slider-arrow-div-right:hover {
  background-color: #245672;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.location-slider-arrow-divs.location-slider-arrow-div-right:active {
  background-color: #154058;
  -webkit-transform: translate(7px, 0px);
  -ms-transform: translate(7px, 0px);
  transform: translate(7px, 0px);
}

.location-slider-arrow-divs.location-slider-arrow-div-left {
  left: -40px;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.location-slider-arrow-divs.location-slider-arrow-div-left:hover {
  background-color: #245672;
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.location-slider-arrow-divs.location-slider-arrow-div-left:active {
  background-color: #154058;
  -webkit-transform: translate(-7px, 0px);
  -ms-transform: translate(-7px, 0px);
  transform: translate(-7px, 0px);
}

.locations-slide {
  padding-right: 15px;
  padding-left: 15px;
}

.button-alignment-div {
  text-align: center;
}

.location-slider-arrow-icon {
  height: 24px;
  color: #fd7072;
}

.footer {
  display: block;
  padding-right: 75px;
  padding-bottom: 40px;
  padding-left: 75px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #02121b;
}

.border-div {
  position: relative;
  z-index: 5000;
  display: block;
  opacity: 1;
}

.map-callout {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 30%;
  height: 100%;
  padding-top: 150px;
  padding-right: 70px;
  padding-left: 100px;
  -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;
}

.dropdown-icon {
  font-family: 'Changa One', Impact, sans-serif;
}

.map-callout-text {
  padding: 10px;
  border: 1px solid #a8d069;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #193f55;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.map-callout-text:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.map-callout-text:active {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.shipping-boat-icon {
  display: block;
  width: 100px;
  margin-bottom: 13px;
  opacity: 1;
}

.homepage-quick-link-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.test-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
  text-decoration: none;
}

.test-25._33-1 {
  background-color: #5d758a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.test-25._33-1:hover {
  background-color: #83aa46;
}

.test-25._33-1:active {
  background-color: #729736;
}

.test-25._33-2 {
  background-color: #b48f44;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.test-25._33-2:hover {
  background-color: #83aa46;
}

.test-25._33-2:active {
  background-color: #729736;
}

.test-25._33-3 {
  background-color: #ce5942;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.test-25._33-3:hover {
  background-color: #83aa46;
}

.test-25._33-3:active {
  background-color: #729736;
}

.test-25._33-4 {
  background-color: #829e55;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.test-25._33-4:hover {
  background-color: #83aa46;
}

.test-25._33-4:active {
  background-color: #729736;
}

.generic-content-with-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.generic-column-50 {
  width: 50%;
}

.generic-column-50.homepage-featured-news-content-column {
  padding: 60px;
  background-color: #fff;
}

.generic-column-50.generic-column-50-left {
  padding-right: 20px;
}

.generic-column-50.generic-column-50-right {
  padding-left: 20px;
}

.paragraph.paragraph-reversed {
  color: #333;
  font-size: 14px;
}

.paragraph.paragraph-reversed-white {
  color: #fff;
  font-size: 14px;
}

.paragraph.paragraph-target-markets {
  color: #333;
  font-size: 14px;
  text-align: center;
}

.dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #a8d069;
  color: #154058;
}

.dropdown-link:active {
  background-color: #729736;
}

.dropdown-link.w--current {
  color: #7ead31;
}

.dropdown-list.w--open {
  background-color: #245672;
}

._2nd-level-header {
  position: relative;
  top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: -100px;
  padding-top: 250px;
  -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: #f0f0f0;
}

._2nd-level-header._2nd-level-header-community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #154058;
  background-image: url('../images/HCPED_Relocation_Pisgah-Hike_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-target-markets {
  background-image: url('../images/HCPED_Target-Markets_Header.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

._2nd-level-header._2nd-level-header-news {
  background-image: url('../images/hcped-2013-banquet-oriole-mill-025.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-industrial-directory {
  background-image: url('../images/HCPED_Grind-Wheel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-contact {
  background-image: url('../images/HCPED_Grind-Wheel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-incentives {
  background-image: url('../images/HCPED_Finance.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-virtual-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  background-color: #154058;
  background-image: url('../images/Community_Profile.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-virtual-site._2nd-level-header-virtual-site-ferncliff {
  background-image: url('../images/HCPED_Ferncliff-Banner.jpg');
}

._2nd-level-header._2nd-level-header-relocation-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  background-color: #154058;
  background-image: url('../images/HCPED_Relocation-Header-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #154058;
  background-image: url('../images/HCPED_About_Header2_Apples.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  background-color: #154058;
  background-image: url('../images/HCPED_The-Partnership-Team_Header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-members {
  background-image: url('../images/HCPED_Members2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-workforce {
  background-image: url('../images/HCPED_Welder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-invest-now {
  background-image: url('../images/HCPED_Partner-With-Us_Header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2nd-level-header._2nd-level-header-education {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #154058;
  background-image: url('../images/HCPED_Education_Header3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.generic-column-33 {
  width: 33.33%;
}

.generic-column-33.generic-column-33-left {
  display: block;
  padding-right: 10px;
}

.generic-column-33.generic-column-33-left.access-column-left {
  padding-right: 20px;
}

.generic-column-33.generic-column-33-left.more-news-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*padding-right: 40px;*/
}

.generic-column-33.generic-column-33-center {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}

.generic-column-33.generic-column-33-center.access-column-center {
  padding-right: 15px;
  padding-left: 15px;
}

.generic-column-33.generic-column-33-center.more-news-center-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
}

.generic-column-33.generic-column-33-right {
  padding-left: 10px;
}

.generic-column-33.generic-column-33-right.access-column-right {
  padding-left: 20px;
}

.generic-column-33.generic-column-33-right.more-news-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

.generic-column-33.employment-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.generic-column-33.employment-column.employment-column-center {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.generic-column-33.employment-title-center {
  text-align: center;
}

.generic-column-33.employment-title-right {
  text-align: right;
}

.contact-headings {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-text {
  margin-bottom: 20px;
  color: #fff;
}

.text-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #7ead31;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  opacity: 0.7;
}

.text-link:active {
  opacity: 0.9;
}

.text-link.block-text-link {
  display: block;
  margin-bottom: 15px;
  color: #83aa46;
  font-size: 16px;
}

.footer-map {
  height: 250px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer-logo {
  display: block;
  margin-bottom: 30px;
}

.generic-content-block {
  padding: 100px;
  background-color: #fff;
}

.generic-content-block.demographics-section {
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(35%, #fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff 35%);
}

.generic-content-block.employment-section {
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(31%, #fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff 31%);
}

.generic-content-block.profile-tax-rates {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(15%, #fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff 15%);
}

.generic-content-block.education-section {
  height: auto;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(40%, #fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff 40%);
}

.generic-content-block.accolades-section {
  padding-bottom: 20px;
  background-color: #fff;
  background-image: none;
}

.generic-content-block.access-section {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(24%, #fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff 24%);
}

.generic-content-block.schools-section {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(40%, #fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff 40%);
}

.generic-content-block.contact-information-div {
  background-color: #242424;
}

.generic-content-block.virtual-site-sections {
  background-color: #494949;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), color-stop(41%, #424242), color-stop(54%, transparent));
  background-image: linear-gradient(180deg, #1d1d1d, #424242 41%, transparent 54%);
}

.generic-content-block.buildings-and-sites-callout-section {
  padding-bottom: 50px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 3vw;
  line-height: 100%;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

.h2.virtual-site-titles {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #face6a;
  color: #fff;
  font-size: 28px;
  line-height: 100%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h2.relocation-title-education {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 3.5vw;
  line-height: 100%;
  font-weight: 200;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h2.headings-positive {
  margin-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.h2.headings-negative {
  color: #fff;
  font-size: 3.5vw;
}

.icons {
  display: inline-block;
  margin-bottom: 20px;
  font-family: Hcped, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 100%;
}

.icons.icon-auto {
  color: #8e9296;
}

.icons.icon-outdoors {
  color: #fc7d64;
}

.icons.icon-machining {
  color: #25ccbf;
}

.icons.icon-software {
  color: #cf404d;
}

.icons.tax-rate {
  color: #75c799;
}

.icons.icon-union {
  color: #4392b8;
}

.icons.icon-education {
  color: #7a7878;
}

.icons.icon-cuffs {
  color: #5d5d5d;
}

.icons.icon-trophy {
  color: #c5a344;
}

.icons.icon-small-business {
  color: #d57970;
}

.icons.icon-award {
  font-family: Lato, sans-serif;
  color: #cea95e;
}

.icons.icon-bulb {
  color: #f8c740;
}

.icons.icon-healthcare {
  color: #569b74;
}

.icons.icon-professional {
  color: #34659b;
}

.sector-titles {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  text-align: center;
}

.generic-column-25 {
  width: 25%;
  margin-bottom: 40px;
  text-align: center;
}

.generic-column-25.generic-column-25-left {
  padding-right: 40px;
  text-decoration: none;
}

.generic-column-25.generic-column-25-center {
  padding-right: 20px;
  padding-left: 20px;
}

.generic-column-25.generic-column-25-right {
  padding-left: 40px;
}

.homepage-video1-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0px 120px 100px;
  background-color: #51606b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.9)), to(rgba(88, 88, 88, 0.9))), url('../images/seamless-hazard-warning-background-11876245.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.9), rgba(88, 88, 88, 0.9)), url('../images/seamless-hazard-warning-background-11876245.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, fixed;
}

.generic-70-column {
  width: 70%;
}

.generic-70-column.homepage-video-info-box {
  position: relative;
  left: -100px;
  width: 60%;
  padding: 120px 40px 120px 170px;
  border: 1px solid #a8d069;
}

.generic-70-column.generic-70-column-left {
  padding-right: 20px;
}

.accolades-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.demographics-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.demographic-leader-div {
  width: 40%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dashed #9e9e9e;
}

.demographics-name-text {
  display: inline-block;
  margin-right: 10px;
  color: #245672;
  font-size: 18px;
  line-height: 100%;
}

.demographic-result-text {
  margin-left: 10px;
  color: #245672;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
}

.employment-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.profile-name-text {
  color: #d4d4d4;
}

.profile-name-text.profile-cell-text-center {
  margin-right: 10px;
  margin-left: 10px;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 100%;
}

.profile-name-text.profile-cell-text-right {
  margin-left: 10px;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 100%;
}

.profile-name-text.employment-cell-text-left {
  margin-right: 10px;
  color: #245672;
  font-size: 18px;
  line-height: 100%;
}

.profile-name-text.education-university-names {
  color: #245672;
  font-size: 16px;
}

.leader---employment {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dashed #9e9e9e;
}

.first-leader {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2nd-leader {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.employment-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #d4d4d4;
}

.employment-title-text {
  color: #5d5d5d;
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-employers-div {
  margin-bottom: 60px;
}

.top-employers-copy {
  margin-bottom: 0px;
  color: #245672;
  font-size: 16px;
  -webkit-column-count: 3;
  column-count: 3;
}

.tax-rate-details {
  font-size: 18px;
  font-style: italic;
}

.access-titles-text {
  margin-right: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #245672;
  font-size: 16px;
  line-height: 100%;
}

.access-results-text {
  margin-left: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 100%;
}

.access-categories-titles {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d4d4d4;
  color: #5d5d5d;
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.education-title-note {
  font-size: 13px;
  line-height: 100%;
  text-transform: none;
}

.homepage-news-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f0eb;
}

.homepage-video2-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-right: 100px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.9)), to(rgba(88, 88, 88, 0.9))), url('../images/seamless-hazard-warning-background-mirrored.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.9), rgba(88, 88, 88, 0.9)), url('../images/seamless-hazard-warning-background-mirrored.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, fixed;
}

.news-date {
  margin-bottom: 8px;
  font-size: 13px;
  font-style: italic;
}

.featured-news-heading {
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  font-size: 36px;
  line-height: 110%;
  font-weight: 300;
}

.homepage-video-info-box-1 {
  position: relative;
  left: 100px;
  width: 60%;
  padding: 120px 170px 120px 40px;
  border: 1px solid #a8d069;
}

.homepage-video-container-2 {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.homepage-more-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.generic-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.generic-flex-box.featured-news {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #a8d069;
  background-color: transparent;
}

.generic-flex-box.industrial-directory-listing-flex-box {
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-post-with-border {
  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-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: 1px solid #a8d069;
  background-color: #fff;
}

.more-news-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  line-height: 110%;
}

.news-image {
  height: 200px;
  margin-bottom: 20px;
}

.news-image.news-image-tall {
  height: 300px;
}

.news-image.news-image-tall.news-image-sierra-nevada {
  background-image: url('../images/SierraNevada2.jpg');
}

.news-image.news-image-tall.news-image-gaia {
  background-image: url('../images/gaia.jpg');
}

.news-image.news-image-tall.news-image-norafin {
  background-image: url('../images/Slide_Building2.jpg');
}

.paragraph-2 {
  font-family: Lato, sans-serif;
}

.homepage-news-heading {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: Nunito, sans-serif;
  color: #7095af;
  font-size: 42px;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
}

.homepage-news-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._2nd-level-sub-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 110%;
  font-weight: 300;
}

._2nd-level-sub-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f0f0f0;
}

._2nd-level-sub-navigation._2nd-level-subnav-community {
  padding-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #154058;
}

._2nd-level-sub-text-links {
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #a8d069;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a8d069;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

._2nd-level-sub-text-links:hover {
  background-color: #a8d069;
  color: #154058;
}

._2nd-level-sub-text-links:active {
  background-color: #729736;
}

._2nd-level-sub-text-links:focus {
  background-color: #83aa46;
  color: #154058;
}

.homepage-video-container-1 {
  position: relative;
  z-index: 2;
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.social-icons {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  padding-top: 9px;
  border: 1px solid #83aa46;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Hcped, sans-serif;
  color: #245672;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
}

.social-icons:hover {
  background-color: #83aa46;
  color: #fff;
}

.social-icons:active {
  background-color: #729736;
}

.social-icons.social-icons-footer {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 20px;
}

.brand-image {
  width: 220px;
}

.share-this-news-text {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
}

.member-logo-slider {
  height: 200px;
  background-color: #fff;
}

.member-logo-slide-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 80px;
  margin-left: 80px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-logo-slide-images {
  width: 10vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.member-logo-slide-images:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.member-logo-slide-images:active {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.footer-social-links-div {
  margin-top: 30px;
  margin-bottom: 30px;
}

.member-logo-slider-arrow-div {
  color: #a8d069;
}

.member-logo-slider-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 4px solid #f3f0eb;
  background-color: #fff;
}

.featured-news-button-div {
  margin-bottom: 30px;
}

.mileage {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 7px;
  color: hsla(0, 0%, 100%, 0.8);
}

.featured-news-image-div {
  width: 50%;
}

.scroll-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5000;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
}

.image-2 {
  width: 85px;
  margin-top: 4px;
}

.mobile-nav-brand {
  height: 30px;
  padding-top: 3px;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.mobile-nav-brand:hover {
  background-color: #83aa46;
  opacity: 1;
}

.mobile-nav-brand:active {
  background-color: #729736;
}

.scroll-sub-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4000;
  display: block;
  padding: 60px 130px 30px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #154058;
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.8);
}

._2nd-level-overlay-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60%;
  padding-right: 100px;
  padding-bottom: 40px;
  padding-left: 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 54, 25, 0)), to(rgba(37, 21, 5, 0.9)));
  background-image: linear-gradient(180deg, rgba(85, 54, 25, 0), rgba(37, 21, 5, 0.9));
}

.call-to-action-tile {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 65px;
  padding-bottom: 65px;
  border-radius: 5px;
  background-color: rgba(21, 64, 88, 0.8);
}

.call-to-action-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Nunito, sans-serif;
  color: #ffd768;
  font-size: 36px;
  line-height: 110%;
  text-align: center;
}

.call-action-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/hendersonville_carnegie_library2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.call-to-action-subheading {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.callout-form-container {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.callout-form-labels {
  color: #fff;
  font-weight: 400;
}

.callout-form-fields {
  margin-bottom: 20px;
}

.target-market-titles {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #245672;
  font-size: 24px;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
}

.intro-paragraph {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}

._2nd-level-title-column {
  width: 60%;
}

._2nd-level-title-column._2nd-level-title-column-virtual-site {
  width: 60%;
}

._2nd-level-title-column._2nd-level-title-column-relocation-guide {
  width: 75%;
}

.overlay-slider-subheads {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #ebdbaf;
  font-size: 14px;
  text-transform: uppercase;
}

.sorting-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #242424;
}

.subheading-with-underline {
  margin-top: 0px;
  border-bottom: 1px dashed #face6a;
  font-family: Nunito, sans-serif;
  color: #245672 !important;
}

aside .widget h3 {
  color: #245672 !important; 
}
.widget.block-5.widget_block {
  margin-bottom: 20px;
}

.generic-column-30 {
  width: 30%;
}

.generic-column-30.generic-column-30-right {
  padding-left: 20px;
}

.filter-navigation-check-boxes {
  display: block;
  margin-right: 20px;
  color: #fff;
}

.industrial-directory-tile {
  width: 100%;
  padding: 30px;
  border-radius: 3px;
  background-color: #ececec;
}

.industrial-directory-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.industrial-directory-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.industrial-directory-column.industrial-directory-column-left {
  padding-right: 20px;
}

.industrial-directory-column.industrial-directory-column-right {
  padding-left: 20px;
}

.industrial-directory-business-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
}

.industrial-directory-business-text-links {
  display: block;
  margin-bottom: 15px;
  color: #83aa46;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.industrial-directory-business-line-text {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.text-span {
  font-weight: 400;
}

.search-text-field {
  display: inline-block;
  width: 75%;
  height: 40px;
  line-height: 100%;
}

.form {
  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;
}

.news-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px;
  -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;
  border: 1px solid #a8d069;
  border-radius: 3px;
  background-color: #fff;
}

.latest-post-div {
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 3px;
  background-color: #f3f3f3;
}

.latest-post-headings {
  margin-bottom: 5px;
  color: #aaa;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
}

.twitter-handle-name {
  margin-bottom: 5px;
  color: #747474;
}

.news-sidebar-containers {
  margin-bottom: 50px;
}

.footer-disclaimer {
  margin-top: 40px;
}

.footer-disclaimer-copy {
  color: #6e8997;
}

.contact-info {
  margin-bottom: 15px;
  color: #fff;
}

.contact-label {
  color: grey;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-field {
  margin-bottom: 20px;
}

.form-div {
  margin-top: 40px;
}

.contact-map {
  height: 400px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.copyright-text {
  display: inline-block;
  margin-top: 40px;
  margin-right: 13px;
  margin-left: 13px;
  color: #616161;
  font-size: 12px;
  text-align: center;
}

.contact-footer {
  padding: 40px 100px;
  background-color: #02121b;
}

.copyright-div {
  text-align: center;
}

.created-by-links {
  color: #6e8997;
  text-decoration: none;
}

.incentives-label {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #e2a62b;
  color: #909090;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.incentive-program-tiles {
  margin-bottom: 40px;
  padding: 20px 40px;
  background-color: #f3f3f3;
}

.incentives-titles {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  color: #83aa46;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.incentives-titles:hover {
  opacity: 0.7;
}

.incentives-titles:active {
  opacity: 0.9;
}

.incentives-title-asterisk {
  color: #747474;
  text-decoration: none;
}

.incentives-program-types {
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 32px;
}

.text-block-2 {
  margin-bottom: 50px;
  color: #fff;
  line-height: 150%;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 31px;
  column-gap: 31px;
  -webkit-column-rule: 1px dashed #face6a;
  column-rule: 1px dashed #face6a;
}

.inline-intro-links {
  color: #a8d069;
  font-weight: 700;
  text-decoration: none;
}

.inline-intro-links:hover {
  opacity: 0.7;
}

.inline-intro-links:active {
  opacity: 0.9;
}

.button-alignment-virtual-sites {
  margin-bottom: 50px;
  text-align: center;
}

.virtual-site-map-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.virtual-site-map-column-left {
  width: 33.33%;
  border: 5px solid #154058;
}

.virtual-site-cutom-maps {
  width: 100%;
}

.virtual-site-map-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed {
  width: 100%;
  height: 100%;
  border: 5px solid #154058;
}

.max-1400 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.virtual-site-map-column-right {
  width: 33.33%;
}

.div-block-3 {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #000;
}

.div-block-4 {
  width: 40%;
  padding-left: 40px;
}

.property-video-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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;
  border: 5px solid #154058;
  background-color: #245672;
}

.text-block-3 {
  color: #a8d069;
  text-align: center;
}

._2nd-level-overlay-virtual-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  padding-right: 100px;
  padding-bottom: 40px;
  padding-left: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 54, 25, 0)), color-stop(19%, rgba(50, 41, 30, 0.45)), to(#081a24));
  background-image: linear-gradient(180deg, rgba(85, 54, 25, 0), rgba(50, 41, 30, 0.45) 19%, #081a24);
}

.text-block-4 {
  margin-bottom: 50px;
  color: #a8d069;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
}

._2nd-level-overlay-relocation-guide {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 100px;
  padding-bottom: 50px;
  padding-left: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 54, 25, 0)), color-stop(44%, rgba(50, 41, 30, 0.45)), to(rgba(8, 26, 36, 0.67)));
  background-image: linear-gradient(180deg, rgba(85, 54, 25, 0), rgba(50, 41, 30, 0.45) 44%, rgba(8, 26, 36, 0.67));
}

.text-block-5 {
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1.6vw;
  line-height: 150%;
  font-weight: 300;
}

.map-and-stats-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nc-map-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nc-stats-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nc-stats-tiles {
  width: 50%;
  margin: 0px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-6 {
  margin-bottom: 25px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 1.2vw;
  line-height: 120%;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

.text-block-7 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 100%;
  font-weight: 100;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px;
  -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: #83aa46;
}

.nc-stats-disclaimer-tex-div {
  width: 100%;
  margin-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
}

.nc-stats-disclaimer-text {
  padding: 12px;
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #5d5d5d;
  text-align: center;
}

.link {
  color: #154058;
  font-weight: 700;
  text-decoration: none;
}

.municipalities-section {
  position: relative;
  padding: 100px;
  background-color: #e9e9e9;
}

.municipalities-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.municipalities-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.municipalities-map-image {
  width: 100%;
}

.municipalities-column-fletcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 25px;
  -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;
  background-color: #d99323;
}

.municipalities-titles {
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 100%;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.municipalities-mills-river-tile {
  width: 100%;
  padding: 25px;
  background-color: #7bae44;
}

.municipality-text {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}

.municipalities-column-mills-river {
  width: 50%;
  padding-left: 0px;
}

.municipalities-image {
  width: 100%;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.municipalities-mills-river-image {
  width: 62%;
  margin-top: 20px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 25px;
  -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;
}

.municipalities-column-laurel-park {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 25px;
  -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;
  background-color: #e16e1f;
}

.municipalities-column-hendersonville {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 25px;
  -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;
  background-color: #4d83bf;
}

.municipalities-column-flatrock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 25px;
  -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;
  background-color: #959599;
}

.communities-content {
  margin-bottom: 50px;
}

.municipalities-content {
  margin-bottom: 140px;
}

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

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-right: 110px;
  padding-left: 110px;
  -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;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-left: 70px;
  -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;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 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;
  border-radius: 100%;
  background-color: #e16e1f;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 1.2vw;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  font-family: 'Roboto Slab', sans-serif;
  color: #154058;
  font-size: 1.5vw;
  font-weight: 200;
}

.button-alignment-relocation {
  margin-top: 100px;
  text-align: center;
}

.living-in-henderson-county-section {
  position: relative;
  padding: 100px;
  background-color: #154058;
}

.living-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-13 {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 500px;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-right: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-11 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
  font-weight: 300;
}

.living-content-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.living-left-col {
  width: 50%;
}

.living-right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.image-5 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.living-image-div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.living-text-div {
  position: relative;
  left: -40px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85%;
  padding: 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;
  border-radius: 3px;
  background-color: #fff;
}

.living-headings {
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #154058;
  font-size: 2.5vw;
  line-height: 100%;
  font-weight: 200;
  text-transform: uppercase;
}

.living-copy {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #5d5d5d;
  font-size: 17px;
  line-height: 150%;
  font-weight: 300;
}

.caption-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: hsla(0, 0%, 100%, 0.6);
}

.text-block-14 {
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slider {
  height: 500px;
}

.libations-slide-div {
  height: 100%;
}

.image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-21 {
  position: relative;
  width: 50%;
  padding-right: 20px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
}

.wellness-content {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 50px;
  -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;
  background-color: #fff;
}

.image-7 {
  width: 100%;
}

.wellness-bullet-point-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-24 {
  width: 33.333%;
  padding-right: 20px;
}

.text-block-15 {
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #49647b;
  font-size: 18px;
  line-height: 100%;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wellness-lists {
  padding-left: 25px;
  color: #83aa46;
}

.wellness-list-items {
  margin-bottom: 15px;
}

.wellness-list-text {
  font-family: Raleway, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
}

.libations-numbers-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.libations-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27 {
  width: 60%;
}

.text-block-16 {
  font-family: 'Roboto Slab', sans-serif;
  color: #a8d069;
  font-size: 9vw;
  line-height: 100%;
  font-weight: 200;
  text-align: left;
}

.text-block-17 {
  font-family: 'Roboto Slab', sans-serif;
  color: #a8d069;
  font-size: 2.2vw;
  line-height: 100%;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.education-section {
  position: relative;
  height: 100vh;
  padding: 100px;
  background-image: url('../images/HCPED_Relocation-Education.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.education-flexbox {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-bottom: 50px;
  margin-left: 50px;
  padding: 37px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: rgba(52, 101, 155, 0.9);
}

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

.reversed-intro-copy {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}

.education-list-div {
  position: relative;
  padding: 100px;
  background-color: #34659b;
}

.text-block-19 {
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 110%;
  font-weight: 200;
  text-transform: uppercase;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-31 {
  width: 50%;
  margin-top: 10px;
  padding-right: 30px;
}

.higher-ed-list {
  padding-left: 20px;
  color: #fff;
}

.higher-ed-list-item {
  margin-bottom: 20px;
}

.text-block-20 {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

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

.text-block-22 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}

.school-groups {
  width: 100%;
  margin-bottom: 85px;
}

.economy-section {
  position: relative;
  height: 100vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.economy-intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40%;
  margin-top: 100px;
  margin-left: 30px;
  padding: 30px;
  background-color: #e16e1f;
}

.div-block-35 {
  padding: 100px;
  background-color: #e16e1f;
}

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

.div-block-37 {
  position: relative;
  width: 50%;
  padding-right: 30px;
}

.image-8 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.caption-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 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: hsla(0, 0%, 100%, 0.47);
}

.div-block-38 {
  width: 50%;
  padding-left: 30px;
}

.salaries-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #49647b;
}

.text-block-23 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 100%;
  font-weight: 300;
}

.salaries-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.div-block-39 {
  border-style: solid;
  border-width: 2px;
  border-color: #cd6219;
  background-color: #154058;
}

.text-block-19-copy {
  margin-bottom: 60px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 110%;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

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

.relocation-education-section {
  position: relative;
  height: 100vh;
}

.link-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  opacity: 0.7;
}

.link-2:active {
  opacity: 0.9;
}

.box-graphic-div-1 {
  position: absolute;
  left: auto;
  top: -3%;
  right: 1%;
  bottom: auto;
  z-index: 2;
  width: 250px;
  height: 250px;
}

.box-graphic-div-2 {
  position: absolute;
  left: auto;
  right: 3%;
  bottom: auto;
  z-index: 2;
  width: 22%;
}

.box-graphic-div-3 {
  position: absolute;
  left: 3%;
  top: -2%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 200px;
  height: 200px;
}

.box-graphic-div-4 {
  position: absolute;
  left: auto;
  top: -7%;
  right: 2%;
  bottom: auto;
  z-index: 2;
  width: 250px;
  height: 250px;
}

.intro-paragraph-relocation-guide {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

._2nd-level-sub-heading-relocation-guide {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 110%;
  font-weight: 300;
}

.call-to-action-relocation {
  margin-bottom: 50px;
  font-family: Raleway, sans-serif;
  color: #a8d069;
  font-size: 30px;
  line-height: 100%;
  font-weight: 300;
  text-align: center;
}

.image-9 {
  opacity: 0.6;
}

._2nd-level-header-text-div-relocation {
  position: relative;
  z-index: 3;
  padding-right: 10px;
}

.overview-section {
  position: relative;
  padding: 80px 100px 330px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 64, 88, 0.61)), color-stop(63%, rgba(73, 100, 123, 0))), url('../images/HCPED_Relocation-Airport-Image.jpg');
  background-image: linear-gradient(180deg, rgba(21, 64, 88, 0.61), rgba(73, 100, 123, 0) 63%), url('../images/HCPED_Relocation-Airport-Image.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.wellness-intro-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.education-image-div {
  width: 100%;
  height: 100%;
}

.image-11 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.economy-image-div {
  width: 100%;
  height: 100%;
}

.div-block-43 {
  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;
}

.call-to-action-relocation-div {
  padding: 100px;
  background-color: #242424;
}

.scroll-to-top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #02121b;
}

.scroll-to-top-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #83aa46;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-to-top-button:hover {
  color: #fff;
}

.scroll-to-top-button:active {
  color: #729736;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
  padding-top: 14px;
  -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: 1px solid #83aa46;
  border-radius: 100%;
  line-height: 100%;
  text-decoration: none;
}

.text-block-24 {
  font-size: 40px;
  font-weight: 100;
}

.art-and-culture-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.events-callout-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 20px 20px 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #83aa46;
}

.events-callout-left {
  width: 50%;
  padding-right: 10px;
}

.events-callout-right {
  width: 50%;
  padding-left: 20px;
}

.text-block-25 {
  border-right: 1px solid hsla(0, 0%, 100%, 0.25);
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 145%;
  font-weight: 200;
}

.events-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.events-links:hover {
  opacity: 0.7;
}

.events-links:active {
  opacity: 0.8;
}

.intro-paragraph-text-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.intro-paragraph-text-link:hover {
  opacity: 0.7;
}

.intro-paragraph-text-link:active {
  opacity: 0.9;
}

.education-text-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.education-text-link:hover {
  opacity: 0.7;
}

.education-text-link:active {
  opacity: 0.9;
}

.municipalities-inline-text-links {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.municipalities-inline-text-links:hover {
  opacity: 0.7;
}

.municipalities-inline-text-links:active {
  opacity: 0.9;
}

.living-inline-text-links {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #83aa46;
  font-weight: 700;
  text-decoration: none;
}

.living-inline-text-links:hover {
  opacity: 0.7;
}

.living-inline-text-links:active {
  opacity: 0.9;
}

.arts-left-col {
  width: 50%;
}

.arts-right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.arts-image-div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.nc-stats-disclaimer-tex-div-salary {
  width: 100%;
  margin-top: 15px;
}

.mills-river-image-centering-div {
  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;
}

.hero-logo {
  background-color: #fff;
}

.html-embed-2 {
  margin-bottom: 0px;
}

.secondary-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-top: 2px;
  padding-right: 17px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #245672;
}

.secondary-nav-social-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.secondary-nav-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 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: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Hcped, sans-serif;
  color: #a8d069;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
}

.secondary-nav-social-icons:hover {
  color: #fff;
}

.secondary-nav-social-icons:active {
  color: #a8d069;
}

.secondary-nav-phone-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-nav-link {
  margin-right: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #a8d069;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.secondary-nav-link:hover {
  color: #fff;
}

.hero-slide-overlay-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 50px 100px;
  -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, from(rgba(29, 70, 93, 0)), color-stop(35%, rgba(6, 31, 44, 0.61)), to(#03314b));
  background-image: linear-gradient(180deg, rgba(29, 70, 93, 0), rgba(6, 31, 44, 0.61) 35%, #03314b);
}

.hero-slide-overlay-new-concept {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 50px;
  margin-left: 50px;
  padding: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(13, 57, 82, 0.84);
}

.new-slide-contents {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slider-headlines-new {
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  color: #ffd768;
  font-size: 2vw;
  line-height: 100%;
  text-align: center;
}

.hero-slide-teaser-new {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
}

.div-block-45 {
  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;
}

.nav-link-invest-today {
  margin-top: 15px;
  margin-left: 20px;
  padding: 10px 7px;
  border: 2px solid #7ead31;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.9vw;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-invest-today:hover {
  background-color: #7ead31;
}

.nav-link-invest-today:active {
  background-color: #729736;
}

.nav-link-invest-today.w--current {
  color: #fff;
}

.nav-link-invest-today.w--open {
  font-weight: 400;
}

.hero-slide-messaging-div-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-46 {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 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-color: #2d3e4f;
}

.video-embed-container {
  position: relative;
  z-index: 1;
  height: 0px;
  padding-bottom: 56.25%;
}

.page-container-video {
  position: relative;
  height: 100vh;
  padding: 30px;
  background-color: #2d3e4f;
  opacity: 1;
}

.mobile-phone-number-link {
  display: none;
}

.homepage-intro-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f3;
}

.homepage-intro-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 0px;
  -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;
}

.homepage-intro-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-left: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-26 {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 36px;
  line-height: 100%;
}

.invest-now-button {
  padding: 10px 12px;
  border-radius: 3px;
  background-color: #eeaa3c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.invest-now-button:hover {
  background-color: #7ead31;
}

.invest-now-button:active {
  background-color: #729736;
}

.invest-now-button.w--current {
  color: #83aa46;
}

.invest-now-button.w--open {
  font-weight: 400;
}

.mobile-social-link-div {
  display: none;
}

.main-news-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.secondary-news-story-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-content-block {
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  background-color: #fff;
}

.intro-50-col-left {
  width: 60%;
  padding-top: 40px;
  padding-right: 100px;
}

.intro-50-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-us-image-1 {
  position: relative;
  top: -30px;
  z-index: 100;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.image-13 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 30px;
  line-height: 100%;
}

.about-work-flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 70px 30px 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.how-we-work-col {
  width: 25%;
  padding: 10px 25px;
}

.about-what-we-do-heading-div {
  width: 100%;
  margin-bottom: 30px;
}

.text-block-27 {
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 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;
  border-radius: 100%;
  background-color: #a8d069;
}

.text-block-28 {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-29 {
  color: #154058;
  font-size: 18px;
}

.sub-intro {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 17px;
  line-height: 150%;
}

.max-1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-52 {
  padding: 100px;
  background-color: #154058;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#102b3a), to(#245672));
  background-image: linear-gradient(180deg, #102b3a, #245672);
}

.text-block-31 {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

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

.div-block-54 {
  width: 50%;
  padding: 10px;
  background-color: #fff;
}

.image-15 {
  width: 100%;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-57 {
  padding-right: 25px;
}

.text-block-32 {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
}

.text-block-27-copy {
  margin-bottom: 15px;
  font-family: Nunito, sans-serif;
  color: #f8c740;
  font-size: 36px;
  line-height: 120%;
  text-align: left;
}

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

.div-block-60 {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background-image: linear-gradient(180deg, #f0f0f0, #fff);
}

.div-block-57-copy {
  width: 100%;
  padding-right: 25px;
}

.attracting-business-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-left: 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;
}

.attracting-business-content-block {
  padding: 100px;
  background-color: #fff;
}

.div-block-62 {
  width: 30%;
  padding: 10px;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4);
}

.image-16 {
  width: 100%;
}

.about-us-three-items-bottom {
  width: 33.333%;
  padding: 10px 50px;
  text-align: left;
}

.how-we-work-icon-holder {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.how-we-work-icons {
  width: 80px;
}

.how-we-work-icon-holder-copy {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.how-we-work-icons-copy {
  width: 150px;
}

.div-block-57-copy {
  width: 100%;
  padding-right: 25px;
}

.attracting-subject-divs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.attracting-images {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.attracting-image-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.attracting-image-border {
  padding: 10px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.4);
}

.attracting-icon-divs {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.text-block-35 {
  margin-bottom: 20px;
  color: #245672;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}

.text-link-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #a8d069;
  font-weight: 700;
  text-decoration: none;
}

.text-link-2:hover {
  opacity: 0.7;
}

.text-link-2:active {
  opacity: 0.9;
}

.text-block-36 {
  margin-bottom: 50px;
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
}

.team-intro {
  padding-right: 100px;
  padding-bottom: 50px;
  padding-left: 100px;
  background-color: #fff;
}

.team-section {
  padding: 100px 70px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff);
}

.staff-flexbox {
  position: relative;
  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;
}

.staff-columns {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: 20px;
  margin-bottom: 70px;
  margin-left: 20px;
  padding: 40px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
}

.staff-image-div {
  width: 30%;
}

.staff-copy-div {
  width: 70%;
  padding-left: 15px;
}

.text-block-37 {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 24px;
}

.text-block-38 {
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.staff-images {
  margin-bottom: 10px;
}

.directors-flexbox {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.directors-columns {
  width: 25%;
  margin-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

.board-name {
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 20px;
}

.position-div {
  display: inline-block;
  margin-bottom: 10px;
  color: #245672;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.company-name {
  font-size: 15px;
  font-style: italic;
}

.div-block-64 {
  border-bottom: 1px solid #db982c;
}

.div-block-65 {
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.text-block-42 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #245672;
  font-size: 17px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.board-groups {
  margin-top: 60px;
  margin-bottom: 60px;
}

.elected-names {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #245672;
  font-size: 18px;
}

.div-block-57-copy {
  width: 100%;
  padding-right: 25px;
}

.member-section {
  padding: 75px 100px 50px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(13%, #fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff 13%);
}

.cta-section2 {
  padding: 70px;
  background-color: #154058;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#102b3a), to(#245672));
  background-image: linear-gradient(180deg, #102b3a, #245672);
}

.join-today-flexbox {
  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-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;
}

.text-block-43 {
  font-family: Nunito, sans-serif;
  color: #face6a;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}

.text-block-44 {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}

.button-centering {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.member-level-title-div {
  margin-bottom: 10px;
  border-bottom: 1px solid #e2a62b;
}

.text-block-45 {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #245672;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.member-list-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

.patron-columns {
  width: 16.666%;
  padding: 25px 20px;
  text-align: center;
}

.patron-link-block {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.patron-link-block:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.patron-link-block:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.div-block-71 {
  margin-bottom: 60px;
  padding: 0px 0px 10px;
}

.member-list-full-width-flex-box {
  width: 100%;
  margin-bottom: 70px;
  padding-right: 0px;
  padding-left: 0px;
}

.members-image-1 {
  position: relative;
  top: -30px;
  z-index: 100;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.text-block-46 {
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 30px;
  line-height: 110%;
  text-align: center;
}

.members-reflow---presidential {
  width: 100%;
  font-size: 15px;
  line-height: 200%;
  font-weight: 700;
  text-decoration: none;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule: 2px dotted #d4d4d4;
  column-rule: 2px dotted #d4d4d4;
}

.member-link---presidential {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7ead31;
  text-decoration: none;
}

.member-link---presidential:hover {
  color: #a8d069;
}

.member-link---presidential:active {
  opacity: 0.9;
  color: #729736;
}

.members-reflow---general {
  width: 100%;
  font-size: 12px;
  line-height: 200%;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule: 2px dotted #d4d4d4;
  column-rule: 2px dotted #d4d4d4;
}

._2nd-level-title-column-copy {
  width: 60%;
  padding-right: 100px;
}

.pricing-description-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 15px 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 #bec3c7;
  background-color: #f5f5f5;
}

.pricing-grid-flexbox {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: #bec3c7;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.48);
}

.pricing-description-col-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pricing-rows-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.pricing-description-text {
  font-family: Lato, sans-serif;
  color: #73b71a;
  font-size: 1.2vw;
  line-height: 100%;
  font-weight: 700;
}

.pricing-component-titles {
  font-family: Lato, sans-serif;
  color: #245672;
  font-size: 1.2vw;
  line-height: 100%;
  font-weight: 400;
}

.pricing-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bec3c7;
}

.text-block-48 {
  font-family: Lato, sans-serif;
  color: #245672;
  font-size: 1.2vw;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-check-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  padding-right: 20px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #bec3c7;
  text-align: center;
}

.pricing-check-column-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.pricing-check-mark {
  width: 16px;
}

.demographic-column-left {
  width: 70%;
  padding-right: 50px;
}

.text-block-49 {
  margin-bottom: 5px;
  color: #245672;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-72 {
  margin-bottom: 30px;
  border-bottom: 1px solid #e2a62b;
}

.demographics-column-right {
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-18 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-75 {
  width: 70%;
  padding-right: 50px;
}

.profile-section-header-image-divs {
  overflow: hidden;
  height: 500px;
  margin-bottom: 40px;
}

.image-20 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-4 {
  margin-top: 0px;
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 36px;
}

.attracting-intro-text-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-right: 60px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.attracting-text-div-2 {
  position: relative;
  left: -25px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 70px 30px 40px;
  -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;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.attracting-copy-2 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.attracting-section-2 {
  position: relative;
  padding: 75px 100px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(9%, #fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff 9%);
}

.attracting-flexbox-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-bottom: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.attracting-intro-2 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
}

.attracting-headings-2 {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #154058;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.profile-section-header-image-div-tall {
  overflow: hidden;
  height: 500px;
  margin-bottom: 40px;
}

.pricing-grid-flexbox-copy {
  width: 100%;
  margin-top: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.signup-form-overlay1 {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  -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: hsla(0, 0%, 100%, 0.92);
}

.div-block-78 {
  position: relative;
  width: 60%;
}

.field-label {
  font-weight: 400;
}

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

.signup-form-field {
  margin-bottom: 15px;
}

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

.div-block-83 {
  width: 33.333%;
  padding-right: 10px;
}

.div-block-84 {
  width: 33.333%;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-85 {
  width: 33.33%;
  padding-left: 10px;
}

.div-block-86 {
  margin-bottom: 30px;
}

.level-title {
  font-size: 16px;
  font-weight: 700;
}

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

.signup-member-level-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}

.field-label-large {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.form-2 {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.69);
}

.form-block {
  margin-bottom: 0px;
}

.form-close-button {
  position: absolute;
  left: auto;
  top: -2%;
  right: -2%;
  bottom: auto;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -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-radius: 100%;
  background-color: #a8d069;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #245672;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  cursor: pointer;
}

.form-close-button:hover {
  background-color: #83aa46;
}

.form-close-button:active {
  background-color: #a8d069;
}

.signup-member-level-columns-patron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.signup-member-level-columns-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.member-price-form {
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 400;
}

.required {
  color: #bf3a30;
  font-size: 16px;
}

.text-block-51 {
  font-size: 14px;
  line-height: 130%;
}

.text-span-2 {
  color: #bf3a30;
}

.membership-level-heading-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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-block-52 {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
}

.member-level-title-and-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  text-align: center;
}

.patron-disclaimer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-left: 5px;
  -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;
}

.div-block-88 {
  width: 60%;
}

.text-block-53 {
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
}

.what-youre-investing-in-columns {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 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;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.popup-link {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 60px;
  margin-bottom: 100px;
  padding: 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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #db982c;
  box-shadow: 6px 17px 9px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.popup-link:hover {
  background-color: #7ead31;
}

.popup-link:active {
  background-color: #729736;
}

.div-block-89 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 200px;
  -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;
}

.div-block-90 {
  position: relative;
  top: -50px;
  width: 400px;
  height: 400px;
  border: 2px solid #a8d069;
  border-radius: 100%;
  background-color: transparent;
}

.div-block-91 {
  margin-bottom: 40px;
}

.image-22 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-price {
  color: #7ead31;
  font-weight: 700;
}

.workforce-50-col-left {
  width: 60%;
  padding-top: 60px;
  padding-right: 100px;
}

.workforce-traning-section {
  padding: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), color-stop(40%, #fff));
  background-image: linear-gradient(180deg, #e9e9e9, #fff 40%);
}

.workforce-subheading {
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}

.workforce-images {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.workforce-left-col {
  width: 50%;
}

.workforce-right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.workforce-copy-right-col {
  position: relative;
  left: -25px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 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;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.workforce-image-left-column {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

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

.public-member-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 50px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  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-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-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7ead31;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #729736;
}

.link-block:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #7ead31;
}

.seals {
  width: 200px;
  margin-bottom: 15px;
}

.about-us-intro-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-members-content-block {
  padding-right: 100px;
  padding-bottom: 20px;
  padding-left: 100px;
  background-color: #fff;
}

.workforce-content-block {
  padding-right: 100px;
  padding-bottom: 60px;
  padding-left: 100px;
  background-color: #fff;
}

.div-block-78-copy {
  position: relative;
  width: 60%;
  padding-left: 70px;
}

.div-block-93 {
  padding: 100px;
  background-color: #fff;
}

.education-50-col-left {
  width: 60%;
  padding-right: 100px;
}

.div-block-94 {
  margin-top: 26px;
}

.div-block-72-copy {
  margin-bottom: 30px;
  border-bottom: 1px solid #e2a62b;
}

.k-12-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-95 {
  width: 40%;
}

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

.image-23 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.education-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.education-descriptions {
  margin-bottom: 40px;
  color: #5d5d5d;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
}

.education-stats-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.k-12-highlights-column {
  width: 33.33%;
  padding: 20px;
}

.education-callout {
  font-family: Nunito, sans-serif;
  color: #db982c;
  font-size: 5vw;
  line-height: 100%;
  font-weight: 300;
  text-align: right;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.university-columns {
  width: 25%;
  padding: 20px;
  -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;
}

.higher-education-section {
  padding: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(20%, #fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff 20%);
}

.link-block-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7ead31;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-block-2:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.link-block-2:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.other-university-flexbox {
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-102 {
  margin-bottom: 30px;
}

.text-block-55 {
  color: #245672;
  font-size: 20px;
  font-weight: 700;
}

.k-12-highlights-column-left {
  width: 33.33%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.k-12-highlights-column-right {
  width: 33.33%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.university-columns-left {
  width: 25%;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  -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;
}

.university-columns-right {
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  -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;
  text-align: center;
}

.college-text-links {
  color: #7ead31;
  font-weight: 700;
  text-decoration: none;
}

.university-logos {
  width: 90%;
  margin-bottom: 10px;
}

.k-12-stats-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.k-12-stats-column-1 {
  width: 33.33%;
  padding-right: 20px;
}

.k-12-stats-column-2 {
  width: 33.33%;
  padding-right: 20px;
  padding-left: 20px;
}

.k-12-stats-column-3 {
  width: 33.33%;
  padding-left: 20px;
}

.cta-section1 {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d3e4f), to(#245672));
  background-image: linear-gradient(180deg, #2d3e4f, #245672);
}

.cta-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cta-3col {
  width: 33.33%;
  padding: 20px;
  text-align: center;
}

.text-block-56 {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #face6a;
  font-size: 30px;
  line-height: 120%;
}

.div-block-106 {
  margin-top: 20px;
}

.generic-body-copy-reversed {
  color: #fff;
  font-size: 15px;
  line-height: 140%;
}

.call-to-action-split {
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
}

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

.membership-contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 0px;
}

.staff-image-div-copy {
  width: 30%;
}

.text-block-37-copy {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 24px;
}

.text-block-38-copy {
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-110 {
  margin-bottom: 30px;
  text-align: right;
}

.div-block-85-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-left: 10px;
}

.div-block-111 {
  width: 30%;
}

.div-block-112 {
  width: 70%;
  padding-left: 10px;
}

.div-block-113 {
  width: 50%;
  padding-right: 10px;
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.div-block-116 {
  margin-top: 40px;
}

.div-block-117 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #bec3c7;
}

.pricing-rows-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #bec3c7;
  border-bottom: 1px solid #bec3c7;
}

.div-block-118 {
  width: 40%;
}

.membership-contact-div-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-119 {
  margin-bottom: 40px;
}

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

.div-block-121 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.contact-block {
  padding: 70px 100px 30px;
  background-color: #242424;
}

.staff-intro {
  margin-bottom: 60px;
}

.apply-buttons {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #a8d069;
  -webkit-transition: background-color 200ms ease, all 200ms ease;
  transition: background-color 200ms ease, all 200ms ease;
  font-family: Lato, sans-serif;
  color: #154058;
  font-size: 1.2vw;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.apply-buttons:hover {
  background-color: #83aa46;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.apply-buttons:active {
  background-color: #729736;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.div-block-123 {
  position: relative;
  bottom: -29px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.text-block-59 {
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 24px;
  font-weight: 600;
}

.homepage-callout-link-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding-right: 20px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-60 {
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  color: #245672;
  font-size: 18px;
  font-weight: 600;
}

.homepage-callout-button-div {
  width: 100%;
  margin-top: 10px;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.homepage-callout-image-div {
  margin-bottom: 20px;
}

.workforce-callouts {
  font-family: Nunito, sans-serif;
  color: #db982c;
  font-size: 5vw;
  line-height: 100%;
  font-weight: 300;
  text-align: center;
}

.investing-columns {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.investing-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.member-events-description {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
}

.target-markets-intro {
  padding: 50px 100px;
  background-color: #fff;
}

.generic-content-block-gradient {
  padding: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(30%, #fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff 30%);
}

.markets-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.staff-bios {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 150%;
}

.stats-description-div {
  padding-right: 4vw;
  padding-left: 4vw;
}

.div-block-125 {
  width: 900px;
}

.premier-member-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 50px 9px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.target-market-directory-links {
  margin-bottom: 20px;
  padding: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.target-market-directory-links:hover {
  background-color: #ecf0f1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.target-market-directory-links:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.premier {
  width: 200px;
}

.download-vcard-link-div {
  margin-top: 15px;
}

.become-a-partner-contact-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding-right: 20px;
  padding-left: 0px;
}

.contact---mobile-only {
  display: none;
  margin-top: 15px;
  padding: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.9vw;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact---mobile-only:hover {
  background-color: #a8d069;
  color: #2d3e4f;
}

.contact---mobile-only:active {
  background-color: #729736;
}

.contact---mobile-only.w--current {
  color: #83aa46;
}

.contact---mobile-only.w--open {
  font-weight: 400;
}

.div-block-126 {
  margin-bottom: 20px;
}

.button-centering-with-bottom-padding {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.community-profile-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="display-none-subnav"] {
  display: none;
}

html.w-mod-js *[data-ix="move-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="move-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 125px);
  -ms-transform: translate(0px, 125px);
  transform: translate(0px, 125px);
}

html.w-mod-js *[data-ix="move-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
}

html.w-mod-js *[data-ix="move-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    text-align: center;
  }

  .navigation-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-menu {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .site-name {
    margin-top: 13px;
  }

  .white-wrapper {
    padding: 14px;
  }

  .menu-button {
    padding: 15px;
  }

  .navbar {
    position: relative;
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-slider {
    height: 70vh;
  }

  .brand {
    top: 20px;
    padding: 0px 20px 20px;
  }

  .nav-menu {
    padding: 20px;
    background-color: #154058;
  }

  .overlay-box-container {
    display: none;
  }

  .homepage-overlay-box-div {
    position: relative;
    top: -115px;
  }

  .overlay-box-headline {
    font-size: 16px;
  }

  .nav-link {
    font-size: 12px;
    text-align: center;
  }

  .nav-link.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .page-container {
    padding: 20px;
  }

  .top-border {
    height: 20px;
  }

  .bottom-border {
    height: 20px;
  }

  .left-border {
    width: 20px;
  }

  .right-border {
    width: 20px;
  }

  .map-overlay {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .map-circle.circle-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .map-circle.circle-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .map-circle.circle-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .map-circle.circle-4 {
    display: block;
    width: 425px;
    height: 425px;
    border-color: rgba(253, 227, 155, 0);
  }

  .hero-slide-overlay.hero-slide-overlay-slide-1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-slider-headlines {
    font-size: 50px;
  }

  .hero-slide-teaser-copy {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .footer {
    padding: 40px 30px;
  }

  .map-callout {
    display: none;
  }

  .homepage-quick-link-div {
    z-index: 100;
  }

  .test-25._33-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .generic-column-50.homepage-featured-news-content-column {
    padding: 30px;
  }

  .dropdown-link {
    color: hsla(0, 0%, 100%, 0.8);
    text-align: center;
    letter-spacing: 1px;
  }

  ._2nd-level-header._2nd-level-header-virtual-site {
    height: 70vh;
  }

  ._2nd-level-header._2nd-level-header-virtual-site._2nd-level-header-virtual-site-ferncliff {
    height: auto;
    padding-top: 200px;
  }

  ._2nd-level-header._2nd-level-header-relocation-guide {
    height: 700px;
  }

  .generic-column-33.generic-column-33-left {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .generic-column-33.generic-column-33-left.access-column-left {
    width: 50%;
  }

  .generic-column-33.generic-column-33-left.more-news-column-left {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .generic-column-33.generic-column-33-center {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .generic-column-33.generic-column-33-center.access-column-center {
    width: 50%;
    padding-right: 0px;
    padding-left: 20px;
  }

  .generic-column-33.generic-column-33-center.more-news-center-column {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .generic-column-33.generic-column-33-right {
    padding-left: 0px;
  }

  .generic-column-33.generic-column-33-right.access-column-right {
    width: 50%;
    padding-right: 20px;
    padding-left: 0px;
  }

  .generic-column-33.generic-column-33-right.more-news-column-right {
    display: block;
    width: 100%;
    padding-left: 0px;
  }

  .generic-content-block {
    padding: 50px;
  }

  .generic-content-block.accolades-section {
    padding: 30px;
  }

  .generic-content-block.industrial-directory-content-div {
    padding: 30px;
  }

  .generic-content-block.virtual-site-sections {
    padding: 30px;
  }

  .h2.virtual-site-titles {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .h2.relocation-title-education {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
  }

  .h2.headings-positive {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .h2.headings-negative {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .icons {
    font-size: 40px;
  }

  .generic-column-25.generic-column-25-left {
    width: 50%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .generic-column-25.generic-column-25-center {
    width: 50%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .generic-column-25.generic-column-25-right {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .homepage-video1-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
  }

  .generic-70-column.homepage-video-info-box {
    left: -30px;
    padding: 40px 20px 40px 55px;
  }

  .generic-70-column.generic-70-column-left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .accolades-div {
    margin-bottom: 0px;
  }

  .demographics-div {
    margin-bottom: 20px;
  }

  .demographics-name-text {
    font-size: 15px;
  }

  .demographic-result-text {
    font-size: 15px;
  }

  .employment-div {
    margin-bottom: 20px;
  }

  .profile-name-text.profile-cell-text-center {
    font-size: 15px;
  }

  .profile-name-text.profile-cell-text-right {
    font-size: 15px;
  }

  .profile-name-text.employment-cell-text-left {
    font-size: 15px;
  }

  .profile-name-text.education-university-names {
    font-size: 15px;
  }

  .top-employers-copy {
    font-size: 15px;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .tax-rate-details {
    font-size: 15px;
  }

  .access-titles-text {
    font-size: 15px;
  }

  .access-results-text {
    font-size: 15px;
  }

  .homepage-news-section {
    padding: 30px;
  }

  .homepage-video2-section {
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 60px;
  }

  .featured-news-heading {
    font-size: 28px;
  }

  .homepage-video-info-box-1 {
    left: 30px;
    padding: 40px 55px 40px 20px;
  }

  .homepage-more-news {
    display: none;
    padding-top: 30px;
  }

  .generic-flex-box.industrial-directory-listing-flex-box {
    margin-bottom: 30px;
  }

  .news-post-with-border {
    display: block;
  }

  ._2nd-level-sub-navigation._2nd-level-subnav-community {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._2nd-level-sub-text-links {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 11px;
  }

  .social-icons.social-icons-footer {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding-top: 6px;
    font-size: 15px;
  }

  .brand-image {
    width: 170px;
  }

  .member-logo-slide-holder {
    margin-right: 60px;
    margin-left: 60px;
  }

  .member-logo-slider-arrow-div {
    width: 50px;
  }

  .mobile-menu-button {
    padding: 10px;
    background-color: #83aa46;
  }

  .mobile-menu-button.w--open {
    background-color: #154058;
  }

  .mobile-menu-icon {
    color: #fff;
    font-size: 40px;
    line-height: 100%;
  }

  .mileage {
    display: inline;
    float: right;
  }

  .scroll-nav {
    z-index: 0;
    display: none;
  }

  .scroll-sub-nav {
    padding: 37px 50px 0px;
  }

  ._2nd-level-overlay-div {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .call-to-action-tile {
    width: 80%;
  }

  .call-to-action-heading {
    padding-right: 40px;
    padding-left: 40px;
  }

  .call-action-section {
    padding: 75px;
    background-size: cover;
  }

  .callout-form-container {
    width: 90%;
  }

  ._2nd-level-title-column {
    width: 100%;
  }

  ._2nd-level-title-column._2nd-level-title-column-virtual-site {
    width: 100%;
    margin-bottom: 30px;
  }

  ._2nd-level-title-column._2nd-level-title-column-relocation-guide {
    width: 100%;
    margin-bottom: 30px;
  }

  .sorting-navigation {
    padding-right: 30px;
    padding-left: 30px;
  }

  .generic-column-30.generic-column-30-right {
    width: 100%;
    padding-left: 0px;
  }

  .filter-navigation-check-boxes {
    margin-bottom: 15px;
  }

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

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

  .contact-footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .incentive-program-tiles {
    padding: 20px 30px;
  }

  .incentives-titles {
    font-size: 22px;
  }

  .div-block-4 {
    width: 50%;
    padding-left: 0px;
  }

  ._2nd-level-overlay-virtual-site {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  ._2nd-level-overlay-relocation-guide {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .text-block-5 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .nc-map-column {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }

  .nc-stats-flexbox {
    width: 100%;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .text-block-7 {
    font-size: 50px;
  }

  .municipalities-section {
    padding: 80px 50px;
  }

  .municipalities-div {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .municipalities-column-fletcher {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .municipality-text {
    font-size: 17px;
  }

  .municipalities-column-mills-river {
    width: 100%;
  }

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

  .municipalities-mills-river-image {
    width: 100%;
  }

  .div-block-8 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
  }

  .municipalities-column-laurel-park {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .municipalities-column-hendersonville {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .municipalities-column-flatrock {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .municipalities-content {
    margin-bottom: 100px;
  }

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

  .div-block-11 {
    padding-left: 20px;
  }

  .text-block-9 {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .div-block-12 {
    margin-bottom: 10px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .button-alignment-relocation {
    margin-top: 40px;
  }

  .living-in-henderson-county-section {
    padding: 50px 30px;
  }

  .living-flexbox {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-13 {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 20px;
  }

  .image-4 {
    position: relative;
  }

  .div-block-14 {
    width: 100%;
    padding-right: 0px;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .living-content-sections {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .living-text-div {
    left: 0px;
    height: 90%;
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 0px;
  }

  .living-headings {
    font-size: 24px;
  }

  .living-copy {
    font-size: 15px;
  }

  .caption-left {
    padding: 5px;
  }

  .text-block-14 {
    font-size: 12px;
  }

  .div-block-21 {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-22 {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .wellness-content {
    padding: 30px;
  }

  .wellness-bullet-point-flex {
    margin-top: 30px;
  }

  .div-block-24 {
    padding-right: 15px;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .wellness-lists {
    padding-left: 20px;
  }

  .wellness-list-items {
    margin-bottom: 10px;
  }

  .wellness-list-text {
    font-size: 14px;
  }

  .libations-numbers-div {
    margin-bottom: 100px;
  }

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

  .education-flexbox {
    position: static;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 60px 30px;
    border-radius: 0px;
    background-color: #34659b;
  }

  .reversed-intro-copy {
    font-size: 16px;
    font-weight: 400;
  }

  .education-list-div {
    padding: 30px 30px 60px;
  }

  .text-block-19 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .div-block-30 {
    width: 100%;
    padding-right: 0px;
  }

  .higher-ed-list-item {
    margin-bottom: 15px;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .school-groups {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .economy-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .economy-intro {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-35 {
    padding: 60px 30px;
  }

  .div-block-37 {
    display: none;
  }

  .div-block-38 {
    width: 100%;
    padding-left: 0px;
  }

  .relocation-education-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .box-graphic-div-1 {
    top: -2%;
    width: 150px;
    height: 150px;
  }

  .box-graphic-div-3 {
    top: -1.5%;
    width: 120px;
    height: 120px;
  }

  .box-graphic-div-4 {
    top: -6%;
    width: 100px;
    height: 100px;
  }

  ._2nd-level-sub-heading-relocation-guide {
    font-size: 44px;
  }

  .call-to-action-relocation {
    margin-bottom: 30px;
  }

  ._2nd-level-header-text-div-relocation {
    padding-right: 0px;
  }

  .overview-section {
    padding: 50px 30px 425px;
  }

  .image-10 {
    opacity: 0.41;
  }

  .wellness-intro-flexbox {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .education-image-div {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .image-11 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .economy-image-div {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .call-to-action-relocation-div {
    padding: 50px;
  }

  .art-and-culture-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .arts-left-col {
    width: 100%;
  }

  .arts-right-col {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .arts-image-div {
    height: 400px;
  }

  .secondary-nav {
    display: none;
  }

  .secondary-nav-social-icons {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  .secondary-nav-link {
    margin-right: 0px;
    font-size: 16px;
  }

  .hero-slide-overlay-new-concept {
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 15px;
  }

  .hero-slider-headlines-new {
    font-size: 3vw;
  }

  .hero-slide-teaser-new {
    font-size: 2vw;
  }

  .nav-link-invest-today {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
  }

  .nav-link-invest-today.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .page-container-video {
    padding: 20px;
  }

  .mobile-phone-number-link {
    position: absolute;
    left: auto;
    top: 0%;
    right: 13%;
    bottom: auto;
    display: block;
    padding-top: 22px;
  }

  .homepage-intro-div {
    padding-right: 30px;
    padding-left: 30px;
  }

  .homepage-intro-column-2 {
    padding-left: 20px;
  }

  .text-block-26 {
    font-size: 24px;
  }

  .invest-now-button {
    text-align: center;
  }

  .invest-now-button.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown {
    width: 100%;
    text-align: center;
  }

  .dropdown-2 {
    width: 100%;
    text-align: center;
  }

  .mobile-social-link-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .about-content-block {
    padding: 50px;
  }

  .intro-50-col-left {
    width: 70%;
    padding-top: 0px;
    padding-right: 25px;
  }

  .intro-50-col-right {
    width: 30%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us-image-1 {
    top: 0px;
  }

  .how-we-work-col {
    width: 50%;
  }

  .div-block-51 {
    margin-bottom: 10px;
  }

  .attracting-business-content-block {
    padding: 50px;
  }

  .attracting-subject-divs {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .attracting-image-div {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 20px;
  }

  .attracting-icon-divs {
    display: none;
  }

  .team-intro {
    padding: 50px;
  }

  .team-section {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .staff-columns {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .directors-columns {
    padding-right: 15px;
    padding-left: 0px;
  }

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

  .board-groups {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .member-section {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .cta-section2 {
    padding: 40px;
  }

  .text-block-43 {
    font-size: 30px;
  }

  .text-block-44 {
    width: auto;
  }

  .member-list-flex-box {
    margin-top: 40px;
  }

  .patron-columns {
    width: 25%;
    padding: 15px;
  }

  .members-image-1 {
    padding: 5px;
  }

  .members-reflow---presidential {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .members-reflow---general {
    -webkit-column-count: 3;
    column-count: 3;
  }

  ._2nd-level-title-column-copy {
    width: 100%;
    padding-right: 0px;
  }

  .pricing-description-cell {
    padding: 20px;
  }

  .pricing-description-text {
    font-size: 2vw;
  }

  .pricing-component-titles {
    font-size: 2vw;
  }

  .text-block-48 {
    font-size: 1.5vw;
  }

  .pricing-check-cell {
    width: 15%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .demographic-column-left {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-72 {
    margin-bottom: 20px;
  }

  .demographics-column-right {
    width: 50%;
  }

  .div-block-75 {
    width: 100%;
    padding-right: 0px;
  }

  .profile-section-header-image-divs {
    height: 400px;
  }

  .attracting-intro-text-div-2 {
    width: 100%;
    padding-right: 0px;
  }

  .attracting-text-div-2 {
    left: 0px;
    height: 90%;
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 0px;
  }

  .attracting-copy-2 {
    font-size: 15px;
  }

  .attracting-section-2 {
    padding: 30px;
  }

  .attracting-flexbox-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .attracting-intro-2 {
    font-size: 16px;
  }

  .attracting-headings-2 {
    font-size: 24px;
  }

  .profile-section-header-image-div-tall {
    height: 400px;
  }

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

  .text-block-53 {
    font-size: 24px;
  }

  .what-youre-investing-in-columns {
    left: 0px;
  }

  .div-block-89 {
    display: none;
  }

  .workforce-50-col-left {
    width: 70%;
    padding-top: 0px;
    padding-right: 25px;
  }

  .workforce-traning-section {
    padding: 50px;
  }

  .workforce-left-col {
    width: 100%;
  }

  .workforce-right-col {
    width: 100%;
  }

  .workforce-copy-right-col {
    left: 0px;
    height: 90%;
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 0px;
  }

  .public-member-columns {
    padding: 30px;
  }

  .our-members-content-block {
    padding: 50px;
  }

  .workforce-content-block {
    padding: 50px;
  }

  .div-block-93 {
    padding: 50px;
  }

  .education-50-col-left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .education-stats {
    margin-bottom: 20px;
  }

  .education-descriptions {
    margin-bottom: 20px;
  }

  .education-stats-flexbox {
    margin-top: 40px;
  }

  .education-callout {
    font-size: 42px;
  }

  .div-block-99 {
    margin-top: 50px;
  }

  .university-columns {
    width: 50%;
  }

  .higher-education-section {
    padding: 50px;
  }

  .university-columns-left {
    width: 50%;
    padding-right: 20px;
  }

  .university-columns-right {
    width: 50%;
    padding-left: 20px;
  }

  .k-12-stats-column-1 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .k-12-stats-column-2 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .k-12-stats-column-3 {
    width: 100%;
    padding-left: 0px;
  }

  .cta-section1 {
    padding: 50px 30px;
  }

  .cta-3col {
    padding: 10px;
  }

  .text-block-56 {
    font-size: 24px;
  }

  .call-to-action-split {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-columns {
    width: 50%;
    margin-bottom: 30px;
  }

  .text-block-37-copy {
    font-size: 20px;
  }

  .div-block-110 {
    text-align: center;
  }

  .membership-contact-div-copy {
    width: 60%;
  }

  .div-block-121 {
    width: 40%;
  }

  .contact-block {
    padding: 30px;
  }

  .staff-intro {
    margin-bottom: 30px;
  }

  .apply-buttons {
    font-size: 1.5vw;
  }

  .homepage-callout-image-div {
    margin-bottom: 10px;
  }

  .workforce-callouts {
    font-size: 36px;
  }

  .investing-flex {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .target-markets-intro {
    padding: 50px;
  }

  .generic-content-block-gradient {
    padding: 50px;
  }

  .markets-columns {
    width: 50%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .stats-description-div {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .div-block-125 {
    width: auto;
  }

  .premier-member-columns {
    width: 33.333%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .become-a-partner-contact-columns {
    width: 50%;
    margin-bottom: 30px;
  }

  .contact---mobile-only {
    display: block;
    font-size: 12px;
    text-align: center;
  }

  .contact---mobile-only.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .community-profile-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .button.button-with-padding {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navigation-bar {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grey-rule {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .built-with-webflow {
    margin-bottom: 0px;
  }

  .white-wrapper {
    margin-top: 20px;
    padding: 34px;
  }

  .navbar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#245672), to(#245672)), -webkit-gradient(linear, left top, left bottom, from(#1d465d), color-stop(44%, rgba(29, 70, 93, 0.69)), to(rgba(36, 86, 114, 0)));
    background-image: linear-gradient(180deg, #245672, #245672), linear-gradient(180deg, #1d465d, rgba(29, 70, 93, 0.69) 44%, rgba(36, 86, 114, 0));
  }

  .hero-slider {
    top: 0px;
    height: 95vh;
  }

  .brand {
    top: 10px;
    padding: 10px 15px;
  }

  .nav-menu {
    padding-top: 0px;
  }

  .overlay-box-container {
    top: 0px;
    width: 100%;
  }

  .overlay-box-center {
    border-radius: 0px;
  }

  .homepage-overlay-box-div {
    top: 0px;
    height: auto;
    padding-left: 0px;
  }

  .map {
    height: 300px;
  }

  .page-container {
    padding: 10px;
    opacity: 1;
  }

  .top-border {
    height: 10px;
  }

  .bottom-border {
    height: 10px;
  }

  .left-border {
    width: 10px;
  }

  .right-border {
    width: 10px;
  }

  .header {
    margin-bottom: 0px;
  }

  .map-div {
    overflow: hidden;
    height: 300px;
  }

  .map-circle.circle-4 {
    width: 420px;
    height: 420px;
  }

  .hero-slide-overlay.hero-slide-overlay-slide-1 {
    padding: 40px 20px;
  }

  .hero-slider-headlines {
    margin-bottom: 3px;
    font-size: 32px;
  }

  .hero-slide-teaser-copy {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .location-slider-arrow-divs.location-slider-arrow-div-right {
    right: 0px;
  }

  .location-slider-arrow-divs.location-slider-arrow-div-left {
    left: 0px;
  }

  .locations-slide {
    padding-right: 50px;
    padding-left: 50px;
  }

  .test-25._33-1 {
    width: 50%;
  }

  .test-25._33-2 {
    width: 50%;
  }

  .test-25._33-3 {
    width: 50%;
  }

  .test-25._33-4 {
    width: 50%;
  }

  .generic-column-50 {
    width: 100%;
  }

  .generic-column-50.homepage-featured-news-content-column {
    width: 100%;
  }

  .generic-column-50.generic-column-50-left {
    padding-right: 0px;
  }

  .generic-column-50.generic-column-50-right {
    padding-left: 0px;
  }

  ._2nd-level-header._2nd-level-header-community {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2nd-level-header._2nd-level-header-target-markets {
    height: 95vh;
  }

  ._2nd-level-header._2nd-level-header-industrial-directory {
    height: 95vh;
  }

  ._2nd-level-header._2nd-level-header-virtual-site {
    height: 95vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2nd-level-header._2nd-level-header-relocation-guide {
    height: auto;
    padding-top: 150px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2nd-level-header._2nd-level-header-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2nd-level-header._2nd-level-header-staff {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2nd-level-header._2nd-level-header-education {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .generic-column-33.generic-column-33-left {
    width: 100%;
  }

  .generic-column-33.generic-column-33-left.access-column-left {
    width: 100%;
    padding-right: 0px;
  }

  .generic-column-33.generic-column-33-center {
    width: 100%;
  }

  .generic-column-33.generic-column-33-center.access-column-center {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .generic-column-33.generic-column-33-right {
    width: 100%;
  }

  .generic-column-33.generic-column-33-right.access-column-right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .generic-content-block.demographics-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .generic-content-block.employment-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .generic-content-block.profile-tax-rates {
    padding-right: 30px;
    padding-left: 30px;
  }

  .generic-content-block.education-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .generic-content-block.access-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .generic-content-block.schools-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .generic-content-block.virtual-site-sections {
    padding-bottom: 10px;
  }

  .h2.relocation-title-education {
    font-weight: 400;
  }

  .h2.headings-positive {
    font-weight: 400;
  }

  .h2.headings-negative {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 400;
  }

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

  .generic-column-25.generic-column-25-center {
    padding-right: 15px;
    padding-left: 15px;
  }

  .homepage-video1-section {
    padding: 60px 30px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .generic-70-column.homepage-video-info-box {
    left: 0px;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-bottom: 75px;
    padding-left: 30px;
  }

  .profile-name-text.profile-cell-text-center {
    font-size: 14px;
  }

  .profile-name-text.profile-cell-text-right {
    font-size: 14px;
  }

  .profile-name-text.education-university-names {
    font-size: 14px;
  }

  .access-categories-titles {
    margin-bottom: 10px;
  }

  .homepage-video2-section {
    padding: 60px 30px 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;
  }

  .homepage-video-info-box-1 {
    left: 0px;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 75px;
  }

  .homepage-video-container-2 {
    position: relative;
    top: -60px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .generic-flex-box.featured-news {
    -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;
  }

  .news-image.news-image-tall.news-image-sierra-nevada {
    height: 250px;
  }

  .news-image.news-image-tall.news-image-gaia {
    height: 250px;
  }

  .news-image.news-image-tall.news-image-norafin {
    height: 250px;
  }

  ._2nd-level-sub-heading {
    margin-bottom: 5px;
    font-size: 36px;
  }

  ._2nd-level-sub-text-links {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }

  .homepage-video-container-1 {
    top: -60px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .social-icons.social-icons-footer {
    width: 40px;
    height: 40px;
    padding-top: 9px;
    font-size: 20px;
  }

  .brand-image {
    width: 100px;
  }

  .member-logo-slider {
    height: 250px;
  }

  .member-logo-slide-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .member-logo-slide-images {
    width: 100px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer-social-links-div {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .member-logo-slider-arrow-div {
    width: 40px;
    font-size: 20px;
  }

  .mobile-menu-button {
    padding: 5px;
  }

  .featured-news-image-div {
    width: 100%;
    height: 300px;
  }

  .scroll-sub-nav {
    z-index: 0;
    opacity: 0;
  }

  .call-to-action-tile {
    width: 90%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .call-to-action-heading {
    font-size: 30px;
  }

  .call-action-section {
    padding: 50px;
  }

  .call-to-action-subheading {
    font-size: 18px;
  }

  .intro-paragraph {
    font-size: 14px;
  }

  .industrial-directory-column.industrial-directory-column-left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .industrial-directory-column.industrial-directory-column-right {
    width: 100%;
    padding-left: 0px;
  }

  .news-post {
    margin-bottom: 20px;
    padding: 10px;
  }

  .contact-map {
    height: 250px;
  }

  .incentives-titles {
    font-size: 20px;
  }

  .incentives-program-types {
    font-size: 28px;
  }

  .text-block-2 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .virtual-site-map-flex-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .virtual-site-map-column-left {
    width: 50%;
    margin-bottom: 20px;
  }

  .virtual-site-map-column-center {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .virtual-site-map-column-right {
    width: 100%;
  }

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

  .text-block-3 {
    margin-top: 20px;
  }

  .text-block-6 {
    margin-bottom: 15px;
    font-weight: 400;
  }

  .text-block-7 {
    font-weight: 300;
  }

  .municipalities-section {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .municipalities-titles {
    font-size: 24px;
    font-weight: 400;
  }

  .municipality-text {
    font-weight: 400;
  }

  .div-block-10 {
    width: 60%;
  }

  .div-block-11 {
    width: 40%;
  }

  .text-block-10 {
    font-weight: 400;
  }

  .living-flexbox {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-13 {
    height: 400px;
  }

  .text-block-11 {
    font-weight: 400;
  }

  .living-content-sections {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .living-left-col {
    width: 100%;
  }

  .living-right-col {
    width: 100%;
  }

  .living-image-div {
    height: 300px;
  }

  .living-text-div {
    height: auto;
    padding: 30px 20px;
  }

  .living-headings {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .living-copy {
    color: #333;
    font-weight: 400;
  }

  .slider {
    height: 300px;
  }

  .wellness-content {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .div-block-24 {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-15 {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .libations-numbers-div {
    margin-bottom: 60px;
  }

  .libations-columns {
    padding-right: 6px;
    padding-left: 6px;
  }

  .text-block-19 {
    font-weight: 400;
  }

  .div-block-31 {
    padding-right: 15px;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .text-block-22 {
    font-weight: 400;
  }

  .div-block-35 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .salaries-light {
    padding: 15px;
  }

  .text-block-23 {
    font-size: 16px;
    font-weight: 400;
  }

  .salaries-dark {
    padding: 15px;
  }

  .text-block-19-copy {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
  }

  .link-2 {
    font-size: 15px;
  }

  .box-graphic-div-1 {
    top: -1%;
    width: 100px;
    height: 100px;
  }

  .intro-paragraph-relocation-guide {
    font-size: 14px;
    font-weight: 400;
  }

  ._2nd-level-sub-heading-relocation-guide {
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 400;
  }

  .call-to-action-relocation {
    font-size: 24px;
  }

  .overview-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 64, 88, 0.8)), color-stop(71%, rgba(73, 100, 123, 0))), url('../images/HCPED_Relocation-Airport-Image.jpg');
    background-image: linear-gradient(180deg, rgba(21, 64, 88, 0.8), rgba(73, 100, 123, 0) 71%), url('../images/HCPED_Relocation-Airport-Image.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .scroll-to-top-button {
    font-weight: 700;
  }

  .text-block-24 {
    font-weight: 300;
  }

  .art-and-culture-section {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .events-callout-left {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .events-callout-right {
    width: 100%;
    padding-left: 0px;
  }

  .text-block-25 {
    border-right-style: none;
  }

  .events-links {
    margin-bottom: 20px;
  }

  .arts-left-col {
    width: 100%;
  }

  .arts-right-col {
    width: 100%;
  }

  .arts-image-div {
    height: 300px;
  }

  .secondary-nav-social-link-div {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .hero-slider-headlines-new {
    margin-bottom: 3px;
    font-size: 4vw;
  }

  .hero-slide-teaser-new {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .page-container-video {
    padding: 10px;
    opacity: 1;
  }

  .mobile-phone-number-link {
    right: 15%;
    padding-top: 20px;
  }

  .homepage-intro-column-1 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .homepage-intro-column-2 {
    width: 100%;
    padding-left: 0px;
  }

  .about-content-block {
    padding: 30px;
  }

  .intro-50-col-left {
    width: 100%;
    padding-right: 0px;
  }

  .intro-50-col-right {
    width: 100%;
    margin-top: 40px;
  }

  .about-work-flexbox {
    padding: 40px 10px 30px;
  }

  .how-we-work-col {
    margin-bottom: 15px;
  }

  .text-block-29 {
    font-size: 20px;
  }

  .div-block-57 {
    width: 80%;
  }

  .attracting-subject-divs {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .attracting-image-div {
    height: 400px;
  }

  .team-intro {
    padding: 30px;
  }

  .team-section {
    padding-bottom: 10px;
  }

  .directors-columns {
    width: 33.33%;
  }

  .member-section {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-section2 {
    padding: 30px 30px 0px;
  }

  .join-today-flexbox {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .patron-columns {
    width: 33.333%;
  }

  .members-image-1 {
    top: 0px;
  }

  .members-reflow---presidential {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .pricing-description-cell {
    padding: 15px;
  }

  .pricing-rows-titles {
    margin-bottom: 10px;
  }

  .pricing-description-text {
    font-size: 2.5vw;
  }

  .pricing-component-titles {
    font-size: 2.1vw;
  }

  .text-block-48 {
    font-size: 1.7vw;
    letter-spacing: 0px;
  }

  .pricing-check-cell {
    padding: 10px 15px;
  }

  .pricing-check-column-titles {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-check-mark {
    width: 2.7vw;
  }

  .profile-section-header-image-divs {
    height: 250px;
  }

  .attracting-text-div-2 {
    height: auto;
    padding: 30px 20px;
  }

  .attracting-copy-2 {
    color: #333;
    font-weight: 400;
  }

  .attracting-section-2 {
    padding-bottom: 0px;
  }

  .attracting-flexbox-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .attracting-intro-2 {
    font-weight: 400;
  }

  .attracting-headings-2 {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .profile-section-header-image-div-tall {
    height: 250px;
  }

  .member-level-title-and-apply {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-53 {
    font-size: 20px;
  }

  .what-youre-investing-in-columns {
    height: auto;
    margin-bottom: 20px;
    padding: 30px 20px;
  }

  .div-block-91 {
    height: 250px;
  }

  .workforce-50-col-left {
    width: 100%;
    padding-right: 0px;
  }

  .workforce-left-col {
    width: 100%;
  }

  .workforce-right-col {
    width: 100%;
  }

  .workforce-copy-right-col {
    height: auto;
    padding: 30px 20px;
  }

  .workforce-image-left-column {
    height: 300px;
  }

  .public-member-columns {
    width: 50%;
  }

  .our-members-content-block {
    padding: 40px 30px;
  }

  .div-block-93 {
    padding: 30px;
  }

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

  .k-12-highlights-column {
    width: 50%;
    padding-right: 0px;
  }

  .div-block-99 {
    margin-top: 0px;
  }

  .university-columns {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .higher-education-section {
    padding: 30px;
  }

  .k-12-highlights-column-left {
    width: 50%;
  }

  .k-12-highlights-column-right {
    width: 100%;
    padding-left: 0px;
  }

  .university-columns-left {
    width: 100%;
    padding-right: 0px;
  }

  .university-columns-right {
    width: 100%;
    padding-left: 0px;
  }

  .cta-section1 {
    padding: 30px;
  }

  .cta-3col {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    text-align: left;
  }

  .text-block-56 {
    font-size: 30px;
  }

  .call-to-action-split {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-columns {
    width: 50%;
  }

  .membership-contact-div-copy {
    width: 100%;
  }

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

  .div-block-121 {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .apply-buttons {
    padding: 5px 10px;
    font-size: 1.8vw;
    letter-spacing: 0px;
  }

  .investing-columns {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .investing-flex {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .partner-headline-div {
    margin-bottom: 20px;
  }

  .target-markets-intro {
    padding: 30px;
  }

  .generic-content-block-gradient {
    padding: 30px;
  }

  .markets-columns {
    width: 100%;
  }

  .premier-member-columns {
    width: 50%;
  }

  .become-a-partner-contact-columns {
    width: 50%;
  }

  .button-centering-with-bottom-padding {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .white-wrapper {
    padding: 20px;
  }

  .navbar {
    height: 50px;
  }

  .brand {
    padding: 5px 20px 5px 10px;
  }

  .map-circle.circle-2 {
    width: 150px;
    height: 150px;
    border-color: rgba(253, 227, 155, 0);
  }

  .map-circle.circle-3 {
    width: 150px;
    height: 150px;
    border-color: rgba(253, 227, 155, 0);
  }

  .map-circle.circle-4 {
    width: 150px;
    height: 150px;
  }

  .hero-slide-overlay.hero-slide-overlay-slide-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .location-slider-arrow-divs.location-slider-arrow-div-right {
    width: 35px;
    height: 35px;
  }

  .location-slider-arrow-divs.location-slider-arrow-div-left {
    width: 35px;
    height: 35px;
  }

  .locations-slide {
    padding-right: 30px;
    padding-left: 30px;
  }

  .location-slider-arrow-icon {
    height: 20px;
  }

  .footer {
    padding: 30px 20px;
  }

  .generic-column-50.homepage-featured-news-content-column {
    padding: 20px;
  }

  .generic-column-33.industrial-directory-filtering-column {
    width: 100%;
  }

  .generic-content-block {
    padding: 10px;
  }

  .generic-content-block.demographics-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .generic-content-block.employment-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .generic-content-block.profile-tax-rates {
    padding-right: 10px;
    padding-left: 10px;
  }

  .generic-content-block.education-section {
    padding: 30px 10px;
  }

  .generic-content-block.accolades-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .generic-content-block.access-section {
    padding: 30px 10px;
  }

  .generic-content-block.schools-section {
    padding: 30px 10px;
  }

  .generic-content-block.industrial-directory-content-div {
    padding: 10px;
  }

  .generic-content-block.virtual-site-sections {
    padding-right: 10px;
    padding-left: 10px;
  }

  .h2.virtual-site-titles {
    font-size: 24px;
  }

  .h2.relocation-title-education {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .h2.headings-positive {
    font-size: 24px;
  }

  .h2.headings-negative {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .generic-column-25.generic-column-25-left {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .generic-column-25.generic-column-25-center {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .generic-column-25.generic-column-25-right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .homepage-video1-section {
    padding: 20px 10px 0px;
  }

  .generic-70-column.homepage-video-info-box {
    padding: 20px 20px 75px;
  }

  .demographics-name-text {
    font-size: 13px;
  }

  .demographic-result-text {
    font-size: 11px;
  }

  .profile-name-text.profile-cell-text-center {
    font-size: 11px;
  }

  .profile-name-text.profile-cell-text-right {
    font-size: 11px;
  }

  .profile-name-text.employment-cell-text-left {
    font-size: 11px;
  }

  .profile-name-text.education-university-names {
    font-size: 12px;
  }

  .employment-title-text {
    font-size: 12px;
  }

  .top-employers-copy {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .tax-rate-details {
    font-size: 12px;
  }

  .access-titles-text {
    font-size: 13px;
  }

  .access-results-text {
    font-size: 13px;
  }

  .homepage-news-section {
    padding: 0px 10px 20px;
  }

  .homepage-video2-section {
    padding: 40px 10px 0px;
  }

  .homepage-video-info-box-1 {
    padding: 20px 20px 75px;
  }

  .homepage-video-container-2 {
    top: -63px;
  }

  .generic-flex-box.industrial-directory-listing-flex-box {
    margin-bottom: 15px;
  }

  .news-post-with-border {
    padding: 10px;
  }

  .more-news-heading {
    font-size: 24px;
  }

  .news-image.news-image-tall.news-image-sierra-nevada {
    height: 175px;
  }

  .news-image.news-image-tall.news-image-gaia {
    height: 175px;
  }

  .news-image.news-image-tall.news-image-norafin {
    height: 175px;
  }

  .homepage-news-heading {
    font-size: 30px;
  }

  .homepage-news-heading-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._2nd-level-sub-heading {
    font-size: 24px;
  }

  ._2nd-level-sub-navigation._2nd-level-subnav-community {
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-icons.social-icons-footer {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    padding-top: 8px;
    font-size: 18px;
  }

  .member-logo-slider {
    height: 400px;
  }

  .member-logo-slide-holder {
    margin-right: 20px;
    margin-left: 20px;
  }

  .member-logo-slide-images {
    width: 80px;
  }

  .mobile-menu-button {
    padding: 0px;
  }

  .mileage._300mi {
    display: none;
  }

  .mileage._200 {
    display: none;
  }

  .featured-news-image-div {
    height: 200px;
  }

  ._2nd-level-overlay-div {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .call-to-action-tile {
    width: 100%;
    border-radius: 0px;
  }

  .call-action-section {
    padding: 0px;
  }

  .sorting-navigation {
    padding-right: 10px;
    padding-left: 10px;
  }

  .industrial-directory-column.industrial-directory-column-left {
    margin-bottom: 15px;
  }

  .news-post {
    padding: 5px;
  }

  .contact-footer {
    padding: 30px 20px;
  }

  .incentive-program-tiles {
    padding: 10px;
  }

  .incentives-program-types {
    margin-top: 40px;
    font-size: 24px;
  }

  .virtual-site-map-column-left {
    width: 100%;
  }

  .virtual-site-map-column-center {
    width: 100%;
    padding-left: 0px;
  }

  ._2nd-level-overlay-virtual-site {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._2nd-level-overlay-relocation-guide {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 54, 25, 0)), color-stop(17%, rgba(50, 41, 30, 0.45)), to(rgba(8, 26, 36, 0.67)));
    background-image: linear-gradient(180deg, rgba(85, 54, 25, 0), rgba(50, 41, 30, 0.45) 17%, rgba(8, 26, 36, 0.67));
  }

  .nc-stats-tiles {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nc-stats-disclaimer-tex-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nc-stats-disclaimer-text {
    background-color: hsla(0, 0%, 100%, 0.9);
    font-size: 13px;
  }

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

  .municipalities-column-fletcher {
    padding: 20px 15px;
  }

  .municipalities-titles {
    font-size: 21px;
  }

  .municipalities-mills-river-tile {
    padding: 20px 15px;
  }

  .municipality-text {
    font-size: 16px;
  }

  .municipalities-column-laurel-park {
    padding: 20px 15px;
  }

  .municipalities-column-hendersonville {
    padding: 20px 15px;
  }

  .municipalities-column-flatrock {
    padding: 20px 15px;
  }

  .div-block-10 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .living-in-henderson-county-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-13 {
    height: 250px;
  }

  .living-image-div {
    height: 200px;
  }

  .text-block-14 {
    font-size: 10px;
  }

  .slider {
    height: 200px;
  }

  .wellness-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .libations-columns {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-26 {
    width: 30%;
  }

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

  .text-block-16 {
    font-size: 25vw;
  }

  .text-block-17 {
    font-size: 6vw;
  }

  .education-flexbox {
    padding: 40px 10px;
  }

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

  .text-block-19 {
    font-size: 19px;
  }

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

  .economy-intro {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .salaries-light {
    padding-right: 5px;
    padding-left: 10px;
  }

  .text-block-23 {
    margin-right: 10px;
    font-size: 15px;
  }

  .salaries-dark {
    padding-right: 5px;
    padding-left: 10px;
  }

  .text-block-19-copy {
    font-size: 18px;
  }

  .box-graphic-div-3 {
    top: -0.5%;
    width: 70px;
    height: 70px;
  }

  ._2nd-level-sub-heading-relocation-guide {
    font-size: 30px;
  }

  .call-to-action-relocation {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .overview-section {
    padding-bottom: 70px;
  }

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

  .call-to-action-relocation-div {
    padding: 30px 20px;
  }

  .events-callout-div {
    padding: 15px 15px 0px;
  }

  .text-block-25 {
    line-height: 130%;
  }

  .events-links {
    margin-bottom: 25px;
    font-size: 17px;
  }

  .arts-image-div {
    height: 200px;
  }

  .nc-stats-disclaimer-tex-div-salary {
    padding-right: 0px;
    padding-left: 0px;
  }

  .secondary-nav-link {
    font-size: 15px;
  }

  .hero-slide-overlay-new-concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-slider-headlines-new {
    font-size: 6vw;
  }

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

  .hero-slide-messaging-div-new {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .mobile-phone-number-link {
    padding-top: 15px;
  }

  .homepage-intro-div {
    padding: 30px 20px;
  }

  .about-content-block {
    padding: 10px;
  }

  .intro-50-col-left {
    padding: 10px 0px;
  }

  .how-we-work-col {
    width: 100%;
    margin-bottom: 40px;
    padding: 0px;
  }

  .div-block-57 {
    width: 100%;
    padding-right: 0px;
  }

  .attracting-business-content-block {
    padding: 10px;
  }

  .attracting-subject-divs {
    margin-top: 20px;
  }

  .attracting-image-div {
    height: 250px;
  }

  .team-intro {
    padding: 10px;
  }

  .team-section {
    padding: 30px 20px;
  }

  .staff-image-div {
    width: 100%;
  }

  .staff-copy-div {
    width: 100%;
    padding-left: 10px;
  }

  .directors-columns {
    width: 100%;
    margin-bottom: 30px;
  }

  .position-div {
    margin-bottom: 5px;
  }

  .cta-section2 {
    padding: 30px 20px 0px;
  }

  .patron-columns {
    width: 50%;
    padding: 5px;
  }

  .members-reflow---presidential {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .members-reflow---general {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .pricing-description-cell {
    padding: 10px;
  }

  .pricing-description-text {
    font-size: 4vw;
  }

  .pricing-component-titles {
    font-size: 3.5vw;
  }

  .text-block-48 {
    font-size: 2vw;
  }

  .pricing-check-cell {
    padding: 5px;
  }

  .pricing-check-column-titles {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pricing-check-mark {
    width: 5vw;
  }

  .demographics-column-right {
    width: 100%;
  }

  .profile-section-header-image-divs {
    height: 200px;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .attracting-section-2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .profile-section-header-image-div-tall {
    height: 200px;
  }

  .member-level-title-and-apply {
    padding-right: 5px;
    padding-left: 5px;
  }

  .popup-link {
    display: none;
  }

  .div-block-91 {
    height: 200px;
  }

  .workforce-traning-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .workforce-copy-right-col {
    padding: 20px 11px;
  }

  .workforce-image-left-column {
    height: 200px;
  }

  .public-member-columns {
    width: 100%;
    padding: 20px 0px;
  }

  .seals {
    margin-bottom: 5px;
  }

  .our-members-content-block {
    padding: 10px;
  }

  .workforce-content-block {
    padding: 10px;
  }

  .div-block-93 {
    padding: 20px;
  }

  .education-stats {
    margin-bottom: 11px;
  }

  .k-12-highlights-column {
    width: 100%;
    padding-left: 0px;
  }

  .university-columns {
    text-align: center;
  }

  .higher-education-section {
    padding: 20px;
  }

  .k-12-highlights-column-left {
    width: 100%;
    padding-right: 0px;
  }

  .cta-section1 {
    padding: 20px;
  }

  .call-to-action-split {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-columns {
    width: 100%;
    padding-right: 0px;
  }

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

  .contact-block {
    padding: 10px;
  }

  .apply-buttons {
    padding: 3px 5px;
    font-size: 2.4vw;
  }

  .homepage-callout-link-col2 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .workforce-callouts {
    font-size: 24px;
  }

  .target-markets-intro {
    padding: 10px;
  }

  .generic-content-block-gradient {
    padding: 10px;
  }

  .premier-member-columns {
    width: 100%;
    padding: 20px 0px;
  }

  .premier {
    margin-bottom: 5px;
  }

  .become-a-partner-contact-columns {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0px;
  }
}

@font-face {
  font-family: 'Hcped';
  src: url('../fonts/HCPED.eot') format('embedded-opentype'), url('../fonts/HCPED.woff') format('woff'), url('../fonts/HCPED.ttf') format('truetype'), url('../fonts/HCPED.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}