/* ============================================================================ *
	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 {
	font-family: "Lato", sans-serif;
	font-size: 20px;
	color: #000;
}

a {
	color: #306095;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



/* ======================================== *
	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
 * ======================================== */
#breadcrumbs {
	padding-left: 25px;
}

.editor-content img { 
	max-width: 100% !important; 
	height: auto !important;
}

a#bbblink img {
    max-width: 200% !important;
}

.mobile {
	display: none;
}

.vcard .value {
	background: url(../images/icon_sprite_1x.png);
    background-position: 0px 6px;
    height: 30px;
    width: 30px;
    margin-right: 2px;
}


@media screen and (max-width: 450px) {
	.not-mobile {
		display: none;
	}

	.mobile {
		display: inherit;
	}
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
td, th {
    text-align: left;
}
td {
    padding: 6px 0;
}
th {
    font-weight: 400;
}

.logo-table {
    display: inline-table !important;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.logo-table td {
    line-height: 1.4;
    padding: 10px 5px;
    vertical-align: middle;
    width: auto !important;
}

.logo-table img {
	margin: auto;
	display: block;
}
@media screen and (max-width: 550px) {
    .logo-table tbody td {
        display: block;  
        text-align:center;
    }
    .logo-table tbody td:before { 
        content: attr(data-th); 
        display: block;
        text-align:center;  
    }
}


/* ======================================== *
	Header 1
 * ======================================== */
h1 {
	font-size: 28px;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 25px;
	color: #2d609d;
}


/* ======================================== *
	Header 2
 * ======================================== */
h2,
h2 a {
	font-size: 26px;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 10px;
	color: #2d609d;
}

/* ======================================== *
	Header 3
 * ======================================== */
h3 {
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
	font-size: 24px;
}

h3.tmf-module-title {
	font-size: 22px;
	color: #2d609d;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {}


/* ======================================== *
	Header 4
 * ======================================== */
h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2em;
	color: #5f5f5f;
}

.tmf-post > h4 a {
	color: #5f5f5f;
	text-decoration: none;
}

.tmf-post > h4 a:hover {
	text-decoration: underline;
}


/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
#secondary-nav-wrapper {}

#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 {}

#secondary-nav .menu > .menu-item.last > a {}
#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}
.menu-item-103 a:after {}

/* ======================================== *
	Header Section
 * ======================================== */
#header-wrapper {
	border-bottom: 1px solid #bfbfbf;
}

#header {
	padding: 30px 0;
}

#header-cell-1 .logo {
	max-width: 446px;
	width: 100%;
}

#header-cell-1 {
	vertical-align: middle;
}

#header-cell-2 {
	text-align: right;
	color: #000000;
	font-size: 30px;
	line-height: 1.5em;
	vertical-align: middle;
}

#header-cell-2 a {
	color: #000000;
	text-decoration: none;
}

#header-cell-2 .editor-content p:last-child {
	margin-top: 20px;
}

#header-cell-2 .editor-content p .tmf-button {
	color: #fff;
}

#header-cell-2 .editor-content p span {
	font-size: 28px;
}

#header-cell-2 .editor-content p {
    line-height: 1.2em;
    margin-bottom: 0;
}

#header-cell-2 .editor-content p .phone-1 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3em;
}


@media screen and (max-width: 750px) {
	#header-cell-1 {
		text-align: center;
	}	

	#header-cell-2 {
		text-align: center;
		padding-top: 15px;
	}
}

/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
	background-color: #224368;
	background-image: -webkit-linear-gradient(#224368, #306095 10px);
	background-image: -moz-linear-gradient(#224368, #306095 10px);
	background-image: -o-linear-gradient(#224368, #306095 10px);
	background-image: linear-gradient(#224368, #306095 10px);
}

#primary-nav {
	border-right: 1px solid #295280;
	border-left: 1px solid #3c699b;
}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {
	border-left: 1px solid #295280;
	border-right: 1px solid #3c699b;
}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {}
#primary-nav .menu > .menu-item > a {
	padding: 18px 10px 18px;
	text-transform: uppercase;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.5);
	text-decoration: none;
}

