/*
 * @author 			Steven Walters
 * @website			http://elephanteardesign.com
 * @description		custom CSS for http://burnetteshutt.law/
 * @version			1.0
 * Theme Name:		BSM Theme
 * Author:			Elephant Ear Design
 * Author URI:		http://elephanteardesign.com
 * Version:			1.0
 */
body, html {
	width: 100%;
	min-width: 320px;
}
body {
	margin: 0;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	overflow-x: hidden;
}
div {
	position: relative;
}
.container {
	width: 990px;
	margin: 0 auto;
}
@media only screen and (min-width: 1280px) { 
	.container {
		width: 1200px;
	}
}
@media only screen and (max-width: 990px) { 
	.container {
		width: auto;
		margin: 0 10px;
	}
}
.hide {
	display: none;
}
.bg-full {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.border {
	border: 1px solid #CC3300;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	outline: none;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;	
}
a.more-link {
	padding: 0 0 0 40px;
	background-image: url('images/layout/arrow-more.png');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 30px;
	text-transform: uppercase;
	color: #BF6A33;
	font-size: 15px;
	font-weight: 700;
}
.eed-button {
	/*border-radius: 5px;*/
	padding: 8px 30px 8px 12px;
	margin-top: 15px;
	display: block;
	color: #EFEFEF;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url('images/layout/bg-button-arrow.png');
	background-repeat: no-repeat;
	background-position: right center;	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;		
}
a#att-more-but {
	line-height: normal !important;
	border: none !important;
}
.eed-button:hover {
	background-position: 105% center;
}
.btn-dk-org {
	background-color: #DC350E;
}
.btn-dk-org:hover {
	background-color: #F1572D;
}
.btn-dk-gry {
	background-color: #554C43;
}
.btn-dk-gry:hover {
	background-color: #453E37;
}
.btn-dk-red {
	background-color: #C80E0E;
}
.btn-dk-red:hover {
	background-color: #A70F0A;
}
#header {
	background-color: #F1F1EF;
	background-color: rgba(241,241,239,0.9);
	z-index: 9999;
	height: 85px;
}
#header.header-fixed {
	position: fixed;
	width: 100%;
	height: 60px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.3);
}
#header .logo {
	width: 500px;
	float: left;
	margin-top: 10px;
	display: inline-block;
}
#header.header-fixed .logo {
	width: 380px;
	margin-top: 5px;
}
#header .mob-logo {
	width: 40px;
	height: 40px;
	margin: 5px;
	float: left;
	display: inline-block;
	display: none;
}
#header .logo img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: auto;
}
#header .right-side {
	display: inline-block;
	float: right;
	margin-top: 10px;
}
#header.header-fixed .right-side {
	display: none;
}
#header .phone {
	float: right;
	display: inline-block;
	margin-top: -5px;
}
#header .phone a {
	color: #00A0A4;
	font-size: 16px;
	font-weight: 600;
}
#header .social {
	float: right;
	display: inline-block;
}
#header .social a {
	float: left;
	width: 16px;
	display: inline-block;
	margin-right: 15px;
}
#header .social a img {
	width: 100%;
	max-width: 100%;
}

ul.main-nav {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	display: inline-block;
}
#header.header-fixed ul.main-nav {
	margin-top: 0;
}
ul.main-nav li {
	float: left;
	padding-left: 20px;
	text-transform: uppercase;
}
ul.main-nav li a {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	display: block;
	font-weight: 700;
}
#header.header-fixed ul.main-nav li a {
	line-height: 60px;
}
ul.main-nav li a:hover {
	color: #009CA7;
}
@media only screen and (min-width: 1280px) {
	ul.main-nav li {
		padding-left: 40px;
	}
}
@media only screen and (max-width: 1280px) {
	#header {
		height: 70px;
	}
	#header .logo {
		width: 380px;
		margin-top: 5px;
	}
	#header .right-side {
		margin-top: 10px;
	}
	ul.main-nav li a {
		font-size: 10px;
	}	
}
a#mobile-menu-button {
	width: 50px;
	height: 100%;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	background-color: #fff;
	background-image: url('images/layout/mobile-menu.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}

@media only screen and (max-width: 860px) {
	ul.main-nav {
		display: none;
	}
	a#mobile-menu-button {
		display: block;
	}
	#header.header-fixed {
		height: 50px;
	}
	#header .right-side {
		/*background-color: #fff;
		float: none;
		display: block;
		clear: both;
		margin: 0 -10px 0 -10px;
		padding: 3px;	*/	
		margin: 30px 50px 0 0
	}
	#header.header-fixed .right-side {
		margin-top: 0;
	}	
	#header .phone {
		margin-right: 10px;
	}
	#header .logo {
	}
	#header.header-fixed .logo {
		width: 300px;	
	}
}
@media only screen and (max-width: 860px) {
	#header .right-side {
		display: none;
	}
}
@media only screen and (max-width: 460px) {
	#header {
		height: 60px;
	}
	#header .logo {
		width: 300px;
		margin-top: 10px;
	}
	#header.header-fixed .logo {
		display: none;
	}	
	#header.header-fixed .mob-logo {
		display: block;
	}
	a#mobile-menu-button {
		/*width: 30px;*/
	}

}
@media only screen and (max-width: 380px) {
	a#mobile-menu-button {
		width: 30px;
	}

}
@media only screen and (max-width: 350px) {
	#header .logo,
	#header.header-fixed .logo {
		width: 270px;
	}


}
#mobile-phone {
	background-color: #008691;
	height: 40px;
	text-align: right;
	display: none;
}
#mobile-phone a {
	color: white;
	line-height: 40px;
}
@media only screen and (max-width: 860px) {
	#mobile-phone {
		display: block;
	}
}
#mobile-menu {
	background: rgba(0,134,145,0.8);
	z-index: 999999;
	display: none;
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
}
a#mobile-close {
	display: block;
	/*text-align: right;*/
	height: 50px;
	background-color: #2A4B5A;
	background-image: url('images/layout/button-close.png');
	background-repeat: no-repeat;
	background-position: center right;
	text-indent: -10000px;
}
ul.mobile-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.mobile-nav li {
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
/*ul.mobile-nav li:last-child {
	border-bottom: none;
}*/
ul.mobile-nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 10px;
	display: block;
}
#content-wrapper {
	margin-top: 0;
	background-color: #fff;
}
/*#content-wrapper.content-scrolled {
	margin-top: 100px;
}*/
/****************************************************/
ul.subnav-list {
	list-style: none;
	padding: 0;
	margin: 0 20px 30px 0;
}
ul.subnav-list li a {
	color: #008691;
	text-decoration: none;
	font-size: 14px;
	padding: 8px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	clear: both;
}
ul.subnav-list li a.att {
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 5px;
}
ul.subnav-list li:last-child a.att {
	border: 0;
}
ul.subnav-list li a .img-thmb {
	width: 50px;
	height: 50px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}

