.section-divider {
  text-align: center;
  position: relative;
}

.section-divider h2 {
  text-align: center;
  font-family: 'noto serif';
  font-weight: 600;
  font-size: 20px;
  background: #e6e6e6;
  width: 30%;
  color: #606060 !important;
  margin: 0 auto;
  border-radius: 13px;
  position: relative;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  text-transform: uppercase;
}

.divider {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px auto;
}

.section-divider:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 2px solid #ccc;
  background: black;
  width: 100%;
  transform: translateY(-50%);
}


/* TAXONOMY PAGES */

.mag-issue-info {
  margin: 20px auto;
}

.mag-issue-info img {
  width: 90%;
  height: auto;
}

.magazine a.fa-file-text {
  display: block;
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 15px auto;
}

.magazine div.breadcrumb {
  margin-bottom: 30px;
}

.magazine .breadcrumbs [class*='breadcrumb-'],
.magazine .breadcrumbs li.end {
  display: inline-block;
  font-size: 12px;
}

.magazine #left {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.magazine #right {
  float: left;
  display: inline-block;
  width: 65%;
}

.node-duke-magazine-articles.node-teaser,
.page-taxonomy-term.magazine .article li {
  max-width: 980px;
  margin: 45px auto 0px auto;
  border-bottom: 1px solid #DBDADA;
  padding-bottom: 45px;
  padding-top: 20px;
  display: flow-root;
}

.page-taxonomy-term.magazine .article li:last-of-type {
  border-bottom: none;
}

.vocabulary-author {
  margin: 40px auto;
  width: 90%;
}

.author img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  float: left;
  margin-right: 25px;
}


/* END TAXONOMY */


/* TEASERS */
.teaser-image {
  float: left;
  margin-right: 25px;
}

.page-taxonomy-term .teaser-image img {
  width: 290px;
  height: auto;
}

.teaser-info {
  display: flow-root;
  margin-top: 10px;
}

.page-taxonomy-term h3,
.cover-story h3,
.teaser h3,
.page-magazine-search h3 {
  text-decoration: underline;
  font-family: 'Noto Serif', serif;
  text-transform: none;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: normal;
}

.page-taxonomy-term h3 a,
.cover-story h3 a,
.teaser h3 a {
  color: #262626;
  line-height: normal;
}

.page-taxonomy-term h3 a:hover,
.cover-story h3 a:hover,
.page-taxonomy-term a:hover,
.cover-story span a:hover,
.teaser h3 a:hover,
.magazine-landing-page #campus-news li h3:hover,
.page-magazine-search h3 a:hover {
  color: #0680cd !important;
}

.magazine .teaser-info span.field-label,
.magazine .teaser-info a,
span.writer,
.cover-story span a,
span.writer a {
  font-family: 'Noto Serif', serif;
  color: #262626;
}

.magazine .teaser-info p,
.cover-story p {
  line-height: unset;
  font-size: 15px;
  margin-top: 10px;
}

.magazine .teaser {
  margin-bottom: 30px;
}

.magazine .teaser-info {
  font-size: 14px;
  line-height: initial;
}

.cover-story {
  position: relative;
}

.cover-story img {
  width: 100%;
  margin-bottom: 15px;
}

.cover-story span.writer {
  font-size: 16px;
}

.cover-story-label {
  font-family: 'Noto Serif', serif;
  text-transform: uppercase;
  background: #886A02;
  color: #fff;
  display: inline-block;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  letter-spacing: 2px;
  line-height: initial;
  top: 0;
  left: 0;
}

.author-articles .inline-block span,
.author-articles .inline-block a,
span.issue-date,
span.article-date {
  color: #b84904;
  font-weight: 600;
  font-size: 15px;
}

.author-articles .inline-block a {
  text-transform: uppercase;
}

.author-articles .inline-block a:before {
  content: '| ';
}

.author-articles .inline-block a:after {
  content: ' ISSUE';
}

.page-magazine-search .teaser-info {
  margin-top: 0;
}

span.magazine-issue {
  text-transform: uppercase;
}

/* END TEASERS */

/* ARCHIVES */
.page-magazine-archives .view-duke-magazine-issues {
  display: flex;
  flex-wrap: wrap;
}

