/* Google Webfonts */
@import url(http://fonts.googleapis.com/css?family=Playfair+Display|Playfair+Display+SC:700|Open+Sans+Condensed:300);

/* Icon Font */
@font-face {
  font-family: 'typicons';
  src: url("../content/client/c90af008f6bbaa616c4cfee1126e997b/uploads/font/typicons.eot");
  src: url("../content/client/c90af008f6bbaa616c4cfee1126e997b/uploads/font/typicons.eot?#iefix") format('embedded-opentype'),
       url("../content/client/c90af008f6bbaa616c4cfee1126e997b/uploads/font/typicons.woff") format('woff'),
       url("../content/client/c90af008f6bbaa616c4cfee1126e997b/uploads/font/typicons.ttf") format('truetype'),
       url("../content/client/c90af008f6bbaa616c4cfee1126e997b/uploads/font/typicons.svg#typicons") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Base */
	/* Reset */
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p,
	a, big, img,
	fieldset, form, label, legend {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* Fix for the clear:both blunder */
	[style="clear:both"] {
		display: none !important;
	}
	style + div {
		display: none\a !important;
	}
	[style^="clear"] {
		display: none !important;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	html {
		font-size: 10px;
	}
	body {
		line-height: 1;
	}

	/* Top */
	body {
		background-color: #eee;
		background-image: url('../images/header.jpg?1765407538?1386718144?1386718025');
		background-position: 100%;
		font-family: Arial, Verdana, sans serif;
		color: #000;
		font-size: 16px;
		font-size: 1.6rem;
		background-repeat: no-repeat;
		background-attachment: fixed;
		line-height: 26px;
		line-height: 2.6rem;
		background-size: cover;
		overflow-x: hidden;
	}
	body div {
		line-height: 26px;
		line-height: 2.6rem;
	}
	#container {
		margin: 0 auto;
		padding: 0;
	}
	.topWrap{
		background: #f8fae9;
	}
	#top {
		margin: 0 auto;
		padding: 20px 0 20px;
		display: table;
		width: 72%;
	
		min-width: 846px;
}
	#logoContainer {	
		margin: 0 40px 0 0;
		display: inline-block;
		float: left;
	
		display: none;
}
	#titleContainer {
		margin: 0;
		display: table-cell;
		vertical-align: middle;
		float: left;
	}
	.title {
		color: #818181;
		font-family: 'Playfair Display SC', 'Times New Roman', serif;
		/* text-shadow: 2px 2px 5px #000; */
		font-weight: 400;
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 42px;
		line-height: 4.2rem;
	
		border-bottom: double 3px #818181;
		text-align: center;
}
	.subtitle {
		margin-top: 9px;
		font-family: 'Playfair Display','Times New Roman', serif;
		color: #494949;
		text-shadow: 2px 2px 3px rgba(0,0,0, 0.2);
		font-weight: 400;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 16px;
		line-height: 1.6rem;
	
		text-align: center;
}
	.company {

	}
	.slogan {
	}
	#menuTitle {
		display: none;
	}
	#openBar {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		display:none;
	}
	#barFarLeft {
		background-image: url("../images/bar-skirt.png?1765407538?1386718144?1386718025");
		height: 52px;
		left: -10184px;
		position: absolute;
		top: -44px;
		width: 10000px;
	}
	#barLeft {
		background-image: url("../images/bar-left.png?1765407538?1386718144?1386718025");
		height: 52px;
		left: -184px;
		position: absolute;
		top: -44px;
		width: 184px;
	}
	#barNone {
		background-image: url("../images/bar-center.png?1765407538?1386718144?1386718025");
		display: block;
		height: 52px;
		position: absolute;
		top: -44px;
		width: 100%;
		background-repeat: repeat-x;
	}
	#barRight {
		background-image: url("../images/bar-right.png?1765407538?1386718144?1386718025");
		height: 52px;
		left: 100%;
		position: absolute;
		top: -44px;
		width: 184px;
	}
	#barFarRight {
		background-image: url("../images/bar-skirt.png?1765407538?1386718144?1386718025");
		height: 52px;
		left: calc(100% + 184px);
		position: absolute;
		top: -44px;
		width: 10000px;
	}
	#mainNav a, #mainNav a:link, #mainNav a:visited {
		color: #FFFFFF;
		font-family: 'Open Sans Condensed', 'Arial', sans-serif;
		text-decoration: none;
		text-shadow: 0 0 5px #000;
		font-weight: 300;
	
}
	#mainNav a:hover, #mainNav a.active {
		color: #353535;
		text-shadow: 0 -1px 6px rgba(141, 240, 145, 0.5);
		-webkit-transition: all 343ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
		-moz-transition: all 343ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
		-ms-transition: all 343ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
		-o-transition: all 343ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
		transition: all 343ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
	}
	#mainNav {
		position: relative;
		z-index: 100;
		height: 36px;
		white-space: nowrap;
	}
	#mainNav, .subNav {
		margin: 0;
		text-align: center;
	
		background-color: #347734;
		padding-left: 0;
}
	.mainNavLink {
		/* background-image: url("../images/separation.png?1765407538?1386718144?1386718025"); */
		background-position: left center;
		background-repeat: repeat-y;
		display: inline-block;
		padding: 0;
		line-height: 34px;
		position: relative;
		list-style-type: none;
		height: 100%;
		*display: inline;
	
		margin: 0 16px;
		text-transform: uppercase;
}
	.mainNavLink:first-child {
		background-image: none;
	}
	.mainNavLink a {
		/* margin: 0 4px 0 9px; */
	}
	.subNavCon {
		position: absolute;
		top: 36px;
		left: -21px;
		overflow: hidden;
		height: 0;
		max-height: 0;
		padding: 0;
		margin-bottom: 0;
		white-space: nowrap;
		text-align: left;
		-webkit-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
	}
	.subNav {
		padding: 7px 20px 15px;
		*padding: 0 16px 10px 0;
		background-color: #347734;
		background-image: url("../images/subnav-shadow.png?1765407538?1386718144?1386718025");
		background-repeat: repeat-x;
		-webkit-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
}
	.subNavLink {
		list-style-type: none;
		padding-left: 0;
		line-height: 31px;
		text-align: left;
	}
	.subNavLink a {
		margin: 0;
		display: block;
	}
	#mainNav li:hover .subNavCon {
		visibility: visible;
		height: auto;
		max-height: 1000px;
		padding: 0;
		-webkit-transition: all 977ms cubic-bezier(0.785, 0.135, 0.150, 0.860); 
		-moz-transition: all 977ms cubic-bezier(0.785, 0.135, 0.150, 0.860); 
		-ms-transition: all 977ms cubic-bezier(0.785, 0.135, 0.150, 0.860); 
		-o-transition: all 977ms cubic-bezier(0.785, 0.135, 0.150, 0.860); 
		transition: all 977ms cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
	}

	/* Middle */
	#contentContainer {
		position: relative;
		width: 73%;
		background-image: url("../images/translucence.png?1765407538?1386718144?1386718025");
		margin: 0 auto;
		box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
	}
	#content {
		overflow: visible;
		padding: 24px 29px 0;
	}
	#header {
		background-color: #FFFFFF;
		background-repeat: no-repeat
	}
	#pageTitle {
		display: none;
	}

	/* Versatile */
	p {
		font-family: 'Arial','Verdana',sans-serif;
		line-height: 26px;
		line-height: 2.6rem;
		padding: 5px 0 15px 0;
	}
	a, a:link, a:visited {
		color: #395C41;
		text-decoration: none;
	}
	a:active {
	 	color: transparent;
		text-shadow: 0px 0px 3px #f8fae9;
	}
	a:hover {
		color: black;
		text-shadow: 0px 0px 3px #f8fae9;
	}
	ul, ol {
		margin-bottom: 20px;
		display: block;
		text-align: left;
		list-style-position: inside;
	}
	li {
		padding-left: 40px;
		line-height: 22px;
		line-height: 2.2rem;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: Verdana, Geneva, sans-serif;
	}
	h1 {
		font-size: 28px;
		font-size: 2.8rem;
		margin: 15px 0;
	}
	h2 {
		font-size: 26px;
		font-size: 2.6rem;
		margin: 15px 0;
	}
	h3 {
		font-size: 24px;
		font-size: 2.4rem;
		margin: 15px 0;
	}
	h4 {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 10px 0 5px 0;
	}
	h5 {
		font-size: 20px;
		font-size: 2rem;
		margin: 15px 0;
	}
	h6 {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 10px 0 5px 0;
	}
	hr {
		margin: 0;
	}
	hr:hover {
		color: darkgreen;
	}
	b, strong {
		font-weight: 700;
	}

	/* Bottom */
	.footer {
		text-align: left;
		font-size: 15px;
		font-size: 1.5rem;
		font-family: 'Playfair Display','Times New Roman',serif;
		font-weight: 300;
		min-height: 58px;
		margin-top: 9px;
		padding-bottom: 5px;
	}
	#socialMedia {
		height: 58px;
		position: absolute;
		right: 0px;
		width: 198px;
		text-align: center;
		z-index: 1000;
	}
	#socialMedia * {
		line-height: 0;
	}
	#cchStatic div {
		display: inline;
		margin-right: 4px;
	}
	#cchDynamic {
		margin-top: 2px;
	}
	#copyright {
		margin-left: 10px;
		display: block;
		line-height: 19px;
		line-height: 1.9rem;
		padding-top: 19px;
	}
	.sitebuilderModules {
		line-height: 0;
	}
	.clear, .client_services .footer, .services #footer, .firm_services #footer {
		clear: both;
	}
	#calculators, #newsletters_content {
		margin-bottom: 17px;
	}
	.fontNote {
		margin-bottom: 29px;
	}


	
	/* Home panel */
	#home_panel, #tax_alerts {
		background: url('../content/client/c90af008f6bbaa616c4cfee1126e997b/uploads/images/40-128-44-16.png?1765407538?1386718144?1386718025') repeat;
		background: rgba(40, 128, 44, 0.16);
		color: black;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 16px;
		line-height: 1.6rem;
		margin: -24px -29px 0 20px;
		padding-left: 9px !important;
		padding-right: 9px !important;
		padding-bottom: 63px;
		text-align: center;
	}
	#home_panel img, #tax_alerts img {
		margin: 10px auto 0;
	}
	#home_panel a, #tax_alerts a {
		color: #20552C;
	}
	#home_panel a:hover, #tax_alerts a:hover {
		color: black;
	}
	#home_panel br, #tax_alerts br {
		display: none;
	}
	#lead_gen {
		margin-top: 10px;
		line-height: 0;
	}

	/* Tax alerts */
	#taxAlertPanel_Heading {
		font-family: 'Playfair Display SC', 'Times New Roman', serif;
		font-size: 28px;
		font-size: 2.8rem;
		position: relative;
		font-weight: normal !important;
		height: 36px !important;
		margin: 7px auto 0 !important;
		width: 180px !important;
		line-height: 35px;
		line-height: 3.5rem;	
	
		color: #347734;
		/* background-color: #347737; */
		-webkit-border-radius: 14px;
		border-radius: 14px;
		border-bottom: 4px solid #577957;
}

	#taxAlertPanel {
		overflow: hidden;
	}
	#taxAlertPanel, #tax_alerts_home {
		padding: 0 !important;
		margin: 0 !important;
		width: 205px !important;
	
}
	#taxAlertPanel div {
		line-height: 18px;
		line-height: 1.8rem;
	}
	#taxAlertPanel_Heading:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -4px;
    height: 8px;
    width: 8px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #577957;
}
	.taxAlerts_title3:first-child {
		font-weight: bold;
		font-style: italic;
	
		font-size: 1.3rem;
		color: #313131;
}
	.taxAlerts_title3, .taxAlerts_title_TB {
		padding: 5px 0 !important;
		margin: 0 !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important;
	}
	.taxAlerts_title_TB {
		font-family: 'Playfair Display SC', 'Times New Roman', serif;
	
		font-size: 1.8rem;
		padding: 10px 0 !important;
		color: #313131;
}
	.ticker {
		padding: 0 !important;
		margin: 0 !important;
	}
	#contlayer0, #mainlayer0 {
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
		/*height: 329px !important;*/
	}
	#lprv0, #lpau0, #lres0, #lnxt0 {
		top: 290px !important;
	}

	/* eNewsletter */
	div.NewsletterForm {
		width: 180px;
	}
	#divNewsletter1 {
		width: 180px;
		margin: 10px 0 10px;
	}
	.NewsletterForm form table {
		width: 180px;
	}
	.NewsletterForm td {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 12px;
		line-height: 1.2rem;
	}
	#enewsletter_title {
		font-family: 'Verdana', 'Geneva', sans serif;
		font-size: 18px;
		font-size: 1.8rem;
	}
	div.NewsletterForm form {
		padding: 0;
		margin: 0 auto;
	}
	div.NewsletterForm form p input {
		width: 160px;
	}
	.NewsletterForm p {
		padding: 0;
	}
	div.NewsletterFormInput, div.NewsletterFormCaptchaInput {
		width: auto;
	}
	div.NewsletterForm form p label {
		margin: 4px 0 0 11px;
	}
	.NewsletterForm form p {
		margin: 2px 0 !important;
		line-height: 18px;
		line-height: 1.8rem;
	}
	div.NewsletterForm #captchaImage img {
		margin: 0;
	}
	div#captchaImage {
		display: block;
		height: 35px;
	}

	/* Newsletter */
	.news_description {
		border-left: 1px solid #424F63;
		margin: 10px 0 0 10px;
		padding-left: 10px;
	}

	/* Contact Us */
	table form input {
		margin: 0 0 20px;
	}

	/* Financial Tools */
	.tablecontent {
		line-height: 26px;
		line-height: 2.6rem;
	}

	/* Sizing Hacks */
	#content, #home_panel, #tax_alerts {
		box-sizing: border-box;
	}
	
