/**handles:contact-form-7,wpcf7-redirect-script-frontend,theme-style**/
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}
/*
Theme Name: Vanasse Theme
Theme URI: http://vanasselaw.com
Description: Custom developed theme for Vanasse Law.
Version: 1.0
Text Domain: blank
Author: William Pyle / Commexis
Author URI: http://www.commexis.com
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	height:100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#fff;
    height:100%;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings:"lnum" 1;
    -moz-font-feature-settings:"lnum=1";
    -ms-font-feature-settings:"lnum" 1;
    -o-font-feature-settings:"lnum" 1;
    -webkit-font-feature-settings:"lnum" 1;
    font-feature-settings:"lnum" 1;
}

.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

* html .group,
*:first-child+html .group {
	zoom: 1;
}

/* ==========================================
 MISC
========================================== */
.show-screen {
	display:block;
}
.hide-screen {
	display:none;
}
a.post-edit-link {
	color:#212121;
	position:absolute;
	top:1px;
	right:0;
	font-size:12px;
	text-decoration:none;
	padding-top:5px;
}
a.post-edit-link:hover {
	text-decoration:underline;
}
::selection {
  background: #a0b5e1; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #a0b5e1; /* Gecko Browsers */
}

/* ==========================================
 PAGE CONTAINERS
========================================== */
#page { }

.inner-width { width:1300px; }
.footer-width { width:960px; }

blockquote {
    background: #ececec none repeat scroll 0 0;
    padding: 15px;
    margin-bottom:15px;
    margin-top:5px;
}

.alignright {
    float:right;
    padding-left:20px;
    margin-top:10px;
    margin-bottom:10px;
}

.ssba_sharecount {
    margin-right:10px;
}

.ssba-wrap {
    padding-top:10px;
}

/* ==========================================
 BORDERS
========================================== */
.border-bottom {
	border-bottom:1px solid #000;
}


/* ==========================================
 NAVIGATION
========================================== */
#nav {

}

/* ==========================================
 HEADER
========================================== */
header {
	padding-top:10px;
    padding-bottom:10px;
}
.search-social-wrap {
    display:flex;
    align-items:center;
}
.social-wrap, .search-wrap {
    display:inline-block;
}
.search-wrap {
    padding-left:10px;
}
.social-links img, ul.social-links  {
    display:block;
}
.logo-cta-wrap {
    display:flex;
    align-items:center;
    padding-top:20px;
    padding-bottom:20px;
    position:relative;
}
.logo-wrap {
    max-width:475px;
}
.logo-wrap img {
    width:100%;
    max-width:475px;
}
.cta-wrap {
    margin-left:auto;
}
.header-cta {
    border-radius:5px;
    background-color:#f26305;
    color:#fff;
    text-transform:uppercase;
    padding:15px 25px;
    text-align:center;
    font-family: 'Raleway', sans-serif;
}
.header-cta p {
    padding-bottom:0;
    letter-spacing:1px;
    line-height:1.75;
    font-weight:700;
}
.header-cta a, .header-cta a:hover {
    color:#fff;
    background:transparent;
    text-decoration:none;
    border-bottom:1px solid rgba(255, 255, 255, .35);
}

@media screen and (max-width:980px) {
    .logo-wrap {
        max-width:350px;
    }
    .header-cta p {
        font-size:13px;
    }
    .header-cta {
        padding:10px 20px;
    }
}
@media screen and (max-width:940px) {
    .nav-main-wrap, .search-social-wrap {
        display:none;
    }
    .logo-cta-wrap {
        display:block;
        text-align:center;
        margin:0 auto;
    }
    .logo-wrap, .cta-wrap {
        width:100%;
        max-width:100%;
        text-align:center;
        margin:0 auto;
    }
    .logo-wrap {
        padding-bottom:15px;
    }
    .cta-wrap {
        text-align:center;
        margin:0 auto;
    }
    .header-cta {
        display:inline-block;
    }
    .logo-wrap img {
        max-width:375px;
    }
}
@media screen and (max-width:615px) {
    .logo-wrap img {
        max-width:225px;
    }
}
@media screen and (max-width:420px) {
    .logo-wrap img {
        max-width:175px;
    }
    .header-cta p {
        font-size: 12px;
    }
}


/* ==========================================
 MOBILE MENU
========================================== */
#m-nav-wrap {
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    z-index:11000;
    opacity:.98;
    background-color:#0d6238;
    text-align:center;
}
#m-nav-wrap.active {
    display:block;
}
.mobile-icon {
    left:10px;
    position:absolute;
    display:none;
}

.mobile-menu {
    list-style-type: none;
}
.mobile-menu li {
	font-size:15px;
    padding-bottom:10px;
    text-transform: uppercase;
    letter-spacing:.75px;
}
.mobile-menu li a {
	width:100%;
	display: block;
    text-decoration: none;
    color:#fff;
}
.mobile-menu li a:hover {
	background:transparent;
}
.mobile-menu li:last-child {
    padding-bottom:0;
}
.mobile-menu li .sub-menu {
    padding-top:10px;
}
.mobile-menu li .sub-menu li {
    padding-left:0;
    list-style-type:none;
    font-size:12px;
    padding-right:0;
    line-height:1.5;
    padding-bottom:5px;
}
.mobile-menu li .sub-menu li:last-child {
    padding-bottom:0;
}
.mobile-menu li .sub-menu li a {
    color:#fff;
}
.mobile-close {
    position:absolute;
    left:15px;
    top:15px;
    cursor: pointer;
}
.mobile-close img {
    width:25px;
}
.menu-icon {
    width:30px;
    cursor: pointer;
}
@media screen and (max-width:940px) {
    .mobile-icon {
        display:block;
    }
}

/* ==========================================
 FONTS
========================================== */
.font-raleway {
    font-family: 'Raleway', sans-serif;
}


/* ==========================================
 TEXT
========================================== */
p {
    letter-spacing:.25px;
    line-height:1.8;
    padding-bottom:10px;
}

h2 {font-weight:normal;}
h3 {/*font-weight:normal;*/}
.footer-width h3 {
    text-transform:uppercase;
}

blockquote p {
    padding:0;
}

.short-form p {
    color:#000;
}

#work-injuries h1, #content-wrap h1 {
    padding-bottom:20px;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

#slide-text p {
    line-height:1.1;
}

.blog-lists h4 {
    color: #108c55;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
}

/* ==========================================
 IMAGES
========================================== */
.location-border {
    border-top: 1px solid #888787;
    border-left: 1px solid #888787;
    border-right: 1px solid #888787;
}


/* ==========================================
 LINKS
========================================== */
a {
	color:#f2890e;
	text-decoration:none;
}

a:hover {
	color:#da7804;
    -o-transition:color .5s ease-out;
	-ms-transition:color .5s ease-out;
	-moz-transition:color .5s ease-out;
	-webkit-transition:color .5s ease-out;
	transition:color .5s ease-out;
}

.contact-info a {
    color:#fff;
    padding:0;
}

.short-form a, .short-form a:hover {
    color:#000 !important;
}

#nav-practice .current-menu-item a, #Navigation .sub-menu li a:hover, #nav-practice .sub-menu li a:hover, #Navigation .current-menu-item a, #Navigation .current-page-ancestor a, #Navigation .current_pageparent a, #nav-practice .sub-menu .current-menu-item a, #nav-practice .current_page_ancestor a, #Navigation .parent-menu-item a {
    color:#04d46d;
}

#Navigation .sub-menu li a, #nav-practice .sub-menu li a {
    color:#fff;
}

/* ==========================================
 SIDEBAR AND WIDGETS
========================================== */
#sidebar {

}


/* ==========================================
 SLIDERS
========================================== */
.bg-cover-center {
    background-size:cover;
}
.slide-wrapper {
    padding:80px 0;
    min-height:230px !important;
		display:none;
}
.slide-content h2 {
    font-size:28px;
    font-family: 'Raleway', sans-serif;
    font-weight:normal;
    padding-bottom:0;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
    letter-spacing: .5px;
}
.slide-content a, .slide-content a:hover, .slide-content a:visited {
    color:#fff;
    text-decoration:none;
}


/* ==========================================
 LISTS
========================================== */
.content ul {
    padding-left:40px;
    padding-bottom:15px;
}

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

#testimonials ul li {
    border-bottom:1px solid #000;
    padding-bottom:10px;
    margin-bottom:20px;
}

#testimonials li:last-child {
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:0px;
}

.blog-lists ul {
    list-style-type:none;
    padding-left:15px;
    padding-bottom:15px;
}

.blog-lists ul li {
    padding-bottom:10px;
}

.social-links li {
    list-style-type:none;
    display:inline-block;
    padding-right:2px;
}

.social-links li img {
    width:100%;
    max-width:30px;
    height:auto;
}

/* ==========================================
 MENUS
========================================== */
#Navigation .sub-menu a {
    text-transform:capitalize;
}

.menu-item li {
	list-style-type:none;
	padding:0 20px 0 15px;
	/*border-right: 1px #cccccc solid;*/
	position:relative;
	cursor: pointer;
}

.menu-item li:first-child {
	/*padding-left:0px;*/

}

.menu-item li:last-child {
	padding-left:20px;
	padding-right:20px;
	border-right:none;
}

.menu-item li a {
	color:#452d0d;
	text-decoration:none;
	z-index:99;
	position:relative;
}

.menu-item li a:hover {
	color:#f2890e;
	-o-transition:color .3s ease-out;
	-ms-transition:color .3s ease-out;
	-moz-transition:color .3s ease-out;
	-webkit-transition:color .3s ease-out;
	transition:color .3s ease-out;
}

.sub-menu-item li {
	list-style-type:none;
	padding:0 12px 0 10px;
	border-right: 1px #cccccc solid;
	text-transform:uppercase;
}

.sub-menu-item li:first-child {

}

.sub-menu-item li:last-child {
	padding-left:10px;
	padding-right:0px;
	border-right:none;
}

.sub-menu-item li a {
	color:#666;
	text-decoration:none;
}

.sub-menu-item li a:hover {
	color:#303030;
}

/* ==========================================
 DROPDOWNS
========================================== */
.drops .sub-menu {
    display: none;
}
.drops .sub-menu:hover {
    display: block;
}

.menu-item li:hover .sub-menu {
	display:block;
}

.drops .menu-item .sub-menu {
    position: absolute;
    z-index: 100;
	text-transform:lowercase;
	/*background-image: url('http://vanasselaw.com/wp-content/themes/vanasse/images/menu_bg.png');*/
	background-repeat: no-repeat;
	background-position: right top;
    background-repeat: no-repeat;
    background-size: 84% 100%;
}

