/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   NORMALIZE
   ========================================================================== */

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
main, 
nav, 
section, 
summary {
	display: block;
}

audio, 
canvas, 
video { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1;
}

audio:not([controls]) {
	display: none; 
	height: 0;
}

[hidden] {
	display: none;
}

html {  
	background: #fff; 
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

a, 
a:visited {
	text-decoration: none; 
	color: #2F2622;
}

a:hover{
	color: #59514e;
}

a:focus {
	outline: thin dotted;
}

a:active, 
a:hover {
	outline: 0;
}

html, 
button, 
input, 
select, 
textarea {
	font-family: Helvetica, Arial, sans-serif; 
	font-family: sans-serif; 
	color: #2F2622;
}

body {
	font-size:1em; 
	line-height:1.4em; 
	margin: 0;
}

ol, 
ul { 
	margin: 0em 0 1.5em;
}

menu, 
ol, 
ul {
	padding: 0 0 0 20px;
}

nav ul, 
nav ol {
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0;
}

img {
	border: 0; 
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
	width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

::-moz-selection {
	background: #b3d4fc; 
	text-shadow: none;
}

::selection {
	background: #b3d4fc; 
	text-shadow: none;
}
	#home{background: url(../images/hero-4.jpg) center center no-repeat; background-size: cover; }


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author: Pannos-Winzeler Marketing
   ========================================================================== */

h1 {
	font-size: 2em; 
	margin: 0.67em 0; 
}

h2 {
	font-size: 2.250em;
	line-height: 1.125;
	margin: 0em 0 .85em 0;
}

h3 {
	font-size: 1.17em; 
	margin:0 0 0.75em 0; 
}

h4 {
	font-size: 0.875em; 
	margin: 0 0 1em 0; 
}

h5 {
	font-size: 0.83em; 
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em; 
	margin: 2.33em 0;
}

b, strong {
	font-weight: bold;
}

hr {
	-moz-box-sizing: content-box; 
	box-sizing: content-box; 
	height: 0;
}

p {
	margin: 0em 0 1.5em; 
	font-weight: normal;
}

sub, 
sup {
	font-size: 75%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline;
}

sup { 
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.nobreak {
	white-space:nowrap;
}
.download{color: #fff; text-decoration: underline;font-weight: 700;}
.download:hover{color: #fff; opacity: .8;}

.download-alt{color: #2F2622; text-decoration: underline;font-weight: 700;}
.download-alt:hover{color: #2F2622; opacity: .8;}

/* Margin */

.pad-t-95 {
	padding: 95px 0 0;
}

/* Backgrounds*/

.bg_white {
	background:#fff;
}

.bg_grey {
	background:#e5e5e5;
}

.bg_blue {
	background:#002855;
}

.bg_ltbeige {
	background: #F9F7F4;
}

/* borders*/

.bor-b-beige {
	border-bottom: 1px solid #E8E4E2;
}

/******************
	LAYOUT 
******************/

.l-row-sticky {
	width: 100%;
	position: fixed;
	z-index:500;
}

#l-sticky {
	position: relative;
	z-index:10;
	width: 82%;
	margin: 0 auto;
}

.container-btn {
	/* width: 83%; */
	margin: 0 auto;
}

.main {
	padding: 4em 0;
	width: 89%; 
	margin: 0 auto; 
	max-width: 960px;
}

.pad_2 { 
	padding: 2em; 
}

/******************
	BUTTONS 
******************/

a.btn-brown {
	display: inline-block;
	background: #002855;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px 14px 12px;
	margin: 0 0 2em 2em;	
}


a.btn-brown:hover, 
.btn-back:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a.btn-contact {
	display: inline-block;
	background: #002855;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px 14px 12px;
	margin: 0 0 2em 4em;	
}

a.btn-directions {
	display: inline-block;
	background: #002855;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px 14px 12px;
	margin: 0 0 0 -1.5em;	
}


a.btn-contact:hover, a.btn-directions:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.btn-back {
	font-size: .875em;
	color: #2F2622;
	display: inline-block;
	padding: 0 25px 0 0;
	background: url(../images/icon-up-arrow.png) right 5px no-repeat;
}

.actions .btn-back {
	float:right;	
	margin:0 0 2em;
}

#about .actions {
	text-align: center;
}

/******************
	Header 
******************/

header {
	height: 234px;
	overflow:hidden;
	margin: 0 auto;
	position: relative;
}

header img {
	position: static;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	z-index: 0;
}

#home .main {
	width: 100%;
}

.mod-tagline {
	top: 50%;
	margin-top: -44px;
	position: absolute;
	z-index:10;
	width: 100%;
	padding: 0;
	/* padding-top: 146px; */
}

.mod-tagline-left {

	position: relative; 
	z-index:10;
	width: 100%;
	padding: 0;
}

.tag {
	background: #002855;
	color: #fff;
	display: block;
	margin: 0 0 0px;
	font-size: 1.5em;

	padding: 1em;
	line-height:1.3em;
	text-align:center;

}

.mod-tag-cta {
	position: relative; 
	z-index:10;
	width: 175px;
	margin: 0 auto;
}

.mod-tag-cta:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.mod-tag-cta .tag {
	font-size: .9em;
}

.tag a{
	color: #fff;
	background: url(../images/icon-white-down-arrow.png) right 4px no-repeat;
	padding: 0 22px 0 0;	
}

/******************
	LOGO 
******************/

.logo {
	margin: 0;
	width: 71%;
	max-width: 176px;
	float:left;
}

/******************
	NAVIGATION 
******************/

/* Navigation Main */

#nav-main {
	display: none;
	z-index:10;
	position:absolute;
	width: 100%;
	top: 95px;
}

#nav-main .btn-close {
	float:right;
	position: absolute;
	z-index:100;
	padding: 0;
	margin: 0 auto;
	background-position: 10px 10px;
}

#nav-main a {
	color: #fff;
	background: #002855;
	padding: 16px 6px 14px 16px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}

#nav-main a:hover {
	background: #675C58;
}

