/*
												AUTHOR:Frank Scharnell - Juris Digital
												AUTHOR URI:https://jurisdigital.com/
*/
/** Theme Styling - Code Lightly!
Fonts
=================
Merriweather - 400 | 400i | 700
Roboto - 300 | 300i | 400 |  400i | 700 | 700i

Colors
=================
 Background - #fff
 Primary - #5b828b
 Secondary - #E9C7A2
 Dark - #302E37
 Light - #9C9C9C
 =========
**/
/** === Theme Styles === ***/
body {
	font-family: 'Roboto', sans-serif;
	color: #858388;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

/*** Headings ***/
h1, h2, h3, h4, h5, h6 {
	text-transform: none;
	display: block;
	font-family: 'Merriweather', serif;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 700;
	line-height: 1.5em;
	color: #201f24;
}

h1 {
	font-size: 34px;
	color: #47656c;
}

h2 {
	font-size: 28px;
	color: #5b828b;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

/*** Default Body  Style **/
a, a:link, a:visited {
	color: #5b828b;
	text-decoration: underline;
	transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

hr {
	border: 0;
	border-top: 1px solid #9C9C9C;
	border-bottom: 1px solid #302E37;
	height: 0;
	margin: 0 0 1.250em 0;
}

/*** Forms ***/
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type=search], textarea, select {
	display: block;
	padding: 10px;
	background: #232227;
	color: #fff;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

input, textarea, iframe, a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #9C9C9C;
}

:-moz-placeholder {
	color: #9C9C9C;
}

::-moz-placeholder {
	color: #9C9C9C;
}

:-ms-input-placeholder {
	color: #9C9C9C;
}

input[type=submit] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
	outline: 0
}

/*** Search form ***/
#main form.search-form {
	position: relative;
	overflow: hidden;
}

#main form.search-form input[type='search'] {
	width: 100%;
	padding: 10px 0;
	text-indent: 10px;
}

#main form.search-form input[type='submit'] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 20px;
	height: 100%;
	border: none;
	color: #fff;
	font-family: "FontAwesome";
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

/*Psuedo Clear*/
.container:after, .gform_wrapper .gform_body .gform_fields:after, #main section.blog .post .excerpt:after, #breadcrumbs:after, #main ul.social:after, .gform_body ul:after, ul.nolist:after, .gform_wrapper .gform_footer:after, #main #share ul:after, #main #gform_wrapper_2:after, #header #nav:after, #main #banner .cta:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.clear {
	clear: both;
}

/*** Disable Default WordPress Comments ***/
#main #comments #respond {
	display: none;
}

/*** Header ***/
#header {
	background: #fff;
	padding: 0;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 9;
	position: fixed;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#header .logo img {
	margin: 20px 0;
}

@media (max-width: 800px) {
	#header .logo img {
		min-width: auto;
		width: 300px;
	}
}

#header #nav {
	margin-top: 20px;
}

#header nav.main-menu a {
	font-family: 'Roboto', sans-serif;
}

/*** Top - Phone ***/
#header .top {
	color: #fff;
	background: #5b828b;
	text-align: center;
	padding: 8px 0;
	font-size: 22px;
	z-index: 9999;
}

#header.scrolled .top {
	display: block !important;
	top: 0;
	right: 0;
	width: 100%;
}

#header.scrolled .top {
	position: fixed;
}

#header .top a {
	color: #fff;
	text-decoration: none;
	font-family: 'Merriweather', serif;
	margin-top: 0;
}

#header .top a.phone span.cta {
	color: #fff;
	font-weight: 400;
	font-style: italic;
}

#header .top a.phone span {
	font-weight: 700;
}

#header .top a.phone:hover {
	color: #9C9C9C;
}

#header .top a.espanol-toggle {
	font-size: .813em;
}

#header .top a.espanol-toggle i {
	color: #d4dad9;
}

/* Banner */
#main #banner {
	padding: 100px 0 100px 0;
	background-size: cover !important;
	background-position: top center !important;
	width: 100%;
	overflow-x: hidden;
	text-align: left;
	color: #fff;
	position: relative;
}

#main #banner .home p.pre-heading {
	font-size: 1.75em;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

#main #banner .home h2 {
	color: #f7e9cc;
	text-shadow: 0px -7px 16px rgba(1, 1, 1, 0.5);
	font-size: 3em;
	text-transform: none;
	margin: 1em 0;
}

#main #banner .home h2 > em {
	font-weight: 400;
}

#internal #main #banner {
	padding: 70px 0 100px 0;
	text-align: left;
}

#internal #main #banner .title {
	display: block;
	position: relative;
}

#internal #main #banner h1 {
	font-size: 2.75em;
	margin: 0;
	color: #f7e9cc;
}

#internal #main #banner .title p {
	margin-bottom: 0;
}

#internal #main #banner.blog .title {
	margin-top: 50px;
	margin-bottom: 50px;
}

#internal #main #banner.blog h1 {
	color: #5b828b;
}

/*Content */
#main article.content {
	position: relative;
	color: #201f24;
}

#main p.highlight {
	font-family: "Merriweather", serif;
	font-size: 1.5em;
	text-align: center;
	color: #201f24;
	font-style: italic;
}

#main p.highlight:after {
	content: "";
	display: block;
	background: rgba(131, 131, 131, 0.6);
	height: 2px;
	width: 60%;
	margin: 30px auto;
}

#main p.pre-tag {
	font-style: italic;
	color: #201f24;
	font-size: 18px;
	margin: 0;
	font-family: "Merriweather", serif;
}

#main p.pre-tag:before {
	content: '';
	display: inline-block;
	width: 25px;
	margin-right: 5px;
	height: 1px;
	background: #858388;
	position: relative;
	top: -.35em;
}

/*Main*/
#main {
	position: relative;
	overflow: hidden !important;
}

#main a:hover img, #back a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#main section {
	padding: 50px 0;
}

/** Matt CSS - Readiblilty Edits  **/
#main article.content, #main article.container {
	padding-top: 30px;
	padding-bottom: 50px;
}

#main article {
	color: #111;
	line-height: 1.8em;
}

#main article h2, #main article h3, #main article h4 {
	margin-top: 32px;
	margin-bottom: 32px;
	color: #201f24;
}

#main article a {
	color: #0095b3;
	font-weight: 500;
}

#main article li {
	margin-bottom: 1em;
}

#main article blockquote {
	background: #fafafa;
	display: block;
	padding: 30px 10%;
	margin: 30px 0;
	text-align: center;
}

#main article blockquote p:first-of-type {
	color: #302D37;
	font-size: 1.1em;
	padding: 0 10%;
	margin: 0;
	font-family: 'Merriweather', serif;
}

#main blockquote.investigation {
	text-align: left;
}

#main blockquote.investigation p:after, #main blockquote.investigation p:before {
	display: none;
}

#main article blockquote.investigation p:first-of-type {
	padding: 0 !important;
}

#main article blockquote.investigation.pr p:first-of-type {
	color: #020202;
	font-size: 1em;
}

#main article blockquote p {
	color: #020202;
}

#main hr {
	border-top: 1px solid #201f24;
	border-bottom: 1px solid #201f24;
	width: 65%;
	height: 1px;
}

#main hr.center {
	margin: 0 auto;
}

#main .center {
	text-align: center
}

ul.nolist {
	padding-left: 0 !important;
	margin-left: 0 !important;
	list-style: none;
}

#main a.button {
	background: transparent;
	font-size: 16px;
	font-family: "Merriweather", serif;
	max-width: 280px;
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.25em;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0 0 0;
	border: 2px solid #F7E9CC;
}

#main a.button:hover {
	background: #F7E9CC;
	color: #3A3942;
	font-weight: 700;
}

#main a.button:before {
	background: #F7E9CC;
}

/*** Gravity Forms ***/
.gform_wrapper {
	max-width: 100%;
}

.gform_wrapper form {
	margin-top: 20px;
}

.gform_wrapper form .gform_body label {
	display: none !important;
}

.gform_wrapper form .gform_body ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper form .gform_body .gform_validation_container {
	display: none !important;
}

.gform_wrapper form .gform_body input[type="text"], .gform_wrapper form .gform_body input[type="email"], .gform_wrapper form .gform_body input[type="tel"], .gform_wrapper form .gform_body input[type="url"], .gform_wrapper form .gform_body textarea, .gform_wrapper form .gform_body select {
	width: 100% !important;
	margin-bottom: 20px;
	color: #fff;
}

#main .gform_wrapper form .gform_body input[type="text"], #main .gform_wrapper form .gform_body input[type="email"], #main .gform_wrapper form .gform_body input[type="tel"], #main .gform_wrapper form .gform_body input[type="url"], #main .gform_wrapper form .gform_body textarea, #main .gform_wrapper form .gform_body select {
	width: 100% !important;
	margin-bottom: 0;
	color: #201f24;
	background: #fafafa;
	border: 1px solid #e7e7e7;
}

.gform_wrapper form .gform_body select {
	margin-left: 0 !important;
	margin-bottom: 0;
	border: 0 !important;
}

.gform_wrapper form .gform_body textarea {
	height: 150px;
}

.gform_wrapper form .gform_body input[type=number] {
	-webkit-appearance: none;
	border: none;
	padding: 8px 0;
}

.gform_wrapper .gform_footer {
	padding: 0 !important;
}

.gform_wrapper .gform_footer {
	margin: 20px 10px;
	height: 34px;
}

.gform_wrapper form .gform_footer input[type=submit] {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	border: 0;
	padding: 5px 35px;
	margin: 0 0 30px 0;
	font-size: 1.125em;
	font-weight: 400;
	text-transform: uppercase;
}

.gform_wrapper form .gform_footer input[type=submit]:hover, .gform_wrapper form .gform_footer input[type=submit]:focus, .gform_wrapper form .gform_footer input[type=submit]:active {
	transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	-webkit-appearance: none;
}

#internal #main .contact .gform_wrapper form .gform_footer input[type=submit], #internal #main article.content .gform_wrapper form .gform_footer input[type=submit] {
	padding: 10px 30px;
	display: inline-block;
	border: 1px solid #e9c7a2;
	color: #201f24;
	background: #fff;
	font-family: "Merriweather", serif;
}

#internal #main .contact .gform_wrapper form .gform_footer input[type=submit]:hover, #internal #main article.content .gform_wrapper form .gform_footer input[type=submit]:hover {
	background: #e9c7a2;
	font-weight: 700;
}

#footer #bottom .ginput_container_select {
	padding: 9px 0;
}

/** Breadcrumbs***/
#breadcrumbs {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 0px;
	background: #e7e7e7;
	font-size: 14px;
	font-weight: 400;
	color: #212630;
	box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, .10);
	-moz-box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, .10);
	-webkit-box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, .10);
}

#breadcrumbs a, #breadcrumbs span, #breadcrumbs strong {
	color: #858388 !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

#title.blog #breadcrumbs {
	position: relative;
}

#main #signals {
	background: #e7e7e7;
}

#main #signals #trust {
	margin: 0;
}

#main #signals #trust li:first-child {
	position: relative;
}

#main #signals #trust li {
	display: inline-block;
	width: 20%;
	float: left;
}

#main #signals #trust li img {
	margin: 0 auto;
	float: none;
}

#main #signals .featured {
	padding-bottom: 20px;
}

#main #signals .featured .copy {
	font-family: "Merriweahther", serif;
	font-size: 1.5em;
	color: #3a3942;
}

#main #signals .featured .copy:before {
	content: "Watch:";
	display: block;
	padding: 5px 10px;
	background: #5b828b;
	color: #fff;
	text-transform: uppercase;
	font-size: .750em;
	max-width: 90px;
	font-style: normal;
	margin-bottom: 10px;
}

/*** Practice Areas ***/
#main section#areas {
	padding-top: 0;
	padding-bottom: 100px;
}

#main #areas .title {
	background: #3a3942;
	padding: 30px 40px 30px 20px;
	margin-top: 50px;
}

#main #areas .title h2 {
	color: #fff;
	text-transform: none;
	font-weight: 400;
	font-size: 2em;
	line-height: 1.2em;
}

