* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-justify {
  text-align: justify;
}

p {
  font-size: 1.2em;
  padding-right: 15px;
}
.main-content.tsti {
  height: 100vh;
  background: #f4f7f5;
}

.container.tsti {
  background: #f4f7f5;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2em 1fr 3em;
  grid-template-rows: 2em 1fr 2em;
  grid-row-gap: 1em;
  grid-template-areas:
    "header header."
    ". col1 ."
    ". . . ";
}
.section-group {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "dottedline dottedline"
    "tstiimg tstitext";
  grid-column-gap: 1em;
}

.dotted-underline {
  grid-area: dottedline;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.0625rem dotted silver;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.text-block-link {
  grid-area: tstiimg;
}

.text-block-wrapper {
  grid-area: tstitext;
}

.text-block-wrapper > h4 {
  font-size: 1.2em;
}

.container.tsti p {
  font-size: 1em;
}
.tsti-container blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.tsti-container cite {
  font-size: 0.9em;
}

.tsti-container blockquote .small:before,
.tsti-container blockquote footer:before,
.tsti-container blockquote small:before {
  content: "\2014 \00A0";
}
.tsti-container a {
  color: rgba(27, 26, 27, 0.8);
  font-size: 1.2em;
  text-decoration: none;
}

.tsti-container a:visited,
.tsti-container a:focus,
.tsti-container a:hover {
  color: rgba(78, 64, 80, 1);
}

article > header {
  align-content: center;
  margin-top: 3rem;
  border-bottom: 0.0625rem dotted #dfdfdf;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  color: #666;
}
.tsti-container {
  background: linear-gradient(to top, #4e4050, rgba(27, 26, 27, 0.8)),
    url(../../../images/magnetite.jpg) center no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.tsti-container img {
  padding: 1em;
}

#col-1 {
  grid-area: col1;
}
#col-2 {
  grid-area: col2;
}
#photos-TSTI-1 {
  display: flex;
}
#photos-TSTI-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
  grid-template-areas: "tsti-2-1 tsti-2-2";
}
#TSTI-2-1 {
  grid-area: tsti-2-1;
}
#TSTI-2-2 {
  grid-area: tsti-2-2;
}
#photos-TSTI-3,
#photos-TSTI-4,
#TSTI-5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
}

h1 {
  margin: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 2em;
}
h2,
h3 {
  text-align: center;
  vertical-align: middle;
}
.center {
  text-align: center;
}
#press-quotes {
  margin-top: 5em;
}
header,
.opera-image {
  padding: 20px;
}
.listen-text {
  text-align: justify;
  color: #333;
  font-size: 1.1em;
}
.more-text {
  text-align: justify;
  color: #333;
  font-size: 1.1em;
}

.p-spacing {
  margin-bottom: 1em;
}
.p-nomargin {
  margin: 0;
}
.more {
  padding-right: 1em;
  font-size: 1.2em;
}
@media screen and (min-width: 2400px) {
  .container.tsti {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .container.tsti {
    display: grid;
    width: 100%;
    grid-template-columns: 5% 1fr 5%;
  }
  .heading-orchestral-categories {
    font-size: 1.2em;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .container.tsti {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .container.tsti {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