.drops .menu-item .sub-menu li {
	padding:15px 10px 0;
	display:inline-block;
	border-right:none;
	border:0 none;
	margin:0 !important;
	width:100%;
}

.drops .menu-item .sub-menu li:first-child {
	padding-top:40px;
}

.drops .menu-item .sub-menu li:last-child {
	padding-bottom:42px;
}

.drops .menu-item .sub-menu li a {
	display:block;
	line-height:18px;
	padding-left:0px;
	padding-right:10px;
	color:#fff;
}

.drops .menu-item .sub-menu li a:hover {
	color:#811880;
	-o-transition:color .2s ease-out;
	-ms-transition:color .2s ease-out;
	-moz-transition:color .2s ease-out;
	-webkit-transition:color .2s ease-out;
	transition:color .2s ease-out;
}

/* ==========================================
 MOBILE MENU
========================================== */
/*#menu-mobile-main-menu .sub-menu {
    display: none;
    list-style: none;
}*/

.services-mobile, .forms-mobile, .aca-mobile, .reports-mobile {
	/*background-image: url("http://vanasselaw.com/wp-content/themes/vanasse/images/mobile_menu_arrow.png");*/
	background-repeat: no-repeat;
	background-position: top right;
}

/*#menu-mobile-main-menu .sub-menu li {
	padding: 10px 0 10px 15px;
	width:100%;
	margin-bottom:0px;
}

#menu-mobile-main-menu .sub-menu li a {
	color:#e4e4e4;
}

#menu-mobile-main-menu .sub-menu li:last-child {
	padding: 10px 0 0 15px;
}

#m-nav-toggle {
    background-image: url("/images/nav_icon.png");
    cursor: pointer;
    height: 27px;
}
#m-nav-wrap {
    background-color: #12653d;
    background-image: url("http://vanasselaw.com/wp-content/themes/vanasse/images/mobile-menu-bg.png");
    background-position: right center;
    background-repeat: repeat-y;
    height: 100%;
    left: -70%;
    position: absolute;
    width: 70%;
    z-index: 999;
}

.mobile-menu {
    list-style-type: none;
}

.mobile-menu li {
    border-bottom: 1px solid #0d5834;
	border-top: 1px solid #187648;
    font-family: 'Lato', sans-serif;
	text-transform: lowercase;
	font-size:18px;
}

.mobile-menu li a {
	width:100%;
	display: block;
	padding-bottom: 15px;
	padding-top:15px;
    text-decoration:none;
    padding-left:15px;
}

.mobile-menu li a:hover {
     background-image: url("http://vanasselaw.com/wp-content/themes/vanasse/images/mobile-menu-hover.png") !important;
    background-repeat: repeat-x;
	background-position: bottom center;
	border-left: 5px solid #04d46d;
	padding-left:10px;
    background-color:transparent !important;
}

#m-nav-wrap .menu-item li {
    padding: 0 0px 0 15px;
}

#m-nav-wrap .menu-item .sub-menu li a:hover {
    color:#fff;
}

.mobile-menu li a {
    color: #fff;
}

.mobile-menu li:last-child {
    border-bottom: 1px solid #0d5834;
}*/

.hide-mobile {display:none !important;}

/* ==========================================
 BUTTONS
========================================== */


/* ==========================================
 FOOTER
========================================== */
#footer h4 {
    color: #19c578;
    font-family: "Lato",sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size:14px;
    letter-spacing:1px;
}

#footer p {
    color:#fff;
    font-size:14px;
}
.why-vanasse, .test-sidebar, .maximize-results {
    background-color:#e1e1e1;
    border:1px solid #959595;
    padding:25px 25px 15px 25px;
}
.why-vanasse h3, .test-sidebar h3, .maximize-results h3 {
    color:#127c4a;
    font-size:20px;
    padding-bottom:10px;
}

/* ==========================================
 INPUTS
========================================== */
#name {
	padding:5px;
	width:100%;
	border: 1px solid #000;
	color: #000;
	letter-spacing:1.25px;
}

#message {
	width:100%;
	border: 1px solid #000;
	color: #000;
	letter-spacing:1.25px;
	padding:5px;
	resize:vertical;
    height:150px;
}

#submit {
    border:none;
	background-color: #127c4a;
	text-transform:uppercase;
	letter-spacing:1.25px;
	font-size:13px;
	color:#fff;
    padding:10px 30px;
    float:right;
}

#submit:hover {
	background-color: #04d46d;
}

#submit-form {
    border:1px solid #acacac;
	background-color: #ebebeb;
	text-transform:uppercase;
	letter-spacing:1.25px;
	font-size:13px;
	color:#000;
    padding:10px 20px;
    clear:both;
    margin-bottom:15px;
}

#submit-form:hover {
	background-color: #127c4a;
    color:#fff;
}

#searchsubmit {
    background-color: #049b55;
    border: none;
    color:#fff;
    padding:3px 6px;
    text-transform:uppercase;
    font-size:11px;
    font-family: "Lato",sans-serif;
}

#searchsubmit:hover {
    background-color: #19c578;
}

#s {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000;
    margin: 0;
    padding: 2px 5px;
    width: 200px;
    font-size:12px;
}

