/*! 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: 1px dotted;
}

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

#nav ul,
#header #logged-in ul,
#header #login ul,
#banner #join_blurb + ul,
#banner > p + .module .nav,
#banner > p + .module + .module .nav,
#main #thanks ul,
#upcoming_events .feed,
#pro_bono_news .feed,
#footer #disclaimers,
#footer #logged-in .nav,
#footer #login .nav,
#socialmedia .social-media ul,
#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#nav ul:after,
#banner:after,
#footer: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: #423e46;
	background: #fff;
	font: 16px/1.2 "Catamaran", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.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: #39f;
}

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

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

@font-face {
	font-family: "icomoon";
	src: url("/styles/fonts/icomoon.eot?t01da0");
	src: url("/styles/fonts/icomoon.eot?t01da0#iefix") format("embedded-opentype"), 
		url("/styles/fonts/icomoon.ttf?t01da0") format("truetype"), 
		url("/styles/fonts/icomoon.woff?t01da0") format("woff"), 
		url("/styles/fonts/icomoon.svg?t01da0#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;
}

.icon-linkedin:before {
	content: "\e900";
}

.icon-brand:before {
	content: "\e900";
}

.icon-social:before {
	content: "\e900";
}

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

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

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

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

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

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

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

/* custom checkbox styles */

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

.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')";
}

.subscribe-box .jcf-checkbox,
#login .jcf-checkbox {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #34989d;
	border-radius: 50%;
	height: 14px;
	left: 3px;
	position: absolute;
	margin: unset;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	width: 14px;
}

#login .jcf-checkbox {
	margin-right: 13px;
}

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

.subscribe-box .jcf-checkbox span,
#login .jcf-checkbox span {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	margin: 0;
	background: #333;
	height: unset;
	width: unset;
	pointer-events: none;
	border-radius: 50%;
	border-width: unset;
	border: none;
	z-index: 1;
	-ms-transform: translate(2px,0);
	-webkit-transform: translate(3px,0);
	-moz-transform: translate(0,0);
	/*transform: none;*/
/* 	-ms-filter: none; */
}

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

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

#header {
	background: #e0eff0;
}

.header-holder {
	position: relative;
	max-width: 895px;
	margin: 0 auto;
	z-index: 1;
	padding: 63px 10px 22px;
	background: #e0eff0 url(/ny2-assets/images/NYgeo_header.png) no-repeat 50% 70%;
	background-size: 982px 225px;
}

.header-holder:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	z-index: -1;
	border-bottom: 4px solid #3ca0a3;
}

.header-holder .logo {
	width: 154px;
	display: block;
	margin: 0 0 8px;
}

.header-holder .logo a {
	background: url(/ny2-assets/images/logo.png);
	width: 154px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 100% 100%;
}

.header-holder .tagline {
	font-size: 27px;
	line-height: 30px;
	font-weight: 300;
	color: #006372;
	max-width: 260px;
}

#simplesearch {
	display: none;
	position: absolute;
	top: 0;
	right: 251px;
	width: 250px;
	height: 42px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	margin: 0 !important;
	z-index: 22;
	padding: 9px 96px 0 14px;
}

.search-active #simplesearch {
	display: block;
}

#simplesearch label {
	position: absolute;
	top: -99999px;
	left: -99999px;
	width: 1px;
	height: 1px;
}

#simplesearch input[type="text"] {
	border: solid #4ba3a8;
	border-width: 0 0 1px;
	height: 20px;
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 19px;
	padding: 0;
	color: #423e46;
	outline: none;
}

#simplesearch input[type="text"]::-webkit-input-placeholder {
	color: #423e46;
}

#simplesearch input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #423e46;
}

#simplesearch input[type="text"]:-moz-placeholder {
	color: #423e46;
}

#simplesearch input[type="text"]:-ms-input-placeholder {
	color: #423e46;
}

#simplesearch input[type="text"].placeholder {
	color: #423e46;
}

#simplesearch input[type="submit"] {
	background: none;
	color: #423e46;
	width: 60px;
	border: solid #4ba3a8;
	border-width: 0 0 1px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 19px;
	font-weight: 900;
	padding: 0;
	display: block;
	margin: 0;
	height: 20px;
	position: absolute;
	top: 9px;
	right: 42px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#simplesearch input[type="submit"]:hover {
	color: rgba(66, 62, 70, .8);
}

#simplesearch .more {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	text-decoration: none;
}

#simplesearch .more:hover {
	opacity: .8;
}

#simplesearch .more:before {
	content: "s";
	font-family: "picons-font";
	position: absolute;
	top: -1px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #423e46;
	text-decoration: none;
}

.navbar-nav {
	margin: 0;
}

.navbar-nav #join_button {
	position: absolute;
	bottom: 0;
	right: 11px;
	color: #fff;
}

.navbar-nav #join_button #a-join_button {
	position: absolute;
	width: auto;
	height: auto;
	top: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0;
	background: none;
	border-radius: 0;
}

.navbar-nav #join_button a {
	background: #61d273;
	border-radius: 15px 15px 0 0;
	display: block;
	color: #fff;
	width: 128px;
	height: 84px;
	text-decoration: none;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	padding: 18px 5px 0;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.navbar-nav #join_button a:hover {
	background: #333;
}

.navbar-nav #join_button a strong {
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
}

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

.search:first-of-type {
	position: absolute;
	top: 0;
	right: 251px;
}

#content .search:first-of-type {
    position: unset;
    top: unset;
    right: unset;
}

