@font-face {
	font-family: 'Avenir';
	font-weight: 400;
    src: url('/wp-content/themes/workman/public/fonts/AvenirLTStd-Medium.otf');
}
@font-face {
	font-family: 'Avenir';
	font-weight: 700;
    src: url('/wp-content/themes/workman/public/fonts/AvenirLTStd-Heavy.otf');
}
@font-face {
    font-family: 'Avenir';
	font-weight: 900;
    src: url('/wp-content/themes/workman/public/fonts/AvenirLTStd-Black.otf');
}
body,
html {
	height: 100%;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
}
.header-tel-number {
	color: #ffc409; margin-top: 20px; display: inline-block;
}
@media (min-width: 800px) {
	.header-tel-number {
    	position: absolute; top: 0; right: 0; margin-top: 0; margin-right: 8px;
    }
}
.adsbox {height: 0px; overflow:hidden;}
.clear {
	clear: both;
}
.desktopOnly {
	display: inline-block;
}
.hide,
.printOnly,
.mobileOnly {
	display: none !important;
}
a.button,
.button {
	color: #fff !important; padding: 10px 35px !important; background-color: #d14e53 !important;
	font-size: 15px !important; display: inline-block !important; transition: 0.3s !important;
}
a.button.white,
.button.white {
	color: #b55054 !important; background-color: #fff !important;
	font-size: 17px;
}
a.button:hover,
.button:hover {color: #fff !important; background-color: #302a1d !important;}
/* **********************  */
/* CONTAINER STYLES */
/* **********************  */
div#siteContainer {
	min-height: 100%;
	position: relative;
}
body.page-template-bio-detail,
body.page-template-contact,
body.error404 {
	background-color: #30281b; /* Old browsers */
	background-color: -moz-linear-gradient(top,  #30281b 0%, #3d362b 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(top,  #30281b 0%,#3d362b 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to bottom,  #30281b 0%,#3d362b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30281b', endColorstr='#3d362b',GradientType=0 ); /* IE6-9 */
}
body.page-template-professional-landing {
	background-color: #fff;
}
div#body {
	padding-bottom: 100px;
}
.active-body {
	padding-top: 0 !important;
}
.siteCenter {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
	position: relative;
}
/* Wider screen displays */
@media only screen
	and (min-width: 1200px) {
	.siteCenter {
		width: 1100px;
	}
}
div.left.sidebar {
	float: left;
	width: 24%;
	padding-bottom: 60px;
}
div.right.mainContent,
div.right.bottomContent {
	float: right;
	width: 74%;
	padding-bottom: 40px;
}
div#body > #backgroundImage {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1000;
}
.siteCenter.fullScreen {
	min-height: 500px;
}
.opaqueBody {
	background-color: rgba(255,255,255,.85);
	padding: 30px 0;
	margin: 30px 0;
}
.siteCenter .shiftLeft {
	background-color: rgba(0,0,0,.5);
	position: absolute;
	width: 200%;
	margin-left: -135%;
	padding: 20px 0 20px 0;
}
.shiftLeft .left.sidebar {
	float: right;
	width: 10%;
	margin-right: 1%;
	padding-right: 1%;
	border-right: 1px solid #ffffff;
	min-height: 375px;
}
.shiftLeft div.right.mainContent {
	float: right;
	width: 20%;
	padding-bottom: 40px;
	color: #ffffff;
}
.shiftLeft .narrative {
	color: #ffffff;
}
.shiftLeft .right .col {
	float: left;
	width: 45%;
	margin-right: 5%;
}
.error404 #body .narrative p:first-of-type {
	color: #D14E53;
	font-size: 17px;
}
.error404 #backgroundImage {
	background-image: url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/bg_paintSplatter.jpg);
}
/* **********************  */
/* HEADER STYLES */
/* **********************  */
header#masthead {
	margin: 0;
	background-color: #30281b;
	color: #ffffff;
	/*padding: 20px 0 10px 0;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
}
#contentHeader {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 0 0 30px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30281b+0,3d362b+100 */
	background: #30281b;
	background: -moz-linear-gradient(top,  #30281b 0%, #3d362b 100%);
	background: -webkit-linear-gradient(top,  #30281b 0%,#3d362b 100%);
	background: linear-gradient(to bottom,  #30281b 0%,#3d362b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30281b', endColorstr='#3d362b',GradientType=0 );
}
#contentHeader.transparent {
	background: transparent;
	height: 300px;
	margin-bottom: 0;
}
#contentHeader #headerImage {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/header_default.jpg);
}
#contentHeader.contact-header {
	background-size: cover;
	background-position: center 28%;
	background-repeat: no-repeat;
	height: 400px;
}
#contentHeader .siteCenter {
	position: relative;
	z-index: 10;
	min-height: 370px;
	/*margin-top: 8%;*/
}
.home-hero.siteCenter {
	margin-top: 8%;
}
#body.contact-page {
	background: #fff;
}
body.page-template-contact {
	background: #fff;
}
#contentHeader.transparent .siteCenter {
	min-height: 270px;
}
#contentHeader .siteCenter.contact {
	min-height: 448px;
}
.contact-header .siteCenter {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.contact-header .headline {
	bottom: auto !important;
	width: 100% !important;
}
.contact-body {
	background: #fff;
	width: auto !important;
	display: flex;
	padding-top: 64px;
}
.office-wrapper {
	margin-top: 1.5em;
}
.office-wrapper span {
	color: #d14e53;
}
aside h3 {
	color: #d14e53;
	margin-bottom: 1em;
}
.directions-link {
	text-transform: uppercase;
	color: #d14e53;
	display: flex;
	align-items: center;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #d14e53;
	margin-left: 8px;
	margin-bottom: 4px;
}
.contact-content {
	width: 33%;
	display: flex;
	justify-content: center;
}
.contact-phone {
	color: #605053;
}
@media only screen and (min-width: 761px)
and (max-width: 1000px) {
	.contact-content {
		width: 25%;
		margin-right: 24px;
	}
}
@media only screen and (max-width: 760px) {
	.contact-body {
		flex-direction: column;
	}
	.contact-content {
		width: auto;
	}
}
#mainMenu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#mainMenu #logo {
	width: 150px;
	height: 90px;
	transition: all .3s ease;
}
.resize {
	height: 40px !important;
}
#mainMenu #logo a {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/logo.svg);
	display: block;
	height: 100%;
	width: 100%;
}
#mainMenu #logo a span {
	display: none;
}
#contentHeader .headline {
	position: absolute;
	z-index: 10;
	bottom: 100px;
	left: 0;
	text-align: center;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Avenir', Helvetica, serif;
	color: #ffffff;
	font-size: 43px;
	line-height: 43px;
	width: 100%;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
}
.page-template-professional-landing #contentHeader .headline {
	bottom: 56px !important;
	width: 100% !important;
}
.sticky-cta {display: none;}
@media screen and (min-width:885px) {
	div#body {
		padding-top: 55px;
	}
	.sticky-cta {
		display: block; position: fixed; right: 0; top: 500px; z-index: 5;
	}
	.sticky-cta i {margin-left: 8px;}
	/*.sticky-cta:hover {opacity: 1;}*/
	#contentHeader .headline {
		bottom: 112px;
	}
}
#contentHeader.transparent .headline {
	bottom: -5px;
	width: 40%;
}
#contentHeader.transparent .headline.wide {
	width: 50%;
}
header ul#menu-main-menu {
	height: 25px;
	margin: 0 0 0 80px;
}
header ul#menu-main-menu > li {
	margin: 0 5px 0 0;
	position: relative;
}
header ul#menu-main-menu > li > a:link,
header ul#menu-main-menu > li > a:visited {
	font-size: 17px;
	color: #D14E53;
	padding: 17px  20px 17px 5px;
}
header ul#menu-main-menu > li > a:hover,
header ul#menu-main-menu > li > a:active,
header ul#menu-main-menu > li.active > a,
header ul#menu-main-menu > li.current-menu-item > a,
header ul#menu-main-menu > li.current-page-ancestor > a {
	color: #c8c8c8;
}
header ul#menu-main-menu > li div.submenu {
	position: absolute;
	background-color: #afa7a6;
	margin: 11px 0 0 -10px;
	padding: 10px;
	min-width: 175px;
	display: none;
	z-index: 1000;
}
.ua-chrome header ul#menu-main-menu > li div.submenu {
	margin-top: 0px;
}
header ul#menu-main-menu > li div.submenu.services {
	margin-left: -360px;
	min-width: 900px;
	padding: 20px 30px;
}
header ul#menu-main-menu div.submenu ul {
	margin: 0;
	padding: 0;
}
header ul#menu-main-menu div.submenu ul > li {
	float: none;
	margin: 0 0 10px 0;
}
header ul#menu-main-menu div.submenu.services ul > li {
	float: none;
	margin: 0 0 20px 0;
}
header ul#menu-main-menu div.submenu ul > li > ul {
	margin: 7px 0 20px 0;
}
header ul#menu-main-menu div.submenu.services ul > li > ul > li {
	margin: 0 0 10px 0;
}
header ul#menu-main-menu div.submenu a:link,
header ul#menu-main-menu div.submenu a:visited {
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 18px;
	display: block;
}
header ul#menu-main-menu div.submenu a:hover,
header ul#menu-main-menu div.submenu a:active {
	color: #007998;
}
header ul#menu-main-menu div.submenu ul > li > ul > li a:link,
header ul#menu-main-menu div.submenu ul > li > ul > li a:visited {
	font-size: 16px;
	color: #60504c;
	font-weight: 300;
}
header ul#menu-main-menu div.submenu ul > li > ul > li a:hover,
header ul#menu-main-menu div.submenu ul > li > ul > li a:active {
	color: #007998;
}
header ul#menu-main-menu div.submenu div.col {
	float: left;
	width: 30%;
	margin-left: 5%;
}
header ul#menu-main-menu div.submenu div.col:first-of-type {
	margin-left: 0;
}
#desktopSearch {
	display: none;
	background-color: #ffffff;
	padding: 5px;
	position: relative;
}
#desktopSearch.active {
	display: block;
}
#desktopSearch label {
	display: none;
}
#desktopSearch input#s,
#desktopSearch input:focus {
	border: none;
	border-radius: 0;
	padding: 0 0 0 10px;
	font-size: 45px;
	line-height: 60px;
	color: #30281b;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	outline:0;
}
#desktopSearch input[type="submit"],
#desktopSearch input[type="submit"]:focus {
	background-color: transparent;
	font-size: 40px;
	font-weight: 600;
	position: absolute;
	top: 0;
	right: 0;
	color: #c8c8c8;
	padding: 5px;
	outline:0;
}
#searchToggle a:link,
#searchToggle a:visited {
	color: rgba(200,200,200,.5);
	font-size: 25px;
}
#searchToggle a:link,
#searchToggle a:visited {
	color: rgba(200,200,200,.5);
	font-size: 25px;
}
#searchToggle a:hover,
#searchToggle a:active {
	color: rgba(233,129,65,.5);
}
#searchToggle span {
	display: none;
}
/* **********************  */
/* MAIN CONTENT */
/* **********************  */
.narrative h1 { }
.narrative h2 { }
.narrative h3 { }
.narrative h4 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}
button:focus {
	outline:0;
}
.narrative {
	font-size: 15px;
	font-weight: 300;
	color: #60504c;
}
.narrative #assistant,
.narrative #paralegal  {display: none; }
.narrative #assistant p,
.narrative #paralegal p {margin-bottom: 0;}
.narrative #assistant .copy-column,
.narrative #assistant .image-column,
.narrative #paralegal .copy-column,
.narrative #paralegal .image-column {
	display: inline-block; width: 48%; padding-left: 1%; padding-right: 1%; box-sizing: border-box; vertical-align: top;
}
.narrative #assistant .image-column img,
.narrative #paralegal .image-column img {max-width: 100%;}
/*
div.columnize {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
*/
.narrative div.wide {
	width: 90%;
}
div.narrative > div.intro {
	font-size: 17px;
	color: #D14E53;
	margin: 0 0 30px 0;
}
div.narrative > div.intro.narrow {
	width: 90%;
}
div.narrative > div.intro.alt {
	color: #7f2e00;
	font-size: 15px;
}
div.intro h1 {
	color: #7f2e00;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 5px 0;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	font-weight: 600;
	margin: 0 0 5px 0;
}
div.intro h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	letter-spacing: -.5px;
	color: #877873;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	margin: 5px 0;
}
div.intro span.publication {
	font-family: "Avenir", Helvetica, sans-serif;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-size: 20px;
	font-style: italic;
	color: #877873;
}
div.intro span.date {
	color: #7f2e00;
}
div.intro span.author a:link,
div.intro span.author a:visited {
	color: #D14E53;
}
div.intro span.author a:hover,
div.intro span.author a:active {
	color: #007998;
}
div.intro div.col {
	float: left;
	width: 47%;
	margin-left: 5%;
}
div.intro div.col:first-of-type {
	margin-left: 0;
}
div.intro div.postImage {
	width: 100%;
	height: 200px;
	float: right;
	background-repeat: no-repeat;
	background-size: cover;
}
div.intro a.register:link,
div.intro a.register:visited {
	color: #ffffff;
	background-color: #1c8cf2;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	padding: 3px 15px;
	margin: 5px 0;
	display: inline-block;
}
div.intro a.register:hover,
div.intro a.register:active {
	background-color: #D14E53;
}
.narrative ul,
.narrative ol {
	margin-left: 14px;
}
ul.listResults {
	margin: 0;
	padding: 0;
}
ul.listResults li {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.listResults a:link,
ul.listResults a:visited {
	color: #7f2e00;
	font-size: 18px;
	font-weight: 600;
}
ul.listResults a:hover,
ul.listResults a:active {
	color: #007998;
}
ul.archive {
	margin: 0;
	padding: 0;
}
ul.archive li {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #c8c8c8;
	line-height: 1.4em;
}
ul.archive li:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
ul.archive a:link,
ul.archive a:visited {
	color: #60504c;
	font-size: 18px;
	font-weight: 600;
}
ul.archive a:hover,
ul.archive a:active {
	color: #007998;
}
ul.archive span.date {
	color: #7f2e00;
	font-size: 16px;
	display: block;
	margin: 3px 0;
	font-weight: 400;
}
ul.archive div.post {
	display: block;
	overflow: hidden;
}
ul.archive div.thumbnailWrapper {
	height: 90px;
	width: 155px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 5px 15px 15px 0;
	float: left;
}
ul.archive div.thumbnailWrapper a {
	display: block;
	height: 100%;
	width: 100%;
}
ul.archive p {
	overflow: hidden;
	margin-bottom: 5px;
}
div.contentBody.narrative div.colWrapper div.col {
	width: 45%;
	float: left;
	margin-left: 10%;
}
div.contentBody.narrative div.colWrapper div.col:first-of-type {
	margin-left: 0;
}
.narrative .eventInfo {
	margin: 0 0 20px 5%;
	line-height: 1.4em;
	float: right;
	width: 42%;
}
.narrative .eventInfo.tripple {
	width: 30%;
}
.narrative .eventInfo:first-of-type {
	float: left;
	margin-left: 0;
}
.narrative .eventInfo h3 {
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	margin: 0 0 3px 0;
}
.narrative .eventInfo a:link,
.narrative .eventInfo a:visited {
	color: #877873;
    font-size: 13px;
    font-weight: 300;
    margin-right: 20px;
    text-transform: uppercase;
}
.narrative .eventInfo a:hover,
.narrative .eventInfo a:active {
	color: #007998
}
.narrative #eventMap {
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-color: #c8c8c8;
	margin: 40px 0;
}
pre {
	background-color: rgba(255,255,255,.75);
	color: #000000;
	padding: 25px;
	margin: 20px 0;
}
.narrative blockquote {
	background-color: transparent;
	border: none;
	margin: 0 0 20px 0;
	padding: 0 30% 0 0;
	width: 70%;
	quotes: "\201C""\201C""\201C""\201C";
}
.narrative blockquote p {
    color: #7f2e00;
    display: inline;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
}
.narrative blockquote p em,
.narrative blockquote p i {
    color: #60504c;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
}
.single-post .narrative blockquote {
	background-color: rgba(155,155,155,.1);
	border-left: 5px solid rgba(155,155,155,.3);
	margin: 1.5em 10px 1.5em 0;
	padding: 0.5em 10px;
	quotes: "\201C""\201C""\201C""\201C";
}
.single-post .narrative blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
}
.single-post .narrative blockquote p {
	display: inline;
}
.narrative div.menu-resources-menu-container {
	margin: 0 0 0 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
	width: 75%;
}
.narrative div.menu-resources-menu-container ul {
	margin: 0;
	padding: 0;
}
.narrative div.menu-resources-menu-container ul li {
	list-style: none;
	margin: 0 0 10px 0;
}
.narrative div.menu-resources-menu-container a:link,
.narrative div.menu-resources-menu-container a:visited {
	color: #7f2e00;
	font-weight: 600;
	font-size: 18px;
}
/* **********************  */
/* COMMENT STYLES */
/* **********************  */
#comments
#comments {
	font-size: 15px;
	font-weight: 300;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	color: #60504c;
}
#comments h6 {
	border-top: 1px solid #c8c8c8;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: 400;
	color: #D14E53;
}
#comments > ol,
#comments > ul {
	margin: .5em 0 1.5em 0;
}
#comments > ol li,
#comments > ul li {
	list-style: none;
}
#comments cite {
	font-style: normal;
}
#comments .vcard {
	color: #60504c;
	font-weight: 300;
	font-size: 14px;
}
#comments .commentmetadata {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
}
#comments .commentmetadata a:link,
#comments .commentmetadata a:visited {
	color: #60504c;
}
#comments .comment-body {
	font-size: 15px;
	font-weight: 300;
	color: #60504c;
}
#comments p.comment-form-author {
	width: 49%;
	float: left;
}
#comments p.comment-form-email {
	width: 49%;
	float: right;
}
#comments p.comment-form-url {
	float: none;
	clear: both;
}
#respond form {
	font-size: 15px;
	font-weight: 300;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	color: #60504c;
}
#respond a:link,
#respond a:visited {
	color: #60504c;
	font-size: 14px;
}
#respond a:hover,
#respond a:active {
	color: #007998;
}
#respond input[type="text"],
#respond input[type="email"],
#respond textarea {
	background-color: #c8c8c8;
	border-radius: 0;
	border: none;
	color: #60504c;
	font-size: 17px;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	font-weight: 300;
	width: 98%;
	padding: 5px 0 5px 2%;
}
#respond input#url {
	padding-left: 1.5%;
	width: 98.5%;
}
#respond input[type="button"],
#respond input[type="reset"],
#respond input[type="submit"] {
	color: #ffffff;
	text-transform: lowercase;
	border-radius: 0;
	background-color: #1c8cf2;
}
/* **********************  */
/* FOOTER STYLES */
/* **********************  */
#siteContainer footer {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
	bottom: 0;
	padding: 0 0 20px 0;
	margin: 0;
	height: 80px;
	font-weight: 300;
	font-size: 12px;
	color: #494840;
	background-color: #ffffff;
	text-align: left;
}
footer .siteCenter {
	position: relative;
}
footer a:link,
footer a:visited {
	color: #494840;
}
footer a:hover,
footer a:active {
	color: #7f2e00;
}
#footerNav {
	position: relative;
	font-size: 15px;
	margin: 20px 0;
	font-size: 18px;
	font-weight: 300;
}
#footerNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footerNav ul li {
	list-style: none;
	float: left;
	margin: 0 15px 0 0;
}
#footerNav ul li.current-menu-item a {
	color: #7f2e00;
}
footer nav.socialMenu {
	position: absolute;
	top: 15px;
	right: 25px;
}
nav.socialMenu {
	text-align: right;
	font-size: 25px;
}
nav.socialMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.socialMenu ul li {
	float: right;
	list-style: none;
	margin: 0 0 0 15px;
}
nav.socialMenu span {
	display: none;
}
/* **********************  */
/* CONTACT FORM */
/* **********************  */
#contactForm {
	color: #1c8cf2;
	font-size: 16px;
	font-weight: 300;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
