.headline {
  font-family: "ff-dagny-web-pro", sans-serif;
}
.body {
  font-family: "minion-pro", "adobe-garamond-pro", sans-serif;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.button {
  cursor: pointer;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding: 4px 8px;
  background: -moz-linear-gradient(top, #ae0c00 0%, #ae0c00);
  background: -webkit-gradient(linear, left top, left bottom, from(#ae0c00), to(#ae0c00));
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 0px solid #000000;
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), inset 0px -1px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), inset 0px -1px 0px rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0);
}
.button:hover {
  background: -moz-linear-gradient(top, #de353c 0%, #de353c);
  background: -webkit-gradient(linear, left top, left bottom, from(#de353c), to(#de353c));
}
.button:active {
  background: -moz-linear-gradient(top, #de353c 0%, #de353c);
  background: -webkit-gradient(linear, left top, left bottom, from(#c90d00), to(#c90d00));
}
.shadow {
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), inset 0px -1px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), inset 0px -1px 0px rgba(0, 0, 0, 0.6);
}
.cta {
  font-family: "ff-dagny-web-pro", sans-serif;
  background-color: #de353c;
  color: #FFF;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
  font-size: 11px;
  height: 20px;
  line-height: 22px;
  font-weight: 600;
}
.cta:hover {
  background-color: #c33036;
}
hr {
  border-style: none;
  border-color: #666666;
  color: #666666;
  margin-top: 13px;
  margin-bottom: 13px;
  border-width: 1px;
  height: 1px;
  background-color: #666666;
}
* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #f2efe8;
  overflow-x: hidden;
}
body {
  font-family: "ff-dagny-web-pro", sans-serif;
  min-width: 960px;
  color: #666666;
  position: relative;
  min-height: 600px;
  overflow-x: hidden;
  font-weight: 400;
}
fieldset {
  border: none;
}
p {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 1em;
}
em {
  font-style: italic;
}
a {
  text-decoration: none;
  color: #787773;
}
a:hover {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #527178;
}
strong {
  color: #666666;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 600;
}
body.page h1,
body.category h1,
body.tag h1,
body.archive h1,
body.blog h1,
body.single h1 {
  font-size: 30px;
  margin-bottom: 5px;
}
body.single-post .post {
  font-family: "minion-pro", "adobe-garamond-pro", sans-serif;
}
body.single-post .post p,
body.single-post .post ul,
body.single-post .post ol {
  font-size: 17px;
  line-height: 20px;
}
body.single-post .post p.wp-caption-text,
body.single-post .post ul.wp-caption-text,
body.single-post .post ol.wp-caption-text {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #527178;
  font-size: 12px;
  line-height: 14px;
}
body.page-client-stories .entry-content {
  font-family: "minion-pro", "adobe-garamond-pro", sans-serif;
}
h3 {
  font-size: 23px;
}
#page {
  width: 960px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#menu {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #FFFFFF;
  position: relative;
}
#menu {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -o-border-radius-topleft: 0;
  -o-border-radius-topright: 0;
  -o-border-radius-bottomright: 10px;
  -o-border-radius-bottomleft: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#nav {
  list-style-type: none;
  position: absolute;
  top: 65px;
  left: 215px;
}
#nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav > * {
  float: left;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
#nav li.current-menu-item a {
  color: #de353c;
  cursor: default;
}
#nav a {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #527178;
  text-transform: uppercase;
}
#nav a:hover {
  color: #de353c;
}
#units {
  width: 100%;
}
#units > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f2f2e8;
}
#units > li .internal {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#units > li:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#units > li.last {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#units > li > ul {
  list-style-type: none;
}
#units > li > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#units > li > ul > * {
  float: left;
  margin-left: 0;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}
#units > li > ul > *:last-child {
  margin-right: 0;
}
#units > li > ul > *.last {
  margin-right: 0;
}
#units > li > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#units > li > ul > * {
  float: left;
  margin-left: 0;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}
#units > li > ul > li {
  width: 445px;
}
#units > li > ul > li > ul {
  list-style-type: none;
}
#units > li > ul > li > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#units > li > ul > li > ul > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#units > li > ul > li > ul > *:last-child {
  margin-right: 0;
}
#units > li > ul > li > ul > *.last {
  margin-right: 0;
}
#units > li > ul > li > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#units > li > ul > li > ul > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#units > li > ul > li > ul > li:first-child {
  width: 185px;
}
#units > li > ul > li > ul > li:first-child img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
}
#units > li > ul > li > ul > li .internal {
  width: 250px;
  min-height: 105px;
  position: relative;
}
#units > li > ul > li > ul > li .internal p {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 18px;
}
#units > li > ul > li > ul > li .internal h2 {
  margin-bottom: 5px;
}
#units > li > ul > li > ul > li .internal h2 a {
  font-weight: 600;
  color: #527178;
}
#units > li > ul > li > ul > li .internal h2 a:hover {
  color: #de353c;
}
#units > li > ul > li > ul > li .internal .read-more {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #de353c;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
#units > li > ul > li > ul > li .internal .read-more:hover {
  color: #666666;
}
#units > li > ul > li > ul > li.last {
  width: 250px;
  min-height: 105px;
  position: relative;
}
#units > li > ul > li > ul > li.last p {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 18px;
}
#units > li > ul > li > ul > li.last h2 {
  margin-bottom: 5px;
}
#units > li > ul > li > ul > li.last h2 a {
  font-weight: 600;
  color: #527178;
}
#units > li > ul > li > ul > li.last h2 a:hover {
  color: #de353c;
}
#units > li > ul > li > ul > li.last .read-more {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #de353c;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
#units > li > ul > li > ul > li.last .read-more:hover {
  color: #666666;
}
#units > li > ul > li > ul > li:last-child {
  width: 250px;
  min-height: 105px;
  position: relative;
}
#units > li > ul > li > ul > li:last-child p {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 18px;
}
#units > li > ul > li > ul > li:last-child h2 {
  margin-bottom: 5px;
}
#units > li > ul > li > ul > li:last-child h2 a {
  font-weight: 600;
  color: #527178;
}
#units > li > ul > li > ul > li:last-child h2 a:hover {
  color: #de353c;
}
#units > li > ul > li > ul > li:last-child .read-more {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #de353c;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
#units > li > ul > li > ul > li:last-child .read-more:hover {
  color: #666666;
}
.contact {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
}
#donation {
  font-family: "ff-dagny-web-pro", sans-serif;
  background-color: #f2f2e8;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
}
#donation #top-wrap {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom-color: #dbd8d1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  list-style-type: none;
}
#donation #top-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #top-wrap > * {
  float: left;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}
#donation #top-wrap > *:last-child {
  margin-right: 0;
}
#donation #top-wrap > *.last {
  margin-right: 0;
}
#donation #top-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #top-wrap > * {
  float: left;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}
#donation #top-wrap #amount-field {
  padding-top: 10px;
  margin-bottom: .5em;
}
#donation #top-wrap #amount-field #amount-label {
  font-size: 24px;
}
#donation #top-wrap #amount-field #amount {
  font-size: 24px;
  padding-left: 5px;
  width: 75px;
}
#donation #top-wrap #frequency {
  padding-top: 15px;
}
#donation #top-wrap #frequency input {
  margin-right: 10px;
}
#donation #donor-wrap #donor-name-field {
  list-style-type: none;
  margin-bottom: .5em;
}
#donation #donor-wrap #donor-name-field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #donor-wrap #donor-name-field > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#donation #donor-wrap #donor-name-field > *:last-child {
  margin-right: 0;
}
#donation #donor-wrap #donor-name-field > *.last {
  margin-right: 0;
}
#donation #donor-wrap #donor-name-field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #donor-wrap #donor-name-field > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#donation #donor-wrap #donor-name-field label {
  width: 80px;
  padding-top: 3px;
  font-weight: 600;
  font-size: 14px;
}
#donation #donor-wrap #donor-name-field input {
  width: 75px;
  padding: 3px;
  width: 200px;
}
#donation #donor-wrap #donor-email-field {
  list-style-type: none;
}
#donation #donor-wrap #donor-email-field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #donor-wrap #donor-email-field > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#donation #donor-wrap #donor-email-field > *:last-child {
  margin-right: 0;
}
#donation #donor-wrap #donor-email-field > *.last {
  margin-right: 0;
}
#donation #donor-wrap #donor-email-field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #donor-wrap #donor-email-field > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#donation #donor-wrap #donor-email-field label {
  width: 80px;
  padding-top: 3px;
  font-weight: 600;
  font-size: 14px;
}
#donation #donor-wrap #donor-email-field input {
  padding: 3px;
  width: 200px;
}
#donation #donor-field {
  margin-bottom: 10px;
}
#donation #unit-field {
  text-align: center;
}
#donation #unit-field #unit-label {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
#donation #unit-field #drop-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom-color: #dbd8d1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#donation #unit-field #drop-wrapper .wrapper {
  list-style-type: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
