@font-face {
	font-family: "icomoon";
	src: url("/styles/fonts/icomoon.eot?t01da1");
	src: url("/styles/fonts/icomoon.eot?t01da1#iefix") format("embedded-opentype"), 
		url("/styles/fonts/icomoon.ttf?t01da1") format("truetype"), 
		url("/styles/fonts/icomoon.woff?t01da1") format("woff"), 
		url("/styles/fonts/icomoon.svg?t01da1#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "picons-font";
  src: url("/styles/fonts/picons-font/web/Picons-Font.ttf");
  src: url("/styles/fonts/picons-font/web/Picons-Font.eof") format("embedded-opentype"), url("/styles/fonts/picons-font/web/Picons-Font.ttf") format("truetype"), url("/styles/fonts/picons-font/web/Picons-Font.woff") format("woff"), url("/styles/fonts/picons-font/web/Picons-Font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#join_the_nyc_pro_bono_center_wysiwyg {
	font-size: 9pt;
}

.icon-calendar:before {
	content: "\e901";
}

.icon-date:before {
	content: "\e901";
}

.icon-schedule:before {
	content: "\e901";
}

.icon-justice:before {
	content: "\e902";
}

.icon-balance:before {
	content: "\e902";
}

.icon-equality:before {
	content: "\e902";
}

.icon-court:before {
	content: "\e902";
}

.icon-mail-envelope-open2:before {
	content: "\e908";
}

.icon-document-bookmark:before {
	content: "\e903";
}

.icon-mail-envelope-open:before {
	content: "\e900";
}

.icon-circle-with-minus:before {
	content: "\e907";
}

.icon-circle-with-plus:before {
	content: "\e904";
}

.icon-menu:before {
	content: "\e905";
}

.icon-chevron-thin-down:before {
	content: "\e906";
}

.icon-file-text2:before {
	content: "\e926";
}

.icon-user:before {
	content: "\e971";
}

.icon-search:before {
	content: "\e986";
}

.icon-earth:before {
	content: "\e9ca";
}

.icon-warning:before {
	content: "\ea07";
}

.icon-arrow-right:before {
	content: "\ea34";
}

.icon-arrow-left:before {
	content: "\ea38";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-linkedin2:before {
	content: "\eaca";
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

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

abbr[title] {
	border-bottom: none;
}

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

h1 {
	font-size: 2em;
	margin: .67em 0;
}

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

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

/**
 * 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: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

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

figure {
	margin: 1em 40px;
}

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

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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"],
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;
}

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

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

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

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

.navbar-nav,
.navbar-nav #mod_login_form ul,
#login .nav,
#logged-in .nav,
#nav > ul,
#nav > ul > li > .sub-menu,
#content .module .nav,
#content .feed,
.social-media ul,
#disclaimers,
#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.header-holder:after,
.navbar-nav #mod_login_form ul li:after,
#nav:after,
#banner:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #002b58;
	background: #fff;
	font: 14px/1.286 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #0090bc;
	text-decoration: none;
	-webkit-transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
	transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
}

a:hover {
	color: #eb5957;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* custom checkbox styles */

.subscribe-box  .jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: transparent;
	border: 1px solid #002b58;
	margin: -4px 5px 0 0;
	height: 13px !important;
	width: 13px !important;
}

.subscribe-box .jcf-checkbox {
	margin: 0 5px 0 0;
}

.subscribe-box  .jcf-checkbox span {
	position: absolute;
	display: none;
	height: 5px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -4px;
	border: 1px solid #002b58;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .subscribe-box  .jcf-checkbox span {
	margin: -3px 0 0 -4px;
}

.subscribe-box  .jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.subscribe-box  .jcf-checkbox.jcf-checked span {
	display: block;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.search-page h3 {
    font-size: 120%;
    clear: both;
}

ul.tabNavigation li a, ul.tabNavigation li span {
    border-radius: 6px 6px 0 0;
}

div.search {
    font-size: 120% !important;
    line-height: 125%;
}

div.search::before {
	content: "";
	background-image: url("/nycpb-assets/images/poweredbyPBN_gray.png");
	background-size: 100% 100%;
	height: 14px;
	width: 150px;
	position: absolute;
	left: -160px;
	top: 15px;
}

.search-page div.results::before { 
display: none; 
}

#header .search:first-of-type {
	float: right;
	position: relative;
	border: none;
	width: unset;
}

#header .search:first-of-type #primary-nav-hardcoded {
	float: right;
	width: 36px;
	padding: 9px;
	background: #d6ebf3;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
		height: 40px;
}

/*#header .search #primary-nav-hardcoded:hover {
	background: #c4dcde;
}*/

#header .search:first-of-type #primary-nav-hardcoded:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\e909";
	font: 18px/1 "icomoon";
	color: #31969b;
	text-indent: 0;
	/*-webkit-transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
	transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;*/
}

.header-holder {
	max-width: 914px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	min-height: 120px;
}

.header-holder:before {
	content: "";
	position: absolute;
	background: url(../images/bg-nyc-inner.png) no-repeat;
	right: -20px;
	top: 0;
	width: 517px;
	height: 373px;
	z-index: -10;
}

.home-page .header-holder:before {
		background: url(../images/bg-nyc.png) no-repeat;
}

#link_to_ny {
	float: left;
	padding: 15px 0;
	max-width: 40%;
}

#link_to_ny .c_wysiwyg {
	font-size: 11px;
}

#link_to_ny .c_wysiwyg p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#link_to_ny .c_wysiwyg p a {
	position: relative;
	padding: 0 0 0 7px;
}

#link_to_ny .c_wysiwyg p a:before,
#link_to_ny .c_wysiwyg p a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 14px;
	height: 16px;
}

#link_to_ny .c_wysiwyg p a:after {
	content: "\e906";
	font: 9px/1 "icomoon";
	width: auto;
	height: auto;
	background: none;
	left: 2px;
	top: 2px;
}

.pbn_logo {
	color: #eb6765;
}

.logo {
	position: absolute;
	left: -7px;
	bottom: 22px;
	z-index: 1;
}

.logo a {
	width: 325px;
	height: 52px;
	text-indent: -9999px;
	display: block;
	background: url(../images/logo.png);
	background-size: 100% 100%;
}

#utility-nav {
	float: right;
	position: relative;
	z-index: 6;
	max-width: 75%;
}

#utility-nav.active .search:first-of-type #primary-nav-hardcoded {
	background: #d6ebf3;
}

.navbar-nav {
	float: right;
	position: relative;
	z-index: 20;
}

.navbar-nav .login {
	line-height: 1.3;
	text-align: center;
	font-weight: 700;
}

.navbar-nav .login a {
	display: block;
	color: #fff;
	background: #3b8a90;
	padding: 12px 10px;
	text-decoration: none;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
}

.navbar-nav .login a:hover {
	background: #34797e;
}

.navbar-nav #mod_login_form ul {
	overflow: hidden;
	padding: 14px 12px 10px 10px;
	position: absolute;
	left: -36px;
	right: 0;
	top: 100%;
	background: #ebf3f4;
	color: #002b58;
	font-size: 12px;
	z-index: 1;
}

.navbar-nav #mod_login_form ul li {
	margin-bottom: 13px;
	position: relative;
}

