/* GLOBAL */
html,
body {
	padding: 0;
	margin: 0;
	background-color: #1A1A1A;	/* Billingtos Color */
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}
div,
p {
	text-align: left;
	font-size: 16px;
}
h1 {
	text-align: center;
	font-weight: 300;
	font-size: 48px;
	letter-spacing: -1px;
	margin-top: 50px;
	margin-bottom: 50px;
}
h2 {
	text-align: left;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-bottom: 15px;
}
h3 {
	text-align: left;
	font-weight: 400;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4 {
	text-align: left;
	font-weight: 400;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}
blockquote {
	border-left: 4px solid #147832;
}
blockquote:before {
	color: #147832;
	content: "\201C";
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
label {
	font-weight: 400;
}
ul.indentlist li {
	padding-bottom: 5px;
}
a {
    cursor: pointer;
}
button.btn-action {
	width: 90%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	font-size: 32px;
	border-radius: 6px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bbb));
	background: -moz-linear-gradient(top, #fff, #bbb);
	background: linear-gradient(to bottom, #fff, #bbb);
	text-shadow: #fff 1px 1px 1px;
	color: #000;
	border: 1px solid #b3b3b3;
}
button.btn-action:hover,
button.btn-action:focus {
	background-color: #ddd;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7d7d7));
	background: -moz-linear-gradient(top, #fff, #d7d7d7);
	background: linear-gradient(to bottom, #fff, #d7d7d7);
}
button.btn-action:active {
	background: #bbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#bbb));
	background: -moz-linear-gradient(top, #bbb, #bbb);
	background: linear-gradient(to bottom, #bbb, #bbb);
}
button.btn-success {
	color: #fff;
	background-color: #147832;
	border-color: #147832;
}
.modal-content {
	color: #000;
}
.modal-backdrop {
	bottom: 0;
	position: fixed;
}


/* LINK COLORS */
a,
a:hover,
a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
}
a:hover {
	border-bottom-style: dotted;
}
.lightlink a,
.lightlink a:visited,
.darklink a.lightlink,
.darklink a.lightlink:visited,
.darklink a,
.darklink a:visited,
.lightlink a.darklink,
.lightlink a.darklink:visited {
	border-bottom-style: dotted;
}
.lightlink a:hover,
.darklink a.lightlink:hover,
.darklink a:hover,
.lightlink a.darklink:hover {
	border-bottom-style: solid;
}
a.pdf {
	padding-right: 23px;
	background: transparent url(pdf.png) no-repeat center right;
}
a.ext {
	padding-right: 20px;
	background: transparent url(ext.png) no-repeat center right;
}



/* TWEAK BOOTSTRAP */
.container {
	background-color: inherit;
}
.img-responsive {
	margin-top: 10px;
	margin-bottom: 40px;
	margin: 0 auto;
	display: inline;
}
.navbar {
	border-radius: 0px;
	margin-bottom: 0;
	border: 0px;
}
.navbar-collapse {
	border: 0px;
}




/* GENERIC CLASSES */
.clickable {
	cursor: pointer;
}
.col-pull-right {
	float: right;
}
.col-pull-left {
	float: left;
}
.col-phone-right {
	float: right;
	margin-bottom: -1em;
	margin-right: 27px;
	margin-top: -5px;
	color: #000;
	font-size: 100%;
	font-weight: 700;
}
.bottom20 {
	padding-bottom: 20px;
}
.bottom30 {
	padding-bottom: 30px;
}
.bottom50 {
	padding-bottom: 50px;
}
.top50 {
	padding-top: 50px;
}
.padleft30 {
	padding-left: 30px;
}
.padright30 {
	padding-right: 30px;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.titlelist {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.infoquote {
	max-width: 350px;
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 70px;
	margin-bottom: 50px;
	background-color: #147832;
	color: #fff;
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 40px;
	border: 0;
    border-radius: 10px;
    float: right;
}
.greenquote {
	background-color: #147832;
	color: #fff;
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	border: 0;
    border-radius: 10px;
}
.whitequote {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	color: #000;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 30px;
	border: 0;
	border-radius: 10px;
}
.darkwhitequote {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ddd;
	color: #000;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 30px;
	border: 0;
    border-radius: 10px;
}
.icon-48px {
	max-width: 48px;
	max-height: 48px;
	margin-right: 10px;
}
.icon-48px-2x {
	max-width: 24px;
	max-height: 24px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.logo-copyright-2x {
	max-width: 100px;
	max-height: 68px;
}
.logo-professional {
	vertical-align: middle;
}
.image-link:hover {
	border-bottom-width: 0;
	border-bottom-style: none;
}
.nopadding-top {
	padding-top: 0 !important;
}
.nopadding-bottom {
	padding-bottom: 0 !important;
}
.nomargin-top {
	margin-top: 0 !important;
}
.nomargin-bottom {
	margin-bottom: 0 !important;
}
.alignmenttable td {
	vertical-align: top;
	padding-right: 15px;
}
.tablelines th,
.tablelines td {
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text120 p {
	font-size: 120%;
}
.text120 {
	font-size: 120%;
}
.nodecoration:hover {
	text-decoration: underline;
	border-bottom-width: 0;
}
.specialoffertitle {
	font-weight: bold;
}
.specialoffer {
	font-weight: bold;
}
.spacedlarge {
	font-size: 110%;
	padding-top: 20px;
}
.spacedlarge ul {
	padding-bottom: 25px;
}



/* PANNEL TWEAKS */
.panel {
	color: #000;
}
.panel.panel-green {
	border: 1px solid #147832;
}
.panel .panel-heading {
	background-color: #ddd;
}
.panel.panel-green .panel-heading {
	color: #fff;
	background-color: #147832;
}
.panel .panel-heading h2.panel-title {
	font-weight: 400;
	font-size: 32px;
}
.panel .panel-heading h3.panel-title {
	font-weight: 400;
	font-size: 24px;
}
.panel table.table {
	margin-bottom: 0px;
}
.panel table.table tbody tr td {
	vertical-align: middle;
}
.panel table.table thead tr th,
.panel table.table tbody+tbody {
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.panel table.table thead tr th,
.panel table.table tbody tr.tablehead {
	font-weight: 700;
	background-color: #eee;
}
.panel table.table tbody tr.subtotal {
	color: #fff;
	background-color: #147832;
	font-weight: 700;
	font-size: 20px;
}
.panel table.table tbody tr.subtotal sup {
	font-weight: 400;
	font-size: 60%;
}
.panel table.table tbody tr.subtotalext {
	color: #000;
	background-color: #ddd;
	font-weight: 400;
	font-size: 20px;
}
.panel table.table tbody tr.tabletitle {
	font-weight: 400;
	font-size: 24px;
}
.panel table.table tbody tr.tabletitle td {
	text-align: center;
	background-color: #ddd;
	color: #000;
	border-top: 1px solid #bbb;
}
.panel table.table tbody tr.grandtotal {
	background-color: #bbb;
	color: #000;
	border-top: 1px solid #147832;
	font-weight: 700;
	font-size: 20px;
}
.panel table.table tbody tr.subitem td {
	padding-left: 20px;
}
.panel .nav-tabs li a,
.panel .nav-tabs li a:hover {
	cursor: pointer;
}


/* TABLE STYLE */
table>thead>tr>td, table>thead>tr>th,
table>tbody>tr>td, table>tbody>tr>th,
table>tfoot>tr>td, table>tfoot>tr>th {
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
table>thead>tr>td, table>thead>tr>th,
table>tfoot>tr>td, table>tfoot>tr>th {
	font-weight: 700;
}
table.tabledoubleline {
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #fff;
}
table>tbody>tr>td.tabledoubleline {
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #fff;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #fff;
}

/* SPECIFIC OBJECTS */
#credentials {
	margin-top: -10px;
	padding-left: 10px;
}
#menubar {
	padding-bottom: 15px;
}
#nestegg {
	max-width: 300px;
}
#allisonbillingtonphoto {
	border: 1px solid #1A1A1A;
}



/* COLORS */
.darkcolor {
	background-color: #147832; /* the green */
	color: #fff;
	padding-top: 15px;
	padding-bottom: 70px;
}
.white {
	background-color: #fff;
	color: #000;
	padding-top: 15px;
	padding-bottom: 70px;

}
.darkwhite {
	background-color: #ddd;
	color: #000;
	padding-top: 15px;
	padding-bottom: 70px;
}
.lightgrey {
	background-color: #323232;	/* 1 step darker than Accounting */
	color: #fff;
	padding-top: 60px;
	padding-bottom: 50px;
}
.darkgrey {
	background-color: #1A1A1A;	/* Billingtos Color */
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}



/* HEADER */
.logo {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 50px;
	vertical-align: middle;
}
.logo img {
	vertical-align: middle;
}
.headerlinetop {
	border-bottom: 7px solid #000;
}
.headerlinebottom {
	border-bottom: 3px solid #000;
	padding-bottom: 0;
	padding-top: 5px;
}



/* TABS */
ul.nav.nav-tabs {
	padding-left: 5px;
	border-bottom: 1px solid #147832;
	font-weight: 700;
	font-size: 18px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #000;
	background-color: #eee;
	border-top-color: #147832;
	border-left-color: #147832;
	border-right-color: #147832;
	border-bottom-color: transparent;
}
.nav-tabs>li>a {
	color: #555;
	border-top-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
	border-top-color: #147832;
	border-left-color: #147832;
	border-right-color: #147832;
	border-bottom-color: transparent;
}



/* HEADER - NAV */
ul.nav.nav-pills {
	padding-top: 25px;
	margin-top: 0.5em;
}
ul.nav.nav-pills > li {
	margin-left: 2px;
}
/* default for ALL top menus states */
ul.nav.nav-pills > li.active > a,
ul.nav.nav-pills > li.active > a:hover,
ul.nav.nav-pills > li.active > a:focus,
ul.nav.nav-pills > li > a,
ul.nav.nav-pills > li > a:hover,
ul.nav.nav-pills > li > a:focus {
	color: #000;
	background-color: inherit;
	border-radius: 0;
	font-size: 16px;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*text-transform: uppercase;*/
	margin-top: 0;
	margin-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
}
/* active without hover - change the border color */
ul.nav.nav-pills > li.active > a,
ul.nav.nav-pills > li.active > a:focus {
	border-top-color: #147832;
	border-bottom-color: #147832;
}
/* hover (with or without active) - change the background, border and text color */
ul.nav.nav-pills > li.active > a:hover,
ul.nav.nav-pills > li > a:hover {
	color: #fff;
	background-color: #147832;
	border-top-color: #147832;
	border-bottom-color: #147832;
}

/* Double Button - link and caret padding helpers */
ul.nav.nav-pills > li.dropdown > a.link-menu {
	display: inline-block;
	padding-right: 5px;
	padding-left: 8px;
}
ul.nav.nav-pills > li.dropdown > a.link-caret {
	display: inline-block;
	padding-left: 6px;		/* 5px + 1 for dotted white seperator */
	padding-right: 8px;
}
/* Double Button - default style */
ul.nav.nav-pills > li.dropdown > a.link-menu,
ul.nav.nav-pills > li.dropdown > a.link-caret {
	color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* Double Button - active without hover */
ul.nav.nav-pills > li.active > a.link-menu,
ul.nav.nav-pills > li.active > a.link-caret {
	border-top-color: #147832;
	border-bottom-color: #147832;
}
/* Double Button - hovers (with or without active) and and Open */
ul.nav.nav-pills > li.dropdown:hover > a.link-menu,
ul.nav.nav-pills > li.dropdown:hover > a.link-caret,
ul.nav.nav-pills > li.dropdown > a.link-menu:hover,
ul.nav.nav-pills > li.dropdown > a.link-caret:hover,
ul.nav.nav-pills > li.open > a.link-menu,
ul.nav.nav-pills > li.open > a.link-menu:hover,
ul.nav.nav-pills > li.open > a.link-caret,
ul.nav.nav-pills > li.open > a.link-caret:hover {
	color: #fff;
	background-color: #147832;
	border-top-color: #147832;
	border-bottom-color: #147832;
}
ul.nav.nav-pills > li.dropdown:hover > a.link-caret,
ul.nav.nav-pills > li.open > a.link-caret {
	border-left: 1px dotted #fff;
	padding-left: 5px;
}
/* sub items - defaults */
ul.nav.nav-pills > li > ul > li > a,
ul.nav.nav-pills > li > ul > li > a:hover,
ul.nav.nav-pills > li > ul > li > a:focus {
	color: #000;
	background-color: inherit;
	border-radius: 0;
	font-size: 16px;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
}
/* sub items - hover changes */
ul.nav.nav-pills > li > ul > li > a:hover {
	color: #fff;
	background-color: #147832;
}



/* TAG LINES */
.tagline {
	text-align: center;
	letter-spacing: -1px;
	margin-top: 70px;
	margin-bottom: 30px;
	font-weight: 400;
}
.subtagline {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 70px;
}



/* FOOTER - SITEMAP */
.sitelogo {
	padding-top: 0;
	padding-bottom: 10px;
}
.copyright {
	color: #bbb;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
}
.limitedliability {
	color: #bbb;
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 10pt;
	font-weight: 300;
	text-decoration: none;
}
.sitemap {
	list-style: none;
	padding-bottom: 25px;
	padding-left: 0;
}
.sitemap li.sitehead {
	margin-bottom: 15px;
}
.sitemap li.sitehead a {
	color: #fff;
	font-weight: 400;
	padding-top: 10px;
}
.sitemap li {
	margin-bottom: 4px;
}
.sitemap li a {
	font-weight: 300;
	color: #bbb;
	text-decoration: none;
}
.sitemap li a:hover {
	color: #eee;
	border-bottom: 1px dotted #eee;
}



/* FOOTER */
.footer {
	text-align: center;
	color: #888;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}



/* IPAD TWEAKS */
@media screen and (max-width: 991px) {
	/* center the logo */
	.img-responsive {
		display: inherit;
	}
	.col-pull-left {
		/*display: inline-block;*/
		float: inherit;
	}
	/* center the sitemap */
	.col-pull-right {
		display: inline-block;
		float: inherit;
	}
	.padright30,
	.padleft30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* MOBILE/iPHONE TWEAKS */
@media screen and (max-width: 560px) {
	h1 {
		font-size: 42px;
	}
	.infoquote {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	ul.nav.nav-pills > li {
		float: none;
	}
	ul.nav.nav-pills > li {
		width: 100%;
	}
	ul.nav.nav-pills > li > a {
		width: 75%;
	}
	ul.nav.nav-pills,
	ul.nav.nav-pills li.dropdown,
	ul.nav.nav-pills li.dropdown ul.dropdown-menu,
	ul.nav.nav-pills li.dropdown ul.dropdown-menu li  {
		width: 100%;
		text-align: center;
	}
	ul.nav.nav-pills li.dropdown a.link-menu {
		width: 75%;
	}
	ul.nav.nav-pills li.dropdown a.link-caret {
		width: 25%;
	}
}