.search:first-of-type #primary-nav-hardcoded {
	border-radius: 0 0 10px 10px;
	background: #fff;
	display: block;
	width: 50px;
	height: 42px;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
	-webkit-transition: color .3s linear, border .3s linear, background .3s linear;
	transition: color .3s linear, border .3s linear, background .3s linear;
}

.search:first-of-type #primary-nav-hardcoded:hover {
	text-decoration: none;
	background: #333;
}

.search:first-of-type #primary-nav-hardcoded:hover:before {
	color: #fff;
}

.search:first-of-type #primary-nav-hardcoded:before {
	content: "s";
	font-family: "picons-font";
	position: absolute;
	top: 16px;
	left: 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #423e46;
	margin: 4px 0 0 -6px;
	text-decoration: none;
}

div.search {
	font-size: 110% !important;
	line-height: 165%;
}

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

div.search li {
	margin: 0;
}

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

div.search:first-of-type {
    font-size: unset;
    float: unset;
    width: unset;
    border-bottom: unset;
}

.subscribe {
	position: absolute;
	top: 0;
	right: 63px;
	z-index: 21;
}

.subscribe a {
	color: #fff;
	text-decoration: none;
}

.subscribe a:hover {
	cursor: pointer;
}

.subscribe.hover .dropdown-box {
	display: block;
}

.subscribe.hover .dropdown-box + div {
	display: block;
}

.subscribe .subscribe-hotspot {
	color: #fff;
	background: #31969b;
	border-radius: 0 0 10px 10px;
	padding: 11px 0;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	height: 42px;
	width: 185px;
		-webkit-transition: color .3s linear, border .3s linear, background .3s linear;
	transition: color .3s linear, border .3s linear, background .3s linear;

}

.subscribe .subscribe-hotspot:hover {
		background: #333;
}

.subscribe .subscribe-hotspot::before {
	content: "m";
	font-family: "picons-font";
	font-size: 15px;
	margin-right: 6px;
}

.subscribe .dropdown-box {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	background: #fff;
	padding: 24px 9px 0;
	z-index: -1;
	font-size: 11px;
	line-height: 14px;
	font-size: 13px;
	height: 100px;
	display: none;
}

.subscribe .dropdown-box form div {
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 8px;
	position: relative;
	color: #423e46;
}

.subscribe .dropdown-box form div input[type="checkbox"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #34989d;
	border-radius: 50%;
	height: 14px;
	left: 3px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	width: 14px;
}

.subscribe .dropdown-box form div:nth-child(3) {
	float: left;
	margin: 2px -1px 0 3px;
	padding-left: 0;
	width: calc(100% - 23px);
}

.subscribe .dropdown-box form div:nth-child(3) input[type="text"] {
	border: solid #423e46;
	border-width: 0 0 1px;
	height: 20px;
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 19px;
	padding: 0;
	color: #423e46;
	outline: none;
}

.subscribe .dropdown-box form div:nth-child(3) input[type="text"]::-webkit-input-placeholder {
	color: #423e46;
}

.subscribe .dropdown-box form div:nth-child(3) input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #423e46;
}

.subscribe .dropdown-box form div:nth-child(3) input[type="text"]:-moz-placeholder {
	color: #423e46;
}

.subscribe .dropdown-box form div:nth-child(3) input[type="text"]:-ms-input-placeholder {
	color: #423e46;
}

.subscribe .dropdown-box form div:nth-child(3) input[type="text"].placeholder {
	color: #423e46;
}

.subscribe .dropdown-box form div:nth-child(4) {
	float: right;
	padding-left: 0;
	margin: 2px 3px 0 0;
	width: 18px;
}

.subscribe .dropdown-box form div:nth-child(4) input[type="submit"] {
	background: none;
	color: #423e46;
	width: 20px;
	border: solid #423e46;
	border-width: 0 0 1px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 19px;
	font-weight: 900;
	padding: 0;
	display: block;
	margin: 0;
	height: 20px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.subscribe .dropdown-box form div:nth-child(4) input[type="submit"]:hover {
	color: rgba(66, 62, 70, .8);
}

.subscribe .dropdown-box + div {
	display: none;
	background: #fff;
	border-radius: 0 0 15px 15px;
	text-align: right;
	padding: 10px 9px 9px;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
}

.subscribe .dropdown-box + div a {
	font-size: 13px;
	line-height: 14px;
	font-weight: 900;
	color: #31969b;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.subscribe .dropdown-box + div a:hover {
	color: rgba(49, 150, 155, .5);
}

#tool-nav {
	background: #423e46;
}

#nav {
	max-width: 895px;
	margin: 0 auto;
	padding: 0 10px;
}

/* PSD CHANGE */
#nav .sub-menu {
	position: absolute;
	top: 100%;
	left: -5px;
	display: none;
	background: #423e46;
	min-width: 100px;
	z-index: 100;
}

#nav .sub-menu li {
	padding-left: 5px;
	padding-right: 5px;
}

#nav .hover .sub-menu {
	display: block;
}
/* END PSD CHANGE */

#nav > span {
	display: none;
}

#nav ul {
	font-size: 12px;
	line-height: 18px;
	font-weight: 900;
}

#nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 12px 0 10px;
	position: relative; /*PSD CHANGE*/
}

#nav ul li + li {
	margin: 0 0 0 40px;
}

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

#nav ul li.about a,
#nav ul li.help a {
	text-transform: none;
	color: #b1d9da;
}

#nav ul a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#nav ul a:hover {
	color: #e6e6e6;
}

#nav ul #supplementary-nav {
	float: right;
	width: 200px;
	text-align: right;
	padding: 10px 0 5px;
}

