/* General Site Styles */

html {
}

body {
	background: #ffffff;
	margin: 0px;
	font-family: Open Sans, sans-serif;
	padding: 0;
	font-size: 18px;
}

.fixed-bg {
	background-attachment: fixed;
}

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

.swap-panel > * {
}

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

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	font-family: Open Sans, sans-serif;
}

.content h1, .content h2, .content h3, .content h4 {
	margin: 15px 0;
	line-height: 1.2em;
}

h1 {
	color: #343434;
	font-weight: bold;
	font-size: 2.2rem;
}

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

h2, h3 {
	font-size: 1.7em;
	font-family: Georgia, serif;
	margin: 0.2em 0;
}

h2 {
	color: #CB9441; /* $secondary */
}

h3 {
	color: #EBEDEF; /* $light */
	font-style: italic;
	font-size: 1.4em;
}

.section-two h3 {
	color: #A7AEAE; /* $tertiary */
}

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

h4 {
	font-size: .9em;
	color: #7E8888; /* darken($tertiary,23%) */
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

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

.dark {
	color: #FFFFFF;
}

.dark h1, .dark header h2 {
	color: #FFFFFF;
}

.dark h2, .dark h3 {
	color: #CB9441; /* $secondary */
}

p, .main-content ul {
	font-size: 0.85em;
	line-height: 2em;
}

.main-content ul {
	font-size: 1em;
}

li p {
	margin: 0;
}

.dark p {
	color: #FFFFFF;
}

.light {
	color: #545454; /* $primary */
}

.light h1, .light header h2 {
	color: #1A1A1A; /* $dark */
}

.light h2, .light h3 {
	color: #A7AEAE; /* $tertiary */
}

.light a {
	color: #B37F31; /* darken($secondary,15%) */
}

.dark a {
	color: #CB9441; /* $secondary */
}

.dark a:hover {
	color: #A7AEAE; /* $tertiary */
}

.light .contact-form input, .light .contact-form textarea {
	color: #EBEDEF; /* $light */
	background-color: #545454; /* $primary */
	box-shadow: inset 0 1px 3px rgba(255,255,255,0.3), 0 2px 4px rgba(0,0,0,0.5);
	border: none;
}

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

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

a.phone-link {
	cursor: default;
}

.content a {
	display: inline-block;
}

.main-content a {
	display: inline;
}

.main-content {
	padding: 1em 0 3em;
}

body.sub .main-content {
	padding: 0;
	margin: 0 4em;
}

ul.two-column {
	column-gap: 20px;
	column-count: 2;
	margin: 20px 0;
}

.case-results-nav li {
	list-style: none;
	background-color: #A7AEAE; /* $tertiary */
	text-align: center;
	margin: 3px 0;
	transition: .5s;
}

.case-results-nav li a {
	color: #EBEDEF; /* $light */
}

.case-results-nav li:hover {
	background-color: #CB9441; /* $secondary */
}

p.small {
	font-size: .75em;
}

.main-content p.fancyfont, div.fancyfont {
	border: 4px double #CB9441;
	padding: 1em;
	font-weight: bold;
	text-align: center;
}

div.fancyfont {
	font-weight: normal;
	text-align: left;
	margin: 1em 0;
}

div.fancyfont p {
	margin: 0;
}

.fancyfont2 {
	background-color: #EFDFC6; /* lighten($secondary,70%) */
	padding: 1em 4em;
	margin: 0 -4em;
	border-bottom: 1px solid #EBEDEF; /* $light */
}

.fancyfont2:nth-child(even) {
	background-color: #F5EBDB; /* lighten($secondary,81%) */
}

.fancyfont2 > p.fancyfont {
	background-color: #EBEDEF; /* $light */
}

body.sub .main-content > *:first-child {
	margin-top: 0.9em;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

.content ul, .content-format ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 40px;
	text-align: left;
}

.content li > ul, .content-format li > ul {
	margin: 0;
}

.text-highlight {
	display: block;
	margin: 15px auto;
	text-align: center;
	background-color: #545454; /* $primary */
	color: #EBEDEF; /* $light */
	font-weight: bold;
	font-family: Open Sans, sans-serif;
	transition: .5s;
}

.text-highlight > div {
	padding: .75em 1em;
	display: block;
}

.text-highlight h3 {
	text-transform: none;
	color: #1A1A1A; /* $dark */
	margin: 0;
}

.text-highlight h3 .highlight {
	color: #EBEDEF; /* $light */
}

.text-highlight p {
	margin: 0;
}

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

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

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

.half {
	width: 48%;
}

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

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

.full {
	min-width: 320px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}

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

html.no-canvas .full {
	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;
}

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

body.cms-layout .cms-zone ul.zone-tab {
	overflow: visible !important;
	column-gap: 0 !important;
	column-count: auto !important;
}

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;
}

.main-content h1, h2, .article.more h1, .main-content p {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #545454; /* $primary */
}

a.btn:hover, a:hover .btn {
	background-color: #EBC483;
	color: #000000;
	border-color: #EBC483;
}

.back-to-top {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: .75em;
}

.back-to-top a {
	background-color: #FAF4EC; /* lighten($secondary,90%) */
	color: #1A1A1A; /* $dark */
	padding: 1% 7em;
	border: 1px solid #EAD3B1; /* lighten($secondary,59%) */
	transition: .5s;
}

.back-to-top a:hover {
	background-color: #CB9441; /* $secondary */
}

a.btn, span.btn {
	display: inline-block;
	padding: 1.2em 4em;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
	transition: .5s;
	font-family: Georgia, serif;
	font-style: italic;
	border: 1px solid #CB9441;
}

.main-content hr {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid;
	margin: 1.5em auto 0;
	width: 30%;
}

#MainContent hr, #MainContent2 hr {
	color: #545454; /* $primary */
}

.system-content {
	text-align: left;
}

.main-content p, .main-content ul {
	font-family: Open Sans, sans-serif;
}

#MainContent3 p {
	color: #EBEDEF; /* $light */
	margin: 1em;
}

#MainContent3 {
	padding: 1em 10%;
}

body.sub.Attorney-Profiles .main-content {
	text-align: left;
}

body.sub.See-All-Practice-Areas #MainZone {
	float: none;
	width: 100%;
	padding: 1vw 2vw;
}

#PracticeAreaPage a {
	color: currentcolor;
	font: inherit;
}

#PracticeAreaPage a:hover {
	text-decoration: underline;
}

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

#PracticeAreaPage li.level1 {
	font-size: .9em;
	margin-top: 1em;
	background-color: #545454; /* $primary */
	padding: .5% 1%;
	margin: 1em 0 .1em;
	clear: both;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	color: #EBEDEF; /* $light */
}

#PracticeAreaPage li.level1 a:hover {
	font-style: italic;
}

#PracticeAreaPage li.level1 a {
	text-decoration: none !important;
}