#main #areas .areas {
	padding-left: 0;
	padding-right: 0;
}

#main #areas .areas ul {
	margin: 0;
}

#main #areas .areas ul li > a.mobile {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}

#main #areas .areas ul li:hover > a.mobile:before {
	content: "+";
	font-size: 24px;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 6%;
	font-weight: 300;
}

#main #areas .areas ul li {
	position: relative;
	z-index: 2;
	background: #fff;
	border: 1px solid rgba(55, 115, 117, 0.67);
	padding: 25px 3% 10px 3%;
}

#main #areas .areas ul li:hover {
	background: #5b828b;
	color: #fff;
	transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
}

#main #areas .areas ul li h3 {
	font-size: 17px;
}

#main #areas .areas ul li h3 > a {
	color: #201f24;
	text-decoration: none;
	text-transform: none;
}

#main #areas .areas ul li:hover h3 > a {
	color: #fff;
}

#main #areas .areas ul li .excerpt {
	font-family: "Merriweather", serif;
	font-size: 14px;
}

#main #areas .areas ul li.all {
	background: none;
	border: none;
}

#main #areas .areas ul li.all > a {
	color: #201f24;
	text-decoration: none;
	font-family: "Merriweather", serif;
	display: block;
	text-align: center;
}

#main #areas .areas ul li.all > a:hover {
	font-weight: 700;
}

#main #areas .areas ul li.all > a .big, #main a > span.big {
	font-size: 1.5em;
}

/*** Recoveries ***/
#main #recoveries {
	position: relative;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 0;
}

#main #recoveries .title, #main #recoveries ul.recoveries {
	padding-top: 50px;
}

#main #recoveries #fade {
	position: absolute;
	bottom: 100%;
	right: 0;
	display: block;
	width: 100%;
}

#main #recoveries a {
	text-decoration: none;
	color: #3a3942;
}

#main #recoveries a.all:hover {
	font-weight: 700;
}

#main #recoveries h2 {
	margin-bottom: 0;
	font-size: 1.5em;
}

#main #recoveries h2 > em {
	font-weight: 400;
}

#main #recoveries h2:after {
	content: '';
	display: block;
	width: 60%;
	height: 3px;
	background: #efeeef;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main #recoveries .recoveries h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #3a3942;
	font-size: 22px;
	text-transform: none;
	text-align: center;
}

#main #recoveries .recoveries h3 span {
	display: block;
	font-size: .750em;
}

/*** Timeline ***/
#main #timeline {
	background-size: cover;
	background-position: top center !important
}

#main #timeline .intro h2 {
	margin-bottom: 0;
}

#main #timeline .intro h3 {
	position: relative;
	margin-bottom: 40px;
	color: #201f24;
	font-weight: 400;
	margin-top: -20px;
	text-transform: none;
}

#main #timeline .intro h3:after, #main #timeline .intro h3:before {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #858388;
	position: relative;
	bottom: -20px;
	margin: 0 auto 30px auto;
}

#main #timeline .intro h3:before {
	bottom: -75px;
}

#main #timeline .intro article p {
	margin-bottom: 40px;
}

#main #timeline #attorney-section {
	padding-left: 0;
	position: relative;
}

#main #timeline #attorney-section #attorney-img {
	position: absolute;
	bottom: -50px;
	left: 0;
}

#main #timeline .timeline ul {
	border-left: 1px solid #e5e5e5;
	list-style-type: none;
	margin: 0;
}

#main #timeline .timeline ul > li {
	font-family: "Merriweather", serif;
	font-size: 16px;
	position: relative;
}

#main #timeline .timeline ul > li:before {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	background: #000;
	position: absolute;
	left: -43px;
	top: 8px;
}

#main #timeline .timeline ul > li:hover:before {
	width: 8px;
	height: 8px;
	left: -45px;
	transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
}

#main #timeline .timeline ul > li:first-child:before {
	top: 0px;
}

#main #timeline .timeline ul.postOeight > li:last-child:before {
	top: auto;
	bottom: 0;
}

#main #timeline .timeline ul > li strong {
	color: #201f24;
}

#main #timeline .timeline ul > li p {
	font-size: 12px;
}

#main #timeline ul > li .title, #main #timeline ul > li a.all {
	font-size: 16px;
	color: #201f24;
	line-height: .813em;
	position: relative;
	top: -10px;
	padding: 10px !important;
	display: inline-block;
	padding: 5px;
	border: 1px solid #e5cfa3;
}

#main #timeline ul > li a.all {
	top: 10px;
	text-decoration: none;
}

#main #timeline ul > li a.all.hvr-rectangle-out:before, #main #timeline .timeline ul > li .title.hvr-rectangle-out:before {
	background: #e5cfa3;
}

#main #timeline ul > li a.all.hvr-rectangle-out:hover, #main #timeline ul > li a.all.hvr-rectangle-out:focus, #main #timeline ul > li a.all.hvr-rectangle-out:active {
	color: #201f24;
}

#main #timeline .timeline ul > li:first-child:hover .title.hvr-rectangle-out, #main #timeline .timeline ul > li .title.hvr-rectangle-out:focus, #main #timeline .timeline ul > li .title.hvr-rectangle-out:active {
	color: #201f24;
}

#main #timeline .row {
	position: relative;
}

/*** Info Center ***/
#main #infocenter {
	overflow: hidden;
	position: relative;
	padding: 50px 0 50px 0;
}

#main #infocenter p.highlight {
	font-size: 1.35em;
	margin-bottom: 50px;
}

#main #infocenter p.highlight:after {
	content: none;
}

#main #infocenter ul {
	margin-top: 0px;
}

#main #infocenter ul > li {
	font-family: "Merriweather", serif;
	font-size: 14px;
	margin-bottom: 20px;
}

#main #infocenter ul > li p.excerpt {
	line-height: 1.5em;
	min-height: 6.0em;
}

#main #infocenter ul li h3 {
	font-size: 15px;
	text-transform: none;
	line-height: 30px;
	margin-bottom: 5px;
	border: 1px solid #5b828b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#main #infocenter ul li h3 > a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #201f24;
	position: relative;
	padding: 5px 5px 5px 10px;
}

#main #infocenter ul li h3 > a:hover {
	color: #fff;
	background: #5b828b;
}

#main #infocenter ul li h3 > a img {
	display: inline;
	margin: 0 5px 0 0;
	height: 30px;
	width: 30px;
}

#main #infocenter ul li h3 > a img.reverse {
	position: absolute;
	left: 10px;
	top: 5px;
}

#main #infocenter ul li h3 > a img.reverse, #main #infocenter ul li h3 > a:hover img.display {
	opacity: 0;
}

#main #infocenter ul li h3 > a:hover img.reverse, #main #infocenter ul li h3 > a img.display {
	opacity: 1;
	transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
}

#main #infocenter i.fa {
	position: absolute;
	z-index: -1;
	font-size: 35em;
	line-height: .50em;
	bottom: 0;
	right: -6%;
	color: rgba(133, 131, 136, 0.15);
}

/** Blog **/
#main #title .title {
	font-family: "Merriweather", serif;
	padding: 50px 0px 20px 0px;
	position: relative;
}

#main #title .title:after, #main #title .title:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 40%;
	height: 1px;
	background: #858388;
}

#main #title .title:before {
	bottom: 2px;
}

#main #title h1 {
	font-size: 2.1em;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-family: 'Merriweather', serif;
	margin-top: 0;
	font-weight: 400;
	text-transform: none;
	text-align: center;
}

#main #title .meta {
	font-size: 12px;
	color: #858388;
	margin-top: 0;
	margin-bottom: 0;
}

#main .meta a {
	color: #3A3942;
	font-weight: 700;
}

#main .meta a:hover {
	text-decoration: none;
}

#main .meta li {
	display: inline;
	border-right: 1px solid #858388;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.8em;
}

#main .meta li:first-child {
	padding-left: 0;
}

#main .meta li:last-child {
	border-right: 0;
}

#main .meta li strong {
	color: #3A3942;
	font-weight: 700;
}

#main .meta li strong span {
	color: #858388;
}

#main .meta li.author:before {
	content: "Written By ";
}

#main .meta li.date:before {
	content: "Published ";
}

#main .meta li.tag:before {
	content: "Tags ";
}

#main #title.single {
	padding-bottom: 0;
}

#main.single article.content p {
	font-family: "Merriweather", serif;
}

/*** Related Articles ***/

section#relatedposts li p {
	margin: 0;
}

#main #title .blog.title h1 {
	margin-bottom: 0;
}

#main #title .blog.title, #main #title .tagline p {
	text-align: center;
	margin-top: 0;
}

#main #blog .featured-categories {
	margin: 0 0 80px 0;
}

#main #blog .featured-categories .tile {
	background: #fff;
	padding: 20px 20px 5px 20px;
	border-top: 1px solid #79a1a2;
	border-right: 1px solid #79a1a2;
	border-left: 1px solid #79a1a2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#main article#blog .featured-categories .tile a {
	text-decoration: none;
	color: #5b828b !important;
}

#main #blog .featured-categories .tile h2 {
	text-align: center;
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
	color: #5b828b !important;
}

#main #blog .featured-categories .tile h2 > a:hover {
	text-decoration: underline;
}

#main #blog .featured-categories .tile h3 {
	margin-bottom: 10px;
}

#main #blog .featured-categories .tile h3 {
	position: relative;
	padding-left: 11px;
}

#main #blog .featured-categories .tile h3:before {
	content: "\2022 ";
	font-size: 14px;
	position: absolute;
	left: 0;
}

#main #blog .featured-categories .tile h3 > a {
	font-size: 14px !important;
	color: #1f242c;
	font-weight: 400;
	text-transform: none;
}

#main #blog .featured-categories .tile h3 > a:hover {
	text-decoration: underline;
}

#main #blog .featured-categories .tile .recent {
	min-height: 140px;
	margin-bottom: 0;
}

#main #blog .featured-categories .tile hr {
	width: 100%;
}

#main #blog .featured-categories a.all {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 15px 6%;
	background: #fff;
	border-bottom: 1px solid #79a1a2;
	border-right: 1px solid #79a1a2;
	border-left: 1px solid #79a1a2;
	margin-bottom: 20px;
	position: relative;
	z-index: 2
}

#main #blog .featured-categories a.all:hover, #main #blog .featured-categories a.all:active, #main #blog .featured-categories a.all:focus {
	color: #fff !important;
	background: #5b828b !important;
}

#main #blog .featured-categories a.all .big {
	position: relative;
	top: 2px;
}

#main #blog .featured-categories a.all:before {
	background: #5b828b;
}

#main #title .title.blog:after, #main #title .title.blog:before {
	display: none !important;
}

#main #title {
	padding-bottom: 50px;
}

#main .blog article {
	margin-bottom: 30px;
	font-size: 16px;
}

#main .blog article h2 {
	font-size: 22px;
	text-transform: none;
	margin: 20px 0;
}

#main .blog article h2 > a {
	color: #5b828b;
}

#main .blog article h2 > a:hover {
	color: #5b828b;
	text-decoration: underline;
}

#main .blog article a {
	text-decoration: none;
}

#main .blog article p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-weight: 400;
}

#main .blog article .excerpt {
	padding-bottom: 5px;
}

#main .blog article .excerpt > div {
	text-align: right;
}

#main .blog article .excerpt a {
	font-weight: 700;
	color: #5b828b;
	display: block;
	text-align: right;
	margin-top: 20px;
	padding: 5px 0;
}

#main .blog article .meta a {
	color: #302E37;
}

#main .blog article .meta a:hover, #main .blog article .excerpt a:hover {
	text-decoration: underline;
}

/** Sharing **/
#main .details .social li {
	width: initial;
	margin-right: 0;
	float: left;
	font-size: 1.5em;
}

#main .details .social a {
	padding: 0px;
}

#main ul.social {
	list-style: none;
	margin: 10px 0;
	padding-left: 0 !important;
	clear: right;
}

#main .social li {
	float: left;
	margin-right: 15px;
}