ul.subnav-list li a .text {
	display: inline-block;
	float: left;
	padding-top: 20px;
}
@media only screen and (max-width: 730px) {
	ul.subnav-list li.li-att {
		width: 50%;
		display: inline-block;
		float: left;
	}
	ul.subnav-list li a.att {
		font-size: 13px;
	}	
	ul.subnav-list li a .img-thmb {
		width: 80px;
		height: 80px;
	}
	ul.subnav-list li a .text {
		padding-top: 30px;
	}	
}
@media only screen and (max-width: 580px) {
	ul.subnav-list li.li-att {
		width: auto;
		display: block;
		float: none;
	}
	ul.subnav-list li a.att {
		font-size: 18px;
		font-weight: 400;
	}	
	ul.subnav-list li a .img-thmb {
		width: 100px;
		height: 100px;
	}
	ul.subnav-list li a .text {
		padding-top: 40px;
	}	
}
@media only screen and (max-width: 400px) {
	ul.subnav-list li a.att {
		font-size: 14px;
		font-weight: 600;
	}	
	ul.subnav-list li a .img-thmb {
		width: 70px;
		height: 70px;
	}
	ul.subnav-list li a .text {
		padding-top: 30px;
	}	
}
ul.subnav-list li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.subnav-list li ul li a {
	margin-left: 20px;
	color: #01AEB4;
}
ul.subnav-list li a:hover {
	color: #6E7176;
}
ul.subnav-list li a.active, ul.subnav-list li.current_page_item > a {
	color: #BF6A33;
	border-bottom: 1px solid #E7E8E3;
	border-top: 1px solid #E7E8E3;
	background-image: url('images/layout/bg-subnav.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
}
ul.subnav-list ul.children {
	display: none;
}
ul.subnav-list li.current_page_item ul.children, ul.subnav-list li.current_page_ancestor ul.children {
	display: block;
}
ul.subnav-list li ul li ul li a {
	margin-left: 40px;
}

.subnav {
	float: left;
	width: 30%;
	height: inherit;
	padding: 50px 0;
}
.subnav-right {
	width: 22%;
	float: right;
}
.subnav h2 {
	text-transform: uppercase;
	color: #6E7176;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .1em;
	margin-top: 0;
}
.main-content {
	float: right;
	width: 70%;
	min-height: 500px;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	font-family: 'Montserrat', sans-serif;
}
.main-content-full {
	min-height: 500px;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	font-family: 'Montserrat', sans-serif;
}
.mc-right-subnav {
	width: 48%;
}

@media only screen and (max-width: 1330px) {
	.subnav-right {
		width: 26%;
	}
	.mc-right-subnav {
		width: 44%;
	}
}
@media only screen and (max-width: 990px) {
	.subnav.subnav-right {
		min-height: auto !important;
		padding-bottom: 0;
	}
	.subnav-right {
		width: 35%;
		float: left;
	}
	.subnav {
		width: 35%;
	}	
	.main-content,.mc-right-subnav {
		width: 65%;
	}
}
/****************************************************/
.main-content-pad {
	padding: 40px 20px;
}
.main-content h1 {
	color: #2A4B5A;
	padding: 0;
	margin: 0 0 40px 0;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: .01em;	
}
.main-content h2 {
	font-size: 48px;
	line-height: 52px;
	font-weight: 100;
	color: #008691;
}
.main-content .s1 {
	font-size: 48px;
	line-height: 52px;
	font-weight: 100;
	color: #008691;
	display: block;
	margin: 30px 0;
}
.main-content h3 {
    color: #2A4B5A;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: .01em;
}
.main-content .s2 {
    color: #2A4B5A;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: .01em;
}
@media only screen and (max-width: 850px) {
	
	.main-content h3 {
		font-size: 24px;
		line-height: 32px;
	}	
	.main-content .s2 {
		font-size: 24px;
		line-height: 32px;
	}
}
.main-content h4 {
    padding: 40px 20px;
    font-size: 1.4em;
    font-weight: 600;
	margin: 20px 20px 20px 0;
    width: 35%;
    float: left;
	text-align: right;
    border-right: 1px solid #ccc;
	text-transform: uppercase;
}
.main-content .s3 {
    padding: 40px 20px;
    font-size: 1.4em;
    font-weight: 600;
	margin: 20px 20px 20px 0;
    width: 35%;
    float: left;
	text-align: right;
    border-right: 1px solid #ccc;
	text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
	.main-content h4 {
    	font-size: 1.2em;
		padding: 20px;
		margin: 20px 0;
		width: auto;
		display: block;
		text-align: center;
		float: none;
		border-right: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.main-content .s3 {
    	font-size: 1.2em;
		padding: 20px;
		margin: 20px 0;
		width: auto;
		display: block;
		text-align: center;
		float: none;
		border-right: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}	
}
@media only screen and (max-width: 990px) {
	.main-content h4 {
    	font-size: 1em;
		padding: 20px;
		margin-right: 10px;
		width: 35%;
		float: left;
		text-align: right;
		border-top: none;
		border-bottom: none;
		border-right: 1px solid #ccc;		
	}
	.main-content .s3 {
    	font-size: 1em;
		padding: 20px;
		margin-right: 10px;
		width: 35%;
		float: left;
		text-align: right;
		border-top: none;
		border-bottom: none;
		border-right: 1px solid #ccc;		
	}	
}
@media only screen and (max-width: 640px) {
	.main-content h4 {
    	font-size: 1em;
		padding: 20px;
		margin-right: 10px;
	}
	.main-content .s3 {
    	font-size: 1em;
		padding: 20px;
		margin-right: 10px;
	}	
}
@media only screen and (max-width: 410px) {
	.main-content h4 {
    	font-size: 1.2em;
		padding: 20px;
		margin: 20px 0;
		width: auto;
		display: block;
		text-align: center;
		float: none;
		border-right: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.main-content .s3 {
    	font-size: 1.2em;
		padding: 20px;
		margin: 20px 0;
		width: auto;
		display: block;
		text-align: center;
		float: none;
		border-right: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}	
}
.main-content h5 {
	border-bottom: 1px solid #ccc;
	color: #01AEB4;
	font-size: 48px;
	line-height: 52px;
	font-weight: 200;
	padding-bottom: 10px;
}
.main-content .s4 {
	border-bottom: 1px solid #ccc;
	color: #01AEB4;
	font-size: 48px;
	line-height: 52px;
	font-weight: 200;
	padding-bottom: 10px;
}
.main-content h6 {
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 16px;
	color: #009CA7;
	border-bottom: 2px solid #009CA7;
	display: inline-block;
	margin: 20px 0 -9px 0;
	padding: 0;
	clear: both;
}
.main-content .s5 {
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 16px;
	color: #009CA7;
	border-bottom: 2px solid #009CA7;
	display: inline-block;
	margin: 20px 0 -9px 0;
	padding: 0;
	clear: both;
}
.main-content hr.h6 {
    border: 0;
    border-bottom: 2px solid #ddd;
    background: #ddd;
}
.main-content hr.s5 {
    border: 0;
    border-bottom: 2px solid #ddd;
    background: #ddd;
}
.main-content blockquote {
    padding: 20px;
    margin: 30px;
    background-color: #F1F1EF;
    border-left: 10px solid #BF6A33;
    font-size: 1.5em;
    font-weight: 300;
}
.main-content h3 a {
	text-decoration: none;
}
.main-content h3.post-title {
	margin: 40px 0;
	padding: 0;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: .01em;
	color: #008691;
	float: none;
	border: none;
	width: auto;
}
.main-content .post-date {
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 16px;
	color: #009CA7;
	border-bottom: 2px solid #009CA7;
	display: inline-block;
	margin: 20px 0 -9px 0;
	padding: 0;
	clear: both;
}
.main-content hr.post-date-hr {
    border: 0;
    border-bottom: 2px solid #ddd;
    background: #ddd;
}
a.read-more-button {
	display: block;
	width: 150px;
	color: #F1572D !important;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	float: right;
	text-decoration: none !important;
	border: 1px solid #F1572D;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
a.read-more-button:hover {
	background-color: #F1572D;
	color: #fff !important;
}
.page-title {
	background-color: #009CA7;
	padding: 30px 0;
	margin-botom: 50px;
}
.page-title h1 {
	color: #fff;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .1em;	
}

div.post-excerpt {
	margin: 0 0 0 20px;
}

.main-content a {
	color: #2A4B5A;
	text-decoration: underline;
}
div.post-tags {
	font-size: 12px;
}
span.tags {
	font-weight: 700;
	color: #666;
}

@media only screen and (max-width: 730px) {
	#main-content {
		background-image: none;
	}
	#main-content .container {
		margin: 0;
	}	
	.main-content {
		float: none;
		width: auto;
		min-height: 0;
		padding: 0;
	}
	.main-content-pad {
		padding: 10px;
	}	
	.subnav {
		float: none;
		width: auto;
		min-height: 0;
	}
	.subnav h2 {
		margin: 0 10px 10px 10px;
	}
	ul.subnav-list {
		margin-right: 0;
		padding-top: 0;
	}
	ul.subnav-list li a {
		padding: 8px 20px;
		margin-bottom: 0;
	}
	ul.subnav-list li ul li a {
		margin-left: 0;
	}	
}

#news {
	background-color: #AA3410;
	min-height: 150px;
}
#news h2 {
	color: #EEEEEE;
	margin-bottom: 25px;
}
#news h5 {
	margin: 0 0 10px 0;
	padding: 0;
}
#news h5 a {
	color: #EEEEEE;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