#PracticeAreaPage li.level2 {
	list-style: initial;
	margin-left: 1em;
	width: 48%;
	float: left;
	line-height: 2em;
	font-size: .9em;
	display: inline-block;
}

#PracticeAreaPage {
	color: currentcolor;
}

.attorney-table td h3 br {
	display: none;
}

/* End General Site Styles */

/* Main Section Styles */

.sub .section-one .content {
	float: left;
	width: 70%;
	text-align: left;
	background-color: #EBEDEF; /* $light */
	border-left: 3px solid #CB9441; /* $secondary */
}

.sub .section-one:after {
	content: ' ';
	display: block;
	clear: both;
}

.sub .section-one .side {
	float: right;
	width: 30%;
}

.sub .section-one > div {
	display: -ms-flexbox;
	display: flex;
}

/* End Main Section Styles */

/* Section 0 Styles */

.section-zero {
	position: relative;
	background-color: #DCB67E; /* lighten($secondary,32%) */
	background-image: url(/images/repeating-patterns/angled-lines-white.png);
	background-size: 2%;
}

.section-zero .half.left {
}

.section-zero .half.right {
}

.section-zero h1 {
}

.section-zero h2, .section-zero h3 {
}

.section-zero p {
}

.section-zero a {
}

.section-zero a:hover {
}

.section-zero .btn {
}

.section-zero .btn:hover {
}

/* End Section 0 Styles */

/* Section 1 Styles */

.section-one {
	position: relative;
}

.section-one .half.left {
}

.section-one .half.right {
}

.section-one h1 {
}

.section-one h2, .section-one h3 {
}

.section-one p {
}

.section-one a {
}

.section-one a:hover {
}

.section-one .btn {
}

.section-one .btn:hover {
}

/* End Section 1 Styles */

/* Section 2 Styles */

.section-two {
	position: relative;
}

body.Home .section-two {
	background-image: url(/images/values-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#HeaderContent {
	background-color: rgba(235,237,239,0.588); /* alpha($light,59%) */
	padding: 1em;
	position: relative;
	box-shadow: 0px 1px 3px rgba(84,84,84,0.2); /* alpha($primary,20%) */
}

#HeaderContent:after {
	content: '';
	height: 20px;
	width: 70px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	bottom: -19px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/images/triangle.png);
}

.section-two .half.left {
}

.section-two .half.right {
}

.section-two h1 {
}

.section-two h2 {
	color: #545454; /* $primary */
}

.section-two p {
}

.section-two a {
}

.section-two a:hover {
}

.section-two .btn {
}

.section-two .btn:hover {
}

.content-scroll.value-statements div.scroll-nav {
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	top: 35%;
}

.value-statements div.scroll-nav .left-icon {
	background-image: url(/images/arrow-left.png);
}

.value-statements div.scroll-nav .right-icon {
	background-image: url(/images/arrow-right.png);
}

.value-statements div.scroll-nav span {
	width: 1em;
	height: 1em;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	transition: 0.2s;
}

.value-statements .scroll-container {
	padding: 3em 1em;
	font-size: 1.2em;
}

.value-statements div.scroll-nav span:hover {
	opacity: 0.2;
}

.content-scroll.value-statements ul li {
	display: inline-block;
}

.value-statements ul li span {
	display: block;
	margin: auto;
	width: 80%;
}

.value-statements li {
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.95em;
}

/* End Section 2 Styles */

/* Section 3 Styles */

.section-three {
	position: relative;
	background-color: #1A1A1A; /* $dark */
}

body.Home #Section3 {
	margin: initial;
	padding: 0;
	width: 100%;
	max-width: none;
}

#MainContentWrapper {
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox #MainContentWrapper .feature-image {
	min-height: 480px;
}

#MainContentWrapper .feature-image {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 30%;
	background-color: #EBC483;
	background-image: url('/images/section-2-left-bg.jpg');
	background-position: 70% 50%;
	background-size: cover;
}

#MainContentWrapper .main-content {
	padding: 1em 3em;
	text-align: center;
	-ms-flex-item-align: center;
	align-self: center;
	background-color: #FFFFFF;
}

.values {
	border: 1px solid #E8CFAA; /* lighten($secondary,55%) */
	padding: 2%;
	margin: 30px 0;
	background-color: #F4E7D5; /* lighten($secondary,78%) */
	font-weight: bold;
}

.values ul {
	list-style: disc;
	width: 90%;
	margin: 20px auto;
	text-align: left;
}

.values ul li {
	margin: 10px 0;
}

.section-three .half.left {
}

.section-three .half.right {
}

.section-three h1 {
}

.section-three h2, .section-three h3 {
}

.section-three p {
}

.section-three a {
}

.section-three a:hover {
}

.section-three .btn {
}

.section-three .btn:hover {
}

body.Home #MainContent3 .column {
	display: inline-block;
	width: 30%;
	text-align: left;
	vertical-align: top;
	margin-top: 1em;
}

body.Home #MainContent3 .column.two {
	text-align: center;
	margin-top: 4em;
	width: 20%;
}

#PracticeAreasHome {
	background-size: cover;
	padding: 2.5vw 0;
	background-color: #EBEDEF; /* $light */
	background-image: url(/images/practice-area-bg.jpg);
	background-position: center;
	border-bottom: 3px solid #545454; /* $primary */
	position: relative;
}

#PracticeAreasHome:before {
	content: '';
	display: block;
	background-color: #A7AEAE; /* $tertiary */
	height: 15px;
	position: absolute;
	top: 0;
	width: 100%;
	background: linear-gradient(45deg,#ebc483 11%,#cb9441 21%,#ebc483 32%,#ebc483 32%,#ebc483 53%,#ebc483 73%,#cb9441 81%,#cb9441 83%,#ebc483 90%);
}

div#PracticeAreasHome h2 {
	color: #545454; /* $primary */
}

div#PracticeAreasHome h3 {
	color: #1A1A1A; /* $dark */
}

#PracticeAreasHome a.btn {
	margin: 1%;
	width: 100%;
	padding: 1em;
}

#PracticeAreasHome .columns {
	column-count: 4;
	width: 80%;
	margin: auto;
}

/* End Section 3 Styles */

/* Section 4 Styles */

.section-four {
	position: relative;
	background-image: url(/images/section-4-bg.jpg);
	padding: 1em 3em 3em;
}

.section-four .half.left {
}

.section-four .half.right {
}

.section-four h1 {
}

.section-four h2, .section-four h3 {
}

.section-four p {
}

.section-four a {
}

.section-four a:hover {
}

.section-four .btn {
}

.section-four .btn:hover {
}

#BlogFeedFeed li a {
	background-color: rgba(235,237,239,0.851); /* alpha($light,85%) */
	position: relative;
	margin-top: 1em;
}

#BlogFeedFeed li h3 {
	color: #1A1A1A; /* $dark */
	font-style: normal;
	font-size: 1.2em;
	margin: 1em;
}

#BlogFeedFeed li a .tag {
	position: absolute;
	top: -0.8em;
	left: 0;
	right: 0;
	width: 70%;
	background-color: #EBEDEF; /* $light */
	color: #545454; /* $primary */
}

/* End Section 4 Styles */

/* Section 5 Styles */

.section-five {
	position: relative;
}

.section-five .half.left {
}

.section-five .half.right {
}

.section-five h1 {
}

.sub .section-five {
	background-color: rgba(255,255,255,0.706);
}

.section-five h1 {
}

.section-five h2, .section-five h3 {
}

.section-five p {
}

.section-five a {
}

.section-five a:hover {
}

.section-five .btn {
}

.section-five .btn:hover {
}

#Accolades > * {
	display: inline-block;
	vertical-align: middle;
}

#Accolades .accolade-ticker {
	width: 85%;
	height: 80px;
	position: relative;
	margin: 10px 0;
	background-position: 0% center;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 300s;
	animation-name: AccoladeTicker;
}

.shadow {
	display: inline-block;
	height: 100%;
	position: absolute;
}

@-webkit-keyframes AccoladeTicker {
	from { background-position: 0% center; }
	to { background-position: 500% center; }
}

@-moz-keyframes AccoladeTicker {
	from { background-position: 0% center; }
	to { background-position: 500% center; }
}

@-o-keyframes AccoladeTicker {
	from { background-position: 0% center; }
	to { background-position: 500% center; }
}

@keyframes AccoladeTicker {
	from { background-position: 0% center; }
	to { background-position: 500% center; }
}

/* End Section 5 Styles */

/* Section 6 Styles */

.section-six {
	position: relative;
	background-color: #545454; /* $primary */
}

.section-six .half.left {
}

.section-six .half.right {
}

.section-six h1 {
}

.section-six h2, .section-six h3 {
}

.section-six p {
}

.section-six a {
}

.section-six a:hover {
}

.section-six .btn {
}

.section-six .btn:hover {
}

/* End Section 6 Styles */

/* Section 7 Styles */

.section-seven {
	position: relative;
}

.section-seven #ImageFeature {
	width: 30%;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-color: #EBC483;
	background-image: url(/images/section-7-left-bg.jpg);
	background-position: center;
	background-size: cover;
	min-height: 350px;
}

.section-seven #MainContent2 {
	width: 70%;
	padding: 1em 3em;
	text-align: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.section-seven .half.left {
}

.section-seven .half.right {
}

.section-seven h1 {
}

.section-seven h2, .section-seven h3 {
}

.section-seven p {
}

.section-seven a {
}

.section-seven a:hover {
}

.section-seven .btn {
}

.section-seven .btn:hover {
}

body.Home #Section7 {
	margin: initial;
	padding: 0;
	width: 100%;
	max-width: none;
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox body.Home #Section7 {
	display: block;
}

.no-flexbox body.Home #ImageFeature, .no-flexbox body.Home #MainContent2 {
	display: inline-block;
}

/* End Section 7 Styles */

/* Section 8 Styles */

.section-eight {
	position: relative;
	background-image: url(/images/section-8-bg.jpg);
	background-size: cover;
	background-position: center;
}

.section-eight .half.left {
}

.section-eight .half.right {
}

.section-eight h1 {
}

.section-eight h2, .section-eight h3 {
}

.section-eight p {
}

.section-eight a {
}

.section-eight a:hover {
}

.section-eight .btn {
}

.section-eight .btn:hover {
}

#Section8.swap-panel > * {
	padding: 1em 0 0 0;
}

/* End Section 8 Styles */

/* Section 9 Styles */

.section-nine {
	position: relative;
}

.section-nine .half.left {
}

.section-nine .half.right {
}

.section-nine h1 {
}

.section-nine h2, .section-nine h3 {
}

.section-nine p {
}

.section-nine a {
}

.section-nine a:hover {
}

.section-nine .btn {
}

.section-nine .btn:hover {
}

/* End Section 9 Styles */

/* Masthead */

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

.fixed {
	position: fixed;
	width: 100%;
}

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

.masthead-zone {
	background-color: #545454; /* $primary */
	background-image: url(/images/masthead-bg.jpg);
}

.masthead {
	padding: 1.3em 1%;
	position: relative;
	transition: .5s;
}

.shrink-nav .masthead {
	padding: .55em 1%;
}

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

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

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

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

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

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

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

.masthead .mast-title {
	width: 35%;
}

.masthead .mast-title h2 {
	font-size: 1em;
	color: #BCAB8E;
	text-align: center;
	letter-spacing: .08em;
	position: relative;
	transition: .5s;
	top: 0;
	opacity: 1;
}

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

.masthead .contact-info {
	width: 30%;
	text-align: right;
	font-family: Georgia, serif;
	color: #EBEDEF; /* $light */
}

.contact-info a.phone-link {
	font-size: 1.6em;
	color: #CB9441; /* $secondary */
	display: block;
}

.contact-info span {
	font-size: 1em;
	padding-right: .2em;
	margin-right: 3em;
}

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

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

.masthead .top-social li {
	display: inline-block;
	margin-right: 0.5em;
}

.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: .6em;
	background-color: #EBC483;
	color: #545454; /* $primary */
	font-size: 1em;
	background-size: 100% 200%;
	background-position: 0 0;
	border-radius: 50%;
	transition: .5s;
}

.masthead .top-social a:hover {
	background-color: #A7AEAE; /* $tertiary */
}

.masthead .top-social a icon {
	display: block;
}

.mobile-menu .top-social icon {
	font-size: 25px;
}

/* End Masthead */

/* Header 2 Masthead deleted if not using */

.header-two .masthead {
	box-shadow: 0 1px 5px rgba(26,26,26,0.298); /* alpha($dark,30%) */
}

.header-two .masthead .top-logo {
	width: 25%;
}

.header-two .masthead .contact-info {
	width: 25%;
}

.header-two .masthead .mast-title {
	width: 50%;
	position: relative;
}

.header-two .masthead .mast-title h2 {
	position: absolute;
	line-height: 0;
	top: 50%;
	width: 100%;
}

.header-two .shrink-nav .masthead .mast-title h2 {
	top: -100%;
}

.cms-admin .header-two .masthead .menu-btn {
	display: inline-block;
}

.mast-nav .top-nav {
	background-color: transparent;
	position: relative;
	opacity: 0;
	top: 100%;
	transition: .5s;
	z-index: -1;
}

.shrink-nav .mast-nav .top-nav {
	opacity: 1;
	top: 0;
	z-index: 1;
}

.mast-nav .top-nav li {
	background-image: none;
}

.mast-nav .top-nav a {
	color: #CB9441; /* $secondary */
	transition: .5s;
}

