/* General Site Styles */
body {
	background: #ffffff;
	margin: 0px;
	font-family: 'PT Sans Narrow', Sans-Serif;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: 400;
	font-family: 'Marcellus', Serif;
}

#MainZone h1 {
	margin: 15px 0;
	color: #0D0D0D;
	font-size: 33px;
	text-transform: uppercase;
}

#MainZone h2, #MainZone h3, #MainZone h4 {
	margin: 15px 0px;
	color: #FFFFFF;
	font-size: 24px;
}

body.sub #MainZone h2, body.sub #MainZone h3, body.sub #MainZone h4 {
	color: #2678BF;
}

h1 {
}

h2, h3 {
}

h4 {
}

a {
	text-decoration: none;
	color: #2678BF;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

a:hover {
	text-decoration: none;
	color: #0C0C0D;
}

a.phone-link {
	cursor: default;
}

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

.maincontent ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 40px;
}

.fancyfont {
	background-color: #DACE41; /* $secondary */
	color: #FFFFFF; /* $light */
	margin: 15px 0;
	padding: 3px 10px;
}

.fancyfont a {
	color: #27537E; /* $primary */
}

.fancyfont a: hover {
	text-decoration: underline;
}

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

.maincontent li > ul {
	margin: 0;
}

.main {
	max-width: 1080px;
	min-width: 320px;
	width: auto;
	margin: 0px auto;
	position: relative;
	padding: 0px 1%;
}

html.no-canvas .main {
	width: 1000px;
}

#ContactMap {
	width: 450px;
	height: 450px;
	margin: 0 auto;
}

#ContactMap, #ContactMap img {
	max-width: 450px;
	width: 100%!important;
	height: auto!important;
}

body.cms-layout .cms-zone ul.zone-tab li {
	position: relative !important;
	opacity: 1 !important;
	float: none !important;
	overflow: visible !important;
}

.iswap:empty {
	display: none;
}

.half {
	width: 50%;
	float: left;
}

iframe[name='google_conversion_frame'] {
	display: none;
}
/* End General Site Styles */

/* Layout Styles */
form *,form *:before,form *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.main:after {
	content: ' ';
	display: block;
	clear: both;
}

#MastheadZone {
	background-color: #1A1A19;
	background-image: -webkit-linear-gradient(top,#1A1A19,#20201F);
	background-image: -moz-linear-gradient(top,#1A1A19,#20201F);
	background-image: -o-linear-gradient(top,#1A1A19,#20201F);
	background-image: linear-gradient(to bottom,#1A1A19,#20201F);
	position: fixed;
	width: 100%;
	height: 140px;
	top: 0px;
	z-index: 3;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#MastheadZone.masthead-fixed {
	height: 100px;
}

body.cms-admin #MastheadZone {
	top: 90px;
}

#TopArea {
	padding-top: 174px;
}

#NavZone {
	background-color: #2678BF;
	position: fixed;
	width: 100%;
	z-index: 3;
	top: 140px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

#NavZone.nav-fixed {
	top: 100px;
}

body.cms-admin #NavZone {
	top: 230px;
}

body.cms-admin #NavZone.nav-fixed {
	top: 190px;
}

#ImageZone {
	background-image: url(/images/slide-bg.jpg);
	background-size: cover;
	background-position: bottom center;
	height: 540px;
	box-shadow: inset 0 -10px 0 #1b1c1b;
}

#VideoZone {
	width: 100%;
	background-color: #F1F1F0;
	border-top: solid 4px #DADADA;
	min-height: 472px;
}

#CTAZone {
	background-image: url(/images/Asphalt-BG.jpg);
	min-height: 495px;
}

#MainArea {
	width: 100%;
	background-image: url(/images/slide2-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 20%;
}

main {
	background-color: #F2F3F5;
}

#ResultsZone {
	background-color: #CDCDCF;
	min-height: 730px;
	overflow: hidden;
}

#AttorneyZone {
	background-image: url(/images/slide3-bg.jpg);
	border-top: solid 5px #000000;
	overflow: hidden;
	background-position: top center;
	min-height: 485px;
}

#SideZone {
	background-color: #000000;
	background-image: -webkit-linear-gradient(top,#1F201F,#0C0C0D);
	background-image: -moz-linear-gradient(top,#1F201F,#0C0C0D);
	background-image: -o-linear-gradient(top,#1F201F,#0C0C0D);
	background-image: linear-gradient(to bottom,#1F201F,#0C0C0D);
	min-height: 580px;
}

#InfoZone {
	background-image: url(/images/FooterBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 622px;
	background-color: #EBEBEB;
}

.maincontent {
	color: #1D1C1C;
	font-size: 20px;
	line-height: 31px;
}

.side {
}

#Footer {
}

#FooterZone {
	background-color: #1B1B1B;
}

body.sub #ImageZone {
	height: 270px;
	background-image: url(/images/subslide-bg.jpg);
}

body.sub #CTAZone {
	background-image: url(/images/subCTA-bg.jpg);
	min-height: 280px;
	box-shadow: inset 0 -10px 0 #1b1c1b;
}

body.sub #MainArea {
	background-image: none;
}

body.sub #SideZone {
	background-image: none;
	background-color: transparent;
	min-height: auto;
}

body.sub .maincontent {
	width: 65%;
	float: left;
	padding: 30px 0px;
}

body.sub .side {
	width: 30%;
	float: right;
}
/* End Layout Styles */

/* Masthead */
.masthead {
}

.masthead .top-logo {
	position: relative;
	float: left;
}

.masthead .top-logo a {
}

.masthead .top-logo img {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
}

.masthead-fixed .masthead .top-logo img {
	-webkit-transform: scale(.85,.85);
	-moz-transform: scale(.85,.85);
	-o-transform: scale(.85,.85);
	transform: scale(.85,.85);
}

#logo1 {
	position: relative;
	top: 45px;
	left: 22px;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
}

.masthead-fixed #logo1 {
	top: 25px;
	left: 0px;
}

#logo2 {
	position: relative;
	left: -130px;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	top: 83px;
}

.masthead-fixed #logo2 {
	top: 12px;
	left: -18px;
}

.masthead .right-info {
	float: right;
	margin: 20px 0px;
	text-align: right;
	font-family: 'PT Sans Narrow', Sans-Serif;
	font-weight: bold;
}

.masthead-fixed .masthead .right-info {
	margin: 10px 0px;
}

.masthead .right-info img {
	padding-right: 13px;
}

.masthead .right-info icon {
	color: #3A86C8;
	font-size: 23px;
	padding-right: 10px;
}

.masthead .right-info span {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0px;
}

.masthead-fixed .masthead .right-info span {
	font-size: 15px;
}

.masthead .right-info .Number {
	padding: 2px 0px 6px 0px;
	border-top: solid 1px #2678BF;
}

.masthead .right-info .Number span {
	color: #FDCA0B;
	font-size: 16px;
	padding-right: 4px;
	letter-spacing: 0px;
}

.right-info a.phone-link {
	color: #FFFFFF;
	font-size: 35px;
}

.masthead-fixed .right-info a.phone-link {
	font-size: 28px;
}

.right-info .term {
	color: #3A86C8;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 14px;
	font-family: Marcellus, Serif;
}

.masthead-fixed .right-info .term {
	display: none;
}
/* End Masthead */

/* Mobile Nav */
.mobile-nav {
	display: none;
	margin: 0;
	list-style: none;
	padding: 0;
}

.mobile-nav li {
	flex-grow: 1;
	text-align: center;
	height: 100%;
}

.mobile-nav li a, .mobile-nav li button {
	color: #FFFFFF;
	font-size: 1.2em;
	padding: .35em 0;
	display: block;
	width: 100%;
	background-color: transparent;
	font-family: 'PT Sans Narrow', Sans-Serif;
	text-transform: uppercase;
}

.mobile-menu nav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,0.9);
	-webkit-transition: left .5s;
	-moz-transition: left .5s;
	-o-transition: left .5s;
	transition: left .5s;
	left: 100%;
	display: none;
	font-size: 1.125em;
	z-index: 10;
}

.mobile-menu > div > a {
	color: #FFFFFF;
}

.mobile-menu nav.enter {
	left: 0;
}

.mobile-menu nav.leave {
	left: 100%;
}

.mobile-menu nav ul {
	position: relative;
	-webkit-transition: left .5s ease;
	-moz-transition: left .5s ease;
	-o-transition: left .5s ease;
	transition: left .5s ease;
	left: 0;
	padding-top: 3em !important;
	display: block !important;
	padding: 0;
	margin: 0;
}

.mobile-menu nav ul:before {
	content: 'Back';
	position: absolute;
	color: #FFFFFF;
	display: block;
	width: 100%;
	top: 0;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	padding-left: 3em;
	line-height: 2.5em;
	font-size: 1.5rem;
}

.mobile-menu nav > ul:before {
	content: 'Close';
	text-align: left;
}

.mobile-menu nav ul:after {
	content: '\e9a4';
	font-family: 'icomoon-ult';
	color: #FFFFFF;
	position: absolute;
	font-size: 1.5em;
	left: .5em;
	line-height: 1;
	margin-bottom: .5em;
	top: .5em;
}

.mobile-menu nav > ul:after {
	content: '\f92a';
	font-family: 'icomoon-ult';
}

.mobile-menu nav ul.leave {
	left: -100%;
}

.mobile-menu nav ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	visibility: hidden;
}

.mobile-menu nav ul.leave ul.leave {
	left: 0;
}

.mobile-menu nav ul.leave > li.enter > ul {
	visibility: visible;
	margin-left: 0;
}

.mobile-menu nav ul li {
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.mobile-menu nav ul li a {
	display: block;
	color: #FFFFFF !important;
	padding: 1rem 1em;
	text-align: left !important;
	background-color: transparent !important;
	font-size: 1.3rem;
}

.mobile-menu nav ul li.hasChild > a {
	width: calc(100% - 5em);
	border-right: solid 1px rgba(255,255,255,0.2);
}

.mobile-menu nav ul li.hasChild:before {
	content: '\e915';
	font-family: 'icomoon-ult';
	font-size: 1.5em;
	color: #FFFFFF;
	line-height: 2.9em;
	position: absolute;
	margin: -0.3em 0 0 0;
	right: 13%;
}
/* End Mobile Nav */

/* Top Nav Styles */
.top-nav {
}

.top-nav ul {
	display: table;
	width: auto;
	margin: 0px auto;
}

.top-nav li {
	display: table-cell;
	width: auto;
}

.top-nav a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 20px;
	color: #FFFFFF; /* $light */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
}

.top-nav a:hover {
	color: #000000;
}

.top-nav .cta-nav {
	display: none;
}

.top-nav .mobile-nav {
	display: none;
}