/* 0�799 */
@media screen and (max-width: 799px) {
	/* Mobile head */
	#topContainer {
		width: 100%;
	}
	#top {
		min-width: inherit;
	}
	#logoContainer {
		display: none;
		text-align: center;
		margin: 0;
		float: none;
	}
	#topPartition {
		display: block;
	}
	.title {
		font-size: 37px;
		font-size: 3.7rem;
		line-height: 37px;
		line-height: 3.7rem;
	}
	.subtitle {
		font-size: 14px;
		font-size: 1.41rem;
		line-height: 14px;
		line-height: 1.41rem;
	}
	#titleContainer {
		margin: 5px 0 0 0;
		display: block;
		text-align: center;
		float: none;
	}
	/* Mobile menu */
	#menuTitle {
		background-color: #347734;
		/* background-image: url(../images/bar-center.png?1765407538?1386718144?1386718025); */
		display: block;
		margin: 0 auto -5px;
		padding: 0;
		width: 100%;
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 44px;
		line-height: 4.4rem;
		text-align: center;
	}
	#menuTitle a:link, #menuTitle a:visited {
		color: #FFFFFF;
		font-family: 'Playfair Display','Times New Roman',serif;
		text-decoration: none;
		text-shadow: 0 0 5px #000;
		display: block;
	}
	#menuTitle a:hover, #menuTitle a:active {
		color: #424242;
		text-shadow: 0 -1px 6px rgba(141, 240, 145, 0.5);
	} 
	#openBar {
		display: none;
	}
	#mainNav a, #mainNav a:link, #mainNav a:visited {
		text-shadow: 2px 2px 2px #000;
		display: block;
	}
	#mainNav a:hover, #subNav a:hover {
		color: #000000;
		text-shadow: none;
	}
	#mainNav li a.selected {
		color: black;
		text-shadow: none;
	}
	#mainNav {
		display: none;
		margin: 0 auto;
		width: 73%;
		padding: 0;
		text-align: center;
		height: auto;
	
		background-color: transparent;
}
	.mainNavLink a {
		font-size: 30px;
		font-size: 3rem;
		margin: 0;
	}
	.mainNavLink, .mainNavLink:first-child {
		background-color: rgba(52,119,52, 0.76);
		background-image: none;
		background-repeat: repeat-x;
		display: block;
		padding: 0;
		margin: 10px 0 0;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		line-height: 42px;
	}
	.subNavCon {
		left: 0;
		position: static;
		height: auto;
		max-height: none;
		background-image: none;
		background-color: rgba(66, 107, 58, 0.36);
	}
	#mainNav li:hover .subNavCon {
		visibility: visible;
		height: auto;
		max-height: none;
	}
	.subNav {
		padding: 0;
		position: static;
		top: 0;
		margin-bottom: 0;
		-webkit-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
		text-align: center;
		background-color: transparent;
	}
	.subNavLink {
		list-style: none outside none;
		padding: 0;
		border-top: 1px solid rgba(8, 66, 0, 0.31);
		line-height: 30px;
		text-align: center;
	}
	.subNavLink a {
		margin: 0;
		font-size: 24px;
		font-size: 2.4rem;
	}

	/* Mobile body */
	#contentContainer {
		width: 89%;
		box-shadow: none;
		padding-top: 10px;
		margin-top: 5px;
		/* text-align: center; */
		width: 100%;
	}
	#content {
		padding: 15px 17px 0;
		text-align: left;
		position: relative;
		overflow-x: hidden;
	}
	#headerContainer {
		background-image:  none;
		display: none;
	}
	.footer {
		margin: 0;
		text-align: center;
	}
	#copyright {
	    padding-top: 7px;
	}

	
	/*.firmLocation h5 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 4px 0;
    line-height: 13px;
    line-height: 1.3rem;
	}

	
	.firmPhone, .firmMapLink {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 12px;
		line-height: 1.2rem;

	}
		
	.firmPhone:before, .firmMapLink:before {
		font-family: 'typicons';
		font-size: 1.3em;
		margin-right: 8px;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		color: #347734;
	}
	
	.firmPhone:before {
		content: '\e0b7';
	}
	
	.firmMapLink:before {
		content: '\e095';		
	}*/


	/* Mobile Tax Alerts */
	#home_panel, #tax_alerts {
		bottom: 23px;
		position: absolute;
		width: 100%;
		padding: 0 !important;
		margin: 0;
		text-align: center;
		left: 0;
	}
	#home_panel img, #tax_alerts img {
		/*position: relative;*/
		top: 10px;
		margin: 0;
	}
	/*#taxAlertPanel_Heading,*/ #taxAlertPanel, .taxAlerts_title3, .taxAlerts_title_TB, .undefined, .undefined td, #contlayer0, #mainlayer0, #lmain0 {
		width: 100% !important;
	}
	#lprv0, #lpau0, #lres0, #lnxt0 {position: absolute; top: 260px !important;}
	#tax_alerts_home {
		padding: 0;
		margin: 0 5% !important;
		width: 90% !important;
	}
	/*#taxAlertPanel_Heading {
		line-height: 30px;
		line-height: 3rem;
		height: 30px !important;
	}*/
	.taxAlerts_title3 {
		overflow: hidden;
		white-space: nowrap;
	}
	.home #content, .index #content, .newsletters #content {
		padding-bottom: 495px;  /* This is a back-up solution, in case the jQuery which dynamically places the home panel fails */
	}

	/* Mobile Miscellany */
	#socialMedia {
		width: auto;
		position: static;
	}
	#socialMedia div {
		margin-right: 5px;
	}

	#lprv0, #lpau0, #lres0, #lnxt0 {
		visibility: hidden !important;
	}
	#divNewsletter1, .NewsletterForm {
		width: 100%;
	}
	#services-top-list-table td {
		display: inline-block;  width: 100%;text-align: center;
	}
	#services-top-list-table ul {
		padding: 0; margin: 0;text-align: center;list-style: none;
	}
	#services-top-list-table li {
		padding: 0; margin: 0;
	}
	#IRSForms_wrapper div, #IRSForms_wrapper td, #IRSForms_wrapper table, #IRSPublications_wrapper div, #IRSPublications_wrapper td, #IRSPublications_wrapper table {
		display: inline;
	}
	#IRSForms_wrapper thead, #IRSPublications_wrapper thead {
		display: none;
	}
	#IRSForms , #IRSPublications{
		padding: 0;
		margin: 0;
		width: 100%;
	}
	#IRSForms a, #IRSPublications a {
		font-weight: bold;
	}
	#IRSForms td, #IRSPublications td {
		display: block;
		padding-top: 0px;
		border-bottom: 1px dotted rgb(175, 175, 175);
		line-height: 21px;
		line-height: 2.1rem;
	}
	#IRSForms .odd, #IRSPublications .odd {
		background-color: rgba(153, 153, 153, 0.3);
	}
	#IRSForms .even, #IRSPublications .even {
		background-color: rgba(255, 255, 255, 0.57);
	}
	#IRSForms_wrapper tr, #IRSPublications_wrapper tr {
		display: block;
		margin-bottom: 10px;
	}
	
}

