/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Styling
   ========================================================================== */


.grid { margin: 0 auto; }
.grid > div, .grid__inner { box-sizing: border-box; -moz-box-sizing: border-box; padding: 0 20px; float: left; }
.grid-padd { padding: 0 20px; }
.grid-padd-all { padding: 20px; }

.grid > div.full { padding: 0; }

.padd-fix { padding-top: 1px !important; padding-left: 1px !important; }

.grid:after, .clear:after, .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}

.grid.grid--middle { display: table; table-layout: fixed; }
.grid.grid--middle > div { float: none; display: table-cell; vertical-align: middle; }
.grid.grid--middle > div.align-bottom, .grid.grid--middle > div.align-bottom * { vertical-align: bottom; }

.grid.flex { display: flex; flex-wrap: wrap; }
.grid.flex > div, .grid.flex .grid__inner { display: flex; }

.flex-reverse { flex-direction: row-reverse; }
.flex-forward { flex-direction: row; }

.flex-10 { order: 10; }

.grid-1-4 { width: 25%; }
.grid-1-3 { width: 33.3333333333%; }
.grid-2-3 { width: 66.6666666666%; }
.grid-3-4 { width: 75%; }
.grid-1-2 { width: 50%; }
.grid-1-1 { width: 100%; }
.grid-1-5 { width: 20%; }
.grid-5-6 { width: 83.3333333333%; }
.grid-1-6 { width: 16.6666666666%; }

.grid-left { float: left; }
.grid-right { float: right !important; }


.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.dir-rtl { direction:rtl; }
.dir-ltr { direction:ltr; }

.show-inline { display: inline-block; }
.show-block { display: block; }
.hide { display: none !important; }

img { max-width: 100%; height: auto;  }


@media screen and (min-width: 600px) {
	
	.grid.s--grid--middle { display: table; table-layout: fixed; width: 100%; }
	.grid.s--grid--middle > div { float: none; display: table-cell; vertical-align: middle; }
	
	.s--grid-1-4 { width: 25%; }
	.s--grid-1-3 { width: 33.3333333333%; }
	.s--grid-2-3 { width: 66.6666666666%; }
	.s--grid-3-4 { width: 75%; }
	.s--grid-1-2 { width: 50%; }
	.s--grid-1-1 { width: 100%; }
	.s--grid-1-5 { width: 20%; }
	.s--grid-5-6 { width: 83.3333333333%; }
	.s--grid-1-6 { width: 16.6666666666%; }
	
	.s--grid-left { float: left; }
	.s--grid-right { float: right; }
	
	.s--text-left { text-align: left; }
	.s--text-right { text-align: right; }
	.s--text-center { text-align: center; }
	
	.s--dir-rtl { direction:rtl; }
	.s--dir-ltr { direction:ltr; }
	
	.s--show-inline { display: inline-block !important; }
	.s--show-block { display: block !important; }
	.s--hide { display: none !important; }
	
}


@media screen and (min-width: 750px) {
	
	
	.grid > div { padding: 0 20px; }
  	.grid-padd { padding: 0 20px; }
	
	.grid.m--grid--middle { display: table; table-layout: fixed; width: 100%; }
	.grid.m--grid--middle > div { float: none; display: table-cell; vertical-align: middle; }
	
	.m--grid-1-4 { width: 25%; }
	.m--grid-1-3 { width: 33.3333333333%; }
	.m--grid-2-3 { width: 66.6666666666%; }
	.m--grid-3-4 { width: 75%; }
	.m--grid-1-2 { width: 50%; }
	.m--grid-1-1 { width: 100%; }
	.m--grid-1-5 { width: 20%; }
	.m--grid-5-6 { width: 83.3333333333%; }
	.m--grid-1-6 { width: 16.6666666666%; }
	
	.m--grid-left { float: left; }
	.m--grid-right { float: right !important; }
	
	.m--text-left { text-align: left; }
	.m--text-right { text-align: right; }
	.m--text-center { text-align: center; }
	
	.m--dir-rtl { direction:rtl; }
	.m--dir-ltr { direction:ltr; }
	
	.m--show-inline { display: inline-block !important; }
	.m--show-block { display: block !important; }
	.m--hide { display: none !important; }
	
}

.l--show-tc { display: none !important; }