.mast-nav .top-nav li:hover a {
}

/* End Header 2 Masthead deleted if not using */

/* Top Nav Styles */

.nav-zone {
	background-color: #545454; /* $primary */
}

.top-nav {
	background-color: #545454; /* $primary */
	padding: 0;
}

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

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

.top-nav li {
	display: table-cell;
	width: auto;
	text-align: center;
	vertical-align: middle;
	transition: .5s;
	perspective: 1000px;
	position: relative;
	cursor: pointer;
}

.top-nav li:hover a {
	color: #A7AEAE; /* $tertiary */
}

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

.top-nav a {
	display: block;
	padding: .8em 0;
	color: #EBEDEF; /* $light */
	transition: .5s;
	font-family: Open Sans, sans-serif;
	font-size: 0.8em;
}

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

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

.top-nav a:hover {
}

.top-nav > ul li > a::after {
	content: '|';
	color: #CB9441; /* $secondary */
	float: right;
}

.top-nav > ul li:last-child > a::after {
	display: none;
}

.iflylist a {
	font-size: 1em;
}

.tagline {
	background-color: #CB9441; /* $secondary */
	font-family: 'Open Sans';
	font-size: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0.7em;
	border-top: 3px solid #A7AEAE; /* $tertiary */
}

/* End Top Nav Styles */

/* Header 2 Top Nav Styles delete if not using */

.image-zone .nav-zone {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 320px;
	background-color: rgba(84,84,84,0.902); /* alpha($primary,90%) */
}

.image-zone .top-nav {
	background-color: transparent;
	padding: 1.3em .8em;
}

.image-zone .top-nav .desktop-nav {
	display: block;
}

.image-zone .top-nav .desktop-nav div.iflylist {
	display: none !important;
}

.image-zone .top-nav .desktop-nav li {
	display: block;
	text-align: left;
	box-shadow: 0 1px 0 #656565; /* lighten($primary,10%) */
}

.image-zone .top-nav a {
	font-size: 20px;
	padding-right: 0.8em;
}

.image-zone .top-nav .desktop-nav li:hover a {
	padding-left: .8em;
	padding-right: 0;
}

.image-zone .top-nav ul.top-social {
	width: auto;
	margin-top: 1.8em;
}

.image-zone .top-nav ul.top-social li:last-child {
	border-right: solid 1px rgba(26,26,26,0.2); /* alpha($dark,20%) */
}

.image-zone .top-nav ul.top-social a {
	padding: .8rem;
}

/* End Header 2 Top Nav Styles delete if not using */

/* Animation */

.image-zone {
	position: relative;
}

.animation {
	position: relative;
	height: 390px;
	transform: translateZ(0) scale(1.0, 1.0);
	backface-visibility: hidden;
	background-color: #323232; /* darken($primary,40%) */
}

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

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

.slide .main {
	height: 100%;
}

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

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

.info {
	position: relative;
	padding: 6.5em 0 0;
	text-align: left;
}

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

.right-align .info {
	text-align: right;
	width: 65%;
}

.info h2 {
	font-size: 3em;
	line-height: 1em;
	color: #EBEDEF; /* $light */
	font-family: Georgia, serif;
	font-weight: normal;
}

.info h3 {
	padding: .2em 0;
	font-size: 1.15em;
	line-height: 1em;
	color: #CB9441; /* $secondary */
	margin: 0 auto;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
}

.info .btn {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	margin: 4.5em auto;
	text-align: center;
	float: right;
}

.left-align .info h3 {
	margin: 0;
}

.right-align .info h3 {
	margin: 0 0 0 auto;
}

.info p {
	display: table;
	margin: 0 auto;
	padding: .3em .75em;
	font-size: 1.6em;
	font-weight: bold;
	color: #1A1A1A; /* $dark */
	background-color: rgba(203,148,65,0.902); /* alpha($secondary,90%) */
}

.title-wrapper {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

.left-align .info p {
	margin: 0;
}

.right-align .info p {
	margin: 0 0 0 auto;
}

.info .btn:hover {
}

/* End Animation */

/* Sub Slide */

.sub .image-area {
	background-size: cover;
	background-position: center;
	position: relative;
}

.sub-slide {
	text-align: center;
	background-image: url(/images/slide-bg.jpg);
	background-size: cover;
	height: 250px;
}

.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 {
	display: inline-block;
	padding: .2em 4%;
	font-size: 3.35em;
	line-height: 1em;
	color: #FFFFFF;
	margin: 0 auto;
}

/* End Sub Slide */

/* Scroll Button Styles */

.scroll-btn {
	position: absolute;
	top: -7em;
	width: 100%;
	left: 0;
}

.scroll-btn > span {
	display: table;
	background-color: rgba(26,26,26,0.698); /* alpha($dark,70%) */
	padding: 1.3em 1.3em 1em;
	border-radius: 50%;
	color: #EBEDEF; /* $light */
	margin: 0 auto;
	text-align: center;
	transition: .5s;
	cursor: pointer;
}

.scroll-btn .text {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
}

.scroll-btn icon {
	font-size: 1.8em;
	display: block;
	line-height: 1em;
}

.scroll-btn > span:hover {
	background-color: rgba(84,84,84,0.698); /* alpha($primary,70%) */
}

/* End Scroll Button Styles */

/* CTA Styles */

.cta-list {
	display: table;
	width: 100%;
	position: relative;
	text-align: center;
}

.sub .cta-list {
}

.cta-list ul {
	display: table;
	width: 100%;
}

.cta-list ul li {
	position: relative;
	display: table-cell;
	background-color: #545454; /* $primary */
}

.cta-list ul li:nth-child(even) {
	background-color: #1A1A1A; /* $dark */
}

.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;
	padding: 3em 2em 3em;
}

.cta-list ul li icon {
	font-size: 4em;
	color: #545454; /* $primary */
}

.cta-list ul li h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	padding: .1em 0 .5em;
	text-transform: none;
	color: #EBEDEF; /* $light */
}

.cta-list ul li p {
	line-height: 1.4em;
	margin: 0px 0px 5px;
	padding: .3em 0 1em;
}

.cta-list .btn {
	padding: .7em 2%;
	display: block;
	margin-top: 1.5em;
}

.cta-list a:hover .btn {
}

body.sub .cta-zone {
	background-color: #545454; /* $primary */
}

/* End CTA Styles */

/* Image CTAs */

.image-ctas {
}

.image-ctas ul {
}

.image-ctas li {
	display: block;
	width: 50%;
	float: left;
}

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

.image-ctas li a {
	display: table;
	width: 100%;
}

.image-ctas li a > * {
	display: table-cell;
	width: 50%;
	vertical-align: bottom;
}

.image-ctas li .cta-img {
	position: relative;
	overflow: hidden;
}

