/* lg | lgwealthmanagementllc.com */

/* ---------- web fonts ---------- */
@font-face {
    font-family: 'libre_baskervilleregular';
    src: url('librebaskerville-regular.eot');
    src: url('librebaskerville-regular.eot?#iefix') format('embedded-opentype'),
         url('librebaskerville-regular.woff') format('woff'),
         url('librebaskerville-regular.ttf') format('truetype'),
         url('librebaskerville-regular.svg#libre_baskervilleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background: url("bg-texture.jpg") transparent;
	font-family: 'libre_baskervilleregular';
	font-size: 17px;
	line-height: 27px;
}
a, a:hover, a:focus {
	color: #5D80AE;
}
#container {
	background: url("bg-body.jpg") repeat-x scroll center top transparent;
	max-width: 100%;
	padding: 0;
}
#clientLogin {
	height: 40px;
	max-width: 980px;
	margin: 0 auto;
}
#clientLogin a {
	background: url("btn-clientlogin.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 30px;
	margin: 10px 20px 0 0;
	width: 120px;
}
#clientLogin a:hover {
	background: url("btn-clientlogin.png") no-repeat scroll 0 -30px transparent;
}
#clientLogin a span {
	display: none;
}
#headerContainer {
	background: none #F8F1D8;
	background-size: contain !important;
	margin: 0 auto;
	max-width: 980px;
	min-height: 100px !important;
}
#header {
	margin: 0 auto !important;
	max-width: 980px;
	min-height: 100px !important;
}
#header .header_masthead {
	margin: 19px 20px 0 20px;
	z-index: 10;
}
/* ---------- header image ---------- */
#headerImage {
	background-color: #F8F1D8;
	height: 380px;
	margin: 0 auto;
	max-width: 980px;	
}
body.custompage_ourteam #headerImage {
	background: url("slide-01.jpg") no-repeat scroll center;
	background-size: contain;
}
body.custompage_services #headerImage {
	background: url("slide-02.jpg") no-repeat scroll center;
	background-size: contain;
}
body.custompage_investmentprocess #headerImage {
	background: url("slide-03.jpg") no-repeat scroll center;
	background-size: contain;
}
body.custompage_benefitsofourfirm #headerImage {
	background: url("slide-01.jpg") no-repeat scroll center;
	background-size: contain;
}
body.custompage_electronicserviceagreement #headerImage {
	background: url("slide-01.jpg") no-repeat scroll center;
	background-size: contain;
}
body.contact_us #headerImage,
body.custompage_contactus #headerImage,
body.custompage_mapsofourlocations #headerImage {
	background: url("slide-03.jpg") no-repeat scroll center;
	background-size: contain;
}
body.market_watch #headerImage {
	background: url("slide-02.jpg") no-repeat scroll center;
	background-size: contain;
}
body.learning_center #headerImage,
body.research #headerImage,
body.calculators #headerImage,
body.newsletters #headerImage,
body.glossary #headerImage,
body.videos #headerImage,
body.tax_library #headerImage,
body.tax_forms #headerImage,
body.tax_rates #headerImage,
body.tax_publications #headerImage,
body.tax_glossary #headerImage,
body.tax_calendar #headerImage,
body.tax_strategies #headerImage {
	background: url("slide-02.jpg") no-repeat scroll center;
	background-size: contain;
}
/* ---------- rotating slideshow ---------- */
#sliderContainer {
	display: none; /* remove from interior pages */
	height: 380px;
	margin: 0;
	padding: 0;
	position: relative;
}
body.home #sliderContainer {
	display: block; /* display on home page only */
}
ul#sliderContainer li img {
	max-width: 100%;
}
/* ---------- navigation ---------- */
#navigationContainer {
	position: absolute;
	left: 0;
	right: 0;
	top: 72px;
	z-index: 1;
}
#navigation {
	background: transparent;
	border: none;
	font-size: 10px;
	left: 0;
	margin: 0 auto;
	max-width: 980px;
	padding: 0;
	right: 0;
}
#navigation ul {
	float: right;	
}
#navigation li.home {
	display: none;
}
#navigation li {
	border-left: 1px solid #E49956;
	float: left;
}
#navigation li a {
	color: #08578C;
	font-weight: bold;
	height: 31px;
	padding: 0.25em 0.75em;
	text-transform: uppercase;
	width: 90px;
}
#navigation li a:hover {
	color: #E49956;
}
#navigation .menu_content {
	background-color: #FFF;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	display: none;
	min-width: 16em;
	position: absolute;
	z-index: 49;
}
#navigation .menu_content li {
	border: none;
	display: block;
	float: none;
}
#navigation .menu_content a {
	border: medium none;
	color: #1B3F6F;
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
	text-transform: none;
	width: auto;
}
#navigation .menu_content a:hover {
	background-color: #5D80AE;
	color: #FFF;
	text-transform: none;
}
#navigation .addlinks {
	display: none !important;
}
#contentContainer {
	background-color: #F8F1D8;
	margin: 0 auto;
	max-width: 980px !important;
	overflow: hidden;
}
#contentWrapper {
	background: url("bg-contentContainer.jpg") repeat-x scroll center top #F8F1D8;
	float: left;
	margin: 0;
	min-height: 300px;
	padding: 0;
	width: 100%;
}
#sidebar {
	display: none; /* remove from interior pages */
}
body.home #sidebar {
	background: url("bg-contentContainer.jpg") repeat-x scroll center top #FFF;
	border-left: 2px dotted #5D80AE;
	color: #000;
	display: none;
	float: right;
	font-size: 16px;
	line-height: 24px;
	min-height: 580px;
	padding: 10px 0 30px;
	width: 358px;
}
#sidebar .module {
	margin: 0;
	padding: 20px 20px 0;
}
#sidebar .module_content {
	padding: 0;
}
#sidebar .additionalLinks, #sidebar .contact_us {
	display: none !important;
}
#sidebar h2 {
	color: #5D80AE;
	margin: 0;
	padding: 0;
}
#sidebar .contact_us .fax,
#sidebar .contact_us .email,
#sidebar .contact_us .address {
	margin: 0;
}
#content {
	color: #5D6C75;
	margin: 0;
	padding: 20px;
}
#content h1, #content h2, #content h3, #content h4 {
	color: #08578C;
	font-weight: normal;
}
#content h1 {
	font-size: 22px;
	margin-bottom: 1.25em;
}
#content h2 {
	font-size: 20px;
	margin-bottom: 1em;
}
#content h3 {
	font-size: 18px;
	margin-bottom: 0.5em;
}
#content h4 {
	font-size: 16px;
	margin-bottom: 0.5em;
}
#content .homePageText {
	color: #5D6C75;
}
#content p {
	text-align: justify;
}
.clear {
	clear: both;
}
.advisor {
	float: left;
	margin: 5px 20px 10px 0;
	width: 315px;
}
.advisor p {
	font-size: 16px;
	text-align: center !important;
}
.img-right {
	float: right;
	margin: 5px 0 10px 20px;
}
.img-left {
	float: left;
	margin: 5px 20px 10px 0;
}
p.footnote {
	color: #333;
	font-size: 10px;
	line-height: 16px;
	margin: 0 0 1em;
	position: static;
	text-align: left;
	top: 0;
}
.rule {
	border-bottom: 2px dotted #8B98BB;
}
a.email {
	text-decoration: underline;	
}
ul.dropdown_list {
	display: none; /* remove from desktop view */
    margin: 0;
    padding: 0;
}
ul.dropdown_list li {
	display: block;
    float: left;
    margin: 0 0.5em 1em;
    width: 48%;
}
ul.dropdown_list li a {
	display: block;
	background-color: #1B3F6F;
	color: #FFF;
	padding: 10px;
}
ul.dropdown_list li a:hover {
	background-color: #ADA897;
	color: #1B3F6F;
	text-decoration: none;
}
#addthisContainer, .footer_links {
	display: none;
}
#footerContainer {
	background-color: transparent;
}
#footer {
	background-color: #ADA897;
	color: #FFF;
	font-size: 13px;
	height: 70px;
	margin: 0 auto 70px;
	padding: 0;
	max-width: 980px;
}
#footer a, #footer a:hover {
	color: #FFF;
}
a.footerBtn {
	background-color: #08578C;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8BA8CA), color-stop(1, #325286));
	backgrounde: -o-linear-gradient(bottom, #8BA8CA 0%, #325286 100%);
	background: -moz-linear-gradient(bottom, #8BA8CA 0%, #325286 100%);
	background: -webkit-linear-gradient(bottom, #8BA8CA 0%, #325286 100%);
	background: -ms-linear-gradient(bottom, #8BA8CA 0%, #325286 100%);
	background: linear-gradient(to bottom, #8BA8CA 0%, #325286 100%);
	border-radius: 4px;
	height: 17px;
	padding: 12px;
	widows: 108px;
}
a.footerBtn:hover {
	background-color: #3e5c8e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6C9BCE), color-stop(1, #1E458E));
	background: -o-linear-gradient(bottom, #6C9BCE 0%, #1E458E 100%);
	background: -moz-linear-gradient(bottom, #6C9BCE 0%, #1E458E 100%);
	background: -webkit-linear-gradient(bottom, #6C9BCE 0%, #1E458E 100%);
	background: -ms-linear-gradient(bottom, #6C9BCE 0%, #1E458E 100%);
	background: linear-gradient(to bottom, #6C9BCE 0%, #1E458E 100%);
	text-decoration: none;
}
a.footerBtn span {
	text-shadow: 1px 2px 2px #000;	
}
ul.contactInfo li.website {
	display: none;
}
ul#contact-location, ul#location-map {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#contact-location li, ul#location-map li {
	float: none;
	margin: 0 auto 2em;
	width: 31%;
}
.servicesCol {
	background-color: #dfe4c8;
	border-right: 2px dotted #8B98BB;
	float: left;
	min-height: 1014px;
	width: 33.18%;
}
.servicesCol h4 {
	background-color: #d1d9b0;
	min-height:82px;
	padding: 20px;
}
.servicesCol .serviceSection {
	padding: 20px;
}
.servicesCol ul li {
	margin-top: 1em;
}
.leftContactCol {
	float: left;
	width: 68%;
}
.leftContactCol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftContactCol ul li {
	margin-bottom: 1.5em;
	overflow: hidden;
}
.leftContactCol .map {
	float: left;
	margin: 0 1em 0.5em 0;	
}
.rightContactCol {
	float: right;
	margin-top: 30px;
	width: 263px;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.fieldnames {
	color: #08578C;
	font-size: 12px;
	padding: 0 0 15px 5px;
}
body.custompage_investmentprocess ul li {
	color: #08578C;
	margin-bottom: 1em;
}
.learning_centerresearchindex h2,
.learning_centerresearchindex p,
.learning_centernewslettersindex h2,
.learning_centernewslettersindex p,
.tax_strategies h2,
.tax_strategies p.notes,
.tax_rates h2,
.tax_rates p.notes {
	display: none;
}
.learning_centerresearchindex .three_column_group,
.learning_centernewslettersindex .two_column_group {
	margin-top: 0;
}
.learning_centerresearchindex .three_column_group h2,
.learning_centernewslettersindex .two_column_group p {
	display: block !important;
}
/* MARKET WATCH */
.mWModule {
	background: none #FFF !important;
}
#marketWatch, #marketWatch DIV.title, #marketWatch .top {
	display: none;
}
#marketWatchModule #marketWatch {
	background: #FFF;
	display: block;
	height: 410px;
}
#marketWatch H2 {
	margin-bottom: 1em;
}
#marketWatch A {
	color: #5D80AE;
	font-family: 'libre_baskervilleregular';
	font-weight: bold;
	text-decoration: none;
}
#marketWatch A:hover {
	text-decoration: underline;
}
#marketWatch {
	text-align: left;
	font-family: 'libre_baskervilleregular';
}
#marketWatch DIV.text P {
	font-size: 10pt;
	color: #000;
}
#marketWatch DIV.text P A {
	font-size: 8pt;
	font-weight: normal;
}
#marketWatch DIV.text TD {
	font-size: 10px;
	padding: 0 5px 0 0;
}
#marketWatch DIV.text P.mwFooter {
	font-size: 10px;
	margin: 5px 0 0 0;
}
#marketWatch TD.up {
	color: #393;
	padding-left: 5px;
	white-space: nowrap;
}
#marketWatch TD.down {
	color: #C29E72;
	padding-left: 5px;
	white-space: nowrap;
}
#marketWatch FORM, #marketWatch P, #marketWatch TABLE {
	margin-bottom: 6px;
}
#marketWatch DIV.text P.note {
	color: #888888;
	font-size: 8pt;
	font-weight: normal;
}
iframe#module {
	height: 430px;
	width: 318px;
	padding: 0;
	overflow: hidden;
}
#marketwatch_iframeContainer {
	max-width: 98%;
	width: 98%;
}
@media only screen and (max-width: 980px) {
#headerImage, #sliderContainer {
	height: 373px;
}
}
@media only screen and (max-width: 800px) {
#headerImage, #sliderContainer {
	height: 305px;
}
#navigationContainer {
	height: 123px;
	position: static;
	top: 0 !important;	
}
#navigation {
	padding: 0;
	width: 100%;
}
#navigation ul {
	display: inline;
	width: 100%;
}
#navigation li {
	border: none;
	float: left;
	width: 50%;
}
#navigation li a {
	background-color: #1B3F6F;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	height: 3em;
	line-height: 34px;
	margin: 0 !important;
	padding: 0.5em 2.25em;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#navigation li a:hover, #navigation li a:focus {
	background-color: #F8F1D8;
	color: #E49956;
	text-decoration: none;
}
#navigationContainer .menu_content {
	display: none !important;
}
#contentWrapper {
	float: none;
	max-width: 100%;
	width: 100%;
}
#content .homePageText {
	font-size: 16px;
	line-height: 24px;
}
ul.dropdown_list {
	display: block;
}
#sidebar {
	display: none !important;
}
ul#contact-location, ul#location-map {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#contact-location li, ul#location-map li {
	float: none;
	margin: 0;
	width: 100%;
}
.servicesCol {
	border: none;
	float: none;
	margin-bottom: 1em;
	min-height: 10px;
	width: auto;
}
.servicesCol h4 {
	min-height:10px;
	padding: 20px;
}
.leftContactCol {
	width: 60%;
}
}
@media only screen and (max-width: 768px) {
#headerImage, #sliderContainer {
	height: 292px;
}
.leftContactCol {
	float: none;
	width: 100%;
}
.rightContactCol {
	float: none;
	margin: 3em auto 0;
}
}
@media only screen and (max-width: 670px) {
#headerImage, #header .contact_info {
	display: none !important;
}
ul.dropdown_list li {
	width: 47%;
}
}
@media only screen and (max-width: 600px) {
.leftContactCol ul, .leftContactCol ul li p {
	text-align: center !important;
}
.leftContactCol ul li {
	float: none;
}
.leftContactCol .map {
	float: none;
	margin: 0 0 0.5em 0;
}
}
@media only screen and (max-width: 480px) {
body {
	font-size: 13px;
	line-height: 23px;	
}
#header {
	background: transparent;
}
#navigationContainer {
	height: 247px;
}
#navigation li {
	border-bottom: 1px solid #FFF !important;
	width: 100% !important;
}
#navigation li a, #navigation li.home a, #navigation li a:hover, #navigation li a:focus, #navigation li.home a:focus {
	line-height: 34px !important;
	padding: 0.5em 2em !important;
}
#navigation li a:hover {
	background-color: #F8F1D8;
	color: #E49956 !important;
	text-decoration: none;
}
#navigation .contact_us {
	display: block;
}
#content .homePageText {
	font-size: 14px;
	line-height: 22px;
}
.advisor {
	float: none;
	margin: 0;
	width: auto;
}
.advisor p {
	font-size: 13px;
}
ul.dropdown_list li {
	width: 46.5%;
}
#footer {
	height: auto;
	padding: 20px;
}
#footer span {
	display: inline-block !important;
	float: none !important;
	padding: 0 !important;
}
}
@media only screen and (max-width: 384px) {
ul.dropdown_list li {
	width: 45.5%;
}
}
@media only screen and (max-width: 320px) {
#header .header_masthead {
	margin: 33px 19px;
}
#header img {
	max-width: 87%;
}
ul.dropdown_list li {
	float: none;
	width: 94.5%;
}
iframe {
	width: 263px;
}
}
