body.uncwhome {
  background: url(https://www.uncw.edu/assets/images/columns.jpg) no-repeat right top;
}
#menu {
    display: none;
    clear: both;
    margin: 0 auto 10px;
}
.story p {
  margin: 0;
}
.story a {
  font-weight: bold;
}
.row.medium-collapse>.columns.story{

  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.thumb {
  padding: 0.7rem 0;
}
.row article.row {
  background: url(https://uncw.edu/assets/images/linehorizontal.gif) no-repeat 150px top;
  margin: 0 0.5rem 0 0 ;

}
article.row:nth-child(2){
  background: none;
}

header h1 {
  font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
float: left;
color: #373735;
 margin-right: 10px;
}
header h1 a {
  color: #373735;
}

.content {
  padding-left: 0;
}

.socialmedia.inline-list>li {
  margin-left: 5px;
  padding-top: 8px;
}
.content footer p {
  text-align: right;
  margin-right: 3rem;
  font-weight: bold;
}
 .blockgrid li div {
  background: rgba(49,155,159,1);
background: -moz-linear-gradient(top, rgba(49,155,159,1) 0%, rgba(8,60,64,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(49,155,159,1)), color-stop(100%, rgba(8,60,64,1)));
background: -webkit-linear-gradient(top, rgba(49,155,159,1) 0%, rgba(8,60,64,1) 100%);
background: -o-linear-gradient(top, rgba(49,155,159,1) 0%, rgba(8,60,64,1) 100%);
background: -ms-linear-gradient(top, rgba(49,155,159,1) 0%, rgba(8,60,64,1) 100%);
background: linear-gradient(to bottom, rgba(49,155,159,1) 0%, rgba(8,60,64,1) 100%);

padding: .5rem;
}

.blockgrid li a {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: .85rem;
}
.highlight ul {
  list-style: none;
  margin: 0 0 50px 0;
}
.highlight li {
  font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
font-size: 2.1em;
background: url(https://uncw.edu/assets/images/linehorizontal.gif) repeat-x left bottom;
padding: 15px 0 5px;
}
.highlight li:last-child {
  background: none;
}
.highlight li a {
  color: #373735;
}

.calendarHeaderImage 
{  

    height: 42px;

    display: block;
      background: rgba(49,155,159,1);
background: -moz-linear-gradient(top, rgba(49,155,159,1) 0%, rgba(8,60,64,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(49,155,159,1)), color-stop(100%, rgba(8,60,64,1)));
background: -webkit-linear-gradient(top, rgba(49,155,159,1) 0%, rgba(8,60,64,1) 100%);
background: -o-linear-gradient(top, rgba(49,155,159,1) 0%, rgba(8,60,64,1) 100%);
background: -ms-linear-gradient(top, rgba(49,155,159,1) 0%, rgba(8,60,64,1) 100%);
background: linear-gradient(to bottom, rgba(49,155,159,1) 0%, rgba(8,60,64,1) 100%);
padding: .7rem 0 0 1rem;
}

.CalendarWidget a:link
{
    color:#007073;
    text-decoration:none;
}



.CalendarWidget li:hover
{  background-color: #f8f7d6;
}

.calendarHeaderImage a:link {
color:#ffffff;
font-size: 1.3rem;
background-image: url('https://uncw.edu/assets/images/calendarheader.jpg') no-repeat right center;
font-weight: bold;
display: block;
}
.calendarHeaderImage a:visited {
  color: #fff;
}

.CalendarWidget
{
 margin-bottom: 50px;
 margin-top: 20px;
 padding-bottom: 5px; 
 border-bottom: 1px solid #d7d7d7;
 
 }

.CalendarWidget h3
{
  padding: .3rem;
  margin: 0;
  font-weight: 600;
  font-size: 1em;
  color: #000000;
}

.CalendarWidget .calDate
{
    padding-left: 1rem;
}


/*.calendarItems
{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;}*/

.CalendarWidget ul
{
list-style: none;
margin: 0px;
}

.CalendarWidget .liOn
{  
   padding: .3rem; 
   background-color: #f1f7f7;
   font-weight: 400;
   margin:0;
   font-size: .95em;
}

.CalendarWidget .liOff
{  
   padding: .3rem; 
   background-color: #FFFFFF;
   font-weight: 400;
   margin:0;
   font-size: .95em;
}



.CalendarWidget #more a {
    display:block;
    float:right;
    margin:20px 0px 10px;
    padding:3px 12px;
    background:#009999;
    color:#f1f7f7;
    font-style:italic;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height:20px;
}
.CalendarWidget #more a:hover {
    background:#008888;
    color:#f8f7d6;
}



/**********/



@media only screen and (max-width: 725px) {
#menu {
    display: block;
}
 #homenav ul {
  list-style: none;
  margin: 0;
  border-bottom: solid 1px black;

 }

 #homenav a {
    border-bottom: solid 1px #ccc;
    padding: .8rem;
 }