.image-ctas li .cta-img:after {
	content: ' ';
	display: block;
	width: 140%;
	height: 180%;
	position: absolute;
	transform: rotate(45deg) translate(0, -95%);
	background-color: rgba(235,237,239,0.2); /* alpha($light,20%) */
	z-index: 1;
	transition: .5s;
	top: -40%;
	left: -15%;
}

.image-ctas li a:hover .cta-img:after {
	transform: rotate(45deg) translate(0, 100%);
}

.image-ctas img {
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
}

.image-ctas .cta-text {
	background-color: #545454; /* $primary */
	padding: 1.5em 0 0;
	transition: .5s;
}

.image-ctas a:hover .cta-text {
	background-color: #323232; /* darken($primary,40%) */
}

.image-ctas li:nth-child(1) .cta-text, .image-ctas li:nth-child(3) .cta-text {
	background-color: #1A1A1A; /* $dark */
}

.image-ctas li:nth-child(1) a:hover .cta-text, .image-ctas li:nth-child(3) a:hover .cta-text {
	background-color: #101010; /* darken($dark,40%) */
}

.image-ctas li h2 {
	color: #FFFFFF;
	padding: 0 .5em;
}

.image-ctas li p {
	padding: 0 1em;
	font-size: .9em;
	color: #EBEDEF; /* $light */
}

.image-ctas .btn, .image-ctas a:hover .btn {
	box-shadow: none;
	display: block;
	background-color: rgba(255,255,255,0.1);
}

/* End Image CTAs */

/* Side Image CTAS */

.floaters .home-content {
	float: left;
	width: 60%;
}

.floaters .home-content.no-float {
	display: none;
}

.floaters .section-one-swap {
	float: right;
	width: 37%;
}

.side-ctas {
	padding: .5em 0;
}

.side-ctas ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-ctas li {
	width: 100%;
	height: 14em;
	margin-bottom: .5em;
}

.side-ctas a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #545454; /* $primary */
}

.side-ctas img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: .5s ease;
	opacity: 1;
}

.side-ctas a:hover img {
	height: calc(100% - 2.8em);
	opacity: .5;
}

.side-ctas h2 {
	position: absolute;
	bottom: 10%;
	padding: 0 1em;
	color: #EBEDEF; /* $light */
	font-size: 1.7em;
	text-shadow: 1px 1px .3em #000;
	margin: 0;
	transition: .5s;
	text-align: center;
	width: 100%;
	left: 0;
}

.side-ctas a:hover h2 {
	bottom: 25%;
}

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

/* End Side Image CTAS */

/* Secondary Nav */

.secondary-nav {
	padding: 0 !important;
}

.secondary-nav header {
	padding: .5em 1% .5em 1%;
	width: 20%;
	border-right: solid 1px #484848;
	text-align: left;
	margin-bottom: 0;
}

.secondary-nav h2 {
	font-size: 1.4em !important;
	color: #767676; /* lighten($dark,40%) */
}

.secondary-nav h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #CB9441; /* $secondary */
}

.secondary-nav ul {
	width: 80%;
	display: table;
}

.secondary-nav li {
	display: table-cell;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #313131; /* lighten($dark,10%) */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#545454 50%); /* ,$primary */
	background-size: 100% 201%;
	background-position: 0 0;
	transition: .5s;
}

.secondary-nav li a {
	display: block;
	padding: 1.5em 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #CB9441; /* $secondary */
	transition: .5s;
	font-size: .8em;
}

.secondary-nav li:hover {
	background-position: 0 100%;
}

.secondary-nav li:hover a {
	color: #EBEDEF; /* $light */
}

/* End Secondary Nav */

/* Practice Areas Nav */

.practice-nav {
}

.practice-nav ul {
	column-gap: 2em;
	column-count: 2;
}

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

.no-rgba .practice-nav li {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.practice-nav li:last-child:nth-child(odd) {
	display: block;
	column-span: all;
	width: 50%;
	margin: 0 auto;
}

.sub .practice-nav ul {
	column-gap: auto;
	column-count: 1;
}

.sub .practice-nav li {
	overflow: auto;
}

.sub .practice-nav li:last-child:nth-child(odd) {
	width: 100%;
}

@-moz-document url-prefix() {
	.practice-nav li:last-child:nth-child(odd) {
		width: 100%;
		display: inline-block;
		margin: 0;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,.practice-nav ul {
		column-count: 1;
	}

	::i-block-chrome,.practice-nav ul li {
		width: 45%;
		float: left;
		margin-right: 5%;
	}

	::i-block-chrome,.practice-nav ul li:last-child:nth-child(odd) {
		width: 50%;
		margin: 0 auto;
		float: none;
		clear: both;
	}
}

.practice-nav li a {
	display: block;
	text-transform: uppercase;
	color: #EBEDEF; /* $light */
	padding: .5em .5em;
	position: relative;
	transition: .5s;
	border-bottom: 1px solid #545454; /* $primary */
	margin-bottom: 0.5em;
	font-size: .8em;
}

.practice-nav li a:after {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	position: absolute;
	right: 0;
	color: #CB9441; /* $secondary */
	transition: 0.5s;
}

.practice-nav li a:hover, .practice-nav li.selected a, .practice-nav li a:hover:after {
	color: #CB9441;
}

/* End Practice Areas Nav */

/* Button List Styles */

.btn-list {
}

.btn-list ul {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.btn-list li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 .75em;
}

.btn-list li .btn {
	display: block;
}

.btn-list li .btn:hover {
}

/* End Button List Styles */

/* Single CTA Styles */

.single-cta {
	display: table;
	width: 100%;
}

.single-cta > * {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.single-cta header {
	width: 27%;
	text-align: left;
}

.single-cta h2 {
}

.single-cta p {
	width: 50%;
	text-align: left;
	padding: 0 2%;
}

.single-cta > span {
	width: 23%;
}

.single-cta .btn {
}

/* End Single CTA Styles */

/* Content with Illustration */

.illustration-content {
}

.illustration-content .f-text {
}

.illustration-content .text-highlight {
}

.illustration-content .text-highlight h3 {
	font-size: 1.5em;
	color: #1A1A1A; /* $dark */
}

.illustration-content .text-highlight p {
	font-size: 1.5em;
	padding-top: .3em;
}

.illustration-content .illustration {
}

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

/* End Content with Illustration */

/* Scrolling Lists */

.content-scroll {
	position: relative;
}

.content-scroll.active {
}

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

.content-scroll ul {
	display: table;
	width: 100%;
	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 #D1D1D1; /* 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: #EBEDEF; /* $light */
	width: 100%;
	text-align: center;
	left: 0;
	text-shadow: 0 1px 0 #D1D1D1; /* lighten($dark,80%) */
}

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

.content-scroll .bubble h3 {
	font-family: Open Sans, sans-serif;
	: ;font-weight: normal;
	font-style: italic;
	text-transform: none;
}

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

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

.content-scroll .btn {
}

.content-scroll .btn:hover {
}

.content-scroll .scroll-nav {
	display: none;
}

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

.content-scroll .scroll-nav .left-icon {
	float: left;
	background-image: url(/images/arrow-left-light.png);
}

.content-scroll .scroll-nav .right-icon {
	float: right;
	background-image: url(/images/arrow-right-light.png);
}

.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';
	transition: .5s;
	display: block;
}

.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: #EBEDEF; /* $light */
	margin: 0 auto;
}

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

.standard-feed .tag .one {
}

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

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

.standard-feed li h3 {
	margin: .7em 0;
	text-transform: none;
	font-size: 1.5em;
	line-height: 1.2em;
}

.standard-feed .btn {
}

/* End Standard Feed Scroller */

/* Content with Horizontal Content List */

.content-feature {
}

.content-list {
	margin: 2em auto;
}

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

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

.content-list .total3 li {
	width: 33.333337%;
}

.content-list .total4 li {
	width: 25%;
}

.content-list li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: .5em 1%;
	border-left: solid 1px #EBEDEF; /* $light */
}

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