#nav-main .btn-close:hover {
	cursor: pointer;
}

.btn-nav {
	width: 30%;
	background: #002855;

	max-width: 24px;
	display:block;
	margin: 28px 0 0;
	right: 8px;
	position: absolute;
	z-index:100;
	padding: 8px 8px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn-nav:hover {
	cursor: pointer;
}

.btn-close {
	width: 58px;
	display: none;
	right: 8px;
	height: 37px;
	width: 40px;
	overflow: hidden;
	margin: 28px 0 0;
	position:absolute;
	z-index:100;
	border-radius: 2px;
}

.btn-close img {
    position: relative;
    top: -2px;
}

.btn-close:hover {
	cursor: pointer;
}

.ico-bar {
	display: block;
	height: 4px;
	margin: 0 0 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #FFF;
}

/******************
	SECTIONS 
******************/

/* Section Padding */

/* #about, #contact, #meet {
	padding: 50px 0;
}

#practice { 
	padding: 50px 0 0;
} */

/* about & history */

#about .photo img,
#history .photo img {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#about .photo .btn-brown {
	text-align: center;
}

#about .photo {
	width: 100%;
}

.map-photo {
	display: none;
}

/* Practice AREAS*/

.accordionTabContent {
	display: none;
}

#mod-accordion-tab .open h2:hover {
	cursor: default;
	opacity:1;
	filter:alpha(opacity=100);	
}

#mod-accordion-tab {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mod-accordion-tab {
	border-top: 1px solid #2F2622;
}

#mod-accordion-tab > li { 
	border-bottom: 1px solid #2F2622;
}

#mod-accordion-tab  h2{
		font-size: 1.2em;
		color: #2F2622;
		margin: 20px 5px 20px 10px;
		padding: 0;
	}

#mod-accordion-tab .accordionTabContent {
	padding: 0 10px 0;	
}

.accordionTabContent .photo{ 
	margin: 0 0 2% 3%;
}

.accordionTabContent .photo img {
	max-width: 308px; 
	width: 100%; 
	margin: 0 0 1em;  
	display: none;
}