input[type=text], input[type=email], textarea {
	border: none !important;
	border-bottom: solid 1px #60504c !important;
	border-radius: 0 !important;
}
.ninja-forms-form label {
	color: #60504c !important;
	font-weight: lighter !important;
}
.ninja-forms-required-items {
	display: none;
}
#ninja_forms_field_5_div_wrap,
#ninja_forms_field_9_div_wrap {
	width: 48%;
	float: left;
	clear: left;
}
#ninja_forms_field_6_div_wrap,
#ninja_forms_field_10_div_wrap {
	width: 48%;
	float: right;
}
#nf_submit_2 {
	float: right;
}
#ninja_forms_field_10 {
	background: #d14e53;
	border-radius: 0;
	color: #fff;
	padding: 14px 40px;
	transition: all .3s ease;
}
#ninja_forms_field_10:hover {
	background: #fff;
	border: solid 1px #d14e53;
	color: #d14e53;
}
.textarea-wrap textarea {
	height: 96px !important;
}
#ninja_forms_field_9_label {
	display: none;
}
@media only screen and (min-width: 761px)
and (max-width: 1000px) {
	#contactForm {
		width: 64%;
	}
}
@media only screen and (max-width: 760px) {
	#contactForm {
		width: auto;
	}
	#ninja_forms_field_5_div_wrap,
	#ninja_forms_field_9_div_wrap {
		width: auto;
		float: none;
		clear: none;
	}
	#ninja_forms_field_6_div_wrap,
	#ninja_forms_field_10_div_wrap {
		width: auto;
		float: none;
	}
	.submit-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