.content-list icon {
	display: block;
	font-size: 3em;
	color: #545454; /* $primary */
	padding-bottom: .15em;
}

.content-list li span {
	font-size: 1.45em;
	font-weight: bold;
}

.content-feature .text-highlight {
}

.content-feature .text-highlight h3 {
	color: #1A1A1A; /* $dark */
}

/* End Content with Horizontal Content List */

/* Content with Vertical Content List */

.vertical-content-list {
}

.vertical-content-list h3 {
	padding-bottom: .5em;
}

.vertical-content-list ul {
}

.vertical-content-list li {
	display: block;
	font-size: 1.1em;
	padding: .5em 1em;
	margin-bottom: .25em;
}

.vertical-content-list li icon {
	float: left;
	font-size: 1.2em;
}

/* End Content with Vertical Content List */

/* Content Tabs */

.content-tabs {
}

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

.content-tabs .tabs a {
	display: table-cell;
	padding: .7em 1% .9em;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#545454 50%); /* ,$primary */
	background-size: 100% 200%;
	background-position: 0 0;
	transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	font-family: Open Sans, sans-serif;
	: ;font-weight: normal;
	font-size: 1.2em;
	color: #EBEDEF; /* $light */
	box-shadow: inset 0 0 0 #EBEDEF; /* $light */
}

.content-tabs .tabs a.active, .content-tabs .tabs a:hover {
	background-position: 0 100%;
	transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
	box-shadow: inset 0 .2em 0 #EBEDEF; /* $light */
}

.content-tabs ul {
	display: block;
	background-color: #EBEDEF; /* $light */
	border-radius: 5px;
	border-bottom: solid .2em #B6BEC5; /* darken($light,20%) */
	position: relative;
	overflow: hidden;
	margin-top: -5px;
}

.content-tabs li {
	color: #484848; /* lighten($dark,20%) */
	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: #CB9441; /* $secondary */
}

.content-tabs li p {
	color: #484848; /* lighten($dark,20%) */
}

.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: #1A1A1A; /* $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: #1A1A1A; /* $dark */
}

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

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

.bar-feed span p {
	color: #EBEDEF; /* $light */
	font-size: 1.9em;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Open Sans, sans-serif;
	: ;line-height: 1em;
}

.bar-feed .btn {
	margin-top: 1.5em;
}

.bar-feed.half li {
	display: block;
}

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

.bar-feed.half li > div:after {
	display: none;
}

/* End Bar Feed Styles */

/* Contact Form */

.contact-form input:nth-child(3) {
	margin: 0 2%;
}

.contact-form textarea {
	height: 6em;
	width: 95%;
}

.contact-form a.btn {
	min-width: 40%;
	margin: 3em 0 5em;
}

#ContactFormHeader h2 {
	color: #CB9441; /* $secondary */
}

/* End Contact Form */

/* Footer Styles */

.footer-one {
	background-image: url(/images/masthead-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-links {
	border-bottom: solid 3px #A7AEAE; /* $tertiary */
	box-shadow: 0 2px 0 #EBEDEF; /* $light */
	padding: 0.5em 0;
}

.footer-links ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer-links ul li {
	text-align: center;
	display: inline-block;
}

.footer-links li a {
	display: block;
	padding: .8em 0;
	color: #EBEDEF; /* $light */
	transition: .5s;
	text-transform: uppercase;
	font-family: Open Sans, sans-serif;
	font-size: 0.6em;
	width: 10em;
}

.footer-links li a:hover {
	color: #A7AEAE; /* $tertiary */
}

.footer-links ul li a::after {
	content: '|';
	color: #CB9441; /* $secondary */
	float: right;
}

.footer-links ul li:last-child a::after {
	display: none;
}

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

#FooterContent {
	background-color: #545454; /* $primary */
}

.bottom-logo {
	display: inline-block;
	width: 45%;
	vertical-align: middle;
}

.schema {
	font-family: Open Sans, sans-serif;
	color: #EBEDEF; /* $light */
	line-height: 1.6em;
	font-size: .7em;
	display: inline-block;
	width: 45%;
	vertical-align: middle;
}

.schema img.bottom-logo {
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
}

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

.schema .phone-link {
	cursor: default;
	color: #EBEDEF; /* $light */
}

.schema a {
	color: #A7AEAE; /* $tertiary */
}

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

.footer-two {
	background-color: #545454; /* $primary */
}

.sd-footer {
	padding: 1em 1%;
	color: #EBEDEF; /* $light */
}

.sd-footer a {
	display: block;
	float: right;
}

.sd-footer img {
}

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

.disclaimer-footer p {
	margin: 0;
	font-size: .7em;
	color: #EBEDEF; /* $light */
	line-height: 1.8em;
}

#FooterZone3 {
	background-color: #313131;
	padding: 1.5em;
}

/* End Footer Styles */

/* Case Eval Form */

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

.case-eval input, .case-eval textarea {
	background-color: #1A1A1A; /* $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: #EBEDEF; /* $light */
	font-size: 18px;
	outline: none;
	border-radius: 0;
	font-family: Open Sans, sans-serif;
}

.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;
	font-size: 20px;
	text-align: center;
	transition: .5s;
	text-transform: uppercase;
}

.case-eval a.btn:hover {
	background-color: #1A1A1A; /* $dark */
}

/* End Case Eval Form */

/* Side-Nav Styles */

.side {
	background-color: #1A1A1A; /* $dark */
	padding: .5em 1em;
}

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

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

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

.sub .side header h2 {
	color: #CB9441; /* $secondary */
}

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

.sub .side header h3 {
	color: #FFFFFF;
}

.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: #EBEDEF; /* $light */
	top: 50%;
	right: .8em;
	font-size: 1em;
	transition: .5s;
	pointer-events: none;
	line-height: 0;
}