/* ==========================================
 SITE CSS
========================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
h1 {
    /*font-size: 2em;*/
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "“" "”" "‘" "’";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
	width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fl-drop-left ul li ul {
    left: auto !important;
    right: 100% !important;
}
.fl-drop-left ul li ul li ul {
    right: auto !important;
}
.fl-drop-right ul li ul {
    left: 100% !important;
    right: auto !important;
}
.fl-drop-right ul li ul li ul {
    left: auto !important;
}
.fl-show {
    display: block !important;
}
.fl-accordion-horizontal .fl-show {
    display: inline-block !important;
}
#eNewsletter h3, #eNewsletterArticles h3 {
    font-size: 1.2em;
    padding-bottom: 1.2em;
}
#eNewsletter h4, #eNewsletterArticles h4 {
    font-size: 1.1em;
    padding-bottom: 0.3em;
}
#eNewsletter h5, #eNewsletterArticles h5 {
    font-size: 1em;
    padding-bottom: 0.3em;
}
#eNewsletterArchives .eNewsletterArchivesTopic {
    display: none;
}
.faqContainerQuestions {
    border: 1px solid #000;
    float: right;
    margin: 0 0 0 10px;
    padding: 1.2em 1.2em 0;
    width: 200px;
}
ul.faqQuestions {
    list-style: outside none none;
    margin: 0;
    overflow: visible;
    padding: 0 0 1.2em;
}
ul.faqQuestions li {
    display: block;
    padding: 0 0 1.2em;
}
#faq h3, #faqQuestions h3, #faqArticles h3 {
    font-size: 1.2em;
    padding-bottom: 1.2em;
}
#faq h4, #faqQuestions h4, #faqArticles h4 {
    font-size: 1.1em;
    padding-bottom: 0.3em;
}
#faq h5, #faqQuestions h5, #faqArticles h5 {
    font-size: 1em;
    padding-bottom: 0.3em;
}
#faqQuestions h3.fl_pafaq_title {
    display: none;
}
#faqArchives .faqArchivesTopic {
    display: none;
}
#dynamicProductsCaseSummaries .dynamicProductsCaseSummariesTopic {
    display: none;
}
#dynamicProductsNews .dynamicProductsNewsTopic {
    display: none;
}
ul.dynamicProductsNewsList {
    list-style: outside none none;
    margin: 0;
    overflow: visible;
    padding: 0 0 1.2em;
}
ul.dynamicProductsNewsList li {
    display: block;
}
.newsCaseSummariesNews h2.newsCaseSummariesNewsTitle {
    display: none;
}
.newsCaseSummariesCaseSummaries {
    border-top: 1px solid #000;
    padding-top: 15px;
}
.newsResourcePackColumnNewsArticles {
    float: left;
    padding: 0 1% 1.2em 0;
    width: 49%;
}
.newsResourcePackArticles {
    border-top: 1px solid #000;
    padding-top: 15px;
}
.newsResourcePackColumnCaseSummariesFAQ {
    float: left;
    padding: 0 0 1.2em 1%;
    width: 49%;
}
.newsResourcePackFAQ {
    border: 1px solid #000;
    padding: 15px;
}
#newsResourcePackQuestions h3.fl_pafaq_title {
    display: none;
}
#newsResourcePackQuestions h3 {
    font-size: 1.2em;
    padding-bottom: 1.2em;
}
#newsResourcePackQuestions h4 {
    font-size: 1.1em;
    padding-bottom: 0.3em;
}
#newsResourcePackQuestions h5 {
    font-size: 1em;
    padding-bottom: 0.3em;
}
#newsResourcePack .newsResourcePackNewsTopic {
    display: none;
}
#newsResourcePack .newsResourcePackArticlesTopic {
    display: none;
}
#newsResourcePack .newsResourcePackCaseSummariesTopic {
    display: none;
}
#newsResourcePack .newsResourcePackFAQTopic {
    display: none;
}
#newsResourcePackQuestions .newsResourcePackQuestionsTopic {
    display: none;
}
#newsResourcePackArticles .newsResourcePackArticlesTopic {
    display: none;
}
#newsResourcePackArticleArchives .newsResourcePackArticleArchivesTopic {
    display: none;
}
.intakeFormError {
    color: #ff0000;
    font-weight: bold;
}
#containerIntakeFormI, #containerIntakeFormI * {
    margin: 0;
    padding: 0;
}
#containerIntakeFormI p.intakeFormINote {
    padding: 0;
}
#intakeFormI fieldset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    margin: 1em 0 0;
    padding: 1em 0 0 1.2em;
}
#intakeFormI fieldset legend {
    font-weight: bold;
}
#ie #intakeFormI fieldset legend {
    margin: 0 0 0 -0.6em;
}
#intakeFormI fieldset label {
    cursor: pointer;
}
#intakeFormI fieldset .formHide {
    display: none;
}
#intakeFormI fieldset #formError {
    clear: both;
    color: #f00;
    cursor: default;
    display: block;
}
#intakeFormI fieldset #formError strong {
    font-weight: normal;
}
#intakeFormI fieldset label.formDescribeIssue {
    float: left;
    margin: 0.2em 0;
}
#intakeFormI fieldset div.formCheck label {
    margin: 0 3em 0 0;
}
#intakeFormI fieldset input, #intakeFormI fieldset select {
    display: block;
    margin: 0.2em 0 0.5em;
    padding: 2px;
    width: 20.5em;
}
#intakeFormI fieldset input.intakeFormHiddenInput {
    padding: 0;
}
#intakeFormI fieldset div.formHighlight * {
    border: 1px solid #aaa;
}
#intakeFormI fieldset div.formHighlight *:hover, #intakeFormI fieldset div.formHighlight *:focus {
    background: #ffc none repeat scroll 0 0;
}
#intakeFormI fieldset select {
    width: 21em;
}
#intakeFormI fieldset label input {
    display: inline;
    margin: 0;
    width: 2em;
}
#intakeFormI fieldset textarea {
    clear: left;
    display: block;
    height: 10em;
    margin: 0.2em 0 0;
    padding: 2px;
    width: 25em;
}
#intakeFormI fieldset p {
    margin: 0.5em 0;
}
#intakeFormI fieldset div.formCheck {
    margin: 0.5em 0;
}
#intakeFormI fieldset .formCheck input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#intakeFormI img.formDisclaimer {
    float: left;
    margin: 0 1em 0 0;
}
#intakeFormISubmit {
    height: 2.5em;
    margin: 0.5em 0;
    width: 12.5em;
}
#containerIntakeFormShort, #containerIntakeFormShort *, #containerIntakeFormShortAutofill, #containerIntakeFormShortAutofill * {
    margin: 0;
    padding: 0;
}
#intakeFormShort fieldset, #intakeFormShortAutofill fieldset {
    border: medium none;
}
#intakeFormShort fieldset legend span, #intakeFormShort fieldset label span, #intakeFormShortAutofill fieldset legend span, #intakeFormShortAutofill fieldset label span, #intakeFormShortAutofill fieldset label.formLabelHide {
    left: -9000em;
    position: absolute;
}
#intakeFormShort fieldset label, #intakeFormShortAutofill fieldset label {
    cursor: pointer;
}
#intakeFormShort fieldset .formHide, #intakeFormShortAutofill fieldset label.formHide {
    display: none;
}
#intakeFormShort fieldset #formError strong, #intakeFormShortAutofill fieldset #formError strong {
    font-weight: normal;
}
#intakeFormShort fieldset input.intakeFormHiddenInput, #intakeFormShortAutofill fieldset input.intakeFormHiddenInput {
    padding: 0;
}
#intakeFormShort fieldset textarea, #intakeFormShortAutofill fieldset textarea {
    height: 80px;
}
#intakeFormShort fieldset .formCheck, #intakeFormShortAutofill fieldset .formCheck {
    display: block;
    line-height: 1.5em;
}
#intakeFormShort fieldset label input, #intakeFormShortAutofill fieldset label input {
    display: inline;
    margin: 0 0 0 -3px;
    padding: 0;
    width: 20px;
}
#intakeFormShort fieldset input.checkbox, #intakeFormShortAutofill fieldset input.checkbox {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#intakeFormShortDisclaimer {
    display: none;
    font-size: 12px;
    position: relative;
    width: 200px;
}
#intakeFormShortDisclaimer div {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #333;
    color: #000;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
}
#intakeFormShortDisclaimer p {
    clear: both;
    font-family: Verdana,Geneva,sans-serif;
    overflow: auto;
    padding: 10px 15px 0.8em;
}
#intakeFormShortDisclaimer a {
    color: #00f;
    display: block;
    font-weight: bold;
    margin: 0 15px 0 0;
    text-decoration: none;
}
#containerIntakeFormShort, #containerIntakeFormShortAutofill {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 0.91em;
}
#containerIntakeFormShort p, #containerIntakeFormShortAutofill p {
    padding: 0 0 0.5em;
}
#intakeFormShort fieldset #formError, #intakeFormShortAutofill fieldset #formError {
    color: #f00;
    cursor: default;
    display: block;
}
#intakeFormShortAutofill fieldset #formError {
    padding: 0 0 2px;
}
#intakeFormShort fieldset input, #intakeFormShort fieldset textarea, #intakeFormShortAutofill fieldset input, #intakeFormShortAutofill fieldset textarea {
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    margin: 0.2em 0 0.5em;
    padding: 3px;
    width: 150px;
}
#intakeFormShort fieldset div.formHighlight *, #intakeFormShortAutofill fieldset div.formHighlight * {
    border: 1px solid #aaa;
}
#intakeFormShort fieldset div.formHighlight *:hover, #intakeFormShort fieldset div.formHighlight *:focus, #intakeFormShortAutofill fieldset div.formHighlight *:hover, #intakeFormShortAutofill fieldset div.formHighlight *:focus {
    background: #ffc none repeat scroll 0 0;
}
#intakeFormShortSubmit, #intakeFormShortAutofillSubmit {
    height: auto;
    margin: 0.5em 0;
    width: auto;
}
#containerSearchFormDesign, #searchFormDesign {
    margin: 0;
    padding: 0;
}
#searchFormDesign #searchFormDesignSearchTerms {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    width: 150px;
}
#searchFormDesign #searchFormDesignSearchTerms:focus, #searchFormDesign #searchFormDesignSearchTerms:hover {
    border-color: #000;
}
#searchFormDesign #searchFormDesignSubmit {
    display: inline;
    height: auto;
    vertical-align: top;
    width: auto;
}
#searchFormDesign label {
    cursor: pointer;
}
#searchFormDesign .formLabelHide {
    left: -5000px;
    position: absolute;
}
.map-module {
    margin: 10px 0;
}
@media only screen and (max-width: 600px) {
/*.content input[type="text"], .content textarea, .content fieldset select {
    width: 90% !important;
}
#intakeFormI input[type="text"], #intakeFormI textarea, #intakeFormI fieldset select, #emailObfuscation input[type="text"], #emailObfuscation fieldset textarea, #emailObfuscation fieldset select {
    width: 90% !important;
}*/
}
#practicePageSide {
    float: right;
    margin: 0 0 0 15px;
    width: 182px;
}
#practicePageFormShort {
    border: 1px solid #000000;
    margin: 0 0 15px;
    padding: 10px 15px;
    width: 152px;
}
#practicePageFormShort form {
    margin: 0;
}
#practicePageFormShort p {
    margin: 0;
    padding: 0;
}
#practicePageFormShort br {
    line-height: 0;
}
#practicePageFormShort a {
    display: block;
    margin: 10px 0 0;
}
#practicePageFormShort .practicePageFormShortHeader {
    font-weight: bold;
}
#practicePageFormShort .practicePageFormShortHeaderLine2 {
    margin: 0 0 10px;
}
#practicePageFormShort input {
    margin-bottom: 5px;
}
#practicePageFormShort .practicePageFormSubmit {
    width: 73px;
}
#practicePageCallToAction {
    background-color: #cccccc;
    border: 1px solid #000000;
    color: #333333;
    margin: 0 0 15px;
    padding: 10px;
}
#ie6 #practicePageCallToAction {
    width: 164px;
}
#practicePageCallToAction p {
    margin: 0;
    padding: 10px;
}
#practicePageSidebar2 {
    background-color: #eeeeee;
    border: 1px solid #000000;
    color: #333333;
    margin: 0 0 15px;
    padding: 10px;
}
#ie6 #practicePageSidebar2 {
    width: 165px;
}
#practicePageFAQAbstract {
    border: 1px solid #000000;
    padding: 10px 15px;
}
#ie6 #practicePageFAQAbstract {
    width: 155px;
}
#practicePageLinksAbstract {
    border: 1px solid #000000;
    padding: 10px 15px;
}
#practicePageSidebar1 {
    background-color: #eeeeee;
    border: 1px solid #000000;
    color: #333333;
    margin: 15px 197px 15px 0;
    padding: 10px;
}
#ie #practicePageSidebar1 {
    display: inline-block;
}
.practicePageError {
    color: #ff0000;
    font-weight: bold;
}
#practiceCenterSide {
    float: right;
    margin: 0 0 0 15px;
    width: 182px;
}
#practiceCenterFormShort {
    border: 1px solid #000000;
    margin: 0 0 15px;
    padding: 10px 15px;
}
#practiceCenterFormShort form {
    margin: 0;
}
#practiceCenterFormShort p {
    margin: 0;
    padding: 0;
}
#practiceCenterFormShort br {
    line-height: 0;
}
#practiceCenterFormShort a {
    display: block;
    margin: 10px 0 0;
}
#practiceCenterFormShort .practiceCenterFormShortHeader {
    font-weight: bold;
}
#practiceCenterFormShort .practiceCenterFormShortHeaderLine2 {
    margin: 0 0 10px;
}
#practiceCenterFormShort input {
    margin-bottom: 5px;
}
#practiceCenterFormShort .practiceCenterFormSubmit {
    width: 73px;
}
#practiceCenterCallToAction {
    background-color: #cccccc;
    border: 1px solid #000000;
    color: #333333;
    margin: 0 197px 15px 0;
    padding: 10px;
}
#ie6 #practiceCenterCallToAction {
    margin-right: 202px;
}
#practiceCenterCallToAction p {
    margin: 0;
    padding: 10px;
}
#practiceCenterSidebar2 {
    background-color: #eeeeee;
    border: 1px solid #000000;
    color: #333333;
    margin: 0 0 15px;
    padding: 10px;
}
#ie6 #practiceCenterSidebar2 {
    width: 165px;
}
#practiceCenterResourceLinksAbstract hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    height: 1px;
    margin: 0 0 10px;
}
#practiceCenterSidebar1 {
    background-color: #eeeeee;
    border: 1px solid #000000;
    color: #333333;
    margin: 15px 197px 15px 0;
    padding: 10px;
}
#ie #practiceCenterSidebar1 {
    display: inline-block;
}
#practiceCenterFAQAbstract {
    border: 1px solid #000000;
    padding: 10px 15px;
}
#ie6 #practiceCenterFAQAbstract {
    width: 155px;
}
ul.practiceCenterNewsList {
    list-style: outside none none;
    margin: 0;
    overflow: visible;
    padding: 0 0 1.2em;
}
ul.practiceCenterNewsList li {
    display: block;
}
#practiceCenterFamilyLawCalculator {
    background-color: #eeeeee;
    border: 1px solid #000000;
    margin: 0 0 15px;
    padding: 10px 15px;
    width: 150px;
}
#practiceCenterFamilyLawCalculator .practiceCenterFamilyLawCalculatorHeader {
    font-weight: bold;
}
#practiceCenterFamilyLawCalculator form {
    margin: 0;
}
.practiceCenterError {
    color: #ff0000;
    font-weight: bold;
}
#practiceCenterNavigation {
    border: 1px solid #000000;
    margin: 0 0 15px;
}
#practiceCenterNavigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 10px 10px 0;
}
#practiceCenterNavigation li {
    margin: 0 0 10px;
}
.practiceCenterTitle {
    display: none;
}
@media only screen and (max-width: 978px) {
#practiceCenterSide {
    float: none;
    margin: 0;
    width: auto;
}
#practiceCenterSide input, #practiceCenterSide textarea {
    width: 100% !important;
}
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
}
.flexslider .slides img {
    display: block;
    width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 60px;
    position: relative;
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
}
.flex-direction-nav a {
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 30px;
    z-index: 10;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}
