


/*DONE




.side-nav li.selected a icon.arrow-down-19 {
	display: inline-block;
	position: absolute;
	right: 15px;
	border: solid 1px #740903;
	color: #8d1812;
}

.side-nav li.selected.child0 a icon.arrow-down-19, .side-nav li.level2.selected a icon.arrow-down-19 {
	display: none;
}

.side-nav li.level2 a, .side-nav li.level3 a, .side-nav li.level4 a {
	background-color: #5D5D5D;
	background-image: none;
	color: #fff;
	box-shadow: none;
	border: none;
	padding-left: 40px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.side-nav li.level2 a icon.arrow-right-30 {
	display: inline-block;
	color: #807e7e;
	font-size: 20px;
	position: absolute;
	left: 15px;
	top: 5px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.side-nav li.level2.child0 a icon.arrow-right-30, .sysmenu li.level2 a icon.arrow-right-30 {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.side-nav li.level2 a:hover, .side-nav li.level2.selected a, .side-nav li.level3 a:hover, .side-nav li.level3.selected a, .side-nav li.level4.selected a, .side-nav li.level4 a:hover {
	background-color: #8d1812 ;
}

.side-nav li.level2 a:hover icon.arrow-right-30, .side-nav li.level2.selected a icon.arrow-right-30 {
	color: #51A1DB;
}

.side-nav li.level3 a {
	padding: 5px 15px 5px 55px;
}

.side-nav li.level4 a {
	padding: 5px 15px 5px 60px;
	font-size: 14px;
}

.side-feed li a {
	background-color: #f7f7f7;
	border: solid 1px #bec9dd;
	box-shadow: inset 0 1px #f5f8fd, 0 2px 0 #cdd6e5;
	padding: 15px;
	-webkit-transition: background-position .5s ease;
	-moz-transition: background-position .5s ease;
	-o-transition: background-position .5s ease;
	transition: background-position .5s ease;
	background-image: -webkit-linear-gradient(right,#f7f7f7,#f7f7f7 50%,#C2CCDD 50%,#C2CCDD);
	background-image: -moz-linear-gradient(right,#f7f7f7,#f7f7f7 50%,#C2CCDD 50%,#C2CCDD);
	background-image: -o-linear-gradient(right,#f7f7f7,#f7f7f7 50%,#C2CCDD 50%,#C2CCDD);
	background-image: linear-gradient(to left,#f7f7f7,#f7f7f7 50%,#C2CCDD 50%,#C2CCDD);
	background-size: 200% auto;
	background-position: right;
}

.side-feed.blue li a {
	background-color: #8d1812 ; 
	box-shadow: none;
	border-bottom: solid 2px #cdd6e5;
	background-image: -webkit-linear-gradient(left,#8d1812 ,#8d1812  50%,#00406E 50%,#00406E); 
	background-image: -moz-linear-gradient(left,#8d1812 ,#8d1812  50%,#00406E 50%,#00406E); 
	background-image: -o-linear-gradient(left,#8d1812 ,#8d1812  50%,#00406E 50%,#00406E); 
	background-image: linear-gradient(to right,#8d1812 ,#8d1812  50%,#00406E 50%,#00406E); 
	background-position: left;
}

.side-feed li .LPiece {
	float: left;
	text-align: center;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.side-feed li img.LPiece {
	box-shadow: inset 0 0 0 3px #11476e;
	border: solid 1px #1773B6;
	width: 28%;
}

.side-feed li time.LPiece {
	width: 24%;
}

.side-feed li time.LPiece span {
	display: block;
	background-color: #2F2F2F;
	padding: 5px 0;
	font-size: 20px;
	font-weight: 500;
}

.side-feed li time.LPiece strong {
	background-color: #8d1812 ; 
	display: block;
}

.side-feed li a > div {
	float: right;
	width: 69%;
}

.side-feed.blue li a > div {
	width: 67%;
}

.side-feed li a h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #8d1812 ; 
	margin: 0;
	font-weight: 500;
}

.side-feed.blue li a h3 {
	color: #fff;
}

.side-feed li a p {
	color: #5D5D5D;
	margin: 0;
	line-height: 1.4em;
}

.side-feed.blue li a p {
	color: #C8DCFF;
}

.side-feed li a p span {
	display: block;
	color: #8d1812 ; 
}

.side-feed.blue li a p span {
	color: #fff;
}

.side-feed li a:hover {
	background-position: left;
	background-color: #C2CCDD;
}

.side-feed.blue li a:hover {
	background-color: #00406E; 
	background-position: right;
}
/* End Side Zone Styles */