.navbar-nav #mod_login_form ul li:nth-last-child(3) {
	margin-bottom: 7px;
}

.navbar-nav #mod_login_form ul li:nth-last-child(2) {
	float: left;
	max-width: 50%;
	font-size: 10px;
	margin: 0;
	padding: 5px 0 0 12px;
}

.navbar-nav #mod_login_form ul li.controls {
	float: right;
	max-width: 50%;
	margin: 0;
}

.navbar-nav #mod_login_form ul label {
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
}

.navbar-nav #mod_login_form ul li:nth-of-type(3) label  {
	margin-left: 5px;
}

.navbar-nav #mod_login_form ul input[type="text"],
.navbar-nav #mod_login_form ul input[type="tel"],
.navbar-nav #mod_login_form ul input[type="email"],
.navbar-nav #mod_login_form ul input[type="search"],
.navbar-nav #mod_login_form ul input[type="password"],
.navbar-nav #mod_login_form ul textarea {
	width: 100% !important;
	border: 1px dotted #002b58;
	border-width: 0 0 1px;
	background: none;
	height: 16px;
	padding: 0 4px;
	display: block;
}

.navbar-nav #mod_login_form ul input[type="submit"] {
	border: 0;
	background: #c1dfe1;
	width: auto;
	text-align: center;
	font-weight: 900;
	font-size: 12px;
	color: #002b58;
	text-transform: capitalize;
	padding: 3px 9px;
	-webkit-transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
	transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
}

.navbar-nav #mod_login_form ul input[type="submit"]:hover {
	background: #b0d6d9;
}

.navbar-nav #mod_login_form ul .jcf-checkbox {
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 2px 0 0;
}

.resize-active #nav {
	-webkit-transition: none;
	transition: none;
}

.nav-active {
	overflow: hidden;
}

.nav-active #nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#simplesearch {
	position: absolute;
	right: 0;
	background: #d6ebf3;
	/*-webkit-transition: width .3s ease, padding .3s ease;
	transition: width .3s ease, padding .3s ease;*/
	left: -36px;
	top: 100%;
	margin: 0 !important;
	display: none;
	/* z-index: 99; */
}

#simplesearch:after {
	position: absolute;
	content: "GO";
	right: 13px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	pointer-events: none;
	color: #002b58;
	text-transform: uppercase;
	z-index: 100;
}

#simplesearch fieldset {
	padding: 8px 45px 8px 10px;
	z-index: 99;
	position: relative;
}

#simplesearch label {
	display: none;
}

#simplesearch input[type="text"] {
	border: 1px dotted #002b58;
	border-width: 0 0 1px;
	background: none;
	padding: 0;
	font-weight: 300;
	font-size: 13px;
	line-height: 14px;
	color: #002b58;
	width: 100%;
	display: block;
	height: 19px;
	outline: none;
	margin: 0 0 2px;
}

#simplesearch .input-placeholder-text {
	font-size: 12px;
	line-height: 14px;
}

#simplesearch .input-placeholder-text:after {
	content: "Search";
	color: #002b58;
}

#simplesearch input[type="submit"] {
	border: 0;
	background: #fff;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	width: 24px;
	height: 17px;
	padding: 0;
	right: 9px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	white-space: normal;
	-webkit-transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
	transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
}

#simplesearch input[type="submit"]:hover {
	background: #9acacc;
}

#simplesearch .more {
	display: none;
}

.subscribe {
	display: inline-block;
	vertical-align: top;
}

.subscribe .subscribe-hotspot {
	background: #76adb1;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	width: 150px;
	text-align: center;
	padding: 12px 6px;
	height: 40px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	-webkit-transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
	transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
}

.subscribe .subscribe-hotspot:before {
	content: "m";
	font: 14px/1 "picons-font";
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 6px 0 0;
}

.subscribe .subscribe-hotspot:hover {
	background: #66a3a8;
}

.subscribe .dropdown-box {
	position: absolute;
	top: 100%;
	left: -36px;
	right: 0;
	z-index: 1;
	background: #ebf3f4;
	padding: 12px 9px 9px;
	text-transform: capitalize;
	font-size: 12px;
	color: #002b58;
	display: none;
}

.subscribe .subscribe-box form {
	position: relative;
	margin: 0 0 8px;
}

.subscribe .subscribe-box form div {
	position: relative;
	padding: 0 0 6px 19px;
}

.subscribe .subscribe-box form div:nth-last-child(2) {
	padding: 15px 35px 0 0;
}

.subscribe .subscribe-box form div:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
}

.subscribe input[type="text"] {
	border: 1px dotted #002b58;
	border-width: 0 0 1px;
	background: none;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #002b58;
	width: 100%;
	display: block;
	height: 19px;
	outline: none;
}

.subscribe input[type="submit"] {
	border: 0;
	background: #c1dfe1;
	width: 26px;
	height: 20px;
	padding: 0;
	right: 10px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	white-space: normal;
	-webkit-transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
	transition: background .3s linear, color .3s linear, border .3s linear, opacity .3s linear;
}

.subscribe input[type="submit"]:hover {
	background: #b0d6d9;
}

.subscribe .jcf-checkbox {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.subscribe .input-placeholder-text {
	bottom: 3px;
	left: 1px;
}

.subscribe .join-link {
	text-align: right;
	font-size: 12px;
	font-weight: 900;
	color: #31969b;
}

.subscribe .join-link .big-join {
	text-transform: uppercase;
	color: #eb5957;
	position: relative;
}

.subscribe .join-link .big-join:before,
.subscribe .join-link .big-join:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	overflow: hidden;
	background: #eb5957;
	color: #fff;
	margin: 0 3px 0 0;
}

.subscribe .join-link .big-join:after {
	content: "\ea34";
	font: 10px/1 "icomoon";
	width: auto;
	height: auto;
	position: absolute;
	display: block;
	background: none;
	left: 7px;
	top: 3px;
	margin: 0;
}

#login {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 -4px;
}

#login .nav {
	float: left;
	padding: 12px 5px 0 0;
	display: none;
}

#login .nav li {
	font-size: 12px;
	color: #002b58;
	text-transform: capitalize;
}

#login .nav a {
	color: #002b58;
	text-decoration: none;
}

#login .nav a:hover {
	color: #f00;
}

#logged-in {
	padding: 11px 10px 0 2px;
	float: right;
}

#logged-in h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	color: #423e46;
	float: left;
	position: relative;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
}

#logged-in h2:after {
	position: absolute;
	left: 0;
	top: -1px;
	font: 14px/1 "icomoon";
	font-size: 14px;
	line-height: 1;
	content: "\e907";
}

#logged-in h2 span {
	text-transform: capitalize;
}

#logged-in .nav {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	max-width: 140px;
}

#logged-in .nav li {
	float: left;
	padding-left: 6px;
	margin-left: 9px;
	font-weight: 400;
	color: #002b58;
	position: relative;
	text-transform: capitalize;
}

#logged-in .nav li.active a,
#logged-in .nav li a:hover {
	color: #eb5957;
}

#logged-in .nav li a {
	color: #3b8a90;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

#logged-in .nav li:after {
	position: absolute;
	content: "";
	background: #747177;
	width: 1px;
	top: 2px;
	left: -1px;
	height: 12px;
}

