@font-face {
  font-family: 'trilogyicons';
  src:  url('https://assets.bytrilogy.com/trilogy-icon-font/Trilogy-Icons.eot');
  src:  url('https://assets.bytrilogy.com/trilogy-icon-font/Trilogy-Icons.eot#iefix') format('embedded-opentype'),
    url('https://assets.bytrilogy.com/trilogy-icon-font/Trilogy-Icons.woff2') format('woff2'),
    url('https://assets.bytrilogy.com/trilogy-icon-font/Trilogy-Icons.ttf') format('truetype'),
    url('https://assets.bytrilogy.com/trilogy-icon-font/Trilogy-Icons.woff') format('woff'),
    url('https://assets.bytrilogy.com/trilogy-icon-font/Trilogy-Icons.svg#Trilogy-Icons') format('svg');
   }
   
.icons {
    font-family: 'trilogyicons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    
body { 
	font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-align: center; 
  color: #404040;
  line-height: 1.4; 
  text-rendering: optimizelegibility;
  }


/* Global Links */

a { 
  color: #009ebb; 
  text-decoration: none;
  }
     
a:focus,
a:hover { 
  color: #006c80; 
  outline: none; 
  text-decoration: none; 
  }
  
  

/* Firefox Seleted Text */

::-moz-selection,
::selection {
 background: #0074d1;
 color: #fff; 
 } 	
   
   

/* Headings */

h1, h2, h3, h4, h5, h6 { 
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-weight: 700;
  line-height: 1;  
  color: #323e5c;
  margin-bottom: .5em;
  text-transform: uppercase;
  }

h1 { font-size: 1.75em; } 
h2 { font-size: 1.5em;  } 
h3 { font-size: 1.25em; } 
h4 { font-size: 1.1em;  } 
h5 { font-size: 1em;    }
h6 { font-size: .9em;   }

@media (min-width : 740px) { 
  h1 { font-size: 3em;    } 
  h2 { font-size: 2.5em; } 
  h3 { font-size: 2em;  } 
  h4 { font-size: 1.75em; } 
  h5 { font-size: 1.5em;  }
  h6 { font-size: 1.25em;    }
  }


/* Text elements */

p           { margin: 0 0 1em;  }

small { font-size: .8em; }

blockquote  { 
  margin: 1.5em; 
  padding-bottom: 1em;
  color: #666; 
  line-height: 1.1; 
  font-style: italic;
  font-size: 18px;
  }
  
blockquote.center { text-align: center; }
blockquote.left   { float: left; width: 40%; margin: 0 3% 15px 0; }
blockquote.right  { float: right; width: 40%; margin: 0 0 15px 3%; }    

blockquote p { margin: 0 }
    
blockquote small { 
  color: #777;
  font-weight: 300; 
  font-size: 13px;
  font-style: normal;
  line-height: 1.1;
  margin: 10px 0 0 0;
  }

strong      { font-weight: 600; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.clear      { 
  clear: both; 
  display: block; 
  }


/* Lists */

article ul, 
article ol,
article li ul, 
article li ol { margin: 0 0 1em 1em; }

article li    { margin-bottom: .25em; }

article ul    { list-style-type: disc; }
article ol          { list-style-type: decimal; }

article dl    { margin: 0 0 1em 0; }
article dl dt { font-weight: bold; }
article dd    { margin-left: 1.5em; }


/* Tables */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
th,td       { padding: 4px 10px 4px 5px; }
td          { vertical-align: top; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }




