@import url(http://fonts.googleapis.com/css?family=Kameron:400,700);
.container {
  position: relative;
  overflow: hidden;
  zoom: 1;
}
body {
  position: relative;
  background-color: #6a141a;
  color: #efd6d1;
  background-image: url('../img/backdrop.jpg');
  background-attachment: local;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 100%;
  margin: 38px 0 0 0;
  font-family: 'trebuchet ms', arial, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  min-width: 320;
}
nav#topbar {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320;
  overflow: hidden;
  background-color: #6a141a;
  font-family: 'trebuchet ms', arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0 0 8px 0;
  text-align: center;
}
nav#topbar ul {
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0;
}
nav#topbar ul li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px white solid;
}
nav#topbar ul li:first-of-type {
  border-left: none;
}
a,
a:visited {
  color: #efd6d1;
}
header {
  text-align: center;
  max-width: 800px;
  min-width: 320;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 32px;
  padding: 0 8px 0 8px;
  color: white;
  font-family: rockwell, 'Kameron', trebuchet ms, sans-serif;
  font-weight: normal;
  font-size: 18px;
}
header h1,
header h2 {
  font-family: rockwell, 'Kameron', trebuchet ms, sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
}
header h1.emphasis,
header h2.emphasis {
  font-size: 28px;
}
header h3 {
  font-family: rockwell, 'Kameron', trebuchet ms, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
}
header ul {
  margin-top: 4px;
  margin-bottom: 0;
}
header ul li {
  display: inline-block;
  list-style-type: none;
}
header ul li:before {
  content: "• ";
}
header p.quote {
  font-family: 'trebuchet ms', arial, sans_serif;
  font-style: italic;
  font-size: 14px;
}
header p {
  padding: 0;
  margin-top: 0;
  font-family: rockwell, 'Kameron', trebuchet ms, sans-serif;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
}
footer {
  position: relative;
  display: flex;
  max-width: 800px;
  min-width: 320;
  margin: 8px auto 8px auto;
  flex-flow: row wrap;
  justify-content: space-between;
}
footer a.biglogo {
  display: block;
  width: fit-content;
  height: fit-content;
  margin: auto;
}
footer p.copyright {
  color: #ffc6a9;
  font-size: 80%;
  margin-bottom: 16px;
  text-align: center;
}
footer p.copyright a,
footer p.copyright a:visited {
  color: #ffc6a9;
}
article {
  box-sizing: border-box;
  max-width: 800px;
  min-width: 320;
  margin: 0 auto 0 auto;
  background-color: #f0ebe8;
  color: #333333;
  padding: 16px;
}
article a,
article a:visited {
  color: #6a141a;
}
article h1 {
  display: none;
}
article img {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
  max-width: 300px;
}
section h1 {
  display: block;
  font-family: rockwell, 'Kameron', trebuchet ms, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #6a141a;
}
section p {
  margin: 0 0 16px 0;
}
section p.leader {
  font-size: 120%;
  color: #6a141a;
}
section.introtext h1 {
  display: none;
}
section.toolmatrix {
  margin-left: auto;
  margin-right: auto;
  margin: 16px auto 0 auto;
}
section.toolmatrix h1 {
  display: none;
}
section.toolmatrix div.row {
  display: flex;
  margin: 0 0 16px 0;
  flex-flow: row wrap;
  justify-content: center;
}
section.toolmatrix a.tool {
  box-sizing: border-box;
  background-color: #f0ebe8;
  background-repeat: no-repeat;
  background-image: url('/img/thinleftarrow.png');
  background-position: 4px center;
  min-height: 80px;
  width: 33%;
  min-width: 200px;
  overflow-wrap: break-word;
  overflow: hidden;
  text-align: left;
  margin: 0;
  padding: 4px 8px 4px 30px;
  border: 2px white solid;
  text-decoration: none;
}
section.toolmatrix a.tool:nth-child(odd) {
  background-color: #efd6d1;
}
section.toolmatrix a.tool h2 {
  margin: 0 0 2px 0;
  font-family: rockwell, 'Kameron', trebuchet ms, sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-height: 35px;
  color: #6a141a;
}
section.toolmatrix a.tool img {
  height: 60px;
  display: none;
}
section.toolmatrix a.tool p {
  color: black;
  margin: 4px 0 0 0;
  font-size: 12px;
}
section.downloads {
  position: relative;
  width: 100%;
}
section.downloads h1 {
  color: white;
  font-family: rockwell, 'Kameron', trebuchet ms, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  text-align: center;
  margin: 0 0 8px 0;
  padding: 0;
}
section.downloads div.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 24px auto;
}
section.downloads div.row div {
  display: block;
  position: relative;
  background-color: #6a141a;
  background-image: url('/img/guide.png');
  background-repeat: no-repeat;
  background-position: 8px center;
  padding: 4px 4px 4px 62px;
  min-height: 52px;
  margin: 0;
}
section.downloads div.row div.slides {
  background-image: url('/img/slides.png');
}
section.downloads div.row div.handouts {
  background-image: url('/img/handouts.png');
}
section.downloads div.row div a {
  overflow: hidden;
  display: inline-block;
  width: 62px;
  text-indent: -200px;
  background-repeat: no-repeat;
  background-image: url('/img/download_docx.png');
  background-position: center left;
  color: white;
}
section.downloads div.row div a.pptx {
  background-image: url('/img/download_pptx.png');
}
section.downloads div.row div a.pdf {
  left: 120px;
  background-image: url('/img/download_pdf.png');
}
section.downloads div.row div a:hover {
  background-image: url('/img/download_docx_over.png');
}
section.downloads div.row div a.pptx:hover {
  background-image: url('/img/download_pptx_over.png');
}
section.downloads div.row div a.pdf:hover {
  background-image: url('/img/download_pdf_over.png');
}
section.downloads div.row h2 {
  vertical-align: top;
  margin: 4px 0 8px 0;
  padding: 0;
  font-family: rockwell, 'Kameron', trebuchet ms, sans-serif;
  font-size: 14px;
  text-align: left;
}
section.videos video {
  width: 512px;
  height: 288px;
}
article.contents section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
article.contents h1 {
  display: block;
  width: 25%;
  margin: 0 ;
  color: #6a141a;
}
article.contents h1 a,
article.contents h1 a:visited {
  display: block;
  background-repeat: no-repeat;
  background-image: url('/img/thinleftarrow.png');
  background-position: 4px center;
  min-height: 63px;
  padding: 0 0 0 24px;
  color: #6a141a;
  text-decoration: none;
}
article.contents h1 a:hover {
  background-color: white;
}
article.contents p.description {
  width: 70%;
}
div.googleform {
  width: 70%;
  margin: 0 auto 0 auto;
  padding: 0;
}
p.flyer {
  color: #efd6d1;
  font-size: 80%;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
p.flyer a,
p.flyer a:visited {
  padding-left: 60px;
  background-image: url('/img/download_pdf.png');
  background-repeat: no-repeat;
}
p.flyer a:hover {
  color: white;
  background-image: url('/img/download_pdf_over.png');
}
/*# sourceMappingURL=styles.css.map */
/*# sourceMappingURL=./styles.css.map */