#logged-in .nav li:first-child {
	float: left;
	padding-left: 6px;
}

#logged-in .nav li:last-child {
	font-weight: 700;
}

#logged-in h2 {
  visibility: hidden;
}

#logged-in h2 span {
  visibility: visible;
  margin-left: -70px;
}

#logged-in h2 span::before {
  position: absolute;
left: 0;
top: -1px;
font: 14px/1 "icomoon";
font-size: 14px;
line-height: 1;
content: "\e907";
}

#tool-nav {
	max-width: 928px;
	background: #c1dfe1;
	position: relative;
	border-top: 1px solid #eb5957;
	margin: 0 auto;
	padding: 0 10px;
	height: 40px;
	/* z-index: 3; */
}

#tool-nav:before,
#tool-nav:after {
	border-top: 1px solid #eb5957;
	background: #c1dfe1;
	width: 9999px;
	bottom: 0;
	content: "";
	top: -1px;
	right: 100%;
	position: absolute;
}

#tool-nav:after {
	right: auto;
	left: 100%;
}

#nav {
	position: relative;
	padding: 0 275px 0 0;
	z-index: 1;
}

#nav > span {
	display: none;
	position: absolute;
	right: -50px;
	top: 0;
}

#nav > span:first-child {
	background: #3b8a90;
	float: left;
	height: 55px;
	overflow: hidden;
	position: relative;
	width: 50px;
	pointer-events: auto;
	z-index: 100;
	left: 260px;
}

#nav > span:first-child:before,
#nav > span:first-child:after,
#nav > span:first-child span {
	background: #fff;
	border-radius: 4px;
	height: 3px;
	left: 30%;
	margin-top: -8px;
	position: absolute;
	right: 30%;
	top: 19px;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	pointer-events: none;
}

#nav > span:first-child:before,
#nav > span:first-child:after {
	content: "";
	top: 33px;
}

#nav > span:first-child:after {
	top: 26px;
}

#nav > span:first-child a {
	display: block;
	text-decoration: none;
	padding: 40px 0 10px;
	font-size: 9px;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin: -16px -15px 0;
	text-align: center;
	pointer-events: auto;
}

#nav > span:first-child a:hover {
	color: #002b58;
}

#nav > ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 -2px;
	padding: 0 4px;
}

#nav > ul > li {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	/*REMOVED TO FIX SUBMENUS IN HAMBURGER MENU*/
	height: 40px;
	line-height: 1.29;
	letter-spacing: 0;
	position: relative;
	margin: 0 2px;
}

#nav > ul > li.listservs,
#nav > ul > li.about,
#nav > ul > li.help {
	text-transform: capitalize;
}

#nav > ul > li.active > a,
#nav > ul > li:hover > a,
#nav > ul > li > a:hover {
	background: #7eb4b8;
}

#nav > ul > li.hover > .sub-menu {
	display: block;
}

#nav > ul > li > a {
	color: #002b58;
	display: inline-block;
	vertical-align: top;
	padding: 11px 12px;
}

#nav > ul > li > .sub-menu {
	z-index: 10;
	background: #7eb4b8;
	overflow: hidden;
	width: 149px;
	display: none;
	position: absolute;
	/*position: relative;*/
	top: 37px;
	/*top: 0px;*/
	left: 0;
}

#nav > ul > li > .sub-menu li {
	text-transform: none;
	/* z-index: 3; */
}

#nav > ul > li > .sub-menu li.active a,
#nav > ul > li > .sub-menu li a:hover {
	background: #51979c;
}

#nav > ul > li > .sub-menu li a {
	display: block;
	color: #fff;
	padding: 7px 7px 7px 14px;
	/* z-index: 3; */
}

/*.calendar-page #supplementary-nav, .oppsguide-page #supplementary-nav, 
.news-page #supplementary-nav, .projects-page #supplementary-nav, 
.library-page #supplementary-nav {
	display: none;
}*/

#supplementary-nav {
	float: right;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	background: #002b58;
	padding: 8px 10px 0px 16px;
	border-radius: 18px;
	position: relative;
	margin: -24px 15px 0 0;
	max-width: 26%;
	position: absolute;
	height: 40px;
	top: 2px;
	right: 0;
}

#a-join_the_nyc_pro_bono_center_wysiwyg > img {
	position: absolute;
	top: -20px;
}

#join_the_nyc_pro_bono_center_wysiwyg a {
	color: #fff;
}

#join_the_nyc_pro_bono_center_wysiwyg a:before,
#join_the_nyc_pro_bono_center_wysiwyg a:after {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	background: #eb5957;
}

#join_the_nyc_pro_bono_center_wysiwyg a:after {
	content: "\ea34";
	background: none;
	border-radius: 0;
	width: auto;
	height: auto;
	font: 15px/1 "icomoon";
	color: #fff;
}

#join_the_nyc_pro_bono_center_wysiwyg .big-join {
	color: #eb5957;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	line-height: 21px;
}

#supplementary-nav .big-join a {
	color: #eb5957;
}

#supplementary-nav:hover {
	color: #fff;
	background-color: #001E3D;
}

#join_the_nyc_pro_bono_center_wysiwyg a:hover::before {
	background: #BC4745;
}

.thickbox {
	top: -30px !important;
}

#main {
    /* position: relative; */
    /* z-index: 3; */
}

#banner {
	max-width: 914px;
	padding: 22px 20px 12px;
	margin: 0 auto;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.438;
	position: relative;
	/* z-index: 1; */
	min-height: 211px;
}

#banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 9999px;
	margin: 0 -9999px;
	background: rgba(0, 43, 88, .9);
	z-index: -1;
}

#banner > img {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 222px;
	display: block;
	position: absolute;
	right: 202px;
	bottom: -1px;
	font-size: 0;
	line-height: 0;
}

#banner p {
	margin-bottom: 15px;
}

#banner a {
	font-weight: 700;
	color: #00a3d7;
}

#banner a:hover {
	color: #eb5957;
}

#banner,
#banner .acknowledgment {
	font-size: 16px;
	line-height: 1.455;
	font-weight: 400;
	/* position: relative; */
	/* z-index: 5; */
}

#banner .acknowledgment {
	font-size: 13px;
}

#banner .acknowledgment a {
	font-weight: 700;
	text-transform: capitalize;
}

#banner .acknowledgment a:hover {
	text-decoration: none;
	color: #eb5957;
}

#join_blurb {
	width: 47%;
	float: left;
}

.new-to-pro-bono {
	width: 200px;
	border: 1px dashed #fff;
	padding: 12px 26px;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.342;
	float: right;
	background: rgba(0, 43, 88, .5);
	margin: 36px 3px;
	position: relative;
	z-index: 1;
}

.new-to-pro-bono a {
	font-weight: 700;
	font-size: 19px;
}

.body {
	max-width: 914px;
    padding: 20px 20px 0px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    /*z-index: 3;*/
}

.home-page .body {
	padding-top: 0;
}

.home-page #content {
	margin: 0 -2.1%;
}

#content .module {
	display: inline-block;
	vertical-align: top;
	width: 45.8%;
	position: relative;
	margin: 0 2.1% 35px;
}

.home-page #content .module + .module h2 {
	background: #0090bc;
	padding-left: 50px;
}