#nav ul #supplementary-nav .c_wysiwyg {
	display: inline-block;
	background: url(/ny2-assets/images/logo-powered.png);
	width: 128px;
	height: 13px;
	margin: 3px 0 0;
	background-size: 100% 100%;
}

#nav ul #supplementary-nav .c_wysiwyg img {
	display: none;
}

#header #logged-in {
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	right: 11px;
	top: 0;
	padding: 13px 0 0 10px;
	max-width: 250px;
}

#header #logged-in h2 {
	/*font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 1px 0 0;*/
	display: none;
}

#header #logged-in ul {
	display: inline-block;
	vertical-align: middle;
}

#header #logged-in ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	position: relative;
}

/*#header #logged-in ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -7px;
	width: 1px;
	height: 10px;
	background: #000;
}*/

#header #logged-in ul li:last-child {
	font-weight: 900;
}

#header #logged-in ul a {
	color: #31969b;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#header #logged-in ul a:hover {
	text-decoration: none;
	color: #333;
}

#header #logged-in ul li a[href$="logout"] {
	font-size: 11px;
}

#header #logged-in ul li::before {
	left: -20px;
}

#header #login {
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 20;
}

/*#header #login.hover legend {
	color: #333;
}

#header #login.hover legend a {
	background: #333;
	color: #fff;
}*/

#header #login.hover #mod_login_form ul {
	display: block !important;
}

#header #login > .nav {
	display: none !important;
}

#header #login legend {
	background: #fff none repeat scroll 0 0;
	color: #31969b;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	width: 50px;
	height: 42px;
}

#header #login legend a {
	display: block;
	text-decoration: none;
	background: #31969b;
	color: #fff;
	padding: 11px 20px;
	width: 100%;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	transition: color .3s linear, border .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, border .3s linear, background-color .3s linear;
	text-indent: -9999px;
	background: #7b787d url(/ny2-assets/images/gear.png) no-repeat 50% 50%;
	background-size: 20px auto;
}

#header #login legend a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #333;
}

#header #login ul {
	position: absolute;
	padding: 17px 13px 11px;
	width: 242px;
	background: #fff;
	border-radius: 10px 0 10px 10px;
	top: 100%;
	z-index: -1;
	right: 0;
}

#header #login ul li:first-child {
	margin: 0 0 6px;
}

#header #login ul li:nth-child(2) {
	margin: 0 0 8px;
}

#header #login ul li:nth-child(3) label {
	display: inline-block !important;
	position: relative;
	padding: 0 0 0;
	color: #31969b;
	max-width: calc(100% - 50px);
}

#header #login ul li:nth-child(3) label .jcf-checkbox {
	width: 10px;
	height: 10px;
	left: 0;
}

#header #login ul li:nth-child(4) input[type="submit"] {
	position: absolute;
	right: 13px;
	bottom: 12px;
	text-transform: uppercase;
	background: none;
	border: 0;
	display: block;
	padding: 0;
	font-weight: 900;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	max-width: 50px;
}

#header #login ul li:nth-child(4) input[type="submit"]:hover {
	text-decoration: none;
	opacity: .6;
}

/*#header #login label {
	display: none;
}*/

#header #login input[type="text"],
#header #login input[type="email"],
#header #login input[type="password"] {
	border: solid #4ba3a8;
	border-width: 0 0 1px;
	height: 20px;
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	color: #423e46;
	outline: none;
	box-shadow: none;
}

#header #login input[type="text"]::-webkit-input-placeholder,
#header #login input[type="email"]::-webkit-input-placeholder,
#header #login input[type="password"]::-webkit-input-placeholder {
	color: #423e46;
}

#header #login input[type="text"]::-moz-placeholder,
#header #login input[type="email"]::-moz-placeholder,
#header #login input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #423e46;
}

#header #login input[type="text"]:-moz-placeholder,
#header #login input[type="email"]:-moz-placeholder,
#header #login input[type="password"]:-moz-placeholder {
	color: #423e46;
}

#header #login input[type="text"]:-ms-input-placeholder,
#header #login input[type="email"]:-ms-input-placeholder,
#header #login input[type="password"]:-ms-input-placeholder {
	color: #423e46;
}

#header #login input[type="text"].placeholder,
#header #login input[type="email"].placeholder,
#header #login input[type="password"].placeholder {
	color: #423e46;
}

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

#banner,
.body {
	max-width: 895px;
	margin: 0 auto;
	z-index: 1;
	padding: 0 10px;
}
.content {
	margin-top: -20px;
	padding-top: 20px;
}

#banner #join_blurb {
	float: left;
	width: 48%;
	font-size: 17px;
	line-height: 25px;
	padding: 29px 0 5px;
}

#banner #join_blurb p {
	margin: 0 0 17px;
}

#banner #join_blurb p a {
	display: inline-block;
	font-weight: 900;
	color: #31969b;
	text-decoration: none;
}

#banner #join_blurb p a:hover {
	text-decoration: none;
	color: #333;
}

#banner #join_blurb p a img {
	margin: -12px 0 0 4px;
}

#banner #join_blurb + ul {
	float: right;
	width: 49.4%;
	margin: 0 -8px 45px;
}

#banner #join_blurb + ul li {
	float: left;
	width: 33.33%;
	padding: 0 8px;
}

#banner #join_blurb + ul li:nth-child(2) a {
	color: #30b4ba;
	background: #cbecee;
}

#banner #join_blurb + ul li:nth-child(2) a:before {
	border-color: #30b4ba;
}

