/* Id: 7.516783.1566140692
 * Generated: Apr 21, 2021 11:13:30 AM
 */
    .kicker{
  display:none;
}
.mainPageVideoBox {
  margin: 6em 0 15em 0;
  height: 100%;
  min-height: 560px;
}
.summerBlock {
  margin: 0 0 2em 0;
}
.edisonBlock {
  margin: 4em 0;
}
.twoBlock {
  margin: 2em 0;
}
.introTextFade1967 {
  margin-top: -180px;
}
.introTextFade1966 {
  margin-top: -230px;
}
.introTextFade1965 {
  margin-top: -170px;
}
.movieCard {
  background-color: rgba(128, 128, 128, 0.548);
  padding: 0.8em 0.5em 0 0.5em;
  margin: 0.8em 0;
}
.fatChartClass {
  margin: 4em 0;
}
#footer-bar-2 .column .inline-list li a {
  border: none;
}
.ug-textpanel-title {
  text-align: center !important;
}
.top-bar-section .has-dropdown {
  min-width: 0;
}
.navLogo {
  margin-top: 5px;
  max-width: 200px;
}
.loadMore {
  background: #064080;
}
.loadMore:hover {
  background: #193654;
}
#wp-l {
  position: absolute;
  left: 36px;
  width: 15.53%;
  z-index: -1;
  top: 45px;
}

#wp-r {
  position: absolute;
  right: 36px;
  width: 15.53%;
  z-index: -1;
  top: 45px;
}
#gradient {
  position: relative;
  height: 300px;
  margin-top: -300px;
  background: transparent
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 80%) repeat
    scroll 0% 0%;
}
#wrapper {
  padding-top: 0 !important;
}

h1 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.1em;
}

#article-headline h2 {
  text-align: center;
  line-height: 1em;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 3.5em;
  color: #616159;
  padding-top: 0.5em;
}

#page-title {
  display: none;
}

.top-bar-section ul li {
  background: #333 !important;
  transition: background 300ms ease-out;
}

.mainHeadline {
  line-height: 1em;
}

.hortMenu {
  margin: 3em 0 5em 0;
}

.hamburgerBlock,
.woodstockBlock,
.hanoiBlock,
.quotesBlock {
  margin-bottom: 5em;
}

.quotesBlock .slick-initialized .slick-slide {
  display: flex !important;
  max-height: 300px;
  padding: 3em 1em 0 1em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quotesBlock .slick-initialized .slick-slide h4 {
  color: #000;
  font-weight: 900;
}
.quotesBlock .slick-initialized .slick-slide p {
  font-style: italic;
}
.quotesBlock .slick-slider {
  margin-bottom: 0 !important;
}
.reunionBlockMain,
.musicBlock {
  margin: 3em 0;
}
/* Persons clickable */

#reunionDivWrap div {
  display: none;
}

#reunionDivWrap .Active {
  display: block;
  -webkit-animation: fadeUp ease-in-out 0.5s;
  animation: fadeUp ease-in-out 0.5s;
}

#reunionImgWrap img {
  cursor: pointer;
  /* opacity: 0.5; */
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
/* ----------QUOTE BOX -----------*/
#quoteBox {
  background: #dddddd;
  margin-top: 50px;
  border: 3px solid;
  padding: 0;
}
#quoteBox button {
  background-color: inherit;
  color: #0f0f0f;
  border: none;
  opacity: 0.7;
}

#quoteBox button:hover {
  opacity: 1;
}

#quoteBox a {
  text-decoration: none;
  opacity: 0.3;
}
#quoteBox p {
  color: black;
  font-weight: 400;
  text-align: center;
  line-height: 1.3em;
}

#quoteBox a:hover {
  opacity: 1;
}

#quoteBox .panel-quote {
  min-width: 200px;
  width: 100%;
  margin: 0 auto;
  background-color: #dddddd;
  padding: 0;
  margin: 0;
}

#quoteBox .social-share {
  text-align: center;
}

#quoteBox .social-share i {
  color: #333;
  font-size: 2em;
  background: #9b9ba5;
  padding: 0.5em;
  border-radius: 50%;
  border: 2px solid;
  margin-top: -40px;
}

#quoteBox blockquote {
  padding: 0;
  font-size: 1.4em;
}

#quoteBox .quote {
  font-style: italic;
  font-size: 1em;
  margin-bottom: 0;
}

#quoteBox .author {
  font-size: 0.8em;
  text-align: center;
}
/* Quote Navigation */

#quoteBox .quote-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
}

.quote-nav i {
  font-size: 2em;
}

/* Media Queries */

@media screen and (max-width: 460px) {
  #quoteBox .panel-quote {
    min-width: 200px;
  }
  #quoteBox blockquote {
    font-size: 1.2em;
  }
}

/* ----------MEDIA QUERIES ----------*/
/*TABLET*/

@media only screen and (min-width: 40.063em) and (max-width: 73em) {
  #wp-l,
  #wp-r {
    display: none;
  }
  .edisonBlock {
    margin: 2em 0;
  }
}
/*MOBILE*/