#news .news-item {
	float: left;
	width: 300px;
	margin: 0 12px;
	margin-bottom: 40px;
	color: #DDDDDD;
	font-size: 12px;
	height: 120px;
}
#news .news-item a:hover {
	color: #E1CD92;
}
#news .last-item {
	margin-right: 0;
}
#news .news-item a.more {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	font-style:italic;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 990px) {
	#news .news-item {
		width: 30%;
	}
}
@media only screen and (max-width: 770px) {
	#news .news-item {
		float: none;
		clear: both;
		width: 70%;
		margin: 20px auto;
	}
}
@media only screen and (max-width: 480px) {
	#news .news-item {
		width: 100%;
	}
}
.pagination {
	margin-top: 20px;
}
.pagination a {

	width: 150px;
	color: #333 !important;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	float: right;
	text-decoration: none !important;
	border: 1px solid #333;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.pagination a:hover {
	background-color: #333;
	color: #fff !important;
}

.pagination .nav-previous {
	float: left;
}
.pagination .nav-next {
	float: right;
}
/*********************************************************/


#footer {
	color: #00A0A4;
	text-align: center;
	font-weight: 600;
	margin: 50px 0;
	letter-spacing: .1em;
}
#footer a {
	text-decoration: none;
	color: #00A0A4;
	text-transform: uppercase;
}
#footer a.disclaimer {
	font-size: 12px;
	line-height: 30px;
	font-style: normal;
	color: #436375;
	letter-spacing: normal;
}
#footer a:hover {
	color: #446476;
}
@media only screen and (max-width: 980px) {
	#footer {
		font-size: 12px;
	}
}
@media only screen and (max-width: 850px) {
	#footer .email {
		display: block;
	}
	#footer .email .break {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	#footer .city {
		display: block;
	}
	#footer .city .break {
		display: none;
	}
	#footer .phone {
		display: block;
	}
	#footer .phone .break {
		display: none;
	}
}
@media only screen and (max-width: 550px) {
	.copy_left,.copy_right {
		width: auto;
		float: none;
	}
}



/**************************************/
.badge-grad {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	width: 100%;
	z-index: 1;
}
#home-att-badges {
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 5;
	padding-top: 20px;
}
#att-badges {
	/*position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 5;
	padding-top: 20px;*/
	background-color: #2A4B5A;
}
ul.badge-list {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	z-index: 5;
    display: table;
    margin: 0 auto;	
	position: relative;
}
ul.badge-list li {
	margin: 0;
	padding: 0;
	height: 100px;
	display: block;
	float: left;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 60%;
	position: relative;
}
ul.badge-list li img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
}

/************************************************************/
#home-callouts {
	background-color: #F1F1EF;
	padding: 50px 0;
}
ul.list-callouts {
	list-style: none;
	padding: 0;
}
ul.list-callouts li {
	display: inline-block;
	float: left;
	text-align: center;
}
ul.list-callouts .wrapper {
	padding: 0 40px;
}
ul.list-callouts .ca-icon  {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #2A4B5A;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: 0 auto;
}
ul.list-callouts h5 {
	text-transform: uppercase;
	color: #2A4B5A;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .1em;
}
ul.list-callouts p {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
ul.list-callouts li.w1 {
	width: 100%;
}
ul.list-callouts li.w2 {
	width: 50%;
}
ul.list-callouts li.w3 {
	width: 33.33333%;
}
ul.list-callouts li.w4 {
	width: 25%;
}
@media only screen and (max-width: 770px) {
	ul.list-callouts li.w1 {
		width: 100%;
	}
	ul.list-callouts li.w2 {
		width: 50%;
	}
	ul.list-callouts li.w3 {
		width: 33.33333%;
	}
	ul.list-callouts li.w4 {
		width: 50%;
	}
}
@media only screen and (max-width: 450px) {
	ul.list-callouts li.w1,
	ul.list-callouts li.w2,
	ul.list-callouts li.w3,
	ul.list-callouts li.w4 {
		width: auto;
		float: none;
	}
}
/***********************************************************/
#home-proc {
	background-color: #6EB8B9;
	padding: 50px 0;
	color: #fff;
	text-align: center;
}
#home-proc h4,#home-proc h3 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
}
#home-proc h4 {
	font-size: 16px;
}
#home-proc h3 {
	font-size: 58px;
	line-height: 68px;
	letter-spacing: .1em;
}
#home-proc p {
	padding: 0 20%;
}
@media only screen and (max-width: 400px) {
	#home-proc h3 {
		font-size: 48px;
		line-height: 58px;
	}
}
/****************************************************************/
#home-pas {
	background-color: #008691;
	padding: 50px 0;
}
#home-pas .panel {
	width: 50%;	
	display: inline-block;
	float: left;
	height: inherit;
	min-height: 250px
}
#home-pas .panel.pan-1 {
}
.videoContainer {
	margin: 20px 40px 0 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 51.65%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*#home-pas .panel.pan-1:after{content:''; width:1px; height:100px; background:#bbb; position:absolute; top:130px;right:0}*/
#home-pas h4 {
	/*padding: 0 0 0 64px;*/
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 38px;
	/*text-align: right;*/
	line-height: 42px;
	margin: 0;
	color: #fff;
}
#home-pas .panel ul {
	list-style: none;
	padding: 0;
	margin: 30px 30px 0 0;
}
#home-pas .panel ul li {
	margin: 8px 0;
}
#home-pas .panel ul li a {
	color: #fff;
	padding: 7px 40px 7px 7px;
	background-image: url('images/layout/bg-subnav-wht.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	display: block;
	font-size: 14px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;	
}
#home-pas .panel ul li a:hover {
	color: #D7C002;
	background-position: 99% center;
	background-image: url('images/layout/bg-subnav-wht-100.png');	
}
@media only screen and (max-width: 990px) {
	/*#home-pas .panel.pan-1 {
		min-height: auto;
		float: none;
		display: block;
		clear: both;
		width: auto;
		padding-top: 10px;
	}*/
	/*#home-pas .panel h4 {
		text-align: center;
		padding: 0;
		margin: 40px 0 0 0;
	}*/
	/*#home-pas .panel.pan-1:after{content:''; width:100px; height:1px; background:transparent; margin: 0 auto;}*/
	
	/*#home-pas .panel {
		width: 33.333%;	
	}*/
}
@media only screen and (max-width: 630px) {
	.videoContainer {
		margin: 0;
	}
	#home-pas .panel h4 {
		text-align: center;
		padding: 0;
		margin: 40px 0 0 0;
	}
	#home-pas .panel ul {
		margin: 0 20px;
	}
	#home-pas .panel ul li a {
		padding: 7px 50px 7px 7px;
	}
	#home-pas .panel {
		width: auto;	
		display: block;
		float: none;
		min-height: 0;
		clear: both;
	}	
}
/*#home-pas .panel.col-1 {
	background-color: #008691;
}
#home-pas .panel.col-2 {
	background-color: #1C6B70;
}
#home-pas .panel.col-3 {
	background-color: #2A4B5A;
}*/
/**********************************************************************/
#home-clients {
	background-color: #404042;
	padding: 50px 0;
	color: #fff;
}
#home-clients .left, #home-clients .right {
	display: inline-block;
	width: 45%;
}
#home-clients .left {
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;	
}
#home-clients .disclaimer {
	font-style: italic;
	font-size: 11px;
	color: #888;
	line-height: 16px;
	margin-top: 30px
}
#home-clients .right {
	float: right;
	background-image: url('images/layout/bg-quote.png');
	background-repeat: no-repeat;
}
#home-clients .right h4 {
	padding: 0 0 0 64px;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 38px;
}
@media only screen and (max-width: 580px) {
	#home-clients .left, #home-clients .right {
		display: block;
		width: auto;
		display: block;
		float: none;
		clear: both;
	}
	#home-clients .right h4 {
		padding: 0 0 0 50px;
		
	}	
}
ul.client_quotes {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.client_quotes li {
	margin: 0;
	padding: 0;
}
/******************************************************************/
#home-mobile-badges {
	background-color: #2A4B5A;
	padding: 25px 0;
	color: #fff;
	display: none;
}
#home-mobile-badges ul.badge-list {
    display: inline-block;
    margin: 0 auto;	
}
@media only screen and (max-width: 950px) {
	#home-mobile-badges {
		display: block;
	}
}
/***********************************************/
.sliderContainer {
	/*max-height: 650px !important;
	overflow:hidden;
	background-color: #F1F1EF;*/
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
}
@media only screen and (max-width: 1280px) {
	.sliderContainer {
		position: relative !important;
		top: auto;
		left: auto;
		width: auto;
	}
}
.rev_slider_wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*@media only screen and (max-width: 950px) {
	.fullwidthbanner-container {
		display: none;
	}
}
.fullwidthbanner {
	background: #F1F1EF;
	font-size: 100%;
	min-height: 650px;
	height: 650px;
	z-index: 2;
}
.fullwidthbanner ul {
	opacity:0
}
.fullwidthbanner .caption {
	width: 100%;
	height: 100%;
	position: relative;
}
.slide-wrapper {
	background: transparent;
	z-index: 100;
	width: 980px;
	height: 100%;
}
.slide-plus {
	background: url(images/home/slider_arrow.png) no-repeat;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 40px;
	margin: 328px auto;
	display: inline-block;
	font-weight: 600 !important;
}
.slide-text-left,
.slide-text-right {
	width: 50%;
	top: 300px;
	text-transform: uppercase;
	height: 100px;
}
@media only screen and (max-height: 710px),(max-width: 750px) {
	.fullwidthbanner-container {
	   max-height: 500px !important;
	}
	.slide-text-left,
	.slide-text-right {
		top: 200px;
	}	
	.slide-plus {
		margin-top: 228px;
	}
}
.slide-text-left {
	background: rgba(191,106,51,0.8);
	text-align: right;
}
.slide-text-right {
	background: rgba(1,174,180,0.8);
	text-align: left;
	left: 50%;
}
@media only screen and (max-width: 980px) {
	.slide-text-left {
		width: 400px;
	}
	.slide-text-right {
		width: 400px;
	}
	.fullwidthbanner ul,
	.fullwidthbanner ul li {
		width: 100%;
	}	
	.slide-wrapper {
		width: 100%;
	}
}
.slide-wrapper h2 {
	line-height: 56px;
	color: #fff;
	font-size: 36px;
	font-weight: 600 !important;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: 20px 30px;
}
@media only screen and (max-width: 920px) {
	.slide-text-left,
	.slide-text-right {
		height: 90px;
	}
	.slide-wrapper h2 {
		line-height: 46px;
		font-size: 26px;
	}
}
@media only screen and (max-width: 700px) {
	.slide-text-left,
	.slide-text-right {
		width: auto;
		text-align: center;
	}
	.slide-text-left {
		top: 150px;
	}
	.slide-text-right {
		top: 240px;
		left: 0;
	}
	.slide-plus {
		margin-top: 218px;
	}		
}
.fullwidthbanner .caption {
	background: transparent !important;
}*/
/**************************************/
#news-box {
	background-color: #fff;
	padding: 25px 0;
}