.top-nav .mobile-nav a span {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.top-nav .mobile-nav a span > span {
	display: none;
}
/* End Top Nav Styles */

/* Quick Links */
.quick-links {
	cursor: pointer;
	z-index: 10;
	display: block;
	position: fixed;
	width: 280px;
	height: 455px;
	right: 30px;
	bottom: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background: url(/images/help-pop-up.jpg) no-repeat top center;
	-webkit-transform: translateY(380px);
	-moz-transform: translateY(380px);
	-o-transform: translateY(380px);
	transform: translateY(380px);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.quick-links:hover {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.quick-links nav {
	padding-top: 90px;
}

.quick-links nav a.button {
	display: block;
	margin: 0 0 0 20px;
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 2.6;
	width: 250px;
	background: 0px;
	border: none;
	padding: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.quick-links nav a.button:hover {
	padding-left: 5%;
	color: #2685bf;
}

.quick-links nav a.button:after,
.quick-links nav a.button:before {
	background: #fff;
}

.quick-links nav a.button span {
	display: none;
}
/* End Quick Links */

/* Animation */
.animation {
	position: relative;
	height: 515px;
	padding: 0px;
	max-width: 1080px;
	width: auto;
	margin: 0px auto;
}

.slide {
	position: absolute;
	top: 25px;
	width: 100%;
	height: 100%;
	display: none;
}

.slide-nav {
	display: none;
}

.slide:first-child {
	display: block;
}

.slide:nth-child(2) img {
	width: auto;
	position: relative;
	float: right;
}

.slide:nth-child(3) img {
	width: 90%;
	margin: 0px auto;
}

.info {
	position: absolute;
	width: 100%;
	text-align: center;
}

.slide:nth-child(2) .info {
	text-align: left;
}

.info h1, .info h2 {
	font-size: 55px;
	color: #0D0D0D;
	font-family: Marcellus, Serif;
	text-transform: uppercase;
	line-height: 1em;
}

.slide:nth-child(1) .info h1 {
	font-size: 80px;
}

.info h3 {
	font-size: 48px;
	color: #FFFFFF;
}

.info p {
	font-size: 36px;
	color: #2678BF;
	text-shadow: 0px 1px 1px #FFFFFF;
	font-weight: bold;
	margin: 20px 0px;
}

.slide:nth-child(1) .info p {
	color: #2678BF;
}

.slide:nth-child(1) .info p:before {
	content: '';
	background-color: #000000;
	width: 20%;
	height: 3px;
	position: absolute;
	left: 0px;
	top: 205px;
}

.transition-in.slide:nth-child(1) .info p:before {
	top: 25px;
}

.transition-out.slide:nth-child(1) .info p:before {
	top: 205px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.slide:nth-child(1) .info p:after {
	content: '';
	background-color: #000000;
	width: 20%;
	height: 3px;
	position: absolute;
	top: 205px;
	right: 0px;
}

.transition-in.slide:nth-child(1) .info p:after {
	top: 25px;
}

.transition-out.slide:nth-child(1) .info p:after {
	top: 205px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.slide:nth-child(1) .info p span {
	color: #000000;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	border-top: solid 6px #000000;
	margin: 10px 0px 0px 0px;
	line-height: 50px;
}

a.btn, button.btn {
	background-color: #FFFFFF;
	font-size: 20px;
	color: #2678BF;
	padding: 2.5% 15% 2.5% 4%;
	border: solid 3px #000000;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	display: inline-block;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

a.btn:hover, button.btn:hover {
	color: #FFFFFF;
	background-color: #2685BF;
}

.transition-in .info a.btn:hover {
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.info a.btn {
	padding: 1% 15% 1% 4%;
}

.transition-in .info a.btn {
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

a.btn:before, button.btn:before {
	content: '';
	background-color: #000000;
	position: absolute;
	right: 18px;
	top: 15px;
	display: block;
	height: 15px;
	width: 3px;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

a.btn:hover:before, button.btn:hover:before {
	-webkit-transform: rotate(675deg);
	-moz-transform: rotate(675deg);
	-o-transform: rotate(675deg);
	transform: rotate(675deg);
	top: 10px;
	right: 20px;
}

body.sub a.btn:hover:before {
	top: 6px;
}

a.btn span, button.btn span {
	position: absolute !important;
	height: 100%;
	width: 3px;
	top: 0px;
	right: 40px;
	background: #000000;
	left: auto !important;
}

a.btn:hover span, button.btn:hover span {
	-webkit-transform: translateX(43px);
	-moz-transform: translateX(43px);
	-o-transform: translateX(43px);
	transform: translateX(43px);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

a.btn:after, button.btn:after {
	content: '';
	background-color: #000000;
	position: absolute;
	right: 18px;
	top: 15px;
	display: block;
	height: 15px;
	width: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transition-origin: center;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

a.btn:hover:after, button.btn:hover:after {
	-webkit-transform: rotate(585deg);
	-moz-transform: rotate(585deg);
	-o-transform: rotate(585deg);
	transform: rotate(585deg);
	top: 20px;
	right: 20px;
}

.info:hover > span {
}

.slide:nth-child(1) .info a.btn {
	width: 40%;
	margin: 10px;
}

body.sub .animation {
	height: 270px;
}

body.sub .slide:nth-child(1) .info h2 {
	font-size: 60px;
}

body.sub .info {
	width: 100%;
}

body.sub .info p {
	font-weight: normal;
	margin: 0px;
}

body.sub .slide:nth-child(1) .info p:before {
	display: none;
}

body.sub .slide:nth-child(1) .info p:after {
	display: none;
}

body.sub .info a.btn {
	padding: 0.5% 8% 0.5% 0%;
}

body.sub a.btn:before {
	top: 11px;
}

body.sub a.btn:after {
	top: 11px;
}

body.sub a.btn:hover:after {
	top: 16px;
}

body.sub .slide:nth-child(1) .info a.btn {
	width: 40%;
	padding: 0.5% 3% 0.5% 0%;
}

.slide:nth-child(3) .info a.btn {
	padding: 1% 8% 1% 2%;
}
/* End Animation */

/* Testimonial Zone Styles */
.testimonial-feed {
	margin: 20px 2% 0px 0px;
	float: left;
	position: relative;
	width: 43%;
	min-height: 360px;
}

.testimonial-feed h2 {
	font-size: 24px;
	color: #2678BF;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 4px #000000;
	font-family: 'PT Sans Narrow', Sans-Serif;
	padding-bottom: 0px;
}

.testimonial-feed header h2 {
	padding-bottom: 25px;
}

.testimonial-feed h2:after {
	content: '\e1d8';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #000000;
	font-size: 32px;
	left: 50%;
	top: 70px;
}

.testimonials span.quotes {
	display: none;
}

.testimonials span {
	width: 100%;
	float: left;
	text-align: center;
	font-family: Marcellus;
	color: #0d0d0d;
	font-size: 1.10em; /* Approximation due to font substitution */
	font-weight: 400;
	line-height: 1.25em;
}

.testimonials span h2 {
	text-transform: uppercase;
	margin: 15px 0 0 0;
	color: #000000;
	font-family: Marcellus;
	border: none;
}

.testimonials span h2:after {
	display: none;
}

.testimonials span b {
	padding-top: 10px;
	position: relative;
	display: block;
	clear: both;
}

.testimonials span b:after {
	content: '';
	height: 3px;
	width: 80px;
	background: #0d0d0d;
	position: relative;
	top: -30px;
	left: 205px;
	display: block;
}

.video-player {
	float: right;
	width: 53%;
	min-height: 280px;
}

.video-player img, .video-player div {
	margin: 20px 0px 0px 0px;
	width: 100% !important;
}

.video-container {
	width: 100%;
	position: relative;
	height: 0px;
	padding-bottom: 56.25%;
}

.video-container div:first-child {
	left: 0px;
	top: 0px;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
}

.video-container #HomeVideo_display_button {
	width: 10% !important;
	background-image: none;
	margin: 94px 0 0 452px;
	opacity: 0;
}
/* End Testimonial Zone Styles */

/* Home Content Styles */
#HomeMain {
	padding: 0px 0px 30px 0px;
}

#HomeMain header {
	width: 100%;
	text-align: center;
	padding: 30px 0px 40px 0px;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.69);
	text-transform: uppercase;
}

#HomeMain header h1 {
	color: #FFFFFF;
	font-size: 2.5em;
	margin: 0px;
	line-height: 1.2em;
}

#HomeMain header h1:before {
	content: '';
	width: 23%;
	height: 3px;
	background-color: #BBBBBB;
	position: absolute;
	left: 0px;
	top: 55px;
}

#HomeMain header h1:after {
	content: '';
	background-color: #BBBBBB;
	width: 23%;
	height: 3px;
	position: absolute;
	top: 55px;
	right: 0px;
}

#HomeMain header h3 {
	color: #BBBBBB;
	font-size: 45px;
	margin: 0px;
}

.homecontent {
	width: 38%;
	float: left;
	padding-right: 2%;
}

.homecontent h3 {
	color: #FFFFFF;
	font-family: 'PT Sans Narrow', Sans-Serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.576);
	margin: 0px;
}

.homecontent h3 span {
	color: #FDCA0B;
}

.homecontent p {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 28px;
	font-weight: normal;
}

.homelogos {
	width: 24%;
	float: left;
	border-left: solid 1px #5BA5D1;
	border-right: solid 1px #5BA5D1;
}

.homelogos img {
	margin: 0px 0px 0px 15px;
}

.homecontactform {
	width: 38%;
	float: left;
	padding-left: 2%;
}

#HomeMain .homecontactform header {
	padding: 0px;
}

.homecontactform header h2 {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	font-size: 26px;
}

.homecontactform p {
	color: #FDCA0B;
	font-size: 20px;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.529);
}

.homecontactform p span {
	color: #FFFFFF;
}

.contact-form {
}

.contact-form fieldset {
	border: none;
	padding: 0;
	bmargin: 0;
}

.contact-form fieldset div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #DACE41; /* $secondary */
}

.contact-form fieldset div ul {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 48%;
}

.contact-form fieldset .validation {
	display: none;
}

.contact-form fieldset .hide {
	display: none;
}

.contact-form input {
	padding-right: 2%;
	background-color: rgba(13,13,13,0.4);
	color: #F5F5F6;
	font-size: 14px;
	padding: 4px 6px;
	box-shadow: 0px -1px -1px rgba(27,76,105,0.627);
	border: none;
	border-radius: 4px;
	height: 43px;
	margin: 0px 0px 10px 0px;
	width: 100%;
	font-family: 'PT Sans Narrow', Sans-Serif;
}

.contact-form select {
	width: 100%;
	padding-right: 2%;
	background-color: rgba(13,13,13,0.4);
	color: #F5F5F6;
	font-size: 14px;
	padding: 4px 6px;
	box-shadow: 0px -1px -1px rgba(27,76,105,0.627);
	border: none;
	border-radius: 4px;
	height: 43px;
	margin: 0px 0px 10px 0px;
	font-family: 'PT Sans Narrow', Sans-Serif;
}