.home-page #content .module + .module h2:before {
	background-position: -39px 0;
	width: 33px;
	height: 20px;
	left: 11px;
}

.home-page #content .module + .module .nav {
	background: #4db1d0;
}

#content .module + .module .nav li.active a,
#content .module + .module .nav li a:hover {
	background: #33a6c9;
}

#content .module.whatsnew,
#content .module.w_wysiwyg {
	border: 1px solid #8095ac;
	padding: 12px 16px 11px;
	line-height: 1.357;
}

.oppsguide-page #content .module.w_wysiwyg {
    border: 1px solid #8095ac;
    padding: 1em;
    line-height: 1.5;
    width: 100%;
    min-height: none;
    margin: 1em 0;
}

.home-page #content .module h2 {
	background: #3b8a90;
	font-weight: 500;
	font-size: inherit;
	line-height: 1.2;
	margin: 0;
	color: #fff;
	cursor: pointer;
	padding: 9px 46px;
	position: relative;
	min-height: 37px;
}

.home-page #content .module h2:before,
.home-page #content .module h2:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../images/sprite.png) no-repeat;
	width: 34px;
	height: 26px;
	opacity: .4;
	margin: -2px 0 0;
}

.home-page #content .module h2:after {
	background-position: -77px 0;
	width: 19px;
	height: 13px;
	left: auto;
	right: 10px;
	opacity: .8;
}

#content .module h3 {
	font-size: inherit;
	font-weight: 700;
	color: #002b58;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.home-page #content .module .nav {
	margin: 0 !important;
	background: #76adb1;
	position: absolute;
	left: 40px;
	right: 0;
	z-index: 2;
	display: none;
}

.home-page #content .module .nav li {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bold;
}

.home-page #content .module .nav li.active a,
.home-page #content .module .nav li a:hover {
	background: #62a1a6;
}

.home-page #content .module .nav li a {
	color: #fff;
	display: block;
	padding: 8px 10px;
}

.home-page #content .module .c_wysiwyg {
	position: relative;
	min-height: 148px;
	padding: 0 0 18px;
	overflow: hidden;
}

.home-page #content .module .c_wysiwyg p {
	padding: 0 0 10px;
	margin: 0;
}

.home-page #content .module .c_wysiwyg p:first-child {
	float: left;
	padding: 5px 14px 0 0;
}

.home-page #content .module .c_wysiwyg p:first-child img {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 125px;
	display: block;
}

.home-page #content .module .c_wysiwyg p:last-child {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
}

.home-page #content .module .c_wysiwyg p:last-child a {
	font-size: 11px;
	font-weight: 700;
	text-transform: capitalize;
}

#content .feed {
	padding: 3px 0 0;
}

#content .feed li {
	padding: 22px 0 14px;
	border: 1px solid #cbe0e2;
	border-width: 0 0 1px;
	margin: 0 0 11px;
	position: relative;
}

#content .feed li:nth-last-child(2) {
	border-style: none;
	padding-bottom: 7px;
}

#content .feed li:last-child:not(:first-child) {
	border-style: none;
	margin: 0;
	padding: 0;
}

#content .feed li.more {
	border-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
}

#content .feed li a {
	font-weight: 700;
}

#content .feed li em {
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #c4dcde;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	color: #4d6b8a;
	font-weight: 700;
	font-size: 11px;
	padding: 3px 5px;
}

#content .feed .moreresults {
	font-size: 11px;
	text-transform: capitalize;
}

.mobile-quick-links {
	display: none;
}

.mobile-quick-links > div {
	width: 33.33%;
	padding: 0 5px 10px;
	font-size: 10px;
	line-height: 1.3;
	position: relative;
}

.mobile-quick-links > div:before,
.mobile-quick-links > div:after {
	content: "";
	position: absolute;
	top: 0;
	right: 5px;
	width: 0;
	height: 0;
	border-width: 0 64px 52px 0;
	border-color: transparent #002b58 transparent transparent;
	border-style: solid;
}

.mobile-quick-links > div:before {
	border-style: none;
	background: #1a5a83;
	width: auto;
	height: auto;
	left: 5px;
	bottom: 10px;
}

.mobile-quick-links > div:nth-child(2) a:after {
	content: "\e90a";
	right: 4px;
}

.mobile-quick-links > div:nth-child(3) a:after {
	content: "\e90b";
	right: 5px;
	font-size: 20px;
}

.mobile-quick-links > div a {
	color: #fff;
	padding: 6px 7px 6px;
	position: relative;
	overflow: hidden;
	height: 86px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 1;
}

.mobile-quick-links > div a:after {
	content: "\e90c";
	font: 24px/1 "icomoon";
	position: absolute;
	right: 9px;
	top: 5px;
	color: #336c91;
	z-index: -1;
}

.mobile-quick-links > div a:hover {
	color: #76adb1;
}

content-display .list .filters .rcMenu {
	font-weight: normal !important;
}

content-display .list .filters .rcMenu > ul > .rcMenuItem > span:first-child:before {
    top: 2px;
    left: -15px;
}

content-display .list .filters .rcMenu > ul > .rcMenuItem > span:first-child {
	left: 15px;
}

content-display .list .filters .rcMenu > ul > .rcMenuItem.rcSelected::after {
    left: 11px;
    top: 7px;
}

#footer {
	background: #002b58;
	color: #fff;
	font-size: 13px;
	line-height: 1.364;
	border: 1px solid #eb5957;
	border-width: 1px 0 0;
	margin-top: 2em;
}

#footer .lawhelp {
	float: left;
	width: 22%;
	padding: 5px 0;
}

#footer .social-media-and-disclaimers {
	overflow: hidden;
	padding: 6px 48% 0 5.2%;
	position: relative;
}

#footer a {
	font-weight: 700;
}

#footer h3 {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 700;
	color: #3b8a90;
	margin-bottom: 14px;
}

#by {
	max-width: 914px;
	padding: 18px 20px 15px;
	margin: 0 auto;
	position: relative;
}

#powered-by {
	position: absolute;
	left: 17px;
	top: 50%;
	margin: -17px 0 0;
}

.social-media {
	overflow: hidden;
}

.social-media ul {
	display: inline-block;
	vertical-align: top;
	max-width: 100px;
}

.social-media ul li {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 3px;
}

.social-media ul li:nth-child(2) a:before {
	content: "\e904";
}

.social-media ul li:nth-child(3) a:before {
	content: "\e903";
}

.social-media ul a {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	background: #3b8a90;
	color: #002b58;
	position: relative;
}

.social-media ul a:before {
	content: "\e905";
	font: 12px/1 "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-media ul a:hover {
	background: #eb5957;
}

.tell-a-friend {
	margin: 0 0 10px;
}

.feedback {
	margin: 0 0 24px;
}

.feedback a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: capitalize;
	background: #0090bc;
	padding: 3px 10px;
}

.feedback a:hover {
	background: #eb5957;
}

#disclaimers .copyright {
	text-transform: capitalize;
}

#disclaimers li + li {
	display: inline-block;
	vertical-align: top;
}

#disclaimers li:nth-child(2) ~ li:before {
	content: ".";
	display: inline-block;
	vertical-align: top;
	margin: -2px 5px 0;
	color: #0090bc;
	font-weight: 700;
}

