.article {
  background-color: #FFF;
  padding: 1rem 0 1.5rem; }
  @media (min-width: 55em) {
    .article {
      padding: 2rem 0 4rem; } }

.article--landing {
  background-color: #FFF;
  padding: 0 0 1.5rem;
  margin-bottom: -40px; }
  @media (min-width: 55em) {
    .article--landing {
      margin-bottom: -60px;
      padding: 2rem 0 3rem; } }
  @media (min-width: 64em) {
    .article--landing {
      margin-bottom: -80px; } }
  @media (min-width: 75em) {
    .article--landing {
      margin-bottom: -107px; } }

.article__upper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative; }
  @media (min-width: 55em) {
    .article__upper {
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: left; } }

.article__upper-right {
  width: 100%;
  -ms-flex-order: 0;
  order: 0; }
  @media (min-width: 55em) {
    .article__upper-right {
      width: 26.25%; } }

.article__upper-left {
  width: 100%;
  -ms-flex-order: 1;
  order: 1; }
  .article__upper-left .paragraph--type--text td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd; }
  .article__upper-left .paragraph--type--text tr:hover {
    background-color: #f5f5f5; }
  .article__upper-left .paragraph--type--text tr.tableHeader {
    background-color: #f5f5f5; }
  @media (min-width: 55em) {
    .article__upper-left {
      width: 73.75%; } }

.article__author,
.article__date {
  font-family: 'Roboto', 'Arial', sans-serif;
  margin-bottom: 1rem; }
  .article__author,
  .article__date {
    font-size: 0.875rem; }
    @media screen and (min-width: 20rem) {
      .article__author,
      .article__date {
        font-size: calc(0.875rem + 0.375 * ((100vw - 20rem) / 80)); } }
    @media screen and (min-width: 100rem) {
      .article__author,
      .article__date {
        font-size: 1.25rem; } }

.article__dates {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #36424a; }
  .article__dates {
    font-size: 1.75rem; }
    @media screen and (min-width: 20rem) {
      .article__dates {
        font-size: calc(1.75rem + 1.375 * ((100vw - 20rem) / 80)); } }
    @media screen and (min-width: 100rem) {
      .article__dates {
        font-size: 3.125rem; } }

.article__related {
  border-bottom: 1px solid #36424a;
  margin-bottom: 2rem; }
  .article__related .article__related-subtitle {
    display: none; }
  @media (min-width: 55em) {
    .article__related {
      border: 0;
      margin-bottom: 0; } }
  .article__related a {
    border-top: 1px solid transparent;
    text-decoration: underline;
    padding: 0.5rem 0;
    display: block; }

.article__upper--js {
  padding: 0; }
  .article__upper--js .article__upper-left {
    padding: 32px; }
    @media (min-width: 55em) {
      .article__upper--js .article__upper-left {
        padding: 0 45px; } }
    @media (min-width: 87.5em) {
      .article__upper--js .article__upper-left {
        padding: 0; } }
  .article__upper--js .article__related {
    background-color: #000;
    color: #FFF; }
    .article__upper--js .article__related ul,
    .article__upper--js .article__related .views-element-container {
      max-height: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      transition: 0.5s max-height; }
  .article__upper--js .article__related-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    .article__upper--js .article__related-div .article__related-title {
      text-align: start;
      color: #fff;
      margin: 0; }
    .article__upper--js .article__related-div .article__related-subtitle {
      display: block;
      text-align: start;
      font-size: 0.5rem;
      letter-spacing: 5px;
      text-transform: uppercase; }
    .article__upper--js .article__related-div .article__related-header {
      width: 80%;
      margin: 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
    .article__upper--js .article__related-div .article__related-nav {
      width: 20%;
      margin: 0.75rem 0; }
  .article__upper--js.article__upper--expanded .article__related {
    background-color: #eee; }
    .article__upper--js.article__upper--expanded .article__related ul,
    .article__upper--js.article__upper--expanded .article__related .views-element-container {
      max-height: 100vh; }
    .article__upper--js.article__upper--expanded .article__related .article__related-div .article__related-title,
    .article__upper--js.article__upper--expanded .article__related .article__related-div .article__related-subtitle {
      color: #36424a; }
  @supports (--custom-property: 1px) {
    .article__upper--js .article__related ul {
      max-height: none;
      overflow: hidden;
      height: 0;
      transition: 0.5s height; }
    .article__upper--js.article__upper--expanded .article__related ul,
    .article__upper--js.article__upper--expanded .article__related .views-element-container {
      max-height: none;
      height: var(--menu-height); } }

.article__button {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0.1px;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  height: 44px;
  margin: auto;
  background: url("../assets/article__accordion.svg") top center no-repeat;
  background-size: 44px 176px;
  cursor: pointer; }
  .article__button:hover, .article__button:active, .article__button:focus {
    background-position-y: -44px; }

.article__button--expand {
  display: inline-block; }
  .article__upper--expanded .article__button--expand {
    display: none; }

.article__button--collapse {
  display: none;
  background-position-y: -132px; }
  .article__button--collapse:hover, .article__button--collapse:active, .article__button--collapse:focus {
    background-position-y: -132px; }
  .article__upper--expanded .article__button--collapse {
    display: block; }

.article__related-title {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #36424a;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  .article__related-title {
    font-size: 1rem; }
    @media screen and (min-width: 20rem) {
      .article__related-title {
        font-size: calc(1rem + 0.5 * ((100vw - 20rem) / 80)); } }
    @media screen and (min-width: 100rem) {
      .article__related-title {
        font-size: 1.5rem; } }

@media (min-width: 55em) {
  .article__upper-right-inner {
    padding-right: 2rem;
    border-right: 1px solid #36424a; } }

.article__upper-left-inner {
  text-align: left; }
  @media (min-width: 55em) {
    .article__upper-left-inner {
      padding-left: 2rem; } }
  .article__upper-left-inner .remote-video-container {
    margin-bottom: 2rem; }
  .article__upper-left-inner .paragraph--type--remote-video {
    margin-bottom: 2rem; }

.college .article--landing {
  margin-bottom: 0; }