#main .social a {
	display: block;
	color: #E9C7A2;
}

#main .social a:hover {
	color: #5b828b;
}

#main .social .facebook {
	color: #3B5999;
}

#main .social .twitter {
	color: #2290bf;
}

#main .social .linkedin {
	color: #0077B5;
}

#main .social .googleplus {
	color: #DC4A38;
}

#main #subscribe {
	font-family: "Merriweather", serif;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	background: #fff;
}

#main #subscribe .signup {
	padding-left: 0;
}

#main #subscribe .signup p {
	padding-left: 0;
	padding-right: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #5b828b;
}

#main #subscribe #gform_wrapper_2 .gform_body {
	display: inline-block;
	width: 75%;
	float: left;
}

#main #subscribe #gform_wrapper_2 .gform_body input {
	background: #fff;
	font-size: 12px;
	color: #5b828b;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 8px 10px;
	line-height: 1em;
}

#main #subscribe #gform_wrapper_2 .gform_footer {
	display: inline-block;
	max-height: 30px;
	margin: 5px 0;
}

#main #subscribe #gform_wrapper_2 .gform_footer input[type='submit'] {
	display: block;
	padding: 8px 10px 8px 10px;
	background: #fff;
	border: 1px solid #5b828b;
	color: #5b828b;
	font-size: 12px;
}

#main #subscribe #gform_wrapper_2 .gform_footer input[type='submit']:hover {
	background: #5b828b;
	color: #fff;
}

#main #subscribe #gform_wrapper_2.gform_wrapper form {
	margin-top: 0;
}

#main #subscribe .share {
	margin-top: 4px;
}

#main #subscribe .share ul {
	margin: 0 !important;
}

#main #subscribe .share ul li.print {
	border-right: 1px solid #e7e7e7;
}

#main #subscribe .share ul li > a {
	text-decoration: none;
	color: rgba(133, 131, 136, 0.7);
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	text-align: center;
}

#main #subscribe .share ul li > a i {
	font-size: 14px;
	line-height: 16px;
	margin-right: 5px;
}

#main #subscribe .share .social ul li > a i {
	font-size: 20px;
	line-height: 16px;
	margin-right: 10px;
}

#main #subscribe form.search-form input[type='search'] {
	background: #fff;
	font-size: 12px;
	color: #5b828b;
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 2%;
	line-height: 1em;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	-webkit-appearance: none;
	width: 71%;
}

#main #subscribe form.search-form input[type='submit'] {
	display: block;
	padding: 8px 10px 8px 10px;
	background: #fff;
	border: 1px solid #5b828b;
	color: #5b828b;
	font-size: 12px;
	display: inline-block;
	width: 22%;
	float: left;
	margin: 0 0 0 3% !important;
	max-height: 32px;
	transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-webkit-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
}

#main #subscribe form.search-form input[type='submit']:hover {
	background: #5b828b;
	color: #fff;
}

/*** Archives ***/
#main section.category-content {
	background: #fff;
}

#main.category article.post h2 {
	font-size: 22px;
	font-weight: 400
}

#main.category .post .post-title {
	border-left: 10px solid #5b828b;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#main.category .post h2 {
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 0;
	margin-top: 0;
}

#main.category .post .post-title .meta {
	margin: 0;
	position: relative;
	top: 5px;
}

#main.category .post .post-title .meta li {
	display: inline;
	border-right: 0;
	font-size: 12px;
	line-height: 8px;
	padding: 0 5px 0 0;
	margin-right: 5px;
	font-family: "Merriweather", serif;
}

#main.category .post .post-title .meta li a {
	display: inline;
	font-size: 12px;
	line-height: 8px;
}

#main.category .post .post-title .meta li:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	height: 10px;
	width: 2px;
	background: rgba(133, 131, 136, 0.7);
}

#main.category .post .post-title .meta li:last-child:after {
	display: none;
}

#main.category .post .post-title .meta li:last-child {
	padding-right: 0;
}

#main.category article.post .excerpt p {
	font-size: 16px;
	color: #1f242c;
	line-height: 1.5em;
}

#main.category article.post a.all {
	font-weight: 400;
	color: #3A3942;
	margin-top: 0;
	float: right;
}

#main.category article.post a.all:hover {
	text-decoration: none;
	font-weight: 700;
}

/*** Subscribe ***/
#main #subscribe .share .social li {
	margin-right: 0px !important;
}

#main #subscribe .share .social {
	display: block;
}

#main #subscribe .share .social ul {
	float: right;
	position: relative;
}

#main #subscribe .share .social ul:before {
	content: 'Follow Us:';
	display: inline;
	margin: 0;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	padding-left: 0;
	padding-right: 5px;
	position: absolute;
	top: 0px;
	left: -62px;
}

#main .social li > a:hover i.fa-facebook-square {
	color: #3B5999;
}

#main .social li > a:hover i.fa-twitter-square {
	color: #2290bf;
}

#main .social li > a:hover i.fa-linkedin-square {
	color: #0077B5;
}

#main .social li > a:hover i.fa-google-plus-square {
	color: #DC4A38;
}

/*** Attorney Pages ***/
#main #attorneys .attorney-profile {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

#main #attorneys .attorney-profile:last-of-type {
	border-bottom: 0;
}

#main #attorneys .attorney-profile h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

#main #attorneys .attorney-profile h3 > a {
	color: #161d25;
}

#main #attorneys .attorney-profile h3 > a:hover {
	color: #5b828b;
}

#main #attorneys .attorney-profile p {
	margin: 0;
}

#main #attorneys .attorney-profile hr {
	width: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main #attorneys .attorney-profile {
	font-family: "Merriweather", serif;
}

#main #attorneys .attorney-profile .excerpt {
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #858388;
}

#main #attorneys .attorney-profile a {
	display: block;
	margin-bottom: 10px;
	color: #161d25;
	text-decoration: none;
	line-height: 1em;
}

#main #attorneys .attorney-profile .social {
	max-width: 100px;
}

#main #attorneys .attorney-profile .social li {
	margin-bottom: 0;
	margin-right: 15px;
}

#main #attorneys .attorney-profile .social li:last-child {
	margin-right: 0;
}

#main #attorneys .attorney-profile .social a {
	margin-bottom: 0;
	color: rgba(133, 131, 136, 0.7);
}

#main #attorneys .attorney-profile a.bio {
	display: inline-block;
	border: 2px solid #E9C7A2;
	color: #201f24;
	padding: 10px 20px;
}

#main #attorneys .attorney-profile a.bio:before {
	background: #E9C7A2;
}

/*** Attorney Page ***/
#main #attorney p {
	font-family: 'Merriweather', serif;
}

#main #attorney #timeline li {
	color: #858388
}

#main #attorney #sidebar {
	padding-top: 50px;
}

#main #attorney #sidebar .details h3 {
	font-size: 20px;
	margin: 20px 0 5px 0;
}

#main #attorney #sidebar .details p {
	margin: 0;
	color: #161d25;
}

#main #attorney #sidebar .details hr {
	width: 40px;
	margin: 10px 0;
}

#main #attorney #sidebar .details a {
	display: block;
	text-decoration: none;
	font-family: 'Merriweather', serif;
	color: #161d25;
	margin-bottom: 10px;
}

#main #attorney #sidebar .details .social {
	margin: 0;
	max-width: 95px;
}

#main #attorney #sidebar .details .social li > a {
	color: rgba(133, 131, 136, 0.7);
}

#main #attorney #sidebar .details .social li {
	margin-right: 15px;
}

#main #attorney #sidebar .details .social li:last-child {
	margin-right: 0;
}

#main #attorney #sidebar .details a.contact-me {
	border: 1px solid #E9C7A2;
	color: #201f24;
	display: inline-block;
	padding: 5px 20px;
	text-transform: uppercase;
}

#main #attorney #sidebar .details a.contact-me:before {
	background: #E9C7A2
}

#main #attorney #sidebar .videos li {
	margin-bottom: 30px;
}

#main #attorney #sidebar .videos .hightlight {
	font-size: 20px;
	line-height: normal;
}

#main #attorney #sidebar .videos .hightlight:after {
	display: none;
}

#attorney #timeline li:first-child strong {
	position: relative;
	top: -10px;
}

/*** Recoveries Page ***/
#main #recovery {
	position: relative;
}

#recovery .post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

#recovery .post:last-of-type {
	border-bottom: 0;
}

#recovery .post .post-title h3 {
	font-weight: 400;
	margin-bottom: 0;
	text-transform: none;
}

#recovery .post .post-title h3 strong {
	display: block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#recovery .post .award {
	display: inline-block;
	font-weight: 400;
	color: #201f24;
	text-decoration: none;
	float: right;
}

#recovery .post .award:hover {
	font-weight: 700;
}

/*** Contact Page ***/
#main #contactpage {
	padding-top: 50px;
}

#main #contactpage .contact {
	font-family: "Merriweather", serif;
}

#main #contactpage article .contact .gform_fields li {
	padding-left: 0;
}

#main #contactpage .contact input[type="text"], #main #contactpage .contact input[type="email"], #main #contactpage .contact input[type="phone"] {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px solid #B5B5B5;
	background: #EEEEEE;
	font-size: 14px;
}

#main #contactpage .contact textarea {
	border: 0;
	background: #eee;
	font-size: 14px;
}

#main #contactpage article .contact .gform_fields li#field_1_6 label {
	display: block !important;
	color: #858388;
	font-size: 14px;
	margin-bottom: 10px;
}

#main #contactpage .contact input::-webkit-input-placeholder {
	font-style: italic;
}

#main #contactpage .contact input:-moz-placeholder {
	font-style: italic;
}

#main #contactpage .contact input::-moz-placeholder {
	font-style: italic;
}

#main #contactpage .contact input:-ms-input-placeholder {
	font-style: italic;
}

#main #contactpage p {
	color: #858388;
	font-family: 'Roboto', sans-serif;
}

#main #contactpage p.pre-tag {
	color: #201f24;
	font-family: "Merriweather", serif;
}

#main #contactpage .details p.highlight {
	margin: 10px 0 10px 0;
	font-size: 20px;
	color: #201f24;
	font-family: "Merriweather", serif;
}

#main #contactpage .details p.highlight:after {
	width: 100%;
	margin: 10px 0 20px 0;
}

#main #contactpage h2, #main #contactpage h3 {
	color: #5b828b;
	margin-bottom: 0;
}

#main #contactpage h3 {
	font-weight: 400;
	font-size: 18px;
}

#main #contactpage h3 em {
	display: block;
	font-size: .65em;
}

#main #contactpage li > i.fa-share-alt:before {
	top: 4px;
	position: relative;
}

#main #contactpage .contact-options {
	padding-top: 30px;
}

#main #contactpage .contact-options .fa-ul {
	margin-top: 20px;
	margin-left: 25px;
}

#main #contactpage .social li {
	margin-right: 15px;
	font-size: 2em;
}

#main #contactpage .social li > a {
	color: #858388;
}

#main #contactpage .cities {
	text-align: center;
	margin-top: 0;
}

#main #contactpage .cities li {
	display: inline;
	font-family: "Merriweather", serif;
	margin-bottom: 0;
	font-size: 14px;
	line-height: normal;
}

#main #contactpage .cities li:before {
	content: ' - ';
}

#main #contactpage .cities li:first-child:before {
	display: none;
}

#main #contactpage.details {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	float: none;
	max-width: 690px;
}

@media only screen and (min-width: 768px) {
	#main #contactpage.details {
		padding-bottom: 30px;
	}
}

#main #contactpage.details .gform_fields {
	margin-left: -.5em !important;
    margin-right: -0.5em !important;
}

#main #contactpage.details p.highlight:after {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#main #contactpage.details h2 {
		margin-top: 0;
	}
}

#main #contactpage.details .gform_footer  {
	margin-left: 0;
	margin-right: 0;
}



/*** 404 ***/
#main #banner h1.fourOfour {
	line-height: .938em;
	font-size: 3.75em !important;
	margin: 0;
	color: #f7e9cc;
	text-align: center;
	text-transform: none;
}