#contactForm .wdform_row p {
	margin-bottom: 0;
	font-size: 13px;
	font-style: italic;
}
#contactForm .warning {
	background-color: rgba(28,140,242,.95);
	color: #ffffff;
	padding: 10px;
}
#contactForm .form3 .wdform-page-and-images,
#contactForm .form4 .wdform-page-and-images {
	padding: 0;
}
#contactForm .form3 .wdform_page,
#contactForm .form4 .wdform_page {
	padding-top: 0;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
}
#contactForm .form3 .wdform-field,
#contactForm .form4 .wdform-field {
    padding: 0;
}
#contactForm .form3 .wdform-label-section,
#contactForm .form4 .wdform-label-section {
	display: none;
}
#contactForm .form3 input[type="text"],
#contactForm .form4 input[type="text"],
#contactForm .form3 textarea,
#contactForm .form4 textarea {
	padding: 5px 2px 5px 6px !important;
	font-size: 15px;
	font-weight: 300;
	color: #60504c;
	border: none;
	background-color: #c8c8c8;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	margin: 0 5px 0 0;
	font-style: normal;
}
#contactForm .form3 .button-submit,
#contactForm .form4 .button-submit {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
	font-family: "Avenir", Helvetica, sans-serif;
    /*font-family: "Roboto", Helvetica, sans-serif;*/
	float: right;
    font-size: 17px;
    min-width: 50px;
    margin: 0;
    padding: 0;
}
#contactForm .form3 .button-submit:hover,
#contactForm .form4 .button-submit:hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	color: #1c8cf2;
}
#contactForm .form3 .wdform-element-section,
#contactForm .form4 .wdform-element-section {
	min-width: 200px;
}
/* **********************  */
/* SITE MAP */
/* **********************  */
.siteMap.col {
	float: left;
	width: 45%;
	margin-left: 5%;
}
.siteMap.col:first-of-type {
	margin-left: 0;
}
.siteMap > ul {
	margin: 0;
	list-style: none;
}
.siteMap > ul > li {
	list-style: none;
	margin: 0 0 20px 0;
}
.siteMap > ul > li span,
.siteMap > ul > li a:link,
.siteMap > ul > li a:visited {
	font-weight: 600;
	font-size: 16px;
	color: #60504c;
	display: block;
}
.siteMap > ul > li a:hover,
.siteMap > ul > li a:active {
	color: #007998;
}
.siteMap > ul ul {
	margin: 0 0 10px 0;
	list-style: none;
}
.siteMap > ul ul > li {
	list-style: none;
}
.siteMap > ul ul > li a:link,
.siteMap > ul ul > li a:visited {
	font-size: 15px;
	font-weight: 300;
	color: #877873;
	display: block;
	text-transform: capitalize;
}
.siteMap > ul ul > li a:hover,
.siteMap > ul ul > li a:active {
	color: #007998;
}
.siteMap ul.sub-menu {
	display: none;
}
/* **********************  */
/* NEWS SEARCH FORM */
/* **********************  */
#newsSearchWrapper {
	margin: -38px 0 35px 0;
	background-color: #60504c;
	padding: 10px 0;
}
#newsSearchWrapper h5 {
	color: #D14E53;
	font-size: 20px;
	font-weight: 400;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	text-transform: lowercase;
}
#newsSearchWrapper a.toggle {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #ffffff;
	font-size: 20px;
}
#newsSearchWrapper a.toggle i.fa-close,
#newsSearchWrapper a.toggle span {
	display: none;
}
#newsSearchWrapper a.toggle.active i.fa-close {
	display: inline-block;
}
#newsSearchWrapper a.toggle.active i.fa-plus {
	display: none;
}
#newsSearchForm {
	display: none;
	font-size: 17px;
	color: #60504c;
}
#newsSearchForm fieldset {
	clear: left;
	margin: 8px 0;
}
#newsSearchForm input[type="text"],
#newsSearchForm input[type="text"]:focus {
	font-size: 17px;
	font-weight: 300;
	color: #60504c;
	border-radius: 0;
	border: none;
	background-color: rgba(200,200,200,.85);
	margin: 0;
	float: left;
	width: 30%;
	padding: 5px 0 5px 1%;
	height: 30px;
	overflow: hidden;
	outline:0;
}
#newsSearchForm input::-webkit-input-placeholder{
	color: #60504c;
}
#newsSearchForm input::-moz-placeholder {
	color: #60504c;
}
#newsSearchForm input::-webkit-imput-placeholder,
#newsSearchForm input:-moz-placeholder {
	color: #60504c;
}
#newsSearchForm fieldset div.selectWrapper {
	float: left;
	width: 30%;
	height: 35px;
	margin-left: 1%;
	background-color: rgba(200,200,200,.85);
	overflow: hidden;
	padding: 5px 0 0 1%;
	background-repeat: no-repeat;
	background-position: 97% 11px;
	background-image: url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/icon_arrow_down.png);
}
#newsSearchForm fieldset div.selectWrapper:first-child {
	margin-left: 0;
}
#newsSearchForm select {
	font-size: 17px;
	font-weight: 300;
	color: #60504c;
	background-color: transparent;
	border: none;
	width: 110%;
	cursor: pointer;
	outline: 0;
}
#newsSearchForm input[type="submit"] {
	background-color: transparent;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    margin-right: 4%;
    padding: 5px 1%;
    text-align: right;
    width: 9%;
}
#newsSearchForm input[type="submit"]:hover {
	background-color: #D14E53;
    color: #ffffff;
}
#newsSearchForm a.viewAll:link,
#newsSearchForm a.viewAll:visited {
	display: inline-block;
	color: #D14E53;
	font-weight: 400;
	font-size: 15px;
	float: left;
	margin: 10px 0 0 2%;
}
#newsSearchForm a.viewAll:hover,
#newsSearchForm a.viewAll:active {
	color: #D14E53;
}
/* **********************  */
/* SEARCH RESULTS */
/* **********************  */
#searchResults .post-single {
	padding: 15px 0;
	margin: 5px 0 0 0;
	border-top: 1px solid #c8c8c8;
}
#searchResults .post-single:first-of-type {
	border-top: none;
	padding-top: 0;
}
#searchResults .post-single a:link,
#searchResults .post-single a:visited {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -.5px;
	color: #7f2e00;
}
#searchResults .post-single p {
	margin-bottom: 0;
}
#searchResults ul.listResults li:nth-child(n+20) {
	display: none;
}
/* **********************  */
/* RELATED CONTENT */
/* **********************  */
.related {
	padding: 30px 0 60px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30281b+0,3d362b+100 */
	background: #30281b;
	background: -moz-linear-gradient(top,  #30281b 0%, #3d362b 100%);
	background: -webkit-linear-gradient(top,  #30281b 0%,#3d362b 100%);
	background: linear-gradient(to bottom,  #30281b 0%,#3d362b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30281b', endColorstr='#3d362b',GradientType=0 );
}
.related a.viewAll:link,
.related a.viewAll:visited {
	color: #c8c8c8;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}
.related a.viewAll:hover,
.related a.viewAll:active {
	color: #D14E53;
}
.related h6 {
	color: #ffc409;
}
.related ul {
	margin: 0;
	padding: 0;
}
.related ul li {
	list-style: none;
	margin: 0 0 0 8%;
	width: 27%;
	display: inline-block;
	float: left;
}
.related ul li:first-of-type {
	margin-left: 0;
}
.toggle {
	margin: -10px 0 10px 0;
}
.toggle a:link,
.toggle a:visited {
	color: #D14E53;
    display: inline-block;
    font-size: 55px;
    font-weight: 300;
    margin: 0 2px;
    padding: 0 5px;
}
.toggle a:hover,
.toggle a:active {
	color: #ffc409;
}
.left a.viewAll:link,
.left a.viewAll:visited {
	color: #D14E53;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: lowercase;
}
.left a.viewAll:hover,
.left a.viewAll:active {
	color: #c8c8c8;
}
#bottomBios {
	margin: 0;
	display: block;
	padding: 80px 0 40px 0;
 	background-color: transparent;
 	color: #60504c;
 	font-size: 17px;
 	font-weight: 300;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	position: relative;
	min-height: 430px;
}
/* Wider screen displays */
@media only screen
	and (min-width: 1200px) {
	#bottomBios {
		min-height: 600px;
	}
}
#video_block .left span,
#bottomBios .left span {
	color: #60504c;
	font-weight: 600;
	font-size: 24px;
	/*font-family: "Roboto", Helvetica, sans-serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	display: block;
	width: 70%;
}
#video_block {background-size: cover; padding: 80px 0 20px 0;}
#video_block .right {text-align: center;}
#video_block iframe {max-width: 100%;}
#video_block .left span {color: #fff;}
#bottomBios .right {
	margin-left: 22%;
	position: relative;
}
#bottomBios .right a.name:link,
#bottomBios .right a.name:visited {
	font-size: 31px;
	font-weight: 400;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	color: #D14E53;
}
#bottomBios .right a.name:hover,
#bottomBios .right a.name:active {
	color: #ffc409;
}
#bottomBios .right .services {
	margin: 20px 0;
}
#bottomBios .right .services ul {
	margin: 5px 0 0 0;
	padding: 0;
}
#bottomBios .right .services ul li {
	list-style: none;
	margin: 0 0 8px 0;
}
#bottomBios .right .services a:link,
#bottomBios .right .services a:visited {
	font-size: 16px;
	font-weight: 400;
	color: #877873;
	display: inline-block;
	line-height: 1.1em;
	display: block;
}
#bottomBios .right .services a:hover,
#bottomBios .right .services a:active {
	color: #ffc409;
}
#bottomBios .bio {
	max-width: 45%;
	font-size: 18px;
	font-weight: 300;
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
}
#bottomBios .bio:first-of-type {
	display: block;
}
#bottomBios .bio .services {
	max-width: 65%;
}
#bottomBios .bioImage {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -999;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
 	background-color: #30281b;
 	display: none;
}
#bottomBios .bioImage.active {
	display: block;
}
#relatedInsights {
	background-color: #30281b;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/bg_violin.jpg);
}
#relatedInsights ul li a:link,
#relatedInsights ul li a:visited {
	font-weight: 300;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.3em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	display: block;
}
#relatedInsights ul li a:hover,
#relatedInsights ul li a:active {
	color: #ffc409;
}
#relatedInsights .thumbnailWrapper {
	height: 120px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 15px 0;
}
#relatedInsights div.thumbnailWrapper a {
	display: block;
	height: 100%;
	width: 100%;
}
#relatedResults {
	background-color: #30281b;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/bg_pistons.jpg);
}
#relatedResults h6 {
	color: #D14E53;
}
#relatedResults ul li a:link,
#relatedResults ul li a:visited {
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 600;
	display: block;
}
#relatedResults ul li a:hover,
#relatedResults ul li a:active {
	color: #ffc409;
}
#relatedResults ul li a span {
	font-size: 15px;
	font-weight: 400;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Avenir", Helvetica, sans-serif;
	color: #ffc409;
}

div.left.sidebar h1,
div.left.sidebar h5.large,
div.left.sidebar
h6.large{background-image:url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/img_txt_ip.png);background-position:0 0;background-repeat:no-repeat;background-size:auto;color:#D14E53;font-size:26px;font-family:"Avenir",Helvetica,sans-serif;line-height:28px;margin:0
0 40px 0;padding-top:215px}div.left.sidebar h1.grey,
div.left.sidebar h5.large.grey,
div.left.sidebar
h6.large.grey{background-image:url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/img_txt_ip_grey.png)}div.left.sidebar h1.white,
div.left.sidebar h5.large.white,
div.left.sidebar
h6.large.white{background-image:url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/img_txt_ip_white.png)}div.left.sidebar h1.dark,
div.left.sidebar h5.large.dark,
div.left.sidebar
h6.large.dark{background-image:url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/img_txt_ip_dark_grey.png)}div.left.sidebar h1 a:link,
div.left.sidebar h1 a:visited,
div.left.sidebar h5.large a:link,
div.left.sidebar h5.large a:visited,
div.left.sidebar h6.large a:link,
div.left.sidebar h6.large a:visited{color:#D14E53}div.left.sidebar h1 a:hover,
div.left.sidebar h5.large a:hover,
div.left.sidebar h6.large a:hover{color:#000}div.left.sidebar
h5{font-weight:600;color:#60504c;font-size:16px;margin:0
0 5px 0;text-transform:lowercase;font-family:"Avenir",Helvetica,sans-serif}div.left.sidebar
h1.plain{background:none;padding-top:0}#submenu{border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;padding:15px
0;margin:15px
0;font-size:17px;font-weight:600;width:90%}#submenu.frameless{border-top:none;border-bottom:none;padding:0}#submenu
ul{margin:0}#submenu ul#servicesSubmenu li
ul{padding:15px
0;border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8}#submenu
li{list-style:none;margin-bottom:8px}#submenu li a:link,
#submenu li a:visited{color:#000;display:block;line-height:18px}#submenu li a:hover,
#submenu li a:active,
#submenu li.current-menu-item a,
#submenu li ul li.active
a{color:#7f2e00}#servicesSubmenu>li{display:none}#servicesSubmenu>li.active{display:block}.sidebar
#relServices{margin:50px
0 30px 0}.sidebar #relServices
ul{margin:0}.sidebar #relServices
li{list-style:none;margin:0
0 8px 0}.sidebar #relServices a:link,
.sidebar #relServices a:visited{color:#D14E53;font-weight:300;font-size:14px;line-height:18px;display:block}.sidebar #relServices a:hover,
.sidebar #relServices a:active{color:#007998}.sidebar a.pdf:link,
.sidebar a.pdf:visited{color:#877873;font-size:14px;display:block;margin:0
0 20px 0}.sidebar a.pdf:hover,
.sidebar a.pdf:active{color:#7f2e00}.sidebar
.widget{font-size:18px;font-weight:300;line-height:22px;color:#D14E53;width:100%;overflow:hidden}.sidebar .widget em,
.sidebar .widget i,
.sidebar .widget a:link,
.sidebar .widget a:visited{color:#D14E53}.sidebar .widget a:hover,
.sidebar .widget a:active{color:#7f2e00}.sidebar .widget
img{display:block;margin:0
0 10px 0}.news_events
.widgettitle{display:none}.news_events
li{list-style:none}.news_events
.widget{border-top:1px solid #878787}.news_events .widget:last-of-type{border-bottom:1px solid #878787}.news_events .widget .top-link{padding:30px
20px;display:block;color:#60504c}.news_events .widget .top-link
img{display:inline-block;float:right;margin:4px
0 0;-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:0.25s;transition:0.25s}.news_events .widget .top-link
img.expanded{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.news_events .widget .tribe-mini-calendar
thead{background:none;color:#60504c;border:none}.news_events .widget .tribe-mini-calendar-nav td,
.news_events .widget .tribe-mini-calendar-nav th,
.news_events .widget .tribe-mini-calendar
th{background:none;border:none}.news_events .widget .tribe-mini-calendar tbody
td{border:1px
solid #f7f7f7}.news_events .widget .tribe-mini-calendar-nav span,
.news_events .widget .tribe-mini-calendar a,
.news_events .widget .tribe-mini-calendar a:link,
.news_events .widget .tribe-mini-calendar a:hover{color:#60504c}.news_events .widget .tribe-mini-calendar td.tribe-events-thismonth,
.news_events .widget .tribe-mini-calendar .tribe-events-thismonth .tribe-mini-calendar-no-event{color:#60504c;background-color:#fff}.news_events .widget .tribe-mini-calendar .tribe-events-othermonth{background-color:#f7f7f7;color:#d8d8d8;opacity:1}.news_events .widget .tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before{background-color:#c34d2f}.news_events .widget .tribe-mini-calendar-event{border:none}.news_events .widget .tribe-mini-calendar-event .list-info{color:#60504c}.news_events .widget .tribe-mini-calendar-event .list-info
a{color:inherit}.services_sidebar{list-style-type:none;margin:0;padding:0}.services_sidebar_heading{font-size:20px;border-bottom:2px solid #878787;padding-bottom:25px}.services_sidebar li
a{font-size:17px;line-height:20px;padding:15px
10px;color:#60504c;border-bottom:1px solid #878787;display:block;font-weight:400}.services_sidebar li a:hover{font-weight:500}@media screen and (max-width: 900px){.services_sidebar li
a{font-size:12px;padding:5px
10px}.services_sidebar_heading{display:none}}#services{margin:30px
0}#services h6, #tech-areas
h6{font-weight:600;font-size:16px;margin:0
0 5px 0;color:#60504c;text-transform:lowercase;font-family:"Avenir",Helvetica,sans-serif}#services ul, #tech-areas
ul{margin:0;list-style:none}#services li, #tech-areas
li{list-style:none;margin:0
0 5px 0;font-size:14px;line-height:1.2em;font-weight:400;color:#877873;text-transform:lowercase}#services li, #tech-areas
li{margin-bottom:10px}#services a:link,
#services a:visited{color:#D14E53}#services a:hover,
#services a:active{color:#7f2e00}address
p{margin-bottom:0px}.office-wrapper{margin-bottom:1.5em}.office-wrapper
p{margin-bottom:0px}
@media only screen
and (max-width: 840px){.desktopOnly,
header nav,
#searchToggle,
footer #socialMenu,
#contentHeader #logo,
.sidebar .widget,
footer #footerNav ul li#menu-item-53{display:none !important}.mobileOnly{display:inline !important}div#siteContainer{overflow:hidden}.siteCenter{width:94%;padding:0
3%}div#body>#backgroundImage{position:fixed}#contentHeader{margin-bottom:0}#contentHeader.transparent{height:100px}header#masthead{padding:0;height:85px;position:relative}header#masthead
#mobileLogo{width:45%;max-width:160px;height:80px;position:absolute;top:7px;display:inline-block}header#masthead #mobileLogo
a{background-size:100% auto;background-image:url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/logo.svg);background-position:0 0;background-repeat:no-repeat;display:block;height:100%;width:100%}header#masthead #mobileLogo a
span{display:none}header
#mobileNavToggle{position:absolute;top:17px;right:5%;height:50px;width:50px;display:inline-block;text-align:right}header #mobileNavToggle a:link,
header #mobileNavToggle a:visited{color:#c8c8c8;display:block;height:100%;width:100%;font-size:50px}header #mobileNavToggle a:hover,
header #mobileNavToggle a:active{color:#7f2e00}#contentHeader
.headline{position:static;font-size:20px;line-height:25px;width:80%;left:5%;bottom:25px}#contentHeader
#logo{width:155px}#contentHeader #logo
a{background-size:100% auto}#mobileMainNav{position:absolute;top:0;right:-260px;width:229px;height:100%;background-color:#fff;z-index:100;padding:10px
15px;border-left:1px solid #c8c8c8}#mobileMainNavClose{position:absolute;top:10px;right:10px;z-index:500}#mobileMainNavClose a:link,
#mobileMainNavClose a:visited{color:#c8c8c8;font-size:45px}#mobileMainNavClose a:hover,
#mobileMainNavClose a:active{color:#000}ul#mobile-main-menu{margin:0;padding:0}ul#mobile-main-menu>li{list-style:none;border-bottom:1px solid #c8c8c8;position:relative}ul#mobile-main-menu>li:first-child{border-top:1px solid #c8c8c8}ul#mobile-main-menu > li a:link,
ul#mobile-main-menu > li a:visited{font-size:20px;display:inline-block;color:#D14E53;font-weight:300;padding:9px
20px 9px 0}ul#mobile-main-menu > li a:hover,
ul#mobile-main-menu > li a:active,
ul#mobile-main-menu > li.active
a{color:#000}ul#mobile-main-menu li
a.secondaryToggle{position:absolute;height:25px;width:30px;font-size:25px;color:#c8c8c8;top:8px;right:3px;cursor:pointer;text-align:right;padding:0}#mobileMenuAbout,#mobileMenuCareers,#mobileMenuServices{position:absolute;width:230px;top:0;right:-260px;background-color:#afa7a6;height:100%;padding:10px
15px}.mobileSubmenu
ul{margin:65px
0 0 0}.mobileSubmenu ul
ul{margin-top:0}.mobileSubmenu ul
li{list-style:none;border-bottom:1px solid #c8c8c8;position:relative}.mobileSubmenu ul li:first-child{border-top:1px solid #c8c8c8}.mobileSubmenu li a:link,
.mobileSubmenu li a:visited{font-size:21px;line-height:21px;display:inline-block;color:#fff;font-weight:400;padding:10px
20px 10px 0}.mobileSubmenu li a:hover,
.mobileSubmenu li a:active{color:#000}.mobileSubmenu li a.backArrow:link,
.mobileSubmenu li a.backArrow:visited{color:#60504c}.mobileSubmenu li a.backArrow
span{font-family:"Avenir",Helvetica,sans-serif;font-size:17px;font-weight:600;padding-left:5px}.mobileSubmenu li ul li a:link,
.mobileSubmenu li ul li a:visited{color:#60504c;font-weight:300;font-size:16px}.mobileSubmenu li ul
li{border-bottom:none;border-top:1px solid #c8c8c8}.mobileSubmenu li ul li a:hover,
.mobileSubmenu li ul li a:active{color:#000}ul#mobileSocial{margin:15px
0}ul#mobileSocial
li{list-style:none;margin:0
0 0 12%;display:inline}ul#mobileSocial li:first-child{margin-left:5px}ul#mobileSocial li
a{color:#5a5950;font-size:40px}ul#mobileSocial li a
span{display:none}#mobileSearch{position:relative;margin:65px
0 5px 0}#mobileSearch input[type="text"]{border:none;color:#30281b;font-size:19px;font-family:"Avenir",Helvetica,sans-serif;width:65%}#mobileSearch input[type="submit"]{background:transparent;border:none;color:#c8c8c8;cursor:pointer;font-size:1.4rem;line-height:1;padding:5px;font-family:"Avenir",Helvetica,sans-serif;font-weight:600;font-size:18px;float:right;margin-right:5px}#siteContainer
footer{height:auto}footer
#footerNav{margin-bottom:5px;font-size:16px}footer #footerNav
ul{text-align:center}footer #footerNav ul
li{display:inline;float:none}footer
p.clear{text-align:center;font-size:14px;line-height:19px;margin-bottom:0;padding-bottom:0}#body{position:relative}#body
.siteCenter{position:relative;margin-top:0;padding-top:15px}#contentHeader,
#contentHeader
#headerImage{height:145px}div.left.sidebar{float:none;width:100%}div.right.mainContent,div.right.bottomContent{float:none;padding-bottom:40px;width:100%}div.columnize{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}div.contentBody.narrative div.colWrapper
div.col{float:none;width:100%;margin-left:0}#contentHeader.transparent
.headline{bottom:auto;top:75px;width:80%}.siteCenter
.shiftLeft{margin-left:-3%;width:90%;padding:20px
5%}.shiftLeft
div.right.mainContent{width:100%;float:none}.shiftLeft .right
.col{float:none;margin-right:0;width:90%;margin-bottom:1.5em}.shiftLeft .right .col
a{color:#fff}.shiftLeft .right .col
address{margin-bottom:0}.shiftLeft
.left.sidebar{border-right:none;float:none;margin-right:0;padding-right:0;width:90%}div.intro
div.col{float:none;margin-left:0;width:100%;margin-bottom:10px}div.left.sidebar h1,
div.left.sidebar h5.large,
div.left.sidebar
h6.large{background-size:115px auto;font-size:22px;line-height:28px;padding-top:115px}.sidebar
#submenu{border-top:none;border-bottom:none;position:absolute;top:-23px;right:-170px;width:150px;padding:65px
10px 10px 10px;background-color:#877873;z-index:5}.sidebar
#submenuToggle{position:absolute;top:10px;right:5%}.sidebar #submenuToggle a:link,
.sidebar #submenuToggle a:visited{color:#c8c8c8;font-size:42px}.sidebar #submenuToggle a:hover,
.sidebar #submenuToggle a:active{color:#000}.sidebar #submenuToggle a
span{color:#000;font-weight:600;letter-spacing:-.5px;font-family:"Avenir",Helvetica,sans-serif;font-size:16px;display:block}#submenu
li{margin-bottom:15px}#submenu li a:hover,
#submenu li a:active,
#submenu li.current-menu-item a,
#submenu li ul li.active
a{color:#ffc409}#submenu a.closeMenu:link,
#submenu a.closeMenu:visited{display:inline-block;position:absolute;top:10px;right:15px;color:#c8c8c8;font-size:45px}#submenu a.closeMenu:active,
#submenu a.closeMenu:hover{color:#000}#submenu ul#servicesSubmenu li
ul{border-top:none;border-bottom:none}#submenu ul#servicesSubmenu a
span.parentName{color:#ffc409}#submenu ul#servicesSubmenu li a:hover,
#submenu ul#servicesSubmenu li a:active,
#submenu ul#servicesSubmenu li.current-menu-item a,
#submenu ul#servicesSubmenu li ul li.active
a{color:#fff}#newsSearchWrapper{padding:15px
0 5px 0}#newsSearchWrapper
a.toggle{line-height:15px;top:30px}#newsSearchForm{margin:10px
0}#newsSearchForm
fieldset{margin:0}#newsSearchForm input[type="text"],
#newsSearchForm input[type="text"]:focus{float:none;width:97%;margin:0
0 10px 0}#newsSearchForm fieldset
div.selectWrapper{float:none;height:35px;margin:0
0 10px 0;width:97%}#newsSearchForm input[type="submit"]{margin-right:3%;max-width:150px;width:30%;background-color:#D14E53;color:#fff;text-align:center}}@media only screen
and (min-width: 650px)
and (max-width: 840px){div.intro
div.postImage{height:350px}}
@media only screen
and (min-width: 841px)
and (max-width: 1000px){.siteCenter{width:96%;padding:0
2%}header ul#menu-main-menu{margin:0}header ul#menu-main-menu > li
div.submenu.services{margin-left:-220px;min-width:770px;padding:20px}div.left.sidebar h1, div.left.sidebar h5.large,
div.left.sidebar
h6.large{background-size:200px auto;padding-top:195px}#contentHeader.transparent
.headline.wide{width:60%}.siteCenter
.shiftLeft{margin-left:-100%;width:185%}.shiftLeft
div.right.mainContent{width:29%}.shiftLeft
.left.sidebar{width:14%}}@media only screen
and (min-width: 1001px)
and (max-width: 1200px){.siteCenter{width:90%;padding:0
5%}nav#headerNav{right:55px}nav#desktopMainNav{right:45px}#desktopSiteSearch{right:32px}}
#contentHeader{margin-bottom:0;min-height:750px;display:block;position:relative}.home
.button{margin-top:70px;display:inline-block}#contentHeader
#factoid{position:absolute;bottom:75px;width:100%}#contentHeader #factoid
.siteCenter{min-height:0}#contentHeader #factoid
p{font-size:22px;color:#D14E53;font-weight:300;margin-bottom:0}#contentHeader #factoid i,
#contentHeader #factoid em,
#contentHeader #factoid
strong{color:#D14E53}#contentHeader #factoid p a:link,
#contentHeader #factoid p a:visited{color:inherit}#contentHeader #factoid p a:hover,
#contentHeader #factoid p a:active{color:#ffc409}#contentHeader #factoid
sup{padding:0
3px;color:#D14E53;font-size:12px}#contentHeader
.left{float:left;width:24%;margin-top:120px;border-right:1px solid #fff}#contentHeader
.right{float:right;width:74%;margin-top:120px}#contentHeader
h3{color:#fff;font-size:30px}#contentHeader h3
strong{text-indent:-9999px;display:block;background-image:url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/img_txt_ip_yellow.png);background-repeat:no-repeat;width:100%;height:150px;margin:5px
0 0 0}#contentHeader
#slideText.headline{position:relative;width:100%;left:25px;bottom:auto}#contentHeader #slideText.headline
div{position:absolute;top:0;left:0;width:70%;opacity:0}#contentHeader
#headerImage{background-image:none}#contentHeader #headerImage
img{display:none}#contentHeader #headerImage
div.background{position:absolute;top:0;left:0;height:100%;width:100%;background-repeat:no-repeat;background-size:cover;display:none}#contentHeader
#slideToggleWrapper{position:absolute;right:0;bottom:400px;z-index:100;width:100%}#contentHeader #slideToggleWrapper
.siteCenter{min-height:auto;position:relative}#contentHeader #slideToggleWrapper .siteCenter
.slideToggles{position:absolute;bottom:0;right:0;padding:0
40px}#contentHeader #slideToggleWrapper a:link,
#contentHeader #slideToggleWrapper a:visited{font-size:65px;color:#fff;opacity: .5}#contentHeader #slideToggleWrapper a:hover,
#contentHeader #slideToggleWrapper a:active{opacity:1}#contentHeader #slideToggleWrapper
a.next{position:absolute;right:0;top:3%}#contentHeader #slideToggleWrapper
a.previous{position:absolute;left:0;top:3%}#contentHeader #slideToggleWrapper
ul{margin:0;padding:0}#contentHeader #slideToggleWrapper ul
li{list-style:none;color:#fff;font-size:21px;line-height:21px}#contentHeader #slideToggleWrapper ul li
i{opacity: .5;cursor:pointer}#contentHeader #slideToggleWrapper ul li.active i,
#contentHeader #slideToggleWrapper ul li:hover
i{opacity:1}#contentHeader
div#downArrow{position:absolute;bottom:0px;left:48%}#contentHeader div#downArrow a:link,
#contentHeader div#downArrow a:visited{color:#1c8cf2;opacity: .75;font-size:100px}#contentHeader div#downArrow a:hover,
#contentHeader div#downArrow a:active{color:#ffc409;opacity:1}#results{margin:0;padding:80px
0 40px 0;background-color:#000;background-repeat:no-repeat;background-size:cover;background-image:url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/WN_Results.jpg)}#results
.left{margin-right:4%}#results
.right{color:#fff;font-size:17px;font-weight:600;line-height:1.3em;padding-right:5%;position:relative;margin-left:30%}#results
.caseStudy{display:none;opacity:0;position:absolute;top:0;left:0;width:95%}#results .p1
a{color:#ffc409}#results .right
.intro{color:#D14E53;font-size:21px;line-height:1.4em;margin:0
0 20px 0;font-weight:600}#results .right .intro a:link,
#results .right .intro a:visited{display:block;width:90%;color:#D14E53}#results .right .intro a:hover,
#results .right .intro a:active{color:#ffc409}#results .logo-wrap{padding-bottom:20px}#insights{margin:0;padding:80px
0 40px 0;background-color:#30281b;background-repeat:no-repeat;background-size:cover;background-image:url(//www.wnlaw.com/wp-content/themes/workman/public/css/../images/WN_blog.jpg);color:#fff}#insights
h5.large{}#results .left span,
#insights .left
span{font-weight:600;font-size:24px;color:#fff;font-family:"Avenir",Helvetica,sans-serif;margin:0
0 20px 0;display:block}#insights .right
.col{float:left;width:20%;margin:0
0 20px 5%}#insights
h6{color:#ffc409;font-size:30px;font-weight:400;font-family:"Avenir",Helvetica,sans-serif;margin:0
0 10px 0}#insights h6 a:link,
#insights h6 a:visited{color:#ffc409}#insights h6 a:hover,
#insights h6 a:active{color:#fff}#insights
ul{margin:20px
0;padding:0}#insights ul
li{list-style:none;margin:35px
0 0 0;clear:left}#insights ul li:first-child{margin-top:0}#insights ul li a:link,
#insights ul li a:visited{font-size:17px;font-weight:300;color:#fff;display:block;line-height:1.3em}#insights ul li a:link,
#insights ul li a:visited{color:#fff}#insights ul li a:hover,
#insights ul li a:active{color:#ffc409}#insights
.thumbnailWrapper{height:120px;width:100%;background-repeat:no-repeat;background-size:cover;margin:0
0 10px 0}#insights div.thumbnailWrapper
a{display:block;height:100%;width:100%}#insights p
a{color:inherit}#insights
.viewAll{color:#ffc409}@media only screen
and (max-width: 840px){#downArrow,
#contentHeader #slideToggleWrapper,
#bottomBios .services,
#bottomBios .toggle,
#results
.toggle{display:none}#contentHeader,
#contentHeader
#headerImage{height:400px;min-height:400px}#contentHeader
h3{font-size:20px;line-height:30px}#contentHeader h3
strong{height:125px}#contentHeader
.headline{font-size:20px;line-height:23px}#contentHeader
.left{width:32%;margin-top:20px;max-width:145px}#contentHeader
.right{width:67%;margin-top:20px}#contentHeader h3
strong{background-size:90% auto}#contentHeader
#factoid{bottom:25px}#contentHeader #factoid
p{font-size:20px}#bottomBios{padding:0
0 100px 0;height:109px;min-height:100px}#bottomBios
.siteCenter{padding-top:0}#bottomBios
.left.sidebar{display:block;position:relative;width:98%;margin:0
0 35px -4%;padding:8px
5% 12px 5%;background-color:#877873}#bottomBios
a.viewAll{position:absolute;right:5%;top:5px}#bottomBios
h5{color:#fff;background-image:none;padding:0;margin:0}#bottomBios .left
span{color:#c8c8c8}#bottomBios
.right{margin-left:0}#bottomBios
.bioImage{height:170px;top:39px}#bottomBios
.bio{top:auto;bottom:-110px;max-width:60%;font-size:16px;line-height:20px}#bottomBios .right a.name:link,
#bottomBios .right a.name:visited{font-size:20px}#bottomBios
#bioSelectorDots{position:absolute;left:3%;bottom:-35px}#bottomBios #bioSelectorDots
ul{margin:0;padding:0}#bottomBios #bioSelectorDots ul
li{list-style:none;float:left;margin-left:6px}#bottomBios #bioSelectorDots li a:link,
#bottomBios #bioSelectorDots li a:visited{color:#c8c8c8;font-size:20px}#bottomBios #bioSelectorDots li a:hover,
#bottomBios #bioSelectorDots li a:active,
#bottomBios #bioSelectorDots li.active
a{color:#D14E53}#results{background-color:#fff;background-image:none;padding:0
0 40px 0}#results
.siteCenter{padding-top:0}#results
.left.sidebar{background-image:none;background-color:#877873;display:block;position:relative;width:98%;margin:0
0 35px -4%;padding:12px
5% 8px 5%}#results
a.viewAll{position:absolute;top:5px;right:5%}#results
.right{margin-left:0px;font-size:17px;font-weight:300;color:#5a5950;line-height:22px}#results .right
.intro{font-size:19px;line-height:1.2em}#results
.caseStudy{position:relative}#results
#mobileCaseToggle{position:absolute;top:-25px;left:-5px}#results #mobileCaseToggle
ul{margin:0;padding:0}#results #mobileCaseToggle ul
li{list-style:none;float:left;margin-left:6px}#results #mobileCaseToggle ul li a:link,
#results #mobileCaseToggle ul li a:visited{color:#c8c8c8;font-size:20px}#results #mobileCaseToggle ul li a:hover,
#results #mobileCaseToggle ul li a:active,
#results #mobileCaseToggle ul li.active
a{color:#D14E53}#insights{background-color:#fff;padding-top:0;position:relative}#insights
.siteCenter{padding-top:0}#insights
.left.sidebar{background-image:none;background-color:#877873;display:block;position:relative;width:98%;margin:0
0 20px -4%;padding:8px
5% 12px 5%}#insights .left.sidebar
h5{color:#fff}#insights
a.viewAll{position:absolute;top:5px;right:5%}#insights .right
.col{float:none;margin:0
0 60px 0;width:100%}#insights .right .col:first-of-type{margin-bottom:20px}#insights ul li a:link,
#insights ul li a:visited{color:#5a5950}#insights
.thumbnailWrapper{height:150px;max-width:450px}#video_block .left span,
#bottomBios .left span,
#results .left span,
#insights .left
span{font-size:18px;line-height:20px;position:absolute;bottom:24px;left:140px;margin-bottom:0;width:55%;display:none}#video_block .left
span{color:#fff}div.left.sidebar h1,
div.left.sidebar h5.large,
div.left.sidebar
h6.large{background-size:85px auto;font-size:17px;line-height:19px;padding:0;margin:0;width:90px;background-image:none;color:#fff}}@media only screen
and (min-width: 450px)
and (max-width: 840px){#bottomBios{padding-bottom:200px}#bottomBios
.bioImage{height:270px;top:39px}#bottomBios
.bio{top:15px;bottom:auto;font-size:18px;line-height:25px;max-width:50%}#bottomBios .right a.name:link, #bottomBios .right a.name:visited{font-size:26px}}@media only screen
and (min-width: 650px)
and (max-width: 840px){#bottomBios{padding-bottom:300px}#bottomBios
.bioImage{height:368px;top:42px}#bottomBios
.bio{bottom:-60px}#results .left.sidebar,
#insights
.left.sidebar{padding-top:0}#insights
.thumbnailWrapper{background-repeat:no-repeat;background-size:cover;float:left;height:180px;margin:0
5% 10px 0;width:45%}div.left.sidebar h1,
div.left.sidebar h5.large,
div.left.sidebar
h6.large{background-size:105px auto;font-size:20px;line-height:22px;padding-top:10px;width:105px}#bottomBios .left span,
#results .left span,
#insights .left
span{font-size:21px;left:175px;line-height:23px;width:55%}#results
div.columnize{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.button.hero-btn{display:block !important;clear:both;max-width:130px;margin:70px
auto}@media only screen
and (min-width: 841px)
and (max-width: 1000px){}