/*
    font-family: 'Merriweather', serif;
    font-family:'ITCAvantGardeW04-XLt';
    font-family:'ITCAvantGardeW04-Book';
    font-family:'ITCAvantGardeW04-Demi';
    font-family:'ITCAvantGardeW04-Medium 1122896';
    one more for numbers...
*/
/*
	MEDIA QUERY MIXIN
	breakpoint mixin (used for specific media queries for elements outside of media query sass files)
	--variables are in _variables.scss...DUH
*/
/*
	MIXIN used within standard media query sass files for common rules between all	
	ATTRIBUTE SELECTORS:	
	[attr="whatever"] // exact match	
	[attr=*"whatever"] // whatever can be found ANYWHERE in the attr	
	[attr^="whatever"] // begins with the match	
	[attr$="whatever"] // ends with the match
	[attr~="whatever"] // value is within a space separated list
	<a data-example="test whatever test" href="">test</a>
	[attr|="whatever"] // value is within a dash separated list
	<a data-example="test-whatever-test" href="">test</a>		
*/
/*p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #737271;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

li {
  list-style-type: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.header-style, h1, h2, h3, h4, h5, .date-font {
  font-family: "ITCAvantGardeW04-XLt";
  text-transform: uppercase;
  color: #3d3b39;
  line-height: 1.1em;
  margin: 0;
  font-weight: 100;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 60px;
  margin-bottom: 10px; }

.header-image {
  background: url("../../images/header_image.png");
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 29px;
  position: relative;
  text-align: center; }

.board-spec-head {
  font-family: 'ITCAvantGardeW04-Book';
  font-size: 14px;
  color: #a09b97;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h2 {
  font-size: 40px;
  margin-bottom: 40px; }

h3 {
  font-size: 30px;
  margin-bottom: 30px; }

h4 {
  font-family: 'ITCAvantGardeW04-Book';
  font-size: 20px; }

h5 {
  font-size: 15px;
  color: #a09b97;
  font-family: 'ITCAvantGardeW04-Book'; }

.large-font {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 160%;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.rounded-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -o-border-radius: 150px;
  -ms-border-radius: 150px;
  border-radius: 150px;
  behavior: url("/css/PIE.htc"); }

.med-font {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 160%;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.small-font {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 160%;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.sidebar {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  padding: 0;
  line-height: 160%;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.sidebarheadline {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 160%;
  font-family: 'Merriweather', serif;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.sub-head {
  color: #a09b97;
  font-family: "ITCAvantGardeW04-Book";
  text-transform: uppercase;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.block h1, .block h2, .block h3:first-of-type {
  margin-top: 0; }

.hashtag {
  font-size: 30px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.step h2 {
  font-size: 80px; }

.light {
  font-family: "TradeGothicNextW01-Ligh 693250";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.italic {
  font-family: "Adobe Caslon W01 It";
  text-transform: lowercase;
  font-size: 11px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.bodylink {
  font-family: "Adobe Caslon W01 It";
  text-transform: none !important;
  font-size: 18px;
  margin-right: 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  .bodylink:hover {
    color: #4c87c1; }

.radio-form label {
  display: inline-block;
  padding: 4px 11px;
  font-family: 'ITCAvantGardeW04-Book';
  font-size: 18px;
  color: #737271;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

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

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

a {
  color: #28ade6;
  font-family: 'ITCAvantGardeW04-Book', serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.story-size {
  font-size: 100px; }

.button {
  padding: 15px 25px;
  border: 1px solid #a09b97;
  text-align: center;
  color: #a09b97;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url("/PIE.htc"); }

.button:hover {
  color: #fff;
  background-color: #a09b97;
  -webkit-transition: all 0.3s ease;
  -moz-box-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  behavior: url("/PIE.htc"); }

.button a {
  padding: 15px 25px;
  border: 1px solid #a09b97;
  text-align: center;
  color: #a09b97;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url("/PIE.htc"); }

p.button {
  padding: 0;
  border: none;
  line-height: 1em;
  margin: 0; }

.button a:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-box-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  behavior: url("/PIE.htc"); }

.date-font {
  font-size: 15px;
  color: #ecebea;
  font-weight: 700;
  font-family: 'ITCAvantGardeW04-Book'; }

.event-year {
  font-size: 100px;
  font-family: 'ITCAvantGardeW04-XLt'; }
*/