#main #banner h1.fourOfour em {
	font-weight: 400;
	font-size: .50em;
}

#fourofour .wsp-container {
	margin-top: 50px;
}

#fourofour a.button, #fourofour a.button:hover {
	background: #5b828b;
	color: #fff;
	margin: 40px auto 0 auto;
	border: none;
}

#fourofour a.button.more-pages, #fourofour a.button.more-pages:hover {
	background: #3a3942;
	cursor: pointer;
}

/*Video*/
.video {
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
}

.video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*Pagination*/
#main ul.page-numbers {
	clear: both;
	display: block;
	list-style: none;
	margin-left: 0;
}

.page-numbers li {
	float: left;
	width: auto;
}

.page-numbers a, .page-numbers span {
	background: #fff;
	border: 0;
	color: #5b828b;
	margin: 0 2px 2px 0;
	padding: 0.325em 0.750em;
	text-decoration: none;
}

.page-numbers a:hover, .page-numbers span.current {
	background: #5b828b;
	color: #fff !important;
}

/*Footer*/
#footer {
	position: relative;
	z-index: 2;
	background: #201f24;
	color: #fff;
	padding: 0 0 10px 0;
	font-size: 15px;
	font-family: 'Merriweather', serif;
}

#footer a {
	color: #E9C7A2;
	text-decoration: none;
}

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

#footer p.copy {
	font-size: .813em;
	font-style: italic;
}

#footer .copyright {
	border-top: 1px solid #3b3a3f;
}

#footer .juris-digital {
	margin: 20px 0 0 0;
}

#footer .details ul {
	margin-top: 30px;
	list-style: none;
}

#footer .details ul > li {
	display: inline-block;
	color: #858388;
}

#footer .details ul > li.address {
	clear: left;
	display: block;

}

#footer .details ul > li.address:before {
	display: none;
}

#footer .details a {
	text-decoration: none;
	color: #858388;
}

#footer .details a:hover {
	text-decoration: underline;
}

/*** Juris Copyright ***/
#footer .juris-digital span {
	position: relative;
	top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	float: left;
	text-align: right;
	font-size: .750em;
	font-weight: 300;
	text-transform: uppercase;
	line-height: normal;
}

#footer .juris-digital img {
	display: inline-block;
	float: left;
}

/*** Bottom ***/
#footer #bottom {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	position: relative;
}

#footer .contact {
	padding: 150px 5% 30px 0;
	font-family: 'Merriweather', serif;
}

#footer .contact p {
	color: #858388;
	margin-top: 5px;
	font-size: 14px;
}

#footer .contact p.nofee {
	font-style: italic;
	color: #fff;
	font-size: 18px;
	margin: 0;
}

#footer .contact p.nofee:before {
	content: '';
	display: inline-block;
	width: 25px;
	margin-right: 5px;
	height: 1px;
	background: #858388;
	position: relative;
	top: -.35em;
}

#footer .contact h3 {
	color: #fff;
	margin-bottom: 5px;
}

#footer #bottom .gform_wrapper form .gform_body #field_1_6 label {
	display: block !important;
	color: #858388;
	font-size: .813em;
	margin-bottom: 10px;
}

#footer #bottom .contact .gform_wrapper form input {
	border-bottom: 2px solid #3b3a3f;
}

#footer #bottom .contact .gform_wrapper form input, #footer #bottom .contact .gform_wrapper form textarea {
	color: #202020;
	font-size: .813em;
	background: #fff;
}

#footer #bottom .gform_wrapper form .gform_footer input[type=submit] {
	background: #201f24;
	border: 1px solid #E9C7A2;
	color: #fff;
	font-size: 17px;
}

#footer #bottom .gform_wrapper form .gform_footer input[type=submit]:hover, #footer #bottom .gform_wrapper form .gform_footer input[type=submit]:focus, #footer #bottom .gform_wrapper form .gform_footer input[type=submit]:active {
	background: #E9C7A2;
	color: #201f24;
}

#footer #review {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/wp-content/uploads/2016/12/jeff-sonn-quote.jpg);
}

#footer .review-body {
	padding: 330px 20% 150px 20%;
	text-align: center;
}

#footer .review-body p {
	font-size: 1.25em;
	font-weight: 700;
}

#footer .review-body span {
	display: block;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: .750em;
	margin: 1em;
}

#footer .review-body span.author {
	margin-top: 0;
}

#footer .bottom {
	padding-bottom: 50px;
	padding-top: 50px;
}

#footer .bottom h3 {
	font-size: 1.25em;
	color: #E9C7A2;
}

#footer .bottom .social li {
	display: inline;
	margin-right: 10px;
}

#footer .bottom .social li > a {
	color: #858388;
}

#footer .bottom .office {
	font-size: .938em;
}

#footer .bottom .office .directions {
	margin-top: 1em;
}

#footer #signals {
	background: #e7e7e7;
}

#footer #signals ul#trust li img {
	margin: 0 auto;
}

/*WordPress Core*/
.alignnone {
	margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

a img.alignnone {
	margin: 5px 20px 20px 0
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #9C9C9C;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

li.widget {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}

li.widget:last-child {
	margin: 0
}

/*WordPress - Shortcodes*/
.one_half {
	width: 48%
}

.one_third {
	width: 30.66%
}

.two_third {
	width: 65.33%
}

.one_fourth {
	width: 22%
}

.three_fourth {
	width: 74%
}

.one_fifth {
	width: 16.8%
}

.two_fifth {
	width: 37.6%
}

.three_fifth {
	width: 58.4%
}

.four_fifth {
	width: 79.2%
}

.one_sixth {
	width: 13.33%
}

.five_sixth {
	width: 82.67%
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-right: 4%;
	min-height: 1px;
	margin-bottom: 0;
	position: relative;
}

.last {
	margin-right: 0 !important;
	clear: right
}

/*** Animation - See https://daneden.github.io/animate.css/ for more! ***/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
	50% {
		background-color: rgba(72, 108, 102, 0.75);
	}
}

@keyframes hvr-back-pulse {
	50% {
		background-color: rgba(72, 108, 102, 0.75);
	}
}

.hvr-back-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.hvr-back-pulse.active {
	-webkit-animation-name: hvr-back-pulse;
	animation-name: hvr-back-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #5b828b !important;
	color: #fff !important;
}

.hvr-back-pulse.active:hover, .hvr-back-pulse.active:active, .hvr-back-pulse.active:focus {
	color: #fff !important;
	background: #5b828b !important;
	transition: none;
	animation: none
}

/*** Added New Pagination ***/
#main .pagination ul {
	list-style: none;
}

#main .pagination ul li {
	display: inline-block;
	width: 50%;
}

#main .pagination ul li.next {
	text-align: right;
}

#main .pagination ul li > a {
	font-weight: 700;
	font-family: "Merriweather", serif;
	text-decoration: none;
}

#main .pagination ul li > a:hover {
	text-decoration: underline;
}

#main #ratings h3 {
	font-size: 17px;
	margin-top: 15px;
}

#main .post-ratings img {
	float: left;
}

#main .post-ratings .stats {
	display: block;
	clear: both;
	width: 100%;
	font-style: italic;
}

/*Mobile Devices*/
@media (max-width: 450px) {
	.slicknav_nav {
		width: 280px !important;
	}

	#main #banner div.home-content {
		font-size: 18px !important;
	}
}

@media screen and (max-width: 500px) {
	#main #subscribe #gform_wrapper_2 .gform_body {
		width: 100% !important;
	}

	#main #subscribe #gform_wrapper_2 .gform_footer {
		width: 100% !important;
		margin-top: 8px !important;
		margin-left: 0 !important;
	}

	#main #subscribe #gform_wrapper_2 .gform_footer input[type='submit'] {
		width: 100%;
		padding: 4px 0;
	}

	#main #title .meta li {
		display: block;
		border-right: 0;
		padding-left: 0;
		line-height: 1.8em;
		margin-bottom: 1em;
	}
}

@media (max-width: 599px) {
	#footer #signals ul#trust li {
		display: inline-block;
		width: 50%;
		float: left;
	}

	#footer #signals ul#trust li:first-child {
		display: block;
		width: 100%;
	}
}

@media (max-width: 600px) {
	#header .top a.phone span.cta {
		display: block;
		font-size: .750em;
	}

	.mobile-menu .slicknav_btn {
		margin-top: 15px !important;
	}

	#header .logo img {
		margin-top: 20px !important;
	}

	#main #banner div.home-content {
		font-size: 24px;
	}

	#internal #main #banner h1 {
		font-size: 2.5em;
	}

	#main #banner .home h2 {
		font-size: 2em;
	}

	#main #subscribe .share .social ul:before, #main #subscribe .share .social {
		display: block;
		width: 100% !important;
		padding-right: 0;
		position: relative;
		left: 0;
		text-align: right;
		margin-bottom: 5px;
	}

	#main #subscribe .share .social {
		margin-top: 5px;
	}

	#main #subscribe .share .social ul {
		float: right;
	}

	#main #subscribe .share ul li:last-child > a i {
		margin: 0;
	}

	#main.category .post .post-title .meta li:nth-of-type(2):after {
		display: none;
	}

	#main.category .post .post-title .meta li:nth-of-type(3) {
		display: block;
		position: relative;
		top: 5px;
	}
}

@media (min-width: 600px) {
	#footer #signals ul#trust li {
		width: 20%;
		float: left;
		display: inline-block;
	}
}