#donation #unit-field #drop-wrapper .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #unit-field #drop-wrapper .wrapper > * {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
#donation #unit-field #drop-wrapper .wrapper > *:last-child {
  margin-right: 0;
}
#donation #unit-field #drop-wrapper .wrapper > *.last {
  margin-right: 0;
}
#donation #unit-field #drop-wrapper .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #unit-field #drop-wrapper .wrapper > * {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
#donation #unit-field #drop-wrapper .wrapper #unit-select {
  width: 250px;
}
#donation #unit-field #drop-wrapper .wrapper #or-hack {
  padding-left: 10px;
  padding-right: 10px;
}
#donation #unit-field #drop-wrapper .wrapper #project-select {
  width: 250px;
}
#donation #unit-field #drop-wrapper2 {
  margin-bottom: 15px;
  border-bottom-color: #dbd8d1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#donation #unit-field #drop-wrapper2 .wrapper {
  list-style-type: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
#donation #unit-field #drop-wrapper2 .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #unit-field #drop-wrapper2 .wrapper > * {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
#donation #unit-field #drop-wrapper2 .wrapper > *:last-child {
  margin-right: 0;
}
#donation #unit-field #drop-wrapper2 .wrapper > *.last {
  margin-right: 0;
}
#donation #unit-field #drop-wrapper2 .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #unit-field #drop-wrapper2 .wrapper > * {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
#donation #unit-field #drop-wrapper2 .wrapper #unit-select {
  width: 250px;
}
#donation #unit-field #drop-wrapper2 .wrapper #or-hack {
  padding-left: 10px;
  padding-right: 10px;
}
#donation #unit-field #drop-wrapper2 .wrapper #project-select {
  width: 250px;
}
#donation #donor-opt-in-field {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom-color: #dbd8d1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: .5em;
}
#donation #optional-tag-field,
#donation #donor-opt-in-field {
  list-style-type: none;
}
#donation #optional-tag-field:after,
#donation #donor-opt-in-field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #optional-tag-field > *,
#donation #donor-opt-in-field > * {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
#donation #optional-tag-field > *:last-child,
#donation #donor-opt-in-field > *:last-child {
  margin-right: 0;
}
#donation #optional-tag-field > *.last,
#donation #donor-opt-in-field > *.last {
  margin-right: 0;
}
#donation #optional-tag-field:after,
#donation #donor-opt-in-field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #optional-tag-field > *,
#donation #donor-opt-in-field > * {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
#donation #optional-tag-field label,
#donation #donor-opt-in-field label {
  font-weight: normal;
}
#donation #optional-tag-field #optional-tag-label,
#donation #donor-opt-in-field #optional-tag-label,
#donation #optional-tag-field #donor-opt-in-label,
#donation #donor-opt-in-field #donor-opt-in-label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1em;
  display: block;
}
#donation #optional-field {
  display: none;
}
#donation #optional-field > *,
#donation #donor-field > * {
  margin-bottom: .5em;
}
#donation #optional-field label,
#donation #donor-field label {
  font-weight: 600;
  font-size: 14px;
}
#donation #optional-field #tribute-field,
#donation #donor-field #tribute-field {
  float: right;
  padding-right: 75px;
}
#donation #optional-field #tribute-field > label,
#donation #donor-field #tribute-field > label {
  width: 50%;
  margin-right: 8px;
}
#donation #optional-field #tribute-field > fieldset,
#donation #donor-field #tribute-field > fieldset {
  float: right;
  width: 254px;
  list-style-type: none;
}
#donation #optional-field #tribute-field > fieldset:after,
#donation #donor-field #tribute-field > fieldset:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #optional-field #tribute-field > fieldset > *,
#donation #donor-field #tribute-field > fieldset > * {
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
#donation #optional-field #tribute-field > fieldset > *:last-child,
#donation #donor-field #tribute-field > fieldset > *:last-child {
  margin-right: 0;
}
#donation #optional-field #tribute-field > fieldset > *.last,
#donation #donor-field #tribute-field > fieldset > *.last {
  margin-right: 0;
}
#donation #optional-field #tribute-field > fieldset:after,
#donation #donor-field #tribute-field > fieldset:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #optional-field #tribute-field > fieldset > *,
#donation #donor-field #tribute-field > fieldset > * {
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
#donation #optional-field #tribute-field > fieldset label,
#donation #donor-field #tribute-field > fieldset label {
  font-weight: normal;
}
#donation #optional-field #honor-field,
#donation #donor-field #honor-field {
  float: right;
  padding-right: 75px;
}
#donation #optional-field #honor-field label,
#donation #donor-field #honor-field label {
  width: 50%;
}
#donation #optional-field #honor-field input,
#donation #donor-field #honor-field input {
  width: 250px;
  padding: 2px;
}
#donation #optional-field #recipient-field,
#donation #donor-field #recipient-field,
#donation #optional-field #donor-name-field,
#donation #donor-field #donor-name-field {
  float: right;
  padding-right: 75px;
}
#donation #optional-field #recipient-field label,
#donation #donor-field #recipient-field label,
#donation #optional-field #donor-name-field label,
#donation #donor-field #donor-name-field label {
  width: 50%;
}
#donation #optional-field #recipient-field input,
#donation #donor-field #recipient-field input,
#donation #optional-field #donor-name-field input,
#donation #donor-field #donor-name-field input {
  width: 250px;
  padding: 2px;
}
#donation #optional-field #recipient-email-field,
#donation #donor-field #recipient-email-field,
#donation #optional-field #donor-email-field,
#donation #donor-field #donor-email-field {
  float: right;
  padding-right: 75px;
}
#donation #optional-field #recipient-email-field label,
#donation #donor-field #recipient-email-field label,
#donation #optional-field #donor-email-field label,
#donation #donor-field #donor-email-field label {
  width: 50%;
}
#donation #optional-field #recipient-email-field input,
#donation #donor-field #recipient-email-field input,
#donation #optional-field #donor-email-field input,
#donation #donor-field #donor-email-field input {
  width: 250px;
  padding: 2px;
}
#donation #optional-field #recipient-address-field,
#donation #donor-field #recipient-address-field,
#donation #optional-field #donor-address-field,
#donation #donor-field #donor-address-field,
#donation #optional-field #donor-email-field,
#donation #donor-field #donor-email-field,
#donation #optional-field #donor-phone-field,
#donation #donor-field #donor-phone-field {
  float: right;
  padding-right: 75px;
}
#donation #optional-field #recipient-address-field label,
#donation #donor-field #recipient-address-field label,
#donation #optional-field #donor-address-field label,
#donation #donor-field #donor-address-field label,
#donation #optional-field #donor-email-field label,
#donation #donor-field #donor-email-field label,
#donation #optional-field #donor-phone-field label,
#donation #donor-field #donor-phone-field label {
  width: 50%;
}
#donation #optional-field #recipient-address-field input,
#donation #donor-field #recipient-address-field input,
#donation #optional-field #donor-address-field input,
#donation #donor-field #donor-address-field input,
#donation #optional-field #donor-email-field input,
#donation #donor-field #donor-email-field input,
#donation #optional-field #donor-phone-field input,
#donation #donor-field #donor-phone-field input {
  width: 250px;
  padding: 2px;
}
#donation #optional-field #city-state-zip,
#donation #donor-field #city-state-zip,
#donation #optional-field #donor-city-state-zip,
#donation #donor-field #donor-city-state-zip {
  float: right;
  padding-right: 75px;
  list-style-type: none;
}
#donation #optional-field #city-state-zip:after,
#donation #donor-field #city-state-zip:after,
#donation #optional-field #donor-city-state-zip:after,
#donation #donor-field #donor-city-state-zip:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #optional-field #city-state-zip > *,
#donation #donor-field #city-state-zip > *,
#donation #optional-field #donor-city-state-zip > *,
#donation #donor-field #donor-city-state-zip > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#donation #optional-field #city-state-zip > *:last-child,
#donation #donor-field #city-state-zip > *:last-child,
#donation #optional-field #donor-city-state-zip > *:last-child,
#donation #donor-field #donor-city-state-zip > *:last-child {
  margin-right: 0;
}
#donation #optional-field #city-state-zip > *.last,
#donation #donor-field #city-state-zip > *.last,
#donation #optional-field #donor-city-state-zip > *.last,
#donation #donor-field #donor-city-state-zip > *.last {
  margin-right: 0;
}
#donation #optional-field #city-state-zip:after,
#donation #donor-field #city-state-zip:after,
#donation #optional-field #donor-city-state-zip:after,
#donation #donor-field #donor-city-state-zip:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #optional-field #city-state-zip > *,
#donation #donor-field #city-state-zip > *,
#donation #optional-field #donor-city-state-zip > *,
#donation #donor-field #donor-city-state-zip > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#donation #optional-field #city-state-zip #recipient-city-field input,
#donation #donor-field #city-state-zip #recipient-city-field input,
#donation #optional-field #donor-city-state-zip #recipient-city-field input,
#donation #donor-field #donor-city-state-zip #recipient-city-field input,
#donation #optional-field #city-state-zip #donor-city-field input,
#donation #donor-field #city-state-zip #donor-city-field input,
#donation #optional-field #donor-city-state-zip #donor-city-field input,
#donation #donor-field #donor-city-state-zip #donor-city-field input {
  width: 100px;
  padding: 2px;
}
#donation #optional-field #city-state-zip #recipient-zip-field input,
#donation #donor-field #city-state-zip #recipient-zip-field input,
#donation #optional-field #donor-city-state-zip #recipient-zip-field input,
#donation #donor-field #donor-city-state-zip #recipient-zip-field input,
#donation #optional-field #city-state-zip #donor-zip-field input,
#donation #donor-field #city-state-zip #donor-zip-field input,
#donation #optional-field #donor-city-state-zip #donor-zip-field input,
#donation #donor-field #donor-city-state-zip #donor-zip-field input {
  width: 75px;
  padding: 2px;
}
#donation #optional-field #note-field,
#donation #donor-field #note-field {
  padding-right: 75px;
  list-style-type: none;
}
#donation #optional-field #note-field:after,
#donation #donor-field #note-field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #optional-field #note-field > *,
#donation #donor-field #note-field > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#donation #optional-field #note-field > *:last-child,
#donation #donor-field #note-field > *:last-child {
  margin-right: 0;
}
#donation #optional-field #note-field > *.last,
#donation #donor-field #note-field > *.last {
  margin-right: 0;
}
#donation #optional-field #note-field:after,
#donation #donor-field #note-field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #optional-field #note-field > *,
#donation #donor-field #note-field > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#donation #optional-field #note-field #note-label,
#donation #donor-field #note-field #note-label {
  width: 225px;
  text-align: right;
}
#donation #optional-field #note-field > fieldset,
#donation #donor-field #note-field > fieldset {
  width: 250px;
}
#donation #optional-field #note-field > fieldset textarea,
#donation #donor-field #note-field > fieldset textarea {
  width: 96%%;
  padding: 2%;
  height: 70px;
  overflow: hidden;
}
#donation #optional-field #notify-recipient-field > fieldset,
#donation #donor-field #notify-recipient-field > fieldset {
  list-style-type: none;
  margin-bottom: .5em;
}
#donation #optional-field #notify-recipient-field > fieldset:after,
#donation #donor-field #notify-recipient-field > fieldset:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #optional-field #notify-recipient-field > fieldset > *,
#donation #donor-field #notify-recipient-field > fieldset > * {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
#donation #optional-field #notify-recipient-field > fieldset > *:last-child,
#donation #donor-field #notify-recipient-field > fieldset > *:last-child {
  margin-right: 0;
}
#donation #optional-field #notify-recipient-field > fieldset > *.last,
#donation #donor-field #notify-recipient-field > fieldset > *.last {
  margin-right: 0;
}
#donation #optional-field #notify-recipient-field > fieldset:after,
#donation #donor-field #notify-recipient-field > fieldset:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#donation #optional-field #notify-recipient-field > fieldset > *,
#donation #donor-field #notify-recipient-field > fieldset > * {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
#donation #optional-field #notify-recipient-field > fieldset label,
#donation #donor-field #notify-recipient-field > fieldset label {
  font-weight: normal;
}
#donation #google-checkout {
  display: block;
  padding-top: 10px;
}
#content {
  margin-top: 300px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
  width: 920px;
  padding: 20px;
  background-color: #FFF;
  margin-bottom: 20px;
  list-style-type: none;
}
#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content > * {
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
}
#content > *:last-child {
  margin-right: 0;
}
#content > *.last {
  margin-right: 0;
}
#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content > * {
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
}
#content > *#primary {
  min-height: 1px;
  width: 600px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #f2f2e8;
}
#content > *#secondary {
  padding-right: 0;
  width: 280px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #f2f2e8;
  padding-left: 19px;
  margin-left: -1px;
}
#content > *#secondary > ul {
  list-style-type: none;
}
#content > *#secondary > ul li {
  margin-bottom: 20px;
}
#content > *#secondary > ul li:last-child {
  margin-bottom: 0;
}
#content > *#secondary > ul li.widget {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #f2f2e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 15px;
}
#content > *#secondary > ul li.widget h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#content > *#secondary > ul li.widget h3 a {
  color: #527178;
}
#content > *#secondary > ul li.widget > ul {
  padding-left: .5em;
}
#content > *#secondary > ul li.widget > ul li {
  margin-bottom: .5em;
}
#content > *#secondary > ul li.widget > ul li:last-child {
  margin-bottom: 0;
}
#content > *#secondary > ul li.widget:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#content > *#secondary > ul li.what-we-do-widget h4,
#content > *#secondary > ul li.all-units-widget h4 {
  margin-bottom: 5px;
  font-size: 16px;
}
#content > *#secondary > ul li.what-we-do-widget h4 a,
#content > *#secondary > ul li.all-units-widget h4 a {
  color: #527178;
}
#content > *#secondary > ul li.what-we-do-widget li.current_page_item a,
#content > *#secondary > ul li.all-units-widget li.current_page_item a {
  color: red;
  cursor: default;
}
#content > *#secondary > ul li.what-we-do-widget > ul,
#content > *#secondary > ul li.all-units-widget > ul {
  padding-left: 1em;
}
#content > *#secondary > ul li.what-we-do-widget > ul li,
#content > *#secondary > ul li.all-units-widget > ul li {
  padding-left: 1em;
}
#content > *#secondary > ul li.what-we-do-widget > ul li > ul,
#content > *#secondary > ul li.all-units-widget > ul li > ul {
  padding-left: .5em;
}
#content > *#secondary > ul li.what-we-do-widget > ul li.header,
#content > *#secondary > ul li.all-units-widget > ul li.header {
  padding-left: 0;
}
#content > *#secondary > ul li.what-we-do-widget > ul h3,
#content > *#secondary > ul li.all-units-widget > ul h3 {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: none;
}
#content > *#secondary > ul li.subpages-widget h4 {
  margin-bottom: 5px;
  font-size: 16px;
}
#content > *#secondary > ul li.subpages-widget h4 a {
  color: #527178;
}
#content > *#secondary > ul li.subpages-widget li.current_page_item a {
  color: red;
  cursor: default;
}
#content > *#secondary > ul li.subpages-widget > ul {
  padding-left: 1em;
}
#content > *#secondary > ul li.subpages-widget > ul > li.header {
  padding-left: 0;
}
#content > *#secondary > ul li.subpages-widget > ul h3 {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: none;
}
#content > *#secondary > ul li.donate-widget ul {
  padding-left: 0;
  list-style-type: none;
}
#content > *#secondary > ul li.donate-widget ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content > *#secondary > ul li.donate-widget ul > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#content > *#secondary > ul li.donate-widget ul > *:last-child {
  margin-right: 0;
}
#content > *#secondary > ul li.donate-widget ul > *.last {
  margin-right: 0;
}
#content > *#secondary > ul li.donate-widget ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content > *#secondary > ul li.donate-widget ul > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#content > *#secondary > ul li.donate-widget ul > *:first-child {
  width: 80px;
}
#content > *#secondary > ul li.donate-widget ul > *:first-child a {
  font-family: "ff-dagny-web-pro", sans-serif;
  background-color: #de353c;
  color: #FFF;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
  font-size: 11px;
  height: 20px;
  line-height: 22px;
  font-weight: 600;
}
#content > *#secondary > ul li.donate-widget ul > *:first-child a:hover {
  background-color: #c33036;
}
#content > *#secondary > ul li.donate-widget ul > * .internal {
  padding-top: 2px;
  width: 155px;
  padding-left: 5px;
  font-size: 12px;
}
#content > *#secondary > ul li.donate-widget ul > *:last-child {
  padding-top: 2px;
  width: 155px;
  padding-left: 5px;
  font-size: 12px;
}
#content > *#secondary > ul li.donate-widget ul > *.last {
  padding-top: 2px;
  width: 155px;
  padding-left: 5px;
  font-size: 12px;
}
#content > *#secondary > ul li.widget_categories ul {
  -moz-column-count: 2;
  -moz-column-gap: 5%;
  -webkit-column-count: 2;
  -webkit-column-gap: 5%;
  column-count: 2;
  column-gap: 5%;
  font-size: 12px;
}
#content > *#secondary > ul li.client-stories-widget img,
#content > *#secondary > ul li.client-stories-select-widget img {
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
  margin-right: 10px;
}
#content > *#secondary > ul li ul li {
  margin-bottom: 7px;
}
#staffers ul li {
  border-bottom-width: 1px;
  border-bottom-color: #f2f2e8;
  border-bottom-style: solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#staffers ul li span {
  margin-bottom: 10px;
  display: block;
}
.entry-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content .addthis_toolbox {
  padding-bottom: 1em;
}
.entry-content a {
  color: #527178;
  font-weight: 600;
}
.entry-content a:hover {
  color: #de353c;
}
.entry-content img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
}
.entry-content h3 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #f2f2e8;
  color: #808080;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
  letter-spacing: 1px;
}
.entry-content ul {
  padding-left: 4em;
  margin-bottom: 1em;
  list-style-type: disc;
}
.entry-content ul li {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: .5em;
}
.entry-content ul li:last-child {
  margin-bottom: 0;
}
.entry-comments {
  padding-top: 1em;
}
body.page .entry-content p,
body.single-unit .entry-content p,
body.page .entry-content li,
body.single-unit .entry-content li {
  font-size: 16px;
  line-height: 18px;
}
body.page-template-no_sidebar-php #content #primary {
  width: 100%;
  margin-right: 0;
}
body.page-template-no_sidebar-php #content #primary:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.single-unit #content > *#primary > * {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f2f2e8;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
body.single-unit #content > *#primary > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.meta {
  height: 23px;
  line-height: 23px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