#banner #join_blurb + ul li:nth-child(2) a:after {
	background: url(/ny2-assets/images/icon-bookmark.png);
	width: 34px;
	height: 43px;
	top: 33px;
	background-size: 100% 100%;
}

#banner #join_blurb + ul li:nth-child(3) a {
	color: #5984d6;
	background: #d5e0f5;
}

#banner #join_blurb + ul li:nth-child(3) a:before {
	border-color: #5984d6;
}

#banner #join_blurb + ul li:nth-child(3) a:after {
	background: url(/ny2-assets/images/icon-calendar.png);
	width: 37px;
	height: 37px;
	top: 36px;
	background-size: 100% 100%;
}

#banner #join_blurb + ul a {
	display: block;
	background: #d2f1de;
	border-radius: 0 0 15px 15px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
	text-decoration: none;
	padding: 107px 11px 13px;
	color: #49c67b;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	position: relative;
	min-height: 148px;
}

#banner #join_blurb + ul a:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 78px;
	height: 78px;
	border-radius: 50%;
	border: 2px solid #49c67b;
	background: #fff;
}

#banner #join_blurb + ul a:after {
	content: "";
	position: absolute;
	top: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(/ny2-assets/images/icon-scale.png);
	width: 53px;
	height: 35px;
	background-size: 100% 100%;
}

#banner #join_blurb + ul a:hover {
	opacity: .8;
}

#banner > p {
	width: 49.4%;
	float: right;
	clear: right;
	padding: 0 0 0 74px;
	position: relative;
	margin: 0 0 24px;
}

#banner > p:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/ny2-assets/images/icon-map.png);
	width: 47px;
	height: 38px;
	background-size: 100% 100%;
}

#banner > p a {
	display: block;
	background: #eb5557;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	padding: 9px 20px;
	border-radius: 16px;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

#banner > p a:hover {
	opacity: .8;
}

#banner > p a strong {
	font-weight: 900;
	text-transform: uppercase;
}

#banner > p + .module,
#banner > p + .module + .module {
	float: left;
	clear: left;
	position: relative;
	width: calc(50.6% - 88px);
	margin: 0 25px 24px 63px;
}

#banner > p + .module:before,
#banner > p + .module + .module:before {
	content: "";
	position: absolute;
	left: -63px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/ny2-assets/images/map-ny.png);
	width: 58px;
	height: 44px;
	background-size: 100% 100%;
}

#banner > p + .module.hover .nav,
#banner > p + .module + .module.hover .nav {
	display: block;
}

#banner > p + .module h2,
#banner > p + .module + .module h2 {
	background: #31969b;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 9px 40px 9px 16px;
	border-radius: 16px;
	margin: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	position: relative;
}

#banner > p + .module h2:before,
#banner > p + .module + .module h2:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #8ec5c8 transparent transparent transparent;
	margin: 2px 0 0;
}

#banner > p + .module h2:hover,
#banner > p + .module + .module h2:hover {
	opacity: .8;
	cursor: pointer;
}

#banner > p + .module h2:hover + .nav,
#banner > p + .module + .module h2:hover + .nav {
	display: block;
}

#banner > p + .module .nav,
#banner > p + .module + .module .nav {
	position: absolute;
	top: 100%;
	background: #31969b;
	right: 15px;
	left: 18px;
	z-index: 9;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	display: none;
}

#banner > p + .module .nav a,
#banner > p + .module + .module .nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: #5aabaf;
	padding: 8px 11px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

#banner > p + .module .nav a:hover,
#banner > p + .module + .module .nav a:hover {
	text-decoration: none;
	background: #31969b;
}

#banner > p + .module + .module {
	margin-bottom: 28px;
}

#banner > p + .module + .module:before {
	background: url(/ny2-assets/images/map-us.png);
	width: 52px;
	height: 32px;
	background-size: 100% 100%;
}

#banner > p + .module + .module h2 {
	background: #7b787d;
}

#banner > p + .module + .module h2:before {
	border-color: #b7b5b8 transparent transparent;
}

#banner > p + .module + .module .nav a {
	background: #8e8b90;
}

#banner > p + .module + .module .nav a:hover {
	background: #7b787d;
}

#main #explore_our_network {
	float: left;
	clear: left;
	width: 50.6%;
	margin: 0 0 20px;
}

#main #explore_our_network h2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
}

#main #explore_our_network h2::before {
	content: "w";
	text-transform: none;
	font-family: "picons-font";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 26px;
	line-height: 1;
	color: #31969b;
	margin-right: 13px !important;
}

#main #explore_our_network h2 a {
	text-decoration: none;
	color: #31969b;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

#main #explore_our_network h2 a:hover {
	text-decoration: none;
	color: #333;
}

#main #thanks {
	float: left;
	clear: left;
	width: 50.6%;
	padding: 0 25px 41px 0;
	position: relative;
}

#main #thanks > div {
	position: relative;
	overflow: hidden;
	padding: 0 35px 0 0;
}

#main #thanks > div:before {
	content: "";
	position: absolute;
	width: 1px;
	top: 17px;
	bottom: 0;
	background: #b2b2b2;
}

#main #thanks > div > ul {
	width: 99999px;
	float: left;
	min-width: 100%;
}

#main #thanks h2 {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #808080;
	margin: 0 0 3px;
}

#main #thanks ul {
	border: solid #b2b2b2;
	border-width: 1px 1px 1px 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#main #thanks ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	padding: 21px 12px;
}

#main #thanks .next {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 36px;
	height: 84px;
	background: #fff;
	border: 1px solid #b2b2b2;
	padding: 7px;
}