@media (max-width: 768px) {
	#main #signals .icons {
		display: none;
	}

	body {
		font-size: 16px;
	}

	/*Header*/
	.main-menu > ul#nav, #main.attorney #banner .picture, #header .mobile-home #home-nav {
		display: none;
	}

	#header #mobile-head.row {
		padding-top: 30px;
	}

	nav.mobile-menu {
		display: block;
		z-index: 999;
	}

	#header .mobile-home {
		position: relative;
	}

	#header {
		padding-top: 60px;
	}

	#header .top, #home #header .top {
		display: block !important;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 999999;
		color: #fff;
		text-align: center;
		padding: 8px 0;
		font-size: 1.25em;
	}

	#header .logo img {
		width: auto;
	}

	.slicknav_menu .slicknav_no-text {
		display: inline-block;
		width: 62px;
		margin: 0 auto;
		float: right;
	}

	.mobile-menu .slicknav_btn {
		position: relative;
		display: block;
		vertical-align: middle;
		float: right;
		line-height: 1.125em;
		cursor: pointer;
		margin-top: 20px;
	}

	.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
		margin-top: 5px;
	}

	.slicknav_menu {
		*zoom: 1;
		font-size: 18px;
		box-sizing: border-box;
		padding: 0;
	}

	.slicknav_menu .slicknav_menutxt {
		display: block;
		line-height: 1.188em;
		float: left;
	}

	.slicknav_menu .slicknav_icon {
		float: right;
		margin: 0.188em 0 0 0.438em;
	}

	.slicknav_menu .slicknav_no-text {
		margin: 0;
		padding: 8px;
	}

	.slicknav_menu .slicknav_open .slicknav_icon-bar, .slicknav_menu .slicknav_btn:hover .slicknav_icon-bar {
		background-color: #5b828b;
	}

	.slicknav_menu .slicknav_icon-bar {
		display: block;
		width: 45px;
		height: 4px;
		background-color: #5b828b;
	}

	.slicknav_menu:before {
		content: " ";
		display: table;
	}

	.slicknav_menu:after {
		content: " ";
		display: table;
		clear: both;
	}

	.slicknav_nav {
		clear: both;
		display: block;
		position: absolute;
		right: -10px;
		width: 400px;
	}

	.slicknav_nav ul, .slicknav_nav li, .slicknav_nav .slicknav_row, .slicknav_nav a {
		display: block;
		background-color: #5b828b;
		text-transform: uppercase;
		font-weight: 700;
	}

	.slicknav_nav .slicknav_arrow {
		font-size: 1em;
		margin: 0 0 0 0.4em;
	}

	.slicknav_nav .slicknav_item {
		cursor: pointer;
	}

	.slicknav_nav .slicknav_item a {
		display: inline;
	}

	.slicknav_nav .slicknav_parent-link a {
		display: inline;
	}

	.slicknav_menu * {
		box-sizing: border-box;
	}

	.slicknav_menu .slicknav_menutxt {
		color: #fff;
		font-weight: bold;
	}

	.slicknav_btn {
		display: block;
		width: 100%;
		text-decoration: none;
	}

	.slicknav_nav {
		color: #fff;
		margin: 0;
		padding: 0;
		font-size: 0.875em;
		list-style: none;
		overflow: hidden;
		z-index: 9999;
	}

	.slicknav_nav ul {
		list-style: none;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

	.slicknav_menu .sub-menu li {
		margin-left: 0px;
	}

	.slicknav_menu .sub-menu li a {
		font-weight: 400;
		padding-left: 30px;
		background: #302E37;
		text-transform: none;
		border-bottom: 1px solid #5b828b;
	}

	.slicknav_menu .sub-menu li a:before {
		content: '- ';
	}

	.slicknav_menu .sub-menu li.slicknav_parent > a {
		padding-left: 0;
	}

	.slicknav_menu .sub-menu li.slicknav_parent > a > a[tabindex="0"] {
		border-bottom: 0;
	}

	.slicknav_menu .sub-menu li.menu-item-has-children ul li > a:before, .slicknav_menu .sub-menu li.slicknav_parent > a.slicknav_item:before {
		display: none;
	}

	.slicknav_menu .sub-menu li.menu-item-has-children ul li > a {
		padding-left: 60px;
		border-bottom: 1px solid #5b828b;
	}

	.slicknav_nav .slicknav_row {
		padding: 10px;
	}

	.slicknav_nav a {
		padding: 10px;
		text-decoration: none;
		color: #fff;
		font-weight: 600;
	}

	.slicknav_nav > li {
		border-bottom: 1px solid #9C9C9C !important;
	}

	.slicknav_nav li.last a {
		border-bottom: none;
	}

	.slicknav_nav .slicknav_txtnode {
		margin-left: 15px;
	}

	.slicknav_nav .slicknav_item a {
		padding: 0;
		margin: 0;
		border-bottom: none;
	}

	.slicknav_nav .slicknav_item a > i {
		display: none;
	}

	.slicknav_nav .slicknav_parent-link a {
		padding: 0;
		margin: 0;
	}

	.slicknav_brand {
		float: left;
		color: #fff;
		font-size: 18px;
		line-height: 30px;
		padding: 7px 12px;
		height: 44px;
	}

	.heading span {
		display: inline-block;
		color: #302E37;
		position: relative;
		padding: 0 30px;
	}

	#main #areas .areas ul li {
		top: 0 !important;
		min-height: 0 !important;
	}

	#main #subscribe #gform_wrapper_2 .gform_body {
		width: 60%;
	}

	#main #subscribe #gform_wrapper_2 .gform_footer {
		width: 37%;
		margin-top: 0;
		margin-left: 3%;
	}

	#footer section#bottom {
		margin-bottom: 0;
	}

	#footer .contact {
		padding: 50px 5% 30px 10px;
		margin-bottom: 0;
	}

	#main #timeline .timeline ul {
		margin-bottom: 20px;
	}

	#internal #main #banner {
		padding-bottom: 60px;
	}

	#main .blog article h2 {
		margin: 10px 0;
	}

	/*** Related Articles ***/
	section#relatedposts li p {
		margin: 0;
	}

	#main #contactpage h3 {
		text-align: center;
	}

	#main #contactpage .contact-options .fa-ul {
		margin: 10px auto;
		max-width: 220px;
		padding-left: 25px;
	}

	#main #contactpage .contact-options {
		margin-bottom: 30px;
	}

	#footer #bottom {
		padding-bottom: 50px;
	}

	#footer .heading {
		margin-top: 30px;
	}

	#footer .details ul {
		padding-left: 0;
	}

	#footer .details ul > li {
		display: block;
		text-align: center;
	}

	#footer .details ul > li.address a {
		display: block;
	}

	#footer .juris-digital {
		margin-top: 20px;
	}

	#footer .juris-digital img, #footer .juris-digital span {
		display: block;
		text-align: center;
		margin: 0 auto 5px auto;
		float: none;
	}

	/*Wordpress Core*/
	.alignright, .alignleft, a img.alignright, a img.alignnone, a img.alignleft {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}

	/*Shortcodes*/
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: none;
		margin: 0 0 1em 0;
		width: 100%;
	}
}

/*Max Width 985px - For Tablet to Phone */
@media (max-width: 985px) {
	#nav > li.last > a {
		padding-right: 0;
	}

	#main #banner .home-content {
		font-size: 30px;
	}

	#main #banner h2 > span span {
		display: block;
	}

	#main #banner p.tag {
		font-size: 16px;
	}

	#main article.content {
		padding-left: 20px;
		padding-right: 20px;
	}

	#main ul#sidebar {
		padding-left: 0;
	}

	#main #sidebar .cta {
		margin: 0 auto;
		display: block;
	}

	#main #attorneys .attorney-profile .attorney-img img {
		float: none;
		margin: 20px auto;
	}

	#main #attorney #sidebar .details {
		margin: 0 auto !important;
		text-align: center;
	}

	#main #attorney #sidebar .details .social, #main #attorney #sidebar img {
		margin: 0 auto !important;
		float: none;
	}

	#main #attorney #sidebar .video a {
		display: block;
		margin: 0 auto !important;
	}

	#main #attorney #sidebar .video a img {
		display: block;
		margin: 0 auto !important;
		float: none;
	}

	#main #attorney #sidebar .details hr {
		margin: 10px auto !important;
	}

	#main article#blog .featured-categories .hvr-target:nth-of-type(odd) {
		clear: left;
	}
}

/*Min Width - 769px - Tablet+*/
@media (min-width: 769px) {
	body {
		font-size: 16px;
	}

	#header .mobile-home, #header .slicknav_menu {
		display: none !important;
	}

	/*Header*/
	#header nav {
		float: right;
	}

	#header a.phone:hover {
		color: #5b828b;
	}

	/*Navigation*/
	#header #nav {
		display: inline-block;
		float: right;
		list-style: none;
		padding: 0;
		margin: 0 !important;
		position: relative;
		font-size: 14px;
	}

	#nav > li {
		display: block;
		float: left;
		position: relative;
	}

	#nav li:last-child {
		margin-right: 0px !important;
	}

	#nav > li > a {
		padding: 25px .5em 15px .5em;
		font-size: 13px;
		font-weight: 700;
		color: #3a3942;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
	}

	#nav > li > a:hover, #nav > li:active > a, #nav > li:hover > a {
		color: #5b828b;
	}

	#nav .current-menu-item > a {
	}

	/*Nav - Submenu*/
	#nav > li > ul {
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
	}

	#nav ul {
		background: #302E37;
		cursor: pointer;
		display: block;
		width: 200px;
		padding: 0;
		top: 100%;
		left: -9999px;
		opacity: 0;
		position: absolute;
		margin-left: 0;
		z-index: 999;
	}

	#nav ul li {
		display: block;
		height: 0px;
		margin: 0;
		padding: 0;
		position: absolute;
	}

	#nav ul li a {
		color: #fff;
		display: block;
		font-size: 14px;
		padding: 5px 15px 10px 15px;
		text-decoration: none;
		font-weight: 400;
		text-align: left;
	}

	#nav > li > ul > li:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #5b828b;
		margin: 0 auto;
	}

	#nav > li > ul > li:last-child:after {
		display: none;
	}

	#nav > li > ul > li.menu-item-has-children:hover > a, #nav > li > ul > li.menu-item-has-children:active > a, #nav > li > ul > li.menu-item-has-children:focus > a {
		border-top: 5px solid #5b828b;
	}

	#nav > li > ul > li > a:before {
		content: '-';
		font-size: 1.25em;
		margin-right: 10px;
		position: relative;
		top: .125em;
		color: #5b828b;
	}

	#nav > li:hover > ul {
		left: 0px;
		opacity: 1;
		transition: opacity 450ms ease-in-out;
		-o-transition: opacity 450ms ease-in-out;
		-moz-transition: opacity 450ms ease-in-out;
		-webkit-transition: opacity 450ms ease-in-out;
		-ms-transition: opacity 450ms ease-in-out;
	}

	#nav li:hover > ul > li {
		height: auto;
		position: relative;
	}

	#nav ul li:last-child > a {
		border-bottom: none;
	}

	#nav ul li:hover > a {
		color: #fff;
		font-weight: 600;
	}

	#nav ul ul {
		display: none;
	}

	/*** Sub Menu - 2nd dropdown ***/
	#nav ul > li > ul {
		cursor: pointer;
		display: block;
		opacity: 0;
		position: absolute;
		z-index: 99999;
		top: 0px;
		border-top: 5px solid #5b828b;
		padding: 0 !important;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	#nav ul ul:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-color: transparent transparent transparent #5b828b;
		position: absolute;
		z-index: 2;
		top: 5px;
		left: 0;
		border-style: solid;
		border-width: .75em 0 .75em 1em;
	}

	#nav ul ul li {
		display: block;
		height: 0px;
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #5b828b;
		-webkit-transition: background-color 0.3s ease;
		-moz-transition: background-color 0.3s ease;
		-o-transition: background-color 0.3s ease;
		-ms-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;
	}

	#nav ul > li:hover > ul {
		opacity: 1;
		left: 200px;
	}

	#nav ul li:hover > ul > li {
		height: auto;
		position: relative;
		padding: 0 1.5em;
	}

	#nav ul ul li a {
		display: block;
		padding: 10px 0;
		line-height: normal;
		margin-bottom: 0;
		border-bottom: 1px solid #5b828b;
		font-weight: 400;
		text-align: center;
	}

	#nav ul ul li:hover > a {
		color: #fff;
		font-weight: 600;
	}

	#nav ul ul:hover {
		z-index: 9999999 !important;
	}

	#main #signals .icons {
		background: #fff;
		margin-bottom: 10px;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
	}

	#main #timeline #attorney-section {
		padding-left: 0;
		position: absolute;
		bottom: 0;
	}

	#main #infocenter ul li h3 > a:before {
		background: #5b828b;
	}

	#main .details .social li {
		margin-right: 0;
		float: left;
		font-size: 1.25em;
	}

	#main #areas .title {
		margin-top: 220px;
	}

	#main #areas .areas ul li {
		display: inline-block;
		float: right;
	}

	#main #areas .areas ul li:first-child, #main #areas .areas ul li:nth-of-type(2) {
		width: 28%;
		padding: 80px 3% 10px 3%;
		min-height: 250px;
		clear: right;
		float: right;
	}

	#main #areas .areas ul li:nth-of-type(3) {
		width: 28%;
		padding: 60px 3% 10px 3%;
		position: absolute;
		top: 80px;
		margin-top: 80px;
	}

	#main #areas .areas ul li:nth-of-type(4) {
		width: 44%;
		position: absolute;
		top: 80px;
		right: 28%;
	}

	#main #areas .areas ul li:nth-of-type(5) {
		position: absolute;
		width: 44%;
		right: 28%;
	}

	#main #areas .areas ul li:nth-of-type(6) {
		position: absolute;
		width: 44%;
		left: 0;
	}

	#main #areas .areas ul li:nth-of-type(7) {
		position: absolute;
		width: 28%;
		right: 28%;
	}

	#main #areas .areas ul li.all {
		clear: right;
		width: 28%;
		padding: 0 !important;
	}

	#main #areas .areas ul li.all > a {
		padding-top: 75px;
		padding-bottom: 40px;
	}

	#main #recoveries a.all {
		position: absolute;
		display: block;
		width: 200px;
		left: 0;
		top: 230px;
		margin-left: 3%
	}

	#main #recoveries .title {
		padding-left: 0;
	}

	#main #infocenter p.highlight {
		margin-bottom: 100px;
	}

	#main .content .contact {
		padding-left: 40px;
	}

	#main #subscribe #gform_wrapper_2 .gform_body {
		width: 75%;
	}

	#main #subscribe #gform_wrapper_2 .gform_footer {
		display: inline-block;
		width: 22%;
		float: left;
		margin: 0 0 0 3% !important;
		max-height: 30px;
	}

	#footer .details ul > li:before {
		content: "|";
		margin: 0 5px;
	}

	#footer .details ul > li:first-child:before {
		display: none;
	}

	/*** Animations Desktop ***/
	@-webkit-keyframes fadeInDown {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}
		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
	@keyframes fadeInDown {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}
		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
	.fadeInDown, #header.scrolled .top {
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
	}

	@-webkit-keyframes zoomInDown {
		from {
			opacity: 0;
			-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
			transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
			-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
			animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		}
		60% {
			opacity: 1;
			-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
			transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
			-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
			animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		}
	}
	@keyframes zoomInDown {
		from {
			opacity: 0;
			-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
			transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
			-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
			animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		}
		60% {
			opacity: 1;
			-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
			transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
			-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
			animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		}
	}
	.zoomInDown, #header.scrolled .top a.phone {
		-webkit-animation-name: zoomInDown;
		animation-name: zoomInDown;
	}

	/* Rectangle Out */
	.hvr-rectangle-out {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		background: #fff;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	.hvr-rectangle-out:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #5b828b;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
		color: white;
	}

	.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	/* Hang */
	@-webkit-keyframes hvr-hang {
		0% {
			-webkit-transform: translateY(8px);
			transform: translateY(8px);
		}

		50% {
			-webkit-transform: translateY(4px);
			transform: translateY(4px);
		}

		100% {
			-webkit-transform: translateY(8px);
			transform: translateY(8px);
		}
	}

	@keyframes hvr-hang {
		0% {
			-webkit-transform: translateY(8px);
			transform: translateY(8px);
		}

		50% {
			-webkit-transform: translateY(4px);
			transform: translateY(4px);
		}

		100% {
			-webkit-transform: translateY(8px);
			transform: translateY(8px);
		}
	}

	@-webkit-keyframes hvr-hang-sink {
		100% {
			-webkit-transform: translateY(8px);
			transform: translateY(8px);
		}
	}

	@keyframes hvr-hang-sink {
		100% {
			-webkit-transform: translateY(8px);
			transform: translateY(8px);
		}
	}

	.hvr-hang {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
	}

	.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active, .hvr-hang.active {
		-webkit-animation-name: hvr-hang-sink, hvr-hang;
		animation-name: hvr-hang-sink, hvr-hang;
		-webkit-animation-duration: .3s, 1.5s;
		animation-duration: .3s, 1.5s;
		-webkit-animation-delay: 0s, .3s;
		animation-delay: 0s, .3s;
		-webkit-animation-timing-function: ease-out, ease-in-out;
		animation-timing-function: ease-out, ease-in-out;
		-webkit-animation-iteration-count: 1, infinite;
		animation-iteration-count: 1, infinite;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-direction: normal, alternate;
		animation-direction: normal, alternate;
	}
}