.contact-form textarea {
	width: 100%;
	padding-right: 2%;
	background-color: rgba(13,13,13,0.4);
	color: #F5F5F6;
	font-size: 14px;
	padding: 10px 6px 4px 6px;
	box-shadow: 0px -1px -1px rgba(27,76,105,0.627);
	border: none;
	border-radius: 4px;
	height: 202px;
	margin: 0px 0px 10px 0px;
	resize: none;
	font-family: 'PT Sans Narrow', Sans-Serif;
}

.contact-form button.btn {
	text-align: center;
	position: relative;
	width: 100%;
	display: inline-block;
	font-size: 17px;
	padding: 2.5% 15% 2.5% 10%;
}

.contact-form button.btn:hover {
	padding: 2.5% 4% 2.5% 12%;
}

.contact-form button.btn span:before {
	content: '';
	display: block;
	top: -14px;
	left: -332px;
	width: 44px;
	height: 20px;
	position: absolute;
	z-index: 1;
	-webkit-transform-origin: bottom center;
	-moz-transform-origin: bottom center;
	-o-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	background-image: url(/images/envelope2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.contact-form button.btn:hover span:before {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.contact-form button.btn span:after {
	content: '';
	display: block;
	top: -20px;
	left: -349px;
	width: 78px;
	height: 78px;
	position: absolute;
	background-image: url(/images/envelope1.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* End Home Content Styles */

/* CTA Styles */
.cta-list {
	display: table;
	width: 100%;
	position: relative;
	padding: 0 1%;
	text-align: center;
}

.cta-list ul {
	display: table-row;
}

.cta-list ul li {
	position: relative;
	display: table-cell;
}

.cta-list ul li:last-child {
}

.items1 li {
	width: 100%;
}

.items2 li {
	width: 50%;
}

.items3 li {
	width: 33.3%;
}

.items4 li {
	width: 25%;
}

html.no-display-table .cta-list ul li {
	float: left;
}

.cta-list ul li icon {
	font-size: 20px;
}

.cta-list ul li h2 {
	font-size: 18px;
	line-height: 1.2em;
	color: #FFFFFF;
	padding: 10px 3% 0px 3%;
}

.cta-list ul li p {
	font-size: 13px;
	line-height: 1.4em;
	margin: 0px 0px 5px;
	padding: 10px 10% 20px 10%;
}

.cta-list .btn {
	display: block;
	margin: 0px auto;
	padding: 5px 0;
}

.cta-list a:hover .btn {
}

.cbp-so-scroller {
	display: block;
	position: relative;
	margin: 0 auto;
	top: 0px;
	overflow: hidden;
	min-height: 496px;
	max-width: 1080px;
	width: auto;
}

.cbp-so-section {
	position: relative;
	margin: 0 auto;
	min-height: 516px;
	max-width: 1080px;
	width: auto;
}

.cbp-so-section:before,
.cbp-so-section:after {
	content: ' ';
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

.cbp-so-side {
	z-index: 1;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 360px;
	height: 496px;
	float: right;
	margin: 0;
	padding: 60px 0;
	min-height: 12em;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.cbp-so-side2 {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 360px;
	height: 496px;
	margin: 0;
	padding: 60px 0;
	min-height: 12em;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.cbp-so-bg {
	height: 184px;
	width: 65px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
	opacity: 0;
}

.car {
	top: 190px;
	left: 50%;
	position: absolute;
	margin: 0 0 0 -110px;
	display: block;
	width: 219px;
	height: 183px;
	background: url(/images/car.png) no-repeat center;
}

.cop {
	position: absolute;
	top: 190px;
	left: 50%;
	margin: 0 0 0 100px;
	width: 98px;
	height: 221px;
	background: url(/images/cop.png) no-repeat center;
	opacity: 0;
}

.cbp-so-street {
	position: relative;
	height: 516px;
	margin: 0 auto;
	width: 1080px;
	background: url(/images/street-borders.png) no-repeat center bottom;
}

.cbp-so-side h2,
.cbp-so-side2 h2 {
	font-family: Marcellus;
	color: #bbbbbb;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.0em;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.cbp-so-side2 h2 img {
	margin: -20px 10px 0 0;
}

.cbp-so-side h2 img {
	margin: -20px 0 0 10px;
}

.cbp-so-side h3,
.cbp-so-side2 h3 {
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	border-top: solid 3px #2685bf;
	font-family: 'PT Sans Narrow', Sans-Serif;
	padding: 20px 0px;
}

.cbp-so-side:before,
.cbp-so-side:after {
	content: ' ';
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
	text-align: left;
}

.cbp-so-side-left {
	text-align: right;
}

.cbp-so-side-right img {
	float: left;
}

.cbp-so-side-left img {
	float: right;
}

.cbp-so-init .cbp-so-bg,
.cbp-so-init .cbp-so-side,
.cbp-so-init .cbp-so-street {
	opacity: 0;
}

.cbp-so-init .car {
	top: 190px;
	left: 50%;
	margin: 0 0 0 -110px;
}

.cbp-so-init .cop {
	opacity: 0;
	top: 190px;
	left: 50%;
	margin: 0 0 0 100px;
}

.cbp-so-init .cbp-so-street {
	opacity: 1;
	background: url(/images/street-borders.png) no-repeat center bottom;
}

.cbp-so-init .cbp-so-bg {
	background: url(/images/street-sprite.png) no-repeat -65px bottom;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(360px);
	-moz-transform: translateX(360px);
	-o-transform: translateX(360px);
	transform: translateX(360px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(-360px);
	-moz-transform: translateX(-360px);
	-o-transform: translateX(-360px);
	transform: translateX(-360px);
}

.cbp-so-section.cbp-so-animate .cbp-so-street {
	-webkit-transform: translateX(500px);
	-moz-transform: translateX(500px);
	-o-transform: translateX(500px);
	transform: translateX(500px);
	opacity: 1;
	-webkit-transition: all 5.5s 1s ease;
	-moz-transition: all 5.5s 1s ease;
	-o-transition: all 5.5s 1s ease;
	transition: all 5.5s 1s ease;
}

.cbp-so-section.cbp-so-animate .car {
	-webkit-transform: translate(-50px, 50px);
	-moz-transform: translate(-50px, 50px);
	-o-transform: translate(-50px, 50px);
	transform: translate(-50px, 50px);
	-webkit-transition: all 5.5s 1s ease;
	-moz-transition: all 5.5s 1s ease;
	-o-transition: all 5.5s 1s ease;
	transition: all 5.5s 1s ease;
}

.cbp-so-section.cbp-so-animate .cop {
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 1;
	-webkit-transition: all 1s 5s ease;
	-moz-transition: all 1s 5s ease;
	-o-transition: all 1s 5s ease;
	transition: all 1s 5s ease;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.cbp-so-section.cbp-so-animate  .cbp-so-bg {
	background: url(/images/street-sprite.png) no-repeat -65px bottom;
	opacity: 1;
	-webkit-animation: play .5s steps(2) 8;
	-moz-animation: play .5s steps(2) 8;
	-o-animation: play .5s steps(2) 8;
	animation: play .5s steps(2) 8;
}

@-webkit-keyframes play {
	from { background-position: 0px; }
	to { background-position: -130px; }
}

@-moz-keyframes play {
	from { background-position: 0px; }
	to { background-position: -130px; }
}

@-o-keyframes play {
	from { background-position: 0px; }
	to { background-position: -130px; }
}

@keyframes play {
	from { background-position: 0px; }
	to { background-position: -130px; }
}

body.sub .cta {
	width: 220px;
	background-color: #1D1C1C;
	border-radius: 50%;
	height: 220px;
	margin: 25px 6%;
	float: left;
}

body.sub .cta img {
	margin: 20px 26% 10px 26%;
	-webkit-transition: 2s ease 0s;
	-moz-transition: 2s ease 0s;
	-o-transition: 2s ease 0s;
	transition: 2s ease 0s;
}

body.sub .cta a {
	color: #F8CC29;
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	display: block;
}

body.sub .cta a:hover {
	color: #FFFFFF;
}

body.sub .cta a:hover img {
	-webkit-transition: 2s ease 0s;
	-moz-transition: 2s ease 0s;
	-o-transition: 2s ease 0s;
	transition: 2s ease 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
/* End CTA Styles */

/* Case Results Styles */
.victories {
	top: 40px;
	position: relative;
	display: block;
	height: 580px;
	margin: 0 auto;
}

#CaseResults:after {
	width: 1080px;
	height: 1080px;
	background-color: #F2F2F2;
	position: absolute;
	border-radius: 50%;
	top: 230px;
	left: -30px;
	border: solid 3px #A6A6A6;
	box-shadow: 0px 13px 15px #d1dde7 inset;
}

#CaseResults header {
	text-align: center;
	padding: 40px 0px 0px 0px;
}

#CaseResults header h2 {
	font-size: 30px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.698);
	text-transform: uppercase;
	margin: 0px;
	line-height: 1.1em;
}

#CaseResults header h2:before {
	content: '';
	background-color: #2678BF;
	width: 19%;
	height: 3px;
	position: absolute;
	top: 56px;
	left: 0px;
}

#CaseResults header h2:after {
	content: '';
	background-color: #2678BF;
	width: 20%;
	height: 3px;
	position: absolute;
	top: 56px;
	right: 0px;
}

#CaseResults header h2 span {
	color: #2678BF;
	font-size: 41px;
}

.victories ul {
	list-style: none;
	overflow: visible;
	position: relative;
	display: block;
	margin: 0px;
	z-index: 1;
}

.victories ul li {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.333em;
	text-transform: uppercase;
	background: #0d0d0d;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 0px;
	padding: 0 0 0 0;
	display: inline-block;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

.victories ul li p {
	display: block;
	margin: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.victories ul li#link0,.victories ul li:last-child {
	margin-right: -40px;
	position: relative;
	top: 220px;
}

.victories ul li#link6 {
	margin-left: -40px;
}

.victories ul li#link1,.victories ul li#link5 {
	position: relative;
	top: 90px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,.victories ul li#link5 {
		top: 130px !important;
	}
}

.victories ul li#link2,.victories ul li#link4 {
	position: relative;
	top: 20px;
}

.victories ul li#link3 {
	margin: 0px 15px;
}

.victories ul li:hover, .victories ul li.active {
	background: #2685bf;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	border: dashed 2px #222;
}

.victories ul li:hover p {
	color: #fff;
}

.boxlink {
	display: none;
}

.boxlink p {
	margin: 0;
}