/* Meet AI Styles  
#MeetAI {
	position: relative;
	padding: 0px;
}

#MeetAI a.title {
	display: block;
}

#MeetAI h1 {
	text-align: center;
	color: #fff;
	font-size: 52px;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}

#MeetAI h2 {
	font-family: Giovanni;
}

#MeetAI>div {
	display: block;
}

#MeetAI>div.center {
	width: 35%;
	text-align: center;
	color: #d7d5d5;
	line-height: 1.4em;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin: 0px auto;
	font-size: 17px;
}

#MeetAI>div.JItkin {
	float: right;
}

#MeetAI>div.KArnold {
	float: left;
}

#MeetAI div.Atty {
	width: 29%;
	height: 450px;
	position: relative;
	z-index: 20;
	display: block;
	margin: 0px 1%;
}

div.Atty .Flip>div>img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

div.Atty .Flip {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 280px;
	position: relative;
	margin: 0px auto;
}

div.Atty .Flip>div {
	position: absolute;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	height: 100%;
}

div.Atty .front {
	z-index: 2;
}

html.no-lastchild div.Atty .back {
	display: none;
}

div.Atty .back {
	z-index: 3;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

div.Atty .back span {
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
	padding: 16% 5%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

div.Atty .back h2 {
	color: #8d1812 ; 
	font-size: 1.8em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

div.Atty .back p {
	line-height: 1.5em;
	margin: 10px 0;
}

.back span ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.back span li {
	display: table-cell;
	font-size: .75em;
}

.back span li:nth-child(2) {
	border-left: solid 1px #5D5D5D;
	border-right: solid 1px #5D5D5D;
}

.back li a {
	color: #8d1812 ; 
}

.back li a:hover {
	color: #5D5D5D;
}

#MeetAI div.Atty .Flip:hover .front {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

#MeetAI div.Atty .Flip:hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

div.Atty .title {
	bottom: 0px;
	text-align: center;
	position: absolute;
	width: 100%;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	display: block;
	z-index: 50;
}

.title h2 {
	font-size: 2.25em;
	color: #fff;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	padding: 10px 0;
}

.title h3 {
	color: #d7d5d5;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0;
}
/* End Meet AI Styles */