ul.list-news {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline-block;
	width: 80%;
}
ul.list-news .news-date {
	color: #999B9F;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}
ul.list-news a h3 {
	color: #008691;
	text-decoration: none;
	font-size: 28px;
	text-transform: none;
	font-weight: 400;
	margin: 0;
}
#news-box a.more-link {
	float: right;
	display: inline-block;
	margin-top: 25px;
}
@media only screen and (max-width: 1130px) {

	ul.list-news {
		float: none;
		display: block;
		width: auto;
	}
	#news-box a.more-link {
		float: right;
		display: block;
		width: auto;
		margin: 10px 10px 0 0;
	}
}

/*********************************************************************/
#attorneys {
	background: #EFEFEF url('images/home/witewall_3.png');
	min-height: 200px;
	padding: 40px 0 0 0;
}
#attorneys h2 {
	color: #AA3410;
}

.attorney-banner-container {
	margin: 0 38px;
	background: url('images/home/bg-attorney-slider.png') repeat-x center 10px;
}
.attorney-banner {
	overflow: hidden;
}
ul.attorney-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
ul.attorney-list li {
	float: left;
	width: 220px;
	height: 260px;
	display: block;
}
ul.attorney-list li:hover {
}
ul.attorney-list li a {
	text-decoration: none;
	color: #355770;
	text-align: center;
	display: block;
	white-space:nowrap;
	padding-top: 27px;
	margin-top: -5px;
	}