#boxlink0,
#boxlink1,
#boxlink2,
#boxlink3,
#boxlink4,
#boxlink5,
#boxlink6 {
	color: #222222;
	font-size: 2.5em; /* Approximation due to font substitution */
	font-weight: 700;
	line-height: 0.95;
	text-align: center;
	width: 1020px;
	height: 140px;
	position: absolute;
	padding-top: 50px;
	bottom: 80px;
	display: none;
	background: url(/images/Gavel2.png) no-repeat center top;
	z-index: 2;
}

#boxlink0 p,
#boxlink1 p,
#boxlink2 p,
#boxlink3 p,
#boxlink4 p,
#boxlink5 p,
#boxlink6 p {
	-webkit-animation: result 2.1s cubic-bezier(.87,-.41,.19,1.44);
	-moz-animation: result 2.1s cubic-bezier(.87,-.41,.19,1.44);
	-o-animation: result 2.1s cubic-bezier(.87,-.41,.19,1.44);
	animation: result 2.1s cubic-bezier(.87,-.41,.19,1.44);
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes result {
	0% { opacity: 0; -webkit-transform: translateY(-60px); }
	100% { opacity: 1; -webkit-transform: translateY(0px); }
}

@-moz-keyframes result {
	0% { opacity: 0; -moz-transform: translateY(-60px); }
	100% { opacity: 1; -moz-transform: translateY(0px); }
}

@-o-keyframes result {
	0% { opacity: 0; -o-transform: translateY(-60px); }
	100% { opacity: 1; -o-transform: translateY(0px); }
}

@keyframes result {
	0% { opacity: 0; transform: translateY(-60px); }
	100% { opacity: 1; transform: translateY(0px); }
}

#boxlink0 span,#boxlink1 span,#boxlink2 span,#boxlink3 span,#boxlink4 span,#boxlink5 span,#boxlink6 span {
	position: relative;
	display: block;
	top: -250px;
	left: 480px;
	width: 172px;
	height: 178px;
	background: url(/images/Gavel1.png) no-repeat center;
	-webkit-animation: gavel 1s cubic-bezier(.87,-.41,.19,1.44);
	-moz-animation: gavel 1s cubic-bezier(.87,-.41,.19,1.44);
	-o-animation: gavel 1s cubic-bezier(.87,-.41,.19,1.44);
	animation: gavel 1s cubic-bezier(.87,-.41,.19,1.44);
	content: ' ';
}

@-webkit-keyframes gavel {
	0% { -webkit-transform: rotate(0deg) translate(0,0); }
	70% { -webkit-transform: rotate(50deg) translate(30px,-30px); }
	100% { -webkit-transform: rotate(-35deg) translate(-20px,15px); }
}

@-moz-keyframes gavel {
	0% { -moz-transform: rotate(0deg) translate(0,0); }
	70% { -moz-transform: rotate(50deg) translate(30px,-30px); }
	100% { -moz-transform: rotate(-35deg) translate(-20px,15px); }
}

@-o-keyframes gavel {
	0% { -o-transform: rotate(0deg) translate(0,0); }
	70% { -o-transform: rotate(50deg) translate(30px,-30px); }
	100% { -o-transform: rotate(-35deg) translate(-20px,15px); }
}

@keyframes gavel {
	0% { transform: rotate(0deg) translate(0,0); }
	70% { transform: rotate(50deg) translate(30px,-30px); }
	100% { transform: rotate(-35deg) translate(-20px,15px); }
}

.victories .btn {
	position: relative;
	z-index: 1;
	margin: 0px 0px 0px -125px;
	left: 49%;
	bottom: -330px;
	padding: 1% 7% 1% 4%;
}
/* End Case Results Styles */

/* Attorney Styles */
#AttorneySection {
	position: relative;
	padding-top: 30px;
}

#AttorneySection:after {
	border-top: solid 480px #000000;
	border-left: solid 553px transparent;
	border-right: solid 553px transparent;
	width: 0px;
	height: 0px;
	position: absolute;
	left: -27px;
	top: 0px;
}

.attorney-gold {
	float: left;
	position: relative;
	z-index: 1;
	left: -30px;
}

.attorney-gold img {
	position: relative;
	bottom: -30px;
}

.attorney-gold a.btn {
	position: absolute;
	top: 350px;
	right: 0px;
	background-color: rgba(187,187,187,.9);
	box-shadow: inset -40px 0 0 #fff;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	color: #1F78AE;
}

.attorney-gold a.btn:hover {
	box-shadow: inset -40px 0 0 #bbbbbb;
	background-color: #FFFFFF;
}

.attorney-text {
	width: 35%;
	text-align: center;
	position: absolute;
	left: 31.5%;
	color: #FFFFFF;
	z-index: 1;
	top: 30px;
	text-shadow: 0px 0px 20px rgba(195,159,73,0.29);
}

.attorney-text header {
	color: #FFFFFF;
	font-size: 28px;
	text-transform: uppercase;
	margin: 0px;
	line-height: 1.1em;
}

.attorney-text header img {
	vertical-align: middle;
}

.attorney-text header:before {
	content: '';
	background-color: #2678BF;
	width: 31%;
	height: 3px;
	position: absolute;
	top: 14px;
	left: 15px;
}

.attorney-text header:after {
	content: '';
	background-color: #2678BF;
	width: 34%;
	height: 3px;
	position: absolute;
	top: 14px;
	right: 15px;
}

.attorney-text header span {
	color: #BBBBBB;
	font-size: 40px;
	letter-spacing: 1px;
}

.attorney-text p {
	line-height: 30px;
	font-size: 18px;
}

.attorney-text p span {
	color: #FDCA0B;
}

.attorney-witham {
	float: right;
	position: relative;
	z-index: 1;
	right: -30px;
}

.attorney-witham img {
	position: relative;
	bottom: -15px;
}

.attorney-witham a.btn {
	position: absolute;
	top: 350px;
	left: -90px;
	background-color: rgba(187,187,187,.9);
	box-shadow: inset -40px 0 0 #fff;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	color: #1F78AE;
}

.attorney-witham a.btn:hover {
	box-shadow: inset -40px 0 0 #bbbbbb;
	background-color: #FFFFFF;
}

.attorneyanchor {
	position: absolute;
	top: -40px;
}
/* End Attorney Styles */

/* Side-Nav Styles */
.side > * {
	display: block;
	position: relative;
	margin: 10px 0px 20px;
}

.side a {
	display: block;
}

.side .btn {
	display: block;
}

.side header h2 {
	display: block;
	padding: 10px 0px;
	font-size: 24px;
	color: #FFFFFF;
}

.side header h3 {
	display: block;
	padding: 10px 0px;
	font-size: 18px;
	color: #FFFFFF;
}

.side ul {
	width: 100%;
	position: relative;
}

.side li > ul {
	padding: 0px 10%;
	margin: 2px 0px;
}

.side ul li {
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
	color: #fff;
	line-height: 1.2em;
}

.side ul li a {
	display: block;
	color: #fff;
	padding: 10px 0px;
	position: relative;
}

.side ul li a:hover, .side ul li.selected a {
	padding-left: 20px;
}

.side-nav {
	padding: 50px 0px 0px 0px;
	position: relative;
}

.side-nav header, .side-nav header a {
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 30px;
	position: relative;
}

.side-nav header h2, .side-nav h2 {
	font-size: 30px;
	text-transform: uppercase;
}

.side-nav header h2:before {
	content: '';
	background-color: #2678BF;
	width: 30%;
	height: 3px;
	position: absolute;
	top: 20px;
	left: 0px;
}

.side-nav header h2:after {
	content: '';
	background-color: #2678BF;
	width: 25%;
	height: 3px;
	position: absolute;
	top: 20px;
	right: 30px;
}

.side-nav header h3 {
	color: #BBBBBB;
	font-size: 30px;
}

.side-nav ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.side-nav li {
	margin-right: 25px;
}

.side-nav li a {
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 0px;
	display: block;
	color: #FFFFFF;
	border-bottom: dotted 1px #616160;
}

.side-nav li a:hover {
	color: #FDCA0B;
}

body.sub .side ul li {
	font-size: 20px;
	line-height: 1em;
}

body.sub .side ul li a {
	color: #2678BF;
	font-weight: bold;
}

body.sub .side ul li a:hover, body.sub .side ul li.selected a {
	color: #FDCA0B;
	background-color: #1D1C1C;
}