/* Attorney Carousel  
#AttyCarousel {
	position: relative;
	overflow: hidden;
	height: 500px;
	padding: 0px;
	width: 100%;
	-webkit-transition: translateZ(0);
	-moz-transition: translateZ(0);
	-o-transition: translateZ(0);
	transition: translateZ(0);
	max-width: 1140px;
}

#AttyCarousel ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 9990px;
	height: 178px;
}

#AttyCarousel.animate ul {
	-webkit-transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	-o-transition: margin-left 1s;
	transition: margin-left 1s;
}

#AttyCarousel ul li {
	display: block;
	margin: 0px;
	padding: 0px 24px;
	float: left;
	width: 165px;
	height: 178px;
	text-align: center;
}

#AttyCarousel.animate ul li {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

#AttyCarousel ul li img {
	width: 120px;
	height: 136px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 20px auto;
	display: block;
	cursor: pointer;
}

#AttyCarousel.animate ul li img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

#AttyCarousel ul li a.nav {
	display: none;
	position: relative;
}

#AttyCarousel ul li a.nav img {
	display: block;
	margin: 0px;
}

#AttyCarousel ul li.selected {
	padding: 0px 24px;
	width: 204px;
}

html.no-boxsizing #AttyCarousel ul li.selected {
	width: 156px !important;
}

#AttyCarousel ul li.selected a.nav {
	display: block;
	margin-top: 65px;
}

#AttyCarousel ul li.selected a.nav.left {
	float: left;
	margin-left: -24px;
}

#AttyCarousel ul li.selected a.nav.right {
	float: right;
	margin-right: -24px;
}

#AttyCarousel ul li.selected img {
	width: 152px;
	height: 176px;
	margin: 1px 2px;
}

#AttyCarousel .AttyInfo {
	position: absolute;
	width: 90%;
	left: 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	margin: 0% 5%;
}

#AttyCarousel.animate .AttyInfo {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

#AttyCarousel .selected .AttyInfo {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
}

#AttyCarousel.animate .selected .AttyInfo {
	-webkit-transition: 1s ease 0.6s;
	-moz-transition: 1s ease 0.6s;
	-o-transition: 1s ease 0.6s;
	transition: 1s ease 0.6s;
}

#AttyCarousel .AttyInfo h1 {
	font-size: 2em;
}

#AttyCarousel .AttyInfo h1:after {
	content: ' ';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	display: block;
	position: relative;
	top: 20px;
}

#AttyCarousel .AttyInfo h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	margin: 0;
	background-image: url("../images/Redox_Pattern.jpg");
	position: relative;
	padding: 0 10px;
}

#AttyCarousel .AttyInfo p {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
}

#AttyCarousel .AttyInfo a {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background-color: #8d1812 ; 
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#AttyCarousel .AttyInfo a:hover {
	background-color: #00406E; 
}
/* End Attorney Carousel */

/* Home Practice Areas  
.PracticeList {
	position: relative;
	text-align: center;
}

.PracticeList ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 30px 0 0;
	position: relative;
}

.PracticeList li {
	display: block;
	width: 30%;
}

.PracticeList li.left {
	float: left;
	clear: left;
}

.PracticeList li.right {
	float: right;
	clear: right;
}

.PracticeList li > a {
	display: block;
	background-color: #f7f7f7;
	border: 1px solid #bdc9dd;
	margin: 0 0 4px;
	box-shadow: 0 2px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.75);
	padding: 10px 0;
	color: #8d1812 ; 
	text-transform: uppercase;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.PracticeList li.active > a {
	background-color: #8d1812 ; 
	color: #fff;
}

.PracticeList li div.details {
	display: none;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	height: 417px;
	width: 34%;
	top: 0;
	left: 33%;
	color: #fff;
	padding: 85px 3% 0;
}

html.no-boxsizing .PracticeList li div.details {
	padding: 0;
}

.PracticeList li.active div.details {
	display: block;
}

.PracticeList .details div.Icon {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 35px;
}

.Home .PracticeList .details h2 {
	font-family: Giovanni;
	color: #fff;
	font-size: 1.7em;
	margin: 10px 0 0;
	line-height: 1.1em;
	background-color: transparent !important;
	display: block;
	padding: 0 10px;
}

html.no-boxsizing .PracticeList .details h2 {
	margin-top: 90px;
}

.PracticeList .details p {
	font-size: 16.5px;
	line-height: 1.2em;
	font-weight: 500;
	margin: 10px 0;
}

html.no-boxsizing .PracticeList .details p {
	margin: 10px 10%;
}

.PracticeList .details a {
	display: block;
	width: 78px;
	height: 88px;
	background-image: url("../images/Hex_BG_Blue.png");
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 35px 10px;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	position: absolute;
	background-repeat: no-repeat;
	background-position: top center;
	bottom: 20px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	left: 50%;
	margin-left: -38px;
}

html.no-boxsizing .PracticeList .details a {
	height: auto;
}

.PracticeList .details a:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
/* End Home Practice Areas */

