@font-face {
   font-family: 'trilogyicons';
   src:  url('https://d1azc1qln24ryf.cloudfront.net/31537/Trilogy/Trilogy-Icons.eot?9joqec');
   src:  url('https://d1azc1qln24ryf.cloudfront.net/31537/Trilogy/Trilogy-Icons.eot?9joqec#iefix') format('embedded-opentype'),
   url('https://d1azc1qln24ryf.cloudfront.net/31537/Trilogy/Trilogy-Icons.woff2?9joqec') format('woff2'),
   url('https://d1azc1qln24ryf.cloudfront.net/31537/Trilogy/Trilogy-Icons.ttf?9joqec') format('truetype'),
   url('https://d1azc1qln24ryf.cloudfront.net/31537/Trilogy/Trilogy-Icons.woff?9joqec') format('woff'),
   url('https://d1azc1qln24ryf.cloudfront.net/31537/Trilogy/Trilogy-Icons.svg?9joqec#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: #00bca8; 
   color: white;
   font-size: 16px;
   height: 16px;
   width: 16px;
   margin: 0 0 0 .25em;
   text-align: center;
   line-height: 16px;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   display: inline-block;
   padding: 10px;
   -webkit-transition: all .35s ease-in-out;
   -moz-transition:    all .35s ease-in-out;
   -o-transition:      all .35s ease-in-out;
   -ms-transition:     all .35s ease-in-out;
   transition:         all .35s ease-in-out; 
}

.icons.circle:hover {
   color: white;
   background-color: #ff6900;
   -moz-transform: scale(1.15);
   -webkit-transform: scale(1.15);
   -o-transform: scale(1.15);
   -ms-transform: scale(1.15);
   transform: scale(1.15);   
}

body { 
   font: 16px/1.4 'proxima-nova', sans-serif;
   font-weight: 400;
   text-align: left; 
   color: #000; }  
  
.strong { font-weight: 700; }

/* Global Links
------------------------------------ */

a { 
  color: #00bca8; 
  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: #ff6900; 
  outline: none; 
  text-decoration: none; }
  
.button {
   background: #501072;
   padding: .4em 1.0em;
   display: inline-block;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 1px;
   color: white; }
   
   .button:hover {
      background: #ff6900; 
      color: white; }
      
   .button.large {
       width: 100%;
      text-align: center;
      padding: 1em 0; }
      
.button.more {
   margin-top: 1em;
   font-size: 80%;
   background: white;
   color: #00bca8;
   border: 2px #00bca8 solid; }
   
   .promo:hover .button.more {
      background: #00bca8;
      color: white; }

   .button.more:hover {
      border: 2px #ff6900 solid;
      background: #ff6900 !important;
      color: white; }
   

/* Firefox Seleted Text
------------------------------------ */
::-moz-selection {
  background: #501072;
  color: white; } 
::selection {
  background: #501072;
  color: white; } 	

/* Headings - Weights: 600,700
------------------------------------ */

h1, h2, h3, h4, h5, h6 { 
   font-family: brandon-grotesque, sans-serif;
   line-height: 1; 
   font-weight: 400;
   text-transform:none;
   letter-spacing: -1px;
   text-transform: normal;
   margin-bottom: .25em;
   color: #501072;}
h1 { font-size: 240%; }
h2 { font-size: 200%; margin-bottom: .5em;}
h2.heading { font-size: 240%; margin-bottom: .25em; }
h3 { font-size: 180%; color: #00bca8;} 
h4 { font-size: 150%;}
h5 { font-size: 110%; color: #444; margin-bottom: .5em; font-weight: 400; }
h1 a, h2 a, h3 a, h4 a  { color: #501072; }
   


/* 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         { vertical-align: super; font-size: smaller;  }
sub         { vertical-align: sub; font-size: smaller;  }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: none; }
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, article ol,
#content ul, #content 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; }