body.sub .side ul li a:hover:before, body.sub .side ul li.selected a:before {
	color: #2685BF;
	content: '\e99d';
	font-family: 'icomoon-ult';
	font-size: 12px;
	float: right;
	margin-right: 10px;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

body.sub .side-nav {
	padding: 20px 0px 0px 0px;
}

body.sub .side-nav header, body.sub .side-nav header a {
	text-align: left;
	color: #0D0D0D;
	padding-bottom: 10px;
}

body.sub .side-nav header h2:before {
	display: none;
}

body.sub .side-nav header h2:after {
	display: none;
}

body.sub .side-nav header h3 {
	color: #0D0D0D;
	border-bottom: solid 4px #0D0D0D;
	font-size: 34px;
}

body.sub .side-nav ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

body.sub .side-nav li {
	border-bottom: solid 1px #c7c7c7;
}
/* End Side-Nav Styles */

/* Side Contact */
.side .contact-form input, .side .contact-form textarea {
	width: 100%;
	border: none;
	resize: none;
	outline: none;
	color: #FFFFFF;
	background-color: #1D1C1C;
	padding: 8px 10px;
	display: block;
	margin: 5px 0 5px;
	overflow: auto;
	border-radius: 0;
	font-family: 'PT Sans Narrow', Sans-Serif;
}

.side .contact-form select {
	width: 100%;
	border: none;
	resize: none;
	outline: none;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #1D1C1C;
	padding: 8px 10px;
	display: block;
	margin: 5px 0 5px;
	overflow: auto;
	border-radius: 0;
	font-family: 'PT Sans Narrow', Sans-Serif;
}

.side .contact-form input {
	height: 38px;
}

.side .contact-form textarea {
	height: 90px;
}

body.sub .contact-form header h2 {
	color: #1D1C1C;
	font-size: 30px;
	text-transform: uppercase;
	border-bottom: solid 4px #1D1C1C;
}

body.sub .contact-form header h2 span {
	color: #2685BF;
}

body.sub .contact-form p {
	color: #2685BF;
	font-size: 18px;
}

body.sub .contact-form button.btn {
	padding: 2.5% 15% 2.5% 0%;
}

body.sub .contact-form button.btn:before {
	top: 12px;
}

body.sub .contact-form button.btn:after {
	top: 12px;
}

body.sub .contact-form button.btn span:before {
	display: none;
}

body.sub .contact-form button.btn span:after {
	display: none;
}
/* End Side Contact */

/* Side Feeds */
.side-feed {
	position: relative;
	padding: 25px 0px 0px 0px;
}

.side-feed header, .side-feed header a {
	color: #FFFFFF;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 0px 20px 0px;
	position: relative;
}

.side-feed header h2 {
	font-size: 30px;
}

.side-feed header h2:before {
	content: '';
	background-color: #2678BF;
	width: 37%;
	height: 3px;
	position: absolute;
	top: 20px;
	left: 0px;
}

.side-feed header h2:after {
	content: '';
	background-color: #2678BF;
	width: 38%;
	height: 3px;
	position: absolute;
	top: 20px;
	right: 0px;
}

.side-feed header h3 {
	font-size: 30px;
	color: #BBBBBB;
}

.side-feed ul {
}

.side-feed ul li {
	border-bottom: solid 1px #3A3A39;
	padding-top: 20px;
}

.side-feed ul li a {
}

.side-feed ul li a div {
	position: relative;
}

.side-feed ul li a span.pubdate {
	position: absolute;
	right: 0px;
	color: #FFFFFF;
	padding: 8px 5px;
	background-color: #2678BF;
	font-size: 18px;
	font-weight: bold;
	top: 1px;
	border: solid 3px #0D0D0D;
}

body.sub .side-feed ul li a span.pubdate {
	right: 0px;
}

.side-feed a > div {
	float: left;
	margin-right: 15px;
}

.side-feed img {
	display: block;
	width: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: solid 4px #0D0D0D;
	box-shadow: 0px 0px 1px #5F5F5F;
}

.side-feed a > span {
	float: left;
	width: 72%;
	padding: 10px 0px;
}

.side-feed p {
	margin: 0;
	padding-top: 10px;
	font-size: 18px;
	color: #FFFFFF;
}

.side-feed .btn {
}

body.sub .side-feed a > div {
	width: 23%;
}

body.sub .side-feed header, body.sub .side-feed header a {
	color: #0D0D0D;
	text-align: left;
	padding: 25px 0px 5px 0px;
}

body.sub .side-feed header h1 {
	line-height: 0.6em;
	font-size: 34px;
}

body.sub .side-feed header h1:before {
	display: none;
}

body.sub .side-feed header h1:after {
	width: 62%;
	top: 57px;
}

body.sub .side-feed header h2 {
	color: #2678BF;
	font-size: 34px;
}

body.sub .side-feed ul li {
	background-color: #1D1C1C;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

body.sub .side-feed ul li a {
	padding: 0px 0px 10px 0px;
}

body.sub .side-feed ul li a:hover {
	padding: 0px 0px 10px 0px;
}

body.sub .side-feed ul li a:hover:before {
	display: none;
}

body.sub .side-feed img {
	float: left;
	width: 100%;
}

body.sub .side-feed h3 {
	line-height: 1.1em;
	padding: 0px 10px;
}

body.sub .side-feed p {
	font-weight: normal;
	padding: 10px;
}
/* End Side Feeds */

/* Footer Styles */
.footer-links {
}

.footer-links ul {
	display: table;
	width: 100%;
}

.footer-links ul li {
	display: table-cell;
	text-align: center;
}

.footer-links li a {
	display: block;
	padding: 5px 10px;
}

.footer-links li a:hover {
}

.footer-info {
}

.footer-info .third {
	width: 33.3%;
	padding: 0 1%;
}

#Info {
	text-align: center;
	color: #000000;
}

#Info a {
	color: #000000;
}

#Info header {
	text-align: center;
	padding: 50px 0px;
	text-transform: uppercase;
	font-size: 19px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.702);
	border-bottom: solid 3px #000000;
}

#Info header h2 {
	font-size: 2em;
}

#Info header h3 {
	color: #2678BF;
	font-family: 'PT Sans Narrow', Sans-Serif;
	font-size: 40px;
	text-transform: none;
}

#Info header h3 a {
	color: #2678BF;
	cursor: default;
	font-weight: bold;
}

.info-left {
	width: 20%;
	float: left;
	text-align: left;
}

.info-left ul {
	margin: 50px 0px 0px 0px;
}

.info-left li {
	padding: 10px 0px;
}

.info-left li a {
	font-size: 19px;
}

#Info .info-left li a:hover {
	color: #2685BF;
}

.info-middle {
	width: 60%;
	float: left;
	border-left: solid 3px #000000;
	border-right: solid 3px #000000;
	margin-top: 25px;
	min-height: 340px;
	font-size: 19px;
}

.info-middle img {
	margin: 0px 0px 30px 0px;
}

#Info .info-middle a {
	color: #2685BF;
}

#Info .info-middle a:hover {
	color: #000000;
}

#Info .info-middle a.phonelink {
	color: #000000;
	cursor: default;
}

.info-right {
	width: 20%;
	float: left;
}

.info-right .social-list ul {
	margin: 30px 0px 0px 0px;
}

.info-right .social-list ul li {
}

.info-right .social-list ul li a {
	display: block;
	background-color: #FFFFFF;
	width: 95px;
	height: 95px;
	margin: 10px 0px 10px 50px;
	text-align: center;
	border: solid 3px #000000;
	padding: 25px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.info-right .social-list icon {
	font-size: 40px;
}

.info-right .social-list ul li a:hover {
	_padding: 20px;
	_transition: .6s linear;
	background-color: #DACE41; /* $secondary */
	color: #FFFFFF; /* $light */
}

.info-right .social-list a:hover icon {
	-webkit-transition: .4s linear;
	-moz-transition: .4s linear;
	-o-transition: .4s linear;
	transition: .4s linear;
	_font-size: 50px;
	color: #FFFFFF; /* $light */
}

.schema {
}

.schema .phone-link {
	cursor: default;
}

.bottom-logo {
}

.bottom-logo img {
}

.info-right .social-list {
}

.info-right .social-list > span {
}

.sd-footer {
	color: #797979;
	font-size: 18px;
	padding: 50px 0px 30px 0px;
}

.sd-footer a {
	float: right;
}

.sd-footer img {
	float: right;
}

.sd-footer small {
	float: left;
	width: 77%;
}
/* End Footer Styles */

/* Case Eval Form */
.caseeval {
	padding: 15px 15px;
	background-color: #2678BF;
	border: solid 4px #1D1C1C;
	display: block;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.5), 0 0 1px rgba(255,255,255,0.5);
	width: 100%;
}

.caseeval.sys-eval {
	width: 100%;
	margin-top: 15px;
}

.caseeval.sys-eval h2 {
	font-family: Marcellus SC;
	margin: 0 .5%;
	font-size: 26px;
	text-align: center;
}

.caseeval.sys-eval p {
	margin: 5px .5%;
	font-size: 16px;
	color: #FFFFFF; /* $light */
	text-align: center;
}

.caseeval input, .caseeval textarea {
	background-color: #1D5585;
	border: none !important;
	display: block;
	margin: 0 .5% 10px;
	float: left;
	height: 33px;
	width: 100%;
	padding: 6px 10px;
	box-shadow: 1px 1px rgba(255,255,255,0.1), inset 1px 1px 1px rgba(0,0,0,0.1);
	color: #FFFFFF; /* $light */
	font-size: 15px;
	outline: none;
	border-radius: 0;
}

.caseeval.sys-eval input {
	width: 32.3%;
}

.caseeval textarea {
	height: 60px;
	resize: none;
	width: 99%;
}

.caseeval.sys-eval textarea {
	width: 65.66%;
}

.caseeval .Btn {
	width: 50%;
	padding: 7px;
	background-color: #FFFFFF;
	color: #2678BF;
	font-size: 20px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
}

.caseeval.sys-eval a.Btn {
	width: 32.33%;
	line-height: 60px;
}

.caseeval .Btn:hover {
	background-color: #1D5585;
	color: #FFFFFF;
}

html.no-rgba .caseeval a.Btn:hover {
	background-color: #2678BF;
}

.caseeval ul {
	list-style: none;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

.caseeval ul li {
	-webkit-flex: 0 1 49%;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
}

.caseeval ul li:last-of-type, .caseeval ul li.select {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.caseeval ul li input {
	width: 100%;
}

.caseeval .validation {
	position: absolute;
	left: 0;
	padding: .5em 1em;
	background-color: rgba(0, 0, 0, 0.8);
	top: 100%;
	z-index: 2;
	color: #F2F2F2;
	font-size: .8em;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-o-transform: translateY(10%);
	transform: translateY(10%);
	white-space: nowrap;
}

.caseeval .invalid .validation {
	opacity: 0;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	visibility: hidden;
}

.caseeval .validation:before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-left: solid .5em transparent;
	border-right: solid .5em transparent;
	border-bottom: solid .5em rgba(0, 0, 0, 0.8);
	bottom: 100%;
	left: 1em;
}

.caseeval fieldset .input-text {
	position: relative;
}

.caseeval fieldset .input-text:after, .caseeval fieldset .input-text:before {
	font-family: 'icomoon-ult';
	display: block;
	position: absolute;
	top: 40%;
	right: .85em;
	opacity: 0;
	-webkit-transition: opacity .5s ease 0s;
	-moz-transition: opacity .5s ease 0s;
	-o-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.6;
}

.caseeval fieldset .input-text:before {
	content: '\e747'; /* Invalid Icon */
	color: #FF070B;
}

.caseeval fieldset .invalid .input-text:before {
	opacity: 1;
}

.caseeval fieldset .input-text:after {
	content: '\e7bd'; /* Valid Icon */
	color: #22C022;
}

.caseeval fieldset .valid .input-text:after {
	opacity: 1;
}
/* End Case Eval Form */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #0C0C0D;
	color: #FFFFFF;
	border: none;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 6px;
	padding: 17px 0px 6px 0px;
	text-align: left;
	min-width: 250px;
}

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -15px;
	left: 30px;
	font-size: 40px;
	line-height: 40px;
}

nav.top-nav div.iflylist div.iflylist {
	padding: 6px 0px;
}

nav.top-nav div.iflylist div.iflylist:before {
	display: none;
}

nav.top-nav div.ifly {
	background-color: #0C0C0D;
	border: none;
	border-top: solid 1px #ddd;
}

nav.top-nav div.ifly a {
	padding: 6px 25px;
	color: #FFFFFF;
	min-width: 150px;
	border-bottom: none;
	margin-bottom: 0px;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
	color: #FDCA0B;
}

nav.top-nav div.iflyOver {
}

nav.top-nav div.ifly a.iflyOver {
	color: #FDCA0B;
}

nav.top-nav div.iflyRight {
	background-image: none;
}

nav.top-nav div.iflyRight>a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	margin-right: -27px;
	font-size: 20px;
}

div.iflylist div.ui-more-items {
	background-color: #2678BF;
	border-top: solid 1px #ddd;
	position: relative;
}

div.iflylist div.ui-more-items:before {
	font-family: 'icomoon-ult';
	color: #fff;
	content: '\e0f5';
	float: left;
	font-size: 22px;
	margin-left: 12px;
	margin-top: -3px;
}