#main #thanks .next a {
	display: block;
	height: 100%;
	text-align: center;
	color: #b6b6b6;
	text-decoration: none;
	background: #e5e5e5;
	font-size: 25px;
	line-height: 1;
	padding: 20px 0;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

#main #thanks .next a:hover {
	text-decoration: none;
	background: #333;
}

.body {
	overflow: hidden; 
	padding-bottom: 33px;
}

#main #feature_spotlight {
	width: 47.7%;
	float: right;
	clear: right;
	position: relative;
	border: 1px solid #808080;
	border-radius: 16px;
	padding: 14px 15px;
	font-size: 14px;
	line-height: 19px;
	margin-top: -106px;
}

#main #feature_spotlight h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 900;
	color: #4d4d4d;
	margin: 0 0 10px;
}

#main #feature_spotlight p {
	display: inline;
	margin: 0;
}

#main #feature_spotlight p:nth-of-type(1) {
	display: none;
}

#main #feature_spotlight p img {
	display: block;
	margin: 2px 16px 0 0;
}

#main #feature_spotlight p > a {
	position: absolute;
	color: #31969b;
	font-size: 11px;
	line-height: 14px;
	font-weight: 900;
	right: 16px;
	bottom: 12px;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#main #feature_spotlight p > a:hover {
	color: #333;
	text-decoration: none;
}

#main #upcoming_events {
	width: 47.7%;
	float: left;
	clear: left;
	position: relative;
	border: 1px solid #808080;
	border-radius: 16px;
	padding: 14px 15px 33px;
	font-size: 14px;
	line-height: 19px;
}

#main #upcoming_events h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 900;
	color: #4d4d4d;
	margin: 0 0 10px;
}

#main #upcoming_events .feed {
	font-size: 11px;
	line-height: 14px;
	color: #4d4d4d;
}

#main #upcoming_events .feed li {
	margin: 0 0 8px;
}

#main #upcoming_events .feed a {
	font-size: 13px;
	line-height: 18px;
	font-weight: 900;
	display: inline;
	color: #31969b;
	text-decoration: none;
	
}

#main #upcoming_events .feed a:hover {
	color: #333;
}

#main #upcoming_events .feed em {
	font-style: normal;
}

#main #upcoming_events .moreresults {
	position: absolute;
	color: #31969b;
	font-size: 11px !important;
	line-height: 14px !important;
	font-weight: 900;
	right: 16px;
	bottom: 12px;
	text-decoration: none;
	-webkit-transition: color .3s linear !important;
	transition: color .3s linear !important;
}

#main #upcoming_events .moreresults:hover {
	color: #333;
	text-decoration: none;
	opacity: 1 !important;
}

#main #pro_bono_news {
	width: 47.7%;
	float: right;
	clear: right;
	position: relative;
	border: 1px solid #808080;
	border-radius: 16px;
	padding: 14px 15px 33px;
	font-size: 14px;
	line-height: 19px;
}

#main #pro_bono_news h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 900;
	color: #4d4d4d;
	margin: 0 0 10px;
}

#main #pro_bono_news .feed {
	font-size: 11px;
	line-height: 14px;
	color: #4d4d4d;
}

#main #pro_bono_news .feed li {
	margin: 0 0 8px;
}

#main #pro_bono_news .feed a {
	font-size: 13px;
	line-height: 18px;
	font-weight: 900;
	display: inline;
	color: #31969b;
	text-decoration: none;
}

#main #pro_bono_news .feed a:hover {
	color: #333;
}

#main #pro_bono_news .feed em {
	font-style: normal;
}

#main #pro_bono_news .moreresults {
	position: absolute;
	color: #31969b;
	font-size: 11px !important;
	line-height: 14px !important;
	font-weight: 900;
	right: 16px;
	bottom: 12px;
	text-decoration: none;
	-webkit-transition: color .3s linear !important;
	transition: color .3s linear !important;
}

#main #pro_bono_news .moreresults:hover {
	color: #333;
	text-decoration: none;
	opacity: 1 !important;
}

#footer {
	display: block;
	position: relative;
	max-width: 895px;
	margin: 0 auto;
	z-index: 9;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	padding: 20px 427px 20px 10px;
}

#footer:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	z-index: -1;
	background: #423e46;
}

#footer #by {
	width: 100%;
	padding: 0 10px 0 0;
}

#footer .lawhelp {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 17px;
}

#footer .lawhelp a {
	font-weight: 900;
	color: #3bbcbd;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#footer .lawhelp a:hover {
	color: #fff;
}

#footer #disclaimers {
	width: 100%;
}

#footer #disclaimers .copyright {
	display: block;
	color: #a09fa2;
}

#footer #disclaimers li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#footer #disclaimers li:nth-child(n+3) {
	margin: 0 0 0 5px;
}

#footer #disclaimers li:nth-child(n+3):before {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -5px;
	background: #3bbcbd;
}

#footer #disclaimers a {
	color: #3bbcbd;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#footer #disclaimers a:hover {
	color: #fff;
}

#footer #logged-in,
#footer #login {
	margin: 0 0 4px;
}

#footer #logged-in #mod_admin_login,
#footer #login #mod_admin_login {
	display: inline-block;
	vertical-align: middle;
}

#footer #logged-in h2,
#footer #logged-in #mod_admin_login a,
#footer #login h2,
#footer #login #mod_admin_login a {
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	display: inline;
	vertical-align: middle;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#footer #logged-in .nav,
#footer #login .nav {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

#footer #logged-in .nav a,
#footer #login .nav a {
	font-weight: 900;
	color: #3bbcbd;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#footer #logged-in .nav a:hover,
