@import url("normalize.css");
/* ------------------------------------------------------
 * FUEL Boilerplate CSS - last updated 2/8/2012
 * ------------------------------------------------------
 *
 * Adapted from HTML5 Boilerplate: h5bp.com/css
 * 
 * CSS ORGANIZATION:
 * 
 * - GENERIC HELPERS
 * - GLOBAL
 * - LAYOUTS
 * - BLOCKS
 * - SECTIONS & PAGES
 * - PLUGINS
 * - MISC & ERRORS
 * 
 * Quickly navigate to a section by using FIND. Type $block to navigate to blocks section.
 * 
 */
/* IMPORTS *//* @import url("blog.css"); - Uncomment if you're using the Fuel blog */
/***************************************************
 $LESS HELPERS 
***************************************************/
/***************************************************
 $GENERIC HELPERS 
***************************************************/
/* SELECTION COLORS */
::-moz-selection, ::selection {
  background: #424ab7;
  color: #fff;
  text-shadow: none;
}
/* IMAGE REPLACEMENT - sets all you need for replacing text with an image. Just set your 'background-image', width and height. */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.ir a, a.ir {
  display: block;
  height: 100%;
}
/* HIDE STUFF */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* CLEAR FIX */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* FUEL CLASSES */
/* for form */
div.error, li.error, ul.error {
  background-color: #c30;
  color: #fff;
  padding: 2px 5px;
}
span.error_highlight input, span.error_highlight textarea, span.error_highlight select {
  border: 2px solid #c30;
}
/* for ckeditor */
.ckeditor {
  background-color: #fff;
  padding: 5px;
  color: #000;
  font-size: 12px;
}
/* floats */
.flt_r {
  float: right;
}
.flt_l {
  float: left;
}
.flt_none {
  float: none;
}
/* lists */
.arrowquote {
  list-style-type: none;
}
.arrowquote li {
  position: relative;
}
.arrowquote li:before {
  position: absolute;
  content: "\00bb";
  left: -18px;
}
/* horizontal rule */
hr {
  margin: 40px 0;
}
/***************************************************/
/* !$ GRID === */
/***************************************************/
.col_1-3 {
  width: 315px;
}
.col_2-3 {
  width: 652px;
}
.col_1-3, .col_2-3 {
  margin: 0 11px;
  display: inline;
  float: left;
  overflow: hidden;
}
.oldie .col_1-3, .oldie .col_2-3 {
  margin: 0 8px;
}
.col_1-3:first-child, .col_2-3:first-child {
  margin-left: 0 !important;
}
.col_1-3:last-child, .col_2-3:last-child {
  margin-right: 0 !important;
}
.row {
  width: 990px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
/***************************************************
 $GLOBAL
***************************************************/
/* BASIC LAYOUT */
html, body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
html {
  background-color: #3d3e47;
}
body {
  background: #e8e9ee url(../images/_template_brushed_bg.jpg) repeat-x left 150px;
}
.wrapper {
  width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}
/* TYPE */
body {
  font: normal 18px/26px "chaparral-pro", Georgia, serif;
  color: #25274a;
}
p {
  margin: 0 0 26px 0;
}
* + ul {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a:link, a:visited {
  color: #3b46cf;
  text-decoration: none;
}
a:hover, a:active {
  color: #981726;
  text-decoration: none;
}
/* more link */
a.more {
  color: #242967;
  font-weight: bold;
}
a.more:hover, .home a.more:hover {
  color: #981726;
}
.home a.more {
  color: #3b46cf;
  font-weight: bold;
}
a.more:after {
  content: " \00bb";
}
/* type helper classes */
big, .big {
  font-size: 22px;
  line-height: 28px;
}
small, .small {
  font-size: 14px;
  line-height: 16px;
}
/* exo font */
h1,
h2,
h3,
h4,
h5,
h6,
.herotext,
.more,
#news_items .date,
.action_button,
#slider,
.feature_item,
#sidemenu {
  font-family: Exo, Arial, serif;
  text-shadow: 0 0 1px transparent;
}
/* ie exo font rendering fix */
.oldie #main h1,
.oldie h2,
.oldie h3,
.oldie h4,
.oldie h5,
.oldie h6,
.oldie .herotext,
.oldie .more,
.oldie #slider {
  background-color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='#ffffff')";
}
.oldie .herotext,
.oldie #main_menu > li > a,
.oldie #sidemenu a,
.oldie .feature_item p,
.oldie .feature_item .more {
  background-color: #242967;
  -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='#242967')";
}
.oldie .herotext.blue {
  background-color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='#ffffff')";
}
.oldie #main_menu ul a, .oldie #contact_login a {
  background-color: #242967;
}
.oldie #footer_nav a {
  background-color: #3d3e47;
  -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='#3d3e47')";
}
.oldie #news_items h3, .oldie #news_items li, .oldie #news_items .more {
  background-color: #d5d6df;
  -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='#d5d6df')";
}
.oldie .news #news_items h3,
.oldie .home #news_items h3,
.oldie .news #news_items li,
.oldie .home #news_items li,
.oldie .news #news_items .more,
.oldie .home #news_items .more {
  background-color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='#ffffff')";
}
.oldie .action_button {
  background-color: #981726;
}
/* header tags */
h1, h2, h3 {
  color: #797a86;
}
h1 {
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 25px;
}
h2 {
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 20px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 20px;
}
h4 {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 5px;
}
h5 {
  font-size: 15px;
  line-height: 16px;
  margin: 0;
}
h6 {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
}
/* colors */
.blue {
  color: #242967;
}
/* hero text */
.herotext {
  font-size: 58px;
  line-height: 66px;
  font-weight: bold;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.herotext.blue {
  color: #242967;
  text-shadow: 0 0 6px #e1ffff;
}
.herotext.standout {
  text-shadow: 0 0 10px #000000;
}
/* ie fix */
.oldie .herotext {
  zoom: 1;
  background-color: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(Color=#000000) progid:DXImageTransform.Microsoft.Glow(Color=#000000, Strength=3)";
  filter: progid:dximagetransform.microsoft.chroma(Color=#000000) progid:dximagetransform.microsoft.glow(Color=#000000, Strength=3);
}
/* .herotext.standout { background-color: rgba(36,41,103,0.8); padding: 20px; margin-left: -15px } */
/* BUTTONS & REPEATABLE ELEMENTS */
/* action button */
a.action_button {
  position: relative;
  display: block;
  padding: 0;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ad1a2b), to(#7a1521));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ad1a2b, #7a1521);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ad1a2b, #7a1521);
  /* IE 10 */
  background: -ms-linear-gradient(top, #ad1a2b, #7a1521);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ad1a2b, #7a1521);
  width: 146px;
  text-align: center;
}
a.action_button:before {
  display: block;
  content: "";
  height: 50px;
  width: 146px;
  position: absolute;
  left: 0;
  right: 0;
  background: url('../images/home_learn_more_texture.png') repeat-x center center;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5) inset, 0 0 0 6px rgba(255, 0, 33, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5) inset, 0 0 0 6px rgba(255, 0, 33, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5) inset, 0 0 0 6px rgba(255, 0, 33, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.5);
}
a.action_button:hover {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7a1521), to(#ad1a2b));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #7a1521, #ad1a2b);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #7a1521, #ad1a2b);
  /* IE 10 */
  background: -ms-linear-gradient(top, #7a1521, #ad1a2b);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #7a1521, #ad1a2b);
}
/* type */
a.action_button {
  font-size: 19px;
  line-height: 50px;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.7), 1px 1px 1px rgba(255, 255, 255, 0.3);
}
a.action_button:hover {
  text-decoration: none;
}
/* ie image fallback */
.oldie a.action_button:before {
  display: none;
}
.oldie a.action_button {
  display: block;
  background: url(../images/_template_button_learnmore.png) no-repeat center center;
}
/***************************************************
 $LAYOUTS
***************************************************/
/* CENTER IN THE UNKNOWN - http://css-tricks.com/centering-in-the-unknown/ */
/* This parent can be any width and height */
.center_unknown {
  text-align: center;
}
/* The ghost, nudged to maintain perfect centering */
.center_unknown:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
/* The element to be centered, can also be of any width and height */
.center_unknown * {
  display: inline-block;
  vertical-align: middle;
}
/* MAIN */
#main, #error_404 {
  padding-top: 25px;
  display: table;
}
#primary, #secondary {
  display: table-cell;
  vertical-align: top;
}
#primary {
  width: 580px;
  padding: 35px 35px 60px;
  background-color: #ffffff;
}
#secondary {
  width: 315px;
  padding-right: 25px;
}
#bigpic {
  width: 990px;
  padding: 25px 0 0;
  margin: 0 auto;
  height: 315px;
  position: relative;
}
#bigpic:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
#bigpic img {
  position: absolute;
  left: 0;
  top: 25px;
}
#bigpic div.herotext {
  width: 500px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  position: relative;
}
/* ie7 layout fix */
.ie7 #main, .ie7 #error_404 {
  padding-top: 25px;
  display: block;
}
.ie7 #primary, .ie7 #secondary {
  display: block;
  float: left;
}
/***************************************************
 $BLOCKS
***************************************************/
/* HEADER 
---------------------*/
#header, #header #background_glow {
  height: 150px;
}
#header {
  background: #242967 url(../images/_template_header_bg.png) repeat-x left top;
}
#header #background_glow {
  min-width: 100%;
  background: transparent url(../images/_template_header_bgglow.png) no-repeat center top;
}
#sitetitle {
  margin: 0;
  width: 307px;
  height: 102px;
  background-image: url(../images/_template_header_logo.png);
  background-position: center bottom;
  float: left;
  padding-top: 12px;
}
/* NAV 
--------------------- */
#nav {
  width: 600px;
  height: 120px;
  float: right;
  position: relative;
  z-index: 999999;
}
/* main menu */
#nav #main_menu {
  position: absolute;
  right: -15px;
  bottom: 0;
}
#nav #main_menu > li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
}
#nav #main_menu li ul {
  display: none;
  position: absolute;
  left: 0;
  white-space: nowrap;
  padding-top: 2px;
}
#nav #main_menu li ul li {
  border-bottom: 1px solid #a3a5ad;
}
#nav #main_menu li ul li:last-child {
  border-bottom: none;
}
#nav #main_menu li ul a {
  background-color: #242967;
}
#nav #main_menu li ul a:hover {
  background-color: #424ab7;
}
#nav #main_menu li:hover ul {
  display: block;
}
/* type */
#nav {
  font-family: Arial, sans-serif;
  color: #ffffff;
}
#nav a {
  font: bold 20px/38px Exo, Arial, sans-serif;
  color: #fff;
  height: 38px;
  display: block;
  padding: 0 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}
