/* --------------------------------------------------------
5.0 Transition Stylesheet for IANR Websites

version: 1.0
last modified: 12.18.2018
author: Becky Aiken
email: becky.aiken@unl.edu
----------------------------------------------------------*/

/* Clear top override: */

.clear-top {
    margin-top: 0!important;
}

/* Typography */

.wdn-alt-header,
.wdn-brand {
    font-weight: 400!important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: underline;
}

/* Executive Decisions */

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

iframe {
    border: 0;
}

.content div + p {
    margin-top: 1rem;
}

/* Buttons */

.wdn-button {
    white-space: normal;
}

/* WDN Bands */

.wdn-band {
    clear: both;
}

/* Images */

.wdn-frame {
    clear: both;
}

/* Nested WDN Band display issue */

.wdn-band .wdn-band {
    position: static;
    margin: 0;
    width: auto;
    left: 0;
    right: 0;
}

.wdn-grid-set .wdn-band,
.dcf-grid .wdn-band {
    position: static;
    margin: 0;
    width: auto;
}

.wdn-inner-wrapper .wdn-band {
    position: static;
    margin: 0;
    width: 100%;
}

/* Make footer links and headings consistent without utility classes

.unl .dcf-footer h3 {
  letter-spacing: .1em!important;
}

.unl .dcf-footer #contactinfo,
.unl .dcf-footer #leftcollinks {
  font-family: Gotham SSm A, Gotham SSm B, Verdana, sans-serif!important;
}

.unl .dcf-footer #leftcollinks ul {
  margin-bottom: 0!important;
  list-style: none;
  padding-left: 0;
}

 Zenbox */

.zenbox {
    background: #f6f6f5;
    padding: 0.5em;
}

/* Nested lists in organic groups related links */

.unl .dcf-footer #leftcollinks ul li {
    margin-left: 0;
}

/* TODO: Footer contact icons */

/* Book/Menu Block Navigation -- removed 5/22/19

.block-menu-block h2,
.block-menu-block h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: .802rem;
  text-transform: uppercase;
  line-height: 1.333;
  letter-spacing: 0;
}

.block-menu-block h2 a,
.block-menu-block h3 a {
  display: block;
  padding-top: .75rem;
  padding-bottom: .602rem;
  padding-left: 1rem;
  color: #fefdfa;
  background-color: #474746;
  transition: background-color .5s ease-out;
}

.block-menu-block ul:first-child > li > a,
.block-menu-block ul:first-child > li > ul > li > a {
  background-color: #f6f6f5; /* same as wdn-light-neutral-band * /
}

.block-menu-block li {
    margin-bottom: 0;
}

.block-menu-block a {
    text-decoration: none;
}

Padding at bottom of pages

.unl .dcf-main-content>:last-child:not(.wdn-band) {
    margin-bottom: 0;
}

*/

/* Updated Calendar Band */

.dcf-grid #events-band.dcf-bleed {
    margin: 0;
    width: auto;
    left: 0;
    right: 0;
}