.side-nav .slide-list > li.minus:after, .side-nav .slide-list > li.child0:after {
	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: #EBEDEF; /* $light */
	padding: .5em 2em;
	text-transform: uppercase;
	margin-bottom: 2px;
	transition: .5s;
	position: relative;
	border-bottom: solid 1px rgba(26,26,26,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: #A7AEAE; /* $tertiary */
}

/* End Side-Nav Styles */

/* Flyout Menu */

nav.top-nav div.iflylist {
	border: none;
	text-align: left;
	min-width: 225px;
	background-color: transparent;
	transform-origin: 0 0;
	transform-style: preserve-3d;
	animation: flyout .5s ease;
}

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

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

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

@keyframes flyout {
	0% { opacity: 0; transform: rotateX(-90deg); }
	100% { opacity: 1; transform: rotateX(0); }
}

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

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

nav.top-nav div.ifly {
	border: none;
	background-color: #1A1A1A; /* $dark */
	transition: .5s;
	position: relative;
}

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

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

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

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

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

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

div.iflylist div.ui-more-items {
	background-color: #545454; /* $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;
	left: 0;
	transition: 1s;
}

.mm-open .site-container {
	left: 100%;
}

.mobile-menu.top-nav {
	position: absolute;
	width: 100%;
	left: -100%;
	top: 0;
	z-index: 55;
	transition: 1s;
	padding: 1.5em;
	font-size: 2.5em;
}

.mm-open .mobile-menu.top-nav {
	left: 0;
	background-color: #1A1A1A; /* $dark */
}

.mobile-menu .menu-btn {
	display: table;
	width: auto;
	margin: 0 0 1em auto;
	background-color: #545454; /* $primary */
	padding: .75em 2em;
	color: #EBEDEF; /* $light */
}

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

.mobile-menu .desktop-nav li {
	display: block;
	width: 100%;
	box-shadow: inset 0 -1px rgba(26,26,26,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(26,26,26,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;
	font-family: Georgia, serif;
	font-weight: normal;
}

.timeline-format .side {
	width: 350px;
	min-height: 100%;
	z-index: 2;
	display: block;
}

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

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

.timeline-format .timeline-feed:before {
	content: ' ';
	width: 10px;
	height: 100%;
	display: none;
	position: absolute;
	left: calc(50% - 5px);
	background-color: #484848; /* lighten($dark,20%) */
	z-index: -1;
	border-radius: 10px;
	top: 0;
}

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

.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 #484848; /* lighten($dark,20%) */
}

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

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

.time-box .upper {
	display: block;
	border: none;
	background-color: #484848; /* lighten($dark,20%) */
	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: #484848; /* lighten($dark,20%) */
	padding: .5em 1.5em;
	color: #FFFFFF;
}

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

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

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

.side-btn:hover {
	color: #1A1A1A; /* $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: #1A1A1A; /* $dark */
}

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

ul.post-list > li, #BlogEntry {
	border-radius: 0;
	display: block;
	width: 90%;
	text-align: left;
	margin: 0 auto 10px;
}

#BlogEntry {
	padding: 0;
}

#BlogEntry h1 {
	text-align: left;
	font-weight: normal;
	font-family: Georgia, serif;
}

#BlogEntry .author {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 7px;
}

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

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

.blog > nav {
	display: block;
	padding: 10px 2%;
	background-color: #1A1A1A; /* $dark */
	color: #EBEDEF; /* $light */
	margin: 2em 0 0;
}

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

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

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

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

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

ul.post-list .upper {
	font-size: .9em;
}

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: #545454; /* $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 {
}

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: #A7AEAE; /* $tertiary */
	color: #EBEDEF; /* $light */
	padding: 5px;
	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: #1A1A1A; /* $dark */
	font-size: 1.5em;
	padding: 8px;
}

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

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

ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	background-color: #545454; /* $primary */
	color: #fff;
	transition: .5s ease;
	padding: 1% 25px;
}

ul.post-list a.More:hover {
	background-color: #CB9441; /* $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: #E8EBED; /* 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 #CB9441 !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #EBEDEF !important; /* $light */
	color: #5A5A5A !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: #545454; /* $primary */
	top: 4px;
	right: 3px;
	pointer-events: none;
}

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

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

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

.case-sys span {
}

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

.case-sys p {
	margin: 10px 0;
}

#ResultsFeed {
	overflow: hidden;
}

.results-feed ul li {
	display: table-cell;
	background-color: #545454; /* $primary */
	border-left: 1px solid #EBEDEF; /* $light */
	width: 12%;
	color: #EBEDEF; /* $light */
	padding: 1.7em 1em;
}

.results-feed ul li:first-child {
	border-left: none;
}

.results-feed ul li h3.value {
	color: #CB9441;
	font-style: normal;
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}

.results-feed hr {
	margin: 0.5em 1em;
	border-top: 1px solid;
	color: #EBEDEF; /* $light */
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.results-feed ul li .verdict {
	color: #EBEDEF; /* $light */
	margin: 0;
	font-style: italic;
	line-height: 1.15em;
}

.results-feed ul li .value span {
	display: block;
	color: #FFFFFF;
}

article.Result {
	margin: 4em auto 0;
	border-bottom: 1px solid #545454; /* $primary */
	width: 80%;
}

article.Result h2 {
	margin: 0;
}

.datanavigation {
	margin: 1em 0;
}

#ResultsFeed2 {
	display: none;
}

/* End Results System Styles */

/* Review System Styles */

.reviews {
}

#ReviewsHeader {
	text-align: center;
}

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

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

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

.reviews .share a {
}