#host_organizations {
	position: absolute;
	top: 0;
	right: -11px;
	max-width: 428px;
}

#host_organizations h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sponsor-icons {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 0 0 -11px;
}

.sponsor-icons img {
	width: 33.33%;
	letter-spacing: 0;
	font-size: 11px;
	line-height: 1.2;
	padding: 0 11px 11px;
}

#back-to-top-hardcoded {
	display: none;
}

#side {
	position: fixed;
	bottom: 0;
	width: 206px;
	z-index: 1;
}

#side .active h2 {
	width: 100%;
}

#side h2 {
	margin: 0;
	background: #4e6d8d;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 11px 7px;
	min-width: 116px;
	text-align: center;
	cursor: pointer;
	float: left;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

#side h2:hover {
	background: #45607d;
}

#side ul {
	padding: 10px;
	background: #4e6d8e;
	width: 100%;
	overflow: hidden;
	border: 1px solid #d3dbe3;
	border-width: 1px 0 0;
}

#side ul li {
	overflow: hidden;
	position: relative;
	padding: 0 0 0 18px;
}

#side ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	background: #fff;
	width: 2px;
	height: 2px;
	border-radius: 50%;
}

#side ul li.active a,
#side ul li a:hover {
	color: #eb5957;
}

#side ul a {
	display: block;
	color: #fff;
}

#side #powered-by {
	display: none;
}

content-display .content-alert-message {
    padding-top: 5px !important;
}

.detail-tools .detail-alert:before {
  padding-top: 3px;
}

#breadcrumbs {
	margin-top: 8px;
	position: relative;
	/*z-index: 1;*/
}

/*.cases-page div#content {
    padding: 1em 0;
}*/

.cases-page #m-header {
	/*height: 0px;*/
	/*margin: 0;*/
	/*padding: 0;*/
	height: unset;
}

.cases-page .page-tools.hmenu > li > a.print {
    display: inline-block;
}

.page-tools.hmenu > li > a.print::before {
	display: block;
	text-transform: none;
	content: "p";
	background: none;
	border-radius: 100%;
	color: inherit;
	font: 18px/16px "picons-font";
}

/* CASES TOOL v1 */

.cases-page h1,
.cases-page h3,
.cases-page div.tool-options {
	clear: both;
}

.cases-page div.tool-options {
	padding: 1em .5em;
	background-color: #C8DEDF;
}

.cases-page div.group h3 {
    border-bottom: 1px solid #aaa;
}

.cases-page div.content-summary ul.props {
	width: 100%;
	margin-top: 0;
}

.cases-page div.content-summary ul.props li {
	float: left;
	margin-right: 1em;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
}

.cases-page div.content-summary {
    clear: both;
    padding-top: 1em;
    padding-bottom: 1.5em;
}

.cases-page h3,
.cases-page h4 {
	padding: 0;
	margin: 0;
}

.cases-page h4 {
	font-size: 17px;
	clear: both;
}

.cases-page h3 {
	font-size: 20px;
	margin-top: 12px;
}

.cases-page ul.props {
	font-weight: bold;
}

.cases-page ul.props strong {
	font-weight: normal;
}

.cases-page ul.props li {
	float: left;
}

.cases-page ul.props li.address,
.cases-page ul.props li.contact,
.cases-page ul.props li.org {
	clear: both;
}

.cases-page .description {
	float: left;
	clear: both;
}

.cases-page .content-detail {
	float: none;
}

.cases-page ul.props li.org {
	visibility: visible;
}

.cases-page ul.props li.org strong {
	margin-left: unset;
}

.cases-page .topics {
	float: left;
	width: 100%;
}

.cases-page .topics li {
	padding-top: 4px;
}

.cases-page .return.noprint {
	margin-bottom: 15px;
}

.cases-page footer {
	clear: both;
}

/* Flex Pages */

#site-message {
    padding: 1em 2em 3.5em;
    margin: 10px 40px;
    background-color: #eee;
}

#site-message h3 {
    line-height: 20px;
    margin-bottom: 8px;
}

#site-message h3::before {
    font-family: "picons-font";
    content: "Y";
    color: inherit;
    margin-right: 10px;
    margin-left: -10px;
    font-size: 20px;
}

#site-message .detail {
    margin-left: 25px;
}

.page-tools.hmenu {
  letter-spacing: -5px;
  position: relative;
  /*top: 3px;*/
  /*right: 0;*/
  /*z-index: 1;*/
  padding-top: 0;
  text-align: right;
  /*clear: both;*/
  float: right;
  margin: 0 1em;
}

.page-tools.hmenu > * {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0;
}

.page-tools.hmenu > li {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  position: relative;
  /*text-align: center;*/
}

.page-tools.hmenu > li:before {
/*  content: '';
  position: absolute;
  top: 8px;
  bottom: 7px;
  left: 0;
  width: 1px;
  background: #fff;*/
}

.page-tools.hmenu > li:hover {
  text-decoration: none;
  background-color: transparent;
}

.page-tools.hmenu > li > a {
  font-size: 8px;
  line-height: 1.3;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 19px;
  text-decoration: none;
  color: inherit !important;
  text-transform: capitalize;
}

.profile-page .page-tools.hmenu > li:first-of-type > a::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "\e971";
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    color: inherit;
    font: 18px/16px "icomoon";
    padding-left: 1px;
}

.profile-page .page-tools.hmenu > li:nth-of-type(2) > a::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "S";
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    color: inherit;
    font: 18px/16px "picons-font";
    padding-left: 1px;
}

/*.page-tools.hmenu > li > a.print:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "\e954";
  top: 0;
  width: 17px;
  height: 17px;
  color: #2b2b2b;
  border-radius: 50%;
  font: 18px/16px "icomoon";
  padding-left: 1px;
}*/

/*.page-tools.hmenu > li > a.add-item:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "\e901";
  top: 0;
  width: 17px;
  height: 17px;
  background: #2b2b2b;
  border-radius: 50%;
  color: inherit;
  font: 8px/16px "icomoon";
  padding-left: 1px;
}*/

.page-tools.hmenu > li > a.add-folder:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "\e92f";
  top: 0;
  width: 17px;
  height: 17px;
  background: ;
  border-radius: 50%;
  color: inherit;
  font: 18px/16px "icomoon";
  padding-left: 1px;
}

.page-tools.hmenu > li > a.rss:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 3px;
  content: "XLS";
  background: #2b2b2b;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1px 3px;
}

.page-tools.hmenu > li > a:hover {
  text-decoration: underline;
}

/*#m-header .page-tools.hmenu.lower {
    top: 45px;
}
*/
.page-tools.hmenu > li > a {
    font-size: 8pt;
    font-weight: 400;
}

.page-tools.hmenu > li::before {
/*    top: 1px;
    bottom: 1px;
*/}

/*.inner-page .page-tools.hmenu > li > a.print::before {
    text-transform: none;
    content: "p";
    background: none;
    border-radius: 100%;
    color: inherit;
    font: 18px/16px "picons-font";
}*/

.page-tools.hmenu > li > a:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    padding-left: 1px;
}

.page-tools.hmenu > li > a.add-item::before {
    text-transform: none;
    content: "+";
    background: none;
    color: inherit;
    font: 18px/16px "picons-font";
}