/* Home Feed Section  
#HomeFeeds {
	display: table;
}

#HomeFeeds > div {
	display: table-cell;
	width: 50%;
	padding: 0 2%;
	text-align: center;
}

html.no-display-table #HomeFeeds > div {
	display: block;
	float: left;
}

#HomeFeeds h2 {
	font-family: Giovanni;
	color: #8d1812 ;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
	font-size: 34px;
	position: relative;
}

#HomeFeeds ul {
	list-style: none;
	margin: 0;
	padding: 30px 0 0;
	display: block;
}

#HomeFeeds li {
	position: relative;
	margin: 10px 0;
	background-color: #fff;
	display: block;
	width: 100%;
	text-align: left;
	border: solid 1px #D7D5D5;
	padding: 15px;
	min-height: 129px;
}

#HomeFeeds li a {
	display: block;
	min-height: 97px;
}

#HomeFeeds .LPiece {
	float: left;
	width: 97px;
	height: 97px;
	margin-right: 15px;
	text-align: center;
	background-position: center;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#HomeFeeds time.LPiece {
	background-image: url("../images/Date_Hexagon.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #fff;
	font-weight: 700;
}

#HomeFeeds a:hover .LPiece {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

time.LPiece span {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 0 0;
	color: #FFFFFF;
}

time.LPiece strong {
	font-family: Giovanni;
	font-size: 38px;
	font-weight: 400;
	color: #FFFFFF;
}

#HomeFeeds img.LPiece {
	border: solid 4px #EDEDED;
	box-shadow: 0 0 0 1px #D7D5D5;
	background-size: cover;
	background-position: 40% 50%;
}

#HomeFeeds li a h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #8d1812 ;
	margin: 0;
	background-image: none;
	text-align: left;
	padding: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#HomeFeeds li a:hover h3, #HomeFeeds li a:hover p span {
	color: #5D5D5D;
}

#HomeFeeds li a:hover p {
	color: #8d1812 ; 
}

#HomeFeeds li a p {
	color: #5D5D5D;
	margin: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#HomeFeeds li a p span {
	color: #8d1812 ;
}
/* End Home Feed Section */

/* Home Testimonial  
#HomeTestimonial {
	position: relative;
	text-align: center;
}

#HomeTestimonial h2 {
	font-family: Giovanni;
	font-size: 48px;
	color: #fff;
	margin: 0;
	line-height: 1em;
}

#HomeTestimonial p {
	display: block;
	background-color: #001321;  
	padding: 15px 1%;
	font-family: Giovanni;
	color: #fff;
	font-size: 26px;
	font-style: italic;
	line-height: 1.4em;
	border: solid 5px rgba(0,102,177,.37);
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	margin: 15px 0 0;
}

#HomeTestimonial p span {
	display: block;
	text-transform: uppercase;
}
/* End Home Testimonial */