ul.attorney-list li a:hover {
	/*padding-top: 12px;*/
	background-color: #333333;
	color: #A7BFCD;
	padding-bottom: 15px;
}
ul.attorney-list li a img {
	margin-bottom: 25px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;		
}
ul.attorney-list li a:hover img {
	margin-bottom: 15px;
}
ul.attorney-list li a small {
	color: #808080;
	display: block;
	padding-bottom: 5px;
}
a.prev, a.next {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 90px;
	z-index:100;
	cursor:pointer;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	transition:none;	
}
a.prev {left: -20px;background:url(includes/rs/rs-plugin/assets/large_left.png) no-Repeat top left;  }
a.next {right: -20px;background:url(includes/rs/rs-plugin//assets/large_right.png) no-Repeat top left;   }
a.prev:hover,a.next:hover {background-position:bottom left;}
a.prev span, a.next span {
	display: none;
}
/*********************************************************/
#practice-areas {
	background: #AA3410 url('images/home/bg-pa2.jpg') no-repeat center center fixed; 
	min-height: 400px;
}
#practice-areas h2 {
	color: #EEEEEE;
	float: left;
}
ul.practice-areas {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	float: left;
	width: 300px;
}
@media screen and (max-width: 940px) {
	ul.practice-areas {
		float: none;
		clear: both;
		padding-top: 20px;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	ul.practice-areas {
		width: 100%;
	}
}
ul.practice-areas li {
	margin-bottom: 2px;
}
ul.practice-areas li a {
	color: #EEEEEE;
	text-decoration: none;
	font-size: 14px;
	padding: 8px;
	font-weight: 700;
	overflow: hidden;
	display: block;
}
@media screen and (max-width: 650px) {
	ul.practice-areas li a {
	}
}
ul.practice-areas li a:hover {
	background-color: #DC350E;
}
ul.practice-areas li a.active {
	background-color: #F1572D;
}
.pa-container {
	padding: 20px 0 40px 10px;
	width: 600px;
	color: #EFEFEF;
	display: none;
	float: right;
}
@media screen and (max-width: 940px) {
	.pa-container {
		float: none;
		clear: both;
		width: auto;
	}
}

p.featured {
	letter-spacing: 1px;
	line-height: 40px;
}
#quotes {
	background-color: #DCDCD9;
	/*background-image: url('images/home/bg-quote.jpg');*/
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size: 640px;
}