body.single .entry-content h1 {
  color: #666666;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
body.single #content h2 {
  margin-bottom: 10px;
}
h2.subhed,
h1.subhed {
  position: absolute;
  top: 365px;
  left: 20px;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
h2.subhed small,
h1.subhed small {
  font-size: 16px;
  text-transform: none;
}
#unit-news h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
}
#unit-news .archive-link {
  display: block;
  text-align: center;
}
#posts > li,
#subpages > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-color: #f2f2e8;
  border-bottom-width: 1px;
}
#posts > li > ul,
#subpages > li > ul {
  list-style-type: none;
}
#posts > li > ul:after,
#subpages > li > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#posts > li > ul > *,
#subpages > li > ul > * {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
#posts > li > ul > *:last-child,
#subpages > li > ul > *:last-child {
  margin-right: 0;
}
#posts > li > ul > *.last,
#subpages > li > ul > *.last {
  margin-right: 0;
}
#posts > li > ul:after,
#subpages > li > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#posts > li > ul > *,
#subpages > li > ul > * {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
#posts > li > ul > * img,
#subpages > li > ul > * img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
  cursor: pointer;
}
#posts > li > ul > *:first-child,
#subpages > li > ul > *:first-child {
  width: 185px;
}
#posts > li > ul > * .internal,
#subpages > li > ul > * .internal {
  width: 395px;
  padding-right: 0;
  position: relative;
}
#posts > li > ul > *:last-child,
#subpages > li > ul > *:last-child {
  width: 395px;
  padding-right: 0;
  position: relative;
}
#posts > li > ul > *.last,
#subpages > li > ul > *.last {
  width: 395px;
  padding-right: 0;
  position: relative;
}
#posts > li .internal hr,
#subpages > li .internal hr {
  display: none;
}
#posts > li:last-child,
#subpages > li:last-child,
#posts > li .last,
#subpages > li .last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
#posts > li:last-child hr,
#subpages > li:last-child hr,
#posts > li .last hr,
#subpages > li .last hr {
  display: none;
}
.post p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 18px;
}
.post .read-more {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
}
.post h1 {
  font-size: 18px;
  font-weight: 600;
}
.post h2 {
  color: #828282;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.post h3 {
  color: #828282;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.post h2 a,
.post h3 a {
  color: #527178;
}
.post h2 a:hover,
.post h3 a:hover {
  color: #de353c;
}
body.search .entry-content {
  position: relative;
}
.comments {
  padding-top: 1em;
}
#contact {
  position: absolute;
  top: 12px;
  right: 25px;
  list-style-type: none;
}
#contact:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#contact > * {
  float: left;
  margin-left: 12px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