.accordionTabContent .photo .actions {
	text-align: center;
}

.accordionTabContent > .content > p:last-of-type {
	margin:0 0 2.5em;
}

#mod-accordion-tab .content h3 {
	display: none;
}

/* Practice Area - Accordion */

.mod-accordion {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em
}

#mod-accordion-tab .content  .mod-accordion .open  h3 {
	background-position: right -72px;
}

#mod-accordion-tab .content  .mod-accordion  h3 {
	color: #2F2622;	
	display: inline-block;
	padding:  3px 39px 4px 0;
	background: url(../images/icon-accordion.png) top right no-repeat;	
}

#mod-accordion-tab  h2:hover,
.mod-accordion h3:hover {
	cursor: pointer;
	opacity:0.95;
	filter:alpha(opacity=95);
}

.accordionContent {
	padding: 20px 20px 20px 20px;
	display: none;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.accordionContent ul {
	list-style-type: disc;
	font-size: 0.875em;
	margin: 0;
}

.accordionContent h4{
	margin: 0 0 .1em;
}


h2.accordionTabButton {
   position: relative;
   padding-left: 30px !important;
}

h2.accordionTabButton:before {
   content: ' ';
   width: 30px;
   height: 30px;
   display: block;
   position: absolute;
   left: -10px;
   background: url(../images/icon-accordion.png) top left no-repeat;
}

.open h2.accordionTabButton:before {
   content: ' ';
   width: 30px;
   height: 30px;
   display: block;
   position: absolute;
   left: -10px;
   background: url(../images/icon-accordion.png) right -72px no-repeat;
}

/* Meet the Attorneys */

.mod-profile { 
	position: relative; 
}

.mod-profile ul {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

.mod-profile img {
   width: 100%;
}

.mod-profile-item { 
    margin-bottom: 1em; 
    position: relative; 
}

/*.inner-profile-item:after {
   content: ' ';
   width: 90px;
   height: 40px;
   background: url(../images/profile_icons.png) no-repeat top left;
   position: absolute;
   top: 0;
   right: 0;
   background-position: 0px 0;
}*/

.inner-profile-item:hover {
	cursor: pointer;
	opacity:0.8;
	filter:alpha(opacity=80);
}
	
.profile-content {
	transition: all .2s ease-in-out;
   position: absolute;
   display: none;
   width: 100%;
   -height: 200px;
   top: 0;
   z-index: 100;
   left: 0;
   background: #002855;
   color: #FFF;
   font-size: 1em;
   line-height:1.6em;
   overflow-y: scroll;
}

.profile-content:after {
   content: ' ';
   width: 90px;
   height: 40px;
   background: url(../images/ico-close-01.svg) no-repeat top left;
   position: absolute;
   top: 14px;
   right: 0;
 
}

.profile-content h2 {
   font-size: 1.8em;
   margin: 0 0 .3em 0;
}

.profile-content h3 {
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 1em 0;
}

.profile-content h5 {
   margin: 0;
   font-size: 1em;
}

.profile-content li {
	list-style-type: none;
	display: block;
}

.av-award-container {
	text-align:center; 
	background:#fff; 
	padding:1em; 
	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
	border-radius:8px;
}

.profile-content .av-award-container img {
	max-width:300px;
}

.profile-footer {
   background: #002855;
   color: #FFF;
   text-align: center;
   padding: .5em;
   font-size: 1.3em;
}

/* Contact Us */

.mod-header { 
	margin: 0 0 50px; 
}

.mod-contact-info .actions {
	text-align: center;	
}

.mod-contact-info .photo-location {
	width: 100%; 
	margin: 0 0 32px;
}

.mod-contact-info .photo-location img {
	width: 100%; 
	max-width: 400px; 
	border: 1px solid #CDCBC3;  
	margin: 0 auto;
}

.mod-contact-info h4 {
	font-size: 1em; 
	margin: 0 0 .25em;
}

.mod-contact-info {
	font-size: .9em;
}

.mod-contact-info  ul {
	margin: 0 0 1em; 
	padding: 0; 
	list-style-type: none;
}

.mod-contact-info  li {
	padding: 10px 0 0 70px; 
	min-height: 52px; 
	margin: 0 0 26px;
}

.icon-phone {
	background: url(../images/icon-phone.png) 0 0 no-repeat;
}

.icon-email {
	background: url(../images/icon-email.png) 0 0 no-repeat;
}

.icon-fax {
	background: url(../images/icon-fax.png) 0 0 no-repeat;
}

.icon-location {
	background: url(../images/icon-location.png) 0 0 no-repeat;
}

.mod-header img {
	width: 100%;
	border: 1px solid #CDCBC3; 
	max-width:890px;	
}

/* Disclosure */

.mod-disclosure {
	text-align:center;
	font-size: 0.6875em;
	margin: 1em 0 2em;
	}

/******************
	FOOTER 
******************/

#nav-footer a {
	display: block;
	padding: 16px 5px 16px 16px;
	color: #fff;
	font-size: .875em;
	border-bottom: 1px solid #fff;
}

#nav-footer a:hover {
	background: #675C58;
}

