@charset "utf-8";
/*
<!DOCTYPE stylesheet "Level 2 Revision 1 (CSS 2.1) Specification" "http://www.w3.org/TR/CSS21/">

title:   reset.css
purpose: These styles "zero out" most browser default settings and helps create a common look across most browsing platforms.

*/
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
a,abbr,address,cite,code,del,dfn,em,
img,ins,kbd,q,samp,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
/* HTML5 */ article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video 
{
  background:transparent;
  border:0;
  font-size:100%;
  outline:0;
  vertical-align:baseline;
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {display:block;}

html{overflow:scroll;font-size:100.01%;background:#fff;height:100%;}

body{color:#000;line-height:1;min-height:100%;}

ol,ul{list-style:none;}

blockquote,q{quotes:none;}

blockquote:before,blockquote:after,q:before,q:after{content: '';content:none;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

table{border-collapse:collapse;border-spacing:0;empty-cells:show;}

th,td{vertical-align:top;}

cite,address{font-style:normal;}

caption,td,th{font-weight:normal;text-align:left;}

object{display:block;}

:focus{outline:0;}

ins{text-decoration:none;}

del{text-decoration:line-through;}

input,textarea,select{font-size:100%;}

/* legend{color:#000;} */

b,strong{font-weight:bold;}

i,em{font-style:italic;}

/* put some of these back for BD */
.bd-block { display:inline !important; }
.bd-block ul {list-style:disc !important;margin-left:1em !important;}
.bd-block ol {list-style:decimal !important;margin-left:1em !important;}
.bd-block li {margin-left:1em !important;}

/* Declaring this too */
img, .client_image { max-width: 100%; }

.nc { width:1px; text-indent:2px; overflow:hidden; height:1px; }