.flex-direction-nav .flex-prev {
    left: -36px;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}
.flexslider:hover .flex-prev {
    left: 5px;
    opacity: 0.8;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0.3 !important;
}
.flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.flex-control-paging li a {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a:hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.flex-control-paging li a.flex-active {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%;
}
.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: 0.7;
    width: 100%;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1;
}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}
}
.mceContentBody {
    background: #f7f7f7 none repeat scroll 0 0;
}
.smallText {
    font-size: 0.9em;
}
@media only screen and (max-width: 400px) {
#attorneyProfile img.attorneyProfilePhoto {
    float: none;
}
}
#attorneyProfile ul {
    list-style: outside none none;
    padding-left: 0;
}
#attorneyProfile img.attorneyProfilePhoto {
    float: right;
    margin: 0 0 10px 15px;
}
#attorneyProfile div.attorneyProfileNarrative ul {
    list-style: outside none disc;
    padding: 0 0 0 2em;
}
#attorneyProfile div.attorneyProfileNarrative ul li {
    padding: 3px 0;
}
#attorneyProfile div.attorneyProfileSection ul {
    margin-left: 20px;
}
#attorneyProfile div.attorneyProfileSection ul li {
    padding: 3px 0;
}
#attorneyProfile div.attorneyProfileSection ul li ul li {
    padding: 0;
}
#attorneyProfile div.attorneyProfileSection p {
    padding: 3px 0 3px 20px;
}
#attorneyProfile .attorneyProfileName {
    display: none;
    padding-bottom: 0;
}
#attorneyProfile .attorneyProfilePositions {
    padding-bottom: 1.2em;
}
#attorneyProfile .attorneyProfileLocationLabel, #attorneyProfile .attorneyProfilePhoneLabel, #attorneyProfile .attorneyProfileFaxLabel, #attorneyProfile .attorneyProfileEmailLabel, #attorneyProfile .attorneyProfileVCardLabel {
    float: left;
    font-weight: bold;
    width: 6em;
}
#attorneyProfile .attorneyProfileLocation, #attorneyProfile .attorneyProfilePhone, #attorneyProfile .attorneyProfileFax, #attorneyProfile .attorneyProfileEmail, #attorneyProfile .attorneyProfileVCard {
    margin-left: 6em;
    padding-bottom: 0.6em;
}
#ie6 #attorneyProfile .attorneyProfileLocation, #ie6 #attorneyProfile .attorneyProfilePhone, #ie6 #attorneyProfile .attorneyProfileFax, #ie6 #attorneyProfile .attorneyProfileEmail, #ie6 #attorneyProfile .attorneyProfileVCard {
    display: inline-block;
}
#attorneyProfile .attorneyProfileEducation ul li strong {
    display: block;
}
#attorneyProfile .attorneyProfileContactInformation {
    padding-bottom: 1.2em;
}
#containerEmailObfuscation, #containerEmailObfuscation * {
    margin: 0;
    padding: 0;
}
#containerEmailObfuscation p.emailObfuscationNote {
    padding: 0;
}
#emailObfuscation fieldset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    margin: 1em 0 0;
    padding: 1em 0 0 1.2em;
}
#emailObfuscation fieldset legend {
    font-weight: bold;
}
#ie #emailObfuscation fieldset legend {
    margin: 0 0 0 -0.6em;
}
#emailObfuscation fieldset label {
    cursor: pointer;
}
#emailObfuscation fieldset label.formDescribeIssue {
    float: left;
    margin: 0.2em 0;
}
#emailObfuscation fieldset .formHide {
    display: none;
}
#emailObfuscation fieldset #formError {
    clear: both;
    color: #f00;
    cursor: default;
    display: block;
}
#emailObfuscation fieldset #formError strong {
    font-weight: normal;
}
#emailObfuscation fieldset input {
    display: block;
    margin: 0.2em 0 0.5em;
    padding: 2px;
    width: 20.5em;
}
#emailObfuscation fieldset input.intakeFormHiddenInput {
    padding: 0;
}
#emailObfuscation fieldset textarea {
    clear: left;
    display: block;
    height: 10em;
    margin: 0.2em 0 0;
    padding: 2px;
    width: 25em;
}
#emailObfuscation fieldset div.formHighlight * {
    border: 1px solid #aaa;
}
#emailObfuscation fieldset div.formHighlight *:hover, #emailObfuscation fieldset div.formHighlight *:focus {
    background: #ffc none repeat scroll 0 0;
}
#emailObfuscation fieldset p {
    margin: 0.5em 0;
}
#emailObfuscation fieldset div.formCheck {
    margin: 0.2em 0;
}
#emailObfuscation fieldset .formCheck input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#emailObfuscation fieldset label input {
    display: inline;
    width: 2em;
}
#emailObfuscation fieldset .formHasJavaScript {
    display: none;
}
#emailObfuscation fieldset p img {
    float: left;
    margin: 0 1em 0 0;
}
input#emailObfuscationSubmit {
    height: 2.5em;
    margin: 0.5em 0;
    width: 12.5em;
}
#searchResults dd {
    margin: 0 0 1.2em;
}
#searchResults .searchResultsHighlight {
    font-weight: bold;
}
#searchResults ul.searchResultsPagination, #searchResults ul.searchResultsPagination li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#searchResults ul.searchResultsPagination li {
    display: block;
    margin-right: 0.25em;
}
.eNewsletterDesignModule {
    padding: 5px;
}
.faqDesignModule {
    padding: 5px;
}
.faqDesignModule ul.faqDesignModuleList {
    list-style: outside none none;
    margin: 0;
    overflow: visible;
    padding: 0;
}
.faqDesignModule ul.faqDesignModuleList li {
    display: block;
    padding: 0 0 1.2em;
}
.newsDesignModule {
    padding: 5px;
}
.newsDesignModule ul.newsDesignModuleList {
    list-style: outside none none;
    margin: 0;
    overflow: visible;
    padding: 0;
}
.newsDesignModule ul.newsDesignModuleList li {
    display: block;
    padding: 0 0 1.2em;
}
@media only screen and (max-width: 978px) {
.content iframe {
    width: 100%;
}
}
.office {
    padding: 0 0 15px;
}
.office-last {
    padding: 0;
}
.office-embedded-map {
    height: 0;
    margin: 0 0 15px;
    padding-bottom: 80%;
    position: relative;
}
.office-embedded-map iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}
.office-photo img {
    height: auto;
    max-width: 100%;
}
.fontColor000000 {
    color: #000;
}
.fontColorC0C0C0 {
    color: #c0c0c0;
}
.fontColor000080 {
    color: #000080;
}
.fontColor008000 {
    color: #008000;
}
.fontColor008080 {
    color: #008080;
}
.fontColor800000 {
    color: #800000;
}
.fontColor800080 {
    color: #800080;
}
.fontColor808000 {
    color: #808000;
}
.fontColor808080 {
    color: #808080;
}
.fontColorFFFFFF {
    color: #fff;
}
.fontColor0000FF {
    color: #00f;
}
.fontColor00FF00 {
    color: #0f0;
}
.fontColor00FFFF {
    color: #0ff;
}
.fontColorFF0000 {
    color: #f00;
}
.fontColorFF00FF {
    color: #f0f;
}
.fontColorFFFF00 {
    color: #ff0;
}
.backgroundColor000000 {
    background: #000 none repeat scroll 0 0;
}
.backgroundColorC0C0C0 {
    background: #c0c0c0 none repeat scroll 0 0;
}
.backgroundColor000080 {
    background: #000080 none repeat scroll 0 0;
}
.backgroundColor008000 {
    background: #008000 none repeat scroll 0 0;
}
.backgroundColor008080 {
    background: #008080 none repeat scroll 0 0;
}
.backgroundColor800000 {
    background: #800000 none repeat scroll 0 0;
}
.backgroundColor800080 {
    background: #800080 none repeat scroll 0 0;
}
.backgroundColor808000 {
    background: #808000 none repeat scroll 0 0;
}
.backgroundColor808080 {
    background: #808080 none repeat scroll 0 0;
}
.backgroundColorFFFFFF {
    background: #fff none repeat scroll 0 0;
}
.backgroundColor0000FF {
    background: #00f none repeat scroll 0 0;
}
.backgroundColor00FF00 {
    background: #0f0 none repeat scroll 0 0;
}
.backgroundColor00FFFF {
    background: #0ff none repeat scroll 0 0;
}
.backgroundColorFF0000 {
    background: #f00 none repeat scroll 0 0;
}
.backgroundColorFF00FF {
    background: #f0f none repeat scroll 0 0;
}
.backgroundColorFFFF00 {
    background: #ff0 none repeat scroll 0 0;
}
#navigationBlog {
    padding: 0 5%;
}
.group h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.group ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.group ul li {
    display: inline;
}
.group a {
    display: block;
    padding: 3px 0;
}
#tagCloud ul {
    list-style: outside none none;
}
#tagCloud li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline;
    line-height: 1.2;
    margin: 0 5px 0 0;
    padding: 0;
}
#tagCloud li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
    padding: 0;
}
#tagCloud .tagRank1 {
    font-size: 20px;
}
#tagCloud .tagRank2 {
    font-size: 19px;
}
#tagCloud .tagRank3 {
    font-size: 18px;
}
#tagCloud .tagRank4 {
    font-size: 19px;
}
#tagCloud .tagRank5 {
    font-size: 18px;
}
#tagCloud .tagRank6 {
    font-size: 15px;
}
#tagCloud .tagRank7 {
    font-size: 12px;
}
#tagCloud .tagRank8 {
    font-size: 11px;
}
#tagCloud .tagRank9 {
    font-size: 10px;
}
#tagCloud .tagRank10 {
    font-size: 9px;
}
.post {
    border-bottom: 1px dotted #ccc;
    clear: both;
    padding: 19px 0;
}
.postFirst {
    border: medium none;
    padding-top: 0;
}
.post h2 {
    padding: 0 0 3px;
}
.post h2 a {
    text-decoration: underline;
}
.post h2 a:hover, .post h2 a:focus, .post h2 a.current {
    text-decoration: none;
}
.postMeta {
    clear: both;
}
.postMeta p {
    padding: 0 0 5px;
}
.containerComment {
    clear: both;
    padding: 14px 0 5px;
}
.comment {
    border-bottom: 1px dotted #ccc;
}
#containerBlogCommentForm, #containerBlogCommentForm *, #containerBlogCommentFormAutofill, #containerBlogCommentFormAutofill * {
    margin: 0;
    padding: 0;
}
#blogCommentForm fieldset, #blogCommentFormAutofill fieldset {
    border: medium none;
}
#blogCommentForm fieldset legend span, #blogCommentForm fieldset label span, #blogCommentFormAutofill fieldset legend span, #blogCommentFormAutofill fieldset label span, #blogCommentFormAutofill fieldset label.formLabelHide {
    left: -9999px;
    position: absolute;
}
#blogCommentForm fieldset label, #blogCommentFormAutofill fieldset label {
    cursor: pointer;
}
#blogCommentForm fieldset .formHide, #blogCommentFormAutofill fieldset label.formHide {
    display: none;
}
#blogCommentForm fieldset #formError strong, #blogCommentFormAutofill fieldset #formError strong {
    font-weight: normal;
}
#blogCommentForm fieldset input.intakeFormHiddenInput, #blogCommentFormAutofill fieldset input.intakeFormHiddenInput {
    padding: 0;
}
#blogCommentForm fieldset textarea, #blogCommentFormAutofill fieldset textarea {
    height: 100px;
}
#containerBlogCommentForm, #containerBlogCommentFormAutofill {
    font-family: Verdana,Geneva,sans-serif;
}
#containerBlogCommentForm p, #containerBlogCommentFormAutofill p {
    color: #aa9272;
    padding: 0 0 5px;
}
#blogCommentForm, #blogCommentFormAutofill {
    padding: 15px 0 0;
}
#blogCommentForm fieldset #formError, #blogCommentFormAutofill fieldset #formError {
    color: #f00;
    cursor: default;
    display: block;
}
#blogCommentFormAutofill fieldset #formError {
    padding: 0 0 2px;
}
#blogCommentForm fieldset input, #blogCommentForm fieldset textarea, #blogCommentFormAutofill fieldset input, #blogCommentFormAutofill fieldset textarea {
    background: #fff none repeat scroll 0 0;
    color: #999;
    display: block;
    margin: 2px 0 5px;
    padding: 5px 5%;
    width: 90%;
}
#blogCommentForm fieldset div.formHighlight *, #blogCommentFormAutofill fieldset div.formHighlight * {
    border: 1px solid #a7a7a7;
}
#blogCommentForm fieldset .formCheck a:link, #blogCommentForm fieldset .formCheck a:visited, #blogCommentFormAutofill fieldset .formCheck a:link, #blogCommentFormAutofill fieldset .formCheck a:visited {
    color: #bb9b65;
    text-decoration: underline;
}
#blogCommentForm fieldset .formCheck a:hover, #blogCommentForm fieldset .formCheck a:focus, #blogCommentFormAutofill fieldset .formCheck a:hover, #blogCommentFormAutofill fieldset .formCheck a:focus {
    color: #bb9b65;
    text-decoration: none;
}
#blogCommentFormAutofill fieldset #comment-submit, #blogCommentFormAutofill fieldset #comment-cancel, #blogCommentFormAutofill fieldset #comment-preview {
    height: auto;
    margin: 5px 0;
    padding: 0;
    width: auto;
}
.pagination {
    border-top: 1px dotted #ccc;
    clear: both;
    float: left;
    padding: 19px 0;
    width: 100%;
}
.pagination ol {
    list-style: outside none none;
    padding: 0;
}
.pagination li {
    float: left;
    margin-right: 5px;
}
.pagination li.resultsPrevious {
    margin-right: 5px;
}
* {
    box-sizing: border-box;
}
.printElement {
    display: none;
}
.offscreen {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    text-indent: -9999em;
}
.offscreen br {
    display: none;
}
.clearfix::before {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}
.btn-togglebox {
    display: none;
    text-decoration: none;
}
@media (max-width: 650px) {
.btn-togglebox {
    color: #0d223d;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}
}
.togglebox-close {
    display: none;
}
@media (max-width: 650px) {
.togglebox-close {
    display: block;
}
}
html {
    font-size: 62.5%;
}
body {
    /*font-size: 1.6rem;*/
}
a {
    color: #049b55;
    text-decoration: underline;
}
a:visited {
    color: #a3a2a2;
    text-decoration: underline;
}
a:hover, a:focus {
    background: #19c578 none repeat scroll 0 0;
    color: #ffffff;
}
a:active, a .current {
    color: #363636;
    text-decoration: underline;
}
h2 {
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0.3em;
    /*margin:20px 0px;*/
}
td img {
    max-width: none;
}
body.design {
    min-width: 978px;
}
.header-page-wrap {
    border-bottom: 1px solid #898a8a;
}
.header-page-wrap::before, .header-page-wrap::after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.header-page-wrap::after {
    clear: both;
}
.header-page {
    margin: 0 auto;
    max-width: 978px;
}
a.brand {
    display: block;
    /*float: left;*/
    margin: 30px 0 33px;
}
a.brand:hover, a.brand:focus, a.brand:active, a.brand.current {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-decoration: none;
}
.brand-image {
    max-width: 100%;
}
.cta-container {
    clear: none;
    float: right;
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
    width: 31.2883%;
}
.search {
    /*margin: 0 0 24px 69px;*/
}
#containerSearchFormDesign #searchFormDesign {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#containerSearchFormDesign #searchFormDesign #searchFormDesignSearchTerms {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000;
    margin: 0;
    padding: 2px 5px;
    width: 77%;
}
#containerSearchFormDesign #searchFormDesign #searchFormDesignSearchTerms:hover, #containerSearchFormDesign #searchFormDesign #searchFormDesignSearchTerms:focus {
    border: 1px solid #000;
}
#containerSearchFormDesign #searchFormDesign #searchFormDesignSubmit {
    display: inline;
    height: 20px;
    vertical-align: top;
    width: 50px;
}
#containerSearchFormDesign #searchFormDesign .formLabelHide {
    left: -5000px;
    position: absolute;
}
.cta-tagline {
    color: #12603b;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 17px;
}
.cta {
    color: #000;
    font-family: "Lato",sans-serif;
}
.cta .cta-local {
    color: #252525;
    float: right;
    font-size: 26px;
}
.cta .cta-local a {
    color: #252525;
    text-decoration: none;
}
.cta .cta-local span {
    color: #000;
    font-size: 14px;
    padding-right: 18px;
}
.cta .cta-tollfree {
    color: #464646;
    float: right;
    font-size: 26px;
}
.cta .cta-tollfree a {
    color: #464646;
    text-decoration: none;
}
.cta .cta-tollfree span {
    color: #000;
    font-size: 14px;
    padding-right: 9px;
}
.nav-main-wrap {
    background-color: #8d8c8c;
    background-image: linear-gradient(to bottom, #8d8c8c 1%, #797979 25%, #5e5e5e 50%, #444444 75%, #3c3c3c 100%);
    background-size: 100% auto;
    border-top: 1px solid #464646;
}
.nav-main-wrap::before, .nav-main-wrap::after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.nav-main-wrap::after {
    clear: both;
}
.nav-main-wrap .nav-main {
    margin: 0 auto;
    max-width: 978px;
}
.nav-main-wrap .nav-main ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav-main-wrap .nav-main ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav-main-wrap .nav-main ul li:hover ul, .nav-main-wrap .nav-main ul li:focus ul, .nav-main-wrap .nav-main ul li.drop-active ul {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}
.nav-main-wrap .nav-main ul li a {
    display: block;
}
.nav-main-wrap .nav-main ul li ul {
    display: block;
    left: auto;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition-delay: 0s;
    transition-duration: 200ms, 200ms;
    transition-property: opacity, visibility;
    transition-timing-function: ease-out, linear;
    visibility: hidden;
}
.nav-main-wrap .nav-main ul li ul li {
    display: block;
    float: none;
    width: auto;
}
.nav-main-wrap .nav-main ul li ul li:hover ul, .nav-main-wrap .nav-main ul li ul li:focus ul, .nav-main-wrap .nav-main ul li ul li.drop-active ul {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}
.nav-main-wrap .nav-main ul li ul li ul {
    left: 100%;
    top: 0;
}
.nav-main-wrap .nav-main ul li ul li ul ul {
    left: auto;
    opacity: 0;
    position: relative;
    right: auto;
}
.nav-main-wrap .nav-main ul .last-child ul li  ul {
    left: auto;
    right: 100%;
}
.nav-main-wrap .nav-main ul {
    margin: 0;
    padding: 0;
}
.nav-main-wrap .nav-main ul li {
    display:inline-block;
    list-style-type: none;
}
.nav-main-wrap .nav-main  ul li a {
    border-right: 1px solid #666667;
    color: #fff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    padding: 21px 16px 21px 17px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-main-wrap .nav-main ul li a:hover, .nav-main-wrap .nav-main ul li a:focus, .nav-main-wrap .nav-main ul li a:active, .nav-main-wrap .nav-main ul li a.current {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #04d46d;
    text-decoration: none;
}
.nav-main-wrap .nav-main ul li ul {
    background: #414141 none repeat scroll 0 0;
    border: 1px solid #666667;
    width: 224px;
}
.nav-main-wrap .nav-main ul li ul li {
    list-style-type: none;
}
.nav-main-wrap .nav-main ul li ul li a {
    color: #fff;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 14px;
    padding: 9px 22px;
    text-decoration: underline;
}
.nav-main-wrap .nav-main ul li ul li a:hover, .nav-main-wrap .nav-main ul li ul li a:focus, .nav-main-wrap .nav-main ul li ul li a:active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #04d46d;
    text-decoration: underline;
}
.nav-main-wrap .nav-main ul li:first-child a {
    border-left: 1px solid #666667;
}
@-moz-document url-prefix("") {
.nav-main-wrap .nav-main > ul > li > a {
    padding: 21px 17px;
}
}
.banner-wrap {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-top: 21px;
}
.banner-wrap::before, .banner-wrap::after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.banner-wrap::after {
    clear: both;
}
.banner-container {
    margin: 0 auto;
    max-width: 978px;
}
.banner-container .taglines p {
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    letter-spacing: -0.7px;
    line-height: 1.1;
    margin-bottom: 52px;
    margin-right: -100%;
    margin-top: 55px;
    text-transform: uppercase;
    width: 390px;
}
.banner-container .taglines .tagline-one {
    color: #135f39;
}
.banner-container .taglines .tagline-two {
    color: #464646;
}
.banner-container .taglines .tagline-three {
    color: #000;
}
.banner-animation {
    margin-left: 390px;
    position: relative;
}
#interactive {
    height: 216px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 592px;
}
.slides {
    height: 216px;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 592px;
}
.slides li {
    display: none;
    height: 216px;
    overflow: hidden;
    width: 592px;
}
.slides p span {
    color: #4b60c1;
}
/*.slides .slide1 {
    background: rgba(0, 0, 0, 0) url("http://vanasselaw.com/wp-content/themes/images/bg-slide1.jpg") no-repeat scroll 0 0;
    display: block;
}
.slide2 {
    background: rgba(0, 0, 0, 0) url("http://vanasselaw.com/wp-content/themes/images/bg-slide2.jpg") no-repeat scroll 0 0;
}
.slide3 {
    background: rgba(0, 0, 0, 0) url("http://vanasselaw.com/wp-content/themes/images/bg-slide3.jpg") no-repeat scroll 0 0;
}
.slide4 {
    background: rgba(0, 0, 0, 0) url("http://vanasselaw.com/wp-content/themes/images/bg-slide4.jpg") no-repeat scroll 0 0;
}
.slide5 {
    background: rgba(0, 0, 0, 0) url("http://vanasselaw.com/wp-content/themes/images/bg-slide5.jpg") no-repeat scroll 0 0;
}*/
.container-page {
    margin: 40px auto 0;
    max-width: 978px;
    padding-bottom: 44px;
}
.container-columns {
}
.container-columns::before, .container-columns::after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.container-columns::after {
    clear: both;
}
.container-column-main {
    float: right;
    width: 100%;
}
.column-main {
    margin-left: 390px;
    padding-left: 23px;
}
@media (max-width: 520px) {
.column-main {
    margin-left: 0;
}
}
.column-side {
    float: left;
    margin-right: -100%;
    padding: 0 3px 0 2px;
    width: 390px;
}
@media (max-width: 520px) {
.column-side {
    margin-right: 0;
    width: 100%;
}
}
.page-title, h1 {
    color: #12653d;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height:30px;
}
.content {
    color: #363636;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 1.8;
}
.content::before, .content::after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.content::after {
    clear: both;
}
.callOut {
    background: #ececec none repeat scroll 0 0;
    padding: 15px;
}
.contextual {
    float: right;
    margin: 20px 0 60px 55px;
}
#contextual {
    float: right;
    margin: 20px 0 60px 55px;
}
.testimonial {
    border-left: 1px solid #8a8989;
    border-right: 1px solid #8a8989;
    color: #898989;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 2.1;
    margin: 0 0 25px 55px;
    padding: 0 41px 0 35px;
    text-align: right;
    width: 253px;
}
.testimonial a {
    color: #108c55;
    text-decoration: underline;
}
.testimonial a:hover, .testimonial a:focus, .testimonial a:active, .testimonial a.current {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #04d46d;
    text-decoration: underline;
}
.nav-practice {
    background-color: #12653d;
    background-image: linear-gradient(to bottom, #12653d 1%, #126c41 20%, #127144 35%, #118551 75%, #108752 100%);
    background-size: 100% auto;
    border: 1px solid #959595;
    margin-bottom: 31px;
}
.nav-practice ul {
    margin: 0;
    padding: 0;
}
.nav-practice ul li {
    list-style-type: none;
}
.nav-practice ul li a {
    border-bottom: 1px solid #959595;
    color: #fff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 27px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-practice ul li a:hover, .nav-practice ul li a:focus, .nav-practice ul li a:active, .nav-practice ul li a.current {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #04d46d;
    text-decoration: none;
}
.nav-practice ul li ul {
    border-bottom: 1px solid #959595;
}
.nav-practice ul li ul li a {
    border: medium none;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 400;
    /*padding: 13px 42px;*/
    text-decoration: none;
    text-transform: none;
}
.nav-practice ul li ul li:last-child {
    padding-left:15px;
}
.nav-practice ul li ul li a:hover, .nav-practice ul li ul li a:focus, .nav-practice ul li ul li a:active, .nav-practice ul li ul li a.current {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #04d46d;
    text-decoration: none;
}
.nav-practice ul li:last-child a {
    border: medium none;
}
.short-form {
    background: #e1e1e1 none repeat scroll 0 0;
    border: 1px solid #959595;
    margin-bottom: 30px;
    padding: 18px 20px 32px 23px;
}
.title-short-form {
    color: #108c55;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 5px;
}
#containerIntakeFormShort, #containerIntakeFormShortAutofill {
    color: #363636;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    padding: 0;
}
#intakeFormShort fieldset input, #intakeFormShort fieldset textarea, #intakeFormShort fieldset input, #intakeFormShort fieldset textarea, #intakeFormShortAutofill fieldset input, #intakeFormShortAutofill fieldset textarea, #intakeFormShortAutofill fieldset input, #intakeFormShortAutofill fieldset textarea {
    color: #363636;
    display: block;
    font-family: "Lato",sans-serif;
    margin: 0.2em 0 0.5em;
    padding: 3px;
    width: 100%;
}
#intakeFormShort fieldset div.formHighlight *, #intakeFormShort fieldset div.formHighlight *, #intakeFormShortAutofill fieldset div.formHighlight *, #intakeFormShortAutofill fieldset div.formHighlight * {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
}
#intakeFormShort fieldset div.formHighlight *:hover, #intakeFormShort fieldset div.formHighlight *:focus, #intakeFormShort fieldset div.formHighlight *:active, #intakeFormShort fieldset div.formHighlight *:hover, #intakeFormShort fieldset div.formHighlight *:focus, #intakeFormShort fieldset div.formHighlight *:active, #intakeFormShortAutofill fieldset div.formHighlight *:hover, #intakeFormShortAutofill fieldset div.formHighlight *:focus, #intakeFormShortAutofill fieldset div.formHighlight *:active, #intakeFormShortAutofill fieldset div.formHighlight *:hover, #intakeFormShortAutofill fieldset div.formHighlight *:focus, #intakeFormShortAutofill fieldset div.formHighlight *:active {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
}
#intakeFormShort fieldset textarea, #intakeFormShort fieldset textarea, #intakeFormShortAutofill fieldset textarea, #intakeFormShortAutofill fieldset textarea {
    height: 80px;
}
#intakeFormShort fieldset .formCheck a, #intakeFormShort p.intakeFormShortPrivacy a, #intakeFormShortAutofill fieldset .formCheck a, #intakeFormShortAutofill p.intakeFormShortPrivacy a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #363636;
    font-weight: 700;
    text-decoration: underline;
}
#intakeFormShort fieldset .formCheck a:hover, #intakeFormShort fieldset .formCheck a:focus, #intakeFormShort fieldset .formCheck a:active, #intakeFormShort p.intakeFormShortPrivacy a:hover, #intakeFormShort p.intakeFormShortPrivacy a:focus, #intakeFormShort p.intakeFormShortPrivacy a:active, #intakeFormShortAutofill fieldset .formCheck a:hover, #intakeFormShortAutofill fieldset .formCheck a:focus, #intakeFormShortAutofill fieldset .formCheck a:active, #intakeFormShortAutofill p.intakeFormShortPrivacy a:hover, #intakeFormShortAutofill p.intakeFormShortPrivacy a:focus, #intakeFormShortAutofill p.intakeFormShortPrivacy a:active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #363636;
    font-weight: 700;
    text-decoration: none;
}
#intakeFormShortSubmit, #intakeFormShortAutofillSubmit {
    margin: -21px 0 0 173px;
    position: absolute;
}
#intakeFormShortDisclaimer {
    width: 100%;
    z-index: 9;
}
#intakeFormShortDisclaimer a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #686833;
}
.contact-info-container {
    background-color: #12653d;
    background-image: linear-gradient(to bottom, #12653d 1%, #126c41 20%, #127144 35%, #118551 75%, #108752 100%);
    background-size: 100% auto;
    margin-bottom: 1px;
    padding:20px;
}
.contact-info-container::before, .contact-info-container::after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.contact-info-container::after {
    clear: both;
}
.contact-info {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
.contact-info strong {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-info p {
    /*float: left;
    padding-left: 28px;*/
}
.contact-info a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    text-decoration: underline;
}
.contact-info a:hover, .contact-info a:focus, .contact-info a:active, .contact-info a.current {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #04d46d;
    text-decoration: underline;
}
.about-location {
    border-top: 1px dotted #04d46d;
    clear: both;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 9px 15px;
    padding: 0 17px;
}
.about-location strong {
    color: #fff;
    font-weight: 700;
    text-transform: none;
}
.footer-wrap {
    background: #414141 none repeat scroll 0 0;
    padding: 20px 0;
}
.footer-wrap::before, .footer-wrap::after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.footer-wrap::after {
    clear: both;
}
.footer-page {
    margin: 0 auto;
    max-width: 978px;
}
.geo-title {
    color: #19c578;
    font-family: "Lato",sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.geography {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 20px;
    text-align: center;
}
.fine-print {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}
.fine-print a {
    color: #19c578;
    text-decoration: underline;
}
.fine-print a:hover, .fine-print a:focus, .fine-print a:active, .fine-print a.current {
    color: #fff;
    text-decoration: underline;
}
.copyright {
    margin: 0;
    padding: 0;
}
.branding {
    margin: 0;
    padding: 0;
}
.subscribe {
    /*background: rgba(0, 0, 0, 0) url("http://vanasselaw.com/wp-content/themes/images/bg-subscribe.png") no-repeat scroll 0 0;*/
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    margin: 20px 0;
    padding-left: 23px;
}
#navigationBlog {
    font-family: "Lato",sans-serif;
    margin: 0 0 50px;
    padding: 0 5%;
}
.group {
    font-family: "Lato",sans-serif;
}
.group h4 {
    color: #108c55;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
}
.group ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.group ul li {
    display: inline;
    font-size: 15px;
}
.group a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #108c55;
    display: block;
    padding: 3px 17px;
    text-decoration: underline;
}
.group a:hover, .group a:focus, .group a:active, .group a.current {
    background: #19c578 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: underline;
}
#tagCloud a::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.findlaw-network {
    margin-top: 20px;
}
#blogCommentForm fieldset input, #containerBlogCommentFormAutofill #comment-submit, #blogCommentFormAutofill fieldset #comment-submit {
    background: #127c4a none repeat scroll 0 0;
    border: 1px solid #c4c3c3;
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 20px;
    text-transform: uppercase;
}
#blogCommentForm fieldset input:hover, #blogCommentForm fieldset input:focus, #blogCommentForm fieldset input:active, #blogCommentForm fieldset input.current, #containerBlogCommentFormAutofill #comment-submit:hover, #containerBlogCommentFormAutofill #comment-submit:focus, #containerBlogCommentFormAutofill #comment-submit:active, #containerBlogCommentFormAutofill #comment-submit.current, #blogCommentFormAutofill fieldset #comment-submit:hover, #blogCommentFormAutofill fieldset #comment-submit:focus, #blogCommentFormAutofill fieldset #comment-submit:active, #blogCommentFormAutofill fieldset #comment-submit.current {
    background: #04d46d none repeat scroll 0 0;
    border: 1px solid #c4c3c3;
}
.fb-like, .twitter-share-button, .g-plusone {
    min-width: 110px;
}
.fb-like {
    top: -7px;
}
.review-btn {
    margin-top: 15px;
    text-align: center;
}