/* 800�1139 */
@media screen and (min-width: 800px) and (max-width: 1139px) {
	#top {
		width: 95%;
		min-width: 794px;
}

	.title{
		font-size: 37px;
		font-size: 3.7rem;
		line-height: 37px;
		line-height: 3.7rem;
	}
	.subtitle {
		font-size: 14px;
		font-size: 1.41rem;
		line-height: 14px;
		line-height: 1.41rem;
	}
	.mainNavLink a, .subNavLink a {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.subnavlink {
		line-height: 24px;
	}
	#taxAlertPanel, #tax_alerts_home {
		width: 180px !important;
}

	
}

/* 1140� */
@media screen and (min-width: 1140px) {
	#mainNav a {
		font-size: 21px;
		font-size: 2.1rem;
	}
	.subnavlink {
		line-height: 26px;
	}
	h1 {
		font-size: 30px;
		font-size: 3rem;
		margin: 15px 0;
	}
	h2 {
		font-size: 28px;
		font-size: 2.8rem;
		margin: 15px 0;
	}
	h3 {
		font-size: 26px;
		font-size: 2.6rem;
		margin: 15px 0;
	}
	h4 {
		font-size: 24px;
		font-size: 2.4rem;
		margin: 10px 0 5px 0;
	}
	h5 {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 10px 0 5px 0;
	}
	h6 {
		font-size: 20px;
		font-size: 2rem;
		margin: 10px 0 5px 0;
	}
}

