@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: black(0);
  -webkit-text-size-adjust: 100%;
}

body {
  background: white;
  color: black;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

address {
  font-style: normal;
  line-height: 1.6;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: "";
}

input:focus, input[type=search]:focus {
  outline-offset: -2px;
}
input[type=search] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear-user-agent-styles table,
.clear-user-agent-styles thead,
.clear-user-agent-styles tbody,
.clear-user-agent-styles tfoot,
.clear-user-agent-styles tr,
.clear-user-agent-styles th,
.clear-user-agent-styles td {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: inherit;
  border-spacing: 0;
  border-color: inherit;
  vertical-align: inherit;
  text-align: left;
  font-weight: inherit;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}

header {
  grid-template-columns: 5% 100px 1fr 44px 5%;
  grid-template-rows: 1fr 44px;
  grid-column: 1/-1;
  grid-row: 1;
  grid-gap: 25px 25px;
  display: grid;
  margin: 0 0 20px;
  display: grid;
}
@media only screen and (min-width: 768px) {
  header {
    grid-template-rows: 1fr;
    margin: 50px 0 20px;
  }
}

.logo {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  font-family: pressio-condensed, sans-serif;
  grid-column: 2;
  padding: 10px;
  color: white;
  background: black;
  text-align: center;
  display: inline-block;
  width: auto;
  grid-row: 2;
}
@media only screen and (min-width: 768px) {
  .logo {
    grid-row: 1;
  }
}
.logo a {
  color: white;
  text-decoration: none;
}

.menu--btn {
  padding: 6px;
  width: 44px;
  grid-column: 4;
  grid-row: 2;
  position: relative;
  text-align: center;
}
.menu--btn:after {
  content: "menu";
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  color: black;
  display: block;
  width: 100%;
}
.menu--btn .line {
  background-color: #000;
  height: 4px;
  transition: all 0.25s ease;
}
.menu--btn .line.line--two {
  margin: 5px 0;
}
.menu--btn.clicked .line--one,
.menu--btn.clicked .line--three {
  opacity: 0;
  transition: all 0.25s ease;
}
.menu--btn.clicked:after {
  content: "close";
}
@media only screen and (min-width: 768px) {
  .menu--btn {
    display: none;
  }
}

nav {
  width: 100%;
  grid-column: 1/-1;
  grid-row: 1;
  display: none;
}
nav.open {
  background-color: #bee4dd;
  display: block;
}
@media only screen and (min-width: 768px) {
  nav.open {
    display: grid;
    grid-row: 1/1;
    grid-column: 2;
    justify-content: flex-start;
    align-items: start;
    position: relative;
    width: auto;
    padding: unset;
    background-color: unset;
  }
}
@media only screen and (min-width: 768px) {
  nav {
    display: grid;
    left: 0;
    grid-row: 1/1;
    grid-column: 3;
    justify-content: flex-end;
    align-items: start;
    position: relative;
    width: auto;
    padding: unset;
    background-color: unset;
  }
}
nav ul {
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  nav ul {
    display: flex;
  }
}
nav li {
  list-style: none;
  border-bottom: 1px solid #8dc5bb;
  border-top: 1px solid #dbf2ee;
}
@media only screen and (min-width: 768px) {
  nav li {
    border: 0;
    margin-left: 20px;
  }
}
nav li a {
  text-decoration: none;
  padding: 15px;
  display: block;
}
@media only screen and (min-width: 768px) {
  nav li a {
    height: unset;
    padding: 6px;
  }
}

p,
ul,
ol {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 300;
  letter-spacing: 0;
}

ul, ol {
  padding-left: 20px;
  margin-bottom: 40px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

a {
  color: #121212;
  font-weight: 700;
  font-size: inherit;
}
a:hover {
  text-decoration: none;
}

p + h2,
p + h3 {
  margin-top: 40px;
}

strong {
  font-weight: 700;
}

.leading--title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3em;
  font-family: pressio-condensed, sans-serif;
  text-transform: capitalize;
  margin-bottom: 80px;
  position: relative;
}
.leading--title:after {
  content: "";
  border-bottom: 5px solid #e6b91d;
  width: 100px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
}
@media only screen and (min-width: 768px) {
  .leading--title {
    line-height: 1.1em;
    font-size: 40px;
    font-size: 4rem;
  }
}
.leading--title--large-xl {
  margin-bottom: 40px;
  font-weight: 700;
  font-family: pressio-condensed, sans-serif;
  align-self: flex-start;
  line-height: 1.1em;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .leading--title--large-xl {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .leading--title--large-xl {
    font-size: 60px;
    font-size: 6rem;
  }
}
.leading--title--large {
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 40px;
  font-weight: 700;
  font-family: pressio-condensed, sans-serif;
}
@media only screen and (min-width: 900px) {
  .leading--title--large {
    font-size: 80px;
    font-size: 8rem;
  }
}
.leading--title--small {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: pressio-condensed, sans-serif;
}
.leading--title--med {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 1.3em;
  font-weight: 300;
  font-family: pressio-condensed, sans-serif;
  text-transform: uppercase;
}

.headline--main {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 900px) {
  .headline--main {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
  }
  .headline--main_large {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.3em;
  }
}

@media only screen and (min-width: 900px) {
  .twocolumn-p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

@media only screen and (min-width: 900px) {
  .twocolumn-ol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .threecolumn-p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .threecolumn-p {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33.33%;
    -moz-column-width: 33.33%;
    column-width: 33.33%;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

blockquote {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3em;
  position: relative;
  color: #121212;
  margin: 60px 0 60px -40px;
}
blockquote:before {
  content: open-quote;
  font-size: 60px;
  font-size: 6rem;
  position: absolute;
  top: 0;
  left: -40px;
}
blockquote p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #121212;
}

.home main {
  grid-gap: 50px 20px;
  grid-column: 1;
}
@media only screen and (min-width: 768px) {
  .home main {
    grid-gap: 50px 50px;
    grid-column: 1/-1;
  }
}

.hero {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  grid-column: 2/-2;
  position: relative;
}
.hero .background {
  width: 120%;
  height: 250px;
  z-index: 1;
  margin: 0 0 30px -10%;
  display: none;
}
.hero .background.one {
  background: url("../img/msw--header_color.jpg") no-repeat;
  background-size: cover;
  background-position: center -130px;
}
.hero .background.two {
  background: url("../img/header-img.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero h1 {
  font-size: 8rem;
  line-height: 0.8;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.hero h1.two {
  background: url("../img/header-img.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .hero h1 {
    font-size: 16rem;
    font-size: 30vw;
    line-height: 0.75;
    letter-spacing: -2px;
    padding: 0 0 50px 0;
    text-transform: uppercase;
    margin: 50px 0 0;
    word-break: break-all;
  }
  .hero h1.one {
    background: url("../img/msw--header_color.jpg") no-repeat;
    background-size: cover;
    background-position: center -130px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero h1.two {
    background: url("../img/header-img.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero .background {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .hero h1 {
    font-size: 20rem;
    word-break: normal;
  }
}
@media only screen and (min-width: 1400px) {
  .hero h1 {
    font-size: 27rem;
  }
}
@media only screen and (min-width: 1600px) {
  .hero h1 {
    font-size: 29rem;
  }
}

.headline--main {
  grid-column: 2/7;
}
.headline--main p {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .headline--main p {
    font-size: 35px;
  }
}

.home-copy {
  grid-column: 3/-2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 0 15px;
}
.home-copy img {
  width: 100%;
  grid-column: 3/-1;
  grid-row: 1;
  align-self: flex-end;
  margin-top: 80px;
}
.home-copy .lead {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .home-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 0;
  }
  .home-copy > div {
    grid-column: 1;
  }
}
.home-copy div {
  background-color: #f8f8f8;
  padding: 50px;
  grid-column: 1/4;
  grid-row: 1;
  z-index: 2;
  align-self: flex-start;
}

.history {
  grid-column: 2/-2;
  display: grid;
  grid-gap: 20px 20px;
  grid-template-columns: 1fr;
  align-content: flex-start;
  padding: 0 15px;
}
.history h2 {
  align-self: flex-start;
}
@media only screen and (min-width: 768px) {
  .history {
    grid-column: 2/7;
    grid-gap: 50px;
    padding: 0;
  }
}

.tvnow {
  grid-column: 2/-2;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  align-content: flex-start;
  padding: 0 15px;
}
.tvnow h2 {
  align-self: flex-start;
}
@media only screen and (min-width: 768px) {
  .tvnow {
    grid-column: 7/-2;
    grid-gap: 50px;
    padding: 0;
  }
}

.factoid {
  grid-column: 2/-2;
  padding: 30px;
  background-color: #FAF9F9;
  grid-row: 3;
  align-self: flex-start;
  display: none;
}
.factoid h3 {
  margin: 0 0 10px;
}
.factoid p {
  font-size: 19px;
}
@media only screen and (min-width: 768px) {
  .factoid {
    grid-column: 2/4;
    margin: -20px 0 0 -100px;
    padding: 30px 30px 30px 30px;
    border-radius: 40px;
  }
}

.gallery {
  grid-column: 2/-2;
}
.gallery h2 {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.gallery .wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .gallery .wrapper {
    grid-gap: 30px;
    grid-template-columns: repeat(8, 1fr);
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .gallery .wrapper > div:nth-of-type(1) {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .gallery .wrapper > div:nth-of-type(2) {
    grid-column: 3/span 3;
    grid-row: 1/span 2;
  }
  .gallery .wrapper > div:nth-of-type(3) {
    grid-column: 6/span 3;
    grid-row: 1;
  }
  .gallery .wrapper > div:nth-of-type(4) {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .gallery .wrapper > div:nth-of-type(5) {
    grid-column: 6/span 3;
    grid-row: 2;
  }
  .gallery .wrapper > div:nth-of-type(6) {
    grid-column: 1/span 3;
    grid-row: 3/span 2;
  }
  .gallery .wrapper > div:nth-of-type(7) {
    grid-column: 4/span 2;
    grid-row: 4;
  }
  .gallery .wrapper > div:nth-of-type(8) {
    grid-column: 4/span 3;
    grid-row: 3;
  }
  .gallery .wrapper > div:nth-of-type(9) {
    grid-column: 6/9;
    grid-row: 4;
  }
  .gallery .wrapper > div:nth-of-type(10) {
    grid-column: 7/9;
    grid-row: 3;
  }
  .gallery .wrapper > div:nth-of-type(11) {
    grid-column: 7/9;
    grid-row: 4;
  }
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  grid-gap: 25px 25px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 5% 1fr 5%;
}

.wrapper--site {
  grid-gap: 25px 25px;
  display: grid;
  grid-row: 2;
  grid-column: 1/-1;
  grid-template-columns: 5% 1fr 5%;
  grid-template-rows: auto auto auto auto auto;
}
@media only screen and (min-width: 1024px) {
  .wrapper--site {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

footer {
  grid-row: 3;
  grid-gap: 25px 25px;
  display: grid;
  grid-column: 2/-2;
  grid-template-columns: 50px 1fr 1fr 1fr 1fr 1fr 50px;
  grid-template-rows: 1fr;
  border-top: 10px solid #f8f8f8;
  padding: 50px 0;
}
footer .col--one {
  grid-column: 1/-1;
}
footer .col--two {
  grid-column: 1/-1;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  footer .col--one {
    grid-column: 1/4;
  }
  footer .col--two {
    grid-column: 5/8;
  }
}

.article--intro {
  grid-row: 2;
  grid-column: 2;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 25px 25px;
  display: grid;
}
@media only screen and (min-width: 1024px) {
  .article--intro {
    grid-column: 1/-1;
    grid-template-columns: 1fr 5fr 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  .article--intro {
    grid-column: 2/-2;
  }
}
.article--intro .lead--image {
  grid-column: 1/-1;
  grid-row: 2/2;
}
@media only screen and (min-width: 768px) {
  .article--intro .lead--image {
    grid-column: 2;
  }
}
.article--intro .lead--image img {
  width: 100%;
  display: block;
}
.article--intro .leading--title--large-xl {
  grid-column: 2/-1;
  grid-row: 1/1;
  text-align: center;
}
.article--intro .content {
  grid-column: 1/-1;
  align-self: end;
}
@media only screen and (min-width: 1024px) {
  .article--intro .content {
    grid-column: 2;
  }
}
.article--intro .content .headline--main {
  grid-row: 1/1;
  grid-column: 1;
  margin: 40px 0 60px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .article--intro .content .headline--main {
    font-size: 26px;
    font-size: 2.6rem;
    grid-column: 5/9;
  }
}

.article--gallery {
  grid-row: 5;
  grid-column: 1/-1;
  margin: 0;
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .article--gallery {
    margin: 100px 0;
  }
}
.article--gallery .home--slider {
  grid-column: 2;
}
.article--gallery img {
  width: 100%;
}
.article--gallery .slick-arrow {
  position: absolute;
  bottom: -5%;
  background: #bee4dd;
  padding: 15px 30px;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border: 4px solid #ebf7f4;
  z-index: 2;
  width: 140px;
}
@media only screen and (min-width: 1024px) {
  .article--gallery .slick-arrow {
    bottom: 5%;
  }
}
.article--gallery .slick-arrow.slick-prev {
  left: 20px;
}
.article--gallery .slick-arrow.slick-next {
  right: 20px;
}
.article--gallery .slick-arrow.slick-disabled {
  opacity: 0.3;
}
@media only screen and (min-width: 1024px) {
  .article--gallery {
    grid-column: 3/-3;
  }
}

.break {
  width: 100%;
  grid-row: 3;
  grid-column: 2;
  margin: 100px auto;
  border: 10px solid #f8f8f8;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .break {
    grid-column: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .break {
    grid-column: 4/6;
  }
}

.article--content {
  grid-row: 4;
  grid-column: 1/-1;
  grid-gap: 25px 25px;
  display: grid;
  grid-template-columns: 0.25fr 5fr 0.25fr;
  background-color: #B7E2DA;
  padding: 100px 0;
}
@media only screen and (min-width: 1024px) {
  .article--content {
    grid-template-columns: 1fr 4fr 1fr;
  }
}
.article--content .leading--title {
  text-align: center;
}
.article--content .leading--title:after {
  border-color: white;
}
.article--content .content {
  grid-column: 2;
  align-self: center;
}
@media only screen and (min-width: 900px) {
  .article--content .content {
    grid-column: 2;
  }
}

.article--tv {
  grid-row: 7;
  grid-column: 2;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 25px 25px;
  display: grid;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  .article--tv {
    grid-column: 3/-3;
  }
}
.article--tv .leading--title {
  text-align: center;
}

.title--block {
  align-self: flex-start;
}
@media only screen and (min-width: 1024px) {
  .title--block {
    margin: 0 0 30px;
  }
}
.title--block.left--aligned {
  text-align: left;
}
.title--block.left--aligned p {
  text-align: left;
  max-width: unset;
}

.article--awards {
  grid-row: 5;
  grid-column: 3/-3;
  grid-gap: 50px;
}
@media only screen and (min-width: 1024px) {
  .article--awards {
    grid-template-rows: auto 1fr 1fr;
    padding: 0 50px;
    grid-column: 1/-1;
  }
}
.article--awards table, .article--awards tr, .article--awards td {
  border-collapse: collapse;
}
.article--awards .awards {
  grid-gap: 50px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
}
.article--awards .leading--title {
  grid-column: 1/-1;
  grid-row: 1/1;
  margin: 0 0 30px;
  align-self: flex-start;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .article--awards .leading--title {
    grid-column: 1/-1;
  }
}
.article--awards .leading--title--med {
  text-align: center;
  border-bottom: 1px solid #f8f8f8;
  padding: 0 0 20px 0;
}
.article--awards .awards--block:after {
  clear: both;
  content: "";
  display: table;
}
.article--awards .awards--block .award {
  margin-bottom: 30px;
}
.article--awards table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.article--awards table td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  vertical-align: top;
  padding: 5px 10px;
  background-color: #f4f4f4;
}
.article--awards table td:nth-of-type(1) {
  width: 120px;
  font-weight: 700;
  text-align: right;
}
.article--awards table + h4 {
  margin-top: 60px;
  margin-bottom: 20px;
}
.article--awards .leading--title--small {
  position: relative;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.article--awards .leading--title--small:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  display: none;
  width: 30px;
  height: 52px;
  background-image: url(../img/goldenglobe.png);
  background-size: 30px 52px;
}
.article--awards .goldenglobes h3,
.article--awards .emmys h3 {
  grid-column: 1/1;
}
.article--awards .goldenglobes .awards--block,
.article--awards .emmys .awards--block {
  grid-column: 2/2;
}
.article--awards .goldenglobes {
  margin-bottom: 50px;
  grid-column: 1/-1;
}
@media only screen and (min-width: 1024px) {
  .article--awards .goldenglobes {
    grid-column: 1/3;
  }
}
.article--awards .emmys {
  grid-column: 1/-1;
}
@media only screen and (min-width: 1024px) {
  .article--awards .emmys {
    grid-column: 3/5;
  }
}

.article--actress {
  grid-row: 3/3;
  grid-column: 2/-2;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px 50px;
}
.article--actress .leading--title--large {
  grid-column: 1/-1;
  grid-row: 1/1;
  margin: 0 0 40px;
}
.article--actress .actress--block__copy {
  grid-column: 1/-1;
  align-self: center;
}
@media only screen and (min-width: 1024px) {
  .article--actress .actress--block__copy {
    grid-column: 1/1;
    grid-row: 1/-1;
  }
  .article--actress .actress--block__copy .content {
    grid-column: 1/-1;
  }
}
.article--actress .main-jess {
  grid-column: 1/-1;
  width: 100%;
  display: block;
}
.article--actress .main-jess img {
  width: 100%;
  border-radius: 51% 49% 88% 12%/25% 67% 33% 75%;
}
@media only screen and (min-width: 1024px) {
  .article--actress .main-jess {
    grid-column: 2/4;
    grid-row: 1/1;
  }
}

.article--family {
  grid-column: 2/5;
  grid-row: 5/5;
  display: none;
}
.article--family .leading--title {
  grid-column: 1/3;
  grid-row: 1/1;
  padding-bottom: 15px;
  align-self: flex-start;
}
.article--family .family_wrapper {
  grid-row: 2/2;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  background: #f4fcff;
}
.article--family .family_item {
  width: 20%;
}
.article--family ul {
  margin: 30px 0 60px;
}
.article--family ul li {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 40px 0 0;
}

.article--novels {
  grid-row: 4/4;
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px 100px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .article--novels {
    max-width: 1200px;
    margin: auto;
  }
}
.article--novels .novels {
  grid-column: 1/-1;
}
.article--novels .leading--title {
  grid-column: 1/3;
  grid-row: 1/1;
  align-self: flex-start;
}
.article--novels ul {
  display: flex;
  flex-wrap: wrap;
  grid-row: 2/2;
  padding: 0 50px;
}
.article--novels ul li {
  font-size: 15px;
  font-size: 1.5rem;
  list-style: none;
  padding: 10px;
  margin: 10px;
  background: #eebd93;
  font-weight: 600;
}

.main--character {
  grid-row: 1;
  grid-column: 1/-1;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  grid-gap: 50px 80px;
  display: grid;
  margin: 0 0 100px 0;
  padding: 0px 50px;
}
@media only screen and (min-width: 1024px) {
  .main--character {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 3fr;
  }
}
@media only screen and (min-width: 1400px) {
  .main--character {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr 2fr 1fr;
  }
}
.main--character .hero {
  grid-row: 1;
  grid-column: 1/-1;
}
.main--character .hero h1 {
  background: url("../img/msw--header_color.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8rem;
}
@media only screen and (min-width: 768px) {
  .main--character .hero h1 {
    font-size: 20vw;
    word-break: normal;
  }
}
@media only screen and (min-width: 1024px) {
  .main--character .hero h1 {
    font-size: 20vw;
    word-break: normal;
  }
}
.main--character img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .main--character img {
    max-width: unset;
  }
}
.main--character .img01 {
  display: none;
  grid-row: 1;
  grid-column: 1;
  border: 10px solid #f8f8f8;
}
@media only screen and (min-width: 1024px) {
  .main--character .img01 {
    grid-row: 1/-1;
    grid-column: 1;
  }
}
.main--character .img02 {
  display: none;
  grid-row: 1;
  grid-column: 1;
  border: 10px solid #f8f8f8;
  transform: rotate(5deg);
  margin-top: -60px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .main--character .img02 {
    grid-row: 2;
    grid-column: 1;
  }
}
.main--character .content--block--one {
  grid-row: 2;
  grid-column: 1;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .main--character .content--block--one {
    grid-row: 2;
    grid-column: 2/4;
  }
}
@media only screen and (min-width: 1400px) {
  .main--character .content--block--one {
    grid-row: 2;
    grid-column: 2/4;
  }
}
.main--character .jessica--main-content {
  grid-row: 2;
  grid-column: 1;
}
@media only screen and (min-width: 1024px) {
  .main--character .jessica--main-content {
    grid-row: 2;
    grid-column: 2/4;
  }
}
@media only screen and (min-width: 1400px) {
  .main--character .jessica--main-content {
    grid-row: 2;
    grid-column: 2/4;
  }
}
.main--character .jessica--main-content .headline--main_large {
  grid-column: 2;
  text-align: center;
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 1024px) {
  .main--character .jessica--main-content .headline--main_large {
    grid-column: 2/4;
  }
}
.main--character .sub-content {
  grid-row: 3;
  grid-column: 1;
  font-style: italic;
  align-self: flex-end;
}
@media only screen and (min-width: 1024px) {
  .main--character .sub-content {
    grid-row: 3;
    grid-column: 2;
  }
}
@media only screen and (min-width: 1400px) {
  .main--character .sub-content {
    grid-row: 3;
    grid-column: 2;
  }
}
.main--character .sub-content .wrapper h3 {
  font-size: 20px;
  font-size: 2rem;
}
.main--character .sub-content .wrapper p {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  margin: 0;
  font-weight: 700;
}
.main--character .leading--title--large {
  grid-row: 1/1;
  grid-column: 1/-1;
}
.main--character .jessica--main-photo {
  grid-row: 1/2;
  grid-column: 1;
}
.main--character .jessica--main-photo2 {
  grid-row: 2/3;
  grid-column: 3;
}

.article--cast {
  grid-column: 2/-2;
  grid-row: 2;
  grid-gap: 50px 80px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  margin: 0 0 100px 0;
  border-bottom: 10px solid #f8f8f8;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1400px) {
  .article--cast {
    grid-template-columns: 1fr 4fr 1fr;
  }
}
.article--cast img {
  width: 100%;
  border: 10px solid #f8f8f8;
}
.article--cast .title--block {
  grid-column: 1/-1;
  grid-row: 1;
  align-self: flex-start;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .article--cast .title--block {
    grid-column: 2;
  }
}
.article--cast .cast--block {
  grid-row: 2;
  grid-column: 1/-1;
}
@media only screen and (min-width: 1024px) {
  .article--cast .cast--block {
    grid-column: 2;
    grid-row: 2;
  }
}
.article--cast .cast--block .cast_member {
  grid-column: 1/-1;
  grid-row: 2;
  grid-gap: 25px 25px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .article--cast .cast--block .cast_member {
    grid-template-columns: 1fr 3fr;
  }
}
.article--cast .cast--block .cast_member img {
  grid-column: 1;
  grid-row: 1;
}
.article--cast .cast--block .cast_member .cast_member_details {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.article--recurring {
  grid-column: 2/-2;
  grid-row: 3;
  margin: 0 0 100px 0;
  border-bottom: 10px solid #f8f8f8;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1400px) {
  .article--recurring {
    grid-column: 2/-2;
    grid-gap: 50px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
.article--recurring .title--block {
  grid-row: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 900px) {
  .article--recurring .title--block {
    grid-column: 1/3;
  }
}
@media only screen and (min-width: 900px) {
  .article--recurring .recurring--cast {
    grid-column: 4/7;
    grid-row: 1/-1;
  }
}
.article--recurring ul {
  list-style-position: outside;
}
.article--recurring ul li {
  margin-bottom: 30px;
}
.article--recurring .fact--box {
  grid-row: 2;
}
.article--recurring .fact--box .wrapper {
  border: 1px dashed #ddd;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 40px;
}
.article--recurring .fact--box .wrapper h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
.article--recurring .fact--box .wrapper p {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 900px) {
  .article--recurring .fact--box {
    grid-column: 1/3;
    grid-row: 2;
  }
}

.article--guests {
  grid-column: 2/-2;
  grid-row: 4;
  grid-gap: 25px 25px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  margin: 0 0 100px 0;
}
@media only screen and (min-width: 768px) {
  .article--guests {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  .article--guests {
    grid-gap: 50px 80px;
    display: grid;
  }
}
.article--guests img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border: 10px solid #d5eaec;
}
.article--guests .title--block {
  grid-column: 1/-1;
  grid-row: 1;
  align-self: flex-start;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .article--guests .title--block {
    grid-column: 2/7;
  }
}
.article--guests .guest--block {
  grid-row: 2;
  grid-column: 1/-1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .article--guests .guest--block {
    grid-column: 1/5;
    grid-row: 2;
  }
}
@media only screen and (min-width: 900px) {
  .article--guests .guest--block {
    text-align: unset;
  }
}
.article--guests .guest--block .wrapper {
  background-color: #f0f8f8;
  border: 1px dashed #ddd;
  border-radius: 20px;
}
.article--guests .guest--block .cast_member {
  grid-column: 1/-1;
  grid-row: 2;
  grid-gap: 25px 25px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 30px;
  border-bottom: 1px dashed #ddd;
}
.article--guests .guest--block .cast_member.member-one {
  border-radius: 20px 20px 0 0;
}
.article--guests .guest--block .cast_member.member-four {
  border: 0;
  border-radius: 0 0 20px 20px;
}
.article--guests .guest--block .cast_member img {
  grid-column: 1/-1;
  grid-row: 1;
}
@media only screen and (min-width: 1024px) {
  .article--guests .guest--block .cast_member img {
    grid-column: 1;
  }
}
.article--guests .guest--block .cast_member .cast_member_details {
  grid-column: 1/-1;
  grid-row: 2;
}
@media only screen and (min-width: 1024px) {
  .article--guests .guest--block .cast_member .cast_member_details {
    grid-column: 2;
    grid-row: 1;
  }
}
.article--guests .guest--block .cast_member .cast_member_details .leading--title--med {
  margin-bottom: 10px;
}
.article--guests .other--guests {
  grid-row: 3;
  grid-column: 1/-1;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .article--guests .other--guests {
    grid-column: 5/8;
    grid-row: 2;
  }
}
.article--guests .other--guests h4 {
  font-weight: 700;
}

.rounded {
  border-radius: 50%;
}

.article--seasons {
  grid-column: 1/-1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr fr 1fr;
  grid-gap: 50px;
  width: 80%;
  margin: auto;
}
.article--seasons .title--block {
  grid-column: 1/-1;
  text-align: center;
}

figure img {
  width: 100%;
}

.season--block {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
.season--block .season {
  grid-column: 1/-1;
  grid-gap: 25px 25px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.season--block .season .info {
  grid-row: 1;
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  background-color: #bee4dd;
  padding: 20px;
  position: relative;
}
.season--block .season .info:after {
  content: "+";
  position: absolute;
  top: 15px;
  right: 14px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
}
.season--block .season .info div {
  margin-right: 30px;
}
.season--block .season .info div p {
  margin: 0;
}
.season--block .season .episode--list {
  display: none;
  flex-wrap: wrap;
}
.season--block .season .episode--list_episode {
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  background-color: #f8f8f8;
}
.season--block .season .episode--list_episode p {
  margin: 0;
}
.season--block .season .episode--list_episode p + p {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .season--block .season .episode--list_episode {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}
@media only screen and (min-width: 1024px) {
  .season--block .season .episode--list_episode {
    width: 31.33%;
  }
}
.season--block .season .episode--list_episode .leading--title--med {
  margin-bottom: 10px;
}
.season--block .season .episode--list strong {
  display: block;
}
.season--block .season p {
  margin-bottom: 20px;
}
.season--block .season .season_title {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.season--block .season img {
  width: 100%;
}
.season--block .season.open .info:after {
  content: "–";
  position: absolute;
  top: 15px;
  right: 11px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
}
.season--block .season.open .episode--list {
  display: flex;
}

.element {
  width: 300px;
  float: right;
  shape-outside: circle();
  margin: 20px;
}

.article--quiz {
  grid-row: 6;
  grid-column: 1/-1;
  background-color: #f8f8f8;
  grid-gap: 25px 25px;
  display: grid;
  padding: 100px 0;
  margin: 0 0 100px 0;
  grid-template-columns: 5% 1fr 5%;
}
.article--quiz .quiz--wrapper {
  grid-column: 2;
}
@media only screen and (min-width: 1024px) {
  .article--quiz .quiz--wrapper {
    grid-gap: 25px 25px;
    display: grid;
    grid-template-columns: 1fr 4% 2fr;
  }
  .article--quiz .quiz--wrapper .col--one {
    grid-column: 1;
  }
  .article--quiz .quiz--wrapper .col--two {
    grid-column: 3;
  }
}
.article--quiz .leading--title,
.article--quiz .headline--main {
  text-align: center;
}

.answers li {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  margin-top: 10px;
  padding: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  list-style: none;
}

.answers li:hover {
  background: white;
}

.restart {
  display: none;
  background: #bee4dd;
  padding: 15px 30px;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border: 4px solid #ebf7f4;
  margin: 40px auto 0;
  cursor: pointer;
}

.question-number {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 900;
  margin: 120px 0 0;
}
@media only screen and (min-width: 1024px) {
  .question-number {
    margin: 0;
  }
}

.question {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3em;
  margin: 50px 0 20px 0;
  font-weight: 900;
}

.quiz-score {
  margin-top: 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
.quiz-score span {
  font-size: 40px;
  font-size: 4rem;
  margin-left: 6px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  font-family: "Lato", sans-serif;
}

body {
  color: #121212;
  position: relative;
}

/*# sourceMappingURL=base.css.map */