.page-magazine-archives .view-header {
  order: 2;
  font-weight: 600;
  width: 100%;
  font-style: italic;
  margin-bottom: 10px;
}

.page-magazine-archives .view-filters {
  order: 1;
  width: 100%;
}

.page-magazine-archives .view-content {
  order: 3;
  width: 100%;
  text-align: center;
}

.page-magazine-archives #content {
  margin: 20px auto;
}

.page-magazine-archives label {
  font-weight: normal;
}

.page-magazine-archives .views-exposed-widgets {
  margin-bottom: 2.5em;
}

.archive-result {
    display: inline-block;
    width: 18%;
    margin-right: 16px;
    text-align: center;
    margin-bottom: 40px;
}

.archive-result img {
  width: 180px;
  height: auto;
}

.page-magazine-archives .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

.page-magazine-archives #edit-submit-duke-magazine-issues {
  background: #215E85;
  padding: 7px 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  border: none;
  border-radius: 7px;
  outline: none;
  color: #fff;
  cursor: pointer;
  margin-top: 16px;
}

.page-magazine-archives #edit-submit-duke-magazine-issues:hover {
  opacity: .8;
}

/* HOME PAGE */
.magazine-landing-page [class*='homepage-'] .mw980 {
  margin-top: 40px;
}

.divider .view-display-id-block_5 {
  display: inline-block;
}

.divider .view-display-id-block_5 a {
  color: #606060;
}

.magazine-landing-page .teaser h3 {
  font-size: 16px;
  font-weight: 600;
}

.magazine-landing-page #left img {
  width: 90%;
  height: auto;
}

ul#campus-news {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.magazine-landing-page #campus-news li {
  display: block;
  text-align: center;
  width: 30%;
  max-width: 140px;
  position: relative;
  margin: 10px;
}

#campus-news img {
  max-width: 130px;
}

.magazine-landing-page #campus-news li h3 {
  text-decoration: underline;
  text-transform: inherit;
  font-size: 13px;
  font-family: 'Noto Serif', serif;
  margin-top: 5px;
}

.magazine-landing-page .homepage-news {
  margin-bottom: 45px;
}

.magazine-landing-page .divider {
  margin-bottom: 10px;
}

.homepage-section-link {
  text-align: center;
}

.homepage-section-link a {
  color: #b84904;
  font-family: 'Noto Serif', serif;
  text-decoration: underline;
  font-weight: 600;
}

.magazine-landing-page .teaser-info a {
  font-family: 'open sans', sans-serif;
}

.magazine-landing-page div#mini-panel-duke_magazine_homepage_other_con {
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage-other-content .panel-row {
  display: flex;
}

.homepage-other-content .region {
  width: 215px;
  margin: 15px;
}

.homepage-other-content .teaser-info {
  margin-top: 5px;
}

.homepage-other-content img {
  width: 200px;
  height: 116px;
}

/* SEARCH */
.page-magazine-search h3 a {
  color: #262626;
}

.page-magazine-search .search-result-item {
  border-bottom: 1px solid #DBDADA;
  padding: 10px 0
}

.page-magazine-search header input#edit-search-magazine {
  border: 1px solid #adadad;
  padding: 20px;
  font-size: 20px;
  font-family: 'Noto Serif', serif;
  width: 400px;
}

.page-magazine-search span.writer {
  display: block;
  font-size: 16px;
}

.page-magazine-search header input.apply {
  padding: 7px 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  margin-top: 16px;
  font-weight: 600;
}

.page-magazine-search footer button.see-more {
  padding: 7px 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  margin-top: 16px;
  font-weight: 600;
}

.page-magazine-search header input.search-btn {
  width: 75px;
  vertical-align: bottom;
  z-index: 4;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.page-magazine-search #search-results img {
  height: auto;
}

.page-magazine-search .search-result-item .img-block {
  padding-right: 20px;
}

.page-magazine-search header span.fa-search {
  position: absolute;
  color: #fff;
  font-size: 29px;
  padding: 13px 25px;
  z-index: 1;
  background: #0577b1;
}

.page-magazine-search header ul.chosen-choices {
  border: 1px solid #ADADAD;
  padding: 5px;
  font-size: 13px;
  margin-top: 5px;
}

.page-magazine-search header label {
  font-weight: 600;
}
