body {
  min-width: 320px;
  background: #fff;
  font-family: 'Calluna Sans', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #000
}

a:link,
a:visited {
  color: inherit
}

a {
  color: inherit;
  text-decoration: none
}

.LinkBlue a {
  color: #0563c1
}

.WHALinkBlue a {
  color: #0563c1
}

.wrapper {
  min-height: 100vh;
  overflow: hidden
}

.shell {
  max-width: 1360px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto
}

.footer {
  margin-top: 20px;
  padding: 37px 0 40px;
  background-color: #f1f1f1
}

@media(max-width:767px) {
  .footer {
    margin-top: 20px;
    padding: 20px 0
  }
}

nav {
  display: block
}

nav ul,
nav ol {
  list-style: none outside none
}

a.nav-link {
  font-size: 24px;
  color: #5a175e !important
}

.navbar-light {
  color: #fff;
}

.WHA-primary {
  color: #002e5d !important
}

.bg-WHA-primary {
  background-color: #002e5d !important
}

.bg-WHA-gray {
  background-color: #f1f1f1 !important
}

.bg-WHA-orange {
  background-color: #f37d47 !important
}

.WHALinkBlue a {
  color: #0563c1
}

.bg-WHA-secondary {
  background-color: #4298b5 !important
}

.WHA-secondary {
  color: #4298b5 !important
}

.WHASecondaryThin hr {
  border: 3px solid #4298b5
}

.WHAPrimarySemiBold hr {
  border: 3px solid #002e5d
}

.WHA-red {
  color: #de1414 !important
}

.bg-WHA-red {
  background-color: #de1414 !important
}

@media only screen and (max-width:1000px) {

  #hidebanner,
  #hidelgfooter {
    display: none
  }
}

@media only screen and (min-width:1000px) {
  #hidelogosm {
    display: none
  }
}

.WHA-purple,
.display-4 {
  color: #5a175e !important
}

.bg-WHA-purple {
  background-color: #5a175e !important
}

.WHAPurpleThin hr {
  border: 1px solid #5a175e
}

.jumbotron {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .9) 100%), url("/healthywisconsinalliance/media/hwasite/hwahome.jpg");
  background-size: cover
}

.hwaFloater {
  position: fixed;
  right: 10px;
  top: 100px
}

.WHA3col ul {
  list-style-type: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3
}

@media only screen and (max-width:1000px) {
  .WHA3col ul {
    list-style-type: none;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

.WHA2col ul {
  list-style-type: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.AtoZItemDate {
  color: #002b5c;
  font-size: 20px;
  line-height: 20px
}

.AtoZItemDate:after {
  content: ' | '
}

.AtoZItemTitle {
  color: black;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none
}

.AtoZItemTitle a {
  text-decoration: none
}

.AtoZItemTitle a:hover {
  color: black
}

.WHAMobile img {
  width: 100%;
  height: auto
}

@media only screen and (max-width:1023px) {

  #hidefloater,
  #hideminilogo {
    display: none;
  }
}

@media(min-width:1024px) and (max-width:1475px) {

  #hidefloater,
  #hideminilogo {
    display: none !important
  }

  @media only screen and (max-width:1200px) {
    #hidemdlogo {
      display: none;
    }
  }
