/* SHORTHAND TWEAKS */

/* button */

.btn--sh, a.btn--sh, a.btn--sh:link, a.btn--sh:visited {
  background-color: white;
  border: solid 3px #ddd;
  border-radius: 3px;
  color: #0099cc;
  display: inline-block;
  font-family: "Neue Haas Grotesk W01", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.5em 2em;
  margin: 1em 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}

a.btn--sh:hover, a.btn--sh:active {
  border-color: #bbb;
}

@media screen and (max-width:45em) {
  .btn--sh, a.btn--sh, a.btn--sh:link, a.btn--sh:visited {
    font-size: 1rem;
    display: block;
    max-width: 100%;
  }
}

a.btn--sh.btn--primary:link, a.btn--sh.btn--primary:visited {
  color: white;
  background-color: #09c;
  border-color: #09c;
}

a.btn--sh.btn--primary:hover, a.btn--sh.btn--primary:active {
  border-color: #09c;
  background-color: #00afd7;
}

span.btn--details {
  display: block;
  font-size: 0.625em;
  font-weight: 400;
  margin-top: 0.25em;
  text-transform: uppercase;
}

/* footer */

.custom--footermenu, .custom--download {
  font-family: "Neue Haas Grotesk W01", Helvetica, Arial, sans-serif;
  text-align: center;
}

.custom--footermenu {
  font-size: 0.8em;
}

.custom--footermenu ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.custom--footermenu li {
  list-style-type: none;
  padding: 1em 0 0;
}

@media screen and (max-width: 45em) {
  .custom--footermenu, .custom--download {
    margin: 0 2em;
  }
  .custom--footermenu ul {
    padding: 0;
    flex-flow: column nowrap;
  }
  .custom--footermenu li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 1em 0;
  }
  .custom--footermenu li:last-child {
    border-bottom: none;
  }
}
.custom--footermenu li a {
  border: 0;
  text-decoration: none;
}

.custom--footermenu li a:link, .custom--footermenu li a:visited {
  color: #09c;
}

.custom--footermenu li a:hover, .custom--footermenu li a:active {
  color: #00afd7;
}

/* style tweaks for this year */

h3.Theme-Layer-BodyText-Heading-Large {
  font-size: 280%;
  text-transform: lowercase;
  color: #888b8d;
  font-weight: 400;
}

@media screen and (max-width: 45em) {
  h3.Theme-Layer-BodyText-Heading-Large {
    font-size: 180%;
  }
}

.Theme-Layer-BodyText-Dropcap:first-letter {
  font-family: "Neue Haas Grotesk Disp W01", Helvetica, Arial, sans-serif;
  color: #a4343a;
  font-weight: 400;
  margin-right: 0.15em;
  padding-left: 0.25em;
  margin-left: -0.25em;
}

.Theme-Layer-BodyText-Blockquote {
  color: #a4343a;
}

.Theme-ImageCaption p:not(:empty), .Theme-InlineMediaCaption p:not(:empty) {
  color: #888b8d;
}

.InlineHTML hr, .BlockHTML hr {
    height: 4em;
    background-color: #ddd;
    background-image: url(http://habitat.org/multimedia/custom/tool-bg-wh.png);
    background-attachment: fixed;
    border: 0;
    margin: 3em 0;
}

.Theme-Section-Dark .Theme-Layer-TextBlock-Inner a {
  border-bottom: solid 0.1em #09c;
}

.Theme-Section-Dark .Theme-Layer-TextBlock-Inner a:hover, .Theme-Section-Dark .Theme-Layer-TextBlock-Inner a:active {
  border-bottom: solid 0.1em #c4d600;
}

.Theme-Layer-Gallery-Item .Theme-Layer-Gallery-Item-Title {
    color: #09c;
}