@media only screen and (max-width: 40em) {
  .hortMenu {
    margin: 1em 0;
  }
  #article-headline h2 {
    font-size: 1.5em;
  }
  .navLogo {
    max-width: 150px;
  }

  .introTextFade1967 {
    margin-top: -50px;
  }
  .introTextFade1966 {
    margin-top: -50px;
  }
  .introTextFade1965 {
    margin-top: -50px;
  }
  #wp-l,
  #wp-r {
    display: none;
  }
  h1 {
    font-size: 1.5rem;
  }
  .edisonBlock {
    margin: 2em 0;
  }
  .fatChartClass {
    margin: 2em 0;
  }
  .mainPageVideoBox {
    margin: 2em 0 2em 0;
  }
  .hamburgerBlock,
  .woodstockBlock,
  .hanoiBlock,
  .quotesBlock {
    margin-bottom: 1em;
  }
}
/* MEGA MENU POSITIONING STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.top-bar-section .has-dropdown {
  position: static;
}

.top-bar-section .has-dropdown a {
  position: relative;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > a:after {
  display: block;
}
/* DROPDOWN GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.m-menu {
  border-top: 1px solid #4e4e4e;
}

.m-menu a {
  display: block;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.m-menu a:hover {
  opacity: 1;
}
/* TOP LINKS INSIDE DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.column li:not(:first-child) a {
  border-top: 1px solid #262626;
}

.column li:not(:last-child) a {
  border-bottom: 1px solid #4e4e4e;
}

.column li a:hover i {
  right: 3px;
}
/* BOTTOM LINKS INSIDE FIRST DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.intro .icon-play {
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  font-size: 2.5em;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease;
}

.intro:hover .icon-play {
  color: rgba(0, 0, 0, 0.7);
}
/* TARGET DIV INSIDE SECOND DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.column > img {
  margin: 1em 0;
}

.info-wrap h3,
.info-wrap h4 {
  width: 80%;
  padding-bottom: 5px;
  border-bottom: 1px solid #4e4e4e;
  color: #acacac;
}
.m-menu h3 {
  color: #fff;
}
.m-menu p {
  color: #bcbcbc;
}
.info {
  display: none;
  margin-bottom: 1.25rem;
}
.info-visible {
  display: block;
}
.info span {
  color: #bcbcbc;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
}
.dt {
  margin-top: 50px;
  text-align: center;
  font-size: 2em;
  padding: 0 20px;
}

.p {
  color: black;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.top-bar-section .has-dropdown > a:after {
  border-color: rgba(255, 255, 255, 0.9) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.contain-to-grid.sticky {
  width: 100%;
  background: #333 !important;
}

.button:hover {
  background-color: #53a3e4;
  color: #fff;
}
.flex-containerCard {
  width: 100%;
  text-align: center;
  margin: 0.1em 0.15;
}
.flex-itemCard {
  display: inline-flex;
  width: 250px;
  height: 350px;
  margin: 0.5em 0.5em;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.flex-itemCard:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.75);
}
.flex-itemCardBanner {
  width: 100%;
  background-color: rgba(44, 44, 59, 0.745);
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
  opacity: 0;
}
.flex-itemCardBanner:hover {
  opacity: 1;
}
.flex-itemCardBanner p {
  color: #ddd;
  position: relative;
  top: 40%;
}
.flexCard1 {
  background-image: url("https://www.stripes.com/polopoly_fs/1.495890.1509643666!/image/image.jpg");
}
.flexCard2 {
  background-image: url("https://www.stripes.com/polopoly_fs/1.495919.1509646915!/image/image.jpg");
}
.flexCard3 {
  background-image: url("https://www.stripes.com/polopoly_fs/1.495920.1509646933!/image/image.jpg");
}
.flexCard4 {
  background-image: url("https://www.stripes.com/polopoly_fs/1.495921.1509646949!/image/image.jpg");
}
.flexCard5 {
  background-image: url("https://www.stripes.com/polopoly_fs/1.495922.1509646967!/image/image.jpg");
}
.flexCard6 {
  background-image: url("https://www.stripes.com/polopoly_fs/1.495923.1509646984!/image/image.jpg");
}
.flexCard7 {
  background-image: url("https://www.stripes.com/polopoly_fs/1.495924.1509647019!/image/image.jpg");
}
[class*="block-grid-"] > li {
  padding: 0.625rem 1.75rem;
}
[class*="block-grid-"] > a {
  margin-right: 0.8em;
}
body.f-topbar-fixed {
  padding-top: 0 !important;
}
body.f-topbar-fixed div#wrapper {
  padding-top: 45px !important;
}
.top-bar {
  /*overflow: hidden;*/
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333;
  margin-bottom: 0;
  z-index: 100;
}
.carousel ul li.clearing-featured-img a img {
  max-height: none;
  width: 100%;
}
#article-text {
  max-width: 840px;
}
.smcx-embed {
  width: 100%;
  max-width: 700px;
  height: 700px !important;
}
.smcx-embed > .smcx-iframe-container {
  width: 100%;
  max-width: 700px;
  height: 700px !important;
}
.smcx-widget {
  z-index: 50 !important;
}


      