#contact > * {
  background-image: url("/wp-content/themes/nylag/images/spacer.png");
  background-repeat: repeat-y;
  background-position: right center;
  padding-right: 12px;
}
#contact > *:last-child {
  padding-right: 0;
  background-image: none;
}
#contact > *.last {
  padding-right: 0;
}
#contact li ul {
  list-style-type: none;
}
#contact li ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#contact li ul > * {
  float: left;
  margin-left: 0;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
}
#contact li ul > *:last-child {
  margin-right: 0;
}
#contact li ul > *.last {
  margin-right: 0;
}
#contact li ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#contact li ul > * {
  float: left;
  margin-left: 0;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
}
#contact li ul li a {
  display: block;
  height: 20px;
  width: 20px;
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
}
#contact li ul li a#facebook-link {
  background-image: url("/wp-content/themes/nylag/images/facebook_off.png");
}
#contact li ul li a#twitter-link {
  background-image: url("/wp-content/themes/nylag/images/twitter.png");
}
#contact li ul li a#linkedin-link {
  background-image: url("/wp-content/themes/nylag/images/linkedin.png");
}
#contact li ul li a#rss-link {
  background-image: url("/wp-content/themes/nylag/images/rss.png");
}
#contact li ul li a:hover {
  background-color: #666666;
}
#contact form {
  padding: 0;
  margin: 0;
}
#contact fieldset {
  padding: 0;
  margin: 0;
  height: 20px;
}
#contact input[type=submit] {
  background-color: #cccccc;
  color: #FFFFFF;
  border: 0;
  padding-left: 8px;
  padding-right: 8px;
  height: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
}
#contact input[type=submit]:hover {
  background-color: #666666;
}
#contact input[type=text] {
  border: 1px solid #cccccc;
  height: 18px;
  padding-left: 5px;
}
#logo {
  background-image: url("/wp-content/themes/nylag/images/logo.png");
  width: 165px;
  height: 75px;
  display: block;
}
html.svg.inlinesvg #logo {
  background-image: url("/wp-content/themes/nylag/images/logo.svg");
  background-size: 165px 75px;
}
#blocks {
  margin-top: 420px;
  list-style-type: none;
  margin-bottom: 20px;
}
#blocks:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#blocks > * {
  float: left;
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
}
#blocks > *:last-child {
  margin-right: 0;
}
#blocks > *.last {
  margin-right: 0;
}
#blocks:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#blocks > * {
  float: left;
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
}
#blocks li {
  width: 312px;
}
#blocks h3 {
  text-transform: uppercase;
  padding-left: 10px;
  margin-bottom: 5px;
}
#blocks div {
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
}
#blocks div img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
  margin-bottom: 5px;
}
#blocks div p {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
}
#blocks div a.learn-more {
  background-color: #de353c;
  color: #FFF;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
  font-size: 11px;
  height: 20px;
  line-height: 22px;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 135px;
  left: 0;
}
#blocks div a.learn-more:hover {
  background-color: #c33036;
}
a.learn-more {
  background-color: #de353c;
  color: #FFF;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
  font-size: 11px;
  height: 20px;
  line-height: 22px;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 600;
}
a.learn-more:hover {
  background-color: #c33036;
}
small {
  font-size: .9em;
  line-height: .9em;
}
#news {
  margin-bottom: 20px;
}
#news h3 {
  text-transform: uppercase;
  padding-left: 10px;
  margin-bottom: 5px;
}
#news h4 {
  margin-bottom: 5px;
}
#news h4 a {
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  color: #527178;
}
#news h4 a:hover {
  color: #de353c;
}
#news p {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 18px;
}
#news .learn-more {
  color: white;
  background-color: #de353c;
  font-family: "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
}
#news .learn-more:hover {
  background-color: #c33036;
}
#news ul {
  list-style-type: none;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
  background-color: #FFF;
}
#news ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#news ul > * {
  float: left;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}
