.news #pagenav .supplemental {
    background: #006F74;
    padding: 20px 15px;
    color: #fff;
    margin: 0 10px 10px 0;
  }
  .news #pagenav .supplemental h2 {
    color: #fff;
    margin: 10px 0 5px;
    font-size: 1em;
  }
  .news #pagenav .supplemental li {
    background: none;
    font-size: .9em;
    padding: 0;
  }
  .news #pagenav .supplemental ul li>a {
    color: #fff;
    font-weight: normal;
  }
  .news .departmentheader {
    border-bottom: solid 1px #8D8D8C;
    margin: 0 1.7rem 1.7rem;
    padding: 0;
  }
  .departmentheader h1 {
    font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
    color: #333;
    text-transform: none;
    border: none;
    font-size: 2rem;
  }
  .date {
    text-transform: uppercase;
  }
  #sidebar {
    background: none;
    border-left: dotted 1px #8D8D8C;
    padding: 0 0 0 20px;
    line-height: inherit;
  }

  figure {
    margin: 0 0 1rem 0;
  }
  figure img {
  width: 100%
  }
  
  figcaption {
    font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
    font-style: italic;
    padding: .5rem 0;
  }

  #sidebar h2 {
    font-size: 12px;
    font-weight: bold;
    color: #1b1b1a;
    text-decoration: none;
  }
  #sidebar ul {
    list-style: none;
    margin-left: 0;
  }

  #sidebar a {
    color: #000;
  }


.row.collapse>.caption {
background: #EDF4F4;
padding: 30px 1.7rem;
height: 300px;
}
.caption h2, .caption h2 a {
  font-size: 14px;
font-weight: bold;
color: #1b1b1a;
text-decoration: none;
}

#deptcontent h1 {
  font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
color: #333;
text-transform: none;
border: none;
}
#sidebar h1, #sidebar h1 a {
  padding-top: 0;
font-size: 1.5rem;
font-weight: normal;
}
h1.pagetitle {
  font-size: 2rem;
  margin-bottom: 1rem;
}
article {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}
article h2, article h2 a {
  font-size: 14px;
font-weight: bold;
color: #1b1b1a;
margin-bottom: 0;
}
article img {
  border: solid 1px #000;
}
.summary {
  padding-left: 0;
  border-bottom: dotted 1px;
}
article:last-child .summary {
  border: none;
}


ul.accordion {
  margin: 0;
}
ul.accordion div {
  padding: 0;
}
ul.accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.accordion ul li {
  margin: .5rem 0;
}
ul.accordion .day {
  font-weight: bold;

}
.accordion .accordion-navigation>a {
border: 1px solid #ffffff;
background: #e6eaea url(https://uncw.edu/_files/css/images/ui-bg_highlight-soft_75_e6eaea_1x100.png) 50% 50% repeat-x;
font-weight: normal;
color: #1a1a1a;
font-size: 1rem;
padding: .7rem;
}

.accordion .accordion-navigation>a:hover, .accordion .accordion-navigation.active>a {
border: 1px solid #466767;
background: #6aafaf url(https://uncw.edu/_files/css/images/ui-bg_highlight-soft_85_6aafaf_1x100.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}

.accordion .accordion-navigation>.content.active {
background: #fafafa;
}

dl {
    clear: right;}

dd { 
	margin-left: 0;
}
dt {
	border-bottom: 1px dotted;
	margin: 2em 0 .5em 0;
}
dd time {
	display: inline-block;
	width: 20%;
}
#deptcontent .button {
display: inline-block;
color: white;
line-height: 1;
font-weight: bold;
    float:right;
border: 0;
text-align: center;
border-top: 1px solid #fadf99;
background: #eda71a;
background: -webkit-gradient(linear, left top, left bottom, from(#e8c572), to(#eda71a));
background: -webkit-linear-gradient(top, #e8c572, #eda71a);
background: -moz-linear-gradient(top, #e8c572, #eda71a);
background: -ms-linear-gradient(top, #e8c572, #eda71a);
background: -o-linear-gradient(top, #e8c572, #eda71a);
padding: 0.66667rem 1.5rem;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: black 0 1px 0;
-moz-box-shadow: black 0 1px 0;
box-shadow: black 0 1px 0;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
vertical-align: middle;
	text-decoration: none;
}

  @media only screen and (max-width: 725px) {
    .news .departmentheader {
      margin: 1rem;
    }
    
    .departmentheader h1 {
      font-size: 1.5rem;

    }
      #sidebar {
    border-left: none;
    padding: 1.7rem;
  }
#deptcontent {
padding-right: 1.7rem !important; 
}
.row.collapse>.caption {
height: auto;
}
.summary {
  border-bottom: none
}
article {
  border-bottom: dotted 1px;
}
#pageheader span {
    display: none;
}
  }