div.iflylist div.ui-more-items:after {
	font-family: 'icomoon-ult';
	color: #fff;
	content: '\e0f7';
	float: right;
	font-size: 22px;
	margin-top: -3px;
	margin-right: 12px;
}

div.iflylist div.ui-more-items img.more-up {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
}

div.iflylist div.ui-more-items img.more-down {
	position: absolute;
	top: 0px;
	right: 0px;
	background: none;
}
/* End Flyout Menu */

/* Flyout Tabs */
#TopNavFlyout {
	position: relative;
	min-height: 0;
}

body.cms-admin #TopNavFlyout {
	min-height: 15px;
}

#FlyoutContent {
	position: absolute;
	top: 0;
	width: 100%;
	background-image: url(/images/Bg-Drop.jpg);
	left: 0;
	display: none;
	opacity: 0;
}

#FlyoutContent .tabs {
	width: 100%;
	background-color: rgba(13,13,13,0.4);
}

#FlyoutContent .tabs h2 {
	float: left;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	font-family: 'PT Sans Narrow', Sans-Serif;
	width: 20%;
	margin: 2% 2.5% 0 2.5%;
	text-transform: uppercase;
	padding: 1% 0;
	position: relative;
	top: 1px;
	border: 1px solid transparent;
	border-bottom: none;
	cursor: pointer;
}

#FlyoutContent .tabs h2.active {
	color: #F8CC29;
	background-image: url(/images/Bg-Drop.jpg);
	border-color: #262626; /* $dark */
}

#FlyoutContent .dropdownlist {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #262626; /* $dark */
}

#FlyoutContent .dropdownlist > li {
	clear: both;
	padding: 3%;
	opacity: 0;
	display: none;
	height: 350px;
}

#FlyoutContent .dropdownlist .flyoutleft {
	float: left;
	width: 50%;
}

#FlyoutContent .dropdownlist .flyoutright {
	float: right;
	width: 50%;
	text-align: center;
}

#FlyoutContent .dropdownlist h3 {
	font-family: 'PT Sans Narrow', Sans-Serif;
	color: #2678BF;
	text-transform: uppercase;
	font-weight: bold;
}

#FlyoutContent .dropdownlist .flyoutleft h3 {
	font-size: 24px;
}

#FlyoutContent .dropdownlist .flyoutright h3 {
	font-size: 40px;
	line-height: 1em;
}

#FlyoutContent .dropdownlist .flyoutright h3 span {
	color: #FFFFFF;
}

#FlyoutContent .dropdownlist p {
	color: #F8CC29;
	font-weight: bold;
	text-transform: uppercase;
}

#FlyoutContent .dropdownlist ul li a {
	display: block;
	background-color: rgba(255,255,255,0.063);
	margin-bottom: 3px;
	padding: 1.3% 2.5%;
	color: #FFFFFF;
	text-transform: uppercase;
}

#FlyoutContent .dropdownlist ul li a:after {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	color: #F8CC29;
	font-size: .8em;
	position: relative;
	top: 4px;
}

#FlyoutContent .dropdownlist ul li:hover a {
	background-color: rgba(255,255,255,0.157);
	color: #F8CC29;
}

#FlyoutContent .dropdownlist > li > div {
	padding: 0 1%;
}

#FlyoutContent .dropdownlist > li.active {
	opacity: 1;
	display: block;
}

#FlyoutContent .dropdownlist .flyoutphone p {
	color: #2678BF;
	text-transform: uppercase;
	margin: 0;
}

#FlyoutContent .dropdownlist .flyoutphone a {
	font-size: 40px;
	color: #FFFFFF;
}

#FlyoutContent .dropdownlist .testimonial {
	font-family: 'Marcellus', serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	position: relative;
}

#FlyoutContent .dropdownlist .testimonial:before, #FlyoutContent .dropdownlist .testimonial:after {
	font-family: 'icomoon-ult';
	color: #FDCA0B;
	content: '\f155';
	position: absolute;
}

#FlyoutContent .dropdownlist .testimonial:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -5px;
	left: -10px;
}

#FlyoutContent .dropdownlist .testimonial:after {
	bottom: 0;
	right: -3px;
}

#FlyoutContent .unit1 .flyoutright {
	margin-top: 2%;
}

#FlyoutContent .unit1 .flyoutright .btn {
	margin-top: 3%;
}

#FlyoutContent .unit2 .flyoutright {
	margin-top: 3%;
}

#FlyoutContent .unit2 .flyoutright .btn {
	margin-top: 5%;
}
/* End Flyout Tabs */

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

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	text-align: left;
	top: 35px !important;
}

#Masthead>div>div.imenupanel {
	position: absolute;
	z-index: 99;
}

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;
	text-align: left;
}

div.imenuitem a:hover {
	color: #F8CC29;
}

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

/* Blog Styles */
ul.post-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.post-list > li .category a {
	color: #2165A6; /* adjust($primary,10%,30%,0%) */
}

ul.post-list > li .category a:hover {
	color: #FFFFFF; /* $light */
}

ul.post-list > li, #BlogEntry {
	display: block;
	padding: 1px 2% 15px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	border-radius: 0;
	width: 100%;
}

#BlogEntry {
	padding: 0;
}

#BlogEntry h4 {
	color: #27537E; /* $primary */
}

.content {
	padding: 0px 0px 30px 0px;
}

#BlogEntry .pad {
	padding: 10px 2% 15px;
	display: block;
}

ul.post-list > li .category {
	display: block;
	background-color: #DACE41; /* $secondary */
	padding: 10px;
	color: #FFFFFF; /* $light */
	margin-top: 10px;
}

.blog > nav {
	display: block;
	padding: 10px 2%;
	background-color: #DACE41; /* $secondary */
	color: #FFFFFF; /* $light */
}

.blog > nav a {
	color: #2A87E2; /* adjust($primary,30%,50%,0%) */
}

.blog > nav a:hover {
	color: #FFFFFF; /* $light */
}

.blog > nav icon {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #2A87E2; /* adjust($primary,30%,50%,0%) */
}

.blog > nav .blog-nextprev a {
	color: #FFFFFF;
}

.blog > nav .blog-nextprev a:hover {
	color: #2A87E2; /* adjust($primary,30%,50%,0%) */
}

ul.post-list .upper {
	border-bottom: solid 1px #DACE41; /* $secondary */
	margin-bottom: 10px;
}

.blog .content, .blog-system .content {
	display: block;
	margin-bottom: 10px;
}

ul.post-list > li h2, ul.post-list > li h4 {
	margin: 10px 0;
	padding: 0;
}

ul.post-list > li h4 {
	font-size: .9em;
	margin-bottom: 8px;
	color: #DACE41; /* $secondary */
}

ul.post-list > li h4 span.bars {
	top: -2px;
	position: relative;
}

ul.social-icons {
	display: table;
	list-style: none;
	margin: 0px;
	padding: 0;
	width: auto;
}

.side-nav ul.social-icons {
	width: 100%;
	float: none;
}

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

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

.side .sys-nav.social header {
	border-bottom: solid 1px #DACE41; /* $secondary */
	margin-bottom: 5px;
}

.side #BlogCategoryList li {
	display: inline-block;
	margin: 1px;
}

.side-nav .slide-list > li:after {
	content: '\e911';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #DACE41; /* $secondary */
	top: 4px;
	right: 10px;
	font-size: 20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	pointer-events: none;
}

.side-nav .slide-list > li.minus:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.side-nav .slide-list li > ul {
	display: none;
}

ul.social-icons li a {
	display: block;
	margin-right: 5px;
}

.side-nav ul.social-icons li a {
	background-color: transparent;
	box-shadow: none;
	padding: 5px 0;
	text-align: center;
	margin: 5px 0;
}

ul.social-icons icon {
	background-color: #DACE41; /* $secondary */
	color: #FFFFFF; /* $light */
	padding: 5px;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	outline: none;
}

.side-nav ul.social-icons .addthis_button_facebook icon {
	background-color: #3C57A2;
}

.side-nav ul.social-icons .addthis_button_twitter icon {
	background-color: #00A8E8;
}

.side-nav ul.social-icons .addthis_button_google icon {
	background-color: #DD4B38;
}

.side-nav ul.social-icons .addthis_button_email icon {
	background-color: #2F70B0;
}

.side-nav ul.social-icons li a icon {
	position: static;
	opacity: 1;
	margin: 0;
	background-color: #27537E; /* $primary */
}

ul.social-icons icon:hover {
	background-color: #27537E; /* $primary */
}

.side-nav ul.social-icons li a icon:hover {
	background-color: #262626; /* $dark */
}

li.post a.btn {
	padding: 0.5% 15% 0.5% 4%;
	margin: 20px 0px 10px 0px;
}

div.blog div.end a.video {
	text-decoration: none;
}

div.blog div.end a.video:hover span {
	text-decoration: underline;
}

div.blog div.end div.comments {
	line-height: 32px;
	padding-right: 8px;
}

div.blog.comment {
	background-color: #FCFCFC; /* darken($light,1%) */
	margin-top: 20px;
}

div.blog div.separator {
	height: 10px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 7px;
	clear: both;
}

div.blog div.addcomment textarea {
	width: 98%;
	height: 100px;
	margin-bottom: 14px;
	margin-top: 18px;
}
/* End Blog Styles */

/* Results System Styles */
.case-sys {
}

.case-sys select {
	border: solid 2px #DACE41 !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important; /* $light */
	color: #636363 !important; /* lighten($dark,28%) */
	outline: none;
	line-height: 1.4em !Important;
}

.case-sys .select {
	position: relative;
}

.case-sys .select:after {
	content: '\E975';
	font-family: 'icomoon-ult';
	display: block;
	position: absolute;
	font-size: 22px;
	color: #27537E; /* $primary */
	top: 4px;
	right: 3px;
	pointer-events: none;
}

.case-sys article {
	display: block;
	padding: 10px 2%;
	background-color: #FCFCFC; /* darken($light,1%) */
	border: solid 3px #DACE41; /* $secondary */
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
}

.case-sys h2 {
	color: #27537E; /* $primary */
	text-transform: none;
}

.case-sys h2 span {
	color: #DACE41; /* $secondary */
}

.case-sys span {
}

.case-sys .result {
	color: #DACE41; /* $secondary */
}

.case-sys p {
	margin: 10px 0;
}
/* End Results System Styles */

/* Testimonial System Styles */
.reviews {
}

.reviews article {
	display: block;
	padding: 0;
	border-radius: 0;
	width: 100%;
	position: relative;
	margin: 10px 0 45px;
}

.reviews article:nth-child(even) {
	clear: left;
}

.reviews.single article {
	width: 98%;
	float: none;
}