#news ul > *:last-child {
  margin-right: 0;
}
#news ul > *.last {
  margin-right: 0;
}
#news ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#news ul > * {
  float: left;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}
#news ul > li {
  list-style-type: none;
}
#news ul > li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#news ul > li > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#news ul > li > *:last-child {
  margin-right: 0;
}
#news ul > li > *.last {
  margin-right: 0;
}
#news ul > li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#news ul > li > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#news ul > li > * {
  margin-bottom: 20px;
}
#news ul > li > *:first-child {
  line-height: 0;
  margin-bottom: 20px;
}
#news ul > li > *:first-child img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
}
#news ul > li > *.blurb {
  width: 244px;
  min-height: 105px;
  position: relative;
}
img.rounded {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
}
#footer {
  position: relative;
  height: 42px;
  margin-bottom: 10px;
}
#footer ul {
  list-style-type: none;
}
#footer ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer ul > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#footer ul > *:last-child {
  margin-right: 0;
}
#footer ul > *.last {
  margin-right: 0;
}
#footer ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer ul > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#footer ul > * {
  font-size: 11px;
  background-image: url("/wp-content/themes/nylag/images/spacer.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}
#footer ul > *:last-child {
  padding-right: 0;
  background-image: none;
}
#footer ul > *.last {
  padding-right: 0;
  background-image: none;
}
#footer ul strong {
  color: #527178;
}
#footer a {
  color: #527178;
}
#footer #uja-logo {
  background-image: url("/wp-content/themes/nylag/images/uja_logo.jpg");
  width: 109px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#topbar {
  z-index: 2;
  position: relative;
}
#carousel {
  width: 1200px;
  height: 350px;
  position: absolute;
  left: -120px;
  top: 0;
  z-index: 1;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -o-border-radius-topleft: 0;
  -o-border-radius-topright: 0;
  -o-border-radius-bottomright: 10px;
  -o-border-radius-bottomleft: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#carousel h1 {
  color: #FFF;
  position: absolute;
  left: 140px;
  font-size: 36px;
  top: 300px;
  font-weight: 600;
  text-shadow: 0.05em 0.05em 0.1em black;
}
#carousel h1 a,
#carousel h2 a {
  color: #fff;
}
#carousel h1 a:hover,
#carousel h2 a:hover {
  color: #fff;
}
.hilite {
  background-color: yellow;
}
#shim {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -o-border-radius-topleft: 0;
  -o-border-radius-topright: 0;
  -o-border-radius-bottomright: 10px;
  -o-border-radius-bottomleft: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
body.post-type-archive-blog .post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-color: #f2f2e8;
  border-bottom-width: 1px;
}
body.post-type-archive-blog .post:last-child,
body.post-type-archive-blog .post .last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.social-sharing {
  list-style-type: none;
  float: right;
}
.social-sharing:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.social-sharing > * {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.social-sharing > *:last-child {
  margin-right: 0;
}
.social-sharing > *.last {
  margin-right: 0;
}
.social-sharing:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.social-sharing > * {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.social-sharing > div {
  width: 80px;
}
.social-sharing .twitter-share-button {
  width: 80px !important;
}
body.home #shim {
  width: 100%;
  height: 100%;
}
body.home #carousel {
  height: 500px;
}
body.home #carousel h1 {
  width: 350px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  left: 140px;
  top: 150px;
  text-align: left;
  text-shadow: none;
}
body.home #carousel h2 {
  position: absolute;
  left: 150px;
  top: 375px;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
body.home #carousel p {
  width: 350px;
  position: absolute;
  left: 150px;
  top: 400px;
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
body.home #carousel #call-to-action {
  position: absolute;
  left: 150px;
  top: 450px;
}
body.home #carousel #call-to-action a {
  height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "ff-dagny-web-pro", sans-serif;
  background-color: #de353c;
  color: #FFF;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
  font-size: 11px;
  height: 20px;
  line-height: 22px;
  font-weight: 600;
}
body.home #carousel #call-to-action a:hover {
  background-color: #c33036;
}
body.home #carousel #carousel-controls {
  cursor: pointer;
  position: absolute;
  top: 475px;
  right: 150px;
  list-style-type: none;
}
body.home #carousel #carousel-controls:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.home #carousel #carousel-controls > * {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
body.home #carousel #carousel-controls > *:last-child {
  margin-right: 0;
}
body.home #carousel #carousel-controls > *.last {
  margin-right: 0;
}
body.home #carousel #carousel-controls:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.home #carousel #carousel-controls > * {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
body.home #carousel #carousel-controls > * {
  width: 30px;
  height: 5px;
  background-color: white;
}
body.home #carousel #carousel-controls > *.selected {
  background-color: #de353c;
}
html.borderradius #carousel-controls > * {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -o-border-radius-topleft: 2px;
  -o-border-radius-topright: 2px;
  -o-border-radius-bottomright: 2px;
  -o-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#play-pause {
  height: 10px;
  width: 10px;
  padding: 5px;
  display: block;
  position: absolute;
  top: 467px;
  right: 330px;
  background-image: url("/wp-content/themes/nylag/images/play_pause.png");
  background-position: -20px;
  background-repeat: no-repeat;
  background-color: #666666;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -o-border-radius-topleft: 10px;
  -o-border-radius-topright: 10px;
  -o-border-radius-bottomright: 10px;
  -o-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#play-pause.paused {
  background-position: 0;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.contact-us {
  height: 20px;
  line-height: 20px;
}
.read-more {
  color: #de353c;
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
}
.widget_sp_image p {
  font-size: 14px;
  line-height: 16px;
}
.widget_sp_image:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.widget_sp_image img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
}
.widget_sp_image img.alignleft,
.widget_sp_image img.alignright {
  margin-bottom: 0;
}
body.page-get-help .entry-content h3 {
  cursor: pointer;
}
body.page-get-help .entry-content h4 {
  font-weight: 600;
  color: #666666;
  margin-bottom: .5em;
}
body.page-get-help .entry-content p strong {
  cursor: pointer;
  font-family: "ff-dagny-web-pro", sans-serif;
}
body.page-intake-sites table tr td {
  width: 60%;
  padding-bottom: 15px;
}
body.page-intake-sites table tr td:first-child {
  width: 37%;
  padding-right: 3%;
}
ul#staffers {
  padding-left: 0;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}
