.top-cta{
padding:0 30px 30px;
}

/********* TIMELINE *********/
.timeline * {
  box-sizing: border-box;
}
.timeline {
  position: relative;
  max-width: 1000px;
  margin-bottom: 40px;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #23cec8;
  top: 0;
  bottom: 0;
  left: 50px;
  margin-left: -3px;
}
.container {
  padding: 0px 0px 30px 0px;
  position: relative;
  background-color: inherit;
  width: 70%;
}
.container.last{
  padding-bottom:0px;
}
.container::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: -17px;
  background-color: #23cec8;
  top: 25px;
  border-radius: 50%;
  z-index: 1;
}
.right {
  left: 50px;
}
.right::after {
  left: -8px;
}
.content {
  padding: 20px;
  position: relative;
}

/* Facts Grid */

.facts-table{
margin-bottom:-40px;
}
.facts-row{
display:table;
margin-left:-30px;
margin-right:-30px;
}
.facts-row.last{
margin-left:inherit;
margin-right:inherit;
margin-top:30px;
}
.facts-cell{
display:table-cell;
padding:15% 30px 30px;
width:33%;
margin:0;
vertical-align:top;
text-align:center;
}
.facts-cell p{
margin-bottom:.1em !important;
line-height:1.4em !important;
}
.facts-cell .highlight{
font-family:Neusa-ExtraBold,sans-serif;
text-transform:uppercase;
line-height: .83em !important;
letter-spacing: .01em;
font-size:3.1em;
}
.facts-cell.piano{
background:#23cec8 url('https://seattleopera.org/globalassets/images/infographics/piano-icon.png') no-repeat top center;
background-size:50%;
color:#181a19;
}
.facts-cell.air{
background:#bc7f55 url('https://seattleopera.org/globalassets/images/infographics/clean-air-icon.png') no-repeat center 15%;
background-size:35%;
color:#ffffff;
}
.facts-cell.library{
background:#eaff00 url('https://seattleopera.org/globalassets/images/infographics/library-icon.png') no-repeat center 15%;
background-size:75%;
color:#181a19;
}
.facts-cell.costumes{
background:#181a19 url('https://seattleopera.org/globalassets/images/infographics/costumes-icon.png') no-repeat top center;
background-size:50%;
color:#eaff00;
}
.facts-cell.wood{
background:#ffffff url('https://seattleopera.org/globalassets/images/infographics/tree-icon.png') no-repeat center 15%;
background-size:35%;
color:#23cec8;
}
.facts-cell.props{
background:#bc7f55 url('https://seattleopera.org/globalassets/images/infographics/props-icon.png') no-repeat top center;
background-size:cover;
color:#181a19;
}
.facts-cell.garden{
background:#ffffff url('https://seattleopera.org/globalassets/images/infographics/rain-garden-icon.png') no-repeat center 15%;
background-size:35%;
color:#bc7f55;
}
.facts-cell.needle{
background:#eaff00 url('https://seattleopera.org/globalassets/images/infographics/space-needle-icon.png') no-repeat center 15%;
background-size:35%;
color:#181a19;
}
.facts-cell.building{
background:#181a19 url('https://seattleopera.org/globalassets/images/infographics/building-icon.png') no-repeat center 40%;
background-size:50%;
color:#23cec8;
}
#ContentPlaceHolder1_ContentPlaceHolder2_mainContent_mainContentArea_ctl00_ctl01_ctl00_pnlPDPMedia{
display:none;
}
#ContentPlaceHolder1_ContentPlaceHolder2_mainContent_mainContentArea_ctl00_ctl01_ctl00_pnlPDPMedia h2.content-gallery-title{
display:none;
}

/*** MEDIA QUERIES ***/

@media screen and (max-width:1225px){
.facts-cell .highlight{
font-size:2.6em;
}
}

@media screen and (max-width:1025px){
.top-cta{
padding-left:23px;
}
.facts-table{
margin-bottom:-20px;
}
.facts-row{
margin-left:-23px;
margin-right:-23px;
}
.facts-cell .highlight{
font-size:2em;
}
.facts-cell.piano,
.facts-cell.costumes{
background-position:center 10%;
background-size:45%;
}
.facts-cell.air{
background-size:30%;
}
.facts-cell.library{
background-size:70%;
}
}

@media screen and (max-width:900px){
.facts-cell .highlight{
font-size:1.6em;
}
}

@media screen and (max-width:767px){
.facts-table{
display:none;
}
.rich-text .blockquote{
margin:80px 40px 20px;
}
}

/* Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .timeline::after {
    left: 23px;
  }
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .left::after, .right::after {
    left: 15px;
  }
  .right {
    left: 0%;
  }
}
