/* General Site Styles */
html {
	font-size: 16px;
}

.main-content {
	line-height: 2;
	text-align: left;
}

.main-content a {
	color: #2D5FA1; /* adjust($darkPrimary,-25%,29%,0%) */
}

body {
	background: #FFFFFF; /* $light */
	margin: 0px;
	padding: 0;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}

.section {
	padding-top: 5em;
	padding-bottom: 5em;
}

.section:empty, .section:blank {
	padding: 0;
}

bb {
	color: #D5D5D5; /* $lightGray */
	background-color: #2A3544; /* $nearlyDark */
}

div[icobalt='CobaltControls.Controls.Script'] {
	background-color: #E600FF;
	color: #FFFFFF;
}

.divider {
	margin: 1em auto;
	display: block;
	height: 5px;
	background-image: url(/images/divider.png);
	background-size: initial;
	background-repeat: no-repeat;
	background-position: center;
}

.fancyfont {
	padding: 1em;
	margin: 2em auto;
	font-size: 1.3em;
	border-left: solid 1em #FEBE10; /* $secondary */
	background-color: #0E2E51; /* $primary */
	padding-right: 6em;
	font-style: italic;
	font-weight: 300 !important;
	color: #FFFFFF; /* $light */
	position: relative;
	line-height: 1.4;
}

.fancyfont.v1:after {
	content: '';
	display: block;
	position: absolute;
	top: 10%;
	width: 4em;
	height: 80%;
	background-image: url(/images/pb-watermark.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 10;
	right: .5em;
}

.fancyfont a {
	color: #FEBE10; /* $secondary */
}

.fancyfont a:hover {
	color: #FFFFFF; /* $light */
}

.fancyfont.v2 {
	background-color: #D5D5D5; /* $lightGray */
	color: #0E2E51; /* $primary */
}

.fancyfont.v2 a {
	color: #2A3544; /* $nearlyDark */
	text-decoration: underline;
}

.fancyfont.v3 {
	background-color: #0B2541; /* darken($primary,20%) */
	color: #FFFFFF; /* $light */
	border: none;
	text-align: center;
	position: relative;
	background-image: url(/images/pb-watermark.png);
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 2em;
}

.fancyfont.v3 a {
	color: #FEBE10; /* $secondary */
}

.fancyfont.v3 a:hover {
	color: #FFFFFF; /* $light */
}

.fancyfont p {
	margin: 0;
}

.highlight {
	position: relative;
	color: #0E2E51; /* $primary */
	margin: 2em auto;
	padding: .5em;
	padding-left: 6em;
	border: solid 1px #0E2E51; /* $primary */
	border-left: none;
	border-right: none;
}

.highlight.v2:before {
	background-color: #FEBE10;
}

.highlight:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 4em;
	height: 4em;
	background-color: #0E2E51; /* $primary */
	background-image: url(/images/pb-watermark.png);
	background-size: 60% auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.highlight:after {
	position: absolute;
	content: '';
	display: block;
	width: 1em;
	height: 4em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 4em;
	background-color: #FFFFFF; /* $light */
}

.content-image {
	float: right;
	margin: 0 0 2em 2em;
}

.content-image.left-side {
	float: left;
	margin: 0 2em 2em 0;
}

form {
	overflow-x: hidden;
}

.css-table, .css-table.main {
	display: table;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.swap-panel {
	text-align: center;
}

.swap-panel header {
	margin-bottom: 1.8em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	line-height: 1em;
}

.content h1, .content h2, .content h3, .content h4 {
	line-height: 1.2;
}

.content h2 {
	padding-top: .5em;
}

header h2 {
	color: #231F20;
	font-weight: 300;
	font-size: 3em;
	text-transform: uppercase;
	line-height: 1 !important;
}

header h2 strong {
	font-weight: 700;
}

h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.25em;
}

h2, h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #0E2E51; /* $primary */
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
	color: #FEBE10; /* $secondary */
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #0E2E51; /* $primary */
	display: inline;
}

a:hover {
	text-decoration: none;
	color: #231F20; /* $dark */
}

a.phone-link {
	cursor: default;
}

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

.content ul, .content-format ul {
	list-style: disc;
	margin: 1em 0;
}

.content ul ul {
	margin: 0;
}

.btn {
	display: inline-block;
	padding: .5em 1.5em;
	font-size: 1em;
	color: #2A3544; /* $nearlyDark */
	background-color: #FEBE10; /* $secondary */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: .5em;
	font-weight: 400;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
	border: solid 1px #0E2E51; /* $primary */
}

.btn.alt {
	background-color: #0E2E51; /* $primary */
	color: #FFFFFF; /* $light */
}

.btn.alt2:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3em;
	height: 100%;
	margin-right: .75em;
	background-color: #FEBE10;
	font-family: Icomoon-ult;
	background-image: url(/images/column-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.btn.alt2 {
	padding-left: 3.75em;
}

_.btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #5D83B6;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	z-index: -1;
	border-radius: .5em;
}

.btn:hover:before, a:hover .btn:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.btn:hover, a:hover .btn {
	background-color: #5D83B6; /* $darkPrimary */
	color: #FFFFFF; /* $light */
}

.btn.alt2:hover, a:hover .btn.alt2 {
	background-color: #FEBE10; /* $secondary */
	color: #0E2E51; /* $primary */
}

a:hover .text-highlight {
	background-color: #0B2541; /* darken($primary,20%) */
}

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

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

.half {
	width: 50%;
}

form *,form *:before,form *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main {
	max-width: 1200px;
	width: auto;
	margin: 0px auto;
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}

.main.wide {
	max-width: 1600px;
}

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

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

.Site-Map .content {
	text-align: left;
}

#ContactMap2 {
	width: 600px;
	height: 275px;
	margin: 0 auto 15px;
	float: right;
	max-width: 50% !important;
}

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

div.zone-editable > * {
	min-height: 15px;
}

input, textarea, keygen, select, button {
	letter-spacing: inherit;
	word-spacing: inherit;
	text-shadow: inherit;
	font-family: inherit;
}

body > iframe {
	position: absolute;
	width: 0;
	height: 0;
}

.column-content .main-content {
	padding: 5em;
}

.column-content .main-content.left {
	border-right: solid 4px #D5D5D5; /* $lightGray */
}

.main-content ul li, ul.main-content li {
	position: relative;
	padding-left: 1.5em;
	list-style: none;
}

.main-content ul li:before, ul.main-content li:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 50%;
	background-image: url(/images/bullet-list-image.png);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-position: 50%;
	background-repeat: no-repeat;
	height: 1em;
	width: 1em;
}

.avvo-badge {
	display: table;
	width: 100%;
}

.avvo-badge > * {
	display: table-cell;
}
/* End General Site Styles */

/* Masthead */
.nav-container {
	position: relative;
	z-index: 50;
}

.fixed {
	position: fixed;
	width: 100%;
	box-shadow: 0 0 10px rgba(35,31,32,0.707); /* alpha($dark,71%) */
}

body.cms-admin .fixed, .fixed.relative {
	position: relative;
}

.masthead-zone {
	background-color: #0E2E51; /* $primary */
}