/* Home Contact  
#ContactSection {
}

#ContactSection > * {
	display: block;
	width: 50%;
	float: left;
	padding: 10px 2%;
	text-align: center;
}

#ContactSection > a {
	background-image: url("../images/Question_BG.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 589px;
	background-size: auto 100%;
	padding: 140px 5% 0;
}

#ContactSection h2 {
	font-family: Giovanni;
	color: #8d1812 ; 
	font-size: 34px;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
	position: relative;
}

.Home #ContactSection > a h2:after {
	display: none;
}

.Home #ContactSection > a h3 {
	background-image: none;
	background-color: transparent;
}

#ContactSection p {
	color: #5d5d5d;
	line-height: 1.4em;
}

#ContactSection a span {
	display: inline-block;
	background-color: #2F2F2F;
	padding: 15px 35px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.1), 0 0 0 3px rgba(0,0,0,0.2);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#ContactSection > a:hover span {
	background-color: #8d1812 ; 
}

#ContactSection p span {
	text-transform: uppercase;
	display: block;
	color: #8d1812 ; 
}

#ContactSection input, #ContactSection textarea {
	font-family: Cabin Condensed;
	font-size: 16px;
	background-color: #8d1812 ; 
	border: none;
	border-radius: 5px;
	width: 100%;
	color: #fff;
	margin: 0 0 15px;
	outline: none;
}

html.no-lastchild #ContactSection input, {
	padding-top: 7px;
}

#ContactSection input {
	padding: 0 2%;
	height: 35px;
}

#ContactSection textarea {
	padding: 7px 2%;
	height: 110px;
	overflow: auto;
	resize: none;
}

#ContactSection a.Submit {
	display: block;
	width: 100%;
	padding: 15px 15px;
	background-color: #2f2f2f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#ContactSection a.Submit icon {
	float: right;
	color: #D7D5D5;
	font-size: 24px;
	position: relative;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}

#ContactSection a.Submit:hover {
	background-color: #8d1812 ; 
}

#ContactSection a.Submit:hover icon {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
/* End Home Contact */

/* Top Footer Styles  
#BottomLogos {
	display: table;
	width: 100%;
	margin: 20px auto 30px;
}

#BottomLogos span {
	display: table-cell;
	padding: 0 2.5%;
}

#BottomInfo {
	position: relative;
	background-color: #001321; 
	padding: 20px 2.5%;
	border: solid 5px rgba(0,102,177,.37);
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	color: #9CAFBD;
	display: table;
	width: 100%;
}

#BottomInfo > * {
	display: table-cell;
	padding: 0 2.5%;
}

#BottomInfo > nav {
	width: 31%;
}

#BottomInfo h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}

#BottomInfo icon {
	font-size: 24px;
	color: #8d1812 ; 
	position: relative;
	top: 5px;
	margin-right: 7px;
}

#BottomInfo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social ul li {
	display: table-cell;
}

html.no-display-table .social ul li {
	display: block;
	float: left;
}

#BottomInfo li a {
	display: block;
	padding: 6px 0;
	border-bottom: solid 1px #295475;
}

#BottomInfo .social ul li a {
	border: none;
}

#BottomInfo .social ul li a icon {
	color: #fff;
	font-size: 18px;
	margin-right: 15px;
	padding: 5px;
	border: solid 1px #8d1812 ; 
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#BottomInfo .social ul li a:hover icon {
	border-color: #fff;
	color: #8d1812 ; 
}

#BottomInfo a.phonelink {
	color: #fff;
	font-size: 24px;
	margin-left: 7px;
}

#BottomInfo a {
	color: #9CAFBD;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#BottomInfo a:hover {
	color: #FFFFFF;
}
/* End Top Footer Styles */

/* Bottom Footer Styles  
#BottomInfo2 {
	position: relative;
	text-align: center;
}

#BottomInfo2 nav {
	border-bottom: solid 1px #323232;
	padding: 10px;
}

#BottomInfo2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

#BottomInfo2 li {
	display: table-cell;
	width: auto;
	text-align: center;
	padding: 0px 1%;
}

html.no-display-table #BottomInfo2 li {
	display: block;
	float: left;
}

#BottomInfo2 li a {
	font-size: 15px;
	color: #aaa;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#BottomInfo2 li a:hover {
	color: #FFFFFF;
}

#BottomInfo2 small {
	font-size: 15px;
	padding: 15px 2%;
	display: block;
}

#BottomInfo2 small a {
	color: #fff;
}

#BottomInfo2 small a:hover {
	text-decoration: underline;
}
/* End Bottom Footer Styles */

