html {
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}


/* Global Links
---------------------------------- */

a {
	color: #dc4d28;
	text-decoration: none; }
a:focus, a:hover {
	color: #2f9e97;
	outline: none;
	text-decoration: none; }

/* Firefox Seleted Text
------------------------------------ */

::-moz-selection {
	background: #dc4d28;
	color: #fff; }
::selection {
	background: #dc4d28;
	color: #fff; }


/* Headings - 400/700
------------------------------------ */

h1 {
	color: #009e97;
	font-size: 2em;
	font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 1.1;
	font-weight: 400;
}

h2 {
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #254c5a;
	line-height: 1.1;
	margin-bottom: 1rem;
	font-weight: normal;
}

h3 {
	color: #df4f2a;
	font-size: 1.4rem;
	margin-bottom: .8rem;
	font-weight: normal;
}

h4 {
	color: #df4f2a;
	font-size: 1.3rem;
	margin-bottom: .7rem;
	}



h5 {
	font-size: 1.2rem;
	color: #d0112b;
	margin-bottom: .6rem;
	}
	
h6 {
	color: #d0112b;
	font-size: 1.15rem;
	margin-bottom: .5rem;
	}

.title {
	font-size: 1.4em;
	font-weight: 600;
	color: #aeaeae;
	text-transform: uppercase; }

/* Icons
---------------------------------- */

@font-face {
	font-family: 'trilogyicons';
    src:    url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.eot?xv0vek');
    src:    url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.eot?xv0vek#iefix') format('embedded-opentype'),
        url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.woff2?xv0vek') format('woff2'),
        url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.ttf?xv0vek') format('truetype'),
        url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.woff?xv0vek') format('woff'),
        url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.svg?xv0vek#Trilogy-Icons') format('svg');
}

@font-face {
    font-family: 'icons-606';
    src:    url('https://s3.amazonaws.com/icomoon.io/31537/The606/606icons.eot?uwcu5q');
    src:    url('https://s3.amazonaws.com/icomoon.io/31537/The606/606icons.eot?uwcu5q#iefix') format('embedded-opentype'),
        url('https://s3.amazonaws.com/icomoon.io/31537/The606/606icons.woff2?uwcu5q') format('woff2'),
        url('https://s3.amazonaws.com/icomoon.io/31537/The606/606icons.ttf?uwcu5q') format('truetype'),
        url('https://s3.amazonaws.com/icomoon.io/31537/The606/606icons.woff?uwcu5q') format('woff'),
        url('https://s3.amazonaws.com/icomoon.io/31537/The606/606icons.svg?uwcu5q#606icons') format('svg');
}

.icons,
.icons-606 {
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  
.icons { font-family: 'trilogyicons'; }
.icons-606 { font-family: 'icons-606'; }

/* Text Elements
---------------------------------- */

p { margin: 0 0 1em; }

p:last-child,
p:last-of-type { margin-bottom: 0; }

sup, sub    { line-height: 0; }

strong { font-weight: 600; }

/* Tables
---------------------------------- */

table      { width:100%; margin-bottom: 1em; }
th         { font-weight: bold; }
th,td      { padding: .5em 1em; }
td         { vertical-align: top; }

/* News Feed
---------------------------------- */

.feed {  display: block; }

.feed article {
	display: block;
	clear: both;
	padding: .8em 0; }

.feed article a {
	display: block; }

.feed article h3 {
	font-size: 1.35em;
	margin-bottom: 0;  }

.feed article a:hover h3 { color: #2f9e97; }
.feed article a:active h3 { color: #248680; }

.feed article p {
	color: #727272;
	font-size: 1em;
	line-height: 1;
	margin: .3em 0 0 0; }
.feed article p:last-child { margin-bottom: 0 !important; }

.feed article small {
	color: #979797;
	text-transform: uppercase;
	font-size: .7em; }
.feed article small a {
	display: inline-block;
	color: #2f9e97; }
.feed article small a:hover { color: #248680; }  



.content article ul,
.content article ol {
	margin-left: 1.6em; }
.content article li {
	margin-bottom: .6em; }	
	
/* Trail Mix Headings */	
	
.trail-mix-events .title {
	background: #aeaeae;
	color: white;
	margin-top: 1.5em;
	padding: .5em;
	}

.trail-mix-events h3 {
	color: #df4f2a;
	font-size: 2rem;
	margin-bottom: .8rem;
	}

.trail-mix-events h4 {
	color: #aeaeae;
	font-size: 1.2rem;
	margin-bottom: .7rem;
	font-style: italic;
	}

.trail-mix-events h5 {
	font-size: 1rem;
	color: #737373;
	margin-bottom: .6rem;
	font-weight: 600;
	}

/* News Stylings */
.byline {
	font-size: .85;
	margin-bottom: 2rem; }	