.copyright {
	font-size: .625em;
	width: 94%; 
	margin: 0 auto; 
	color: #fff;
	padding: 15px 0 6px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}

.ir br {
	display: none;
}

.hidden {
	display: none !important; 
	visibility: hidden;
}

.visuallyhidden {
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute; 
	width: 1px;
}

.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus {
	clip: auto; 
	height: auto; 
	margin: 0; 
	overflow: visible; 
	position: static; 
	width: auto;
}

.invisible {
	visibility: hidden;
}

.l-row:before, 
.l-row:after, 
.l-row-sticky:before, 
.l-row-sticky:after, 
.clearfix:before, 
.clearfix:after { 
	content: " "; 
	display: table;
}

.l-row:after, 
.l-row-sticky:after, 
.clearfix:after {
	clear: both;
}

.l-row, 
.l-row-sticky, 
.clearfix {
	*zoom: 1;
}

/* .l-row {
	padding: 2em 0;
} */

/* ==========================================================================
   Media Queries
   ========================================================================== */

   @media only screen and (min-width: 601px) {
	.container-btn {
		width: auto;
		margin: 0;
	}
	.logo {
		width: 29%;
		margin: 0;
		float:left;
	}

	.logo img {
		width: 100%;
		max-width: 187px;
	}

	#l-sticky {
		width: 100%;
		margin: 0 auto;
		max-width: 960px;
	}

	.b-margin {
		margin-bottom: 2em;
	}

	.map-photo {
		display: block;
	}
	
	/******************
		FEATURE 
	******************/
	#home .main {
		width:99%; 
		max-width: 960px; 
		margin: 0 auto;
	}
	
	

	header img {
		position: absolute;
		z-index:0;
	}

	.mod-tagline {
		top:50%;
		left:50%;
		margin-top: -44px;
		margin-left: -170px;
		width:440px;
		background:none; 
		padding:0;
		position: absolute;
	}
			
	.mod-tagline-left {
		float:left;
		top: 60px;
		width: 440px;
		background: none; 
		padding: 0;
	}
			
	.tag {
		display: inline-block;
		
	}


	/******************
		NAVIGATION 
	******************/
	/* Navigation Main */
	
	
	 /*STATES */

	.is-hidden {
		display: none;
	}

	.btn-nav, .btn-close {
		display: none;
		visibility: hidden;
	}

	#nav-main {
		width: 68%;
		float:left;
		position: static !important;
		display: block;
		visibility: visible;
		margin: 0;
		padding: 0;
		font-size: .75em;
	}

	#nav-main li a {
		text-align: center;
		display: block;
		background: #e5e5e5;
		height: 95px;
		border-bottom: none;
		border-right: 1px solid #c8c8c8;
		min-height: 34px;
		position: relative;
		vertical-align: top;
		
		padding: 17px 20px 20px !important;
		box-sizing: border-box;
	}
	#nm_meet_li a {
		qqheight: 48px;
		qqpadding: 27px 0 20px !important;
	}
	#nav-main a:hover {
		background:#002855;
		color:#fff;
	}
	#nav-main #nm_about_li a{padding: 17px 30px 20px !important;}
	#nav-main #nm_history_li a{padding:17px 24px 20px !important;}
	#nav-main #nm_hiring_li a{padding:17px 15px 20px !important;}
	
	#nav-main li {
		padding: 0;
		display: block;
		vertical-align: top;
		height: 95px;
		overflow: hidden;
		float: left;
	}

	#nav-main nav .current a {
		background:#002855;
		color: #fff;
	}

	#nav-main nav .current a:after, 
	#nav-main nav .is_parent a:after {
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		z-index:100;
		left: 50%;
		bottom: -31px;
		margin-left: -20px;
	}

	#nav-main {
		display: block !important;
	}
	#nm_practice_li a {
		qqpadding: 27px 0 20px !important;
	}
	#nav-main a {
		color: #002855;
	}

	#nm_about_li {
		width: 14%;
	}

	#nm_history_li {
		width: 14%;
	}

	#nm_hiring_li {
		width: 14%;
	}

	#nm_practice_li {
		width: 14%;
	}

	#nm_meet_li {
		width: 15%;
	}

	#nm_contact_li {
		width: 15%;
	}

	/******************
		SECTIONS 
	******************/

	#about .photo img {
		display: block; 
		width: 100%; 
		margin: 65px 0 1em; 
		max-width: 385px;
	}

	#about .photo {
		width: 41%; 
		float:right;
		margin: 0 2em;
	}

	#history .photo img {
		margin: 65px 0 16px;
	}

	#history .photo {
		width: 41%; 
		float:right;
		margin: 0 2em;
	}
	
	#practice { 
		min-height: 600px;
	}
	
	/* Practice Area - Accordion */

	.accordionContent .col_50 {
		width: 48%; 
		margin: 0 2% 0 0; 
		float:left;
	}
	.accordionTabContent .photo img {
		max-width: 308px; 
		width: 100%; 
		margin: 0 0 1em;  
		display: block;
	}

	.accordionTabContent .photo { 
		margin: 0 0 2% 3%; 
		width: 25%; 
		float:right;
	}	
	
	
	/* We're hiring */
	#hiring { 
		min-height: 600px;
	}
	
	/* Contact Us */

	.mod-contact-info {
		width: 100%; 
		margin: 0 auto;
	}
	
	.mod-header {
		width: 93%; 
		margin: 0 auto 50px; 
	}
	
	.mod-contact-info h4 { 
		font-size: 1.125em; 
	}

	.mod-contact-info {
		font-size: 1em;
	}
	
	.mod-contact-info .col_55 {
		width: 55%; 
		float:left;}

	.mod-contact-info .col_45 {
		width: 45%; 
		float:left;
	}

	/* Disclosure */

	.mod-disclosure{
		width: 86%;
		margin: 1em auto;
		}
	
	/******************
		FOOTER 
	******************/

	footer {
		padding: 1em 0 0; 
		width: 94%; 
		margin: 0 auto;
		max-width: 960px;
	}

	#nav-footer{
		width: 94%; 
		margin: 0 auto .5em;
	}

	#nav-footer li {
		display: inline;
	}

	#nav-footer a {
		font-size: 0.6875em;
		display: inline;
		padding: 0;
		border-bottom: none;
	}

	#nav-footer a:hover {
		background: none;
	}

	#nav-footer li a {
		border-left: 1px solid #fff; 
		padding: 0 5px 0 8px; 
	}

	#nav-footer li:first-child a {
		border-left: none; 
		padding-left: 0;
	}

	.copyright {
		padding: 0; 
		margin: 0 auto 1em; 
		font-size: 0.6875em;
	}

	.copyright p {
		margin: 0;
	}
	
}   