/* Bottom Sticky 
#BottomBar {
	max-width: 1300px;
	color: #aaa;
}

#BottomBar a {
	color: #aaa;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#BottomBar a:hover {
	color: #fff;
}

#BottomBar .left {
	float: left;
	line-height: 42px;
	font-size: 18px;
}

html.no-display-table #BottomInfo > * {
	display: block;
	float: left;
}

html.no-boxsizing #BottomBar .left {
	width: 50%;
}

#BottomBar .right {
	float: right;
	line-height: 42px;
}

#BottomBar .right > a {
	float: left;
	margin-right: 8px;
	color: #fff;
}

#BottomBar .right > a span {
	color: #3C98DC;
}

#BottomBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	float: right;
}

#BottomBar ul li {
	display: table-cell;
}

html.no-display-table #BottomBar ul li {
	float: left;
	display: block;
}

#BottomBar .right li {
	font-size: 14px;
}

#BottomBar ul li > * {
	padding: 0 10px;
}

#BottomBar .right li a {
	padding: 0 5px;
}

#BottomBar img {
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -3px;
}

#BottomBar .right > a:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

#BottomBar icon {
	padding: 5px;
	border: solid 1px #5A5A5A;
	position: relative;
	top: 2px;
}
/* End Bottom Sticky */

/* Success Page  
.SuccessContent h1 {
}

.SuccessContent h3.successh3 {
	background-color: #00406E;
	padding: 10px;
	border: solid 4px #8d1812  !important;
	color: #fff;
	box-shadow: 0 0 0 1px #01243E;
	text-align: center;
}

.SuccessContent h3.successh3  a {
	color: #fff;
}

.SuccessContent h3.successh3  a:hover {
	text-decoration: underline;
}

.SuccessContent h3.victoriesh3 {
	border: none !important;
}

.SuccessContent h3.victoriesh3 a {
	font-size: 20px;
	background-color: #FFFFFF;
	padding: 10px 15px;
	border: solid 1px #C6CEDB;
	text-align: left;
	position: relative;
	overflow: hidden;
	display: block;
}

.SuccessContent h3.victoriesh3 a:before {
	content: '\ea57';
	font-family: 'icomoon-ult';
	position: absolute;
	top: 15px;
	font-size: 150px;
	right: 0;
	opacity: 0.1;
}
/* End Success Page */

/* FAQ Page Styles  
#FAQContact {
	display: block;
	background-image: url("../images/Attorney_BG.jpg");
	background-size: cover;
	background-position: center;
	padding: 15px 20px;
	text-align: center;
}

#FAQContact h2 {
	font-family: Giovanni;
	color: #fff;
	border: none !important;
	margin: 0;
	font-size: 2em;
}

#FAQContact h3 {
	color: #C8C8C8;
	border: none !important;
	margin: -8px 0 0;
}

#FAQContact input, #FAQContact textarea {
	display: block;
	border: none;
	outline: none;
	color: #8d1812 ; 
	background-color: #B6BBC2;
	border-radius: 4px;
	font-family: Cabin Condensed;
	font-size: 16px;
}

#FAQContact input {
	padding: 0 10px;
	width: 32%;
	float: left;
	margin: 0 0 10px;
	height: 30px;
}

#FAQContact input:nth-of-type(2) {
	margin: 0 2% 10px;
}

#FAQContact textarea {
	width: 100%;
	height: 90px;
	padding: 7px 10px;
	resize: none;
	overflow: auto;
}

#FAQContact a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px 0;
	background-color: #2F2F2F;
	margin: 10px 0 0;
	color: #fff;
	border: solid 2px #484B50;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#FAQContact a icon {
	position: absolute;
	font-size: 22px;
	right: 15px;
	top: 9px;
	color: #C8C8C8;
}

#FAQContact a:hover {
	border-color: #64686F;
}

#FAQCList {
	margin: 15px 0;
}

#FAQCList ul {
	margin: 0;
	padding: 15px 0 15px 45px;
}

#FAQCList > div {
	background-color: #FFFFFF;
	color: #fff;
}

#FAQCList > div a {
	color: #FFFFFF;
}

#FAQCList > div a:hover {
	color: #C8DCFF;
}

#FAQCList > div > div {
	background-color: #8d1812 ; 
}

#FAQCList > h2 {
	display: none;
}

#FAQCList h3 {
	display: block;
	padding: 10px 3% 10px;
	margin: 0;
	box-shadow: inset 0 -1px 0 #f7f7f7;
	cursor: pointer;
}

#FAQCList h3:after {
	content: '\e964';
	font-family: 'icomoon-ult';
	float: right;
	font-size: 50px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	position: relative;
	top: 0px;
}

#FAQCList h3.active:after {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	top: -4px;
}

#FAQCList > div h3 {
	color: #8d1812 ;
}
/* End FAQ Page Styles */

