/* Base */

html {
  height: 100%;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
  color: rgb(38,154,205);
}

body {
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  padding-top: 40px;
  margin-top: 0px;
}

/* Headings */

h1 {
  color: rgb(38,154,205);
  font-family: 'Cabrito-ExtDem', 'Cabrito-NorDem', Arial, Helvetica, sans-serif;
  font-size: 18pt;
  text-align: center;
}

h2 {
  color: rgb(7,65,107);
  font-family: 'Cabrito-ExtDem', 'Cabrito-NorDem', Arial, Helvetica, sans-serif;
  font-size: 16pt;
  text-align: left;
  margin-bottom: 0.6666666667em;
  border-bottom: 1px dotted #999;
  padding-bottom: 0.6666666667em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05em;
}

h3 {
  color: rgb(9,66,106);
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: 550;
}

/* Notice */

.take-notice {
  width: 100%;
  overflow: hidden;
  max-height: 400px;
  background-color: rgb(170, 35, 122);
  background: repeating-linear-gradient(
    45deg,
    rgb(170, 35, 122),
    rgb(170, 35, 122) 10px,
    rgba(170, 35, 122, .9) 10px,
    rgba(170, 35, 122, .9) 20px
    );
  color: #fff;
  font-size: 1.066em;
  line-height: 1.16em;
  padding: 10px;
  display: inline-block;
  /* text-shadow: 0px 2px 2px rgba(0,0,0,.8); */
}

.take-notice a:link {
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1.0em;
  font-family: 'Cabrito-ExtDem', 'Cabrito-NorDem';
}

.take-notice h2 {
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  font-weight: 800;
  border: none;
  line-height: -1em;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
}

.no-results h2 {
  color: rgb(9,66,106);
font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
font-size: 16pt;
font-weight: 550;
border: none;
}

/* Fonts */

@font-face {
  font-family: 'Cabrito-ExtDem';
  src:
    url("../fonts/Cabrito-ExtDem.otf") format("embedded-opentype"),
    url("../fonts/Cabrito-ExtDem.woff2") format("woff2"),
    url("../fonts/Cabrito-ExtDem.woff") format("woff"),
    url("../fonts/Cabrito-ExtDem.ttf") format("truetype");
}

@font-face {
  font-family: 'MuseoSans-300';
  src:
  url("../fonts/MuseoSans-300.otf") format("embedded-opentype"),
  url("../fonts/MuseoSans-300.woff") format("woff"),
  url("../fonts/MuseoSans-300.ttf") format("ttf");
}

/* Thumbnails */

.thumbnail {
  display: block;
  border-radius: 0px;
  padding: 2px;
  margin: 20px 0px 20px 0px;
  line-height: 1.42857143;
  border: none;
}

.thumbnail-solid {
  border-top: 1px dotted #999;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.thumbnail h2 {
color: rgb(9,66,106);
font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
font-weight: 550;
margin-bottom: 0;
border-bottom: 0;
}

/* Highlights */

.highlight {
  background-color: #ddd;
}

::selection {
  background: #ddd; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ddd; /* Gecko Browsers */
}

/* No results styling */
.no-results {
  background-color: #fff;
  margin: auto;
  padding: 2em;
  max-width: 65em;
}

.no-results-upperlevel {
  font-family: 'Cabrito-ExtDem', 'Cabrito-NorDem';
  font-size: 2em;
}

.no-results-snark {
  font-family: 'Cabrito-ExtDem', 'Cabrito-NorDem';
font-size: 1em;
}

.no-results-sublevel-1 {
  font-family: 'Cabrito-ExtDem', 'Cabrito-NorDem';
font-size: 1.33em;
}

.no-results-sublevel-2 {
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
font-size: 1.1em;
}
