@font-face {
  font-family: 'trilogyicons';
  src:  url('https://d1azc1qln24ryf.cloudfront.net/31537/AFSCMEToolkit/afscme-toolkit.eot?y8fz0p');
  src:  url('https://d1azc1qln24ryf.cloudfront.net/31537/AFSCMEToolkit/afscme-toolkit.eot?y8fz0p#iefix') format('embedded-opentype'),
    url('https://d1azc1qln24ryf.cloudfront.net/31537/AFSCMEToolkit/afscme-toolkit.woff2?y8fz0p') format('woff2'),
    url('https://d1azc1qln24ryf.cloudfront.net/31537/AFSCMEToolkit/afscme-toolkit.ttf?y8fz0p') format('truetype'),
    url('https://d1azc1qln24ryf.cloudfront.net/31537/AFSCMEToolkit/afscme-toolkit.woff?y8fz0p') format('woff'),
    url('https://d1azc1qln24ryf.cloudfront.net/31537/AFSCMEToolkit/afscme-toolkit.svg?y8fz0p#afscme-toolkit') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icons {
	font-family: 'trilogyicons'; 
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-style: normal;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
	}
    
body { 
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-weight: 300;
  text-align: center; 
  color: #353535;
  font-size: 120%;
  line-height: 1.4; 
  text-rendering: optimizelegibility;
  }

/* Global Links */

a { 
  color: #535353; 
  text-decoration: none;
  }
     
a:focus,
a:hover { 
  color: #00a950; 
  outline: none; 
  text-decoration: none; 
  }
 

/* Firefox Seleted Text */

::-moz-selection,
::selection {
 background: #0074d1;
 color: #fff; 
 } 	
   

/* Headings */

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;  
  color: #404040;
  margin-bottom: .35em;
  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: 2.25em;    } 
  h2 { font-size: 2em; } 
  h3 { font-size: 1.75em;  } 
  h4 { font-size: 1.5em; } 
  h5 { font-size: 1.25em;  }
  h6 { font-size: 1em;    }
  }

/* Text elements */

p           { margin: 0 0 1em;  }

small { font-size: .8em; }

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; }