ul#staffers.ie-columns {
  list-style-type: none;
}
ul#staffers.ie-columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul#staffers.ie-columns > * {
  float: left;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}
ul#staffers.ie-columns > *:last-child {
  margin-right: 0;
}
ul#staffers.ie-columns > *.last {
  margin-right: 0;
}
ul#staffers.ie-columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul#staffers.ie-columns > * {
  float: left;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}
ul#staffers > li {
  display: inline-block;
  width: 100%;
}
ul#staffers > li h5 {
  font-size: 16px;
  font-weight: 600;
  color: #787773;
}
ul#staffers span {
  display: block;
  font-size: 12px;
  color: #000;
}
/* =Comments
----------------------------------------------- */
#comments {
  margin-top: 2em;
}
#comments.has-comments .commentlist {
  width: 500px;
  margin-left: 100px;
}
#comments.no-comments .commentlist {
  width: 600px;
}
#comments.no-comments #respond {
  width: 540px;
  margin-left: 0;
}
#comments-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
}
.nopassword,
.nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.commentlist {
  list-style: none;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  width: 100%;
  /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
.comment-meta a {
  font-weight: bold;
}
.commentlist .avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}
.commentlist > li:before {
  content: url("/wp-content/themes/nylag/images/comment-arrow.png");
  left: -21px;
  position: absolute;
}
.commentlist > li.pingback:before {
  content: '';
}
.commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
a.comment-reply-link {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
.commentlist > li.bypostauthor:before {
  content: url("/wp-content/themes/nylag/images/comment-arrow-bypostauthor.png");
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
  width: auto;
}
/* Comment Form */
#respond {
  background: #ddd;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto 1.625em;
  padding: 30px;
  position: relative;
  width: 440px;
  margin-left: 100px;
}
#respond input[type="text"],
#respond textarea {
  background: #fff;
  border: 4px solid #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  -moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  position: relative;
  padding: 10px;
  text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  color: #555;
  display: inline-block;
  font-size: 13px;
  left: 4px;
  min-width: 60px;
  padding: 4px 10px;
  position: relative;
  top: 40px;
  z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
#respond textarea {
  resize: vertical;
  width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
  color: #bd3500;
  font-size: 22px;
  font-weight: bold;
  left: 75%;
  position: absolute;
  top: 45px;
  z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
  font-size: 13px;
}
#respond p {
  margin: 10px 0;
}
#respond .form-submit {
  float: right;
  margin: -20px 0 10px;
}
#respond input#submit {
  background: #222;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 20px 0;
  padding: 5px 42px 5px 22px;
  position: relative;
  left: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#respond input#submit:active {
  background: #1982d1;
  color: #bfddf3;
}
#respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 10px;
  text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#reply-title {
  color: #373737;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
#cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#respond label {
  line-height: 2.2em;
}
#respond input[type=text] {
  display: block;
  height: 24px;
  width: 75%;
}
#respond p {
  font-size: 12px;
}
p.comment-form-comment {
  margin: 0;
}
.form-allowed-tags {
  display: none;
}
.blog-rss-link {
  height: 20px;
  line-height: 20px;
  display: block;
  background-image: url("/wp-content/themes/nylag/images/blog_rss_icon.png");
  background-repeat: no-repeat;
  padding-left: 25px;
  cursor: pointer;
}
.comments-tag {
  padding-top: 1em;
}
.comments-tag p {
  font-weight: 600;
}
.comments-tag p a {
  color: #c33036;
}
.comments-tag p a:hover {
  color: #de353c;
}
body.post-type-archive-in-the-media .meta,
body.search.post-type-archive-in-the-media .meta,
body.tax-publication .meta,
body.tax-type .meta,
body.tax-media .meta,
body.tax-topic .meta,
body.tax-media-by-unit .meta {
  font-style: italic;
}
body.post-type-archive-in-the-media #primary hr,
body.search.post-type-archive-in-the-media #primary hr,
body.tax-publication #primary hr,
body.tax-type #primary hr,
body.tax-media #primary hr,
body.tax-topic #primary hr,
body.tax-media-by-unit #primary hr {
  color: #f2f2e8;
  border-color: #f2f2e8;
  background-color: #f2f2e8;
}
body.post-type-archive-in-the-media #primary h3,
body.search.post-type-archive-in-the-media #primary h3,
body.tax-publication #primary h3,
body.tax-type #primary h3,
body.tax-media #primary h3,
body.tax-topic #primary h3,
body.tax-media-by-unit #primary h3 {
  margin-bottom: 15px;
}
body.post-type-archive-in-the-media #primary > ul.featured,
body.search.post-type-archive-in-the-media #primary > ul.featured,
body.tax-publication #primary > ul.featured,
body.tax-type #primary > ul.featured,
body.tax-media #primary > ul.featured,
body.tax-topic #primary > ul.featured,
body.tax-media-by-unit #primary > ul.featured {
  margin-bottom: 10px;
}
body.post-type-archive-in-the-media #primary > ul.featured *,
body.search.post-type-archive-in-the-media #primary > ul.featured *,
body.tax-publication #primary > ul.featured *,
body.tax-type #primary > ul.featured *,
body.tax-media #primary > ul.featured *,
body.tax-topic #primary > ul.featured *,
body.tax-media-by-unit #primary > ul.featured * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.post-type-archive-in-the-media #primary > ul.featured .learn-more,
body.search.post-type-archive-in-the-media #primary > ul.featured .learn-more,
body.tax-publication #primary > ul.featured .learn-more,
body.tax-type #primary > ul.featured .learn-more,
body.tax-media #primary > ul.featured .learn-more,
body.tax-topic #primary > ul.featured .learn-more,
body.tax-media-by-unit #primary > ul.featured .learn-more {
  display: none;
}
body.post-type-archive-in-the-media #primary > ul.featured:after,
body.search.post-type-archive-in-the-media #primary > ul.featured:after,
body.tax-publication #primary > ul.featured:after,
body.tax-type #primary > ul.featured:after,
body.tax-media #primary > ul.featured:after,
body.tax-topic #primary > ul.featured:after,
body.tax-media-by-unit #primary > ul.featured:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.post-type-archive-in-the-media #primary > ul.featured > *,
body.search.post-type-archive-in-the-media #primary > ul.featured > *,
body.tax-publication #primary > ul.featured > *,
body.tax-type #primary > ul.featured > *,
body.tax-media #primary > ul.featured > *,
body.tax-topic #primary > ul.featured > *,
body.tax-media-by-unit #primary > ul.featured > * {
  float: left;
  margin-right: 15px;
}
body.post-type-archive-in-the-media #primary > ul.featured > *.last,
body.search.post-type-archive-in-the-media #primary > ul.featured > *.last,
body.tax-publication #primary > ul.featured > *.last,
body.tax-type #primary > ul.featured > *.last,
body.tax-media #primary > ul.featured > *.last,
body.tax-topic #primary > ul.featured > *.last,
body.tax-media-by-unit #primary > ul.featured > *.last {
  margin-right: 0;
}
body.post-type-archive-in-the-media #primary > ul.featured > *:last-child,
body.search.post-type-archive-in-the-media #primary > ul.featured > *:last-child,
body.tax-publication #primary > ul.featured > *:last-child,
body.tax-type #primary > ul.featured > *:last-child,
body.tax-media #primary > ul.featured > *:last-child,
body.tax-topic #primary > ul.featured > *:last-child,
body.tax-media-by-unit #primary > ul.featured > *:last-child {
  margin-right: 0;
}
body.post-type-archive-in-the-media #primary > ul.featured > li,
body.search.post-type-archive-in-the-media #primary > ul.featured > li,
body.tax-publication #primary > ul.featured > li,
body.tax-type #primary > ul.featured > li,
body.tax-media #primary > ul.featured > li,
body.tax-topic #primary > ul.featured > li,
body.tax-media-by-unit #primary > ul.featured > li {
  width: 292px;
}
body.post-type-archive-in-the-media #primary > ul.featured > li > ul:after,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul:after,
body.tax-publication #primary > ul.featured > li > ul:after,
body.tax-type #primary > ul.featured > li > ul:after,
body.tax-media #primary > ul.featured > li > ul:after,
body.tax-topic #primary > ul.featured > li > ul:after,
body.tax-media-by-unit #primary > ul.featured > li > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > *,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > *,
body.tax-publication #primary > ul.featured > li > ul > *,
body.tax-type #primary > ul.featured > li > ul > *,
body.tax-media #primary > ul.featured > li > ul > *,
body.tax-topic #primary > ul.featured > li > ul > *,
body.tax-media-by-unit #primary > ul.featured > li > ul > * {
  float: left;
  margin-right: 10px;
}
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > *.last,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > *.last,
body.tax-publication #primary > ul.featured > li > ul > *.last,
body.tax-type #primary > ul.featured > li > ul > *.last,
body.tax-media #primary > ul.featured > li > ul > *.last,
body.tax-topic #primary > ul.featured > li > ul > *.last,
body.tax-media-by-unit #primary > ul.featured > li > ul > *.last {
  margin-right: 0;
}
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > *:last-child,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > *:last-child,
body.tax-publication #primary > ul.featured > li > ul > *:last-child,
body.tax-type #primary > ul.featured > li > ul > *:last-child,
body.tax-media #primary > ul.featured > li > ul > *:last-child,
body.tax-topic #primary > ul.featured > li > ul > *:last-child,
body.tax-media-by-unit #primary > ul.featured > li > ul > *:last-child {
  margin-right: 0;
}
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:first-child,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:first-child,
body.tax-publication #primary > ul.featured > li > ul > li:first-child,
body.tax-type #primary > ul.featured > li > ul > li:first-child,
body.tax-media #primary > ul.featured > li > ul > li:first-child,
body.tax-topic #primary > ul.featured > li > ul > li:first-child,
body.tax-media-by-unit #primary > ul.featured > li > ul > li:first-child {
  line-height: 0;
  width: 80px;
  background-color: #cccccc;
}
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li.last,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li.last,
body.tax-publication #primary > ul.featured > li > ul > li.last,
body.tax-type #primary > ul.featured > li > ul > li.last,
body.tax-media #primary > ul.featured > li > ul > li.last,
body.tax-topic #primary > ul.featured > li > ul > li.last,
body.tax-media-by-unit #primary > ul.featured > li > ul > li.last,
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:last-child,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:last-child,
body.tax-publication #primary > ul.featured > li > ul > li:last-child,
body.tax-type #primary > ul.featured > li > ul > li:last-child,
body.tax-media #primary > ul.featured > li > ul > li:last-child,
body.tax-topic #primary > ul.featured > li > ul > li:last-child,
body.tax-media-by-unit #primary > ul.featured > li > ul > li:last-child {
  width: 202px;
  line-height: 0;
  position: relative;
  min-height: 80px;
}
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li.last h3,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li.last h3,
body.tax-publication #primary > ul.featured > li > ul > li.last h3,
body.tax-type #primary > ul.featured > li > ul > li.last h3,
body.tax-media #primary > ul.featured > li > ul > li.last h3,
body.tax-topic #primary > ul.featured > li > ul > li.last h3,
body.tax-media-by-unit #primary > ul.featured > li > ul > li.last h3,
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:last-child h3,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:last-child h3,
body.tax-publication #primary > ul.featured > li > ul > li:last-child h3,
body.tax-type #primary > ul.featured > li > ul > li:last-child h3,
body.tax-media #primary > ul.featured > li > ul > li:last-child h3,
body.tax-topic #primary > ul.featured > li > ul > li:last-child h3,
body.tax-media-by-unit #primary > ul.featured > li > ul > li:last-child h3 {
  font-size: 13px;
  margin-bottom: 2px;
  line-height: 15px;
}
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li.last p,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li.last p,
body.tax-publication #primary > ul.featured > li > ul > li.last p,
body.tax-type #primary > ul.featured > li > ul > li.last p,
body.tax-media #primary > ul.featured > li > ul > li.last p,
body.tax-topic #primary > ul.featured > li > ul > li.last p,
body.tax-media-by-unit #primary > ul.featured > li > ul > li.last p,
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:last-child p,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:last-child p,
body.tax-publication #primary > ul.featured > li > ul > li:last-child p,
body.tax-type #primary > ul.featured > li > ul > li:last-child p,
body.tax-media #primary > ul.featured > li > ul > li:last-child p,
body.tax-topic #primary > ul.featured > li > ul > li:last-child p,
body.tax-media-by-unit #primary > ul.featured > li > ul > li:last-child p {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 23px;
}
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li.last .meta,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li.last .meta,
body.tax-publication #primary > ul.featured > li > ul > li.last .meta,
body.tax-type #primary > ul.featured > li > ul > li.last .meta,
body.tax-media #primary > ul.featured > li > ul > li.last .meta,
body.tax-topic #primary > ul.featured > li > ul > li.last .meta,
body.tax-media-by-unit #primary > ul.featured > li > ul > li.last .meta,
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:last-child .meta,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:last-child .meta,
body.tax-publication #primary > ul.featured > li > ul > li:last-child .meta,
body.tax-type #primary > ul.featured > li > ul > li:last-child .meta,
body.tax-media #primary > ul.featured > li > ul > li:last-child .meta,
body.tax-topic #primary > ul.featured > li > ul > li:last-child .meta,
body.tax-media-by-unit #primary > ul.featured > li > ul > li:last-child .meta {
  font-size: 10px;
  line-height: 16px;
  height: initial;
  margin-bottom: 0;
}
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li.last .learn-more,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li.last .learn-more,
body.tax-publication #primary > ul.featured > li > ul > li.last .learn-more,
body.tax-type #primary > ul.featured > li > ul > li.last .learn-more,
body.tax-media #primary > ul.featured > li > ul > li.last .learn-more,
body.tax-topic #primary > ul.featured > li > ul > li.last .learn-more,
body.tax-media-by-unit #primary > ul.featured > li > ul > li.last .learn-more,
body.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:last-child .learn-more,
body.search.post-type-archive-in-the-media #primary > ul.featured > li > ul > li:last-child .learn-more,
body.tax-publication #primary > ul.featured > li > ul > li:last-child .learn-more,
body.tax-type #primary > ul.featured > li > ul > li:last-child .learn-more,
body.tax-media #primary > ul.featured > li > ul > li:last-child .learn-more,
body.tax-topic #primary > ul.featured > li > ul > li:last-child .learn-more,
body.tax-media-by-unit #primary > ul.featured > li > ul > li:last-child .learn-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.post-type-archive-in-the-media #primary > ul.latest *,
body.search.post-type-archive-in-the-media #primary > ul.latest *,
body.tax-publication #primary > ul.latest *,
body.tax-type #primary > ul.latest *,
body.tax-media #primary > ul.latest *,
body.tax-topic #primary > ul.latest *,
body.tax-media-by-unit #primary > ul.latest * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.post-type-archive-in-the-media #primary > ul.latest > li,
body.search.post-type-archive-in-the-media #primary > ul.latest > li,
body.tax-publication #primary > ul.latest > li,
body.tax-type #primary > ul.latest > li,
body.tax-media #primary > ul.latest > li,
body.tax-topic #primary > ul.latest > li,
body.tax-media-by-unit #primary > ul.latest > li {
  width: 100%%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-color: #f2f2e8;
  border-bottom-width: 1px;
}
body.post-type-archive-in-the-media #primary > ul.latest > li > ul:after,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul:after,
body.tax-publication #primary > ul.latest > li > ul:after,
body.tax-type #primary > ul.latest > li > ul:after,
body.tax-media #primary > ul.latest > li > ul:after,
body.tax-topic #primary > ul.latest > li > ul:after,
body.tax-media-by-unit #primary > ul.latest > li > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > *,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > *,
body.tax-publication #primary > ul.latest > li > ul > *,
body.tax-type #primary > ul.latest > li > ul > *,
body.tax-media #primary > ul.latest > li > ul > *,
body.tax-topic #primary > ul.latest > li > ul > *,
body.tax-media-by-unit #primary > ul.latest > li > ul > * {
  float: left;
  margin-right: 10px;
}
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > *.last,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > *.last,
body.tax-publication #primary > ul.latest > li > ul > *.last,
body.tax-type #primary > ul.latest > li > ul > *.last,
body.tax-media #primary > ul.latest > li > ul > *.last,
body.tax-topic #primary > ul.latest > li > ul > *.last,
body.tax-media-by-unit #primary > ul.latest > li > ul > *.last {
  margin-right: 0;
}
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > *:last-child,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > *:last-child,
body.tax-publication #primary > ul.latest > li > ul > *:last-child,
body.tax-type #primary > ul.latest > li > ul > *:last-child,
body.tax-media #primary > ul.latest > li > ul > *:last-child,
body.tax-topic #primary > ul.latest > li > ul > *:last-child,
body.tax-media-by-unit #primary > ul.latest > li > ul > *:last-child {
  margin-right: 0;
}
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:first-child,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:first-child,
body.tax-publication #primary > ul.latest > li > ul > li:first-child,
body.tax-type #primary > ul.latest > li > ul > li:first-child,
body.tax-media #primary > ul.latest > li > ul > li:first-child,
body.tax-topic #primary > ul.latest > li > ul > li:first-child,
body.tax-media-by-unit #primary > ul.latest > li > ul > li:first-child {
  line-height: 0;
  width: 105px;
  background-color: #cccccc;
}
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li.last,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li.last,
body.tax-publication #primary > ul.latest > li > ul > li.last,
body.tax-type #primary > ul.latest > li > ul > li.last,
body.tax-media #primary > ul.latest > li > ul > li.last,
body.tax-topic #primary > ul.latest > li > ul > li.last,
body.tax-media-by-unit #primary > ul.latest > li > ul > li.last,
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:last-child,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:last-child,
body.tax-publication #primary > ul.latest > li > ul > li:last-child,
body.tax-type #primary > ul.latest > li > ul > li:last-child,
body.tax-media #primary > ul.latest > li > ul > li:last-child,
body.tax-topic #primary > ul.latest > li > ul > li:last-child,
body.tax-media-by-unit #primary > ul.latest > li > ul > li:last-child {
  width: 485px;
  line-height: 0;
  min-height: 105px;
  position: relative;
}
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li.last h3,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li.last h3,
body.tax-publication #primary > ul.latest > li > ul > li.last h3,
body.tax-type #primary > ul.latest > li > ul > li.last h3,
body.tax-media #primary > ul.latest > li > ul > li.last h3,
body.tax-topic #primary > ul.latest > li > ul > li.last h3,
body.tax-media-by-unit #primary > ul.latest > li > ul > li.last h3,
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:last-child h3,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:last-child h3,
body.tax-publication #primary > ul.latest > li > ul > li:last-child h3,
body.tax-type #primary > ul.latest > li > ul > li:last-child h3,
body.tax-media #primary > ul.latest > li > ul > li:last-child h3,
body.tax-topic #primary > ul.latest > li > ul > li:last-child h3,
body.tax-media-by-unit #primary > ul.latest > li > ul > li:last-child h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 20px;
}
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li.last p,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li.last p,
body.tax-publication #primary > ul.latest > li > ul > li.last p,
body.tax-type #primary > ul.latest > li > ul > li.last p,
body.tax-media #primary > ul.latest > li > ul > li.last p,
body.tax-topic #primary > ul.latest > li > ul > li.last p,
body.tax-media-by-unit #primary > ul.latest > li > ul > li.last p,
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:last-child p,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:last-child p,
body.tax-publication #primary > ul.latest > li > ul > li:last-child p,
body.tax-type #primary > ul.latest > li > ul > li:last-child p,
body.tax-media #primary > ul.latest > li > ul > li:last-child p,
body.tax-topic #primary > ul.latest > li > ul > li:last-child p,
body.tax-media-by-unit #primary > ul.latest > li > ul > li:last-child p {
  font-size: 15px;
  line-height: 17px;
}
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li.last .meta,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li.last .meta,
body.tax-publication #primary > ul.latest > li > ul > li.last .meta,
body.tax-type #primary > ul.latest > li > ul > li.last .meta,
body.tax-media #primary > ul.latest > li > ul > li.last .meta,
body.tax-topic #primary > ul.latest > li > ul > li.last .meta,
body.tax-media-by-unit #primary > ul.latest > li > ul > li.last .meta,
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:last-child .meta,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:last-child .meta,
body.tax-publication #primary > ul.latest > li > ul > li:last-child .meta,
body.tax-type #primary > ul.latest > li > ul > li:last-child .meta,
body.tax-media #primary > ul.latest > li > ul > li:last-child .meta,
body.tax-topic #primary > ul.latest > li > ul > li:last-child .meta,
body.tax-media-by-unit #primary > ul.latest > li > ul > li:last-child .meta {
  font-size: 13px;
  line-height: 19px;
  height: initial;
  margin-bottom: 0;
}
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li.last .learn-more,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li.last .learn-more,
body.tax-publication #primary > ul.latest > li > ul > li.last .learn-more,
body.tax-type #primary > ul.latest > li > ul > li.last .learn-more,
body.tax-media #primary > ul.latest > li > ul > li.last .learn-more,
body.tax-topic #primary > ul.latest > li > ul > li.last .learn-more,
body.tax-media-by-unit #primary > ul.latest > li > ul > li.last .learn-more,
body.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:last-child .learn-more,
body.search.post-type-archive-in-the-media #primary > ul.latest > li > ul > li:last-child .learn-more,
body.tax-publication #primary > ul.latest > li > ul > li:last-child .learn-more,
body.tax-type #primary > ul.latest > li > ul > li:last-child .learn-more,
body.tax-media #primary > ul.latest > li > ul > li:last-child .learn-more,
body.tax-topic #primary > ul.latest > li > ul > li:last-child .learn-more,
body.tax-media-by-unit #primary > ul.latest > li > ul > li:last-child .learn-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
form#topic-search-form {
  padding: 0;
  margin: 0;
}
form#topic-search-form fieldset {
  padding: 0;
  margin: 0;
  height: 20px;
}
form#topic-search-form input[type=submit] {
  background-color: #cccccc;
  color: #FFFFFF;
  border: 0;
  padding-left: 8px;
  padding-right: 8px;
  height: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  behavior: url(/wp-content/themes/nylag/includes/pie.htc);
  position: relative;
}
form#topic-search-form input[type=submit]:hover {
  background-color: #666666;
}
form#topic-search-form input[type=text] {
  border: 1px solid #cccccc;
  height: 18px;
  width: 210px;
  padding-left: 5px;
}
.staff-header {
  margin-bottom: 0;
}
.staff-header.paralegal {
  margin-bottom: 1em;
}
#card-number-field,
#card-holder-street-field {
  list-style-type: none;
  margin-bottom: .5em;
}
#card-number-field:after,
#card-holder-street-field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#card-number-field > *,
#card-holder-street-field > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#card-number-field > *:last-child,
#card-holder-street-field > *:last-child {
  margin-right: 0;
}
#card-number-field > *.last,
#card-holder-street-field > *.last {
  margin-right: 0;
}
#card-number-field:after,
#card-holder-street-field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#card-number-field > *,
#card-holder-street-field > * {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
#card-number-field label,
#card-holder-street-field label {
  width: 80px;
  padding-top: 3px;
  font-weight: 600;
  font-size: 14px;
}
#card-number-field input,
#card-holder-street-field input {
  width: 75px;
  padding: 3px;
  width: 200px;
}
.tw-pagination .page.current {
  background-color: #de353c;
  color: white;
}
/*# sourceMappingURL=main.css.map */