@media screen and (min-width: 1000px) {
	
	.container.narrow { max-width: 900px; }
	
	.grid > div { padding: 0 20px; }
  	.grid-padd { padding: 0 20px; }
	
	.grid.l--grid--middle { display: table; table-layout: fixed; width: 100%; }
	.grid.l--grid--middle > div { float: none; display: table-cell; vertical-align: middle; }
	
	.l--grid-1-4 { width: 25%; }
	.l--grid-1-3 { width: 33.3333333333%; }
	.l--grid-2-3 { width: 66.6666666666%; }
	.l--grid-3-4 { width: 75%; }
	.l--grid-1-2 { width: 50%; }
	.l--grid-1-1 { width: 100%; }
	.l--grid-1-5 { width: 20%; }
	.l--grid-2-5 { width: 40%; }
	.l--grid-3-5 { width: 60%; }
	.l--grid-5-6 { width: 83.3333333333%; }
	.l--grid-1-6 { width: 16.6666666666%; }
	
	.l--pull-1-4 { padding-right: 25% !important; padding-right: calc(25% + 20px) !important;}
	
	.l--grid-left { float: left; }
	.l--grid-right { float: right !important; }

	.l--flex-reverse { flex-direction: row-reverse; }
	.l--flex-forward { flex-direction: row; }
	.l--flex-1 { order: 1; }
	.l--flex-2 { order: 2; }
	.l--flex-3 { order: 3; }
	
	.l--text-left { text-align: left; }
	.l--text-right { text-align: right; }
	.l--text-center { text-align: center; }
	
	.l--dir-rtl { direction:rtl; }
	.l--dir-ltr { direction:ltr; }
	
	.l--show-inline { display: inline-block !important; }
	.l--show-block { display: block !important; }
	.l--show-tc { display: table-cell !important; }
	.l--hide { display: none; }
	
	.l--h-50 { height: 40vh; }
	.l--h-100 { height: 100%; }
	.l--h-100 img { height: calc(100% - 1px) !important; object-fit: cover; margin-top: 1px; }
}


html {
	scroll-behavior: smooth;
}

@font-face {
  font-family: "FuturaLTPro-Book";
  src: url('webFonts/FuturaLTProBook/font.woff2') format('woff2'), url('webFonts/FuturaLTProBook/font.woff') format('woff');
}

* { font-family: 'FuturaLTPro-Book', sans-serif; -webkit-font-smoothing: antialiased; }
p { font-family: 'Spectral', serif; margin: 0 0 20px; -webkit-font-smoothing: antialiased; font-size:18px;  }
p * { font-family: 'Spectral', serif; margin: 0 0 20px; -webkit-font-smoothing: antialiased;}
p a { color: #000; }

h1 { font-size: 28px; letter-spacing: 0.1em; font-weight: normal; }

h2, h3 { font-size: 18px; margin: 20px 0; display: inline-block; border-bottom:2px solid #b89d18; font-weight: normal;  }

.grid { max-width: 1200px; }

header.site-header { background: #b89d18; padding: 16px 0; position: sticky; top: 0; z-index: 9; }

header.site-header .logo { font-size: 22px; text-transform: uppercase; letter-spacing: 0.1em; }

nav { margin-top: 20px; }
nav ul { margin: 0; padding: 0; }
nav ul li { padding: 10px 0 8px; border-bottom: 2px solid #000; margin: 0; list-style: none;  }
nav ul li:hover { border-bottom-color: #b89d18; }
nav ul li a { color: #000; text-decoration: none; }



@media screen and (min-width: 1000px) {
	
	.sticky { position: relative; }
	.sticky .l--grid-1-6 { position: sticky; top: 80px; }
	
}

.section { margin-top: 20px; border-top: 2px solid #b89d18; padding-top: 60px;  }
.section#intro { border-top: none; padding-top: 0; }
.section img, .section .img { margin-bottom: 20px; margin-top: 20px; display: block; border: 2px solid #b89d18; width: 100%; }

.section .img { height: 300px; }

ul.serif, ul.serif li { margin: 0;  font-family: 'Spectral', serif; }
ul.serif { margin-bottom: 20px; padding-left: 20px; }

table.awards { width: 100%; margin-bottom: 20px; }
table.awards th, table.awards td { font-size: 18px; font-weight: normal; padding-right: 10px; padding-left: 10px; border-right: 2px solid #b89d18; text-align: left; font-family: 'Spectral', serif; margin: 0 0 20px; vertical-align: top}
table.awards th { padding-bottom: 20px; }

table.awards tr th:first-child, table.awards tr td:first-child { padding-left: 0;  }
table.awards tr th:last-child, table.awards tr td:last-child { border: none; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