/*Min Width - 986px;*/
@media (min-width: 986px) {
	#header #nav a.phone {
		display: block;
		position: relative;
		top: -.1em;
	}

	#header #nav {
		width: 100%;
	}

	#nav > li > a {
		padding: 40px .65em 25px .65em;
		font-size: 15px;
	}

	#nav ul {
		width: 240px;
	}

	#nav ul > li:hover > ul {
		opacity: 1;
		left: 240px;
	}

	#main #banner .home-content {
		padding-top: 75px;
	}

	#main #banner .home-content h2 {
		line-height: .813em;
	}

	#main #recoveries a.all {
		top: 175px;
	}

	#main #timeline #attorney-section {
		position: relative !important;
	}

	#main #infocenter ul li h3 {
		font-size: 11px;
	}

	#main #attorneys .attorney-profile .attorney-img img {
		float: none;
		margin: 0;
	}

	#main #blog .featured-categories .hvr-target:nth-of-type(4) {
		clear: left;
	}

	#footer ul.copyright > li {
		display: inline;
		margin-right: 5px;
	}

	#footer ul.copyright > li:after {
		content: '|';
		padding-left: 5px;
	}
}

@media (min-width: 1060px) {
	#main #infocenter ul li h3 {
		font-size: 13px;
	}
}

@media (min-width: 1296px) {
	#main .details .social li {
		width: initial;
		margin-right: 0;
		float: left;
		font-size: 1.5em;
	}

	#main #infocenter ul > li {
		min-height: 155px;
	}

	#main #infocenter ul li h3 {
		font-size: 15px;
	}

	#main.category .post .post-title {
		margin-left: 0px;
	}

	#main.category .post .post-title .meta li:nth-of-type(2):after {
		display: none;
	}

	#main.category .post .post-title .meta li:nth-of-type(3) {
		display: block;
		position: relative;
		top: 5px;
	}

	#main article#blog .featured-categories .hvr-target:nth-of-type(4) {
		clear: left;
	}

	#footer .details ul > li.address, #footer .details ul > li.phone {
		display: inline;
		clear: none;
	}

	#footer .details ul > li.address:before {
		display: inline;
		content: " | ";
	}

	footer .bottom.row div#address-block {
		margin: 25px 0;
	}
}

#main .texture {
	background: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/7gAOQWRvYmUAZMAAAAAB/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8fAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCACLAJUDAREAAhEBAxEB/8QAbAABAQEBAAAAAAAAAAAAAAAAAQACCAEBAAAAAAAAAAAAAAAAAAAAABAAAQMDAgQFBAIBBAMAAAAAAQARITFBAlFhcRIiMvCBwdFCkbHhUqFigvFy0hOisgMRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AOoiARx+VBwQADE4nuoEE0jHIPoyBpBnE1OiCJAxbIOK4k34oH+RbLbQ7IAhgSA92r4CCDyajK2usoLkDDlPTfLXZkFixgBy3SLeaCqYLmDzFAPPNTLW/FBokAgnvFAPFEASMhP00tGyCycnluWI/sgAHHV5HxZAksxB6j/P5QBcZAAyKAWQT/8Azd//ABs/sgfNtS3iUFWD0/qSbacEAMgXxyECmyBAPEmg/YIJhJk6g2OqAkFxIYOT4og0G1YCQ9eKAMyIaos2o2QTuXxcN/J90F0nqpiK48UExJDxlYm+xQQEAtsXtsUCYDkEzGr7oAdJLyNR6IHpZhOJkkWQBJHGoNighR4BNAfugDiTNMvp5oL/ALJ3/droFsSHZhbG7+qCglsi+RvpsgIAJqA3KDdBcpMuwIcnRAyT0xqdeKCgfSnrugmetTI4+yAxfIOSwEg6IJ5LAgCpu3uUGnAAyAcfEaC6C5cqVyEka8UA7k5CcD3P9kFJ7SSTANDwQTNNf62O6BpQvhcNdAEXqCXxB1uSgLuT1PG3iyBJLNc13PFAMHa+m6Byy5QDHNYjRBA8pcRj/LbILEEzQ7y/5QJZoDEWO9ygu22x0GxQHy+xoeKBIDF5eQeN0FmHjIs0k++6DJLn+uNqoEY/Idp+oGyCPKwGNBTdAk4mXLfIaoMv1TAIaNEGg/N1RnV0BQuIxFcTQIGWOQEfIGfAQZcDqfmeMn3sgg4YyR8UGoZ36aNfg+iAJDuQ+WVcT6ILlYiXBdigY5Z7Q77lAAmciQMxQ6oIViGq9G39EFqAOUAu5qPFkFVx5udNUFynttYD7oJrkEs7/lBE8rO5Ap7OgpLvH9bHRkECQQKZ4+GQUy0ZVbTdAg48oBcCx0380F1G7ECdCEGCW7YAqdUGoJh8bZC3AIIVIDA0OnBBNi/M8abaIIsA5iYN31QUis5ZVOjIJuoG+mp/4oJn6riu3kgCHimIq/3KDTgjlILAUuEA54y4AoeCBEw4ABdgbjQoDmcECBceyAbFmFSJfbRAgjFhX04IIjlL5F8rGv1QMQcpc9OXugyRlzdZLUJ9kGsXGTGzkEWQBDsPhkYI1QBxfpplYWbVA1PV24130KBl6detv9yAA5Zq9MRdAMBIDg+GQXcxdtTp+EGi/MzNkWHNUgbsgjPSKiQbHcoAEgmTo9zsgCYYVN7eSBJAdgwmdOCCfccwFrIM4jKlGl9EGmeQz3e25QGDiAOZ7FmhBFw7l3QOWVAaGjW0QQYjlP8AjuUF0hwZsTvsEFlAIAdqXYXKC0cAD4h9ddkD1f5PS7v/AOqAJMEdz+X4QTACJ10n0QQo/wBNfH3QR/XGeH8oJuZo6ZLi7aBBNzHXCg18kEMYaDoBTJBGjk9OiDOUTc20QaAJADsRLWBQQPMGx7rjXdAwQ2IcGu6DJAYETYBAgMzFyYc0GxQAqcZBevogeaCNPoBcIDGAGqTAQWU7ZUyx1QLZNUNq5pogqsR32fTfdBYg0xDkC939EBixDATfLXggjk4nza+6DTGhjHH6goLIh4Eaa8EA4vLioFhdtECC5BbqMvpugy8nHxx4oI4j40JjI2QMZOA5uR+yCORh+41247IEl3nQF6H8IAY/Qw3ogS5DGtDlogzllFSf1PugmA6mrUflBAay1PygupneCXe+iCBBMu4p+yDWQgsdiR4ogGLS4N/GqCEzjOZoT9kBbpkCr+KINEngRIBsgHyBc2YzbcoCT2l8XvV/NBOC/LBruUDjOJhsdRsgnAkNtpx47IGCwyDGoap/KAIJLUANRR0C4ABMQwItsEGXci2Q+NvJAvSXyNfGqAxgak2r4KCOTFpGJka8UC804m3H6IKbFjTms26CxcFxi7VBv40QREvTXLxdAAm0WxPHVBPJzxgixtZ0CwLkDqIcg0G6CcGAXo512QBFBUUxG+iBqSDW5t5oIvGQPUb3NkCC84yL4m27oCxc8wJn8IIUBZ8Raze6BJxyaZtk3iUA2jAj5Cg2QUMQIHyxZ23QDASIBE6jZBPPXYvwJQHLk7PNXeOKDRx07D3EbIFmD/H4kIMmB+w+XFBZPzNiXxpsHQILlxaOZvRBYiDoSWNjxQZyzJMyNKOg2HpUmp20O6DOJDROuOqA5pgwYc6aINASwhpA14IKoJxhu4C3BBTBB5Wny14oJhl2xciv0QTimI2Y/figiw6se23FBNi7kN+w30CA5schyk07T6IFhyN8tLoDtMTjp7oKsiS/bb6INRiCwcksdns10GQzjGx0aZQMGBAAnJBF2hwNz4hAAEWkSCbDVBEgwJApqSgDk81yNt9UCQXD6OTsgcn4NTZBDJ+owRajoItT4fHJAsQWEEU24oAkmRUxkPdAgEHJ7s7/AIQZN2gARrVBrlpkO+2+/FBlsWedeZBOTsaEINAY6OaAi/jVBkVdq2EfRAl2rWjXQZYM4FBTVBpgWDR8cblAzkI1pTyKDIk9Lv8AJvRAgf5ZmnugmDtQ2y39kEAGjGkHHfVAOCx2rUDdA4m7EYA+boIE9p0vQbFAZ9LsXep9EDjAANTQf8vRBEZQBq4G4hBE0ypdvUIGeXmir+XugnBD7MMRVtEAC8mQbU5dwgdZfWznUIAinL3GhFDugHFBDeT7oNDEORR4ANh7oIOGoMxGRPqgDyjFxTas67IICgInb+EFliDB6cqnRAv8nOLUy1QFcnaokhBOcnytjHuECSHIdhUbflBQD/b9atvugAMWOJMkPl4ugiaA1I+osghlPM0mjfdkFHc0PSfq6C5ZjuEPqgszA5e0TFXQIljjLUx290AO0t25VJQTcpDzl8eGqCAJJDdQkE2fVAu8AuRc3AQZLMZfIyToEDiWmuONNkCeD3xA+6DEAh710QaNeWmNr1QGXMIHaKXfdBcsuILO2iCcCAXP7eyBiCIYvloECZkfGSDZACslsu7m0CB5tvLar6IDl+NBroTZAtWOqw1AqEA5IiDcCKacEFzB6ccdd21QQAZsqVxOm6AJMYml931QakxU3OviyCIcC+Og+SDJZ57bAWKC5iQSINS3ogsf1B6v29AgjD4wG/jggXx+m1DqguU3LESb+aCkEnEdJtqNUFEEPEYt9uKCFQ0F2IFOPkgQ2Q5bivHVBl82d79zoE0xo38eV0CPP1/xQF8fA8kEG/mX9UGDfjeqBPp5eSB+I4eVZQJ7j3UHHzQB782b0rugb3tSlUGcu3zKDWdRW1e7yQRfnNHa7f6IIt/1Q3dDflAY9op5+KINn5V35vH0ZBnTgK18kEH5hx+LaIH7cvl7oP/Z');
}

