/* ============================================================================ *
	Structural Styles
    ---------------------------------------------------------------------------
	These are the styles which build the main site layout
	(headers, footers, body, etc.).

	If you are attempting to add styling for any elements placed inside of a 
	Wordpress Editor, use 'editor-content.css' stylesheet.
*/

body {
	color: #332a2d;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	background: #91c0ca;
}

a {
    color: #2b6378;
}


/* ======================================== *
	Headers
 * ======================================== */
h1#page-title,
.editor-content h1 {
	font-size: 1.235em;
	font-weight: 700;
	color: #00436a;
	margin-bottom: 25px;
    font-family: 'Lora', serif;
}

.tmf-post > h2,
.editor-content h2 {
	font-size: 1.235em;
	font-weight: 700;
	margin-bottom: 0;
	color: #d3643b;
	margin-bottom: 5px;
    font-family: 'Lora', serif;
}

.tmf-post > h2 a,
.editor-content h2 a {	
	color: #d3643b;	
}

.tmf-post > h3, .editor-content h3 {
	font-size: 1.118em;
	font-weight: 700;
	margin-bottom: 15px;
	color: #71a0aa;
    font-family: 'Lora', serif;
}

.tmf-post > h3 a, .editor-content h3 a {
	color: #71a0aa;
}

h3.tmf-module-title {
	font-size: 1.118em;
	font-weight: 700;
	margin-bottom: 15px;
	color: #d3643b;
    font-family: 'Lora', serif;
    text-transform: uppercase;
}

h3.tmf-module-title a {
	color: #71a0aa;
}

.tmf-post > h4, .editor-content h4 {
	font-weight: 700;
	font-size: 1.059em;
	color: #d3643b;
    font-family: 'Lora', serif;
}

.tmf-post > h4 a, .editor-content h4 a {
	color: #d3643b;
}

.tmf-post > h4 a:hover, .editor-content h4 a:hover {
	text-decoration: underline;
}


/* ======================================== *
	Header Section
 * ======================================== */
#header-container {
    background: #fff;
}

#header-container {}

#header {
	color: #787878;
}

#header a {
	color: #787878;
	text-decoration: none;
}

#header .logo {
	max-width: 100%;
	padding: 17px 0;
}

form.search-form {
  	display: inline-block;
  	float: none;
  	padding-right: 12px;
}

#searchbox input.search-box {
  	width: 180px;
  	color: #035FA0;
  	padding-left: 20px;
  	background-position: 4px center;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
}

#searchbox .search-submit.tmf-button.small {
  	border-radius: 0px;
  	padding: 5px 7px;
  	margin-left: -4px;
}

.tmf-module-area-header {
  	display: inline-block;
}

#sub-header-cell-1 {
	text-align: left;
    text-transform: uppercase;
	color: #787878;
	font-size: 1.118em;
	font-weight: 700;
}

div#sub-header-cell-1 p {
  	line-height: normal;
}

#sub-header-cell-1 .phone-1, #sub-header-cell-1 .phone-2, #sub-header-cell-1 .email, #sub-header-cell-1 .fax {
	font-weight: 700;
    padding-left: 25px;
    margin-left: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/square.png);
}

#sub-header-cell-1 a {
	color: #787878;
	text-decoration: none;
}

@media screen and (max-width: 1100px) {
    
    div#sub-header-cell-1 {
        text-align: center;
        padding-bottom: 20px;
    }
    
    #sub-header-cell-1 .phone-1, #sub-header-cell-1 .phone-2, #sub-header-cell-1 .email, #sub-header-cell-1 .fax {
        background: none;
        display: block;
        padding: 0;
        margin: 0;
    }
    
}

@media screen and (max-width: 950px) {
	#header-container {}
}

@media screen and (min-width: 750px) and (max-width: 900px) {
	#header-cell-2 {}
}

@media screen and (max-width: 750px) {
	#header-cell-1,
	#header-cell-2 {
		text-align: center;
	}

	#header-cell-2 {
		padding-top: 10px;
	}
}

@media screen and (max-width: 500px) {
	#header-cell-2 {}
}



/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-container {
	z-index: 10;
}

#primary-nav-container {
	text-align: center;
    background: #fff;
    font-family: 'Lora', serif;
}

#primary-nav {}

#primary-nav .menu {}

