@font-face {
   font-family: 'trilogyicons';
   src:    url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.eot?qu7a6n');     src:    url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.eot?qu7a6n#iefix') format('embedded-opentype'),         url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.woff2?qu7a6n') format('woff2'),         url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.ttf?qu7a6n') format('truetype'),         url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.woff?qu7a6n') format('woff'),         url('https://s3.amazonaws.com/icomoon.io/31537/Trilogy/Trilogy-Icons.svg?qu7a6n#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; }
 
.icons.circle {
   background: #264165; 
   color: white;
   font-size: 20px;
   height: 20px;
   width: 20px;
   margin: 0;
   text-align: center;
   line-height: 20px;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   display: inline-block;
   padding: 10px;
}

body { 
   font: 16px/1.25 'RobotoCondensed', sans-serif;
   font-weight: 300;
   text-align: left; 
   color: #0e0d1b; }  
  
.strong { font-weight: 700; }

/* Global Links
------------------------------------ */

a { 
  color: #06369d;
  /*color: #024ef5; */
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; }
a:focus, a:hover { 
  /*color: #df3f43; */
  outline: none; 
  text-decoration: none; }
  
.more {
   margin: .5em 0;
   display: inline-block;
   text-transform: uppercase;
   font-weight: 700;
   color: white;
   font-size: 100%;}
   
   .more:hover {
      color: white; }
   

/* Firefox Seleted Text
------------------------------------ */
/*::-moz-selection {
  background: #fff;
  color: red; } 
::selection {
  background: #fff;
  color: red; } 	*/

/* Headings - Weights: 600,700
------------------------------------ */

h1, h2, h3, h4, h5, h6 { 
   line-height: 1.0; 
   font-weight: 300;
   color: #0032a0;
   text-transform:none;
   letter-spacing: -1px;
   text-transform: normal;
   margin-bottom: 0.25em; }
h1 { font-size: 250%; letter-spacing: -2px; }
h2 { font-size: 180%; }
h3 { font-size: 160%;} 
h4 { font-size: 140%;}
   
   


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.1em; }
p img.left  { float: left; margin: 0 10px 10px 0; padding: 0; }
p img.right { float: right; margin: 0 0 10px 10px; }

blockquote  { margin: 0 0 1em 0; font-style: normal; text-align: left; background: white; padding: 1.5em; display: inline-block; vertical-align: top; }
blockquote .source { display: block; margin: .25em 0 0 .25em; text-transform: uppercase; font-size: .8em; font-weight: 700; color: #4db6ac; }
strong      { font-weight: bold; }
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 li ul, 
article li ol  { margin: 0 1.5em; }
article ul, ol { margin: 0 1.5em 1.5em 2em; }

article ul { list-style-type: disc; }
article ol { list-style-type: decimal; }

article li { margin-bottom: 0.5em; }

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; }
tfoot      { font-style: italic; }
caption    { background: #eee; }