.quote-container {
	float: left;
	text-align: center;
	padding: 20px 40px;
	width: 70%;
	min-height: 200px;
	background-color: #DCDCD9;
	background-image: url('images/home/bg-quote.png');
	background-repeat: no-repeat;
	background-position: 10px 20px;	
}
@media screen and (min-width: 1600px) {
	.quote-container {
		width: 90%;
	}
}
@media screen and (max-width: 1200px) {
	.quote-container {
		width: 60%;
	}
}
@media screen and (max-width: 950px) {
	#quotes {
		background-image: none;
	}
	.quote-container {
		float: none;
		width: auto;
	}
	#quotes .container {
		margin: 0;
	}	
}
.quote {
	font-family: 'Rokkitt', serif;
	font-size: 26px;
	font-weight: 400;
	color: #597E94;
	line-height: 32px;
	letter-spacing: 1px;
}
#quotes a {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}
#quotes a:hover {
	color: #333333;
}
#glob {
	background-color: #554C43;
	background-image: url('images/home/bg-about.png');
	background-repeat: repeat-y;
	background-position:center top;
}
ul.glob-list {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
ul.glob-list li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding: 8px;
	font-weight: 700;
	width: 190px;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
ul.glob-list li a:hover {
	background-color: #3A342E;
}
ul.glob-list li a.active {
	background-color: #5EA18D;
}
#glob h2 {
	color: #EEEEEE;
}
.glob-areas {
	float: left;
	background-color: #554C43;
	width: 315px;
	height: inherit;
	min-height: 400px;
}
.glob-details {
	float: right;
	width: 665px;
	background-color: #5EA18D;
	min-height: 400px;
}
.att-details {
	min-height: 500px;
}
.glob-details h3 {
	margin-bottom: 20px;
}
.glob-details ul {
	margin: 0 0 0 20px;
	padding: 0;
}
.glob-details ul li {
	margin: 0 0 10px 0;
	padding: 0;
}
.glob-slide {
	padding: 48px 0 50px 80px;
	color: #EFEFEF;
}
@media screen and (max-width: 1000px) {
	.glob-areas {
		width: 30%;
	}
	.glob-details {
		width: 60%;
	}
	.glob-slide {
		padding-left: 50px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 570px) {
	#glob {
		background-image: none;
	}
	#glob .container {
		margin: 0;
	}
	.glob-areas {
		width: auto;
		float: none;
		min-height: 0;
		padding: 20px;
	}
	.glob-details {
		width: auto;
		float: none;
	}
	.att-details {
		min-height: 0;
	}	
	.glob-slide {
		padding: 20px;
	}

}
#contact {
	background-color: #F1F1EF;
	color: #666666;
	padding: 20px 0;
}
#contact .grad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	display: none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+10&0.05+1,0+10 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.05) 1%, rgba(0,0,0,0) 10%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.05) 1%,rgba(0,0,0,0) 10%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.05) 1%,rgba(0,0,0,0) 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#contact .contact_form {
	width: 45%;
	float: left;
	display: inline-block;
}
#contact .contact_row {
	margin: 0 0 16px;
	overflow: auto;
}
#contact .contact_text {
	width: 50%;
	float: right;
	display: inline-block;
	padding-top: 80px;
}
#contact .contact_text h2 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 58px;
	line-height: 68px;
}
#contact .contact_text p {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
@media only screen and (max-width: 630px) {
	#contact .contact_form,
	#contact .contact_text {
		width: auto;
		float: none;
		display: block;
		clear: both;
	}
	#contact .contact_text {
		padding-top: 20px;
	}
}
/************************************************************/
#att-header {
	height: 900px;
	background-color: #000;
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;*/
	background-repeat: no-repeat;
}
#att-header .grad {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+30&0+0,0.65+30 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 30%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	z-index: 5;
	position: absolute; 
	top: 0;
	left: 30%;
}
#att-header .container {
	height: inherit;
}
#att-header .container {
	height: inherit;
}
#att-header .title {
	width: 50%;
	height: inherit;
	float: right;
	z-index: 5;
	color: #EEEEEE;
	font-size: 14px;
	letter-spacing: 1px;
}
#att-header h1 {
	margin: 200px 0 0 0;
	padding: 15px 0;
	color: #fff;
	margin-bottom: 15px;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: normal;
}
#att-header h1 span {
	font-size: 18px;
	text-transform: uppercase;
}
#att-header h1 small {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}
ul.att-nav {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
ul.att-nav li {
	float: left;
	text-transform: uppercase;
	display: inline-block;
	width: 110px;
}
ul.att-nav li a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border: 1px solid transparent;
}
ul.att-nav li a:hover {
	color: #FFFFFF;
	border-color: #fff;;
}
ul.att-nav li a span {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 25px 0 25px 30px;
}
ul.att-nav li a.email span {
	background-image: url('images/layout/icon-att-email.png');
}
ul.att-nav li a.vcard span {
	background-image: url('images/layout/icon-att-vcard.png');
}
ul.att-nav li a.print span {
	background-image: url('images/layout/icon-att-print.png');
}
ul.att-nav li a.linkedin span {
	background-image: url('images/layout/icon-att-linkedin-wht.png');
}
.att-badges {
	margin-bottom: 20px;
}
.att-badges img {
	max-height: 80px;
	float: left;
	margin: 0 10px;
}
/*@media only screen and (min-width: 1280px) { 
	#att-header .title {
		margin-top: 100px;
	}
}*/
@media only screen and (max-width: 1280px) { 
	#att-header {
		height: 650px;
	}
}
@media only screen and (max-width: 970px),(max-height: 650px) {
	#att-header h1 {
		font-size: 30px;
	}
	ul.att-nav {
		margin: 10px 0;
	}
	ul.att-nav li {
		width: 25%;
	}
	ul.att-nav li a span {
		padding: 10px 0 10px 30px;
	}	
}
@media only screen and (max-height: 650px) {
	#att-header .title {
		margin-top: 0;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}
	#att-header h1 {
		margin-top: 130px;
	}	
}
@media only screen and (max-height: 930px) {
	#att-header {
		height: 650px;
	}
	#att-header .title {
		margin-top: 0;
	}
}
@media only screen and (max-width: 850px) {
	#att-header .title {
		width: 100%;
		float: none;
		margin: 0;
		bottom: 40px;
		position: absolute;
		height: auto;
	}
	#att-header .grad {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+70,000000+99&0+30,0.6+70,0.65+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0.75) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
		bottom: 0;
		left: 0;
		top: auto;
		height: 80%;
	}	
	#att-header h1 {
		font-weight: 400;
		font-size: 26px;
		margin-top: 0;
		padding-bottom: 0;
	}
}
@media only screen and (max-height: 650px) {
	#att-header {
		height: 400px;
	}
	#att-header .title {
	}
}
@media only screen and (max-width: 850px) and (max-height: 650px) {
	#att-header .grad {
		height: 90%;
	}	
}
@media only screen and (max-width: 460px),(max-height: 650px) { 
	#att-header .title {
		bottom: 45px;
	}
}
@media only screen and (max-width: 500px) and (min-height: 650px) { 
	#att-header {
		background-position: -60px;
	}
}
@media only screen and (max-width: 400px) and (min-height: 650px) { 
	#att-header {
		background-position: -110px;
	}
}
/*.main-content .att-area {
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 16px;
	color: #009CA7;
	border-bottom: 2px solid #009CA7;
	display: inline-block;
	margin: 20px 0 -9px 0;
	padding: 0;
	clear: both;
}
.main-content hr.att-area-hr {
    border: 0;
    border-bottom: 2px solid #ddd;
    background: #ddd;
}*/
.main-content .att-more-container {
	border-top: 5px solid #E7E8E3;
	padding-bottom: 20px;
	margin: 40px 0 0;
}
@media only screen and (max-width: 575px) {
	.main-content .att-more-container {
		margin-top: 1px;
	}
}
.main-content .att-more {
	padding: 10px;
	font-size: 14px;
	color: #666666;
}
.main-content .att-more-wrapper a {
	text-decoration: none;
}
.main-content .att-more-wrapper a .att-more-but {
	display: block;
	padding: 10px 10px 10px 15px;
	font-weight: 600;
	color: #666666;
	border-bottom: 1px solid #E7E8E3;
	text-transform: uppercase;
}
.main-content .att-more-wrapper a .clicked {
	color: #008691;
}
.main-content .att-more-wrapper a .att-more-but .acc-status {
	letter-spacing: 0.2em;
}
/*************************************************/
.pa-col {
	float: left;
	display: inline-block;
	width: 50%;
	padding-top: 30px;
}
ul.practice-list {
	list-style: none;
	padding: 0;
	margin: 0 20px 30px 0;
}
ul.practice-list li a {
	color: #008691;
	text-decoration: none;
	font-size: 16px;
	padding: 8px;
	font-weight: 400;
	display: block;
	margin: 0 0 10px 0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
ul.practice-list li ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.practice-list li ul li a {
	margin: 0 20px;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	color: #01AEB4;
	border: none !important;
}
ul.practice-list li a:hover {
	color: #6E7176;
}
ul.practice-list li a.main {
	color: #BF6A33;
	border-bottom: 1px solid #E7E8E3;
	border-top: 1px solid #E7E8E3;
	background-image: url('images/layout/bg-subnav.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 25px;
}
ul.practice-list li a:hover.main {
	background-position: 99% center;
}
@media only screen and (max-width: 730px) {
	.pa-col {
		padding-top: 10px;
	}
}
@media only screen and (max-width: 800px) {
	.pa-col {
		float: none;
		display: block;
		width: auto;
		padding-top: 10px;
	}
}
/**********************************************************/
.atts-listing {
	margin-top: 40px;
}

ul.atts-nav {
	list-style: none;
	padding: 0;
	margin: 27px 0 0 0;
	display: inline-block;
	float: left;
}
ul.atts-nav li {
	float: left;
	text-transform: uppercase;
	display: inline-block;
	width: 100px;
}

ul.atts-nav li a {
	color: #6E7176;
	text-decoration: none !important;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border: 1px solid transparent;
}
ul.atts-nav li a:hover {
	border-color: #6E7176;;
}
ul.atts-nav li a span {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 25px 0 25px 30px;
}
ul.atts-nav li a.email span {
	background-image: url('images/layout/icon-att-email-dk.png');
}
ul.atts-nav li a.vcard span {
	background-image: url('images/layout/icon-att-vcard-dk.png');
}
ul.atts-nav li a.print span {
	background-image: url('images/layout/icon-att-print-dk.png');
}
ul.atts-nav li a.linkedin span {
	background-image: url('images/layout/icon-att-linkedin-dk.png');
}
.att-pic {
	width: 134px;
	height: 165px;
	float: left;
	display: block;
	margin-left: 10px;
	background-position: center top;
	/*border-bottom: 5px solid #5AA18D;*/
	text-indent: -10000px;
}
.atts-info {
	float: left;
	width: 400px;
	display: inline-block;
	margin: 30px 0 0 10px;
}
.atts-info a {
	text-decoration: none;
}
.atts-numbers {
	/*float: left;
	width: 200px;
	display: inline-block;*/
	margin-top: 20px;
	padding-left: 30px;
}
.atts-info a {
	border: none;
	color: #2A4B5A;
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
}
.atts-listing {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	/*border-bottom: 1px dotted #CCCCCC;*/
}
.atts-listing a {
	border: none;
}
@media only screen and (max-width: 920px) {
	.atts-info {
		width: 300px;
	}
	.atts-info a {
		font-size: 22px;
		line-height: 20px;
		font-weight: 400;
	}	
}
@media only screen and (max-width: 730px) {
	.atts-info {
		width: 300px;
	}
	.atts-info a {
		font-size: 28px;
		line-height: 30px;
		font-weight: 300;
	}	
	.att-pic {
		width: 20%;
		height: auto;
		min-width: 134px;
		min-height: 165px;		
		float: left;
		display: inline-block;
	}
	.atts-info {
		width: 70%;
		margin: 30px 0 0 10px;
	}	
}
@media only screen and (max-width: 560px) {
	.atts-info {
		width: 220px;
	}
	.atts-info a {
		font-size: 18px;
		line-height: 20px;
	}	
}
@media only screen and (max-width:430px) {
	.atts-info {
		width: auto;
		float: none;
		clear: both;
		display: block;		
	}
	.atts-info a {
		font-size: 28px;
		line-height: 30px;
	}
	.att-pic {
		width: 80%;
		height: 270px;
		float: none;
		display: block;
		margin: 0 auto;
		background-position: center top;	
	}	
	.atts-listing {
		margin: 20px 0 5px 0;
	}
	ul.atts-nav {
		float: none;
		display: table;
		margin: 15px auto;
	}
}
@media only screen and (max-width:380px) {
	.atts-info a {
		font-size: 22px;
		line-height: 20px;
	}		
}
/**********************************************************/

/*********************************************************/
.pa-att-box {
	/*float: right;
	width: 130px;*/
	z-index: 9999;
	/*background-color: #EDE7D0;*/
	background: #EFEFEF url('images/home/witewall_3.png');
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	text-align: center;
}
.pa-att {
	/*border-bottom: 1px dotted #CCCCCC;*/
	/*margin-bottom: 15px;*/
	margin: 0 5px 0 0;
	float: left;
	width: 140px;
	height: 140px;
}
.pa-att-pic {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	/*border-bottom: 5px solid #5AA18D;*/
}
.pa-att a {
	border: none;
	font-size: 12px;
	line-height: 18px;
}
a.prac-print {
	float:right;
	border-bottom: none !important;
	margin: 10px;
}
/*********************************************************/
form fieldset {
	border: 1px dotted #ccc;
	margin-top: 20px;
}
form {
	margin-top: 30px;
}
form fieldset legend {
	/*border: 1px dotted #ccc;*/
	padding: 0 10px;
	background-color: #28AA9F;
	color: #fff;
	font-size: 14px;
}
form #redirected {
	color: #fff;
	background-color: #28AA9F;
	padding: 5px;
}
.wpcf7 {
	font-size: 0.8em;
	font-weight: 700;
}
.wpcf7 label,
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
	cursor: pointer;
	font-weight: 400;
}
.wpcf7 label {
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}
.wpcf7 label .far {
	color: #00A0A4;
}
.Zebra_Tooltip .Zebra_Tooltip_Message {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
}
.wpcf7 label.error {
	color: #cc3300;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	padding: 10px 5px;
	outline-width: 0;
	border: 1px solid #ccc;
	box-shadow: 0 2px 0px #eee inset;
	border-radius: 2px;	
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.2em;
	margin: 4px 0 0;
}
.wpcf7 input[type=number]::-webkit-inner-spin-button, .wpcf7 input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border-color: #00529B;
	/*border-width: 2px;*/
	background-color: #fff;
}
span.wpcf7-list-item {
	display: block !important;
	margin: 4px 0 0 !important;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
	width: auto;
	height: auto;
	box-shadow: none;
	color: #fff;
}
.wpcf7 select {
	-webkit-appearance: menulist;
	height: 39px;
}
.wpcf7 textarea {
	height: 125px;
}
.wpcf7 input[type="submit"] {
	color: #fff;
	background-color: #446476;
	border: none;
	box-shadow: 0;
	border-radius: 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	font-weight: 400;
	width: 80px;
	float: right;
	margin: 0;
}
.wpcf7 input:hover[type="submit"] {
	background-color: #00A0A4;
	color: #fff;
}
/*********************************************************/
.main-content img {
	max-width: 100%;
	max-height: 100%;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.gallery-caption {
	font-size: 11px;
	font-style: italic;
	color: #999;
	line-height: 14px;
}