#primary-nav .menu > .menu-item {
	display: table-cell;
	padding: 14px 0;
}

#primary-nav .menu > .menu-item > a {
	color: #d3643b;
	font-size: 17px;
	font-weight: 700;
	padding: 3px 15px;
	border-left: 1px solid #93c2cc;
    text-transform: uppercase;
}

#primary-nav .menu > .menu-item.first > a {
	border-left: 0;
}
#primary-nav .menu > .menu-item.last > a {
	border-right: 0;
}

#primary-nav .menu > .menu-item:hover a {
	color: #00436a;
}

#primary-nav .menu > .menu-item:hover > a {}

#primary-nav .menu .sub-menu {
	background-color: #00436a;
    border-top: 14px solid rgba(0, 0, 0, 0);
    top: 14px;
}

#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
	font-size: 16px;
}

#primary-nav .menu .sub-menu .menu-item:hover > a {
	text-decoration: underline;
}

#primary-nav .menu-bar {
	font-size: 17px;
}

@media screen and (max-width: 1200px) {
	#primary-nav-container {
		border-left: none;
		border-right: none;
	}
}

/* White Icon */

/*
#primary-nav .menu-bar:before {
	background-position: -558px 0;
} */



html.mobile-nav #primary-nav .menu {}
html.mobile-nav #primary-nav .menu > .menu-item {
	border-left: none;
	border-right: none;
	border-top: 1px solid rgba(0,0,0,0.3);
}
html.mobile-nav #primary-nav .menu > .menu-item > a{
	font-size: 16px;
}

@media screen and (max-width: 1000px) {
    
	#primary-nav-container {
		border-left: none;
		border-right: none;
	}

	#primary-nav .menu-bar {
		display: block;
	}

	#primary-nav .menu {
		display: none;
	}

	#primary-nav .menu > .menu-item {
		display: block;
		width: 100%;
		text-align: center;
	}

	#primary-nav .menu > .menu-item .sub-menu {
		position: relative;
		background: none;
        text-align: center;
	}
    
    #primary-nav .menu .sub-menu .menu-item > a {
        color: #d3643b;
    }
}

@media screen and (max-width: 750px) {
    
    .tmf-module-area-header {
        display: block;
        margin-top: 10px;
    }

}


/* ======================================== *
	Secondary Navigation Section
 * ======================================== */

#secondary-nav-container {
	background: #FFF;
}

#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}

#secondary-nav .menu > .menu-item > a {
	font-size: 0.8em;
	color: inherit;
	text-decoration: underline;
}

#secondary-nav .menu > .menu-item:hover > a {
	text-decoration: none;
}

/* ======================================== *
	Billboard Section
 * ======================================== */

div#billboard-wrapper {}

div#billboard-container {
  	background: #09466b;
}


div#billboard-cell-1 {
	background: #09466b;
	color: #fff;
	font-size: 1em;
	line-height: normal;
	padding: 17px 0px !important;
}

div#billboard-cell-1 a {
	color: #fff;
}

div#billboard-cell-1 h1, div#billboard-cell-1 h2, div#billboard-cell-1 h3 {
	color: #fff;
	font-size: 1.235em;
	line-height: normal;
	font-weight: 700;
    margin-bottom: 0;
}

#billboard-cell-1 .children {
  	display: none;
}

#billboard-cell-1 div .tmf-post.small.practice-area {
    display: block;
}

#billboard-cell-1 .tmf-post.practice-area.small .title a {
  	color: inherit;
  	text-decoration: none;
  	padding-left: 0;
}

#billboard-cell-1 .practice-area.small:before {
  	content: "\00bb";
  	display: block;
  	float: left;
  	padding-right: 10px;
}

#billboard-cell-1 .tmf-post.small.practice-area .title:before {
  	content: "";
    display: none;
}

#billboard-cell-1  .tmf-post.small.practice-area .title {
 	display: inline-block;
  	width: 90%;
}

div#billboard-cell-2 {
	position: relative;
}

#billboard-cell-2 .inner, .homebillboardbox {
  	position: absolute;
  	height: 100%;
  	width: 100%;
	padding: 0;
}

.slidecontent ul {
    list-style: none;
}

.slidecontent ul li:before {
    content: '\2022';
    left: -10px;
    position: relative;
}