/*.page-tools.hmenu > li > a.admin::before,*/
.page-tools.hmenu li > a.settings::before {
  position: absolute;
  left: 45%;
  -webkit-transform: translate(-55%, 0);
  -ms-transform: translate(-55%, 0);
  transform: translate(-55%, 0);
  content: "S";
  top: 0;
  width: 17px;
  height: 17px;
  color: inherit;
  font: 18px/16px "picons-font";
  padding-left: 1px;
}

.page-tools.hmenu > li > a.rss::before {
    text-transform: none;
    top: 0;
    content: "\ea9b";
    background: none;
    color: inherit;
    line-height: 1;
    font: 16px/16px "icomoon";
    padding: 1px 3px;
}

.page-tools.hmenu > li > a.rss {
    text-transform: uppercase;
  /*margin: 0 5px;*/
}

.page-tools.hmenu > li > a.admin {
  /*margin: 0 5px;*/
}

/* content form fixes */

form.main,
form.primary {
	float: none !important;
}

.required-notice {
	/* No margin-top: -20px;*/
	width: 50%;
	clear: none;
	float:left;
}

/*colin fixed oppsguide form */
/*#m-header {
	margin-top: -30px !important;
	padding-top: 47px !important;
	height: unset;
}*/

/* this was necessary to allow main nav dropdowns to be hovered over */
#m-header {
    z-index: unset !important;
}

#m-header h1.tool {
    font-family: martel, cambria, serif;
    line-height: 1.5em;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
}

.page-tools.hmenu {
    top: 0px;
    /*z-index: 4;*/
    margin: 0 0 1em -60px;
    float: right;
    clear: none;
}

form.main fieldset li label {
    float: left;
    text-align: right;
    width: 30%;
    padding: .5em 0;
}

#content form .text, #content form textarea, #content form select, #content form .captcha, #content form span.time input {
    border-color: #aaa;
}

#content form fieldset {
    border-top: 1px solid #333;
}

.accent, form.main fieldset, .pagnation, dl.hosts, #home-sponsor {
    background-color: #F3F3F3;
}

fieldset {
    border: 0;
}

form fieldset li {
    margin: 5px 0;
}

/* Generic toools */

div.content-summary h4, div.guide-content-summary h4 {
    font-size: 1.2em;
}

/* Expandable flex page styles */

div.group div.content-summary, div.group div.guide-content-summary {
    clear: both;
    padding-top: 1em;
    /* padding-bottom: 1em; */
}

div.group h4.expandable {
	margin: 0px;
	font-size: 1em;
	cursor: pointer;
	display: block;
	position: relative;
	font-weight: bold;
	border: 1px solid #ddd;
	border-left: 3px solid #888;
	transition: all .15s ease-out;
	padding-top: .4em;
	padding-right: 10.5em;
	padding-bottom: 1.1em;
	padding-left: .6em;
}

div.group h4.expandable span.expandabletitle {
	float: left; 
	padding-top: 5px;
	padding-right: 15px;
}

div.group h4.expandable span.labelinstructions {
	font-size: 0.8em;
	color: rgba(196,196,196,1);
	text-align: right;
	/*margin-right: -10px;*/
	/*padding-right: 55px;*/
	position: absolute;
	right: 1.5em;
	/*background-image:url('/styles/images/ian/directory/buttons/open.png');*/
	/*background-repeat:no-repeat;*/
	/*background-position:right; */
	height: 26px;
	padding-top: 5px;
}

div.group h4.expandable span.labelinstructions-minus {
	font-size: 0.8em;
	color: rgba(196,196,196,1);
	text-align: right;
	/*margin-right: -10px;*/
	/*padding-right: 55px;*/
	position: absolute;
	right: 1.5em;
	/*background-image:url('/styles/images/ian/directory/buttons/close.png');*/
	/*background-repeat:no-repeat;*/
	/*background-position:right; */
	height: 26px;
	padding-top: 5px;
}

div.group div.content-summary.flx div.leadin {
    clear: both;
    margin: .5em 1em .5em 1em;
    font-size: .95em;
}

.join-button {
	visibility: hidden;
}

.accessibility {
    display: none;
}

div.pagination {
  text-align: right;
  clear: both;
  padding: .5em 0;
  float: left;
  width: 100%;
}

#inquiryModalContent #mailer {
    font-size: 13px;
}

/* these next few things are cuz we have to tiptoe round lady liberty */

div.article, div.event, div.project, div.organization, div.resource {
    position: relative;
    z-index: 1;
}

content-display {
    /*position: relative;*/
    z-index: 1;
}

content-display .list .filters {
	padding-top: 13px !important;
}

content-display .list .filters ul {
	top: 29px !important;
}

content-display .list .filters ul li::before {
	top: 5px !important;
}

content-display .list .filters ul li::after {
	top: 7px !important;
	left: 10px !important;
}

.calendar-page .page-tools.hmenu.lower {
	top: 72px !important;
}

.calendar-page .back,
.library-page .back {
	margin-top: 20px !important;
}

.oppsguide-page .back,
.news-page .back {
	margin-top: 10px !important;
}

.library-page .page-tools.hmenu.lower {
	margin-top: 8px !important;
}

.library-page .head-item .page-tools.hmenu {
	margin-top: 32px !important;
}

.news-page .page-tools.hmenu {
	top: 3px !important;
}

#m-header .back,
.tool-options.accent.spaced,
.filters {
	z-index: unset !important;
}

.filters ul {
	z-index: 2;
}

#breadcrumbs a {
	color: #002b58;
}

.oppsguide-page .page-tools.hmenu.lower,
.news-page .page-tools.hmenu.lower {
	top: 52px !important;
}

.oppsguide-page .page-tools.hmenu {
	top: -3px !important;
}

/* Expandable flex page styles */

div.group div.content-summary, div.group div.guide-content-summary {
    clear: both;
    padding-top: .5em;
    /* padding-bottom: 1em; */
}

.group > .content-summary > h4.summary.expandable {
	margin: 0px;
	/*font-size: 1em;*/
	cursor: pointer;
	display: block;
	position: relative;
	font-weight: bold;
	border: 1px solid #ddd;
	border-left: 2px solid #888;
	border-top: 1px solid #888;
	border-radius: 6px;
	transition: all .15s ease-out;
	padding-top: 0;
	/*padding-right: 10.5em;*/
	padding-bottom: .5em;
	padding-left: .6em;
	background: #f6f6f6;
}

.group > .content-summary > h4.expandable span.expandabletitle {
	float: left; 
	padding-top: 5px;
	padding-right: 15px;
}

.group > .content-summary > h4.expandable span.labelinstructions {
	font-size: 0.8em;
	color: rgba(196,196,196,1);
	text-align: right;
	/*margin-right: -10px;*/
	/*padding-right: 55px;*/
	position: absolute;
	right: 1.5em;
	/*background-image:url('/styles/images/ian/directory/buttons/open.png');*/
	/*background-repeat:no-repeat;*/
	/*background-position:right; */
	height: 26px;
	top: 15px;
}

.group > .content-summary > h4.expandable span.labelinstructions-minus {
	font-size: 0.8em;
	color: rgba(196,196,196,1);
	text-align: right;
	/*margin-right: -10px;*/
	/*padding-right: 55px;*/
	position: absolute;
	right: 1.5em;
	/*background-image:url('/styles/images/ian/directory/buttons/close.png');*/
	/*background-repeat:no-repeat;*/
	/*background-position:right; */
	height: 26px;
	padding-top: 5px;
	top: 20px;
}