#primary-nav .menu > .menu-item:hover {}
#primary-nav .menu > .menu-item:hover {
	background-color: #393637;
	background-image: -webkit-linear-gradient(#393637, #242021);
	background-image: -moz-linear-gradient(#393637, #242021);
	background-image: -o-linear-gradient(#393637, #242021);
	background-image: linear-gradient(#393637, #242021);
}
#primary-nav .menu:hover > .menu-item.current-menu-item > a {}

#primary-nav .menu .sub-menu {
	background-color: #231f20;
}
#primary-nav .menu .sub-menu .menu-item {}
#primary-nav .menu .sub-menu .menu-item.first {}
#primary-nav .menu .sub-menu .menu-item.last {}
#primary-nav .menu .sub-menu .menu-item a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	background-color: #306095;
}

#primary-nav .menu-bar {
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.5);
	font-weight: 700;
	color: #fff;
}

/* White Icon */
#primary-nav .menu-bar:before {
	background-position: -558px 0;
}

html.mobile-nav #primary-menu {}

html.mobile-nav #primary-menu .menu > .menu-item {
	border-left: none;
	border-right: none;
}

html.mobile-nav #primary-nav .menu > .menu-item > a {
	padding: 10px 15px;
	border-top: 1px solid rgba(255,255,255, 0.2);
}
html.mobile-nav #primary-menu .menu-item {}


@media screen and (max-width: 1200px) {
	#primary-nav {
		border-right: none;
		border-left: none;
		margin-left: 0;
		margin-right: 0;
	}
}


/* ======================================== *
	Billboard
 * ======================================== */
#billboard-wrapper {
	background: url(../images/home_billboard_1x.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: 15px solid #2d609d;
}

#billboard-container {
	max-width: 1030px;
}

#billboard {
	padding: 50px 0 100px;
}

#billboard p {
	font-size: 22px;
}

@media screen and (min-width: 1600px) {
	#billboard {
		padding: 70px 0 120px;
	}
}

@media screen and (min-width: 1800px) {
	#billboard {
		padding: 100px 0 160px;
	}
}

@media screen and (min-width: 2000px) {
	#billboard {
		padding: 150px 0 210px;
	}
}

@media screen and (max-width: 1200px) {
	#billboard .inner {
		padding: 0 25px;
	}

	#billboard .tmf-button:last-child {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1100px) {
	#billboard {
		padding-bottom: 25px;
	}

}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	#billboard .tmf-button {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	#billboard .tmf-button:last-child {
		margin-right: auto;
	}
}

@media screen and (max-width: 500px) {
	#billboard-wrapper {
		height: auto;
	}
}

/* ======================================== *
	Int Billboard
 * ======================================== */
#int-billboard-wrapper {
	height: 93px;
	background: url("../images/int_billboard_1x.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1600px) {
	#int-billboard-wrapper {
		background-position: bottom center;
	}
}


/* ======================================== *
	Home Practice Areas
 * ======================================== */

#home-practice-areas-container {
	text-align: center;
	max-width: 1290px;
}

#home-practice-areas .inner{
	padding: 0;
}

#home-practice-areas {
	padding: 45px 0 50px;
}

#home-practice-areas p .tmf-button {
	display: block;
	margin: auto;
	max-width: 300px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	background-color: #2a60a6;
	background-image: url(../ie-gradient.php?from=2a60a6&to=1a3c66);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a60a6), to(#1a3c66));
	background-image: -webkit-linear-gradient(#2a60a6, #1a3c66);
	background-image: -moz-linear-gradient(#2a60a6, #1a3c66);
	background-image: -ms-linear-gradient(#2a60a6, #1a3c66);
	background-image: -o-linear-gradient(#2a60a6, #1a3c66);
	background-image: linear-gradient(#2a60a6, #1a3c66);
}

#home-practice-areas p .tmf-button:hover {
	background-color: #1a3c66;
	background-image: url(../ie-gradient.php?from=1a3c66&to=2a60a6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a3c66), to(#2a60a6));
	background-image: -webkit-linear-gradient(#1a3c66, #2a60a6);
	background-image: -moz-linear-gradient(#1a3c66, #2a60a6);
	background-image: -ms-linear-gradient(#1a3c66, #2a60a6);
	background-image: -o-linear-gradient(#1a3c66, #2a60a6);
	background-image: linear-gradient(#1a3c66, #2a60a6);
}

@media screen and (max-width: 1330px) {
	#home-practice-areas-container {
		max-width: 760px;
	}

	#home-practice-areas .inner{
		padding: 0 12px;
	}
}

/* ======================================== *
	Body Section
 * ======================================== */
#body-wrapper {
	border-bottom: 1px solid #bebdb9;
}

#body {
	padding: 35px 0;
}

#body .sidebar-image {
	border: 4px solid #fff;
	margin-bottom: 25px;
	max-width: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0, 0.5);
	box-shadow: 0 0 8px rgba(0,0,0, 0.5);
}

/* ======================================== *
	Footer Section
 * ======================================== */
#footer-wrapper {
	background: url("../images/footer_bg_1x.jpg") no-repeat top center;
	background-size: cover;
}

#footer {
	padding: 50px 0 50px;
	text-align: center;
}

#footer h3 {
	text-transform: none;
	text-align: center;
}

.map-container {
    display: inline-block;
    max-width: 400px;
    vertical-align: middle;
    text-align: left;
}

.address-container {
    display: inline-block;
    max-width: 450px;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
}

.address-container a {
	color: #000;
	text-decoration: none;
}

.address-container .inner {
	padding: 0 30px;
}

@media screen and (max-width: 860px) {
	.address-container,
	.map-container {
		display: block;
		margin: auto;
		text-align: center;
	}
}

/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {
	background-color: #040404;
	border-top: 5px solid #2a60a6;
}

#copyright {
	padding: 40px 0 45px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

#copyright a {
	color: #fff;
}