/* ==== START CLIENT-SPECIFIC STYLES ==== */


/* Anniversary Badge Styles */
	.anniversaryWrapper {
		/* Width calculated w/ JS */
		text-align: center;
		clear: left;
	}
	
	.anniversaryWrapper > * {
		vertical-align: middle;
	}
	
	.anniversaryTitle {
		font-family: "Playfair Display", serif;
		display: inline-block;
		margin: 10px 15px;
		width: 42%;
		font-size: 38px;
		font-size: 3.8rem;
		line-height: 42px;
		line-height: 4.2rem;
		color: rgb(199,28,28);
		text-shadow: 1px 0px 2px #d6c159, 2px 0px 2px #BDB380;
	}
	
	.anniversaryBadgeWrapper {
		width: 42%;
		max-width: 426px;
		display: inline-block;
		margin: 10px 15px;
	}
	
	.anniversaryBadge {
		width: 100%;
	}
	
@media screen and (max-width: 1139px) {
		.anniversaryTitle {
		display: block;
		margin: 20px 0;
		width: 100%;
		font-size: 20px;
		font-size: 2em;
		line-height: 32px;
		line-height: 3.2rem;
	}
	
	.anniversaryBadgeWrapper {
		width: 100%;
		max-width: 426px;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}

/* Slideshow & Content Photo Styles */
	
	.contentPhotoL, .contentPhotoR {
		border: 8px solid #f8fae9;
		width: 35%;
		min-width: 292px; 
		max-width: 380px;
		box-shadow: 3px 3px 9px rgba(0,0,0,0.5);
		-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,0.5);
	}
	
	.contentPhotoL {
		float: left;
		margin: 12px 25px 15px 0;
	}
	
	.contentPhotoR {
		float: right;
		margin: 12px 0 15px 25px;
	}
	
	.cycle-slideshow {
		float: left;
		/*width: 35%;*/
		min-width: 292px; 
		max-width: 400px;
		margin: 12px 25px 15px 0;
		box-shadow: 3px 3px 9px rgba(0,0,0,0.5);
		-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,0.5);
	}
	
	.cycle-slideshow img {
		width: 100%;
		border: 8px solid #f8fae9;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	@media screen and (min-width: 800px) and (max-width: 1139px) {
		.cycle-slideshow {
			display: inline-block;
			float: none;
			min-width: initial;
			max-width: none;
			/* Width calculated in JS */
		}
		
		.cycle-slideshow {
			margin: 12px 15px 15px 0;
		}
	
	}
	
	@media screen and (max-width: 799px) {
		.cycle-slideshow, .contentPhotoL, .contentPhotoR {
			display: none;
		}
	}
	