@media only print {
	/*** Print Styles - to use, add link attirbute onclick=""window.print();" - ***/
	/** Hide **/
	#header #stick, nav, #breadcrumbs, #subscribe, #bottom, #footer, #main #comments, #header.scrolled .top {
		display: none !important;
	}

	/*** Header ***/
	body {
		page-break-after: always;
	}

	#main {
		position: relative;
		top: -75px;
	}

	#header .logo {
		width: 100%;
		position: relative;
		top: -75px;
	}

	#header #logo {
		display: block;
		margin: 0 auto;
		width: 463px;
		height: 63px;
		padding-bottom: 20px;
		border-bottom: 2px solid #e7e7e7;
	}

	h1 {
		color: #5b828b;
	}

	img {
		max-width: 500px;
	}

	p a:after {
		content: " (" attr(href) ")";
		font-size: 80%;
	}

	p a[href^="http://"]:after {
		content: " (" attr(href) ")";
		font-size: 90%;
	}

	p a:after {
		content: " " attr(href) ")";
	}

	p a[href^="#"]:after {
		display: none;
	}

	p a[href^="http://"]:after, a[href^="https://"]:after {
		content: " (" attr(href) ")";
	}

	p a {
		word-wrap: break-word;
	}

	q:after {
		content: " (Source: " attr(cite) ")";
	}

	/*** Copyright Added ***/

	#main article.content {
		padding: 1em 0;
	}

	#main #title ul.meta > li {
		display: block !important;
		width: 100%;
		float: none;
		border-right: 0 !important;
		padding: 0 0 1.5em 0 !important;
		text-align: center;
	}
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
	}

	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}

	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}

	.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/*** Mid CTA Shortcode ***/

div#mid-cta {
	padding: 25px;
	box-shadow: 1px 1px 5px #aaa;
}

div#mid-cta h3.cta-headline {
	color: #5b828b;
}

div#mid-cta h3.cta-headline:after {
	content: '';
	background: url(/wp-content/themes/Juris_SonnLaw/images/shield.svg);
	width: 35px;
	height: 35px;
	display: block;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 7px;
}

div#mid-cta p.cta-text {
	font-style: italic;
	font-size: 18px;
}

div#mid-cta a.cta-button {
	border: 1px solid #5b828b;
	color: #5b828b;
	display: block;
	background: #fff;
	width: 225px;
	text-align: center;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-weight: 700;
	text-decoration: none;
}

div#mid-cta a.cta-button:hover {
	background: #5b828b;
	color: #fff;
	text-decoration: none;
}

/*** Header Styles ***/

body.new-header #header .cta-wrapper {
	display: table;
}

body.new-header #header .button-wrapper, body.new-header .cta-phone-text {
	display: table-cell;
	vertical-align: middle;
	float: none;
	text-align: right;
	font-family: "Merriweather", serif;
}

body.new-header #header div.nav-wrapper {
	background: rgba(48, 45, 55, 1);
	position: absolute;
	width: 100%;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (min-width: 768px) {
	body.new-header #header.scrolled div.nav-wrapper {
		background: rgba(48, 45, 55, 1);
	}
}

body.new-header #header div.nav-wrapper nav > ul > li > a, body.new-header #header div.nav-wrapper nav > ul > li > a:hover {
	color: #fff;
}

body.new-header #header div.nav-wrapper nav > ul > li:hover {
	background-color: #5b828b;
}

body.new-header #header a.button {
	background: #5b828b;
	font-size: 16px;
	font-family: "Merriweather", serif;
	max-width: calc(80% + 1.5vw);
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size: calc(-2px + 1.5vw);
	color: #fff;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	border: 2px solid #f7e9cc;
}

body.new-header #header a.button {
	max-width: calc(45% + 1.5vw);
	font-size: calc(-2px + 1.5vw);
	padding: 10px 24px;
	margin: 0;
	float: left;
}

body.new-header #header .hvr-rectangle-out:before,
body.new-header #header .hvr-rectangle-out:before {
	background: #fff;
}

body.new-header #header .hvr-rectangle-out:hover,
body.new-header #header .hvr-rectangle-out:focus,
body.new-header #header .hvr-rectangle-out:active {
	color: #5b828b;
}

body.new-header .cta-phone-text a.phone {
	font-size: calc(10px + 1.5vw);
	text-decoration: none;
}

body.new-header .cta-phone-text span.text {
	font-size: calc(2px + 1vw);
}

body.new-header #header nav {
	width: 100%;
}

body.new-header #header #nav ul {
	width: 100%;
	min-width: 300px;
}

body.new-header #nav > li {
	/*width: calc(100%/6);*/
	text-align: center;
}

body.new-header #nav > li > a {
	padding: 20px 0;
}

/*** Post Rating Styles ***/

.post-rating-wrapper {
	margin-top: 25px;
}

.post-ratings img {
	display: inline-block;
	margin-right: 5px;
}

.post-rating-wrapper .stats {
	padding: 0;
}

html #wpadminbar {
	top: unset;
	bottom: 0;
}

@media (max-width: 600px) {
	#header {
		position: fixed;
		top: 0px !important;
	}
}

/*** Cookie Bar Styles ***/

span.cookie-text, span.cookie-button {
	display: inline-block;
}

span.cookie-button {
	margin: 25px;
}

@media (min-width: 769px) {
	body.new-header #header #nav {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	body.new-header .header-content-wrapper, body.new-header .cta-wrapper {
		padding: 0;
	}

	body.new-header #header, body.new-header #header #mobile-head.row {
		padding-top: 0;
	}

	body.new-header #header .logo {
		width: 33.33333333%;
		min-width: 270px;
		z-index: 10;
	}

	body.new-header #header div.nav-wrapper {
		background: #fff;
		position: absolute;
		width: 63px;
		z-index: 1;
		right: 0;
		top: 0;
		min-height: 60px;
	}

	body.new-header #header .slicknav_menu .slicknav_btn .slicknav_icon-bar, body.new-header #header .slicknav_menu .slicknav_btn:hover .slicknav_icon-bar {
		background-color: #5b828b;
		width: 33px;
		height: 2px;
	}

	body.new-header #header .cta-wrapper {
		position: absolute;
	}

	body.new-header #header .button-wrapper, body.new-header .cta-phone-text {
		position: absolute;
		top: 0;
	}

	body.new-header #header .button-wrapper {
		padding: 0;
	}

	body.new-header .cta-phone-text {
		top: 10px;
		width: auto;
		right: 10%;
		z-index: 9;
	}

	body.new-header #header .button-wrapper {
		max-width: 100%;
		width: 100%;
		position: absolute;
		bottom: 0;
		z-index: 1;
	}

	body.new-header #header a.button.spam {
		max-width: 50% !important;
		width: 100%;
		position: absolute;
		bottom: -35px;
		z-index: 9;
		border: 0;
		border-right: 1px solid #fff;
		font-size: 12px;
	}

	body.new-header #header a.button.cruise {
		max-width: 50% !important;
		width: 100%;
		position: absolute;
		bottom: -35px;
		z-index: 9;
		border: 0;
		font-size: 12px;
		right: 0;
	}

	body.new-header .cta-phone-text span.text {
		font-size: 12px;
	}

	body.new-header a.phone {
		font-size: 21px;
	}

	body.new-header .slicknav_nav {
		top: 61px !important;
	}

	body.new-header #main #banner {
		padding-bottom: 60px;
		padding-top: 125px !important;
	}

	body.new-header main#main.category,
	body.new-header main#main.single,
	body.new-header main#main.blog {
		padding-top: 61px !important;
	}
}

@media (max-width: 600px) {
	body.new-header span.number, body.new-header span.text {
		display: none;
	}

	body.new-header .cta-phone-text {
		display: none;
	}

	body.new-header #header div.nav-wrapper {
		top: 0px !important;
		position: fixed;
		z-index: 1000;
		height: 60px;
		width: 60px;
		background-color: transparent;
		display: flex;
		align-items: center;
	}

	body.new-header #header div.nav-wrapper .mobile-menu {
		position: relative;
	}

	body.new-header #header .slicknav_menu .slicknav_btn .slicknav_icon-bar {
		background-color: #212121;
		width: 23px !important;
		transition: background-color .25s;
	}

	#header > li.desktop.searchHover a {
		color: #212121;
		transition: color .25s;
	}

	#header > li.desktop.searchHover a:hover {
		color: #5b828b;
	}

	body#home #header {
		top: 0px !important;
	}

	.mobile-menu .slicknav_btn {
		margin: 0px !important;
		text-align: center;
	}

	.slicknav_menu .slicknav_no-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	body#home.scrolled #header {
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	}

	#header > li.desktop.searchHover {
		height: 60px;
		width: 60px;
		display: flex !important;
		justify-content: center;
		align-items: center;
		position: fixed;
		right: 60px;
		top: 92px;
		font-size: 20px;
		cursor: pointer;
		z-index: 1000;
		background-color: #e7e7e7;
	}

	#header > li.desktop.searchHover a {
		outline: none !important;
	}

	body.new-header #header .logo {
		max-width: calc(100% - 120px);
		height: 60px;
		display: flex;
		align-items: center;
	}

	div#top-bar {
		height: 92px;
	}

	body.new-header #main #banner {
		padding-top: 160px !important;
	}

	body.new-header .slicknav_nav {
		top: 46px !important;
	}

	body.new-header main#main.category,
	body.new-header main#main.single,
	body.new-header main#main.blog {
		padding-top: 150px !important;
	}
}

@media (max-width: 420px) {
	div#top-bar .bottom a {
		width: 140px;
		padding-right: 5px;
	}

	div#top-bar .bottom a span:not(.icon) {
		padding-left: 5px;
	}

	body.new-header #header .logo {
		min-width: calc(100% - 120px);
	}

	body.new-header #main #banner {
		padding-bottom: 60px;
		padding-top: 200px !important;
	}

	body.new-header #header a.button.spam {
		max-width: 100% !important;
		border-right: none !important;
	}

	body.new-header #header a.button.cruise {
		max-width: 100% !important;
		bottom: -70px !important;
		border-top: 1px solid #fff;
	}

	div#top-bar .bottom a {
		font-size: 12px;
	}

	div#top-bar .bottom a span.icon {
		width: 35px;
		height: 35px;
	}

	div#top-bar {
		padding: 15px 10px;
		height: 90px;
	}

	#header > li.desktop.searchHover,
	body.new-header #header div.nav-wrapper {
		top: 0px !important;
	}

	/*body.new-header #header div.nav-wrapper {
					top: 3px;
			}*/
}

@media (max-width: 370px) {
	#header .logo img {
		width: 200px;
	}
}

/*** Single Post Byline ***/

main#main.single .byline-wrapper {
	display: flex;
	align-items: center;
}

main#main.single .image-wrapper {
	flex: 25%;
	margin-right: 15px;
}

main#main.single .image-wrapper img {
	min-width: 125px;

}