/*==============================
	2) Normalize
==============================*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/**
* Correct `block` display not defined in IE 8/9.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/

audio,
canvas,
video {
    display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/

[hidden],
template {
    display: none;
}

/* ==========================================================================
Base
========================================================================== */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/

body {
    margin: 0;
}

/* ==========================================================================
Links
========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
    background: transparent;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/

h1 {
    /*font-size: 2em;*/
    margin: 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/

b,
strong {
    font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/

dfn {
    font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
    background: #ff0;
    color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/

pre {
    white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9.
*/

img {
    border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari 5.
*/

figure {
    margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */

/**
* Define consistent border, margin, and padding.
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
    line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/

button,
select {
    text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*==============================
	3) Adjust
==============================*/
/* ==========================================
 COLUMNS
========================================== */
.cols:after,
.clear:after {
	content: "";
	display: table;
	clear: both;
}

[class*='col-'] {
  float: left;
  /*display:table;*/
  position:relative;
}

.col-left { float:left; }
.col-right { float:right; }
.cols .padded { display:block; }

/*
 * 1 Column
 */
.col-1-1 { width:100%; }

/*
 * 2 Columns
 */
.col-1-2 { width:50%; }

/* to add padding */
.col-1-2.padded { width:49%; }
.col-1-2.padded.first { margin-right:1%; }
.col-1-2.padded.last {	margin-left:1%; }

/*
 * 3 Columns
 */
.col-1-3 { width:33.33%; }
.col-2-3 { width:66.66%; }
.col-1-3.padded.first { padding:0 3% 0 0; }
.col-1-3.padded { padding:0 3%; }
.col-1-3.padded.last { padding:0 0 0 3%; }

.col-1-3.margin.first { margin:0 2% 0 0; }
.col-1-3.margin { margin:0 0%; }
.col-1-3.margin.last { margin:0 0 0 2%; }

/*
 * 4 Columns
 */
.col-1-4 { width:25%; }
.col-2-4 { width:50%; }
.col-3-4 { width:75%; }

.col-1-4.padded.first { padding:0 1% 0 0; }
.col-1-4.padded { padding:0 1%; }
.col-1-4.padded.last { padding:0 0 0 1%; }

.col-3-4.padded { padding:0 1%; }

/*
 * 5 Columns
 */
.col-1-5 { width:20%; }
.col-2-5 { width:40%; }
.col-3-5 { width:60%; }
.col-4-5 { width:80%; }

/* to add padding */
.col-1-5.padded { padding:0 0.4%; }
.col-1-5.padded.first { padding:0 0.4% 0 0; }
.col-1-5.padded.last { padding:0 0 0 0.4%; }

/*
 * 6 Columns
 */
.col-1-6 { width:16.66%; }
.col-2-6 { width:33.33%; }
.col-3-6 { width:50%; }
.col-4-6 { width:66.66%; }
.col-5-6 { width:83.33%; }

/*
 * 7 Columns
 */
.col-1-7 { width:14.2857%; }
.col-2-7 { width:28.5714%; }
.col-3-7 { width:42.8571%; }
.col-4-7 { width:57.1428%; }
.col-5-7 { width:71.4285%; }
.col-6-7 { width:85.7142%; }

/*
 * 8 Columns
 */
.col-1-8 { width:12.5%; }
.col-2-8 { width:25%; }
.col-3-8 { width:37.5%; }
.col-4-8 { width:50%; }
.col-5-8 { width:62.5%; }
.col-6-8 { width:75%; }
.col-7-8 { width:87.5%; }

/*
 * 9 Columns
 */
.col-1-9 { width:11.11% }
.col-2-9 { width:22.22% }
.col-3-9 { width:33.33% }
.col-4-9 { width:44.44% }
.col-5-9 { width:55.55% }
.col-6-9 { width:66.66% }
.col-7-9 { width:77.77% }
.col-8-9 { width:88.88% }

/*
 * 10 Columns
 */
.col-1-10 { width:10% }
.col-2-10 { width:20% }
.col-3-10 { width:30% }
.col-4-10 { width:40% }
.col-5-10 { width:50% }
.col-6-10 { width:60% }
.col-7-10 { width:70% }
.col-8-10 { width:80% }
.col-9-10 { width:90% }

/*
 * 11 Columns
 */
.col-1-11 { width:10% }
.col-2-11 { width:20% }
.col-3-11 { width:30% }
.col-4-11 { width:40% }
.col-5-11 { width:50% }
.col-6-11 { width:54.5454% }
.col-7-11 { width:70% }
.col-8-11 { width:80% }
.col-9-11 { width:90% }
.col-10-11 { width:90% }

/*custom*/


/* ==========================================
 WIDTH
========================================== */
.width-50 { width:50%; }
.width-100 { width:100%; }

/* ==========================================
 PADDING
========================================== */
.pad-top-5 { padding-top:5px; }
.pad-top-10 { padding-top:10px; }
.pad-top-15 { padding-top:15px; }
.pad-top-20 { padding-top:20px; }
.pad-top-25 { padding-top:25px; }
.pad-top-30 { padding-top:30px; }
.pad-top-40 { padding-top:40px; }
.pad-top-50 { padding-top:50px; }
.pad-top-60 { padding-top:60px; }
.pad-top-70 { padding-top:70px; }
.pad-top-80 { padding-top:80px; }
.pad-top-90 { padding-top:90px; }
.pad-top-100 { padding-top:100px; }

.pad-bottom-5 { padding-bottom:5px; }
.pad-bottom-10 { padding-bottom:10px; }
.pad-bottom-15 { padding-bottom:15px; }
.pad-bottom-20 { padding-bottom:20px; }
.pad-bottom-25 { padding-bottom:25px; }
.pad-bottom-30 { padding-bottom:30px; }
.pad-bottom-40 { padding-bottom:40px; }
.pad-bottom-50 { padding-bottom:50px; }
.pad-bottom-60 { padding-bottom:60px; }
.pad-bottom-70 { padding-bottom:70px; }
.pad-bottom-80 { padding-bottom:80px; }
.pad-bottom-90 { padding-bottom:90px; }
.pad-bottom-100 { padding-bottom:100px; }

.pad-left-5 { padding-left: 5px; }
.pad-left-10 { padding-left:10px; }
.pad-left-15 { padding-left:15px; }
.pad-left-20 { padding-left:15px; }
.pad-left-25 { padding-left:25px; }
.pad-left-30 { padding-left:30px; }
.pad-left-40 { padding-left:40px; }
.pad-left-50 { padding-left:50px; }

.pad-right-5 { padding-right:5px; }
.pad-right-10 { padding-right:10px; }
.pad-right-15 { padding-right:15px; }
.pad-right-20 { padding-right:20px; }
.pad-right-25 { padding-right:25px; }
.pad-right-30 { padding-right:30px; }
.pad-right-40 { padding-right:40px; }
.pad-right-50 { padding-right:50px; }
.pad-right-100 { padding-right:100px; }

.pad-sides-10 {
	padding-left:10px;
	padding-right:10px;
}
.pad-sides-15 {
	padding-left:15px;
	padding-right:15px;
}

/* ==========================================
 MARGIN
========================================== */
.marg-auto { margin:0 auto; }
.marg-0 { margin:0; }

.marg-top-5 { margin-top:5px; }
.marg-top-10 { margin-top:10px; }
.marg-top-15 { margin-top:15px; }
.marg-top-20 { margin-top:20px; }
.marg-top-25 { margin-top:25px; }
.marg-top-30 { margin-top:30px; }
.marg-top-40 { margin-top:40px; }
.marg-top-50 { margin-top:50px; }

.marg-bottom-0 { margin-bottom:0px !important; }
.marg-bottom-5 { margin-bottom:5px; }
.marg-bottom-10 { margin-bottom:10px; }
.marg-bottom-15 { margin-bottom:15px; }
.marg-bottom-20 { margin-bottom:20px; }
.marg-bottom-25 { margin-bottom:25px; }
.marg-bottom-30 { margin-bottom:30px; }
.marg-bottom-40 { margin-bottom:40px; }
.marg-bottom-50 { margin-bottom:50px; }

.marg-left-10 { margin-left:10px; }
.marg-left-15 { margin-left:15px; }
.marg-left-50 { margin-left:50px; }

.marg-right-10 { margin-right:10px; }
.marg-right-15 { margin-right:15px; }
.marg-right-50 { margin-right:50px; }

/* ==========================================
 MISC
========================================== */
.float-left { float:left; }
.float-right { float:right; }

/* ==========================================
 FONTS
========================================== */
.font-bold { font-weight:bold; }
.font-lighter { font-weight:lighter; }
.font-weight-100 { font-weight:100; }
.font-weight-300 { font-weight:300; }
.font-weight-400 { font-weight:400; }
.font-weight-600 { font-weight:600; }
.font-weight-700 { font-weight:700; }
.font-weight-800 { font-weight:800; }

.font-12 { font-size:12px; }
.font-13 { font-size:13px; }
.font-14 { font-size:14px; }
.font-15 { font-size:15px; }
.font-16 { font-size:16px; }
.font-18 { font-size:18px; }
.font-20 { font-size:20px; }
.font-24 { font-size:24px; }
.font-26 { font-size:26px; }
.font-28 { font-size:28px; }
.font-30 { font-size:30px; }
.font-36 { font-size:36px; }
.font-40 { font-size:40px; }
.font-44 { font-size:44px; }
.font-48 { font-size:48px; }
.font-65 { font-size:65px; }

.font-black { color:#000; }
.font-white { color:#ffffff; }

.italic {font-style:italic;}

.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-justify { text-align:justify; }

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

.flush {margin:0; padding:0;}

.absolute {position:absolute;}
.relative {position:relative;}

.line-height-1 { line-height:1; }
.line-height-1-1 { line-height:1.1 !important; }
.line-height-20 { line-height:20px; }
.line-height-22 { line-height:22px; }
.line-height-28 { line-height:28px; }

.letter-spacing-5 {letter-spacing:.5px;}
.letter-spacing-1 { letter-spacing:1px; }
.letter-spacing-125 { letter-spacing:1.25px; }

.text-upper { text-transform:uppercase; }
.text-lower { text-transform:lowercase; }

.height-100 { height:100%; }

.table { display:table; }

.v-center {
	display:table-cell;
	vertical-align:middle;
}

/*==============================
	4) 1024px
==============================*/
@media screen and (max-width: 1024px) {
	/* iPad landscape */

/* ==========================================
 WIDTH
========================================== */
.ipl-width-20 {
    width:20%;
}
.ipl-width-25 {
    width:25%;
}
.ipl-width-30 {
    width:30%;
}
.ipl-width-35 {
    width:35%;
}
.ipl-width-40 {
    width:40%;
}
.ipl-width-45 {
    width:45%;
}
.ipl-width-50 {
    width:50%;
}
.ipl-width-55 {
    width:55%;
}
.ipl-width-60 {
    width:60%;
}
.ipl-width-65 {
    width:65%;
}
.ipl-width-70 {
    width:70%;
}
.ipl-width-75 {
    width:75%;
}
.ipl-width-80 {
    width:80%;
}
.ipl-width-85 {
    width:85%;
}
.ipl-width-90 {
    width:90%;
}
.ipl-width-95 {
    width:95%;
}
.ipl-width-100 {
    width:100%;
}

/* ==========================================
 PADDING
========================================== */
.ipl-pad-top-10 {
    padding-top:10px;
}
.ipl-pad-top-20 {
    padding-top:20px;
}
.ipl-pad-bot-10 {
    padding-bottom:10px;
}
.ipl-pad-bot-20 {
    padding-bottom:20px;
}
.ipl-pad-left-10 {
    padding-left:10px;
}
.ipl-pad-left-20 {
    padding-left:20px;
}
.ipl-pad-right-10 {
    padding-right:10px;
}
.ipl-pad-right-20 {
    padding-right:20px;
}
.ipl-pad-sides-10 {
    padding-left:10px;
    padding-right:10px;
}
.ipl-pad-sides-20 {
    padding-left:20px;
    padding-right:20px;
}

/* ==========================================
 MARGIN
========================================== */
.ipl-marg-auto {
    margin:0 auto;
}
.ipl-marg-0 {
    margin:0;
}
.ipl-marg-top-10 {
    margin-top:5px;
}
.ipl-marg-top-20 {
    margin-top:20px;
}
.ipl-marg-bot-10 {
    margin-bottom:10px;
}
.ipl-marg-bot-20 {
    margin-bottom:20px;
}
.ipl-marg-left-10 {
    margin-left:10px;
}
.ipl-marg-left-20 {
    margin-left:20px;
}
.ipl-marg-right-10 {
    margin-right:10px;
}
.ipl-marg-right-20 {
    margin-right:20px;
}
} /*END 1024 query*/

/*==============================
	5) 768px
==============================*/
@media screen and (max-width: 768px) {
	/* iPad portrait */
.hide-tablet { display:none; }
.show-tablet { display:inline-block !important; }

/* ==========================================
 WIDTH
========================================== */
.ipp-width-20 {
    width:20%;
}
.ipp-width-25 {
    width:25%;
}
.ipp-width-30 {
    width:30%;
}
.ipp-width-35 {
    width:35%;
}
.ipp-width-40 {
    width:40%;
}
.ipp-width-45 {
    width:45%;
}
.ipp-width-50 {
    width:50%;
}
.ipp-width-55 {
    width:55%;
}
.ipp-width-60 {
    width:60%;
}
.ipp-width-65 {
    width:65%;
}
.ipp-width-70 {
    width:70%;
}
.ipp-width-75 {
    width:75%;
}
.ipp-width-80 {
    width:80%;
}
.ipp-width-85 {
    width:85%;
}
.ipp-width-90 {
    width:90%;
}
.ipp-width-95 {
    width:95%;
}
.ipp-width-100 {
    width:100%;
}

/* ==========================================
 PADDING
========================================== */
.ipp-pad-top-10 {
    padding-top:10px;
}
.ipp-pad-top-20 {
    padding-top:20px;
}
.ipp-pad-bot-10 {
    padding-bottom:10px;
}
.ipp-pad-bot-20 {
    padding-bottom:20px;
}
.ipp-pad-left-10 {
    padding-left:10px;
}
.ipp-pad-left-20 {
    padding-left:20px;
}
.ipp-pad-right-10 {
    padding-right:10px;
}
.ipp-pad-right-20 {
    padding-right:20px;
}
.ipp-pad-sides-10 {
    padding-left:10px;
    padding-right:10px;
}
.ipp-pad-sides-20 {
    padding-left:20px;
    padding-right:20px;
}

/* ==========================================
 MARGIN
========================================== */
.ipp-marg-auto {
    margin:0 auto;
}
.ipp-marg-0 {
    margin:0;
}
.ipp-marg-top-10 {
    margin-top:5px;
}
.ipp-marg-top-20 {
    margin-top:20px;
}
.ipp-marg-bot-10 {
    margin-bottom:10px;
}
.ipp-marg-bot-20 {
    margin-bottom:20px;
}
.ipp-marg-left-10 {
    margin-left:10px;
}
.ipp-marg-left-20 {
    margin-left:20px;
}
.ipp-marg-right-10 {
    margin-right:10px;
}
.ipp-marg-right-20 {
    margin-right:20px;
}

.bg-cover-center {
    background-position:20% center;
}
.slide-wrapper {
    padding:30px 0;
}

/* ==========================================
 HEADER
========================================== */
.brand img {
    width:100%;
}

#logo .col-4-10 {
    width:100%;
}

#logo .col-6-10 {
    width:80%;
}

.cta-tagline {
    float:none;
    text-align:center;
    font-size: 15px;
}

.cta .cta-local, .cta .cta-tollfree {
    color: #252525;
    float: none;
    text-align:center;
    font-size: 20px;
}

.header-page .text-right {
    text-align:center;
}

.cta-tollfree {
    padding-bottom:25px;
}

a.brand {
    margin: 0px 0 20px;
}

#m-nav-toggle {
    padding-top:20px;
    text-align:left;
}

.banner-container .font-30 {
    font-size:22px;
}
} /*END 768 query*/

/*==============================
	6) 500px
==============================*/
@media screen and (max-width: 500px) {
	/* Phones */
.hide-phone { display:none; }
.show-phone { display:inline-block !important; }

/* ==========================================
 WIDTH
========================================== */
.ph-width-20 {
    width:20%;
}
.ph-width-25 {
    width:25%;
}
.ph-width-30 {
    width:30%;
}
.ph-width-35 {
    width:35%;
}
.ph-width-40 {
    width:40%;
}
.ph-width-45 {
    width:45%;
}
.ph-width-50 {
    width:50%;
}
.ph-width-55 {
    width:55%;
}
.ph-width-60 {
    width:60%;
}
.ph-width-65 {
    width:65%;
}
.ph-width-70 {
    width:70%;
}
.ph-width-75 {
    width:75%;
}
.ph-width-80 {
    width:80%;
}
.ph-width-85 {
    width:85%;
}
.ph-width-90 {
    width:90%;
}
.ph-width-95 {
    width:95%;
}
.ph-width-100 {
    width:100%;
}

/* ==========================================
 PADDING
========================================== */
.ph-pad-top-10 {
    padding-top:10px;
}
.ph-pad-top-20 {
    padding-top:20px;
}
.ph-pad-bot-10 {
    padding-bottom:10px;
}
.ph-pad-bot-20 {
    padding-bottom:20px;
}
.ph-pad-left-0 {
    padding-left:0px;
}
.ph-pad-left-10 {
    padding-left:10px;
}
.ph-pad-left-20 {
    padding-left:20px;
}
.ph-pad-right-10 {
    padding-right:10px;
}
.ph-pad-right-20 {
    padding-right:20px;
}
.ph-pad-sides-10 {
    padding-left:10px;
    padding-right:10px;
}
.ph-pad-sides-20 {
    padding-left:20px;
    padding-right:20px;
}

/* ==========================================
 MARGIN
========================================== */
.ph-marg-auto {
    margin:0 auto;
}
.ph-marg-0 {
    margin:0;
}
.ph-marg-top-10 {
    margin-top:5px;
}
.ph-marg-top-20 {
    margin-top:20px;
}
.ph-marg-bot-10 {
    margin-bottom:10px;
}
.ph-marg-bot-20 {
    margin-bottom:20px;
}
.ph-marg-left-10 {
    margin-left:10px;
}
.ph-marg-left-20 {
    margin-left:20px;
}
.ph-marg-right-10 {
    margin-right:10px;
}
.ph-marg-right-20 {
    margin-right:20px;
}

.slide-content h2 {
    font-size:18px;
}

/* ==========================================
 SPACING
========================================== */
.container-page .pad-left-25 {
    padding-left:0;
}

.cta-tollfree {
    padding-bottom:25px;
}

a.brand {
    margin: 0px 0 20px;
}

#m-nav-toggle {
    padding-top:0px;
    text-align:left;
}

/* ==========================================
 CONTAINERS
========================================== */
.cta-tagline {
    float:none;
    text-align:center;
    font-size: 15px;
}

.cta .cta-local, .cta .cta-tollfree {
    color: #252525;
    float: none;
    text-align:center;
    font-size: 20px;
}

.brand img {
    width:100%;
}

.col-4-10 {
    width:100%;
}

.col-6-10 {
    width:100%;
}

/* ==========================================
 TEXT
========================================== */
.header-page .text-right {
    text-align:center;
}
} /*END 500 query*/


/*==============================
	7) BX Slider
===============================*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	/*position: absolute;*/
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://vanasselaw.com/wp-content/themes/vanasse/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    background-color: #fff;
    bottom: 52px;
    color: #666;
    font-family: Arial;
    font-size: 0;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
    z-index: 2;
}

.bx-viewport li { min-height: 1px; min-width: 1px;}

/*.bx-wrapper img {
    max-width: 100%;
    display: inline-block;
}*/

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #c2c2c2;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #99ccff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	/*background: url(http://vanasselaw.com/wp-content/themes/vanasse/images/controls.png) no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
	right: 10px;
	/*background: url(http://vanasselaw.com/wp-content/themes/vanasse/images/controls.png) no-repeat -43px -32px;*/
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	/*background: url(http://vanasselaw.com/wp-content/themes/vanasse/images/controls.png) -86px -11px no-repeat;*/
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	/*background: url(http://vanasselaw.com/wp-content/themes/vanasse/images/controls.png) -86px -44px no-repeat;*/
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.b-lazy{
  -webkit-transition:opacity .3s ease-in-out;
  -moz-transition:opacity .3s ease-in-out;
  -o-transition:opacity .3s ease-in-out;
  transition:opacity .3s ease-in-out;
  opacity:0
}

.b-lazy.b-loaded{
  opacity:1;
  max-width:100%!important;
  background-image:none
  }

.b-lazy-wrapper{
  background-image:url(https://vanasselaw.com//wp-content/themes/malamut/images/loading_icon.gif);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:100px 100px
}

.entry .pad-top-20 img {
    width: 100%!important;
}