body {
	color: #7f7f7f;
	margin-top: -70px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}

/*h1 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*/

.full-width-image-1 {
	background: url("../img/bg1.png") no-repeat center center;
	background-size: cover;
}

.full-width-image-2 {
    background: url("../img/bg2.png") no-repeat center center;
    background-size: cover;
}

.full-width-image-3 {
    background: url("../img/bg3.png") no-repeat center center;
    background-size: cover;
}

.full-width-image-4 {
    background: url("../img/bg4.png") no-repeat center center;
    background-size: cover;
}

.full-width-image-5 {
    background: url("../img/bg5.png") no-repeat center center;
    background-size: cover;
}

.full-width-image-6 {
    background: url("../img/bg6.png") no-repeat center center;
    background-size: cover;
}

.full-width-image-7 {
    background: url("../img/bg7.png") no-repeat center center;
    background-size: cover;
}

.full-width-image-8 {
    background: url("../img/bg8.png") no-repeat center center;
    background-size: cover;
}

.full-width-image-9 {
    background: url("../img/bg9.png") no-repeat center center;
    background-size: cover;
}

.business-table i {
    color: #fec633;
}
.business-table .center {
    text-align: center;
}

table.business-table > tbody > tr > :first-child {
    text-align: right;
    width: 47%;
}

table.business-table > tbody > tr > :last-child {
    width: 47%;
}

table.business-table > tbody > tr > * {
    padding-left: 10px;
    padding-right: 10px;
}

.section {
	padding-top: 60px;
	padding-bottom: 20px;
}

.section-heading {
	font-size: 2.2em;
	margin-top: 30px;
}

.section-lead {
	margin-top: 30px;
}

.section-paragraph {
	margin-top: 30px;
}

html, body {
  height: 100%;
}

#wrap {
    min-height: 100%;
}

#main {
  overflow: auto;
  /* padding-bottom: 63px; this needs to be bigger than footer height*/
  padding-top: 50px;
}

footer {
    height: 58px;
    margin-top: -3px; /* negative value of footer height */
    position: relative;
    clear: both;
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
    border-top: #7f7f7f 1px solid;
    border-bottom: #7f7f7f 1px solid;
}

.small {
	font-size: 0.9em;
}

.navancor {
	padding-bottom: 10px;
}

.navancor a {
	color: #7f7f7f;
	text-decoration: none;
}

.navancor a:active, .navancor a:hover {
	color: #7f7f7f;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffc000;
	text-decoration: underline;
}

/*.row a {
	color: #000000;
	text-decoration: underline;
}*/

.navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand {
	text-decoration: none;
}

.navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #eeeeee;
  border-bottom-color: #eeeeee;
}

.navbar-default .navbar-brand {
  color: #eeeeee;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

#logoTop {
    height: 40px;
    background-image: url("../img/logotop.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
    padding-top: 10px;
    padding-left: 48px;
}

#logoTop:hover {
    background-position: 0px -40px;
}

.dropdown-menu a {
    text-decoration: none;
}

.reg {
    font-size: 70%;
    line-height: 1em;
    vertical-align: super;
}

.navbar-default .navbar-nav > li > a {
  color: #eeeeee;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #6e6e6e;
}

.navbar-default {
  background-color: #7f7f7f;
  border-color: #6e6e6e;
}

.navbar-default .navbar-brand {
  color: #eeeeee;
}

.jumbotron h1 {
    padding-bottom: 20px;
}

.jumbotron p {
    font-size: 24px;
}

.jumbotron li {
    line-height: 1.4;
    font-size: 24px;
}

body {
    font-size: 15px;
    padding-top: 70px;
}

.productlogo {
    padding-top: 6px;
}

.portrait {
    margin: 0 auto;
}

small {
    font-size: 0.6em;
}

.jumbotron {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

.row li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

h1, h2, h3 {
    margin-top: 0px;
}

p {
    font-size: 18px;
}

.btn-brand {
    color: #eeeeee;
    background-color: #7f7f7f;
    border-color: #6e6e6e;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active,
.btn-brand.active,
.open .dropdown-toggle.btn-brand {
  color: #ffffff;
  background-color: #7f7f7f;
  border-color: #6e6e6e;
}

.calculator-fields {
  width: 350px;
  margin-bottom: 20px;
}

.calculator-fields .input-group-addon {
  width: 175px;
  text-align: right;
  font-size: 21px;
}

.calculator-fields .label-success {
  color: #ffffff;
}

.calculator-fields input{
  text-align: right;
  font-size: 21px;
}

.calculator-seperator {
  margin-top: 70px;
  margin-bottom: 20px;
  border-bottom: #cccccc 1px solid;
  padding-bottom: 40px !important;
}

.label-calculator {
  color: #a6a6a6;
  font-weight: normal;
  padding: .1em .45em .15em;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  font-size: 100%;
}

@media (max-width: 768px) {

.section-heading {
	font-size: 1.6em;
}

.section {
	padding-top: 25px;
	padding-bottom: 25px;
}

#logoTop {
	margin-left: 10px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
}

p {
    font-size: 15px;
}

}

.footerLinks {
	float: right;
	font-size: 15px;
}

.footerLinks a {
	color: #7f7f7f;
}

.footerLinks a.active {
	text-decoration: underline;
}