@media only screen and (min-width: 900px) {

.mod-tagline {width: 520px;margin-left: -260px;}
.tag{display: block; font-size: 1.625em;}
	#l-sticky {
		width: 96%;
		margin: 0 auto;
	}

	.logo {
		margin: 0;
	}

	#nav-main {
		width: 72%;
		font-size: .9em;
		position: relative;
	}

	#nav-main a {
		color: #002855;
	}

	.main-nav {
		float:left;
		width: 100%;
	}

	.main-nav li {
		float: left;
		
	}

	header{
		height: 475px;
		overflow:hidden;
	}

	/**** PROFILE PHOTOS ****/

	.col_f_45 {
	width: 44.99%;
	float: left;
	}

	.f_right {
	float: right;
	}

	.profile-content { 
		overflow-y: hidden; 
	}

	.mod-profile {
	max-width: 960px;
	position: relative;
	margin-bottom: 1em;
	}

	.mod-profile-item { 
		position: static; 
	}

	.mod-profile li {
	width: 30%;
	margin-right: 3%;
	display: inline-block;
	}

	.inner-profile-item {
	position: relative;
	}

	/* Practice AREAS*/

	#mod-accordion-tab {
		margin: 3em 0 0 0; 
		padding:0; 
		list-style-type: none; 
		border: none; 
		overflow: hidden; 
		width: 100%;
	}

	#mod-accordion-tab li {
		border: none;
	}

	#mod-accordion-tab > li {
		float:left;
    width: 15%;
    margin: 0 2% 0 0;
	}
	#mod-accordion-tab > li:last-of-type {
		margin-right: 0;
	}


	#mod-accordion-tab h2:hover
	{
		background: #363d5a;
		cursor: pointer;	
	}
	#mod-accordion-tab .open h2, 
	#mod-accordion-tab .open h2:hover {
		background:#019933;
		cursor: default;
	}

	#mod-accordion-tab .content h3 {
		display: block;
	}

	#mod-accordion-tab li:last-child h2{padding: 18px 26px !important;}
	#mod-accordion-tab h2 {
		margin: 0;
		padding: 18px 19px !important;
		height: 40px;
		line-height: 1.3;
		text-align: center;
		font-size: .725em;
	
		display: block;
		background: #002855;
		color: #fff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

	#mod-accordion-tab > li:first-child .accordionTabContent {
		left: 0;
	}

	#mod-accordion-tab > li:first-child + li .accordionTabContent{left: -100%;} /* Tab2 */
	#mod-accordion-tab > li:first-child + li + li .accordionTabContent{left: -205%;}/* Tab3 */
	#mod-accordion-tab > li:first-child + li + li + li .accordionTabContent{left: -310%;}/* Tab4 */
	#mod-accordion-tab > li:first-child + li + li + li + li .accordionTabContent{left: -415%;}/* Tab5 */


	#mod-accordion-tab > li:first-child .accordionTabContent{
		padding: 40px 20px 0;
		position: relative	;
		
    width: 100vw;
    max-width: 960px;

		}
		
	#mod-accordion-tab > li .accordionTabContent {
		padding: 40px 20px;
		position: relative;
		
    width: 100vw;
    max-width: 960px;
    box-sizing: border-box;

	}
		
	.accordionTabContent .actions {
		margin: 0 auto; 
		text-align:center;
	}	

	.accordionTabContent .photo {
		width: 33%;
		margin: 0 3% 3% 5%;	
		float:right;
	}

	.accordionTabContent .photo img{width: 100%; max-width:308px; margin: 0 0 1em; }

	h2.accordionTabButton {
	padding-left: 15px !important;
	}

	h2.accordionTabButton:before, 
	.open h2.accordionTabButton:before {
	content: none;
	}

	/*****************
		FOOTER
	******************/	 

	footer {
		padding: 1em 0; 	
	}

	#nav-footer {
		width: 50%; 
		float:right; 
		margin: 0; 
		text-align:right;
	}

	.copyright {
		width: 50%; 
		float: left; 
		margin: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.logo {
		width: 20%;
		margin: 0;
	}

	/*****************
		NAVIGATION
	******************/	 

	#nav-main {
		width: 75%;
		font-size: 1.125em;
	}
	#nav-main nav {
		margin: 0 auto;
	}
	
	/*****************
		SECTION
	******************/	 






	/* Practice Areas */

	#mod-accordion-tab h2{
		font-size: .875em;
	}
	
}