.reviews article > * {
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.reviews article .quote {
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 15px;
	background-color: #DACE41; /* $secondary */
	position: relative;
	width: 100%;
}

.reviews article .quote:after {
	content: '\E0EA';
	position: absolute;
	bottom: 0;
	color: #DACE41; /* $secondary */
	font-size: 120px;
	font-family: 'icomoon-ult';
	left: 10%;
	z-index: 0;
	-webkit-transform: skew(-25deg,0deg);
	-moz-transform: skew(-25deg,0deg);
	-o-transform: skew(-25deg,0deg);
	transform: skew(-25deg,0deg);
	line-height: 0;
}

.reviews article .c-info {
	padding: 10px 20px 13px;
	color: #FFFFFF; /* $light */
	float: right;
	border-radius: 8px;
	background-color: #27537E; /* $primary */
	text-align: center;
}

.reviews article .c-info:after {
	position: absolute;
	content: '\E0EC';
	bottom: 0;
	color: #27537E; /* $primary */
	font-size: 70px;
	font-family: 'icomoon-ult';
	-webkit-transform: skew(20deg,0deg);
	-moz-transform: skew(20deg,0deg);
	-o-transform: skew(20deg,0deg);
	transform: skew(20deg,0deg);
	left: 25%;
	line-height: 0;
}

.reviews article h1 {
	margin: 0;
	color: #27537E; /* $primary */
	text-transform: none;
}

.reviews article h1 a {
	color: #27537E; /* $primary */
	font-size: 20px;
}

.reviews article p {
	margin: 10px 0 10px;
	color: #FFFFFF; /* $light */
}

.reviews article div > span {
	color: #FFFFFF; /* $light */
}

.reviews article div > span span {
	display: block;
	font-family: Marcellus SC;
	color: #DACE41; /* $secondary */
	font-size: 20px;
	position: relative;
	z-index: 5;
}

.reviews .share {
	position: relative;
	z-index: 5;
}

.reviews .share span {
	margin-right: 10px;
}

.reviews .share a {
}

.reviews .share a icon {
	display: block;
	background-color: #27537E; /* $primary */
	padding: 5px;
	color: #FFFFFF; /* $light */
	margin: 0 0 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: #A69B20; /* darken($secondary,30%) */
}

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

div.addreview {
	background: #DDDDDD;
	padding: 20px;
	border: solid 1px #ccc;
}

div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
	text-align: right;
}

div.reviews.addreview span.textlight {
	font-size: 12px;
}

div.addreview h3 {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
}

div.addreview div.auth a {
	margin-top: 10px;
}

div.addreview input, div.addreview select {
	display: block;
}

div.reviews div.thankyou {
	background-color: #7D7D7D;
	color: #FFFFFF;
	padding: 10px;
}

.webwidget_rating_simple {
	padding: 0px  !important;
	margin: 0px !important;
}

.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
	display: none;
}
/* End Testimonial System Styles */

/* Video Styles */
div.video div.item {
	margin: 1%;
	width: 100%;
	color: #fff;
}

div.video div.item > a {
	color: #FFFFFF; /* $light */
	display: block;
	padding: 10px;
	background-color: #2678BF;
	border: solid 3px #C39F49;
	border-radius: 3px;
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
	line-height: 1.2em;
	text-decoration: none !important;
}

div.video div.item a:hover {
	text-decoration: none !important;
	background-color: #262626; /* $dark */
}

div.video div.item span {
	color: #C7C7C7; /* darken($light,22%) */
}

div.video div.end {
	border-bottom: dotted 1px #CCCCCC;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}

div.video div.player {
	padding-bottom: 13px;
	position: relative;
	clear: both;
}

div.video-shadow {
	height: 13px;
	width: 196px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url(/Shared/videovault/theme/video_sprite.png) no-repeat 0px 0px;
}

* html div.video-shadow {
	display: none;
}

div.video-shadow.left {
	left: 0px;
	background-position: left bottom;
}

div.video-shadow.right {
	right: 0px;
	background-position: right bottom;
}

div.video div.caption {
	color: #666;
	margin-top: 8px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 4px;
}
/* End Video Styles */

/* Review System Styles */
.reviews {
}

.reviews article {
	display: block;
	padding: 0;
	border-radius: 0;
	width: 100%;
	position: relative;
	margin: 10px 0 45px;
}

.reviews article:nth-child(even) {
	clear: left;
}

.reviews.single article {
	width: 98%;
	float: none;
}

.reviews article > * {
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.reviews article .quote {
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 15px;
	background-color: #DACE41; /* $secondary */
	position: relative;
	width: 100%;
}

.reviews article .quote:after {
	content: '\E0EA';
	position: absolute;
	bottom: 0;
	color: #DACE41; /* $secondary */
	font-size: 120px;
	font-family: 'icomoon-ult';
	left: 10%;
	z-index: 0;
	-webkit-transform: skew(-25deg,0deg);
	-moz-transform: skew(-25deg,0deg);
	-o-transform: skew(-25deg,0deg);
	transform: skew(-25deg,0deg);
	line-height: 0;
}

.reviews article .c-info {
	padding: 10px 20px 13px;
	color: #FFFFFF; /* $light */
	float: right;
	border-radius: 8px;
	background-color: #27537E; /* $primary */
	text-align: center;
}

.reviews article .c-info:after {
	position: absolute;
	content: '\E0EC';
	bottom: 0;
	color: #27537E; /* $primary */
	font-size: 70px;
	font-family: 'icomoon-ult';
	-webkit-transform: skew(20deg,0deg);
	-moz-transform: skew(20deg,0deg);
	-o-transform: skew(20deg,0deg);
	transform: skew(20deg,0deg);
	left: 25%;
	line-height: 0;
}

.reviews article h1 {
	margin: 0;
	color: #27537E; /* $primary */
	text-transform: none;
}

.reviews article h1 a {
	color: #27537E; /* $primary */
	font-size: 20px;
}

.reviews article p {
	margin: 10px 0 10px;
	color: #FFFFFF; /* $light */
}

.reviews article div > span {
	color: #FFFFFF; /* $light */
}

.reviews article div > span span {
	display: block;
	font-family: Marcellus SC;
	color: #DACE41; /* $secondary */
	font-size: 20px;
	position: relative;
	z-index: 5;
}

.reviews .share {
	position: relative;
	z-index: 5;
}

.reviews .share span {
	margin-right: 10px;
}

.reviews .share a {
}

.reviews .share a icon {
	display: block;
	background-color: #27537E; /* $primary */
	padding: 5px;
	color: #FFFFFF; /* $light */
	margin: 0 0 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: #A69B20; /* darken($secondary,30%) */
}

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

div.addreview {
	background: #DDDDDD;
	padding: 20px;
	border: solid 1px #ccc;
}

div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
	text-align: right;
}

div.reviews.addreview span.textlight {
	font-size: 12px;
}

div.addreview h3 {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
}

div.addreview div.auth a {
	margin-top: 10px;
}

div.addreview input, div.addreview select {
	display: block;
}

div.reviews div.thankyou {
	background-color: #7D7D7D;
	color: #FFFFFF;
	padding: 10px;
}

.webwidget_rating_simple {
	padding: 0px  !important;
	margin: 0px !important;
}

.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
	display: none;
}
/* End Review System Styles */

/* Responsive */
img {
	-ms-interpolation-mode: bicubic;
}

@media (max-width: 1080px) {
	.slide:nth-child(1) .info p:before {
		display: none;
	}

	.slide:nth-child(1) .info p:after {
		display: none;
	}

	.slide:nth-child(1) .info a.btn {
		padding: 1% 10% 1% 4%;
	}

	.info h2 {
		font-size: 40px;
	}

	.info p {
		font-size: 30px;
		line-height: 1.5em;
	}

	#CTAZone {
		min-height: 400px;
	}

	.cbp-so-scroller {
		min-height: 400px;
	}

	.cbp-so-section {
		min-height: 400px;
	}

	.cbp-so-section.cbp-so-animate .cbp-so-street {
		display: none;
	}

	.cbp-so-section.cbp-so-animate .car {
		display: none;
	}

	.cbp-so-section.cbp-so-animate .cop {
		display: none;
	}

	.cbp-so-side {
		width: 49%;
		position: relative;
		height: 400px;
	}

	.cbp-so-side-left {
		text-align: left;
	}

	.cbp-so-side-left img {
		float: left;
	}

	.cbp-so-side h2 img {
		margin: -20px 10px 0px 10px;
	}

	.cbp-so-side2 {
		width: 48%;
		position: relative;
		float: right;
		height: 400px;
		margin-right: 1%;
	}

	#CaseResults header h2:before {
		display: none;
	}

	#CaseResults header h2:after {
		display: none;
	}

	#AttorneySection:after {
		display: none;
	}

	.attorney-text header:before {
		background-color: #F8CC29;
	}

	.attorney-text header:after {
		background-color: #F8CC29;
	}

	body.sub .cta {
		margin: 25px 5%;
	}
}

@media (max-width: 1030px) {
	.testimonial-feed h2 {
		font-size: 20px;
	}

	.testimonial-feed h2:after {
		top: 62px;
	}

	#HomeMain header h1:before {
		display: none;
	}

	#HomeMain header h1:after {
		display: none;
	}

	.contact-form button.btn {
		padding: 2.5% 10% 2.5% 4%;
	}

	.contact-form button.btn span:before {
		left: -295px;
	}

	.contact-form button.btn span:after {
		left: -312px;
	}

	.victories {
		width: 90%;
	}

	.victories ul li {
		width: 120px;
		height: 120px;
		font-size: 14px;
	}

	#CaseResults:after {
		width: 860px;
		height: 860px;
		left: 5%;
	}

	#boxlink0, #boxlink1, #boxlink2, #boxlink3, #boxlink4, #boxlink5, #boxlink6 {
		width: 100%;
	}

	#boxlink0 span, #boxlink1 span, #boxlink2 span, #boxlink3 span, #boxlink4 span, #boxlink5 span, #boxlink6 span {
		left: 48%;
	}
}

@media (max-width: 1000px) {
	.homecontent {
		width: 100%;
		float: none;
		padding: 0px 10px;
	}

	.homelogos {
		display: none;
	}

	.homecontactform {
		width: 100%;
		float: none;
		padding: 0px 10px;
	}

	#HomeMain header h3 {
		font-size: 35px;
	}

	.contact-form button.btn {
		padding: 1% 10% 1% 4%;
	}

	.contact-form button.btn:hover {
		padding: 1% 4% 1% 12%;
	}

	.contact-form button.btn span:before {
		display: none;
	}

	.contact-form button.btn span:after {
		display: none;
	}

	body.sub .cta {
		margin: 25px 2%;
	}
}