/* Attorney System Pages  
#AttorneyList {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

#AttorneyList li, #SideAttorneyList li {
	display: block;
	float: left;
	margin: 1%;
	text-align: center;
	width: 31%;
	text-transform: uppercase;
	font-weight: 500;
}

#AttorneyList li a, #SideAttorneyList li a {
	display: inline-block;
	border: solid 4px #8d1812 ; 
	box-shadow: 0 0 0 1px #00406E;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	background-color: #8d1812 ; 
	min-width: 80%;
}

#AttorneyList img, #SideAttorneyList img {
	width: 109px;
	background-repeat: no-repeat;
	background-position: top center;
	max-width: 100%;
	margin: 0px auto;
	display: block;
	box-shadow: inset 0 0 2px 3px rgba(0,0,0,0.2);
	background-size: contain;
}

#AttorneyList span, #SideAttorneyList span {
	display: block;
	background-color: #8d1812 ; 
	color: #fff;
	box-shadow: inset 0 0 0 0 #00406E; 
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#SideAttorneyList span {
	font-size: 13px;
	padding: 3px 0 0;
	text-transform: none;
}

#AttorneyList li a:hover span, #SideAttorneyList li a:hover span {
	box-shadow: inset 0 0 0 20px #00406E; 
}

#AttyDisplay .Thumbnail {
	margin: 15px 0 15px 15px;
	float: right;
	max-width: 245px;
}

#AttyDisplay .Thumbnail>img {
	display: block;
	border: solid 4px #8d1812 ;
	margin: 0 auto 15px;
	box-shadow: 0 0 0 1px #00406E;
}

.AttorneyVideo {
	display: block;
	margin: 15px auto 0;
	width: 100%;
}

.AttyResults {
	margin: 15px 0;
}

.AttyResults ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.AttyResults li {
	display: block;
	padding: 15px;
	border: solid 1px #C6CEDB;
	border-bottom: none;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	margin-bottom: 10px;
}

.AttyResults li:last-child {
	border-bottom: solid 3px #FFFFFF;
}

.AttyResults li.blue {
}

.AttyResults li.white {
}

.AttyResults li span {
	display: block;
	font-size: 19px;
	font-weight: 500;
}

.AttyResults li.blue span {
	color: #8d1812 ; 
}

.AttyResults li.white span {
	color: #8d1812 ;
}

.AttyResults li p {
	margin: 10px 0;
}

#SideAttorneyList ul {
	margin: 10px 0;
}

#AttyDisplay .Thumbnail>div.sidebox {
	display: block;
	margin: 15px 0 0;
	background-color: #FFFFFF;
	padding: 0;
	font-size: 15px;
	line-height: 1.4em;
	float: none;
}

#AttyDisplay .Thumbnail>div.sidebox h3 {
	margin: 0;
	padding: 5px 10px 0;
	color: #8d1812 ; 
}

.Thumbnail div.sidebox ul {
	margin: 10px 5px 10px 0;
	padding-left: 30px;
}

.Thumbnail div.sidebox li {
	padding: 1.5px 0;
}
/* End Attorney System Pages */