#footer #login .nav a:hover {
	color: #fff;
}

#socialmedia {
	width: 427px;
	position: absolute;
	top: 19px;
	right: 0;
	font-size: 13px;
	line-height: 18px;
	color: #a09fa2;
}

#socialmedia .social-media {
	padding: 0 160px 20px 0;
	position: relative;
}

#socialmedia .social-media ul {
	display: inline-block;
	vertical-align: top;
}

#socialmedia .social-media ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
}

#socialmedia .social-media ul li:nth-child(1) a:before {
	content: "\e905";
}

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

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

#socialmedia .social-media ul a {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	background: #fff;
	position: relative;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	text-decoration: none;
}

#socialmedia .social-media ul a:hover {
	opacity: .8;
	text-decoration: none;
}

#socialmedia .social-media ul a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #423e46;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 1;
}

#socialmedia .social-media .tell-a-friend {
	margin: -2px 0 0;
}

#socialmedia .social-media .tell-a-friend a {
	font-size: 12px;
	line-height: 16px;
	color: #3bbcbd;
	font-weight: 900;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#socialmedia .social-media .tell-a-friend a:hover {
	color: #fff;
}

#socialmedia .social-media .feedback {
	position: absolute;
	right: 10px;
	top: 3px;
}

#socialmedia .social-media .feedback a {
	display: block;
	color: #fff;
	background: #3bbcbd;
	border-radius: 12px;
	width: 140px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	padding: 6px 10px;
	font-weight: 900;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

#socialmedia .social-media .feedback a:hover {
	background: #eb5557;
	text-decoration: none;
}

#socialmedia #side h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	margin: 0;
}

/*#socialmedia #side .nav {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
}

#socialmedia #side .nav li {
	display: inline-block;
	vertical-align: top;
}

#socialmedia #side .nav li + li {
	margin: 0 0 0 4px;
}

#socialmedia #side .nav a {
	font-weight: 400;
	color: #3bbcbd;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#socialmedia #side .nav a:hover {
	color: #fff;
}*/

#back-to-top-hardcoded {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 0;
	overflow: hidden;
}

#back-to-top-hardcoded:focus {
	position: static;
	width: auto;
	height: auto;
}

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

/* Flex Pages */

#site-message {
    padding: 1em 2em 2.5em;
    margin: 10px 0px !important;
    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;
}

.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: "p";
  top: 0;
  width: 17px;
  height: 17px;
  background: none;
  border-radius: 50%;
  color: #2b2b2b;
  font: 20px/16px "picons-font" !important;
  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;
}

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

.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.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: "e";
  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;
}

#breadcrumbs {
  margin-top: 15px;
	margin-bottom: 10px;
}

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

/*admin button*/
#side {
    bottom: 0;
    width: 924px;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999;
    font-size: 14px;
    line-height: 18px;
}

#side .active h2 {
	text-align: center;
}

#side h2 {
    background: #4e6d8e none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    width: 116px;
    padding: 11px 11px 7px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none;
}

#side ul {
	background: #4e6d8e none repeat scroll 0 0;
	border-top: 2px solid #a6b6c6;
	list-style: outside none none;
	margin: 0;
	overflow: hidden;
	padding: 10px 5px 10px 10px;
	width: 206px;
}

#side ul li {
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-left: 12px;
	position: relative;
	margin: 0 0 5px;
}

#side ul li:before {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	content: "";
	height: 4px;
	left: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
}

#side ul a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

#side ul a:hover {
	text-decoration: underline;
}

/* content form fixes */

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

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

/* looked terrible with v1 tools */
#m-header {
/* 	margin-top: -20px; */
}

/* removed to work with v1 tools */
/*.library-page #m-header {
	margin-top: -48px;
}*/

#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: 6px 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;
    padding: 8px;
}

fieldset {
    border: 0;
}

form fieldset li {
    margin: 5px 0;
}

/* Generic toools */

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

/* Expandable flex page styles */

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

h1#ToolTitle {
	margin-top: 30px;
}

.accessibility {
    display: none;
}

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

@media (max-width: 1023px) {
	#banner #join_blurb + ul a {
		padding: 107px 5px 13px;
	}

	#banner > p a {
		font-size: 14px;
		line-height: 20px;
	}

	#upcoming_events .moreresults {
		font-size: 11px !important;
		line-height: 14px !important;
	}

	#pro_bono_news .moreresults {
		font-size: 11px !important;
		line-height: 14px !important;
	}
}

@media (max-width: 969px) {
	.body {
		overflow: unset;
	}
	#content #m-header {
		margin-top: -35px !important;
		padding-top: 50px;
	}

	#side {
		left: 17px;
		max-width: none;
		width: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width: 767px) {
	.body {
		overflow: unset; 
	}

	.header-holder {
		padding: 104px 20px 18px;
	}

	.header-holder .logo {
		margin: 0 0 5px;
	}

	.header-holder .logo a {
		width: 120px;
		height: 21px;
		background-size: 100% 100%;
	}

	.header-holder .tagline {
		font-size: 18px;
		line-height: 20px;
		max-width: 180px;
	}

	.search-active #simplesearch {
		right: 60px;
	}

	#simplesearch .more:before {
		font-size: 24px;
	}

	.navbar-nav #join_button {
		right: 20px;
	}

	.navbar-nav #join_button #a-join_button {
		width: 12px;
	}

	.navbar-nav #join_button a {
		font-size: 12px;
		line-height: 16px;
		width: 87px;
		height: 58px;
		padding: 9px 5px 0;
	}

	.navbar-nav #join_button a strong {
		font-size: 22px;
		line-height: 26px;
	}

	.search:first-of-type {
		right: 260px;
	}

	.search:first-of-type #primary-nav-hardcoded:before {
		font-size: 24px;
	}

	.subscribe {
		right: 73px;
	}

	.subscribe .dropdown-box + div {
		padding-bottom: 19px;
	}

