﻿
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/*
 * Scaffolding
 * Basic and global styles for generating a grid system, structural layout, and page templates
 * ------------------------------------------------------------------------------------------- */

html, body {
  background-color: #fff;
  height:100%; 
}

body {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
}


.hide {
  display: none;
}
.show {
  display: block;
}
a 
{ 
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.row {
  zoom: 1;
  margin-left:0;
  margin-right:0;
}
.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.row:after {
  clear: both;
}
[class*="span"] {
  display: inline;
  float: left;
  margin-left: 10px;
}
.span1 {
  width: 50px;
}
.span2 {
  width: 110px;
}
.span3 {
  width: 170px;
}
.span4 {
  width: 230px;
}
.span5 {
  width: 290px;
}
.span6 {
  width: 350px;
}
.span7 {
  width: 410px;
}
.span8 {
  width: 470px;
}
.span9 {
  width: 530px;
}
.span10 {
  width: 590px;
}
.span11 {
  width: 650px;
}
.span12 {
  width: 710px;
}
.span13 {
  width: 770px;
}
.span14 {
  width: 830px;
}
.span15 {
  width: 890px;
}
.span16 {
  width: 950px;
}
.span17 {
  width: 1000px;
}
.span18 {
  width: 1060px;
}
.span19 {
  width: 1120px;
}
.span20 {
  width: 1180px;
}
.span21 {
  width: 1240px;
}
.span22 {
  width: 1300px;
}
.span23 {
  width: 1360px;
}
.span24 {
  width: 1420px;
}
.offset1 {
  margin-left: 80px;
}
.offset2 {
  margin-left: 140px;
}
.offset3 {
  margin-left: 200px;
}
.offset4 {
  margin-left: 260px;
}
.offset5 {
  margin-left: 320px;
}
.offset6 {
  margin-left: 380px;
}
.offset7 {
  margin-left: 440px;
}
.offset8 {
  margin-left: 500px;
}
.offset9 {
  margin-left: 560px;
}
.offset10 {
  margin-left: 620px;
}
.offset11 {
  margin-left: 680px;
}
.offset12 {
  margin-left: 740px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfbfbf;
}
h1 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 22px;
  line-height: 36px;
}
h2 small {
  font-size: 14px;
}
h3,
h4,
h5,
h6 {
  line-height: 36px;
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}



ul.unstyled {
  list-style: none;
  margin-left: 0;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}



p {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 9px;
}
p small {
  font-size: 13px;
  color: #bfbfbf;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
html {
    scroll-behavior: auto !important;
}