.ExpandableBGColor::after,
.ExpandableBGColorOpen::after {
	top: 2px;
	right: 10px;
}

div.group div.content-summary.flx div.leadin {
    clear: both;
    margin: .5em 1em .5em 1em;
    /*font-size: .95em;*/
}

div.group div.content-summary.flx li.createdate,
div.group div.content-summary.flx li.updatedate {
	float: left;
	margin-left: 15px;
}

div.group div.content-summary.flx li.createdate::after {
	content: "/";
	margin-left: .75em;
}

.inner-page #m-header .return.noprint {
	text-decoration: none;
	font-weight: bold;
}

.inner-page #m-header .return.noprint::after {
	content: " >";
	margin-left: 3px;
}

.inner-page #main {
	min-height: 550px;
}

.cases-page .page-tools.hmenu.lower {
	margin-top: 5px !important;
}

@media (min-width: 1025px) {
	a[href^="tel"] {
		pointer-events: none;
		cursor: default;
	}
}

@media (max-width: 991px) {
	.logo {
		left: 18px;
	}

	#utility-nav {
		max-width: 63%;
	}

	#nav {
		padding-right: 244px;
	}

	#supplementary-nav {
		max-width: 29%;
	}

	#banner > img {
		width: 182px;
	}

	#host_organizations {
		max-width: 350px;
	}
}

@media (max-width: 860px) {
	#link_to_ny {
			display: none;
	}
}

@media (max-width: 835px) {
/*	.page-tools.hmenu {
			top: 0px !important;
	}*/

	#nav > ul > li {
		font-size: 11px;
	}
	
	#nav > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 797px) {
	#supplementary-nav {
		max-width: 30%;
	}
}

@media (max-width: 767px) {

	h2, h3 {
		line-height: 30px;
	}

	.news-page .othernews > #other_news_sites {
		width: 95%;
	}

	#main {
    margin: 0 !important;
    position: static;
    z-index: unset;
	}
	
	#header .search:first-of-type {
		position: absolute;
		top: 0;
		right: 150px;
		pointer-events: auto;
	}

	#header .search:first-of-type #primary-nav-hardcoded {
		width: 36px;
	}

	.header-holder {
		min-height: 178px;
	}

	.header-holder:before {
		background-image: url(../images/bg-nyc-small.png);
		width: 268px;
		height: 419px;
		right: 0;
		top: 11%;
		z-index: 0;
	}

	.logo {
		display: block;
		bottom: auto;
		top: 69px;
	}

	.logo a {
		width: 272px;
		height: 44px;
		background-size: 100% auto;
	}

	#utility-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 100%;
		max-width: none;
		pointer-events: none;
	}
	
	#utility-nav img#powered {
		position: absolute;
		right: 20px;
		top: 50px;
		margin: 0;
	}

	.navbar-nav {
		float: none;
		pointer-events: auto;
	}

	.navbar-nav .login a {
		min-height: 0 !important;
	}

	.navbar-nav #mod_login_form ul {
		right: auto;
		left: 0;
		width: 250px;
	}

	.navbar-nav #mod_login_form ul li {
		margin-bottom: 16px;
	}

	.nav-active:after {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(204, 213, 222, .85);
		z-index: 99;
	}

	#nav > ul > li {
	/*REMOVED TO FIX SUBMENUS IN HAMBURGER MENU*/
		height: auto;
	}


	#utility-nav > .search {
		z-index: 15;
	}
	
	#simplesearch {
		left: auto;
		width: 186px;
		top: 36px;
	}

	#simplesearch:after {
		font-size: 10px;
	}

	#simplesearch input[type="text"] {
		font-size: 10px;
	}

	#simplesearch .input-placeholder-text {
		font-size: 10px;
	}

	.subscribe {
		position: absolute;
		top: 0;
		right: 0;
	}

	.subscribe .subscribe-box form {
		margin-bottom: 24px;
	}

	.subscribe .join-link {
		text-align: center;
	}

	#login {
		margin: 0;
		position: absolute;
		top: 138px;
		left: 0;
	}

	#login .nav {
		padding-top: 3px;
	}

	#login .nav li {
		font-size: 14px;
	}

	#logged-in {
		padding: 8px 21px;
		float: none;
		overflow: hidden;
		position: absolute;
		top: 145px;
		left: 0;
		width: 100%;
	}

	#logged-in h2:after {
		font-size: 12px;
		top: 0;
	}

	#logged-in .nav {
		float: none;
		max-width: none;
	}

	#logged-in .nav li a {
		font-size: 14px;
	}

	#logged-in .nav li:first-child:after {
		display: block;
	}

	#logged-in .nav li:first-child a {
		font-size: 12px;
	}

	#tool-nav {
		padding: 0;
		background: none;
		position: absolute;
		top: 0;
		left: 0;
		border-style: none;
		right: 0;
		height: 0;
	}

	#tool-nav:before,
	#tool-nav:after {
		display: none;
	}

	#nav {
		width: 260px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: -webkit-transform .2s linear;
		transition: transform .2s linear;
		-webkit-transform: translateX(-260px);
		-ms-transform: translateX(-260px);
		transform: translateX(-260px);
		padding: 0;
		z-index: 99;
	}

	#nav:after {
		width: 100%;
		height: 19px;
		content: "NYC Pro Bono Center\2002\2002\2002>";
		position: absolute;
		top: 14px;
		left: 19px;
		font-weight: 300;
		font-size: 20px;
		color: #fff;
		cursor: default;
		z-index: 3;
	}

	#nav:before {
		background: #3b8a90;
		height: 55px;
		top: 0;
		left: 0;
		position: absolute;
		content: "";
		width: 260px;
		z-index: 2;
	}

	#nav > span {
		display: block;
	}

	#nav > ul {
		background: none;
		height: calc(100vh - 55px);
		width: 100%;
		margin: 0;
		overflow: auto;
		padding: 0;
	}

	#nav > ul > li {
		display: block;
		font-size: 13px;
		font-weight: 700;
		background: #cee2e3;
		border: 1px solid #9ed0d1;
		border-width: 0 0 1px;
		z-index: 1;
		margin: 0;
	}

	#nav > ul > li.listservs,
	#nav > ul > li.about,
	#nav > ul > li.help {
		font-weight: 400;
	}

	#nav > ul > li.help {
		border-style: none;
	}

	#nav > ul > li.hover.has-drop-down > a:after {
		content: "\e910";
	}

	#nav > ul > li.has-drop-down > a:after {
		content: "\e911";
		font: 14px/1 "icomoon";
		display: inline-block;
		vertical-align: top;
		font-weight: 400;
		margin: 1px 0 0 4px;
	}

	#nav > ul > li > a {
		display: block;
		padding: 13px 20px;
	}

	#nav > ul > li > .sub-menu {
		width: 100%;
		background: #cee2e3;
		position: static;
	}

	#nav > ul > li > .sub-menu li {
		font-weight: 400;
		border: 1px solid #9ed0d1;
		border-width: 0 0 1px;
	}

	#nav > ul > li > .sub-menu li:first-child {
		border-width: 1px 0;
	}

	#nav > ul > li > .sub-menu li:last-child {
		border-style: none;
	}

	#nav > ul > li > .sub-menu li a {
		color: #002b58;
		padding: 13px 13px 13px 35px;
	}

	#supplementary-nav {
		right: 20px;
		top: 131px;
		color: #002b58;
		z-index: 1;
		margin: 0;
		pointer-events: auto;
	}
	
	#supplementary-nav a {
		color: #002b58;
		font-size: .1px;
	}
	
	
	#supplementary-nav .big-join a {
		display: inline-block;
		vertical-align: top;
		background: #002b58;
		padding: 7px 15px;
		border-radius: 15px;
	}

	#banner {
		font-size: 14px;
		line-height: 1.429;
		padding-top: 16px;
		padding-bottom: 14px;
		overflow: hidden;
		min-height: 0;
	}

	#banner > img {
		display: none;
	}

	#banner .acknowledgment {
		font-size: 10px;
		line-height: 1.4;
	}

	#join_blurb {
		width: auto;
		float: none;
	}

	.new-to-pro-bono {
		float: none;
		width: auto;
		font-size: 14px;
		border-style: none;
		margin: 0;
		background: none;
		padding: 5px 0;
		text-align: right;
	}

	.new-to-pro-bono a {
		font-size: 17px;
	}

	.body {
		font-size: 12px;
		line-height: 1.333;
	}

	#content {
		margin: 0;
		padding: 20px 0 0;
	}

	.home-page #content .module {
		width: 100%;
		display: block;
		margin: 0 0 9px;
		min-height: 0 !important;
	}

	.home-page #content .module + .module h2 {
		padding-left: 46px;
	}

	.home-page #content .module.whatsnew,
	.home-page #content .module.w_wysiwyg {
		padding: 7px 10px;
		margin-bottom: 21px;
	}

	.home-page #content .module h2 {
		min-height: 0;
		padding: 10px 46px;
	}

	.home-page #content .module h2:before,
	.home-page #content .module h2:after {
		margin: 0;
	}

	.home-page #content .module .c_wysiwyg {
		min-height: 132px;
	}

	.home-page #content .module .c_wysiwyg p:first-child {
		padding-right: 10px;
	}

	.home-page #content .module .c_wysiwyg p:first-child img {
		width: 66px;
	}

	#content .feed li {
		padding-top: 26px;
	}

	.mobile-quick-links {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 23px -5px 10px;
	}

	#footer .lawhelp {
		float: none;
		width: 74%;
		padding: 0;
	}

	#footer .social-media-and-disclaimers {
		padding: 0;
		position: static;
		margin: 0 -5px;
	}

	#footer h3 {
		font-size: 12px;
		margin-bottom: 10px;
	}

	#by {
		padding-top: 135px;
	}

	#powered-by {
		position: static;
		margin: 0 0 4px;
	}

	.social-media {
		float: right;
		width: 53.6%;
		padding: 0 5px;
	}

	.social-media ul li {
		margin: 0 0 3px;
	}

	.tell-a-friend {
		margin-bottom: 11px;
	}

	.feedback {
		margin-bottom: 5px;
	}

	#disclaimers {
		float: left;
		width: 44%;
		padding: 0 5px;
	}

	#host_organizations {
		right: 20px;
		left: 20px;
		top: 17px;
	}

	.sponsor-icons {
		margin: 0 -8px;
	}

	.sponsor-icons img {
		padding: 0 8px 11px;
	}

	#side {
		left: 20px;
	}
	
	/* CASES TOOL v1 */
	
	.cases-page .hmenu.page-tools {
		margin-top: 37px;
		margin-bottom: -80px;
	}
	