.masthead {
	padding: .25em .5em;
	position: relative;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.no-flexbox .masthead {
	display: table;
	width: 100%;
}

.no-flexbox .masthead > * {
	display: table-cell;
	vertical-align: middle;
}

.masthead .table {
	display: table;
	width: 100%;
}

.masthead .table > * {
	display: table-cell;
	vertical-align: middle;
}

.masthead .top-logo {
	width: 30%;
}

.masthead .top-logo a {
	display: block;
	max-width: 100%;
}

.masthead .top-logo img {
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.masthead .top-logo img.ready {
	width: 100%;
}

.masthead .top-logo .small {
	color: #FFFFFF; /* $light */
	font-size: .85em;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin: 0 0.5em;
	-webkit-transform: translateY(-.5em);
	-moz-transform: translateY(-.5em);
	-o-transform: translateY(-.5em);
	transform: translateY(-.5em);
}

.shrink-nav .masthead .top-logo img.ready {
	width: 80%;
}

.masthead .mast-nav {
	width: 45%;
}

.shrink-nav .masthead .mast-title h2 {
	top: -1em;
	opacity: 0;
}

.masthead .contact-info {
	width: 25%;
	text-align: right;
}

.masthead .contact-info .wrapper {
	display: inline-block;
	width: auto;
	padding: .25em;
}

.contact-info .phone-link {
	font-size: 1.56em;
	font-weight: 300;
	color: #FFFFFF; /* $light */
}

.contact-info .number {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0 .5em;
	position: relative;
}

.contact-info .number:after {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background-color: #5D83B6; /* $darkPrimary */
	left: -.5%;
}

.contact-info .number:first-of-type:after {
	display: none;
}

.contact-info .number span {
	color: #FEBE10; /* $secondary */
	display: block;
	font-weight: 700;
}

.contact-info .header-blurb {
	text-align: center;
	color: #FFFFFF; /* $light */
	font-weight: 300;
	padding-top: .25em;
	margin-top: .25em;
	border-top: solid 1px #5D83B6; /* $darkPrimary */
	font-size: 1.1em;
}

.contact-info .header-blurb p {
	margin: 0;
}

.contact-info .header-blurb strong {
	display: block;
	color: #FEBE10; /* $secondary */
	font-weight: 700;
}

.masthead .menu-btn {
	font-size: 1.5em;
	padding: 0 0 0 .4em;
	cursor: pointer;
	display: none;
}

.masthead .menu-btn:hover {
	color: #231F20; /* $dark */
}

.masthead .top-social {
	display: table;
	width: auto;
	margin: 0 auto;
}

.masthead .top-social li {
	display: table-cell;
}

.masthead .top-social li:nth-child(n+2) a {
	border-left: solid 1px rgba(52,52,52,0.2);
}

.masthead .top-social a {
	display: block;
	padding: .3em;
	background-color: #144274; /* lighten($primary,10%) */
	color: #FFFFFF; /* $light */
	font-size: 1em;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#231F20 50%); /* ,$dark */
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,#231F20 50%); /* ,$dark */
	background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#231F20 50%); /* ,$dark */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#231F20 50%); /* ,$dark */
	background-size: 100% 200%;
	background-position: 0 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.masthead .top-social a:hover {
	background-position: 0 100%;
}

.masthead .top-social a icon {
	display: block;
}
/* End Masthead */

/* Top Nav Styles */
.nav-zone {
	background-color: #0E2E51; /* $primary */
}

.stuck {
	position: fixed;
	width: 100%;
	top: 0;
}

.top-nav {
	padding: 0;
}

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

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

.top-nav li {
	display: table-cell;
	width: auto;
	padding: 0 .75em;
	text-align: center;
	vertical-align: middle;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	cursor: pointer;
	z-index: 10;
}

.top-nav li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #071728; /* darken($primary,51%) */
	z-index: -1;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
}

.touch .top-nav li:before {
	display: none;
}

.top-nav li:hover:before, .top-nav li.iflyOver:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.top-nav li.social-button {
	border-left: solid 1px rgba(35,31,32,0.2); /* alpha($dark,20%) */
}

.top-nav a {
	display: block;
	padding: .8em 0;
	color: #FFFFFF; /* $light */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 300;
	font-size: .9em;
}

.top-nav .social-button a {
	font-size: 1.2em;
	line-height: 1em;
}

.shrink-nav .top-nav a {
	s
    padding: .5em 0;
}

.top-nav a:hover {
}
/* End Top Nav Styles */

/* Animation */
.image-zone {
	position: relative;
}

.top-bar-cta {
	background-color: #FFFFFF; /* $light */
	padding: .75em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.no-flexbox .top-bar-cta {
	display: table;
}

.top-bar-cta > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.top-bar-cta p, .top-bar-cta .btn {
	font-size: 1.8em;
}

.top-bar-cta .btn {
}

.top-bar-cta p {
	color: #0E2E51; /* $primary */
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	margin: .35em .75em;
	line-height: 1.25em;
	width: 45%;
	text-align: right;
}

.top-bar-cta p strong {
	font-size: 1.8em;
	color: #FEBE10; /* $secondary */
}

.top-bar-cta p span {
	font-size: .8em;
}

.animation {
	position: relative;
	height: 634px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	-o-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	background-color: #EBEBEB; /* lighten($lightGray,53%) */
}

.animation .attorney-image {
	position: absolute;
	bottom: 0;
	left: 3%;
	max-height: 99%;
	max-width: 50%;
}

.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	-o-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
}

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

.slide .main {
	height: 100%;
	max-width: 1600px;
}

.slide img.slide-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1) translateZ(0);
	-moz-transform: scale(1) translateZ(0);
	-o-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide img.slide-img {
	position: absolute;
	right: 1%;
	bottom: 0;
	max-width: 40%;
}

.info {
	position: absolute;
	padding: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	left: 50%;
}

.info .box {
	background-color: #0E2E51; /* $primary */
	padding: 0;
	border: solid 2em #0E2E51; /* $primary */
	overflow: hidden;
	text-align: left;
}

.no-rgba .info {
	top: 20%;
}

.info h2 {
	font-size: 5em;
	line-height: 1;
	color: #FFFFFF; /* $light */
	font-weight: 300;
	text-transform: none;
	position: relative;
	background-color: #0E2E51; /* $primary */
	display: inline-block;
	z-index: 10;
	padding-right: .3em;
}

.info h2:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: .15em;
	background-color: #FEBE10; /* $secondary */
	z-index: -1;
	left: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.info h3 {
	font-size: 5.16em;
	line-height: 1;
	color: #FFFFFF;
	margin: 0 0 0 auto;
	font-weight: 300;
	text-transform: none;
	display: table;
}

.info h3 span {
	color: #FEBE10; /* $secondary */
	text-transform: uppercase;
	font-weight: 400;
}

.info p {
	margin: .5em auto;
	font-size: 1.7em;
	font-weight: 400;
	color: #0E2E51; /* $primary */
}

.info .btn {
	opacity: 1;
	display: table;
	margin: .5em auto 0;
	font-size: 1.5em;
}
/* End Animation */

/* Main Content Section */
.main-content-section {
	padding-bottom: 0;
}

.main-content-section .main-content {
}

.main-content-section h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 4vw;
	color: #0E2E51; /* $primary */
	margin-bottom: .75em;
	position: relative;
	z-index: 10;
}

.main-content-section h1:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/pb-watermark.png);
	width: 194px;
	height: 174px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: translate(-50%, -25%);
	-moz-transform: translate(-50%, -25%);
	-o-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
	z-index: -1;
}

.main-content-section h1 strong {
	font-weight: 700;
}

.acco-zone {
	padding: 2em 0;
}

.accolades {
	display: table;
	width: 100%;
}

.accolades > div {
	display: table-cell;
	vertical-align: middle;
	padding: .25em 1.5em;
}

.accolades img {
	margin: 0 auto;
}
/* End Main Content Section */

/* Contact Plus Content */
.contact-plus-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #FFFFFF; /* $light */
}

.no-flexbox .contact-plus-content {
	display: table;
	width: 100%;
}

.contact-plus-content .main-content {
	padding: 0 2em;
	width: 60%;
}

.contact-plus-content .contact-form {
	text-align: center;
	width: 34%;
	background-color: #2A3544;
	padding: 1em;
}

.contact-plus-content .contact-form .main {
	background-color: #2A3544; /* $nearlyDark */
	padding: 1em;
}

.contact-plus-content .contact-form .main header, .contact-plus-content .contact-form .main > div {
	display: block;
	width: 100%;
}

.contact-plus-content .contact-form .main header, .contact-plus-content .contact-form .main {
}

.contact-plus-content .contact-form .main header, {
}

.contact-plus-content .contact-form header p {
}

.no-flexbox .contact-plus-content > div {
	display: table-cell;
	vertical-align: top;
}

.contact-plus-content > div {
}
/* End Contact Plus Content */

/* Contact Form */
.contact-form {
	background-color: #2A3544; /* $nearlyDark */
}

.contact-form .main {
	display: table;
	margin: 0 auto;
	width: 100%;
}

.contact-form header h2, .contact-form header p {
	display: inline-block;
	vertical-align: top;
}

.contact-form header h2 {
	text-align: right;
	width: 52%;
	color: #FFFFFF; /* $light */
	font-size: 3em;
}

.contact-form header h2 strong {
	color: #FEBE10; /* $secondary */
}

.contact-form header p {
	text-align: left;
	border-left: solid 4px #FEBE10; /* $secondary */
	line-height: 2;
	padding-left: .75em;
	margin-left: .75em;
	margin-top: 0;
	font-size: 1em;
	padding-right: .75em;
	width: 43%;
	color: #D5D5D5; /* $lightGray */
}

.contact-form header p a {
	color: #FEBE10; /* $secondary */
}

.contact-form .main header, .contact-form .main > div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.contact-form input, .contact-form textarea, .contact-form select {
	width: 100%;
	resize: none;
	outline: none;
	font-size: 16px;
	color: #231F20;
	background-color: #FFFFFF;
	display: block;
	margin: .8em auto;
	overflow: auto;
	border-radius: 0;
	border: none !important;
}

.contact-form input, .contact-form select {
	height: 50px;
	padding: 0 2%;
}

.contact-form select {
	color: darkgrey;
}

.contact-form textarea {
	height: 120px;
	padding: 10px 2%;
}

.Contact .site-container .addresses .single-address {
	width: 49%;
	display: inline-block;
}

.Contact .site-container .maps > * {
	width: 48%;
	display: inline-block;
}
/* End Contact Form */

/* Practice Areas Section */
.practice-areas-section {
	background-color: #D5D5D5; /* $lightGray */
	color: #2A3544; /* $nearlyDark */
	text-align: center;
}

.practice-areas-section header, .practice-areas-section .main-content {
	display: inline-block;
	vertical-align: top;
}

.practice-areas-section header {
	width: 25%;
}

.sub .practice-areas-section header {
	display: block;
	width: 100%;
	margin-bottom: 2em;
}

.practice-areas-section header h2 {
	background-color: #FEBE10; /* $secondary */
	text-align: right;
	padding: .35em;
	color: #0E2E51; /* $primary */
}

.sub .practice-areas-section header h2 {
	padding: .15em 0;
	text-align: center;
	background-color: transparent;
	color: #0E2E51; /* $primary */
	display: inline-block;
	border: solid 1px;
	border-left: none;
	border-right: none;
}

.practice-areas-section .main-content {
	width: 72%;
	padding-left: 2%;
	margin-bottom: 2em;
}

.practice-areas-section .main-content p:first-of-type {
	margin-top: 0;
}

.practice-areas-menu {
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
}

.practice-areas-menu:after {
	content: '';
	display: block;
	clear: both;
}