.reviews .share a icon {
	display: block;
	background-color: #13A1A3;
	padding: 5px;
	color: #EBEDEF; /* $light */
	margin: 0 0 0 5px;
	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 */

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

div.video div.item > a {
	color: #EBEDEF; /* $light */
	display: block;
	padding: 10px;
	background-color: #545454; /* $primary */
	border-radius: 3px;
	transition: .75s ease;
	line-height: 1.2em;
	text-decoration: none !important;
	text-align: left;
}

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

div.video div.item h3 {
	color: #343434;
	transition: .75s;
	margin-top: 0;
}

div.video div.item a:hover h3 {
	color: #CB9441; /* $secondary */
}

div.video div.item span {
	color: #B1B9C1; /* 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: #CB9441; /* $secondary */
	position: relative;
	width: 100%;
}

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

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

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

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

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

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

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

.reviews article div > span span {
	display: block;
	font-family: Marcellus SC;
	color: #CB9441; /* $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: inline-block;
	background-color: #545454; /* $primary */
	padding: 5px;
	color: #EBEDEF; /* $light */
	margin: 0 0 0 5px;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: #1A1A1A; /* $dark */
}

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 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;
	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;
		transition: .5s;
		background-color: rgba(84,84,84,0.949); /* 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;
	}
}

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

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

	.masthead .top-logo a {
		max-width: 225px;
	}
}

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

	#PracticeAreasHome .columns {
		column-count: 3;
	}
}

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

	.animation {
		height: 20.5rem;
	}

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

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

	#MainContent3 .column.two {
		display: none !important;
	}

	body.Home #MainContent3 .column {
		width: auto;
	}
}

@media (max-width:1050px) {
	#CTAs br {
		display: none;
	}
}

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

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

	.masthead .mast-title {
		display: none !important;
	}

	.masthead .contact-info {
		width: 35%;
	}

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

	.masthead .table ul.top-social {
		display: block !important;
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 0 auto 2.5em;
		width: 50%;
		text-align: center;
	}

	.masthead .table div.contact-info {
		display: block !important;
		text-align: center;
		margin-top: 2em;
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
	}

	.masthead .table div.top-logo {
		display: block !important;
		width: 50%;
	}

	.masthead .table div.top-logo img {
		margin: auto;
	}

	.contact-info span {
		margin: auto;
	}
}

@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%;
	}

	.info {
		padding: 1em 1em 0;
	}

	.info a.btn {
		width: 50%;
		display: block;
		margin: 2em auto;
		float: none;
	}

	.info h2 {
		font-size: 2em;
		text-align: center;
	}

	.info h3 {
		text-align: center;
	}

	body.sub .main-content {
		margin: 0 1em;
	}

	.info br {
		display: none;
	}

	.title-wrapper {
		width: 100%;
	}
}

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

	.swap-panel > * {
	}

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

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

	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%;
	}
}

@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;
	}
}

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

	.info .btn {
		margin-top: 1em;
	}

	.secondary-nav {
		display: none;
	}

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

	.sub .secondary-nav header {
		display: block !important;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #313131; /* 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 #313131; /* 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%;
	}

	.sub .section-one .content {
		float: none;
		width: 100%;
	}

	.sub .section-one .side {
		float: none;
		width: 100%;
	}

	.half {
		width: 100%!important;
	}

	.left {
		float: none;
	}

	.right {
		float: none;
	}

	.sub-slide h2 {
		font-size: 2em;
	}

	.sub .section-one > div {
		display: block;
	}

	.main {
		padding: 0;
	}

	div.article.more {
		margin: 0 1em !important;
	}
}

@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;
	}

	#PracticeAreasHome .columns {
		column-count: auto;
	}
}

@media (max-width:650px) {
	.cta-list ul li {
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	.content-list ul {
		display: block;
	}

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

	.content-list li:last-child {
		border-right: none;
		border-bottom: solid 1px #EBEDEF; /* $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 {
		background-image: none !important;
		display: none;
	}

	.content-tabs .tabs a {
		display: block;
		width: 100%;
		background-image: none;
		box-shadow: none;
		background-color: #545454; /* $primary */
		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(26,26,26,0.2); /* alpha($dark,20%) */
	}

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

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

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

	#MainContentWrapper, body.Home #Section7 {
		display: block;
	}

	#MainContentWrapper .feature-image, .section-seven #ImageFeature {
		height: 400px;
		width: 100%;
	}

	#MainContentWrapper .main-content, .section-seven #MainContent2 {
		width: 100%;
	}

	.info .title-wrapper, .info .btn {
		display: block;
		margin: auto;
		width: 80%;
		float: none;
	}

	.info .btn {
		margin: 4em auto 0;
		width: 80% !important;
	}

	body.Home #MainContent3 .column {
		width: 80%;
		display: block;
		margin: auto;
	}

	.footer-info > * {
		width: 80%;
		margin: 1em auto;
	}

	.top-logo img {
		margin: 0 auto 1em;
	}

	.results-feed ul {
	}

	.animation {
		height: 30.5rem;
	}
}

@media (max-width:600px) {
	.fixed {
		position: relative !important;
	}

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

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

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

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

	.fixed-bg {
		background-image: none !important;
		background-color: #1A1A1A; /* $dark */
	}

	#FooterContent {
		display: none;
	}

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

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

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

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

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

	.sub .section-one .side {
		display: none;
	}

	.top-nav > ul li > a::after {
		content: '';
		display: none;
	}

	.contact-info > span, .contact-info > a, ul.top-social {
		display: none;
	}

	.contact-info {
		position: static !important;
		margin: 1em;
		margin-top: 0 !important;
	}

	.info .title-wrapper h2 {
		text-align: center;
		font-size: 2em;
	}

	.info .title-wrapper h3 {
		text-align: center;
	}

	.main-content .column {
		width: auto !important;
	}

	.main-content .column p {
		margin: 1em 0 !important;
	}

	.contact-info a.phone-link {
		margin: .5em 0;
	}

	.top-nav a {
		font-size: 16px;
	}

	#ResultsFeed {
		display: none;
	}

	#ResultsFeed2 {
		display: block;
	}

	#ResultsFeed2 ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -ms-flexbox;
		display: flex;
	}

	#ResultsFeed2 ul li {
		display: block;
		width: 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}

	.attorney-table td h3 br {
		display: block;
	}
}

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

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

	.info {
		text-align: center !important;
		width: 100% !important;
		font-size: 18px;
		padding-top: 2em;
	}

	.left-align .info h3, .left-align .info p {
		margin: 0 auto;
	}

	.right-align .info h3, .right-align .info p {
		margin: 0 auto;
	}

	.section-one {
	}

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

	.info .title-wrapper h2 {
		font-size: 1.5em;
	}

	.info .title-wrapper h3 {
		font-size: 0.9em;
	}
}

@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;
	}
}

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

@media (orientation: landscape) and (max-width:700px) {
	.top-nav .mobile-nav {
		display: table;
	}
}

/* End Responsive */

#Accolades h5 {
	color: #A7AEAE; /* $tertiary */
	font-family: Georgia, serif;
	font-style: italic;
}

#Section8.swap-panel header {
	margin: 0;
}

.main-content h3 a {
	color: currentcolor;
}

.main-content h3 a:hover {
	text-decoration: none;
	color: #CB9441; /* $secondary */
}

.main-content h3 {
	font-style: italic;
	color: #CB9441;
	font-size: 1.2em;
	line-height: 1.15em;
}

.sub .section-one {
	background-color: #F3DBB3;
}

.contact-form select {
	width: 99%;
}

.contact-form input, .contact-form textarea, .contact-form select {
	border: solid 1px #000000;
	resize: none;
	outline: none;
	font-family: Open Sans, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	margin: .8em auto;
	overflow: auto;
	border-radius: 0;
	font-size: 0.8em;
	padding: 0.5em 1em;
}

.contact-form input, .contact-form select {
	height: auto;
	width: 30%;
	display: inline-block;
}

.contact-form select {
	width: 95%;
	height: 4em;
}

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

.fancy2 {
	width: 50%;
	float: right;
}