/*	.cases-page .page-tools.hmenu > li::before {
		content: "";
	}
	
	.cases-page .page-tools.hmenu > li {
    padding-left: 10px;
    padding-right: 10px;
	}*/
	
	.cases-page ul.props li {
		display: none;
	}
	
	.cases-page ul.props li:first-of-type {
		display: initial;
	}
	
	.cases-page .ct3 h3 {
		padding-top: 60px;
	}
	
	div.search {
    font-size: 120% !important;
    line-height: 125%;
	}
	
	#supplementary-nav a:hover {
		color: #fff;
	}
	
	#join_the_nyc_pro_bono_center_wysiwyg a:before,
	#join_the_nyc_pro_bono_center_wysiwyg a:after {
		top: 45%;
	}
	
	content-display .list .filters {
		padding-top: 0 !important;
	}
	
	content-display .list .filters ul {
		top: 0 !important;
	}
	
	content-display .list .filters ul li:before {
		top: 15px !important;
	}
	
	content-display .list .filters ul li:after {
		top: 17px !important;
		left: 17px !important;
	}
	
	.calendar-page .filters
	 {
		top: 160px !important;
	}

	
	.oppsguide-page .filters {
		top: 180px !important;
	}
	
	.calendar-page .page-tools.hmenu.lower {
		top: 0px !important;
	}
	
	.calendar-page .showing {
		margin-top: -8px;
	}
	
	.hideInDesktop.link {
		top: 130px !important;
	}
	
	.library-page .filters {
		top: 160px !important;
	}
	
	#m-header {
    z-index: 0 !important;
	}
	
	#breadcrumbs {
		z-index: 1 !important;
	}
	
	.library-page #m-header.head-item .back {
		top: 0 !important;
		margin-top: -20px !important;
	}
	
	.library-page .head-item .page-tools.hmenu {
		margin-top: -20px !important;
	}
	
	.oppsguide-page .page-tools.hmenu.lower {
		top: 0px !important;
	}
	
	.oppsguide-page #m-header .back {
		top: 30px !important;
	}
	
	.oppsguide-page .organization {
		margin-top: 30px !important;
	}
	
	.oppsguide-page .page-tools.hmenu {
		top: 100px !important;
	}
	
	.news-page .page-tools.hmenu.lower {
		margin-top: -10px !important;
		top: 0px !important;
	}
	
	.news-page .showing {
		margin-top: -20px !important;
	}
	
	.groups-page .page-tools.hmenu {
		display: none;
	}
	
		.inner-page #AppBody,
	.inner-page #PostNav,
	.inner-page #PostDetail {
		float: left;
		width: 100%;
	}
	.inner-page #PostNav {
		margin-bottom: 20px;
	}
	.inner-page #PostNav #navListing {
		margin: 0;
		padding-left: 
	}
	
	.inner-page .header-holder:before {
		background: none;
	}
	
	.cases-page .filters {
		top: 155px !important;
	}

}

@media (max-width: 425px) {
	div.search::before {
		position: absolute;
		left: 20px;
		top: 50px;
		z-index: -1;
	}
}

@media (max-width: 359px) {
	#by {
		padding-top: 113px;
	}
}

.calendar-page .head-fullcalendar .page-tools.hmenu:not(.lower) {
    top: 5px !important;
}

#content div.organization .content-detail {
	margin-top: 40px;
}

.calendar-page .head-fullcalendar .page-tools.hmenu:not(.lower) {
	top: -35px !important;
}
@media (max-width: 767px) {
	.calendar-page .head-fullcalendar .page-tools.hmenu:not(.lower) {
		top: 15px !important;
	}	
}