/* ======================================== *
	Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
	margin-bottom: 50px;
}

#body-cell-2 .tmf-module h3.tmf-module-title {
	font-size: 28px;
	text-transform: none;
}


img.alignnone.wp-image-540 {
    vertical-align: middle;
}

.social-icons {
    vertical-align: middle;
    /*margin-left: 10px;*/
}

.social-icons .icon {
    width: 45px;
    height: 45px;
}

.social-icons .facebook {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -38px -1px;
}

.social-icons .linked-in {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -94px -1px;
}

/*.social-icons .avvo {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -306px 0;
}*/


/* ======================================== *
	Inputs & Buttons
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
	font-family: "Lato", serif;
	font-size: 1em;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
	padding: 0;
	margin: 0;
}

.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper textarea {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	text-indent: 0;
	margin-bottom: .65em;
	background: #f6f6f7;
	border: none;
	box-shadow: none;
	padding: 10px !important;
	margin: 10px 0;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
	margin-bottom: 0;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
 	margin-bottom: .65em;
 }

.gform_wrapper.tmf-form_wrapper input[type=text]:focus,
.gform_wrapper.tmf-form_wrapper textarea:focus {
	border: 1px solid #888;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
	margin: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
	cursor: pointer;
	border: none;
	max-width: 180px;
	width: 100%;
	font-family: "Lato", serif;
	display: block;
	margin: auto;
}

.gform_wrapper.tmf-form_wrapper input[type=submit],
.tmf-button,
.page-numbers {
	font-size: 20px;
	padding: 15px 20px;
	background-color: #666666;
	background-image: url(../ie-gradient.php?from=666666&to=4e4e4e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#4e4e4e));
	background-image: -webkit-linear-gradient(#666666, #4e4e4e);
	background-image: -moz-linear-gradient(#666666, #4e4e4e);
	background-image: -ms-linear-gradient(#666666, #4e4e4e);
	background-image: -o-linear-gradient(#666666, #4e4e4e);
	background-image: linear-gradient(#666666, #4e4e4e);
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.gform_wrapper.tmf-form_wrapper input[type=submit]:hover,
.tmf-button:hover,
.page-numbers:hover {
	background-color: #4e4e4e;
	background-image: url(../ie-gradient.php?from=4e4e4e&to=666666);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e4e4e), to(#666666));
	background-image: -webkit-linear-gradient(#4e4e4e, #666666);
	background-image: -moz-linear-gradient(#4e4e4e, #666666);
	background-image: -ms-linear-gradient(#4e4e4e, #666666);
	background-image: -o-linear-gradient(#4e4e4e, #666666);
	background-image: linear-gradient(#4e4e4e, #666666);
	text-decoration: none;
	color: #fff;
}


.gform_wrapper.tmf-form_wrapper input[type=submit] {
	background: #2a60a6;
	font-family: "Lato", sans-serif;
	display: block;
	max-width: 100% !important;
}

.gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
	background: #20569c;
}

#body-cell-2 .tmf-button {
	display: block;
	text-align: center;
}

.tmf-button.covered {
	padding: 15px 0;
	font-size: 17px;
}

.tmf-button.accident {
	font-size: 24px;
	padding: 15px 25px;
}

.tmf-button.covered .free-review {
	font-size: 20px
}


.tmf-button.testimonial {
	font-style: italic;
	padding: 20px;
}

.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: #;
}