/*                                                                      */
/* 		        	TODAY POP-OUT     	                   		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */


nav.primary li.today {
  display: none;
}

div.wrapper.today {
  position: absolute;
  z-index: 101;		/* Has to be on top of Features and Features nav icons */
  display: none;
}
section#today {
  background-color: white;
}

section#today h2 {
  font-weight: 800;
  padding-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 2em;
  margin-right: 0;
}
section#today h3 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0;
  color: #636469 /* ARP 3 Dark Grey */;
  text-transform: uppercase;
}

section#today section.content > div#today-news {
  margin-right: 4%;
}
section#today section.content > div > div {
  padding-left: 1.5%;
  padding-bottom: 10px;
}
section#today section.content > div > h4 {
  color: white;
  text-transform: uppercase;
  line-height: 1em;
  padding: 10px 0 8px 10px;
  margin-bottom: 3px;
}
section#today section.content > div div.content h4 {
  background-color: transparent;
}

section#today div#today-news h4 {
  background-color: #1C3A6B /* __ ARP 3 __ Dark Blue (Pantone 541c)  */;
}
section#today div#today-events h4 {
  background-color: #1C3A6B /* __ ARP 3 __ Dark Blue (Pantone 541c)  */;
}
section#today div#today-events h4.calendar {
  background-color: white;
  text-transform: uppercase;
  font-weight: 800;
}

section#today section.content h5 {
  margin-bottom: 2px;
}
section#today section.content h5 a {
  font-style: normal;
}
section#today p.pubdate {
  color: #636469 /* ARP 3 Dark Grey */;
  margin-bottom: 2px;
}
section#today .content,
section#today .content a.glossary {
  color: #636469 /* ARP 3 Dark Grey */;
  margin-bottom: 5px;
}

section#today span.close {
  display: block;
  clear: left;
  float: left;
  padding: 0 8px 7px 5px;
  border-bottom: 5px solid #6E267B /* __ ARP 3 __ Purple (Pantone 259c) */;
  color: black;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  color: #636469 /* ARP 3 Dark Grey */;
  text-transform: uppercase;
  margin-top: 10px;
}