/* PSD CHANGE */
	#nav .sub-menu {
		position: static;
		border: 0;
		border-top: 1px solid #a2d2d3;
		background: none;
	}

	#nav .sub-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	#nav .sub-menu a {
		padding-left: 30px;
	}
/* END PSD CHANGE */

	#nav.active > span {
		left: 260px;
	}

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

	#nav > span {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		-webkit-transition: left .3s linear;
		transition: left .3s linear;
	}

	#nav > span a {
		display: block;
		width: 50px;
		height: 55px;
		background: #eb5557;
		color: #fff;
		border-radius: 0 0 10px 0;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 900;
		text-decoration: none;
		padding: 35px 5px 5px;
		-webkit-transition: background .3s linear;
		transition: background .3s linear;
	}

	#nav > span a:hover {
		text-decoration: none;
		background: #333;
	}

	#nav > span a:before {
		content: "";
		position: absolute;
		top: 12px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background: url(/ny2-assets/images/icon-menu.png);
		width: 20px;
		height: 17px;
	}

	#nav ul {
		position: absolute;
		top: 0;
		left: 0;
		background: #e2f1f1;
		z-index: 999;
		width: 260px;
		font-size: 13px;
		line-height: 20px;
		border-top: 55px solid #eb5557;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
	}

	#nav ul li {
		padding: 0;
		display: block;
	}

	#nav ul li + li {
		margin: 0;
		border-top: 1px solid #a2d2d3;
	}

	#nav ul li.about a,
	#nav ul li.help a {
		color: #006372;
	}

	#nav ul a {
		color: #006372;
		display: block;
		padding: 12px 20px;
		-webkit-transition: background .3s linear;
		transition: background .3s linear;
	}

	#nav ul a:hover {
		background: #fff;
		color: #006372;
	}

	#nav ul #supplementary-nav {
		float: none;
		text-align: left;
		position: absolute;
		top: -48px;
		left: 21px;
		padding-right: 30px;
		width: calc(100% - 21px);
	}

	#nav ul #supplementary-nav #a-powered_by_pbn {
		float: right;
		padding: 0;
	}

	#nav ul #supplementary-nav:before {
		content: ">";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
		color: #fff;
		font-size: 24px;
		line-height: 1;
		font-weight: 400;
	}

	#nav ul #supplementary-nav .c_wysiwyg {
		background: url(/ny2-assets/images/NYgeo_logo_mobile.png);
		background-size: 100% 100%;
		width: 129px;
		height: 22px;
		margin: 0;
	}

	#header #logged-in {
		right: 20px;
		top: 0;
	}

	#header #login {
		right: 20px;
		top: 0px;
		width: auto;
	}

	#header #login.hover legend {
		border-radius: 10px 10px 0 0;
	}

	#header #login.hover legend a {
		background: #fff;
		color: #333;
		border-radius: 10px 10px 0 0;
	}

	#header #login legend {
		width: 40px;
		display: inline-block;
		vertical-align: top;
	}

	#header #login ul {
		top: 100%;
		border-radius: 10px 0 10px 10px;
	}

	#header #login ul li:nth-child(3) {
		text-align: left;
	}

	#banner {
		padding: 0 20px;
	}

	.home-page .body {
		padding: 0 20px;
	}

	.body {
		padding: 0;
	}

	#banner #join_blurb {
		float: none;
		width: 100%;
		font-size: 14px;
		line-height: 17px;
		padding: 17px 0 5px;
		margin-bottom: -6px;
	}

	#banner #join_blurb p {
		margin-bottom: 22px;
	}

	#banner #join_blurb p a img {
		margin: -10px 0 0 8px;
		width: 160px !important;
		height: auto !important;
	}

	#banner #join_blurb + ul {
		display: block;
		float: none;
		margin: -12px -5px 26px;
		overflow: hidden;
		width: auto;
	}

	#banner #join_blurb + ul li {
		padding: 0 5px;
	}

	#banner #join_blurb + ul li:nth-child(2) a:after {
		background-size: 100% 100%;
		width: 23px;
		height: 29px;
		top: 22px;
	}

	#banner #join_blurb + ul li:nth-child(3) a:after {
		background-size: 100% 100%;
		width: 26px;
		height: 25px;
		top: 22px;
	}

	#banner #join_blurb + ul a {
		font-size: 10px;
		line-height: 12px;
		border-radius: 15px;
		padding: 70px 5px 5px;
		min-height: 100px;
	}

	#banner #join_blurb + ul a:before {
		width: 54px;
		height: 54px;
		top: 10px;
	}

	#banner #join_blurb + ul a:after {
		width: 36px;
		height: 25px;
		top: 22px;
	}

	#banner > p {
		width: 100%;
		float: none;
		clear: both;
		padding-left: 48px;
		margin-bottom: 14px;
	}

	#banner > p:before {
		background-size: 100% 100%;
		height: 28px;
		left: 0;
		width: 36px;
	}

	#banner > p a {
		font-size: 12px;
		line-height: 16px;
		padding: 6px 5px;
		border-radius: 10px;
	}

	#banner > p + .module,
	#banner > p + .module + .module {
		width: calc(100% - 48px);
		margin: 0 0 14px 48px;
	}

	#banner > p + .module:before,
	#banner > p + .module + .module:before {
		background-size: 100% 100%;
		height: 33px;
		left: -48px;
		width: 45px;
	}

	#banner > p + .module h2,
	#banner > p + .module + .module h2 {
		font-size: 13px;
		line-height: 16px;
		padding: 6px 40px 6px 11px;
		border-radius: 10px;
	}

	#banner > p + .module h2:before,
	#banner > p + .module + .module h2:before {
		right: 10px;
		border-width: 8px 7px 0 7px;
	}

	#banner > p + .module .nav,
	#banner > p + .module + .module .nav {
		top: calc(100% - 1px);
	}

	#banner > p + .module + .module {
		margin-bottom: 16px;
	}

	#banner > p + .module + .module:before {
		background-size: 100% 100%;
		height: 25px;
		left: -48px;
		width: 40px;
	}

	#main #explore_our_network {
		margin: 0 0 17px;
		width: 100%;
	}

	#main #explore_our_network h2 {
		font-size: 14px;
		padding-top: 4px;
		padding-left: 30px;
	}
	
	#main #feature_spotlight {
		margin-top: 0;
	}

	#main #thanks {
		padding: 0 0 18px;
		width: 100%;
	}

	#thanks h2 {
		font-size: 12px;
		line-height: 14px;
	}

	.body {
		padding-bottom: 3px;
	}

	#main #feature_spotlight {
		float: none;
		clear: both;
		width: 100%;
		padding: 11px 15px;
		margin: 0 0 18px;
		font-size: 12px;
		line-height: 16px;
	}

	#feature_spotlight > div {
		overflow: hidden;
	}

	#feature_spotlight h2 {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 8px;
	}

	#feature_spotlight p img {
		max-width: 94px !important;
		max-height: 94px !important;
		margin-right: 10px;
	}

	#feature_spotlight p > a {
		right: 14px;
		font-size: 12px;
		bottom: 8px;
	}

	#main #upcoming_events {
		float: none;
		clear: both;
		width: 100%;
		padding: 11px 15px;
		margin: 0 0 18px;
		font-size: 14px;
		line-height: 16px;
	}

	#upcoming_events h3 {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 8px;
	}

	#upcoming_events .feed {
		padding: 0 0 10px;
	}

	#upcoming_events .feed a {
		font-size: 13px;
		line-height: 14px;
	}

	#upcoming_events .moreresults {
		bottom: 10px;
		font-size: 12px !important;
		right: 15px;
	}

	#main #pro_bono_news {
		float: none;
		clear: both;
		width: 100%;
		padding: 11px 15px;
		margin: 0 0 18px;
		font-size: 12px;
		line-height: 16px;
	}

	#pro_bono_news h3 {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 8px;
	}

	#pro_bono_news .feed {
		padding: 0 0 10px;
	}

	#pro_bono_news .feed a {
		font-size: 13px;
		line-height: 14px;
	}

	#pro_bono_news .moreresults {
		bottom: 10px;
		font-size: 12px !important;
		right: 15px;
	}

	#footer {
		padding: 14px 20px 0;
	}

	#footer #by {
		padding: 0;
	}

	#footer .lawhelp {
		font-size: 10px;
		line-height: 14px;
		margin: 0 0 9px;
	}

	#footer #disclaimers {
		margin: 0 0 17px;
	}

	#footer #logged-in,
	#footer #login {
		padding: 0 150px 0 0;
	}

	#footer #logged-in .nav,
	#footer #login .nav {
		display: block;
		margin: 0;
	}

	#socialmedia {
		position: static;
		width: 100%;
		font-size: 11px;
		line-height: 14px;
	}

	#socialmedia .social-media {
		position: static;
		padding-right: 0;
		padding-bottom: 15px;
	}

	#socialmedia .social-media ul {
		margin: -4px 2px 0 2px;
	}

	#socialmedia .social-media .tell-a-friend {
		display: inline-block;
		vertical-align: middle;
	}

	#socialmedia .social-media .tell-a-friend a {
		font-size: 11px;
		line-height: 14px;
	}

	#socialmedia .social-media .feedback {
		right: 20px;
		top: 54px;
	}
	
	#socialmedia .social-media .feedback {
    position: static;
    padding: 10px 0 0;
}

	#socialmedia .social-media .feedback a {
    width: 100%;
}
	
	/*#socialmedia #side {
		padding-bottom: 15px;
	}*/

	#socialmedia #side .nav li {
		margin: 0 4px 0 0;
	}

	#socialmedia #side .nav li + li {
		margin: 0 4px 0 0;
	}
	
	#side {
    left: 20px;
	}
	
	div.search {
		font-size: 100% !important;
		line-height: 165%;
	}
	
	.search-page h3 {
    font-size: 110%;
	}
	
	#footer {
    padding: 21px 20px 25px;
}
}

@media (max-width: 700px) {
	.header-holder {
    background-image: none;
	}
}

@media (max-width: 540px) {
	div.search::before {
		position: absolute;
		left: 140px;
		top: 50px;
	}
}

@media (max-width: 425px) {
	#socialmedia .social-media .tell-a-friend {
    float:right;
	}
}

@media (max-width: 375px) {
	.search-active #simplesearch {
		right: 16px;
	}
	
	#simplesearch {
    width: 239px;
	}
	
	.search:first-of-type {
		right: 205px;
	}
	
	.subscribe {
		right: 19px;
	}
	
	#header #login {
		top: 50px;
	}
	
	#header #logged-in{
		top: 35px;
	}
	
	#header #login legend {
		border-radius: 10px;
	}
	
	div.search::before {
		left: 0px;
	}
}