/* Victories Page  
#CasesGrid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#CasesGrid ul li {
	float: left;
	width: 33.33%;
	padding: 0px 1%;
}

#CasesGrid {
	position: relative;
}

#CasesGrid article.case {
	width: auto;
	position: relative;
	margin: 0px 0px 24px 0px;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	background-color: #8d1812 ; 
	display: inline-block;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.8em;
	padding: 170px 20px 20px 20px;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	top: 100px;
}

#CasesGrid article.case a {
	color: #C8DCFF;
}

#CasesGrid article.case a:hover {
	color: #fff;
}

#CasesGrid article.case.show {
	opacity: 1;
	top: 0px;
}

#CasesGrid article.case img {
	position: absolute;
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	left: 0px;
	top: 0px;
}

#CasesGrid article.case h3 {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-family: Oswald, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

#CasesGrid article.case p.caption {
	font-weight: 500;
	font-size: 17px;
	color: #C8DCFF;
}
/* End Victories Page */

/* Case Eval Form  
.caseeval {
	position: relative;
	padding: 15px 10px;
	background-color: #8d1812 ; 
	border: solid 3px #00406E; 
}

.caseeval input, .caseeval textarea {
	background-color: #00406E; 
	color: #fff;
	border: solid 3px #00406E; 
	font-family: Cabin Condensed;
	font-size: 16px;
	outline: none;
}

.caseeval input {
	width: 48%;
	margin: 0 1% 8px;
	float: left;
	height: 35px;
	padding: 0 10px;
}

.caseeval textarea {
	width: 98%;
	margin: 0 1% 4px;
	padding: 8px 10px;
	height: 90px;
	resize: none;
	overflow: auto;
}

.caseeval .Submit {
	float: none;
	width: 98%;
	height: 45px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	font-size: 18px;
	box-shadow: inset 0 0 0 #00406E;
	margin: 0 1%;
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
	background-color: #00406E;
	display: block;
	color: #FFFFFF;
	line-height: 39px;
	text-align: center;
	border: solid 3px #00406E; 
	clear: both;
}

.caseeval .Submit:hover {
	box-shadow: inset 0 0 0 30px #002642;
}
/* End Case Eval Form */

/* Mobile Menu  
html.boxsizing body {
	overflow-x: hidden;
}

div.imenupanel {
	position: absolute !important;
	left: -1% !important;
	width: 102%;
	background-color: rgba(23,23,23,0.9);
	text-align: left;
	z-index: 95 !important;
}

div.imenupanel div.imenu {
	width: 100% !important;
}

div.imenuitem {
	color: #fff;
	font-size: 15px;
	border-bottom: solid 1px #5a5a5a;
}

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	float: right;
	font-size: 20px;
	color: #fff;
	line-height: 41px;
	padding-left: 25%;
}

div.imenuitem a {
	color: #fff;
	display: block;
	padding: 12px 15px;
}

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}
/* End Mobile Menu */

/* Force Videos to Auto-Resize  
div.video-content {
	float: right;
	width: 48%;
	margin: 20px 0 0 30px;
}

#MainContent div[icobalt='CobaltControls.Controls.VideoPlayer'] {
	width: 100% !important;
	height: 0px !important;
	padding: 0 0 56.25% 0 !important;
	position: relative !important;
	max-width: 640px !important;
}

#MainContent div[icobalt='CobaltControls.Controls.VideoPlayer']>* {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
/* End Force Videos to Auto-Resize 

/* Font Files  
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin Condensed';
		font-style: normal;
		font-weight: 700;
		src: url('../fonts/cabincondensed-bold-webfont.svg.html') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin Condensed';
		font-style: normal;
		font-weight: 500;
		src: url('../fonts/cabincondensed-medium-webfont.svg.html') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin Condensed';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/cabincondensed-regular-webfont.svg.html') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Giovanni';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/giovannistd-book.svg.html') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Giovanni';
		font-style: italic;
		font-weight: 400;
		src: url('../fonts/giovannistd-bookitalic.svg.html') format('svg');
	}
}
/* End Font Files 

.fancyfont p {
	margin: 15px 0;
}