main#main.single .byline-wrapper p {
	color: #fff;
	font-family: "Merriweather", serif;
}

@media (max-width: 768px) {
	main#main.single .byline-wrapper p {
		font-size: 13px;
		line-height: 20px !important;
	}
}

@media (max-width: 450px) {
	main#main.single .byline-wrapper {
		display: block;
	}

	main#main.single .image-wrapper img {
		max-width: 150px !important;
		margin: 0 auto 25px;
	}

	main#main.single .byline {
		padding: 25px !important;
	}
}

/*** Header Search Form ***/

/*** Search Form Popover ***/

span#form-field form.search-form {
	z-index: 999999;
	width: 100%;
	position: absolute;
	top: -50vw;
	margin: 0 auto;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

span#form-field.active form.search-form {
	position: relative;
	top: 23vw;
	opacity: 1;
}

span#form-field form.search-form input.search-field {
	width: 40vw;
	padding: 21px 20px 24px;
	font-size: 20px;
	border-radius: 0;
	background: 0 0;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .5);
	min-width: 275px;
	display: unset;
}

div#search-hvr-top.active {
	top: 0;
}

div#search-hvr-bottom.active {
	bottom: 0;
}

div#search-hvr-bottom p {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	font-size: calc(15px + 1vw);
	padding: 25px 20%;
	font-weight: 300;
	font-style: italic;
}

span#form-field input.search-submit {
	border-radius: 0;
	background: #5b828b;
	opacity: .2;
	padding: 27px;
	top: 0;
	position: relative;
	font-family: 'Font Awesome 5 Pro' !important;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .5);
	left: 5px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

div#search-hvr-top {
	z-index: 1002;
}

div#search-hvr-top #close-icon {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 25px;
	cursor: pointer;
	color: #fff;
}

li.desktop.searchHover a {
	text-align: left;
}

body.new-header #nav > li {
	padding: 0 3%;
}

@media (max-width: 1199px) {
	body.new-header #nav > li {
		padding: 0 2%;
	}
}

@media (max-width: 1024px) {
	body.new-header #nav > li {
		padding: 0 1%;
	}
}

@media (max-width: 768px) {
	li.desktop.searchHover {
		display: none;
	}

	span#form-field form.search-form {
		display: flex;
		justify-content: center;
	}

	span#form-field input.search-submit {
		padding: 20px;
	}

	span#form-field form.search-form input.search-field {
		padding: 10px;
		min-width: unset;
	}

	span#form-field.active form.search-form {
		top: 40vh;
	}
}

html.smooth-scroll {
	scroll-behavior: smooth;
}

#internal main.sidbar-template #banner #breadcrumbs {
	padding: 10px 5%;
	background: #212121;
}

#internal main.sidbar-template #banner #breadcrumbs nav {
	width: 100% !important;
	margin-left: 0px !important;
}

#internal main.sidbar-template #banner #breadcrumbs nav * {
	font-weight: 300;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 0.1em;
	color: #FFFFFF !important;
}

#internal main.sidbar-template #banner #breadcrumbs nav a {
	text-decoration: underline;
}

#internal main.sidbar-template #banner #breadcrumbs nav .breadcrumb_last {
	font-weight: 700;
}

#internal main.sidbar-template #banner {
	padding: 250px 5% 100px !important;
	position: relative;
	z-index: 1;
}

#internal #main.sidbar-template {
	overflow: unset !important;
}

#internal #main.sidbar-template #banner:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0px;
	left: 0px;
	background: linear-gradient(89.9deg, #024E63 32.42%, rgba(12, 129, 156, 0) 149.05%);
	z-index: -1;
}

#internal #main.sidbar-template #banner .banner-area {
	max-width: 1260px;
}

#internal #main.sidbar-template #banner .banner-area h1 {
	font-weight: 900;
	font-size: 52px;
	line-height: 150%;
	color: #FFFFFF;
}

#internal #main.sidbar-template #banner .banner-area a.button {
	background-color: #FFF;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	border: none !important;
	color: #000000;
	width: fit-content;
	padding: 15px 28px;
}

#internal #main.sidbar-template #banner .banner-area a.button:hover {
	background-color: #0BC1EC;
	color: #FFF;
}

#internal #main.sidbar-template #template-wrapper {
	display: flex;
	flex-wrap: wrap;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar {
	width: 600px;
	padding: 60px 90px;
	background: #E4E4E4;
	height: inherit;
}

#main .side-form-wrapper {
	padding: 35px 50px 40px;
	background: #024E63;
	border-radius: 10px;
}

#main .side-form-wrapper .side-form-header h2 {
	font-weight: 400;
	font-size: 26px;
	line-height: 160%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 35px;
}

#main .side-form-wrapper .gform_wrapper .gform_body ul.gform_fields {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}

#main .side-form-wrapper .gform_wrapper .gform_body ul.gform_fields input {
	background-color: transparent;
	padding: 18px 0px;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	color: white;
}

#main .side-form-wrapper .gform_wrapper .gform_body ul.gform_fields input::placeholder {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.25em;
	color: #FFFFFF;
}

#main .side-form-wrapper .gform_wrapper .gform_footer {
	text-align: center;
	height: unset;
}

#main .side-form-wrapper .gform_wrapper .gform_footer input[type="submit"] {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	padding: 16px 14px;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
	transition: all .25s
}

#main .side-form-wrapper .gform_wrapper .gform_footer input[type="submit"].disabled {
	opacity: 0.6;
	pointer-events: none !important;
	cursor: not-allowed;
}

#main .side-form-wrapper .gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #0BC1EC;
	color: #FFF;
}

#main .side-form-wrapper .gform_wrapper .gform_footer .read-checkbox {
	margin-bottom: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main .side-form-wrapper .gform_wrapper .gform_footer .read-checkbox label {
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	color: #FFFFFF;
	margin-left: 4px;
	margin-top: 1px;
}

#main .side-form-wrapper .gform_wrapper .gform_footer .read-checkbox label a {
	color: #FFF;
	transition: color .25s
}

#main .side-form-wrapper .gform_wrapper .gform_footer .read-checkbox label a:hover {
	color: #0BC1EC;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper {
	margin-top: 40px;
	background-color: #FFF;
	background: #F8F8F8;
	border-radius: 10px;
	overflow: hidden;
	padding: 36px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: sticky;
	top: 175px;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .table-content-title {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #01303E;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc {
	margin: 25px 0px 0px;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc .lwptoc_i {
	padding: 0px !important;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_itemWrap .lwptoc_item a {
	margin-bottom: 15px;
	border-bottom: none !important;
	display: block;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_itemWrap {
	max-height: 350px;
	overflow: auto;
	padding-right: 5px;
}

/* width */
#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_itemWrap::-webkit-scrollbar {
	width: 12px;
}

/* Track */
#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_itemWrap::-webkit-scrollbar-track {
	background: #FFF;
	border-radius: 10px;
}

/* Handle */
#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_itemWrap::-webkit-scrollbar-thumb {
	background: #C4C4C4;
	border-radius: 10px;
	border: 4px solid #FFF;
}

/* Handle on hover */
#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_itemWrap::-webkit-scrollbar-thumb:hover {
	background: #B4B4B4;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_items.custom:after {
	height: 150px;
	background: linear-gradient(rgba(242, 242, 242, 0), rgba(242, 242, 242, .7));
	left: 0;
	right: 15px;
	bottom: 0;
	position: absolute;
	content: '';
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_itemWrap .lwptoc_item a {
	cursor: pointer;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_itemWrap .lwptoc_item a .lwptoc_item_number {
	width: 20px;
	text-align: right;
	min-width: 20px;
	margin-right: 5px;
	margin-top: 1px;
	color: #09829E;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_itemWrap .lwptoc_item a span {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #212121;
}

#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper .lwptoc_itemWrap .lwptoc_item a.active span {
	font-weight: 700;
	color: #09829E;
}

#internal #main.sidbar-template #template-wrapper article {
	flex: 1;
	height: inherit;
	padding: 75px 80px 75px 50px
}

@media (max-width: 1440px) {
	#internal #main.sidbar-template #template-wrapper aside.sidebar {
		width: 450px;
		padding: 50px 30px;
	}

	#internal #main.sidbar-template #template-wrapper article {
		padding: 50px 30px;
	}
}

@media (max-width: 1024px) {
	#internal #main.sidbar-template #template-wrapper {
		flex-wrap: nowrap;
		flex-direction: column-reverse;
	}

	#internal #main.sidbar-template #template-wrapper aside.sidebar {
		width: 100%;
		box-sizing: border-box;
	}

	#internal #main.sidbar-template #template-wrapper aside.sidebar .lwptoc-wrapper {
		display: none !important;
	}

	#internal #main.sidbar-template #banner .banner-area h1 {
		font-size: 42px;
	}

	#internal #main.sidbar-template #template-wrapper article {
		padding: 50px 4vw !important;
	}
}

@media (max-width: 768px) {
	#internal main.sidbar-template #banner #breadcrumbs {
		padding: 10px 4vw !important;
	}

	#internal #main.sidbar-template #banner .banner-area h1 {
		font-weight: 900;
		font-size: 28px;
		line-height: 150%;
		color: #FFFFFF;
	}

	#internal main.sidbar-template #banner {
		padding: 250px 4vw 80px !important;
	}

	#main a.button {
		font-size: 16px;
		line-height: 20px;
	}

	#internal #main.sidbar-template #template-wrapper aside.sidebar {
		padding: 0px 0px 50px;
		background: #FFF;
	}

	#main .side-form-wrapper {
		padding: 30px 35px;
		width: 100%;
		max-width: 450px;
		margin: 0px auto;
	}
}

/* Custom Mobile Header */
@media (max-width: 768px) {
	body.new-header #header .cta-wrapper {
		display: none !important;
	}
}

@media (min-width: 601px) {
	body.new-header #header .mobile-head-2023 {
		display: none !important;;
	}

	body.new-header #header ~ .free-consultation {
		display: none;
	}
}

@media (max-width: 600px) {
	body.new-header #header div.nav-wrapper {
		height: 0px !important;
		min-height: 0px !important;
	}

	body.new-header .slicknav_nav {
		top: 80px !important;
	}

	body.new-header #header #mobile-head {
		display: none !important;
	}

	body.new-header #header div.nav-wrapper a.slicknav_btn {
		display: none !important;
	}

	body.new-header #header {
		background-color: #02495D;
		height: fit-content !important;
		padding: 20px 25px;
		box-sizing: border-box;
	}

	body.new-header #header .mobile-head-2023 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	body.new-header #header .mobile-head-2023 .mobile-action-header {
		display: flex;
		column-gap: 50px;
		align-items: center;
		height: 40px;
	}

	body.new-header #header .mobile-head-2023 .mobile-action-header a {
		display: block;
	}

	body.new-header #header .mobile-head-2023 .mobile-action-header a:last-child {
		position: relative;
	}

	body.new-header #header .mobile-head-2023 .mobile-action-header a:last-child::before {
		width: 1px;
		height: 40px;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
		content: '';
		background-color: #C5C5C5;
		left: -25px;
	}

	body.new-header #header ~ .free-consultation {
		z-index: 8;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		padding: 20px;
		border-bottom: 3px solid #02495D;
		background-color: #E9FBFF;
		transition: top 0.3s ease-in-out;
	}

	body.new-header #header ~ .free-consultation a {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 20px;
		text-decoration: none !important;
	}

	body.new-header #header.scrolled ~ .free-consultation {
		top: 80px;
	}

	body.new-header #header ~ .free-consultation .text {
		display: block !important;
		font-family: 'Roboto';
		font-style: italic;
		font-weight: 400;
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 0.02em;
		color: #02495D;
	}

}

@media (max-width: 389px) {
	body.new-header #header {
		padding: 20px 15px;
	}

	body.new-header #header .mobile-head-2023 .mobile-action-header {
		column-gap: 40px;
	}

	body.new-header #header .mobile-head-2023 .mobile-action-header a:last-child:before {
		left: -20px;
	}
}

.single .wp-block-embed {
	max-width: 700px;
}