/* Base */

html {
  height: 100%;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
  color: rgb(30,124,164);
}

body {
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  padding-top: 40px;
  margin-top: 0px;
}

/* Headings */

h1 {
  color: rgb(30,124,164);
  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 Box  */

.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-blank {
  border-top: 1px solid #fff;
  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;
}

.thumbnail-img {
  margin-left: auto;
  margin-right: auto;
  height: 130px;
  width: 130px;
}

.thumbnail-img-circle {
  border-radius: 100%;
  height: 150px;
  width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 5px dotted #fff;
  text-align: center;
  margin: auto;
}

.thumbnail-img-back-1 {
  background-color: rgb(166, 206, 57);
  width: 100%;
  height: 160px;
  margin: auto;
  padding: 5px;
}

.thumbnail-img-back-2 {
  background-color: rgb(243, 116, 69);
  width: 100%;
  height: 160px;
  margin: auto;
  padding: 5px;
}

.thumbnail-img-back-3 {
  background-color: rgb(170, 35, 122);
  width: 100%;
  height: 160px;
  margin: auto;
  padding: 5px;
}

/* Highlights */

.highlight {
  background-color: #ddd;
}

::selection {
  background: #ddd; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ddd; /* Gecko Browsers */
}

/* FAQ Box Styling */

.faq1 {
  font-family: "Font Awesome 5 Free";
  text-align: center;
  margin: 5px;
  background: url('../images/certificate.png');
  filter: url(css/filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  background-size: cover;
  background-position: center;
  position: absolute;
}

.faq2 {
  font-family: "Font Awesome 5 Free";
  text-align: center;
  margin: 5px;
  background: url('../images/mail.png');
  filter: url(css/filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  background-size: cover;
  background-position: center;
  position: absolute;
}

.faq3 {
  font-family: "Font Awesome 5 Free";
  text-align: center;
  margin: 5px;
  background: url('../images/repair.png');
  filter: url(css/filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  background-size: cover;
  background-position: center;
  position: absolute;
}

/* 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;
}