@media (max-width: 900px) {
	.top-nav .mobile-nav {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.top-nav .mobile-menu li {
		display: block;
	}

	_.top-nav .mobile-nav .tab-call {
		display: none;
	}

	#ImageZone {
		height: 460px;
	}

	.animation {
		height: 380px;
	}

	.slide:nth-child(2) .info {
		text-align: center;
	}

	.info br {
		display: none;
	}

	.top-nav ul {
		display: none;
	}

	.slide:nth-child(1) .info a.btn {
		padding: 1% 4% 1% 1%;
		font-size: 16px;
		margin: 2px 0px;
	}

	.slide:nth-child(2) img {
		display: none;
	}

	.slide:nth-child(3) img {
		width: 100%;
	}

	.testimonial-feed {
		float: none;
		width: 100%;
		margin: 0px;
	}

	.testimonial-feed h2 {
		font-size: 24px;
	}

	.testimonial-feed h2:after {
		top: 71px;
	}

	.video-player {
		float: none;
		width: 80%;
		margin: 0px auto;
	}

	.victories ul {
		display: none;
	}

	.boxlink {
		display: none !important;
	}

	#CaseResults:after {
		display: none;
	}

	#ResultsZone {
		min-height: 300px;
	}

	.victories {
		height: auto;
	}

	.victories .btn {
		bottom: auto;
	}

	#AttorneyZone {
		min-height: 400px;
	}

	.attorney-text {
		position: relative;
		width: 100%;
		left: auto;
	}

	.attorney-text br {
		display: none;
	}

	.attorney-text header:before {
		display: none;
	}

	.attorney-text header:after {
		display: none;
	}

	.attorney-gold {
		float: left;
		width: 45%;
		left: auto;
	}

	.attorney-witham {
		float: left;
		width: 45%;
		right: auto;
	}

	.attorney-gold img {
		display: none;
	}

	.attorney-witham img {
		display: none;
	}

	.attorney-gold a.btn {
		position: relative;
		top: 30px;
		width: 100%;
		left: auto;
	}

	.attorney-witham a.btn {
		position: relative;
		top: 30px;
		width: 100%;
		left: auto;
		margin-left: 20px;
	}

	.side-nav header h2:before {
		width: 28%;
	}

	.side-nav header h2:after {
		width: 22%;
	}

	#TopArea {
		padding-top: 0px;
	}

	#MastheadZone {
		position: relative;
		height: 100px;
	}

	body.cms-admin #MastheadZone {
		top: 0px;
	}

	#MastheadZone.masthead-fixed {
		height: 100px;
	}

	.masthead .top-logo img {
		-webkit-transform: scale(.85,.85);
		-moz-transform: scale(.85,.85);
		-o-transform: scale(.85,.85);
		transform: scale(.85,.85);
	}

	#logo1, .masthead-fixed #logo1 {
		top: 8px;
		left: 20px;
	}

	#logo2 {
		top: 27px;
	}

	.masthead-fixed #logo2 {
		top: -25px;
		left: 115px;
	}

	#NavZone {
		position: relative;
		top: 0px;
	}

	body.cms-admin #NavZone {
		position: relative;
		top: 0px;
	}

	#NavZone.nav-fixed {
		top: 0px;
	}

	body.cms-admin #NavZone.nav-fixed {
		top: 0px;
	}

	#QuickLinks {
		display: none;
	}
}

@media (max-width: 860px) {
	#BlogFeed .side-feed {
		width: 100%;
		float: none;
	}

	#BlogFeed.half {
		width: 100%;
		float: none;
	}

	#SideNav .side-nav {
		width: 100%;
		float: none;
	}

	.info-middle {
		font-size: 16px;
		border: none;
	}

	.info-right .social-list ul li a {
		width: 70px;
		height: 70px;
		padding: 16px;
	}

	.info-right .social-list icon {
		font-size: 32px;
	}
}

@media (max-width: 800px) {
	.cbp-so-side h2, .cbp-so-side2 h2 {
		font-size: 26px;
	}

	.victories {
		width: 80%;
		margin: 0px auto;
	}

	.victories .btn {
		width: 50%;
		margin: 0px auto;
		left: 25%;
		padding: 1% 7% 1% 10%;
	}

	body.sub .slide:nth-child(1) .info h2 {
		font-size: 45px;
	}

	body.sub .cta {
		margin: 25px 1%;
	}
}

@media (max-width: 750px) {
	body.sub .cta {
		margin: 25px 9%;
	}

	body.sub #SubCTAs .cta:last-child {
		margin: 25px 32%;
	}
}

@media (max-width: 700px) {
	.masthead .right-info {
		display: none;
	}

	.masthead .top-logo {
		width: auto;
		float: left;
	}

	.slide:nth-child(1) .info h2 {
		font-size: 50px;
	}

	.info p {
		font-size: 20px;
	}

	.info a.btn {
		width: 80%;
		font-size: 16px;
	}

	.slide:nth-child(1) .info a.btn {
		width: 80%;
	}

	a.btn:before {
		top: 9px;
	}

	a.btn:hover:before {
		top: 5px;
	}

	a.btn:after {
		top: 9px;
	}

	a.btn:hover:after {
		top: 13px;
	}

	.cbp-so-side {
		width: 100%;
		float: none;
		height: 330px;
		margin-left: 2%;
		text-align: center;
	}

	.cbp-so-side2 {
		width: 100%;
		float: none;
		height: 330px;
		margin-left: 2%;
		text-align: center;
	}

	.cbp-so-side h2, .cbp-so-side2 h2 {
		font-size: 34px;
	}

	.cbp-so-side h2 img {
		display: none;
	}

	.cbp-so-side2 h2 img {
		display: none;
	}

	.cbp-so-side a.btn, .cbp-so-side2 a.btn {
		padding: 1% 15% 1% 4%;
	}

	#CaseResults header h2 {
		font-size: 25px;
	}

	.victories .btn {
		width: 80%;
		left: 10%;
		padding: 1% 7% 1% 20%;
	}

	body.sub .maincontent {
		width: 100%;
		float: none;
	}

	body.sub .side {
		width: 100%;
		float: none;
	}

	body.sub .cta {
		margin: 25px 7%;
	}
}

@media (max-width: 650px) {
	body.sub .cta {
		margin: 10px auto;
		float: none;
	}

	body.sub #SubCTAs .cta:last-child {
		margin: 10px auto;
	}

	body.sub .slide:nth-child(1) .info a.btn {
		width: 50%;
	}

	.slide:nth-child(1) .info h1 {
		font-size: 58px;
	}
}

@media (max-width: 500px) {
	.top-nav .mobile-nav li {
		border-right: solid 1px #1D5585;
	}

	.top-nav .mobile-nav li:last-of-type {
		border-right: none;
	}

	.masthead-fixed #logo2 {
	}

	.info h2 {
		font-size: 36px;
	}

	.slide:nth-child(1) .info h2 {
		font-size: 36px;
	}

	.slide:nth-child(3) img {
		display: none;
	}

	.testimonial-feed h2 {
		border: none;
	}

	.testimonial-feed h2:after {
		display: none;
	}

	.testimonials span {
		font-size: 14px;
	}

	.video-player {
		width: 100%;
	}

	#CaseResults header h2 span {
		font-size: 32px;
	}

	.victories .btn {
		padding: 1% 7% 1% 4%;
	}

	#AttorneySection {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#AttorneyZone {
		min-height: 490px;
	}

	.attorney-gold {
		width: 100%;
		float: none;
	}

	.attorney-witham {
		width: 100%;
		float: none;
		z-index: 0;
	}

	.attorney-gold a.btn {
		padding: 1% 15% 1% 4%;
	}

	.attorney-witham a.btn {
		margin: 10px 0px;
		padding: 1% 15% 1% 4%;
	}

	#InfoZone {
		background-image: none;
	}

	#Info header {
		font-size: 15px;
	}

	#Info header h3 {
		font-size: 30px;
	}

	.info-left {
		width: 100%;
		float: none;
		text-align: center;
	}

	.info-middle {
		width: 100%;
		float: none;
		min-height: 240px;
	}

	.info-right {
		width: 100%;
		float: none;
	}

	.info-right .social-list ul {
		width: 100%;
	}

	.info-right .social-list ul li a {
		float: left;
	}

	body.sub .slide:nth-child(1) .info h2 {
		font-size: 35px;
	}

	body.sub .slide:nth-child(1) .info a.btn {
		width: 80%;
	}

	_.top-nav .mobile-nav li a span {
		display: none;
	}
}

@media (max-width: 450px) {
	.side-nav ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin-left: 1%;
	}

	.side-feed a > span {
		width: 60%;
	}

	.side-feed h3 {
		font-size: 18px;
	}

	.side-feed p {
		font-size: 16px;
	}
}

@media (max-width: 400px) {
	#logo2 {
		left: 14px;
		top: 12px;
	}

	.slide:nth-child(2) .info h2 {
		font-size: 30px;
	}

	#HomeMain header h1 {
		font-size: 26px;
	}

	#HomeMain header h3 {
		font-size: 28px;
	}

	.side-nav header h2:before {
		width: 20%;
	}

	.side-nav header h2:after {
		width: 20%;
		right: 3px;
	}

	.side-feed header h1:before {
		width: 33%;
	}

	.side-feed header h1:after {
		width: 33%;
	}

	.info-right .social-list ul li a {
		width: 50px;
		height: 50px;
		padding: 8px;
	}

	#logo1, .masthead-fixed #logo1 {
		top: 25px;
		left: 30px;
	}

	.slide:nth-child(1) .info h1 {
		font-size: 40px;
	}

	.video-container video {
		width: 100% !important;
		height: auto !important;
	}

	#HomeMain header {
		padding: 30px 0px 10px 0px;
	}

	.contact-form fieldset div ul {
		width: 100%;
	}

	a.btn span, button.btn span {
		display: none;
	}

	a.btn:before, button.btn:before, a.btn:after, button.btn:after {
		display: none;
	}

	.contact-form button.btn {
		padding: 2% 0;
	}

	.victories .btn {
		padding: 2% 0;
		text-align: center;
	}

	.attorney-gold a.btn, .attorney-witham a.btn {
		padding: 2% 0;
		text-align: center;
		box-shadow: none;
	}

	.cbp-so-side a.btn, .cbp-so-side2 a.btn {
		padding: 2% 5%;
	}

	.side-nav li {
		margin-right: 0;
	}

	.side-nav li a {
		text-align: center;
	}

	.sd-footer {
		padding: 1.5em;
	}

	.caseeval ul li {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.caseeval .Btn {
		width: 100%;
	}
}
/* End Responsive */

.side-feed h4 {
	font-size: 20px;
	line-height: 1.4em;
	color: #2678BF;
	font-family: 'PT Sans Narrow', Sans-Serif;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.side-feed a:hover h4 {
	color: #FDCA0B;
}

.test {
}

@media (max-width: 380px) {
	#logo1, .masthead-fixed #logo1 {
		top: 25px;
		left: 23px;
	}
}

#SideNav {
	display: none;
}