.audience li:first-child {
  padding-top: .8rem;
  border-bottom: solid 1px black;
  color: #555;
}
#homenav .audience li:first-child a {
  padding-left: 2rem;
}
#homenav #apply {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 130px;

}
#homenav #apply a {
 border-bottom: none;
}
.row article.row {
  background: url(https://uncw.edu/assets/images/linehorizontal.gif) no-repeat left top;
  padding-left: .5rem;
  margin-left: .5rem;

}
article.row:nth-child(2){
  background: none;
}
header h1 {
  padding-left: 0.5rem;
}
 .blockgrid li div {
  margin-left: .5rem;
 }
}





/*************************************/
@media only screen and (min-width: 641px)  { 


#homenav ul {
  margin-bottom: 0;
}
#homenav li  {
  display: inline;

}

.topic {
margin: 20px 0 10px;
}

.topic ul {
  clear: both;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0;
}
.topic li {
text-transform: uppercase;
font-size: .85em;
}
.topic li:last-child {
  border-left: solid 1px #066;
background: url(https://uncw.edu/assets/images/arrowleft.gif) no-repeat right center;
float: right;
}
.topic li a {
color: #000;
}
.topic li:last-child a {
  padding: 0 23px 0 13px;
  color: #006666;
  font-weight: bold;

}
.uncwhome .audience {
  background: rgba(0, 0, 0, 0.4);
overflow: hidden;
font-size: 1em;
width: auto;
position: absolute;
z-index: 70;

width: 100%;


}
.audience ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 .5rem;
}
.audience li {
 display: inline;
color: #fff;
border-left: solid 1px;
font-weight: bold;
position: relative;
  flex-grow: 1;
  text-align: center;
}
.audience li:first-child {
  border: none;
}
.audience li a {
  font-weight: normal;
color: #fff;
padding: 3px 5px;


}
#apply {
  border: none;
position: relative;
left: 15px;
}
#apply a {
  padding: 0;
}

#slideshow {
  position: relative;

}


.uncwhome .portals ul {
background-color: rgba(9, 80, 80, 0.7);
list-style: none;
color: white;
font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
font-size: 1.5em;
width: 100%;
margin: 0;
position: absolute;
bottom: 0;
z-index: 10;
 display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.uncwhome .portals li {
flex-grow: 1;
  text-align: center;
border-left: 1px dotted #fff;
}
.uncwhome .portals li:first-child {
  border: none;
}
.uncwhome .portals a {
display: block;
padding: 13px 0 7px;
margin: 0 10px;
color: #fff;
}

.sidebar {
  background: url(https://uncw.edu/assets/images/linevertical.gif) repeat-y left top;
    padding-right: 0;
}







  } 

@media only screen and (min-width: 1024px) { 



.topic li {
font-size: 1.0em;
}
.topic li a {
padding: 0 30px 0 15px;
}

.uncwhome .audience {
font-size: 1.2em;
width: 1000px;
}

.audience li a {
padding: 3px 19.5px;

}

#slideshow {
  height: 500px;
}
.flex-viewport {
  max-height: 470px;
}

.uncwhome .portals ul {
font-size: 1.9em;
width: 1000px;
padding: 10px 0;
}
.uncwhome .portals li {
  display: inline;
  float: left;
}

.uncwhome .portals a {
padding: 13px 24px 7px;
}


}