#nav li.active > a {
  color: #646ed5;
}
#nav a:hover, #nav #main_menu li:hover > a {
  background-color: #26262e;
  text-decoration: none;
}
#nav #main_menu ul a {
  font-size: 18px;
  font-weight: normal;
  padding: 0 22px;
}
/* contact / login area */
#contact_login {
  float: right;
}
#contact_login li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 22px;
}
/* type */
#contact_login {
  font-size: 12px;
  line-height: 36px;
  color: #e7e8ee;
}
#contact_login a {
  font-size: 15px;
  padding-top: 2px;
  height: 36px;
  background-color: #25274a;
  background-color: rgba(37, 39, 74, 0.7);
}
/* SIDEMENU 
--------------------- */
#sidemenu {
  margin: 0 0 27px 0;
  padding: 0;
  list-style-type: none;
}
/* less hover gradient colors -->*/#sidemenu li {
  background: #242967;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#272b6e), to(#232762));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #272b6e, #232762);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #272b6e, #232762);
  /* IE 10 */
  background: -ms-linear-gradient(top, #272b6e, #232762);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #272b6e, #232762);
  border-bottom: 2px solid #2b317c;
}
#sidemenu li:hover {
  background: #323991;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#262b6d), color-stop(0.15, #323991), to(#282c71));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(left, #262b6d, #323991 15%, #282c71);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #262b6d, #323991 15%, #282c71);
  /* IE 10 */
  background: -ms-linear-gradient(left, #262b6d, #323991 15%, #282c71);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #262b6d, #323991 15%, #282c71);
}
#sidemenu li:last-child {
  border-bottom: 4px solid #2b317c;
}
#sidemenu li a {
  display: block;
  padding: 0 60px 0 40px;
}
#sidemenu li a {
  background: url(../images/_template_sidemenu_arrow.png) no-repeat 264px center;
}
/* type */
#sidemenu a {
  font-size: 20px;
  line-height: 60px;
  color: #ffffff;
}
#sidemenu a:hover {
  text-decoration: none;
}
#sidemenu li.active a {
  color: #646ed5;
}
/* NEWS HIGHLIGHT & NEWS LIST (SIDEBAR)
--------------------- */
#news_items {
  background: #d5d6df;
  margin-bottom: 27px;
  position: relative;
}
#news_items h3 {
  padding: 35px 35px 10px;
  margin-bottom: 0;
}
#news_items .more {
  padding: 10px 35px 25px;
  display: block;
}
#news_items ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#news_items ul li {
  padding: 10px 35px;
  display: none;
}
#news_items ul li.show {
  display: block;
}
/* type */
#news_items .date {
  font-size: 13px;
  font-weight: bold;
}
/* FOOTER 
--------------------- */
#footer {
  min-height: 210px;
  padding: 10px 0;
  background: #3d3e47 url(../images/_template_footer_topshadow.jpg) repeat-x left top;
}
/* type */
#footer {
  font-family: Arial, sans-serif;
  color: #999999;
}
#footer a {
  color: #999;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
}
/* copyright section */
#footer #copyright p {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
}
/* type */
#footer #copyright {
  font-size: 10px;
  padding-bottom: 30px;
}
/* footer nav */
#footer_menu {
  width: 600px;
  float: left;
}
#footer_menu > li {
  display: block;
  float: left;
  width: 115px;
  margin-right: 10px;
}
#footer_menu > li:last-child {
  width: 130px;
}
#footer_menu ul {
  padding-top: 12px;
}
#footer_menu ul li {
  margin-bottom: 8px;
}
/* type */
#footer_menu > li > a {
  font: bold 15px/18px Exo, Arial, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 1px transparent;
}
#footer_menu ul li {
  font-size: 13px;
  line-height: 16px;
}
/* social nav */
#social {
  width: 240px;
  float: right;
}
#social li {
  display: block;
  float: right;
  height: 36px;
  margin-left: 10px;
}
.facebook,
.twitter,
.linkedin,
.flickr,
.youtube {
  display: block;
  width: 35px;
  height: 36px;
  background-image: url(../images/_template_social_sprite.png);
  background-position: left top;
}
.twitter:hover {
  background-position: left bottom;
}
.facebook {
  background-position: -35px top;
}
.facebook:hover {
  background-position: -35px bottom;
}
.linkedin {
  background-position: -70px top;
}
.linkedin:hover {
  background-position: -70px bottom;
}
.flickr {
  background-position: -105px top;
}
.flickr:hover {
  background-position: -105px bottom;
}
.youtube {
  background-position: -140px top;
}
.youtube:hover {
  background-position: -140px bottom;
}
/***************************************************
 $SECTIONS & PAGES
***************************************************/
/* HOME 
-------------------------*/
/* type */
.home .blurb {
  font-size: 22px;
  line-height: 36px;
  margin-top: 5px;
}
/* home slider */
#slider, #slider li {
  width: 990px;
  height: 495px;
  overflow: hidden;
  position: relative;
}
#slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#slider li:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  width: 990px;
  height: 1px;
  background-color: rgba(179, 180, 188, 0.3);
}
#slider img {
  position: absolute;
  top: 0;
  left: 0;
}
#slider .herotext, #slider a {
  position: relative;
  z-index: 999;
}
#slider .herotext {
  width: 500px;
  margin: 65px 0 0 65px;
}
#slider a {
  margin: 30px 0 0 65px;
}
#slider #pager {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  right: 20px;
}
#slider #pager a {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  display: inline-block;
  height: 11px;
  width: 12px;
  margin-left: 7px;
  background: url(../images/_template_slider_pager_sprite.png) no-repeat center top;
}
#slider #pager a.activeSlide {
  background-position: center bottom;
}
/* type */
#slider {
  color: #ffffff;
}
/* feature buckets */
.home #features {
  padding: 24px 0;
}
.home #features .feature_item article {
  background: #1f2254;
  /* <-- fallback color */
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a1d45), to(#232661));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #1a1d45, #232661);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #1a1d45, #232661);
  /* IE 10 */
  background: -ms-linear-gradient(top, #1a1d45, #232661);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #1a1d45, #232661);
  height: 78px;
  padding: 15px 25px 15px;
}
/* type */
.home #features .feature_item {
  font-size: 16px;
  color: #b7b8c1;
}
.home #features .feature_item strong {
  color: #ffffff;
}
/* home recent news block */
.home #news_items {
  background-color: #fefefe;
  margin: 0;
  position: relative;
  height: 26px;
  padding: 20px 50px;
  overflow: hidden;
}
.home #news_items ul {
  padding: 0;
  width: 780px;
  height: 26px;
  overflow: hidden;
}
.home #news_items ul li {
  padding: 0;
}
.home #news_items ul li {
  height: 26px;
}
/* type */
.home #news_items h3 {
  display: none;
}
.home #news_items li {
  width: 780px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.home #news_items .more {
  padding: 0;
  position: absolute;
  right: 50px;
  bottom: 20px;
}
/* ABOUT SECTION 
-------------------------*/
/* ABOUT PAGE */
#partners_table {
  border-collapse: collapse;
}
#partners_table td {
  border: 1px solid #d5d6df;
  text-align: center;
  vertical-align: middle;
}
#partners_table tr:first-child td {
  border-top: 0;
}
#partners_table tr:last-child td {
  border-bottom: 0;
}
#partners_table tr td:first-child {
  border-left: 0;
}
#partners_table tr td:last-child {
  border-right: 0;
}
#partners_table td {
  width: 195px;
  height: 115px;
}
/* news listing */
.news #news_items {
  background: transparent;
}
.news #news_items ul, .news #news_items li, .news #news_items h3 {
  padding-left: 0;
  padding-right: 0;
}
.news #news_items h3 {
  padding-top: 0;
}
.news #news_items ul li {
  display: block;
}
.news #news_items .more {
  display: none;
}
/* type */
.news #news_items {
  font-family: inherit;
}
.news #news_items .date {
  font-weight: bold;
  font-size: inherit;
}
/* ANOTHER SECTION 
-------------------------*/
/* THIS PAGE */
/* THAT PAGE */
/***************************************************
 $PLUGINS
***************************************************/
/***************************************************
 $MISC & ERRORS
***************************************************/
/* ERRORS */
#error_404 {
  height: 300px;
}
/* PRINT */
@media print {
  * {
    font-family: Helvetica, Arial, sans-serif;
  }
  #header,
  #footer,
  #secondary,
  #bigpic {
    display: none;
    visibility: hidden;
  }
  #primary {
    display: block;
    padding: 0;
    margin: 0;
    width: 90%;
  }
  /*	#primary:before { display:block; content: "Brisk Engineering - Creative Engineering. Innovative Solutions."; margin-bottom: 20px; font-size: 20px; font-weight:bold; font-style:italic; border-bottom: 1px solid #999; }
  */
}