.slidecontent ul li {
    margin-bottom: 20px;
}

.billboard-image {
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-position: center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#billboard-cell-1 .slidercontent p {
	line-height: normal;
}

#billboard-cell-1 .slidercontent a {
	color: #fff;
}

.slidecontent {
    display: block;
    position: relative;
    padding: 60px 40px;
    font-size: 1.647em;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-family: 'Lora', serif;
    text-shadow: 1px 1px 8px #000;
}

.slidecontent a {
    color: #fff;
}

@media screen and (max-width: 1000px) {

	div#billboard-cell-1 {
		width: 100%;
	}

	div#billboard-cell-2 {
		display: none;
	}
}

/* ======================================== *
	Billboard Interior Section And Breadcrumbs
 * ======================================== */

div#int-billboard-container {
    background: url(../images/int_slide01.jpg);
  	background-position: center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
    max-height: 265px;
}

div#int-billboard {
    padding: 10.5% 0;
}

div#int-billboard-container div {
    position: static;
}

div#int-billboard-container div#int-billboard-background {
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

div#breadcrumbbox-container {
    background-color: #052F48;
}

#breadcrumbs {
    font-size: 0.765em;
    margin: 5px 0;
    color: #FFF;
}

#breadcrumbs a {
    color: #FFF;
}


/* ======================================== *
	Body Section
 * ======================================== */

#body-cell-1 div div#breadcrumbs {
    display: none;
}

div#body-wrapper {}

#body-container {
	background: #ffffff;
}

#body {
	padding: 30px 0;
}

@media screen and (max-width: 1200px) {
	#body-container {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 850px) {
	#body {
		padding: 25px 0;
	}
}

/* ======================================== *
	Sidebar Section
 * ======================================== */

.tmf-module-area-page-sidebar div .tmf-post.small.practice-area .children {
    display: none;
}


/* ======================================== *
	Footer Section
 * ======================================== */

span.payment-icons {
    margin-top: 120px;
    display: block;
}

#footer-wrapper {}

#footer-container {
	background-color: #ffffff;
    border-top: 7px solid #d3643b;
}

#footer {
	padding: 37px 0 20px;
}


#footer a {
	
}

#footer .tmf-button {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	font-weight:600;
}

#footer h3.tmf-module-title {
	color: #d3643b;
	font-size: 1.059em;
	padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

#footer div .tmf-module-content {
  	font-size: 0.941em;
    color: #555564;
}

.static-map img {
	border-radius: 5px;
}

#footer-cell-2,
#footer-cell-3 {}

#footer-cell-1,
#footer-cell-2 {}

@media screen and (max-width: 850px) {
    
    span.payment-icons {
        margin-top: 0px;
    }
    
	#footer-cell-2,
	#footer-cell-3 {
		border-left: none;
		border-top: 1px solid #fff;
	}

	#footer-cell-1,
	#footer-cell-2 {
		border-right: none;
		border-bottom: 1px solid #c3c3c3;
		padding-bottom: 25px;
	}

	#footer {
		padding: 25px 0;
	}
}


/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {}

#copyright-container {
	padding: 25px 0;
}

#copyright {
	text-align: center;
	font-size: 0.824em;
	color: #fff;
}

#copyright a {
	color: #fff;
}

/* ======================================== *
	Disclaimer Section
 * ======================================== */
#copyright-wrapper {}

#copyright-container {
	padding: 25px 0;
}

#copyright {
	text-align: center;
	font-size: 0.706em;
	color: #fff;
}

#copyright a {
	color: #fff;
}



/* ======================================== *
	Modules
 * ======================================== */
.person-sidebar .tmf-module-title,
.tmf-module-area-page-sidebar .tmf-module-title,
.tmf-module-area-home-sidebar .tmf-module-title {}

.tmf-module-area-page-sidebar .tmf-module-title a,
.tmf-module-area-home-sidebar .tmf-module-title a {}

.person-sidebar .tmf-module-content,
.tmf-module-area-page-sidebar .tmf-module-content,
.tmf-module-area-home-sidebar .tmf-module-content {}

.tmf-multi-module-area .tmf-module {
	margin-bottom: 50px;
}

.tmf-multi-module-area .tmf-module:last-child {
	margin-bottom: 0;
}