/* Header Address Links */
	.firmLocationWrap{
		float:right;
		margin-left: 10px;
	}
	
	.firmLocation h5 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 4px 0;
    line-height: 13px;
    line-height: 1.3rem;
	}

	.firmPhone, .firmMapLink {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 18px;
		line-height: 1.8rem;
	}
		
	.firmPhone:before, .firmMapLink:before {
		font-family: 'typicons';
		font-size: 1.3em;
		margin-right: 8px;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		color: #347734;
	}
	
	.firmPhone:before {
		content: '\e0b7';
	}
	
	.firmMapLink:before {
		content: '\e095';		
	}
	.firmLocation {
		display: inline-block;
		margin: 0 9px;
	}
	
	@media screen and (max-width: 799px) {
		.firmLocationWrap{
			float: none;
			width: inherit;
			margin: 15px auto 0;
			text-align: center;
		}
	
		.firmLocation {
			margin: 3%;
		}
	}

	
/* Contact Us Styles */
	.contactColumnWrapper {
		text-align: center;
	}

	.contactColumn {
		display: inline-block;
		text-align: left;
		width: 33%;
		min-width: 211px;
		margin: 0 8%;
		vertical-align: top;
	}
	.contactColumn div {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 18px;
		line-height: 1.9rem;
	}
	.contactColumnOffice, .contactColumnMember {
		margin-bottom: 26px;
	}

	.contactColumn .contactColumnOfficeLocation {
		font-size: 26px;
		font-size: 2.1rem;
		line-height: 26px;
		line-height: 2.4rem;
		font-weight: bold;
		color: #347734;
		border-bottom: 3px double #347734;
		display: inline-block;
		margin: 8px 0;
	}
	.contactColumnOfficePhoto img {
		border: 8px solid #f8fae9;
		box-shadow: 3px 3px 9px rgba(0,0,0,0.5);
		-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,0.5);
		box-sizing: border-box;
		width: 100%;
		max-width: 380px;
	}
	.contactColumnMemberName {
		font-weight: bold;
	}
	.contactColumnMemberTitle {
		font-style: italic;
	}
	.contact_us p br {
    display: none;
	}
	.contact_us p br {
    display:none;   
	}
	.contactGoBack {
		display: inline-block;
	}

	.contactGoBack a {
		padding: 9px 22px;
		color: #f8fae9;
		background-color: #347734;
		border-radius: 18px;
		font-weight: bold;
		text-shadow: 1px 1px 0px rgba(114, 97, 97, 0.89);
		box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
		-webkit-transition: all 343ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
		transition: all 343ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	}

	.contactGoBack a:hover {
		background-color: #296829;
		color: #e8ead9;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.5) inset;
	}
	
	@media screen and (max-width: 799px) {
		.contact_us #content {
			overflow: hidden;
		}
		.contactColumn {
			display: block;
			margin: 0 auto 45px;
			width: 100%;
		}
	}

/* SB Module Button Styles */

	.sbModuleButton {
		text-align: center;
	}