.practice-areas-menu li {
	display: block;
	float: left;
	width: 15.83%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.practice-areas-menu li:nth-child(6n) {
	margin-right: 0;
}

.practice-areas-menu li a {
	display: block;
	background-color: #C0C0C0; /* darken($lightGray,10%) */
	color: #0E2E51; /* $primary */
	padding: 1em;
	position: relative;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	font-weight: 600;
}

.practice-areas-menu li a:hover {
	color: #231F20; /* $dark */
}

.practice-areas-menu li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FEBE10; /* $secondary */
	z-index: -1;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.touch .practice-areas-menu li a:before {
	display: none;
}

.practice-areas-menu li a:hover:before {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/* End Practice Areas Section */

/* Case Results Section */
.case-results-section {
	background-color: #FEBE10; /* $secondary */
}

.case-results-section .main > header, .case-results-section .main > div {
	display: inline-block;
	vertical-align: top;
}

.case-results-section .main > header {
	width: 20%;
	text-align: right;
}

.case-results-section .main > div {
	width: 79%;
}

.case-results-section header h2 {
	background-color: #0E2E51; /* $primary */
	color: #FFFFFF; /* $light */
	text-align: right;
	padding: .35em;
	margin-bottom: 1em;
}

.case-results-list {
	display: table;
	width: calc(100% + 2em);
	border-spacing: 2em 0;
	table-layout: fixed;
}

.case-results-list .case-name, .case-results-list .case-facts, .case-results-list .case-result {
	display: block;
}

.case-results-list .case-name {
	font-size: .88em;
	margin-bottom: 3em;
}

.case-results-list .case-facts {
	font-size: 1.4em;
	margin-bottom: .75em;
	padding-bottom: .75em;
	border-bottom: solid 3px #FEBE10; /* $secondary */
}

.case-results-list .case-facts:before {
	content: 'Summary:';
	font-size: .75em;
	text-transform: uppercase;
	display: block;
	color: #0E2E51; /* $primary */
	padding: 0;
}

.case-results-list .case-result {
	font-size: 1.4em;
	margin-bottom: 1em;
}

.case-results-list .case-result:before {
	content: 'Result:';
	font-size: .75em;
	text-transform: uppercase;
	display: block;
	color: #0E2E51; /* $primary */
	padding: 0;
}

.case-results-list:after {
	content: '';
	display: block;
	clear: both;
}

.case-results-list .data {
	width: 33.33%;
	background-color: #FFFFFF; /* $light */
	text-align: left;
	padding: 1em;
	display: table-cell;
	vertical-align: top;
}

.case-results-list .data:last-child {
	margin-right: 0;
}

.hidden {
	display: none;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	background-color: #FFFFFF; /* $light */
	padding: 1.5em;
	-webkit-transform: translate(-50%, -50%) scale(.001);
	-moz-transform: translate(-50%, -50%) scale(.001);
	-o-transform: translate(-50%, -50%) scale(.001);
	transform: translate(-50%, -50%) scale(.001);
	width: 90%;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	text-align: left;
	max-width: 1000px;
	max-height: 90%;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
	overflow: hidden;
	padding-right: 0;
}

.modal .overflow {
	overflow: auto;
	height: 100%;
	position: relative;
	padding-right: 1.5em;
}

.modal .block .case-result {
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 0 0 2.5%;
}

.modal-bg {
	background-color: rgba(6,20,36,0.89); /* adjust($primary,-56%,0%,89%) */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.modal label {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 300;
	text-align: right;
}

.modal .block > div {
	display: inline-block;
	vertical-align: top;
	width: 77%;
	line-height: 1.5;
	padding: .5em 0 .5em 2.5%;
}

.modal .block p {
	margin-top: 0;
}

.modal .close {
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
	z-index: 100;
}

.modal .close icon {
	font-size: 1.5em;
}

.modal .close:hover icon {
	color: #C72E1A;
}

.modal header {
	margin-bottom: 1em;
}

.modal header span {
	display: inline-block;
	vertical-align: middle;
}

.modal header .case-date {
	padding-right: 1em;
}

.modal header .case-name {
	padding: 0 1em;
	border-left: solid 1px #FEBE10; /* $secondary */
	border-right: solid 1px #FEBE10; /* $secondary */
}

.modal header .case-judge {
	padding-left: 1em;
}

.modal .block {
	display: block;
	margin-bottom: 1em;
}

.modal .facts {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: solid .5em #FEBE10;
}

.modal .result {
	background-color: #0E2E51;
	color: #FFFFFF;
	padding: 1em 0;
}

.modal .result p {
	margin: 0 !important;
}

.modal .result label {
	color: #FEBE10;
}
/* End Case Results Section */

/* Attorney Section */
.attorney-section {
	background-color: #D5D5D5; /* $lightGray */
	background-image: -webkit-linear-gradient(top,#D5D5D5,#FFFFFF); /* $lightGray,$light */
	background-image: -moz-linear-gradient(top,#D5D5D5,#FFFFFF); /* $lightGray,$light */
	background-image: -o-linear-gradient(top,#D5D5D5,#FFFFFF); /* $lightGray,$light */
	background-image: linear-gradient(to bottom,#D5D5D5,#FFFFFF); /* $lightGray,$light */
}

.attorney-section header h2 {
	color: #0E2E51; /* $primary */
	display: table;
	margin: 0 auto;
	padding: .15em 0;
	border: solid 1px #0E2E51; /* $primary */
	border-left: none;
	border-right: none;
}

.attorney-section header p {
	padding: 2em 20% 0;
}

.attorneys {
	display: table;
	width: 100%;
	margin-top: -4em;
}

.attorneys .data {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.attorneys .data .text {
	width: 42%;
	display: inline-block;
	vertical-align: middle;
}

.attorneys .data .line {
	width: 150%;
	height: 1em;
	background-color: #0E2E51; /* $primary */
	display: inline-block;
	margin: .25em 0;
	position: relative;
	z-index: 10;
}

.attorneys .data:first-child .line {
	left: -50%;
}

.attorneys .data .circle {
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	background-color: #9C9BA2;
	border-radius: 50%;
	position: relative;
	padding-bottom: 55%;
	overflow: hidden;
}

.attorneys .data .circle img {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 100%;
	max-height: 100%;
	z-index: 20;
}

.attorneys .data h3 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 3.4em;
	line-height: 1;
}

.attorneys .data:first-child {
	text-align: right;
	padding-right: 5%;
}

.attorneys .data:first-child .text {
	margin: 0 0 0 auto;
}

.attorneys .data:last-child {
	text-align: left;
	padding-left: 5%;
}

.attorneys .data:last-child .text {
	margin: 0 auto 0 0;
}
/* End Attorney Section */

/* Second Content Section */
.second-content-section {
	background-color: #0E2E51; /* $primary */
	background-image: url(/images/image-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.second-content-section .main-content {
	padding: 1.5em;
	background-color: rgba(255,255,255,0.85); /* alpha($light,85%) */
	color: #0E2E51; /* $primary */
}

.second-content-section .main-content header {
	display: inline-block;
	width: 29%;
	vertical-align: top;
	padding-right: 2%;
	text-align: right;
}

.second-content-section h2 {
	color: #0E2E51; /* $primary */
}

.second-content-section .main-content .right-side {
	display: inline-block;
	width: 68%;
	vertical-align: top;
	padding-left: 2%;
	border-left: solid 4px #FEBE10; /* $secondary */
}

.second-content-section .main-content .right-side p:first-of-type {
	margin-top: 0;
}

.second-content-section .feat-elements {
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.no-flexbox .second-content-section .feat-elements {
	display: table;
	width: 100%;
}

.second-content-section .feat-elements li {
	list-style-image: none;
	list-style: none;
	display: block;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 1em;
}

.second-content-section .feat-elements li:before {
	display: none;
}

.no-flexbox .second-content-section .feat-elements li {
	display: table-cell;
}
/* End Second Content Section */

/* Sub Slide */
.sub .image-area {
	background-size: cover;
	background-position: center;
	position: relative;
}

.sub-slide {
	text-align: center;
}

.DUI-Wins .sub-slide {
	display: none;
}

.editing-content .sub-slide {
	padding: 0;
}

.editing-content .sub-slide img {
	max-height: 150px;
	width: 100%;
}

.sub-slide .main {
	padding: 2.5em 1%;
}

.sub-slide h2, .sub-slide h1 {
	display: inline-block;
	padding: .2em 4%;
	font-size: 3.35em;
	line-height: 1em;
	color: #FFFFFF;
	margin: 0 auto;
}

.sub-slide * strong {
	font-weight: 700;
}
/* End Sub Slide */

/* CTA Styles */
.cta-list {
	display: table;
	width: 100%;
	position: relative;
	text-align: center;
	border-spacing: 2em 0;
	background-color: #D5D5D5; /* $lightGray */
}

.cta-list ul {
	display: table-row;
	width: calc(100% + 4em);
}

.cta-list ul li {
	position: relative;
	display: table-cell;
	padding: 1.5em;
	background-color: #FFFFFF; /* $light */
	z-index: 10;
	overflow: hidden;
}

.cta-list ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0E2E51; /* $primary */
	z-index: -1;
	-webkit-transform: translateY(-100%) translateY(3.5em);
	-moz-transform: translateY(-100%) translateY(3.5em);
	-o-transform: translateY(-100%) translateY(3.5em);
	transform: translateY(-100%) translateY(3.5em);
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.cta-list ul li:hover:before {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.cta-list ul li:hover a, .cta-list ul li:hover a h2 {
	color: #FFFFFF;
}

.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 a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.cta-list ul li a img {
	margin: 0 auto 1em;
	width: 4em;
	height: 4em;
	border-radius: 50%;
	background-color: #FEBE10; /* $secondary */
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	-o-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.cta-list ul li:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cta-list ul li h2 {
	font-size: 1.5em;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.cta-list ul li h2 span {
	display: block;
}

.cta-list ul li p {
	line-height: 1.5;
	margin: 1em auto 0;
	border-top: solid 2px #274D76; /* adjust($primary,15%,-29%,0%) */
	padding-top: 1em;
	font-size: .88em;
}

.cta-list .btn {
	padding: .7em 2%;
	display: block;
}
/* End CTA Styles */

/* Practice Areas Nav */
.practice-nav ul {
}

.side .practice-nav {
	background-color: #071728; /* darken($primary,51%) */
	background-image: -webkit-linear-gradient(top,#0A223B,#231F20); /* darken($primary,27%),$dark */
	background-image: -moz-linear-gradient(top,#0A223B,#231F20); /* darken($primary,27%),$dark */
	background-image: -o-linear-gradient(top,#0A223B,#231F20); /* darken($primary,27%),$dark */
	background-image: linear-gradient(to bottom,#0A223B,#231F20); /* darken($primary,27%),$dark */
	overflow: hidden;
}

.side .practice-nav h2, .side .practice-nav h3 {
	color: #FFFFFF; /* $light */
}

.practice-nav li {
	display: inline-block;
	width: 100%;
	border-bottom: solid 1px #192430; /* adjust($primary,-23%,-55%,0%) */
}

.practice-nav li a {
	display: block;
	color: #FFFFFF; /* $light */
	padding: .5em 1em;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.practice-nav li.selected a {
	background-color: #3987DD; /* lighten($primary,44%) */
	color: #231F20; /* $dark */
}

.practice-nav li.selected a:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.practice-nav li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -1em;
	width: .75em;
	height: 100%;
	background-color: #2578D4; /* lighten($primary,37%) */
}

.practice-nav li a:hover {
	color: #FFFFFF; /* $light */
	-webkit-transform: translateX(1em);
	-moz-transform: translateX(1em);
	-o-transform: translateX(1em);
	transform: translateX(1em);
}
/* End Practice Areas Nav */

/* Scrolling Lists */
.content-scroll {
	position: relative;
}

.content-scroll .scroll-container {
	position: relative;
	overflow: hidden;
}

.content-scroll ul {
	display: table;
	width: 100%;
	-webkit-transition: margin-left .5s;
	-moz-transition: margin-left .5s;
	-o-transition: margin-left .5s;
	transition: margin-left .5s;
}

.content-scroll .total1 li {
	width: 100%;
}

.content-scroll .total2 li {
	width: 50%;
}

.content-scroll .total3 li {
	width: 33.333333337%;
}

.content-scroll li {
	display: table-cell;
	padding: 0 2%;
	vertical-align: top;
	position: relative;
}

.content-scroll li span.bubble {
	display: block;
	padding: 1em;
	border: solid 1px #D5D0D1; /* lighten($dark,80%) */
	border-radius: 15px;
	position: relative;
}

.content-scroll.testimonials li span.bubble:after {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	display: block;
	position: absolute;
	top: 100%;
	line-height: 19px;
	font-size: 36px;
	color: #FFFFFF; /* $light */
	width: 100%;
	text-align: center;
	left: 0;
	text-shadow: 0 1px 0 #D5D0D1; /* lighten($dark,80%) */
}

.content-scroll img {
	padding-bottom: .75em;
	margin: 0 auto;
}

.content-scroll .bubble h3 {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

.content-scroll p {
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

.content-scroll a:hover p {
	color: #0E2E51; /* $primary */
}

.content-scroll.active .scroll-nav {
	display: block;
	position: absolute;
	width: 110%;
	top: 50%;
	left: -5%;
}

.content-scroll .scroll-nav .left-icon {
	float: left;
}

.content-scroll .scroll-nav .right-icon {
	float: right;
}

.content-scroll .scroll-nav span {
	font-size: 2.5em;
	display: block;
	line-height: 0;
	cursor: pointer;
}

.content-scroll .scroll-nav span:after {
	font-family: 'icomoon-ult';
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.content-scroll .scroll-nav .right-icon:after {
	content: '\e915';
}

.content-scroll .scroll-nav .left-icon:after {
	content: '\e914';
}

.content-scroll .scroll-nav span:hover:after {
	color: #4592D8;
}
/* End Scrolling Lists */

/* Standard Feed Scroller */
.content-scroll.standard-feed li {
	padding-bottom: 1em;
}

.standard-feed .thumbnail {
	display: block;
	width: 100%;
	max-width: 175px;
	margin: 0 auto;
}

.standard-feed .thumbnail img {
	display: block;
	width: 100% !important;
	background-size: cover;
	border-radius: 50%;
	background-position: center;
	max-height: 175px;
}

.standard-feed .tag {
	display: table;
	background-color: #343434;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	color: #FFFFFF; /* $light */
	margin: 0 auto;
}

.standard-feed .tag > * {
	display: inline-block;
	padding: .2em .6em;
}

.standard-feed .tag .two {
	background-color: #0E2E51; /* $primary */
}

.standard-feed .tag .three {
	color: #FEBE10; /* $secondary */
}

.standard-feed li h3 {
	margin: .7em 0;
	text-transform: none;
	font-size: 1.5em;
	line-height: 1.2em;
}
/* End Standard Feed Scroller */

/* Content Tabs */
.content-tabs {
}

.content-tabs .tabs {
	display: table;
	width: 100%;
}

.content-tabs .tabs a {
	display: table-cell;
	padding: .7em 1% .9em;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	font-weight: normal;
	font-size: 1.2em;
	color: #FFFFFF; /* $light */
}

.content-tabs .tabs a.active, .content-tabs .tabs a:hover {
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	background-color: #231F20; /* $dark */
}

.content-tabs ul {
	display: block;
	background-color: #FFFFFF; /* $light */
	position: relative;
	overflow: hidden;
	margin-top: -5px;
}

.content-tabs li {
	color: #231F20; /* $dark */
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 1.5em;
	text-align: left;
}

.content-tabs li:first-child {
	display: block;
}

.content-tabs li img {
	float: right;
	max-width: 350px;
	margin: 0 0 1em 1em;
}

.content-tabs li h3 {
	color: #FEBE10; /* $secondary */
}

.content-tabs li p {
	color: #231F20; /* $dark */
}

.content-tabs li .btn {
	display: table;
	margin: 0 0 0 auto;
	width: auto;
}
/* End Content Tabs */

/* Accolade Logos */
.accolade-logos {
}

.accolade-logos ul {
	display: table;
	width: 100%;
	padding: 0;
}

.accolade-logos li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	vertical-align: middle;
}

.accolade-logos img {
	max-width: 100%;
	display: block;
	margin: .6em auto;
	position: relative;
}
/* End Accolade Logos */

/* Bar Feed Styles */
.bar-feed {
}

.bar-feed ul {
	display: block;
}

.bar-feed li {
	display: table;
	width: 100%;
	margin-bottom: .5em;
}

.bar-feed li > * {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	position: relative;
	padding: .6em 2%;
}

.bar-feed li > div {
	background-color: #231F20; /* $dark */
}

.bar-feed li > div:after {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	display: block;
	position: absolute;
	left: 98%;
	top: 50%;
	z-index: 1;
	font-size: 2em;
	line-height: 0;
	color: #231F20; /* $dark */
}

.bar-feed li > span {
	background-color: #0E2E51; /* $primary */
}

.bar-feed div h3 {
	color: #FEBE10; /* $secondary */
}

.bar-feed span p {
	color: #FFFFFF; /* $light */
	font-size: 1.9em;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
}

.bar-feed .btn {
	margin-top: 1.5em;
}
/* End Bar Feed Styles */

/* Footer Styles */
.footer-one {
	background-color: #0E2E51; /* $primary */
	color: #FFFFFF; /* $light */
	background-image: url(/images/footerBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.footer-links {
	position: relative;
	z-index: 10;
}

.footer-links:before {
	content: '';
	display: block;
	position: absolute;
	left: -100%;
	width: 300%;
	height: 100%;
	top: 0;
	background-color: #061524; /* darken($primary,55%) */
	z-index: -1;
}

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

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

.footer-links li a {
	display: block;
	padding: 1em .25em;
	font-size: 1em;
	color: #FFFFFF; /* $light */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 300;
}

.footer-links li a:hover {
	background-color: #2A3544; /* $nearlyDark */
}

.footer-info {
	text-align: center;
	padding: 0;
}

.schema {
	color: #FFFFFF; /* $light */
	background-color: rgba(7,24,42,0.85); /* adjust($primary,-48%,0%,85%) */
	max-width: 900px;
	margin: 0 auto;
	padding: 2em 1em;
}

.schema img.bottom-logo {
	margin: 1em auto;
}

.schema h3 {
	color: #FFFFFF; /* $light */
	margin-bottom: .6em;
}

.schema .phone-section {
	display: inline-block;
	width: auto;
	margin: 1em 0;
	position: relative;
}

.schema .phone-section:after {
	content: '';
	display: block;
	clear: both;
}

.schema .phone {
	display: block;
	text-align: center;
	padding: 0 1.5em;
	width: 100%;
}

.schema .phone .description {
	color: #FEBE10; /* $secondary */
	font-weight: 700;
}

_.schema .phone:first-child {
	border-right: solid 1px #5D83B6;
}

.schema .phone span {
	display: block;
}

.schema .phone-tag {
	margin: .25em auto;
	padding: .15em;
	background-color: #214D7D; /* adjust($primary,15%,-17%,0%) */
	font-weight: 400;
	color: #FFFFFF; /* $light */
	clear: both;
}

.schema .phone-link {
	cursor: default;
	color: #FFFFFF; /* $light */
	font-weight: 700;
	font-size: 1.25em;
	white-space: nowrap;
}

.schema .phone-link:hover {
	color: #FFFFFF; /* $light */
}

.schema a {
	color: #5D83B6; /* $darkPrimary */
}

.schema a:hover {
	color: #FFFFFF; /* $light */
}

.footer-two {
	background-color: #071728; /* darken($primary,51%) */
}

.sd-footer {
	padding: 2em 1%;
	color: #D5D5D5; /* $lightGray */
}

.sd-footer a {
	display: block;
	float: right;
	max-width: 11em;
}

.sd-footer img {
	margin: 0 auto;
}

.sd-footer small {
	font-size: .778em;
}

.schema .smaller {
	font-size: .88em;
	font-weight: 300;
}
/* End Footer Styles */

/* Case Eval Form */
.case-eval {
	display: block;
	width: 100%;
}

.case-eval input, .case-eval textarea {
	background-color: #231F20; /* $dark */
	border: none !important;
	display: block;
	margin: 0 .5% 10px;
	float: left;
	width: 49%;
	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: 18px;
	outline: none;
	border-radius: 0;
}

.case-eval input {
	padding: 0 20px;
	height: 45px;
}

.case-eval textarea {
	height: 100px;
	resize: none;
	width: 99%;
	padding: 17px 20px;
}

.case-eval a.btn {
	line-height: 2em;
	width: 99%;
	margin-left: .5%;
	padding: 0;
	background-color: #11447C; /* adjust($primary,11%,20%,0%) */
	color: #FFFFFF; /* $light */
	font-size: 20px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
}

.case-eval a.btn:hover {
	background-color: #231F20; /* $dark */
}
/* End Case Eval Form */

/* Side-Nav Styles */
.side {
	padding: .5em 1em;
}

.side > * {
	display: block;
	position: relative;
	margin: 0 0px 20px;
}

.side header, .landing-area header {
	text-align: center;
	padding: .75em .15em;
}

.side header h2, .landing-area header h2 {
	display: block;
	padding: 0;
	color: #231F20; /* $dark */
	line-height: 1.2em;
}

.side header h3, .landing-area header h3 {
	display: block;
	padding: 0;
	line-height: 1.2em;
}

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

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

.side-nav ul li {
	position: relative;
}

.side-nav .slide-list > li:after {
	content: '\e911';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #FFFFFF; /* $light */
	top: 50%;
	right: .8em;
	font-size: 1em;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	pointer-events: none;
	line-height: 0;
}

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

.side-nav .slide-list li > ul, .side-nav:not(.sys-nav) li.level2 {
	display: none;
}

.side-nav.sys-nav .slide-list > li:after {
	top: 24px;
}

.side-nav ul li.level2:after {
	display: none;
}

.side-nav ul li a {
	display: block;
	color: #FFFFFF; /* $light */
	padding: .5em 2em;
	text-transform: uppercase;
	margin-bottom: 2px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	border-bottom: solid 1px rgba(35,31,32,0.2); /* alpha($dark,20%) */
	font-weight: bold;
}

.side-nav ul li.level2 a {
	padding: .5em 1em .5em 2.5em;
}

.side-nav ul li a:hover, .side-nav ul li.selected a {
	color: #231F20; /* $dark */
}

.side .contact-form {
	padding: 1.5em;
	background-color: #0E2E51; /* $primary */
	background-image: -webkit-linear-gradient(top,#0A223D,#231F20); /* darken($primary,25%),$dark */
	background-image: -moz-linear-gradient(top,#0A223D,#231F20); /* darken($primary,25%),$dark */
	background-image: -o-linear-gradient(top,#0A223D,#231F20); /* darken($primary,25%),$dark */
	background-image: linear-gradient(to bottom,#0A223D,#231F20); /* darken($primary,25%),$dark */
}

.side .contact-form .btn {
	display: block;
	text-align: center;
}
/* End Side-Nav Styles */

/* Flyout Menu */
.top-nav div.iflylist {
	border: none;
	text-align: left;
	min-width: 225px;
	background-color: transparent;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-animation: flyout .5s ease;
	-moz-animation: flyout .5s ease;
	-o-animation: flyout .5s ease;
	animation: flyout .5s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

@-webkit-keyframes flyout {
	0% { opacity: 0; -webkit-transform: scaleY(0); }
	100% { opacity: 1; -webkit-transform: scaleY(1); }
}

@-moz-keyframes flyout {
	0% { opacity: 0; -moz-transform: scaleY(0); }
	100% { opacity: 1; -moz-transform: scaleY(1); }
}

@-o-keyframes flyout {
	0% { opacity: 0; -o-transform: scaleY(0); }
	100% { opacity: 1; -o-transform: scaleY(1); }
}

@keyframes flyout {
	0% { opacity: 0; transform: scaleY(0); }
	100% { opacity: 1; transform: scaleY(1); }
}

.top-nav .iflyOver div.iflylist {
	-webkit-animation: flyout .5s ease;
	-moz-animation: flyout .5s ease;
	-o-animation: flyout .5s ease;
	animation: flyout .5s ease;
}

.top-nav div.iflylist div.iflylist {
}

.top-nav div.ifly {
	border: none;
	background-color: #231F20; /* $dark */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
}

.top-nav div.ifly a {
	padding: .7em 1.2em;
	color: #FFFFFF; /* $light */
	min-width: 150px;
	border-bottom: none;
	margin-bottom: 0px;
	display: block;
}

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

.top-nav div.iflyOver {
	background-color: #0E2E51; /* $primary */
}

.top-nav div.ifly a.iflyOver {
	color: #FFFFFF; /* $light */
}

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

.top-nav div.iflyRight:after {
	content: '\e0ea';
	position: absolute;
	font-family: icomoon-ult;
	right: 0;
	top: 10px;
	color: #FFFFFF; /* $light */
}

div.iflylist div.ui-more-items {
	background-color: #0E2E51; /* $primary */
	border-top: solid 1px #ddd;
	position: relative;
}

div.iflylist div.ui-more-items:before {
	content: '\e0e9';
	font-family: icomoon-ult;
	color: #ffffff;
	position: absolute;
	left: 5px;
	top: 0;
	width: 70px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	text-align: center;
}

div.iflylist div.ui-more-items:after {
	content: '\e0eb';
	font-family: icomoon-ult;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 5px;
	width: 70px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	text-align: center;
}

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

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

/* Mobile Menu */
.site-container {
	position: relative;
}

.DUI-Wins main {
	padding-top: 5em;
}

.mm-open .site-container {
}

.mobile-menu.top-nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 55;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	padding: 1.5em;
	font-size: 2.5em;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 100%;
	overflow: auto;
}

.mm-open .mobile-menu.top-nav {
	background-color: rgba(6,20,35,0.96); /* adjust($primary,-57%,0%,96%) */
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.mobile-menu .menu-btn {
	display: table;
	width: auto;
	margin: 0 0 1em auto;
	padding: .75em 2em;
	border: solid 1px #5D83B6; /* $darkPrimary */
}

.mobile-menu .desktop-nav {
	display: block;
}

.mobile-menu .desktop-nav li {
	display: block;
	width: 100%;
	box-shadow: inset 0 -1px rgba(35,31,32,0.2); /* alpha($dark,20%) */
}

.mobile-menu .desktop-nav li a {
}

.mobile-menu.top-nav .iflylist {
	display: none !important;
}

.mobile-menu .top-social {
	display: table;
	width: auto;
	margin: 1em auto 0;
}

.mobile-menu .top-social li:last-child {
	border-right: solid 1px rgba(35,31,32,0.2); /* alpha($dark,20%) */
}

.mobile-menu .top-social a {
	padding: 1em;
}

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

/* Timeline Format */
.timeline-format {
}

.timeline-format .section-one {
	position: relative;
}

.timeline-format .content h1 {
	text-align: center;
}

.timeline-format .side {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	min-height: 100%;
	z-index: 2;
	display: none !important;
}

.timeline-format .side:empty {
	display: none;
}

.timeline-format .timeline-feed {
	position: relative;
	z-index: 1;
	padding: 2em 0;
}

.timeline-feed li.time-item {
	width: 100%;
	display: block;
	position: relative;
	background-color: transparent;
	border: none;
	padding: 1em 0;
	box-shadow: none;
	float: none !important;
}

.timeline-feed li.time-item.right {
	float: right;
}

.timeline-feed li.time-item.right:before {
	left: -3px;
}

.timeline-feed li.time-item.left {
	float: left;
}

.timeline-feed li.time-item.left:before {
	right: -3px;
}

.timeline-feed .time-box {
	width: 100%;
	border: solid 3px #231F20; /* $dark */
	border-bottom: none;
}

.timeline-feed .right .time-box {
	float: right;
}

.timeline-feed .left .time-box {
	float: left;
}

.time-box .upper {
	display: block;
	border: none;
	background-color: #231F20; /* $dark */
	padding: .5em 1.5em;
	color: #FFFFFF;
	min-height: 36px;
}

.time-box .upper .p-date {
	float: right;
}

.time-box .middle {
	padding: .1em 1.5em 1.5em;
}

.time-box .lower {
	display: block;
	border: none;
	background-color: #231F20; /* $dark */
	padding: .5em 1.5em;
	color: #FFFFFF;
}

.time-box .lower .left {
	float: left;
}

.time-box .lower .right {
	float: right;
}

.side-btn {
	position: relative;
	color: #FEBE10; /* $secondary */
	top: 1px;
	padding-left: 8px;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: none;
}

.side-btn:hover {
	color: #231F20; /* $dark */
}
/* End Timeline Format */

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

.blog-system h1 {
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	padding-bottom: 15px;
}

ul.post-list > li .category a {
	color: #231F20; /* $dark */
}

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

ul.post-list > li, #BlogEntry {
	display: block;
	padding: 1px 2% 15px;
	margin-bottom: 10px;
	border-radius: 0;
	width: 100%;
	border: solid 3px #231F20; /* $dark */
	text-align: left;
}

#BlogEntry {
	padding: 0;
}

#BlogEntry h1 {
	text-align: left;
}

#BlogEntry h4 {
	color: #FEBE10; /* $secondary */
}

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

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

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

.blog > nav a {
	color: #FEBE10; /* $secondary */
}

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

.blog > nav icon {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #FEBE10; /* $secondary */
}

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

.blog > nav .blog-nextprev a:hover {
	color: #FEBE10; /* $secondary */
}

ul.post-list .upper {
}

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: #0E2E51; /* $primary */
}

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

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

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

.side ul.social-icons li {
	display: block;
}

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

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

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

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

ul.social-icons icon {
	background-color: #FEBE10; /* $secondary */
	color: #FFFFFF; /* $light */
	padding: 5px;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	outline: none;
	display: block;
	font-size: 1.2em;
}

.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: #231F20; /* $dark */
	font-size: 1.5em;
	padding: 8px;
}

ul.social-icons icon:hover {
	background-color: #0D2949; /* darken($primary,10%) */
}

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

ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	padding: .25em 1.5em;
	background-color: #0E2E51; /* $primary */
	color: #FFFFFF; /* $light */
	margin: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

ul.post-list a.More:hover {
	background-color: #FEBE10; /* $secondary */
}

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 */
.verdicts {
	margin-bottom: 6em;
	text-align: center;
}

.grid-sizer, .verdict {
	width: 33%;
}

.verdict-grid {
	text-align: center;
}

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

.verdict {
	padding: 1em;
	color: #0E2E51; /* $primary */
	width: 100%;
	text-align: left;
}

.verdict header {
	display: table;
	width: 100%;
	background-color: #5D83B6; /* $darkPrimary */
	color: #FCFCFC;
	padding: 1em 0;
	text-align: center;
}

.verdict header > * {
	display: table-cell;
	width: 33%;
}

.verdict .card {
	background-color: #0E2E51; /* $primary */
	padding: 0;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	cursor: default;
	position: relative;
	pointer-events: none;
}

_.verdict .card:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 3em;
	height: 3em;
	background-color: #FEBE10;
	border-radius: 50%;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	opacity: 0;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	background-image: url(/images/lightbox-btn.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

_.verdict .card:hover:after {
	opacity: 1;
}

_.verdict .card:hover {
	background-color: #0E2E51;
	color: #FFFFFF;
}

.verdict-gutter {
	width: 1em;
}

.verdict:nth-child(3n) {
	margin-right: 0;
}

.verdict span {
}

.verdict .date {
	font-weight: 300;
	font-size: 1.6em;
}

.verdict .title {
	font-size: .88em;
}

.verdict .result {
	margin: 1em auto;
	font-size: 1.2em;
	-webkit-transition: .3s -webkit-transform ease;
	-moz-transition: .3s -moz-transform ease;
	-o-transition: .3s -o-transform ease;
	transition: .3s transform ease;
}

_.verdict .card:hover .result {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.verdict-grid .datanavigation {
	position: absolute;
	bottom: -4em;
	left: 0;
	width: 100%;
}

.verdict .block {
	display: table;
	width: 100%;
	color: #FEBE10; /* $secondary */
	padding: .15em 1em 0;
}

.verdict .block > * {
	display: table-cell;
	padding: 1em;
}

.verdict .block label {
	width: 15%;
	font-weight: 600;
	color: #FFFFFF; /* $light */
}
/* End Results System Styles */

/* Review System Styles */
.reviews {
}

#ReviewsHeader {
	text-align: center;
}

.reviews .upper h2 {
	color: #FFFFFF; /* $light */
}

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

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

.reviews .share a {
}

.reviews .share a icon {
	display: inline-block;
	background-color: #0E2E51; /* $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: rgba(30,30,30,0.298);
}

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: rgba(30,
				30,
				30,
				0.2);
	padding: 1.5em;
	border: none;
	text-align: left;
}

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 {
	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: rgba(30,30,30,0.2);
	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 */

/* Video Styles */
.video-system {
}

.video-system .bread {
	background-color: #EBEEF2;
	padding: .7em;
}

.video-system .bread .main {
	padding: 0;
}

.video-system .bread .home-link {
	margin-right: .5em;
}

.video-system header {
	display: block;
	width: 100%;
}

.video-system .video-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 auto;
	padding: 0;
}

.video-system .video-system-header {
	text-align: center;
	display: none;
}

.video-system .video-container .category-header {
	display: block;
	width: 100%;
	clear: both;
}

.video-system .video-container h3 {
	border-bottom: 3px solid #E3E3E3;
	font-size: 2em;
	margin: .5em 0 .25em 0;
}

.video-system .video-container .overlay.active {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 95;
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.video-system .video-container .video-list {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 1em 3% 1em 0;
	border: 1px solid #CFCFCF;
	padding: 1em;
	width: 30%;
	background-color: #0E2E51;
}

.video-system .video-container .video-list .thumbnail {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

.video-system .video-container .video-list .thumbnail:before {
	content: '\f0c4';
	font-size: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	font-family: 'icomoon-ult';
}

.video-system .video-container .video-list .thumbnail:hover:before {
	color: #FFFFFF;
}

.video-system .video-container .video-list .thumbnail img {
	height: 15em !important;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.video-system .video-container .video-list .info {
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.video-system .video-container .video-list p {
	margin: 0;
	color: #D5D5D5;
	font-size: 1.05em;
}

.video-system .video-container .video-list p strong {
	font-size: 1.25em;
	color: #FFFFFF;
	font-weight: 400;
}

.video-system .video-container .video-list .btn {
	margin-top: 2em;
}

.video-system .video-container .view-more-button {
	margin: 1em 0 2em 0;
}

.video-system .video-container .view-more-button a {
	padding: 0.85em 1em;
}

.video-system .video-container .video-player-container {
	position: fixed;
	width: 50%;
	left: 25%;
	top: 15%;
	z-index: -1;
	background-color: #000000;
	opacity: 0;
	box-shadow: 0 20px 35px rgba(0,0,0,0.514);
}

.video-system .video-container .video-player-container:before, .video-system .video-container .video-player-container:after, .video-system .video-container .video-player-container .effect:before, .video-system .video-container .video-player-container .effect:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #636364;
}

.video-system .video-container .video-player-container:before {
	left: -.6rem;
	height: .6rem;
	width: 0;
	top: -.6rem;
}

.video-system .video-container .video-player-container.active:before {
	width: calc(100% + .6rem);
	-webkit-transition: .6s linear 2.3s;
	-moz-transition: .6s linear 2.3s;
	-o-transition: .6s linear 2.3s;
	transition: .6s linear 2.3s;
}

.video-system .video-container .video-player-container:after {
	top: -.6rem;
	right: -.6rem;
	width: .6rem;
	height: 0;
}

.video-system .video-container .video-player-container.active:after {
	height: calc(100% + 1.2rem);
	-webkit-transition: .6s linear .5s;
	-moz-transition: .6s linear .5s;
	-o-transition: .6s linear .5s;
	transition: .6s linear .5s;
}

.video-system .video-container .video-player-container .effect:before {
	right: 100%;
	width: .6rem;
	height: 0;
	bottom: -.6rem;
}

.video-system .video-container .video-player-container.active .effect:before {
	height: calc(100% + .6rem);
	-webkit-transition: .6s linear 1.7s;
	-moz-transition: .6s linear 1.7s;
	-o-transition: .6s linear 1.7s;
	transition: .6s linear 1.7s;
}

.video-system .video-container .video-player-container .effect:after {
	right: 0;
	height: .6rem;
	top: 100%;
	width: 0;
}

.video-system .video-container .video-player-container.active .effect:after {
	width: calc(100% + .6rem);
	-webkit-transition: .6s linear 1.1s;
	-moz-transition: .6s linear 1.1s;
	-o-transition: .6s linear 1.1s;
	transition: .6s linear 1.1s;
}

.video-system .video-container .video-player-container.active {
	z-index: 110;
	opacity: 1;
}

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

.video-system .video-container .video-player-container video.hide {
	opacity: 0;
	z-index: 0;
}

.video-system .video-container .video-player-container.active video {
	opacity: 1;
	-webkit-transition: 1s ease opacity;
	-moz-transition: 1s ease opacity;
	-o-transition: 1s ease opacity;
	transition: 1s ease opacity;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-system .video-container .video-player-container a.close {
	position: absolute;
	font-size: .8em;
	line-height: 1;
	top: 0;
	right: 0;
	border-radius: 50%;
	background-color: #801421;
	color: #FFFFFF;
	margin-top: -1.25em;
	margin-right: -1.25em;
	z-index: 1;
}

.video-system .video-container .video-player-container a.close icon {
	display: block;
	padding: .5em;
}

.video-system .video-container .video-player-container .description {
	position: absolute;
	top: calc(100% + .6rem);
	width: calc(100% + 1.2rem);
	padding: 1em 1.5em;
	background-color: rgba(0,0,0,0.7);
	left: -.6rem;
	overflow-y: scroll;
	max-height: 13em;
}

.video-system .video-container .video-player-container .description p {
	color: #EBEEF2;
	margin: 0;
	font-size: 1.15em;
}

.video-system .current-video-list .video .item {
	border-bottom: 1px solid rgba(26,51,66,0.31);
	margin: 1.5em 0;
}

.video-system .current-video-list .item a div {
	margin-right: 1em;
}

.video-system .current-video-list .item a div img {
	box-shadow: 0 8px 17px -6px rgba(0, 0, 0, 0.6);
	border: 2px solid #FFFFFF !important;
}

.video-player .video-box {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5em;
}

.video-player .video-box .video {
	width: 63%;
	margin-right: 3%;
}

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

.video-player .video-box .video .main-video-container video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-player .video-box .video-info {
	width: 30%;
	padding: 2em 2em 4em;
	position: relative;
	background-color: #801421;
	background-image: -webkit-linear-gradient(top,#801421,#636364,#C42837);
	background-image: -moz-linear-gradient(top,#801421,#636364,#C42837);
	background-image: -o-linear-gradient(top,#801421,#636364,#C42837);
	background-image: linear-gradient(to bottom,#801421,#636364,#C42837);
}

.video-player .video-box .video-info:before {
	content: '';
	position: absolute;
	width: calc(100% - 1em);
	height: calc(100% - 1em);
	top: 0.5em;
	left: 0.5em;
	background-color: #FFFFFF;
}

.video-player .video-box .video-info p {
	line-height: 2em;
	font-size: 1.1em;
	color: #636364;
	position: relative;
}

.video-player .video-box .video-info p strong {
	font-size: 1.5em;
	letter-spacing: 0.05em;
	font-family: 'Noto Serif', serif;
	line-height: 1.5em;
	color: #801421;
	font-weight: 400;
}

.video-player .video-box .video-info p strong:after {
	content: '';
	position: relative;
	display: block;
	width: 6rem;
	margin: 0.75em 0;
	height: 2px;
	background-color: #000000;
}

.video-player .video-box .video-info a.btn {
	position: absolute;
	left: 0.5em;
	bottom: 0.5em;
	display: block;
	width: calc(100% - 1em);
	box-shadow: 0 0 0 2px #801421 inset;
}
/* End Video Styles */

/* Force Videos to Auto-Resize */
.content div[icobalt='CobaltControls.Controls.VideoPlayer'] {
	width: 100% !important;
	height: auto !important;
	position: relative;
	max-width: 640px;
	margin-top: .5em;
}

.content  div[icobalt='CobaltControls.Controls.VideoPlayer']>div {
	width: 100% !important;
	height: auto !important;
	padding: 0 0 56.25% 0 !important;
}

.content div[icobalt='CobaltControls.Controls.VideoPlayer'] object {
	top: 0;
	left: 0;
	position: absolute;
}
/* End Force Videos to Auto-Resize */

/* Responsive */
img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	display: block;
}

.main-content img {
	display: inline-block;
}

@media (max-width:1720px) {
	.header-two .slide {
		padding-left: 20em;
	}

	.image-zone .nav-zone {
		width: 20em;
	}

	.timeline-format .side {
		right: -350px;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		background-color: rgba(14,46,81,0.95); /* alpha($primary,95%) */
		box-shadow: -2px 0 5px -1px rgba(0,0,0,0.2);
	}

	.timeline-format .side.out {
		right: 0;
	}

	.side-btn {
		display: inline-block;
	}

	.top-bar-cta {
		text-align: center;
	}
}

@media (max-width:1600px) {
	.masthead {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.masthead .mast-nav {
		width: 100%;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		border-top: solid 1px #0B2541; /* darken($primary,20%) */
	}

	.contact-info .number {
		width: 24%;
		vertical-align: middle;
	}

	.contact-info .header-blurb {
		display: inline-block;
		width: 48%;
		margin-top: 0;
		padding-top: 0;
		margin-left: 1%;
		padding-left: 1%;
		border-left: solid 1px #5D83B6; /* $darkPrimary */
		border-top: none;
		vertical-align: middle;
	}

	.masthead .top-logo, .masthead .contact-info {
		width: 50%;
	}

	.top-nav ul {
		width: 100%;
	}

	.practice-areas-menu li {
		width: 24.25%;
	}

	.practice-areas-menu li:nth-child(6n) {
		margin-right: 1%;
	}

	.practice-areas-menu li:nth-child(4n) {
		margin-right: 0;
	}

	.info {
		font-size: 1vw;
	}

	.info .btn {
		font-size: 14px;
	}

	.DUI-Wins main {
		padding-top: 7.5em;
	}
}

@media (max-width:1500px) {
	.contact-plus-content .contact-form header h2, .contact-plus-content .contact-form header p {
		display: block;
		width: 100%;
		text-align: center;
	}

	.contact-plus-content .contact-form header h2 {
		border-bottom: solid 4px #FEBE10; /* $secondary */
		margin-bottom: .25em;
		padding-bottom: .25em;
	}

	.contact-plus-content .contact-form header p {
		font-size: 1em;
		padding: 0;
		margin: 0 auto;
		border: none;
	}

	.top-bar-cta p {
		line-height: 1.25em;
		font-size: 1em;
	}

	.top-bar-cta .btn {
		font-size: 1em;
	}

	.animation .attorney-image {
		max-width: 50%;
	}
}

@media (max-width:1400px) {
	.header-two #ImageZone {
		font-size: 1.15vw;
	}

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

	.contact-info .number {
		width: 49%;
	}

	.contact-info .header-blurb {
		display: block;
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		margin-top: .25em;
		padding-top: .25em;
		border-left: none;
		border-top: solid 1px #5D83B6; /* $darkPrimary */
	}

	.column-content .main-content .content-image {
		float: none;
		margin: 0 auto 2em;
		display: block;
	}

	.column-content .main-content h2 {
		text-align: center;
	}

	.main-content-section h1:before {
		display: none;
	}
}

@media (max-width:1200px) {
	.content-scroll.active .scroll-nav {
		width: 100%;
		left: 0;
	}

	.column-content .main-content {
		padding: 2em;
	}

	.section {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.main-content-section .main-content {
		margin-bottom: 2em;
	}

	.accolades {
		display: block;
		text-align: center;
	}

	.accolades > div {
		display: inline-block;
		width: 33%;
	}

	.attorneys {
		font-size: 1.2vw;
		margin-top: 0;
	}

	.attorneys .btn {
		font-size: 14px;
	}

	.case-results-section .main > header, .case-results-section .main > div {
		display: block;
		width: 100%;
	}

	.case-results-section .main > header {
		text-align: center;
		margin-bottom: 2em;
	}

	.case-results-section header h2 {
		text-align: center;
		margin-bottom: .25em;
	}

	.DUI-Wins main {
		padding-top: 10.75em;
	}
}

@media (max-width:1100px) {
	html {
		font-size: 1.3vw;
	}

	.animation {
		height: 35.6rem;
	}

	.timeline-format .side {
		width: 20em;
		right: -20em;
	}

	.content-scroll .scroll-container {
		width: 95%;
		margin: 0 auto;
	}

	.attorney-section header p {
		padding: 2em 3% 0;
	}

	.top-bar-cta {
		text-align: left;
	}

	.top-bar-cta p {
		font-size: 1.25em;
	}
}

@media (max-width:950px) {
	.masthead {
		font-size: 1em;
	}

	.top-nav {
		font-size: 1em;
	}

	html {
		font-size: 1.4vw;
	}

	.top-bar-cta a {
		width: 100%;
	}

	.top-bar-cta p {
		display: none;
	}

	.Contact .site-container .maps > * {
		width: 100%;
	}
}

@media (max-width:900px) {
	.secondary-nav header {
		display: none !important;
	}

	.secondary-nav ul {
		float: none;
		width: 100%;
		padding: 0;
	}

	.image-zone .top-nav a {
		font-size: 1.1em;
	}

	.floaters .home-content, .floaters .section-one-swap {
		width: 100%;
		float: none;
	}

	.side-ctas ul {
		width: 100%;
		display: table;
	}

	.side-ctas li {
		display: table-cell;
		height: 18rem;
		vertical-align: top;
	}

	.side-ctas ul.items3 li {
		width: 33.3333337%;
	}

	.side-ctas ul.items2 li {
		width: 50%;
	}

	.side-ctas h2 {
		font-size: 1.5em;
		padding: 0 1.5%;
	}

	.contact-form .main {
		display: block;
		width: 100%;
	}

	.contact-form .main header, .contact-form .main > div {
		display: block;
		width: 100%;
	}

	.contact-form header h2, .contact-form header p {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0;
	}

	.contact-form header h2 {
		margin-bottom: .25em;
		padding-bottom: .25em;
		border-bottom: solid 4px #FEBE10; /* $secondary */
	}

	.contact-form header p {
		font-size: 1em;
		line-height: 1.5;
		border: none;
	}
}

@media (max-width:850px) {
	.swap-panel {
		font-size: 16px;
	}

	.swap-panel > * {
		padding: 25px 2%;
	}

	h1, .swap-panel header h2 {
		font-size: 30px;
	}

	h2, .contact-form header h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	.bar-feed li {
		display: block;
	}

	.bar-feed li > * {
		display: block;
		width: 100%;
	}

	.swap-panel header {
		margin-bottom: 25px;
	}

	.bar-feed li > div:after {
		content: '\e0eb';
		width: 100%;
		left: 0;
		text-align: center;
		top: 101%;
	}

	.bar-feed span p {
		font-size: 22px;
	}

	.content-tabs li img {
		max-width: 50%;
	}

	.practice-areas-menu li {
		width: 49.5%;
	}

	.practice-areas-menu li:nth-child(2n) {
		margin-right: 0;
	}

	.content {
		font-size: 16px;
	}

	.cta-list ul {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	.cta-list ul li {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}

	.cta-list {
		display: block;
		border-spacing: 0;
	}

	.cta-list ul li:last-child {
		margin-bottom: 0;
	}

	.second-content-section .main-content header {
		display: block;
		width: 100%;
		text-align: center;
		border-bottom: solid 4px #FEBE10; /* $secondary */
		padding-bottom: 1em;
	}

	.second-content-section .main-content .right-side {
		display: block;
		width: 100%;
		border-left: none;
		padding: 0;
	}

	.contact-plus-content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-plus-content .contact-form {
		width: 100%;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.contact-plus-content .main-content {
		width: 100%;
		padding: 0 1%;
	}

	.case-results-list {
		display: block;
		width: 100%;
	}

	.case-results-list .data {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}

	.case-results-list .data:last-child {
		margin-bottom: 0;
	}
}

@media (max-width:800px) {
	.timeline-format .timeline-feed:before {
		left: 0;
	}

	.timeline-feed li.time-item {
		width: 100%;
		float: none !important;
		margin-top: 0 !important;
	}

	.timeline-feed li.time-item:before {
		left: -7px !important;
		right: auto !important;
		top: 22px;
	}

	.timeline-feed .time-box {
		float: right !important;
		width: 95%;
	}

	#ContactMap2 {
		max-width: 100% !important;
		float: none;
	}

	.main-content {
		font-size: 16px;
	}

	.modal label, .modal .block > div {
		display: block;
		width: 100%;
		text-align: left;
		padding-left: 0;
	}

	.modal > .result {
		padding: 1em;
	}

	.modal .case-result {
		text-transform: none;
		font-size: 1em;
		font-weight: 400;
	}

	.video-system .video-container .video-list {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.video-system .video-container .video-list p {
		display: block;
	}

	.video-system .video-container .video-list p strong {
		font-size: 3vw;
	}

	.video-system .video-container .video-list .btn {
		font-size: 3vw;
	}
}

@media (max-width:750px) {
	.top-nav {
		font-size: 1.5rem;
	}

	.secondary-nav {
		display: none;
	}

	.sub .secondary-nav {
		display: block;
		padding: 2em 1em !important;
		border-bottom: solid 10px #FFFFFF; /* $light */
	}

	.sub .secondary-nav header {
		display: block !important;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #3B3436; /* lighten($dark,10%) */
		text-align: center;
		float: none;
		margin: 0;
		padding-bottom: 2em;
	}

	.sub .secondary-nav h2 {
		font-size: 30px !important;
	}

	.sub .secondary-nav h3 {
		font-size: 25px;
	}

	.secondary-nav ul {
		display: block;
		width: 100%;
		float: none;
	}

	.sub .secondary-nav li {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #3B3436; /* lighten($dark,10%) */
	}

	.sub .secondary-nav li a {
		padding: .75em 0;
	}

	.scroll-btn > span {
		font-size: 14px;
		padding: 1em 1em .8em;
		background-color: transparent;
	}

	.scroll-btn {
		position: relative;
		top: 0;
		padding: 1em 0;
	}

	.timeline-format .side {
		position: relative;
		width: 100%;
		right: auto !important;
		box-shadow: none;
	}

	.side-btn {
		display: none;
	}

	.illustration-content .illustration {
		display: none;
	}

	.illustration-content .f-text {
		float: none;
		width: 100%;
	}

	.second-content-section {
		background-image: none;
		background-color: #FFFFFF; /* $light */
	}

	.second-content-section .main-content {
		padding: 0 2%;
	}

	.grid-sizer, .verdict {
		width: 100%;
	}

	.DUI-Wins main {
		padding-top: 14.5em;
	}

	.accolades > div {
		width: 50%;
	}
}

@media (max-width:700px) {
	.btn-list ul {
		width: 100%;
	}

	.btn-list .btn {
		font-size: 18px;
		padding: .75em;
	}

	.btn {
		font-size: 18px;
	}

	.content h1 {
		font-size: 30px;
	}

	.content h2, .content h3 {
		font-size: 25px;
	}

	.content h4 {
		font-size: 20px;
	}

	.schema {
		font-size: 14px;
	}

	.footer-links li a {
		font-size: 14px;
	}

	.sd-footer small {
		font-size: 12px;
	}

	.side-ctas li {
		width: 100% !important;
		display: block;
		height: auto;
	}

	.side-ctas img {
		height: auto;
		max-height: 150px;
	}

	.side-ctas li h2 {
		font-size: 1.7em;
		bottom: auto;
		top: 35%;
	}

	.image-ctas li {
		width: 100%;
		float: none;
	}

	.image-ctas li:nth-child(odd) .cta-text {
		background-color: #4592D8;
	}

	.image-ctas li:nth-child(even) .cta-text {
		background-color: #343434;
	}

	.practice-areas-section header, .practice-areas-section .main-content {
		display: block;
		width: 100%;
	}

	.practice-areas-section header h2 {
		text-align: center;
	}

	.attorneys {
		margin-top: 0;
		display: block;
		font-size: 2vw;
	}

	.attorneys .data {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.video-system .video-container .video-player-container {
		width: 100%;
		left: 0;
	}
}

@media (max-width:650px) {
	.section {
		padding: 1.5em 1%;
	}

	.content-list ul {
		display: block;
	}

	.content-list li {
		display: table;
		width: 100% !important;
		border-left: none;
		border-top: solid 1px #FFFFFF; /* $light */
		padding: 1.5em 0;
	}

	SSSS .info {
		top: auto;
		bottom: .5em;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto;
	}

	.content-list li:last-child {
		border-right: none;
		border-bottom: solid 1px #FFFFFF; /* $light */
	}

	.content-list li > * {
		display: table-cell;
		vertical-align: middle;
		padding: 0 1%;
	}

	.content-list li span {
		text-align: left;
		width: 70%;
	}

	.content-list li span br {
		display: none;
	}

	.column-content .half {
		float: none !important;
		width: 100%;
	}

	.content-feature .half {
		width: 100%;
		float: none !important;
	}

	.content-tabs li {
		padding: 1em;
		text-align: center;
	}

	.content-tabs li img {
		display: none;
		background-image: none !important;
	}

	.content-tabs .tabs a {
		display: block;
		width: 100%;
		box-shadow: none;
		background-image: none;
		background-color: #0E2E51; /* $primary */
		-webkit-transition: .5s !important;
		-moz-transition: .5s !important;
		-o-transition: .5s !important;
		transition: .5s !important;
	}

	.content-tabs .tabs a.active, .content-tabs .tabs a:hover {
		background-color: #343434;
		box-shadow: none;
	}

	.content-tabs .tabs a:nth-of-type(n+2) {
		border-top: solid 1px rgba(35,31,32,0.2); /* alpha($dark,20%) */
	}

	.content-tabs li .btn {
		display: inline-block;
	}

	.main-content ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.main-content ul li {
		margin-bottom: .2em;
	}

	.Case-Evaluation #MainContent p {
		display: none;
	}

	.case-eval {
		margin-top: 1em;
	}

	.accolades img {
		max-height: 80px;
	}

	.column-content .main-content.left {
		border-right: none;
		border-bottom: solid 4px #0E2E51; /* $primary */
	}

	.column-content .main-content {
		padding: 1em;
	}

	.modal header {
		margin: 2em auto;
	}

	.modal {
		width: 95%;
	}

	.case-results-section .main > div {
		display: none;
	}
}

@media (max-width:600px) {
	.info p {
		display: none;
	}

	.fixed {
		position: relative;
	}

	.masthead {
		font-size: 1.8rem;
		padding: 0;
	}

	.masthead .top-logo, .masthead .contact-info {
		width: 100%;
		text-align: center;
	}

	.masthead .top-logo {
		padding: .5em;
		background-color: #0B233E; /* darken($primary,23%) */
	}

	.masthead .contact-info {
		background-color: #15385F; /* adjust($primary,5%,-9%,0%) */
	}

	.masthead .contact-info .wrapper {
		width: 100%;
		font-size: 4vw;
	}

	.schema .phone-section {
		font-size: 4vw;
	}

	.masthead .table > *, .masthead .table {
		display: block;
		width: 100% !important;
		text-align: center;
	}

	.top-nav {
		font-size: 2rem;
	}

	.masthead .mast-nav {
		display: none;
	}

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

	.masthead .top-social {
		margin: 1em auto 0;
	}

	.masthead .top-social a {
		font-size: 20px;
	}

	#FooterContent {
		display: none;
	}

	.sub-slide {
		padding: 50px 1%;
	}

	.sub-slide h2 {
		font-size: 25px;
	}

	.practice-nav ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.practice-nav li {
		display: block !important;
		width: 100% !important;
	}

	.practice-nav li a {
		margin-bottom: .2em;
	}

	.contact-info > span {
		display: none;
	}

	.content-image {
		display: block !important;
		margin: 1em auto;
		float: none;
	}

	.practice-areas-menu li {
		float: none;
		width: 100%;
	}

	.practice-areas-menu li:nth-child(2n) {
		margin-right: auto;
	}

	.grid-sizer, .verdict {
		width: 100%;
	}

	.verdict .card {
		opacity: 1 !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}

	.animation .attorney-image {
		max-width: 100%;
		z-index: 10;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.animation .info {
		z-index: 20;
		position: absolute;
		bottom: 1em;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		top: auto;
		left: 0;
		width: 100%;
	}

	.animation .info .box {
		width: 60%;
		margin: 0 auto;
	}

	_.fixed {
		position: relative !important;
	}

	.DUI-Wins main {
		padding-top: 3em;
	}

	.verdict header > * {
		display: inline-block;
		width: 49%;
		vertical-align: middle;
	}

	.verdict .block > *, .verdict .block label {
		display: block;
		width: 100%;
	}

	.verdict .block label {
		text-align: center;
		width: 100%;
		padding-bottom: 0;
	}

	.verdict .block {
		margin: .25em auto;
	}

	.video-system .video-container .video-list {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.video-system .video-container .video-list p {
		display: block;
	}

	.video-system .video-container .video-list p strong {
		font-size: 3vw;
	}

	.video-system .video-container .video-list .btn {
		font-size: 3vw;
	}
}

@media (max-width:550px) {
	.animation {
		font-size: 1.2em;
	}

	.slide img.slide-img {
		display: none;
	}

	.section-one {
		padding: 1em 0;
	}

	.section-one > * {
		padding: 0 2%;
	}

	.btn-list ul {
		padding-top: .5em;
	}

	.btn-list li {
		display: block;
		width: 100%;
		margin-bottom: .5em;
	}

	.btn, .btn-list .btn {
		font-size: 16px;
	}

	.sd-footer {
		text-align: center;
	}

	.sd-footer a {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}

	.accolade-logos {
		padding: 0 !important;
		height: 20px;
	}

	.accolade-logos > * {
		display: none !important;
	}
}

@media (max-width:500px) {
	.image-ctas li .cta-img {
		display: none !important;
	}

	.image-ctas li {
		margin-bottom: .5em;
	}

	.image-ctas .cta-text {
		width: 100% !important;
		display: block !important;
	}

	.case-eval input, .case-eval textarea {
		width: 100% !important;
		margin: 0 0 5px;
		float: none;
	}

	.case-eval a.btn {
		width: 100%;
		margin: 0;
	}

	.Contact .site-container .addresses .single-address {
		width: 100%;
	}
}

@media (max-width:450px) {
	.top-nav {
		font-size: 18px !important;
	}

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

	.secondary-nav {
		display: none;
	}

	.animation {
		font-size: 1.5rem;
		height: 45.6rem;
	}

	.timeline-format .timeline-feed:before {
		display: none;
	}

	.timeline-format .timeline-feed {
		padding: 0;
	}

	.timeline-feed li.time-item:before {
		display: none;
	}

	.timeline-feed li.time-item {
		padding: .5em 0;
	}

	.timeline-feed .time-box {
		float: none !important;
		width: 100%;
	}

	ul.social-icons {
		float: none;
		margin: 0 auto 8px;
	}

	ul.post-list a.More {
		float: none;
		margin: 0 auto;
	}

	.reviews .share {
		text-align: center;
	}

	.reviews .share span {
		display: block;
	}
}
/* End Responsive */

.fancyfont.v2 a:hover {
	color: #0E2E51; /* $primary */
}

.no-flexbox .top-bar-cta > * {
	display: table-cell;
}