.tmf-module-34 .tmf-module-content,
.tmf-module-35 .tmf-module-content {}

.tmf-module-34 .tmf-module-content img,
.tmf-module-35 .tmf-module-content img {
	display: block;
}


/* ======================================== *
	Inputs & Buttons
 * ======================================== */

.phone-1, .phone-2, .email, .fax {
	font-weight: 400;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.phone-1, .phone-2 {
	background-image: url(../images/phone.png);
}

.email {
	background-image: url(../images/email.png);
}

.fax {
	background-image: url(../images/fax.png);
}

input[type=text],
textarea {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px #e2e2e2;
	-moz-box-shadow: inset 0 1px 1px #e2e2e2;
	box-shadow: inset 0 1px 1px #e2e2e2;
}

input[type=text]:focus,
textarea:focus {
	border: 1px solid #888;
}

.tmf-button,
.page-numbers {
	padding: 15px 15px;
    background: #e36e43;
    background: -moz-linear-gradient(top,  #e36e43 0%, #d3643b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e36e43), color-stop(100%,#d3643b));
    background: -webkit-linear-gradient(top,  #e36e43 0%,#d3643b 100%);
    background: -o-linear-gradient(top,  #e36e43 0%,#d3643b 100%);
    background: -ms-linear-gradient(top,  #e36e43 0%,#d3643b 100%);
    background: linear-gradient(to bottom,  #e36e43 0%,#d3643b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36e43', endColorstr='#d3643b',GradientType=0 );
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none !important;
    text-transform: none;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.176em;
}

.tmf-button:hover,
.page-numbers:hover {
    background: #d3643b;
    background: -moz-linear-gradient(top,  #d3643b 0%, #e36e43 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3643b), color-stop(100%,#e36e43));
    background: -webkit-linear-gradient(top,  #d3643b 0%,#e36e43 100%);
    background: -o-linear-gradient(top,  #d3643b 0%,#e36e43 100%);
    background: -ms-linear-gradient(top,  #d3643b 0%,#e36e43 100%);
    background: linear-gradient(to bottom,  #d3643b 0%,#e36e43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3643b', endColorstr='#e36e43',GradientType=0 );
	text-decoration: none;
}

.tmf-button:active,
.page-numbers:active {
    background: #d3643b;
    background: -moz-linear-gradient(top,  #d3643b 0%, #e36e43 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3643b), color-stop(100%,#e36e43));
    background: -webkit-linear-gradient(top,  #d3643b 0%,#e36e43 100%);
    background: -o-linear-gradient(top,  #d3643b 0%,#e36e43 100%);
    background: -ms-linear-gradient(top,  #d3643b 0%,#e36e43 100%);
    background: linear-gradient(to bottom,  #d3643b 0%,#e36e43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3643b', endColorstr='#e36e43',GradientType=0 );
	text-decoration: none;
}

.tmf-button.large {
	font-size: 1.1em;
	padding: 7px 25px;
}

.tmf-button.medium {
	font-size: .95em;
	padding: 5px 25px;
}

.tmf-button.small {
	font-size: .85em;
	padding: 3px 15px;
}

.tmf-button.tiny {
	font-size: .75em;
	padding: 2px 7px;
}

.page-numbers.current {
	background: none;
	border: 1px solid #ddd;
	color: #333;
}





/* ======================================== *
	Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
	#breadcrumbs {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	#secondary-nav-wrapper {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.row > div > .inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}



/* ======================================== *
	Miscellaneous
 * ======================================== */

.editor-content img { 
	max-width: 100% !important; 
	height: auto !important;
}

.mobile {
	display: none;
}

span.social-icons {
  	bottom: -10px;
  	position: relative;
}

.social-icons .icon {
  	background: url(../images/icon-sprite.png) no-repeat;
  	width: 44px;
  	height: 44px;
  	margin-right: 2px;
  	display: inline-block;
}

.social-icons .facebook {
  	background-position: -114px 0px;
}

.social-icons .twitter {
  	background-position: -160px 3px;
}

@media screen and (max-width: 500px) {
	.not-mobile {
		display: none;
	}

	.mobile {
		display: inherit;
	}
}

.tmf-post-link .practice-area {
	display:list-item;
	margin-left:20px;
}

.disclaimer {
	padding-top: 15px;
}

.tmf-post-link-list .attorney {
	
}