body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #585858;
  font-size: 15px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 17px;
  font-family: Raleway, sans-serif;
  font-size: 33px;
  line-height: 41px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #0a1f54;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

p {
  margin-bottom: 25px;
  color: #636363;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #0a1f54;
  font-weight: 600;
  text-decoration: none;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 37px;
  font-size: 13px;
  text-align: left;
}

.main {
  overflow: hidden;
}

.main.internal-offset {
  padding-top: 100px;
}

.hero {
  position: relative;
  z-index: 496;
  height: 60vh;
  background-color: #fff;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 15000;
  height: 100px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.logo {
  height: 36px;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  min-height: 25px;
  margin-right: auto;
  margin-left: auto;
}

.container.padded-sides {
  padding-right: 40px;
  padding-left: 40px;
  text-align: right;
}

.container.full-link {
  opacity: 1;
  color: #fff;
}

.container.full-link:hover {
  opacity: 0.69;
}

.container.white {
  padding: 120px 35px 35px;
  background-color: #fff;
}


header .nav-link {
  height: 100px;
  padding: 0px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

header .nav-link:hover {
  color: #2aa9e0;
}

header .nav-link.w--current {
  color: #4ec9ff;
}

.brand {
  z-index: 150;
  height: 100px;
  padding-top: 30px;
}

.cta {
  position: relative;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 20px;
  float: right;
  -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;
}

.cta.mobile {
  display: none;
}

.button {
  position: relative;
  z-index: 150;
  display: inline-block;
  height: 48px;
  padding: 12px 50px;
  background-color: #2aa9e0;
  background-color: #0E5D7C;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #0a1f54;
  color: #fff;
}

.button.blue {
  background-color: #2aa9e0;
  background-color:#0E5D7C;
}

.button.blue:hover {
  background-color: #0737af;
}

.es_textbox_button  {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #999;
}

.button.submit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #999;
}

.button.submit:hover {
  background-color: #4d4d4d;
}

.button.full {
  width: 100%;
  min-width: 1px;
}

.button.membership {
  display: block;
}

.button.anchored {
  position: static;
  right: 0px;
  bottom: 0px;
  width: 50%;
}

.hero-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 100px 40px 60px;
  -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;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.hero-content.visit {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('/wp-content/uploads/2018/08/Slider-Volunteer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('/wp-content/uploads/2018/08/Slider-Volunteer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-content.about {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/mc.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/mc.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: cover;
}

.hero-content.support {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/supprt_1024.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/supprt_1024.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-content.donate {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/museum_design_with_logo_1024.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/museum_design_with_logo_1024.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-content.our-mission {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/mc.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/mc.jpg');
  background-size: auto, cover;
}

.slider-arrow {
  display: block;
  width: 100px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 29px;
}

.slider-arrow:hover {
  opacity: 0.66;
}

.slider-arrow:active {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.slide-navigation {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 12px;
  -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;
  font-size: 12px;
}

.hero-heading {
  max-width: 580px;
  margin-bottom: 0px;
  color: #fff;
}

.hero-heading.slide-heading {
  margin-bottom: 10px;
}

.section {
  position: relative;
  width: 100%;
  padding: 80px 40px;
  background-color: #fff;
}

.section.no-top-padding {
  padding-top: 0px;
}

.section.no-top-padding.centered {
  text-align: center;
}

.section.wardenclyffe {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 360px;
}

.section.events {
  overflow: hidden;
  padding-bottom: 140px;
  background-image: url('../images/hero_image_2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.section.data-set {
  padding-top: 170px;
  padding-bottom: 170px;
  background-image: -webkit-linear-gradient(270deg, rgba(3, 13, 38, .64), rgba(3, 13, 38, .64)), url('../images/data_bckg.jpg');
  background-image: linear-gradient(180deg, rgba(3, 13, 38, .64), rgba(3, 13, 38, .64)), url('../images/data_bckg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.data-set.no-top-padding {
  position: static;
  z-index: 50;
  padding-top: 55px;
  padding-bottom: 98px;
}

.section.data-set.thin {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.contact {
  background-image: url('../images/hero_image_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.membership {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: url('../images/mc.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.section.negative-margin-top {
  z-index: 40;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section.fundraising {
  padding-top: 75px;
  text-align: center;
}

.section.timeline {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #050c28;
  background-image: url('../images/net_mission.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  text-align: center;
}

.section.meet-tesla {
  background-image: url('../images/math_bcg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.section.tower-highlight {
  padding-bottom: 437px;
}

.section.resources {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/supprt_1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

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

.section.become-member {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #030d26;
  background-image: -webkit-linear-gradient(270deg, rgba(3, 13, 38, .88), rgba(3, 13, 38, .88)), url('../images/hero_image_2.jpg');
  background-image: linear-gradient(180deg, rgba(3, 13, 38, .88), rgba(3, 13, 38, .88)), url('../images/hero_image_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.section.gray {
  background-color: #f3f3f3;
}

.row {
  position: static;
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.footer-row {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.logos {
  margin-right: 0px;
  margin-left: 0px;
}

.row.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.margin-bottom {
  margin-bottom: 60px;
}

.row.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-50 {
  position: relative;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
}

.col-50.auto {
  position: static;
}

.col-50.no-padding-right {
  padding-right: 0px;
}

.col-50.align-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.preheader {
  margin-bottom: 20px;
  color: #595959;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 3px;
}

.preheader.blue {
  color: #0E5D7C;
}

.preheader.dark-blue {
  color: #0a1f54;
}

.preheader.float {
  position: relative;
  top: -30px;
  display: inline-block;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5000;
  height: 100px;
}

.navbar-support {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4900;
  width: 100%;
  height: 100px;
  background-color: #030d26;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

.navbar-support.present {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.portrait {
  display: block;
  height: 490px;
  margin-right: auto;
  margin-left: auto;
}

.polygons {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 900ms cubic-bezier(.86, 0, .07, 1);
  transition: all 900ms cubic-bezier(.86, 0, .07, 1);
}

.polygons.smaller {
  left: auto;
  top: -200px;
  right: -140px;
  bottom: auto;
  width: 350px;
  height: 450px;
}

.polygon-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 90%;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
}

.polygon-shape.nonagon {
  width: 83%;
  opacity: 0.33;
}

.exhibit-slider {
  height: 470px;
  background-color: transparent;
}

.exhibit-slide {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.exhibit-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  width: 80%;
  height: 90%;
  background-position: 50% 50%;
  background-size: cover;
}

.exhibit-image.secondary {
  background-image: url('../images/csm_ScienceStorms_Tesla_Coil_0456_cffe04c09a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.exhibit-image.tertiary {
  background-image: url('../images/placeholder.jpg'), url('../images/exhibit_background.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.exhibit-slide-content-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 480px;
  /* max-height: 400px; */
  padding: 45px;
  background-color: #030d26;
  color: #fff;
}

.call-to-action-text {
  position: static;
  left: 45px;
  bottom: 35px;
  display: inline-block;
  border-bottom: 2px solid #2aa9e0;
  font-family: Raleway, sans-serif;
  color: #0E5D7C;
  font-size: 13px;
  font-weight: 600;
}

.call-to-action-text:hover {
  border-bottom-color: transparent;
  opacity: 0.53;
}

.call-to-action-text.anchored {
  position: absolute;
  left: 45px;
  bottom: 35px;
}

.call-to-action-text.anchored:hover {
  border-bottom-color: rgba(42, 169, 224, .3);
}

.call-to-action-text.right {
  position: static;
  left: 25px;
  right: 25px;
  bottom: 25px;
  display: block;
  text-align: right;
}

.call-to-action-text.mobile {
  display: none;
}

.call-to-action-text.static:hover {
  border-bottom-color: #2aa9e0;
  opacity: 1;
}

.call-to-action-text.article-anchored {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
}

.exhibit-slide-navigation {
  left: 0px;
  right: 0px;
  bottom: 30px;
  width: 260px;
  height: 35px;
  margin-right: 0px;
  padding-right: 45px;
  font-size: 12px;
  text-align: right;
}

.multi-content-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.ground-transparent {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  z-index: 150;
  display: block;
  width: 100%;
}

.limited {
  display: inline-block;
  max-width: 340px;
}

.limited.full {
  max-width: 240px;
}

.p-limited {
  max-width: 450px;
}

.tower {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 50%;
}

.divider-block {
  position: absolute;
  left: 0px;
  top: 23px;
  width: 590px;
  height: 2px;
  margin-left: 127px;
  background-color: #2aa9e0;
}

.divider-block.tower {
  width: 520px;
  height: 2px;
}

.announcement-slider {
  display: block;
  height: 300px;
  max-width: 680px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.announcement-slide {
  padding-right: 80px;
  padding-left: 80px;
}

.event-card {
  position: relative;
  height: 100%;
  padding: 45px;
  background-color: #fff;
  color: #0a1f54;
}

.mask {
  overflow: visible;
}

.event-arrow-navigation {
  top: -117px;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  border-radius: 900px;
  background-color: #fff;
  -webkit-transition: all 508ms ease;
  transition: all 508ms ease;
  color: #2aa9e0;
  font-size: 14px;
  font-weight: 700;
}

.event-arrow-navigation:hover {
  background-color: #2aa9e0;
  color: #fff;
}

.event-arrow-navigation:active {
  -webkit-transform: scale(0.83);
  -ms-transform: scale(0.83);
  transform: scale(0.83);
}

.hide-slide-nav {
  bottom: -80px;
  font-size: 12px;
}

.footer {
  padding: 60px 40px 40px;
  background-color: #000;
  color: #fff;
}

.footer-link {
  display: block;
  color: #8b8b8b;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

.footer-heading {
  margin-bottom: 10px;
}

.location-text {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 26px;
}

.location-text.hours {
  color: #8b8b8b;
}

.location-link {
  display: block;
  color: #2aa9e0;
  font-size: 11px;
  line-height: 13px;
}

.location-pin {
  height: 13px;
  margin-right: 5px;
  float: none;
}

.direction-text {
  display: inline-block;
  padding-bottom: 6px;
  float: none;
  border-bottom: 2px solid #2aa9e0;
  font-size: 13px;
}

.twitter-feed {
  position: relative;
  width: 260px;
  padding: 25px;
  background-color: #2aa9e0;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.twitter-icon {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 21.109375px;
  margin-bottom: 25px;
  margin-left: 25px;
}

.twitter-post-date {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0.4px;
}

.copyright {
  margin-top: 50px;
  color: #8b8b8b;
  font-size: 11px;
  line-height: 9px;
	text-align:center;
}

.newsletter-signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 2px solid rgba(246, 248, 255, .29);
}

.footer-form-container {
  width: 500px;
  margin-bottom: 0px;
}

.text-field {
  height: 48px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .11);
  border-radius: 0px;
  font-family: Raleway, sans-serif;
}

.text-field.padded {
  margin-bottom: 15px;
}

.text-field.large {
  height: 178px;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.column-image {
  display: block;
  width: 100%;
}

.column-image.negative-margin {
  position: relative;
  z-index: 60;
  height: 700px;
  margin-top: -115px;
  background-position: 50% 50%;
  background-size: cover;
}

.column-image.negative-margin.wardenclyffe {
  margin-top: -73px;
}

.column-image.negative-margin-b {
  position: relative;
  z-index: 150;
  height: 700px;
  margin-top: -107px;
  margin-bottom: -197px;
  margin-left: 73px;
  background-position: 50% 50%;
  background-size: cover;
}

.column-image.electrifying {
  height: 520px;
  background-position: 50% 50%;
  background-size: cover;
}

.visit-quicklink {
  display: block;
  margin-bottom: 21px;
  color: #2aa9e0;
  font-weight: 400;
}

.visit-quicklink:hover {
  color: #0a1f54;
}

.visit-quicklink.left {
  display: inline-block;
  margin-bottom: 0px;
  float: right;
  text-align: right;
}

.visit-quicklink.left:hover {
  color: #fff;
}

.thunder-icon {
  margin-right: 10px;
  float: left;
}

.quicklink-text {
  float: left;
  line-height: 19px;
}

.visit-column {
  width: 50%;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.visit-column.half {
  width: 50%;
}

.quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.quicklinks.benefits {
  margin-bottom: 15px;
}

.tilted-map {
  display: block;
  width: 100%;
}

.d-limited {
  display: inline-block;
  max-width: 290px;
  margin-bottom: 0px;
}

.vertical-line {
  display: inline-block;
  width: 2px;
  height: 130px;
  margin-bottom: 25px;
  background-color: #2aa9e0;
}

.right-aligned {
  text-align: right;
}

.col-30 {
  width: 30%;
  padding-left: 40px;
}

.col-70 {
  width: 70%;
  padding-right: 40px;
  padding-left: 40px;
}

.col-70.video-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.property-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.video-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/property-thumbanil.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-thumbnail:hover {
  opacity: 0.66;
}

.play {
  height: 110px;
}

.quotee {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.quotee-block {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 16px;
  text-align: center;
}

.quotee-line {
  width: 100%;
  height: 2px;
  margin-top: -15px;
  background-color: #2aa9e0;
}

.angle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 105vw;
  max-width: 105vw;
  margin-top: -6px;
  margin-left: -7px;
}

.angle.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: -6px;
}

.angle.slim {
  margin-top: -1px;
}

.angle.slim.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: -1px;
}

.description {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.line-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.line-divider.secondary {
  margin-top: 40px;
  margin-bottom: 0px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.horizontal-line.gray-divider {
  margin-top: -18px;
  background-color: hsla(0, 0%, 55%, .23);
}

.horizontal-line.gray-divider.bottom {
  margin-top: 0px;
}

.divider-heading {
  margin-right: 35px;
  margin-bottom: 0px;
}

.promotion {
  padding-right: 40px;
  padding-left: 40px;
}

.membership-callout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -100px;
  padding: 25px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

.membership-text {
  display: inline-block;
  float: left;
}

.membership-text.light {
  font-weight: 300;
}

.membership-text.separator {
  margin-right: 15px;
  margin-left: 15px;
  font-weight: 300;
}

.col-33 {
  width: 33.33%;
  padding-right: 40px;
  padding-left: 40px;
}

.col-33.padding-top-b {
  padding-top: 40px;
}

.col-33.padding-top-c {
  padding-top: 80px;
}

.col-33.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-module {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .07);
}

.link-module:hover {
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.link-thumbnail {
  height: 210px;
  background-image: url('../images/link-module-picture.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-thumbnail.secondary {
  background-image: url('../images/TSC_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-thumbnail.tertiary {
  background-image: url('../images/global_network.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-thumbnail.benefit-one {
  background-image: url('../images/museum-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-module-content {
  padding: 25px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.kicker-padded {
  max-width: 640px;
  margin-bottom: 60px;
}

.contact-module {
  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;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .35);
  margin-top: 50px;
}

.contact-picture {
  width: 50%;
  background-image: url('../images/tesla_sarony.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-content {
  width: 50%;
  padding: 45px;
  background-color: #fff;
}

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

.contact-type {
  position: relative;
  top: 4px;
  float: left;
  color: #e65244;
}

.contact-info {
  margin-left: 33px;
}

.contact-link {
  color: #8b8b8b;
  font-weight: 400;
}

.contact-link:hover {
  color: #0a1f54;
}

.membership-box {
  display: block;
  padding: 45px;
  background-color: #fff;
  font-weight: 400;
}

.kicker {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.kicker.padded {
  margin-bottom: 60px;
}

.kicker.extra-padding {
  margin-bottom: 100px;
}

.kicker.white {
  margin-bottom: 39px;
  color: #fff;
}

.sponsor-logo {
  height: 60px;
}

.sponsor-heading {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  color: #595959;
  font-size: 22px;
}

.heading-separator {
  margin-bottom: 10px;
}

.heading-separator.secondary {
  margin-top: 80px;
  margin-bottom: 0px;
}

.timeline-scroll {
  overflow: scroll;
  margin-right: -15px;
  margin-bottom: -15px;
}

.timeline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 273px;
  padding-left: 40px;
}

.timeline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.timeline-scroll-cut {
  position: relative;
  z-index: 200;
  display: none;
}

.timeline-scroll-cut.desktop {
  display: block;
}

.timeline-year {
  background-color: #2aa9e0;
  font-size: 13px;
  letter-spacing: 2px;
}

.timeline-year.color-a {
  background-color: rgba(42, 169, 224, .6);
}

.timeline-year.color-b {
  background-color: rgba(42, 169, 224, .44);
}

.timeline-year.color-c {
  background-color: rgba(42, 169, 224, .76);
}

.fact-text {
  width: 285px;
  padding-bottom: 66%;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  position: relative;
}

.fact-text-inner {
  position: absolute;
  top: 0px;
  width: 100%;
  padding-left: 15px;
   background-color: rgba(42, 169, 224, .6);
}

.timeline-knowledge-module {
  position: relative;
  width: 100%;
}

.timeline-knowledge-thumbnail {
  height: 180px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.pulsing_plus {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: white;
}

  @keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.blink {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

.timeline-knowledge-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 230px;
  margin-top: 180px;
  padding: 20px;
  background-color: #fff;
  color: #0a1f54;
  text-align: left;
}

.timeline-text {
  font-size: 13px;
  line-height: 23px;
}

.timeline-interaction {
  display: none;
  width: 270px;
}

.timeline-block-content {
  width: auto;
}

.cell-size {
  width: 270px;
  height: 2px;
  margin-left: 15px;
}

.announcement {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 127px;
  z-index: 50;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color:#9D9D9F;
}

.overflow-heading {
  width: 552.5px;
  float: right;
}

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

.p {
  color: #f1f1f1;
}

.offset-heading-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  text-align: center;
}

.offset-heading {
  margin-bottom: 0px;
  padding-right: 85px;
}

.offset-heading.secondary-line {
  padding-right: 0px;
  padding-left: 139px;
}

.cta-block {
  text-align: center;
}

.tesla-transparent {
  position: absolute;
  right: -50px;
  bottom: 0px;
  z-index: 50;
  height: 610px;
}

.meet-highlight {
  position: relative;
  padding: 55px 25px 25px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #2aa9e0;
  color: #fff;
}

.top-anchored-heading {
  position: absolute;
  left: 0px;
  top: -22px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2aa9e0;
}

.heading-overflow {
  display: inline-block;
  margin-right: 19px;
  margin-bottom: 0px;
  margin-left: 19px;
}

.anchored-line-finish {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2aa9e0;
}

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

.padded-bottom {
  margin-bottom: 25px;
}

.tesla-tower {
  position: absolute;
  right: 0px;
  bottom: -300px;
  width: 610px;
}

.related-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.related-link {
  width: 48%;
  margin-bottom: 15px;
  padding: 20px 25px;
  background-color: hsla(0, 0%, 100%, .81);
  color: #0a1f54;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

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

.image {
  height: 19px;
  margin-right: 15px;
  float: left;
}

.link-text {
  float: left;
  line-height: 18px;
}

.padded-top {
  margin-top: 122px;
}

.p-science {
  padding-right: 40px;
  border-right: 1px solid #2aa9e0;
  color: #fff;
}

.slider-heading {
  color: #fff;
}

.mobile-only {
  display: none;
}

.nav-menu {
  left: 0px;
  top: 0px;
  right: 0px;
  text-align: center;
}

.slider-cta {
  display: inline-block;
  border-bottom: 2px solid #2aa9e0;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
}

.inline-link {
  color: #fff;
}

.aside {
  background-color: #fff;
}

.slider-text {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 24px;
}

.membership-container {
  position: relative;
  z-index: 40;
  margin-bottom: 25px;
  padding: 30px;
  background-color: #fff;
  color: #030d26;
  text-align: left;
  cursor: pointer;
}

.membership-container.last-child {
  margin-bottom: 0px;
}

.ux-expand {
  position: absolute;
  top: 37px;
  right: 30px;
  height: 26px;
}

.membership-info-row {
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(42, 169, 224, .21);
}

.membership-info {
  width: 60%;
}

.membership-join {
  width: 40%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
}

.price {
  display: inline-block;
  padding: 19px 25px 15px;
  background-color: rgba(42, 169, 224, .13);
  color: #2aa9e0;
  font-size: 26px;
  font-weight: 600;
}

.membership-heading {
  margin-bottom: 0px;
  font-size: 26px;
}

.addtl-benefits-heading {
  margin-bottom: 28px;
}

.term {
  color: rgba(42, 169, 224, .55);
  font-size: 14px;
}

.dropdown {
  height: 100px;
}

.dropdown-list.w--open {
  width: 450px;
  padding-top: 0px;
  background-color: transparent;
}

.menu-container {
  padding: 35px;
  background-color: #e65244;
}

.menu-container.explore {
  background-color: #2aa9e0;
}

.menu-container.visit {
  background-color: #0a1f54;
}

.menu-container.programs {
  background-color: #4e4e4e;
}

.menu-container.support {
  background-color: #0c101d;
}

.menu-tooltip {
  width: 20px;
  height: 20px;
  margin-top: -7px;
  margin-left: 32px;
  border-style: solid;
  border-width: 12px;
  border-color: transparent transparent #e65244;
}

.menu-tooltip.explore {
  margin-left: 38px;
  border-bottom-color: #2aa9e0;
}

.menu-tooltip.programs {
  margin-left: 48px;
  border-bottom-color: #4e4e4e;
}

.menu-tooltip.support {
  margin-left: 39px;
  border-bottom-color: #0c101d;
}

.menu-tooltip.visit {
  border-bottom-color: #0a1f54;
}

.submenu-item {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submenu-item:hover {
  color: #690900;
}

.submenu-item.explore:hover {
  color: #030d26;
}

.submenu-item.visit:hover {
  color: #2aa9e0;
}

.submenu-item.programs:hover {
  color: #131313;
}

.submenu-item.support:hover {
  color: #5d6f9c;
}

.mega-menu-paragraph {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, .75);
  font-size: 13px;
  line-height: 27px;
}

.heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 26px;
}

.menu-content {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, .27);
  border-bottom: 1px solid hsla(0, 0%, 100%, .27);
}

.preslider-arrow {
  display: none;
}

.link {
  display: inline-block;
  height: 100px;
  padding-top: 34px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.link.visit {
  display: none;
}

.blog-content {
  height: 470px;
}

.cell {
  width: 33.3%;
  min-height: 25px;
  padding: 10px;
  float: left;
  text-align: left;
}

.cell:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.cell.full {
  width: 100%;
  margin-bottom: 25px;
}

.cell.article-full {
  display: block;
  width: 100%;
  float: none;
}

.cell-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member-photo {
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.cell-info {
  padding: 15px 0px;
  background-color: #fff;
}

.cell-info.article {
  position: relative;
  padding: 20px 20px 47px;
}

.cell-info.article.related {
  padding: 15px 15px 20px 20px;
  background-color: rgba(235, 242, 245, .68);
}

.secondary-text {
  margin-bottom: 8px;
  color: #2aa9e0;
  color: #0E5E86;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.secondary-text.large {
  margin-bottom: 35px;
  font-size: 17px;
  font-weight: 600;
}

.secondary-text.meta-data {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.secondary-text.last-child {
  margin-bottom: 0px;
}

.secondary-text.small-date {
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

.secondary-text.date {
  text-transform: uppercase;
}

.team-member-name {
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 31px;
}

.team-member-name.large {
  font-size: 47px;
  line-height: 61px;
}

.prompt-heading {
  display: inline-block;
  margin-bottom: 0px;
  line-height: 34px;
}

.flex {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-info-panel {
  margin-bottom: 60px;
}

.member-picture-large {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 900px;
  background-image: url('../images/Mike_Fitzgibbons_Headshot_15E4437.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.member-contact-link {
  padding-bottom: 3px;
  border-bottom: 2px solid #e65244;
  color: #e65244;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

.breacrumb {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 25px;
  margin-left: 35px;
  color: #b1b1b1;
  font-size: 13px;
  letter-spacing: 3px;
}

.breacrumb:hover {
  color: #7c7c7c;
}

.breacrumb.static {
  position: static;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.article-thumbnail {
  position: relative;
  height: 220px;
  background-image: url('../images/Museum_Design4.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.article-thumbnail.related {
  height: 170px;
}

.article-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 20px;
  margin-right: 20px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e65244;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.excerpt-text {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

.featured-article {
  display: block;
}

.news-heading {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  min-height: 25px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 0px;
}

.featured-article-heading {
  margin-bottom: 11px;
}

.featured-thumbnail {
  position: relative;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.featured-thumbnail.larger {
  height: 350px;
}

.editorial-heading {
  margin-bottom: 22px;
}

.editorial-heading.related {
  margin-left: 10px;
}

.article-meta {
  margin-bottom: 40px;
}

.figure {
  margin-bottom: 50px;
}

.pull-quote {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  border-left-style: solid;
  border-left-color: #e65244;
  font-weight: 600;
}

.related-article-heading {
  margin-bottom: 3px;
}

.rich-text blockquote {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-left: 14px;
  border-left-style: solid;
  border-left-color: #e65244;
  font-weight: 600;
}

.collection-item {
  padding-right: 0px;
  padding-left: 0px;
}

html.w-mod-js *[data-ix="reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, 37px);
  -ms-transform: translate(0px, 37px);
  transform: translate(0px, 37px);
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slider-content-animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="tower-reveal"] {
  -webkit-transform: translate(0px, 37px);
  -ms-transform: translate(0px, 37px);
  transform: translate(0px, 37px);
}

html.w-mod-js *[data-ix="event-card"] {
  opacity: 0.8200000000000002;
}

html.w-mod-js *[data-ix="reveal-staggered"] {
  opacity: 0;
  -webkit-transform: translate(0px, 37px);
  -ms-transform: translate(0px, 37px);
  transform: translate(0px, 37px);
}

html.w-mod-js *[data-ix="reveal-staggered-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 37px);
  -ms-transform: translate(0px, 37px);
  transform: translate(0px, 37px);
}

html.w-mod-js *[data-ix="reveal-staggered-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 37px);
  -ms-transform: translate(0px, 37px);
  transform: translate(0px, 37px);
}

html.w-mod-js *[data-ix="reveal-staggered-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 37px);
  -ms-transform: translate(0px, 37px);
  transform: translate(0px, 37px);
}

@media (max-width: 991px) {

  h2 {
    font-size: 30px;
    line-height: 37px;
  }
  h3 {
    font-size: 25px;
  }
  .main.internal-offset {
    padding-top: 70px;
  }
  .navbar {
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    height: 31px;
  }
  .container.white {
    padding-top: 90px;
  }
  header .nav-link {
    height: 60px;
    padding-top: 14px;
    padding-right: 40px;
    padding-left: 40px;
    border-bottom: 1px solid rgba(42, 169, 224, .16);
    color: #0a1f54;
  }
  .brand {
    height: 70px;
    padding-top: 18px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .cta {
    display: none;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .cta.mobile {
    display: block;
  }
  .button {
    display: block;
  }
  .button.blue {
    height: 48px;
    padding: 9px 40px 0px;
    font-size: 12px;
    line-height: 29px;
    text-align: left;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .button.blue.board-member {
    display: inline-block;
  }
  .button.membership {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-content {
    padding-bottom: 80px;
  }
  .slider-arrow {
    width: 100px;
    height: 60px;
    margin-bottom: 0px;
    font-size: 25px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.no-top-padding {
    padding-bottom: 20px;
  }
  .section.no-top-padding.centered.sponsors {
    padding-bottom: 40px;
  }
  .section.wardenclyffe {
    padding-bottom: 186px;
  }
  .section.events {
    padding-top: 65px;
    padding-bottom: 103px;
  }
  .section.contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.membership {
    padding-top: 110px;
    padding-bottom: 110px;
    background-position: 50% 50%;
  }
  .section.negative-margin-top {
    padding-top: 26px;
    padding-bottom: 20px;
  }
  .section.meet-tesla {
    padding-bottom: 0px;
  }
  .section.tower-highlight {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .section.become-member {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .section.gray {
    padding-top: 40px;
  }
  .row.center {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row.non-flex-tablet {
    display: block;
  }
  .row.editorial-row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .col-50 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .col-50.auto {
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-50.auto.first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .col-50.no-padding-right {
    position: static;
    width: 100%;
    padding-right: 40px;
  }
  .col-50.full {
    width: 100%;
  }
  .col-50.hidden {
    display: none;
  }
  .col-50._70-mobile {
    width: 70%;
  }
  .col-50.centered {
    text-align: center;
  }
  .header {
    height: 70px;
  }
  .navbar-support {
    height: 70px;
  }
  .portrait {
    width: 81%;
    height: auto;
  }
  .call-to-action-text.anchored {
    left: 30px;
  }
  .call-to-action-text.right {
    display: inline-block;
    text-align: left;
  }
  .p-limited {
    max-width: 370px;
  }
  .tower {
    top: -10px;
    width: 40%;
  }
  .divider-block.tower {
    top: 20px;
    width: 420px;
    margin-left: 104px;
  }
  .announcement-slider {
    height: 290px;
    max-width: 500px;
    margin-top: 50px;
  }
  .announcement-slide {
    padding-right: 40px;
    padding-left: 40px;
  }
  .event-card {
    padding: 30px;
  }
  .event-arrow-navigation {
    top: -83px;
  }
  .hide-slide-nav {
    bottom: -76px;
  }
  .newsletter-signup {
    display: block;
  }
  .footer-form-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .text-field {
    margin-right: 15px;
  }
  .text-field.large.padded {
    height: 138px;
  }
  .newsletter-form {
    max-width: 100%;
  }
  .column-image.negative-margin {
    height: 404px;
  }
  .column-image.negative-margin.wardenclyffe {
    margin-bottom: 40px;
  }
  .column-image.negative-margin-b {
    position: static;
    height: 400px;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .column-image.electrifying {
    height: 390px;
    margin-bottom: 40px;
  }
  .visit-quicklink {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 19px;
  }
  .visit-column {
    width: 50%;
    margin-right: 0px;
  }
  .vertical-line {
    height: 70px;
  }
  .col-30.full {
    display: none;
    width: 100%;
    margin-top: 75px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-70.full {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .play {
    height: 115px;
  }
  .membership-callout {
    font-size: 15px;
  }
  .col-33.padding-top-b {
    width: 100%;
    padding-top: 0px;
  }
  .col-33.padding-top-c {
    width: 100%;
    padding-top: 0px;
  }
  .col-33.full {
    width: 100%;
  }
  .col-33.padding-top-a {
    width: 100%;
  }
  .link-module {
    margin-bottom: 30px;
  }
  .link-thumbnail {
    height: 300px;
  }
  .contact-content {
    padding: 30px;
  }
  .overflow-heading {
    width: 100%;
    float: none;
  }
  .offset-heading-block {
    position: static;
  }
  .offset-heading.secondary-line.mobile-hide {
    display: none;
  }
  .offset-heading.mobile-hide {
    display: none;
  }
  .tesla-transparent {
    position: static;
    display: block;
    height: 480px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .top-anchored-heading {
    top: -18px;
  }
  .tesla-tower {
    position: static;
    width: 100%;
  }
  .padded-top {
    margin-top: 0px;
  }
  .p-science {
    margin-bottom: 40px;
    padding-right: 0px;
    border-right-style: none;
  }
  .menu-icon {
    height: 14px;
  }
  .menu-button {
    height: 70px;
    padding-top: 16px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .mobile-only {
    display: block;
    text-align: left;
  }
  .nav-menu {
    background-color: #fff;
  }
  .close-icon {
    display: none;
    height: 14px;
  }
  .slider-cta {
    font-size: 17px;
  }
  .membership-container {
    padding: 25px;
  }
  .ux-expand {
    top: 35px;
    height: 23px;
  }
  .membership-heading {
    font-size: 23px;
  }
  .cell {
    width: 50%;
  }
  .cell-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prompt-heading {
    display: block;
    margin-bottom: 23px;
  }
  .flex {
    display: block;
  }
  .member-picture-large {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
  .breacrumb {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .featured-thumbnail {
    height: 360px;
    margin-bottom: 30px;
  }
  .editorial-heading.related {
    margin-bottom: 36px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 41px;
    line-height: 53px;
  }
  h2 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h4 {
    font-size: 17px;
  }
  .button.membership {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.membership.inline {
    margin-top: 30px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.no-top-padding.column-section {
    padding-top: 60px;
    border-top: 1px solid #dadada;
  }
  .section.wardenclyffe {
    padding-top: 40px;
    padding-bottom: 0px;
    border-top: 1px solid rgba(10, 31, 84, .18);
  }
  .section.data-set {
    position: relative;
    padding-top: 107px;
    padding-bottom: 107px;
  }
  .section.membership {
    padding-top: 69px;
    background-position: 50% 50%;
  }
  .section.timeline {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .section.resources {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .row.logos {
    -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;
  }
  .row.no-side-padding {
    margin-right: 0px;
    margin-left: 0px;
  }
  .col-50 {
    width: 100%;
  }
  .col-50.auto.first {
    padding-left: 40px;
  }
  .col-50.first {
    width: 1005%;
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .preheader.float {
    top: -19px;
    font-size: 9px;
  }
  .portrait {
    width: 66%;
  }
  .polygon-shape {
    width: 77%;
  }
  .polygon-shape.nonagon {
    width: 70%;
  }
  .exhibit-slider {
    height: 560px;
  }
  .exhibit-image {
    position: static;
    width: 100%;
    height: 250px;
  }
  .exhibit-slide-content-box {
    position: static;
    width: 100%;
    padding: 30px;
  }
  .call-to-action-text {
    display: inline-block;
  }
  .call-to-action-text.mobile {
    display: block;
  }
  .ground-transparent {
    bottom: -24px;
  }
  .limited.full {
    display: block;
    max-width: 100%;
  }
  .p-limited {
    max-width: 100%;
  }
  .tower {
    position: static;
    display: block;
    width: 50%;
    margin-top: 36px;
    margin-right: auto;
    margin-left: auto;
  }
  .divider-block.tower {
    display: none;
  }
  .announcement-slider {
    height: 320px;
    max-width: 440px;
  }
  .announcement-slide {
    padding-right: 30px;
    padding-left: 30px;
  }
  .event-arrow-navigation.left {
    left: -30px;
  }
  .event-arrow-navigation.right {
    right: -30px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-link {
    font-size: 16px;
    line-height: 38px;
  }
  .footer-heading {
    margin-bottom: 10px;
  }
  .location-text {
    font-size: 16px;
  }
  .location-text.hours {
    line-height: 38px;
  }
  .location-pin {
    width: auto;
    height: 17px;
    margin-right: 9px;
  }
  .direction-text {
    font-size: 16px;
  }
  .footer-column {
    width: 100%;
    margin-bottom: 40px;
  }
  .twitter-feed {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 87px;
    font-size: 18px;
    line-height: 27px;
  }
  .copyright {
    margin-top: 0px;
  }
  .column-image.negative-margin {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .visit-quicklink {
    padding-top: 0px;
  }
  .thunder-icon {
    position: relative;
    top: 1px;
    height: 16px;
  }
  .quicklink-text {
    font-size: 17px;
  }
  .d-limited {
    max-width: 100%;
  }
  .right-aligned.hidden {
    display: none;
  }
  .col-30.right-aligned {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0px;
    text-align: left;
  }
  .col-70.video-column {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .property-video {
    width: 100%;
    height: 265px;
  }
  .angle.bottom.hide {
    display: none;
  }
  .promotion {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #697f8d;
  }
  .membership-callout {
    display: block;
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .link-module-content {
    padding-right: 5px;
    padding-bottom: 35px;
  }
  .contact-module {
    display: block;
  }
  .contact-picture {
    display: none;
    width: 100%;
  }
  .contact-content {
    width: 100%;
  }
  .membership-box {
    padding: 30px;
  }
  .kicker.padded {
    margin-bottom: 50px;
  }
  .kicker.extra-padding {
    margin-bottom: 69px;
  }
  .sponsor-logo {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading-separator {
    margin-bottom: 50px;
  }
  .heading-separator.secondary {
    margin-top: 30px;
  }
  .timeline-scroll {
    overflow: visible;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .timeline-container {
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .timeline-scroll-cut {
    display: block;
  }
  .timeline-scroll-cut.desktop {
    display: none;
  }
  .timeline-year {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 5px 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    color: #fff;
    font-size: 21px;
  }
  .fact-text {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-left-style: none;
    font-size: 18px;
  }
  .timeline-interaction {
    width: 100%;
  }
  .timeline-block-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid hsla(0, 0%, 100%, .19);
    color: #fff;
    text-align: left;
  }
  .timeline-block-content.last {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .cell-size {
    display: none;
  }
  .announcement {
    display: none;
  }
  .related-link {
    width: 100%;
  }
  .slider-text {
    font-size: 15px;
  }
  .membership-info-row {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .membership-info {
    width: 100%;
  }
  .membership-join {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }
  .price {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 22px;
  }
  .cell {
    width: 100%;
  }
  .news-heading {
    margin-bottom: 68px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 32px;
  }
  h4 {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 25px;
  }
  p {
    margin-bottom: 21px;
  }
  blockquote {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 35px;
  }
  .container.padded-sides {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container.white {
    padding: 0px;
  }
  .brand {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button {
    font-size: 17px;
  }
  .button.blue.board-member {
    display: block;
    text-align: center;
  }
  .button.submit {
    width: 100%;
  }
  .button.membership {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .button.membership.inline {
    margin-top: 16px;
  }
  .button.anchored {
    width: 100%;
    margin-top: 35px;
  }
  .hero-content {
    padding-right: 30px;
    padding-bottom: 65px;
    padding-left: 30px;
    font-size: 13px;
  }
  .hero-content.visit {
    line-height: 23px;
  }
  .slider-arrow {
    width: 80px;
    height: 50px;
  }
  .slide-navigation {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
    padding-top: 17px;
    padding-bottom: 5px;
  }
  .hero-heading.slide-heading {
    margin-bottom: 18px;
  }
  .section {
    padding: 30px 20px;
  }
  .section.no-top-padding {
    padding-bottom: 30px;
  }
  .section.no-top-padding.column-section {
    padding-top: 40px;
  }
  .section.wardenclyffe {
    padding-top: 30px;
  }
  .section.events {
    padding-top: 48px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.data-set {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.data-set.thin {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.membership {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.negative-margin-top {
    padding-bottom: 40px;
  }
  .section.fundraising {
    text-align: left;
  }
  .section.timeline {
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }
  .section.resources {
    padding-top: 44px;
    padding-bottom: 18px;
    text-align: left;
  }
  .section.become-member {
    padding-top: 60px;
  }
  .section.gray {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
  }
  .section.gray.grid-work {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row.center {
    margin-right: 0px;
    margin-left: 0px;
  }
  .col-50 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-50.auto {
    margin-bottom: 30px;
  }
  .col-50.auto.first {
    padding-left: 0px;
  }
  .col-50.no-padding-right {
    padding-right: 0px;
  }
  .col-50._70-mobile {
    width: 100%;
  }
  .preheader.float {
    top: -1px;
    width: 100%;
    max-width: 120px;
  }
  .portrait {
    width: 66%;
  }
  .polygons.smaller {
    top: -130px;
    width: 250px;
    height: 250px;
  }
  .polygon-shape {
    width: 87%;
    margin-top: 17px;
  }
  .polygon-shape.nonagon {
    width: 80%;
    margin-top: 7px;
  }
  .exhibit-slider {
    height: 531px;
  }
  .exhibit-image {
    height: 190px;
  }
  .exhibit-slide-content-box {
    height: 340px;
  }
  .call-to-action-text {
    display: inline-block;
    font-size: 15px;
  }
  .ground-transparent {
    bottom: -4px;
  }
  .announcement-slider {
    overflow: visible;
    height: 310px;
    max-width: 100%;
  }
  .announcement-slide {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mask {
    overflow: hidden;
  }
  .event-arrow-navigation {
    top: -72px;
  }
  .event-arrow-navigation.left {
    left: 30px;
  }
  .event-arrow-navigation.right {
    right: 30px;
  }
  .footer {
    padding: 30px 20px;
  }
  .footer-link {
    line-height: 33px;
  }
  .footer-heading {
    margin-bottom: 8px;
  }
  .location-text.hours {
    line-height: 33px;
  }
  .location-pin {
    height: 12px;
  }
  .direction-text {
    font-size: 14px;
  }
  .twitter-feed {
    padding-bottom: 77px;
    font-size: 17px;
    line-height: 25px;
  }
  .newsletter-signup {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .text-field {
    margin-bottom: 15px;
  }
  .newsletter-form {
    display: block;
  }
  .column-image.negative-margin {
    height: 284px;
  }
  .column-image.negative-margin-b {
    height: 330px;
  }
  .column-image.electrifying {
    height: 260px;
  }
  .visit-column {
    width: 100%;
  }
  .visit-column.half {
    width: 100%;
  }
  .quicklinks {
    display: block;
  }
  .property-video {
    height: 185px;
  }
  .play {
    height: 75px;
  }
  .angle {
    margin-top: 0px;
  }
  .description {
    font-size: 16px;
    line-height: 31px;
  }
  .membership-callout {
    padding-right: 30px;
    padding-left: 30px;
  }
  .membership-text {
    display: block;
    font-size: 21px;
  }
  .membership-text.light {
    font-size: 15px;
  }
  .membership-text.separator {
    display: none;
  }
  .col-33.padding-top-b {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-33.padding-top-c {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-33.full {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-33.padding-top-a {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-thumbnail {
    height: 190px;
  }
  .contact-type {
    margin-bottom: 15px;
    float: none;
    font-size: 14px;
  }
  .contact-info {
    margin-left: 0px;
    font-size: 15px;
  }
  .membership-box {
    padding: 25px;
  }
  .kicker.padded {
    margin-bottom: 43px;
  }
  .sponsor-heading {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 17px;
  }
  .timeline-year {
    font-size: 16px;
  }
  .tesla-transparent {
    height: 260px;
  }
  .meet-highlight {
    padding-top: 39px;
  }
  .top-anchored-heading {
    top: -16px;
  }
  .related-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-heading {
    display: block;
    margin-right: auto;
    margin-bottom: 87px;
    margin-left: auto;
  }
  .slider-cta {
    font-size: 14px;
  }
  .slider-text {
    margin-bottom: 9px;
    font-size: 14px;
  }
  .membership-container {
    padding: 20px;
  }
  .ux-expand {
    top: 26px;
    right: 20px;
    height: 19px;
  }
  .price {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    text-align: center;
  }
  .membership-heading {
    padding-right: 66px;
    font-size: 17px;
    line-height: 25px;
  }
  .secondary-text.large {
    margin-bottom: 23px;
  }
  .secondary-text.meta-data {
    margin-right: 10px;
    font-size: 11px;
  }
  .team-member-name.large {
    font-size: 40px;
    line-height: 49px;
  }
  .member-info-panel {
    margin-bottom: 36px;
  }
  .member-picture-large {
    width: 150px;
    height: 150px;
  }
  .breacrumb {
    position: static;
    margin-top: 0px;
    margin-bottom: 23px;
    font-size: 12px;
  }
  .article-thumbnail {
    height: 176px;
  }
  .news-heading {
    margin-bottom: 32px;
  }
  .featured-thumbnail {
    height: 220px;
  }
  .featured-thumbnail.larger {
    height: 180px;
  }
  .featured-p {
    font-size: 14px;
    line-height: 26px;
  }
  .editorial-heading {
    margin-bottom: 17px;
  }
}

a.ctf-twitterlink {
  background-image: url("../images/twitter.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 50px;
  width: 150px;
  text-indent: -9999px;  
}

.es_textbox_class {
	color: black;
}

ul.blog-grid {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.blog-grid li {
	width: 46%;
	margin-bottom: 30px;
}

.kicker-2 {
	display: block;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.gfield_required{
	color:#ffffff!important;
}