/*!
normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  text-decoration: underline dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: .6666666667em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
  sub a,
  sup a {
    text-decoration: none; }
    sub a:hover, sub a:focus,
    sup a:hover,
    sup a:focus {
      text-decoration: none;
      font-weight: bold; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Proxima Nova";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/proximanova/proximanova-regular.eot");
  src: url("../fonts/proximanova/proximanova-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/proximanova-regular.woff2") format("woff2"), url("../fonts/proximanova/proximanova-regular.woff") format("woff"), url("../fonts/proximanova/proximanova-regular.ttf") format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/proximanova/proximanova-semibold.eot");
  src: url("../fonts/proximanova/proximanova-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/proximanova-semibold.woff2") format("woff2"), url("../fonts/proximanova/proximanova-semibold.woff") format("woff"), url("../fonts/proximanova/proximanova-semibold.ttf") format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/proximanova/proximanova-bold.eot");
  src: url("../fonts/proximanova/proximanova-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/proximanova-bold.woff2") format("woff2"), url("../fonts/proximanova/proximanova-bold.woff") format("woff"), url("../fonts/proximanova/proximanova-bold.ttf") format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/proximanova/proximanova-extrabold.eot");
  src: url("../fonts/proximanova/proximanova-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/proximanova-extrabold.woff2") format("woff2"), url("../fonts/proximanova/proximanova-extrabold.woff") format("woff"), url("../fonts/proximanova/proximanova-extrabold.ttf") format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/proximanova/proximanova-italic.eot");
  src: url("../fonts/proximanova/proximanova-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/proximanova-italic.woff2") format("woff2"), url("../fonts/proximanova/proximanova-italic.woff") format("woff"), url("../fonts/proximanova/proximanova-italic.ttf") format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/proximanova/proximanova-bolditalic.eot");
  src: url("../fonts/proximanova/proximanova-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/proximanova-bolditalic.woff2") format("woff2"), url("../fonts/proximanova/proximanova-bolditalic.woff") format("woff"), url("../fonts/proximanova/proximanova-bolditalic.ttf") format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/proximanova/proximanova-light.eot");
  src: url("../fonts/proximanova/proximanova-light.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/proximanova-light.woff2") format("woff2"), url("../fonts/proximanova/proximanova-light.woff") format("woff"), url("../fonts/proximanova/proximanova-light.ttf") format("truetype"); }
@font-face {
  font-family: "Proxima Nova";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/proximanova/proximanova-lightitalic.eot");
  src: url("../fonts/proximanova/proximanova-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/proximanova-lightitalic.woff2") format("woff2"), url("../fonts/proximanova/proximanova-lightitalic.woff") format("woff"), url("../fonts/proximanova/proximanova-lightitalic.ttf") format("truetype"); }
@font-face {
  font-family: 'D Sari Bold';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/dsaribold/DSari_Bold-webfont.eot");
  src: url("../fonts/dsaribold/DSari_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dsaribold/DSari_Bold-webfont.woff2") format("woff2"), url("../fonts/dsaribold/DSari_Bold-webfont.woff") format("woff"), url("../fonts/dsaribold/DSari_Bold-webfont.ttf") format("truetype"); }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* *, *:after, *:before { @include box-sizing(border-box); } */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0; }
  .lt-ie9 img {
    -ms-interpolation-mode: bicubic; }
  .ie8 img {
    width: auto; }

.hide {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
.lt-ie8 .clearfix {
  zoom: 1; }

.clearboth {
  clear: both; }

.center {
  text-align: center; }

@media only screen and (min-device-width: 480px) {
  video, .vidplayer {
    width: 480px;
    height: 360px; }

  .vidplayer {
    width: 480px;
    height: 360px;
    position: relative;
    overflow: hidden; }

  .vidplayer object, .vidplayer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; } }
@media only screen and (max-device-width: 480px) {
  video, .vidplayer {
    width: 100%;
    height: auto; }

  .vidplayer {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; } }
dd.address {
  padding-left: 2em !important; }

body {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 100%; }
  @media screen and (min-width: 42.8125em) {
    body {
      font-size: 100%; } }
  @media screen and (min-width: 48em) {
    body {
      font-size: 115%; } }
  .lt-ie9 body {
    font-size: 125%; }
  @media screen and (min-width: 64em) {
    body {
      font-size: 125%; } }

_:-ms-lang(x), body {
  font-size: 115%; }

h1,
h2,
h3,
h4,
h5,
h6,
.alpha,
.beta,
.gamma,
.delta,
.epsilon,
.zeta {
  font-weight: bold;
  text-rendering: optimizelegibility; }

h1,
.alpha {
  font-size: 2.25em;
  line-height: 1.1;
  margin-bottom: 0.8571428571em; }

h2,
.beta {
  font-size: 1.75em;
  line-height: 1.2;
  margin-bottom: 0.6666666667em;
  color: #523178; }

h3,
.gamma {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0.75em;
  color: #333333; }

h4,
.delta {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1.1428571429em;
  color: #242424; }

h5,
.epsilon {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 1.1111111111em;
  margin-bottom: 1.1111111111em;
  color: #0271A1; }

h6,
.zeta {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 1.375em;
  margin-bottom: 1.375em; }

p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em; }
  p.important {
    font-size: 1.2em;
    line-height: 1.5em; }

ul, ol {
  padding: 0;
  margin: 0 0 1.5em 1.375em; }
  .lt-ie9 ul,
  .lt-ie9 ol {
    margin-left: 2em; }
  @media screen and (min-width: 42.8125em) {
    ul, ol {
      margin-left: 2em; } }

.arabic .main ul,
.arabic .main ol {
  margin-right: 1.5em; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 0.25em;
  margin-bottom: 0.5em; }

li {
  line-height: 1.5em; }
  li p {
    margin: 0 0 1em 0; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }
  ul.inline > li, ol.inline > li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.3125em;
    padding-right: 0.3125em; }
    .lt-ie8 ul.inline > li,
    .lt-ie8 ol.inline > li {
      zoom: 1;
      display: inline;
      vertical-align: auto; }

dl {
  margin-bottom: 1em; }

dt,
dd {
  line-height: 1.5em; }

dt {
  font-weight: 600;
  margin-top: 0.625em; }

dd {
  margin-left: 0; }
  dd p {
    margin-top: 0; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

small {
  font-size: 100%; }

fieldset {
  margin-bottom: 1.5em; }

.feature {
  font-size: 1em; }
  .lt-ie9 .feature {
    font-size: 0.875em; }
  @media screen and (min-width: 75em) {
    .feature {
      font-size: 0.875em; } }

.follow {
  font-size: 0.875em; }

.footer p {
  margin-bottom: 0.5em; }

.copyright,
.lsu,
.trail,
.more,
.instructions {
  font-size: 100%; }

.download,
.photo {
  line-height: 1.5;
  font-size: smaller; }

.inside {
  list-style-type: none;
  margin-left: 0; }
  .inside dt {
    font-size: 1.309em; }
  .inside dd {
    margin-bottom: 1.125em; }
  .inside li {
    margin-bottom: 0.625em;
    font-size: 1em; }
    .inside li strong {
      font-size: 1.125em; }

.nav a {
  font-size: 1.75em; }
  .lt-ie9 .nav a {
    font-size: 1.25em; }
  @media screen and (min-width: 50em) {
    .nav a {
      font-size: 1.25em; } }
  .lt-ie9 .nav a {
    font-size: 1.125em; }

.btn {
  font-size: 1em; }
  .lt-ie9 .btn {
    font-size: 0.75em; }
  @media screen and (min-width: 50em) {
    .btn {
      font-size: 0.75em; } }

.search-query {
  font-size: 1.75em; }
  .lt-ie9 .search-query {
    font-size: 1em; }
  @media screen and (min-width: 50em) {
    .search-query {
      font-size: 1.125em; } }

table {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  border: 1px solid #c3cbcb;
  border-spacing: 0;
  border-collapse: collapse;
  border-left: 0; }
  table.ssp-amounts {
    font-size: 0.85em;
    min-width: 75%; }
  table.rail {
    margin: 0 0 1.5em 0; }
  table.condensed th, table.condensed td {
    padding: 0.25em 0.3125em; }
  table.striped tbody > tr:nth-child(odd) > td {
    background-color: #f6f8f8; }
  table.data td:nth-child(even) {
    text-align: right; }

th,
td {
  padding: 0.5em;
  line-height: 1.5em;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d5dddd;
  border-left: 1px solid #d5dddd; }

th {
  background: #d9e1e2;
  vertical-align: bottom;
  font-weight: bold;
  border-top: 1px solid #c3cbcb;
  border-left: 1px solid #c3cbcb; }

thead th {
  vertical-align: bottom; }

caption + thead tr:first-child th,
caption + tbody tr:first-child th,
caption + tbody tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + tbody tr:first-child th,
colgroup + tbody tr:first-child td,
thead:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
  border-top: 0; }

tbody + tbody {
  border-top: 2px solid #f6f8f8; }

caption {
  font-weight: bold;
  text-align: left;
  color: #6F5091; }

a {
  color: #06598a;
  text-decoration: underline; }
  a:active, a:focus, a:hover {
    text-decoration: underline; }

.content-page .download {
  background: #ffffff;
  padding: 0.4375em 0.625em 0.4375em 30px !important;
  margin: 0.3125em 0;
  border: 1px solid #f6f8f8; }
  .content-page .download.pdf {
    background: url(/ui/images/pdf.png) no-repeat 7px center #ffffff; }
  .content-page .download.xls {
    background: url(/ui/images/excel.png) no-repeat 7px center #ffffff; }
  .content-page .download.doc {
    background: url(/ui/images/word.png) no-repeat 7px center #ffffff; }

.main .content-page a.pic[href^="https:"], .main a.pic[href^="http:"] {
  background: none;
  padding-right: 0px; }

.main .content-page a[href^="http://otda.ny.gov"] {
  background: transparent;
  padding-right: 0; }

.main .content-page a[href$=".pdf"] {
  background: url(/ui/images/pdf.png) no-repeat right center;
  padding: 0 14px 0 0; }
  .lt-ie8 .arabic .main .content-page a[href$=".pdf"] {
    padding-right: 0;
    padding-left: 14px;
    background-repeat: no-repeat; }
    .lt-ie8 .arabic .main .content-page a[href$=".pdf"] span {
      background: #ffffff; }

.main .content-page a[href$=".doc"],
.main .content-page a[href$=".rtf"],
.main .content-page a[href$=".docx"] {
  background: url(/ui/images/word.png) no-repeat right center;
  padding: 0 15px 0 0; }
  .lt-ie8 .arabic .main .content-page a[href$=".doc"], .lt-ie8 .arabic
  .main .content-page a[href$=".rtf"], .lt-ie8 .arabic
  .main .content-page a[href$=".docx"] {
    padding-right: 0;
    padding-left: 15px;
    background-repeat: no-repeat; }

.main .content-page a[href$=".xls"], .main .content-page a[href$=".xlsx"], .main .content-page a[href$=".xlsm"] {
  background: url(/ui/images/excel.png) no-repeat right center;
  padding: 0 15px 0 0; }

.main .content-page a[href^="mailto:"] {
  background: url(/ui/images/icon-email.png) no-repeat right center;
  padding: 0 20px 0 0; }
  .lt-ie8 .arabic .main .content-page a[href^="mailto:"] {
    padding-right: 0;
    padding-left: 20px;
    background-repeat: no-repeat; }

.main .content-page a[href^="http:"]:after,
.main .content-page a[href^="https:"]:after,
.main .content-page a[href^="//"]:after {
  padding-left: 5px;
  content: "\e60c";
  text-decoration: none;
  font-family: 'icomoon';
  color: #06598a;
  display: inline-block;
  font-size: 80%; }
  .lt-ie8 .arabic .main .content-page a[href^="http:"]:after, .lt-ie8 .arabic
  .main .content-page a[href^="https:"]:after, .lt-ie8 .arabic
  .main .content-page a[href^="//"]:after {
    padding-right: 0;
    padding-left: 14px;
    background-repeat: no-repeat; }

.main .content-page a[href^="http://players.brightcove.net/"]:after,
.main .content-page a[href^="https://players.brightcove.net/"]:after,
.main .content-page a[href^="https://bcove.video"]:after {
  content: "";
  padding-left: 0; }

.main .content-page a[href$=".mp3"] {
  background: url(/ui/images/audio.png) no-repeat right center;
  padding: 0 20px 0 0; }

.content-page .rss {
  background: url(/ui/images/rss.png) no-repeat right center;
  padding: 0 20px 0 0; }

.main .content-page a[href^="http:"],
.main .content-page a[href^="https:"],
.main .content-page a[href^="//"] {
  background: none;
  padding-left: 0;
  padding-right: 0; }

.main .content-page a[href$=".wmv"],
.main .content-page a[href$=".webm"],
.main .content-page a[href$=".wvx"],
.main .content-page a[href$=".mov"],
.main .content-page a[href$=".mp4"],
.main .content-page a[href$=".asx"],
.main .content-page a[href$=".rm/play"],
.main .content-page a[href$="live.rm/play"],
.main .content-page a[href$=".mpg"],
.main .content-page a[href^="http://players.brightcove.net/"],
.main .content-page a[href^="https://players.brightcove.net/"],
.main .content-page a[href^="https://bcove.video"] {
  background: url(/ui/images/video.png) no-repeat right center;
  padding: 0 19px 0 0; }

body {
  color: #333333;
  background: #ffffff;
  padding: 0;
  font-weight: normal;
  line-height: 1.5; }

.skip a {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .skip a:active, .skip a:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    width: 98%;
    background: #43285D;
    color: #ffffff;
    padding: 1%;
    display: block;
    text-align: center; }

.page {
  margin: 0 auto; }

.main {
  background: #ffffff;
  margin: 0;
  padding: 0; }
  .main h1 a {
    text-decoration: none; }
  .main p a,
  .main li a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    /* Non standard for webkit */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  .lt-ie9 .main {
    float: right;
    width: 100%;
    padding: 0; }
    .lt-ie9 .main:before, .lt-ie9 .main:after {
      content: " ";
      display: table; }
    .lt-ie9 .main:after {
      clear: both; }
    .lt-ie8 .lt-ie9 .main {
      zoom: 1; }
  @media screen and (min-width: 50em) {
    .main {
      float: right;
      width: 100%;
      padding: 0; }
      .main:before, .main:after {
        content: " ";
        display: table; }
      .main:after {
        clear: both; }
      .lt-ie8 .main {
        zoom: 1; } }
  .ie7 .arabic .main {
    zoom: 1;
    overflow: hidden; }
  .main .content-page {
    margin-left: 0;
    width: 100%;
    overflow: hidden; }
    @media screen and (min-width: 64em) {
      .main .content-page {
        width: auto; } }
    .main .content-page h2 {
      font-weight: 800;
      color: #0271A1;
      clear: both; }
    .main .content-page h3 {
      font-weight: 700;
      color: #6F5091; }
    .main .content-page section {
      max-width: 42em;
      margin: 0 auto;
      border-bottom: none;
      padding: 0 1.75em 5em; }
      @media screen and (min-width: 64em) {
        .main .content-page section {
          padding: 0 0 5em 0; } }
    .main .content-page .download {
      margin: 1em 1em; }
    .main .content-page p.trail {
      color: #242424;
      padding: 1.5em 1em 0 1.25em;
      letter-spacing: 0.05em;
      font-weight: 300;
      margin: 1.5em auto;
      font-size: 0.85em; }
      .main .content-page p.trail a {
        text-decoration: none;
        color: #525357; }
        .main .content-page p.trail a:hover, .main .content-page p.trail a:focus {
          color: #242424;
          text-decoration: underline; }
        .main .content-page p.trail a:after {
          content: ' \2192';
          text-decoration: none;
          margin-left: 0.5em;
          font-weight: 300 !important;
          margin-right: 0.3em;
          color: #242424;
          display: inline-block;
          vertical-align: middle;
          margin-top: -0.25em; }
          .lt-ie8 .main .content-page p.trail a:after {
            zoom: 1;
            display: inline;
            vertical-align: auto; }
        .lt-ie8 .main .content-page p.trail a {
          margin-right: 5px;
          padding-right: 8px;
          border-right: 1px solid #f6f8f8; }
      .main .content-page p.trail.sticky-above {
        padding-top: 1em; }
      @media screen and (min-width: 48em) {
        .main .content-page p.trail {
          padding: 2em 2em 0 2.35em;
          margin: 0 auto; }
          .main .content-page p.trail.sticky-above {
            padding-top: 9em; } }
    .lt-ie9 .main .content-page.has-nav {
      margin-left: 0;
      max-width: none; }
    @media screen and (min-width: 48em) {
      .main .content-page.has-nav {
        margin-left: 0;
        max-width: none; } }
    .main .content-page.has-nav .search-in-section {
      margin-right: -2em;
      margin-left: -2em;
      margin-bottom: 1.5em; }
      @media screen and (min-width: 64em) {
        .main .content-page.has-nav .search-in-section {
          margin-left: -3em;
          margin-right: -2em;
          margin-bottom: 1.5em; } }
    .main .content-page.has-nav section.archives, .main .content-page.has-nav section.form {
      margin-left: 0; }
    @media screen and (min-width: 64em) {
      .main .content-page.has-nav {
        padding-left: 20px;
        position: relative; }
        .main .content-page.has-nav.stuck {
          margin-left: 330px; }
        .main .content-page.has-nav section.archives, .main .content-page.has-nav section.form {
          margin-left: -3em;
          margin-right: -2em;
          margin-bottom: 1.5em; } }
    .main .content-page.has-nav section {
      margin: 1em auto;
      padding-top: 0.25em;
      padding-right: 2em;
      padding-left: 2em;
      padding-bottom: 2em;
      border-bottom: 1px dashed #f6f8f8; }
      .lt-ie9 .main .content-page.has-nav section {
        padding-bottom: 4em;
        margin-bottom: 12em; }
      @media screen and (min-width: 48em) {
        .main .content-page.has-nav section {
          padding-bottom: 4em;
          margin-bottom: 12em; } }
      .lt-ie9 .main .content-page.has-nav section {
        margin: 0 1em 2em 0; }
      @media screen and (min-width: 64em) {
        .main .content-page.has-nav section {
          margin: 0 1em 2em 0; } }

.footer {
  clear: both;
  text-align: center;
  margin-bottom: 0; }
  .footer:before, .footer:after {
    content: " ";
    display: table; }
  .footer:after {
    clear: both; }
  .lt-ie8 .footer {
    zoom: 1; }

.lt-ie9 .footer-eng {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }
@media screen and (min-width: 69.375em) {
  .footer-eng {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; } }

.upper {
  clear: both;
  padding-top: 0.3125em;
  padding-bottom: 2em;
  text-align: center; }
  .upper p a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5em;
    color: #333333;
    margin: auto;
    padding: 0.375em;
    background-color: #525357;
    position: fixed;
    z-index: 999;
    bottom: 1.5em;
    right: 1.5em;
    text-align: right;
    opacity: 0.0;
    border: 2px solid #BBBCBC;
    transition: opacity .25s ease-in-out; }
    .upper p a .icon-bracket_left:before {
      color: #ffffff;
      transform: rotate(90deg);
      display: block; }
    .upper p a.on {
      opacity: 0.4;
      transition: opacity .25s ease-in-out; }
      .upper p a.on:hover {
        opacity: 0.8; }

p.icon-desc {
  float: left;
  width: 188px;
  padding: 6px;
  margin-top: -1em;
  margin-right: 0.9375em;
  background: #f6f8f8;
  clear: left;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 0.74em; }
  @media screen and (max-width: 42.8125em) {
    p.icon-desc {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; } }

.icon {
  float: left;
  width: 30px;
  padding: 0; }

.icon-wide {
  float: left;
  width: 200px;
  padding: 0.3125em 0.75em 0.75em 0; }
  @media screen and (max-width: 42.8125em) {
    .icon-wide {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; } }

.content-page p.right {
  max-width: 17em; }
  .lt-ie9 .content-page p.right {
    max-width: 20em; }
  @media screen and (min-width: 75em) {
    .content-page p.right {
      max-width: 20em; } }

.right {
  float: right;
  margin: 0 0 0.625em 0.625em; }
  @media screen and (max-width: 42.8125em) {
    .right {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; } }

.left {
  float: left;
  margin: 0 0.625em 0.625em 0; }
  @media screen and (max-width: 42.8125em) {
    .left {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; } }

.instructions {
  color: #523178;
  font-size: 0.8em; }

.date {
  font-weight: bold;
  color: #333333; }

.error .main:before, .error .main:after {
  content: " ";
  display: table; }
.error .main:after {
  clear: both; }
.lt-ie8 .error .main {
  zoom: 1; }

main {
  width: auto; }
  main h1.page-heading {
    margin: 0;
    padding: 0.5em;
    padding-left: 30px;
    background: #6F5091;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.04em; }
    main h1.page-heading.stuck {
      position: fixed;
      top: 0;
      z-index: 12;
      font-size: 1.25em;
      width: 100%;
      text-rendering: optimizeLegibility;
      letter-spacing: -0.01em;
      -webkit-font-smoothing: antialiased;
      padding-top: 0.35em;
      padding-bottom: 0.35em; }

.hide-on-mobile {
  display: none;
  visibility: hidden; }
  .lt-ie9 .hide-on-mobile {
    display: block;
    visibility: visible; }
  @media screen and (min-width: 48em) {
    .hide-on-mobile {
      display: block;
      visibility: visible; } }

.hide-on-desktop {
  display: block;
  visibility: visible; }
  .lt-ie9 .hide-on-desktop {
    display: none;
    visibility: hidden; }
  @media screen and (min-width: 48em) {
    .hide-on-desktop {
      display: none;
      visibility: hidden; } }

.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

div#result {
  padding-top: 10px;
  padding-bottom: 2em; }
  @media screen and (min-width: 48em) {
    div#result {
      padding-top: 40px;
      padding-bottom: 6em; } }

.vertical-card-row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto;
  clear: both; }
  .vertical-card-row article {
    width: 100%;
    border: 1px solid #dadada;
    min-height: 250px;
    padding-bottom: 75px;
    margin: 10px 0;
    position: relative; }
    .vertical-card-row article .type {
      color: #ffffff;
      background-color: #43285D;
      font-family: "Oswald-book", Arial, sans-serif;
      font-size: 100%;
      padding: 6px 20px;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none;
      position: absolute;
      top: 0px; }
    .vertical-card-row article img {
      width: 100%;
      height: auto; }
    .vertical-card-row article h2, .vertical-card-row article h3 {
      color: #0f79a7;
      padding: 5px 40px;
      line-height: 24px;
      display: block;
      line-height: 1.2;
      overflow: hidden;
      font-size: 1.5em;
      font-weight: 600;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .vertical-card-row article p {
      padding-right: 40px;
      padding-left: 40px;
      margin: 1.25em 0; }
      .vertical-card-row article p a {
        border-bottom: dotted #06598a 1px; }
        .vertical-card-row article p a:hover, .vertical-card-row article p a:focus {
          border-bottom: none; }
    .vertical-card-row article footer {
      width: 100%;
      padding: 20px 30px;
      background: #f6f8f8;
      border-left: none;
      border-top: 1px solid #dadada;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "ProximaNovaBold","sans-serif";
      bottom: 0px;
      position: absolute;
      box-sizing: border-box; }
    .vertical-card-row article a {
      text-decoration: none; }
      .vertical-card-row article a:hover, .vertical-card-row article a:focus {
        text-decoration: underline; }
  @media screen and (min-width: 48em) {
    .vertical-card-row {
      max-width: 82em; }
      .vertical-card-row article {
        width: 31%;
        margin: 1.75em auto; }
        .vertical-card-row article .type {
          font-size: 90%; }
      .vertical-card-row img {
        height: auto;
        width: 100%; }
      .vertical-card-row.four-cards {
        font-size: 80%;
        max-width: 90em; }
        .vertical-card-row.four-cards article {
          width: 46%; }
          .vertical-card-row.four-cards article h2, .vertical-card-row.four-cards article h3 {
            padding: 5px 30px; }
          .vertical-card-row.four-cards article p {
            padding-left: 30px;
            padding-right: 30px; }
          .vertical-card-row.four-cards article footer {
            padding: 20px 30px; }
      .vertical-card-row.three-cards {
        font-size: 90%; }
        .vertical-card-row.three-cards article {
          width: 30%; } }
  .lt-ie9 .vertical-card-row.four-cards article {
    width: 22%; }
  @media screen and (min-width: 64em) {
    .vertical-card-row.four-cards article {
      width: 22%; } }

.horizontal-card-col {
  padding-top: 2em;
  box-sizing: border-box;
  justify-content: center;
  width: 99%;
  margin: auto;
  clear: both; }
  .horizontal-card-col article {
    border: 1px solid #dadada;
    margin: 0.5em;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .horizontal-card-col article .card-image {
      flex: 1 0 auto;
      min-height: 250px; }
      .horizontal-card-col article .card-image img {
        width: 100%; }
    .horizontal-card-col article .type {
      color: #ffffff;
      background-color: #43285D;
      font-family: "Oswald-book", Arial, sans-serif;
      font-size: 100%;
      padding: 6px 20px;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none;
      position: absolute;
      top: 0px; }
    .horizontal-card-col article .card-content {
      flex: 1 0 auto;
      padding-bottom: 50px;
      overflow: hidden; }
      .horizontal-card-col article .card-content h2, .horizontal-card-col article .card-content h3 {
        color: #0f79a7;
        padding: 0.75em 1em 0.5em 1em;
        display: block;
        overflow: hidden;
        margin: 0 0 0;
        font-size: 1.5em;
        font-weight: 600; }
        .horizontal-card-col article .card-content h2 a, .horizontal-card-col article .card-content h3 a {
          text-decoration: none; }
          .horizontal-card-col article .card-content h2 a:hover, .horizontal-card-col article .card-content h2 a:focus, .horizontal-card-col article .card-content h3 a:hover, .horizontal-card-col article .card-content h3 a:focus {
            text-decoration: underline; }
        .horizontal-card-col article .card-content h2 a[href^="http:"]:after,
        .horizontal-card-col article .card-content h2 a[href^="https:"]:after, .horizontal-card-col article .card-content h3 a[href^="http:"]:after,
        .horizontal-card-col article .card-content h3 a[href^="https:"]:after {
          font-size: 22px; }
      .horizontal-card-col article .card-content p {
        padding-right: 1.67em;
        padding-left: 1.67em;
        max-width: none;
        overflow: hidden; }
        .horizontal-card-col article .card-content p:first-of-type {
          margin-top: 0; }
      .horizontal-card-col article .card-content footer {
        width: 100%;
        padding: 14px 24px;
        background: #f6f8f8;
        border-left: none;
        border-top: 1px solid #dadada;
        font-weight: bold;
        text-transform: uppercase;
        font-family: "ProximaNovaBold","sans-serif";
        bottom: 0px;
        position: absolute;
        box-sizing: border-box; }
        .horizontal-card-col article .card-content footer a {
          text-decoration: none;
          background: none; }
          .horizontal-card-col article .card-content footer a:hover, .horizontal-card-col article .card-content footer a:focus {
            text-decoration: underline; }
    .horizontal-card-col article.no-img .card-content {
      flex: 1 0;
      padding-top: 2em; }
  .horizontal-card-col.no-img article .card-content {
    flex: 1 0;
    padding-top: 2em; }
  .horizontal-card-col.no-type article .card-content {
    padding-top: 1em; }
  .horizontal-card-col.no-footer article .card-content {
    padding-bottom: 1em; }
  .lt-ie9 .horizontal-card-col {
    max-width: 48em; }
    .lt-ie9 .horizontal-card-col article:not(.extra-space) {
      flex-direction: row;
      flex: 1 0 auto;
      flex-wrap: nowrap; }
      .lt-ie9 .horizontal-card-col article:not(.extra-space) .type {
        font-size: 90%; }
      .lt-ie9 .horizontal-card-col article:not(.extra-space) .card-image {
        flex: 1.2 0 30%;
        min-height: none; }
      .lt-ie9 .horizontal-card-col article:not(.extra-space) .card-content {
        flex: 2.8 0 70%; }
        .lt-ie9 .horizontal-card-col article:not(.extra-space) .card-content p {
          padding-right: 4em; }
    .lt-ie9 .horizontal-card-col article.extra-space .card-content {
      flex: auto; }
  @media screen and (min-width: 48em) {
    .horizontal-card-col {
      max-width: 48em; }
      .horizontal-card-col article:not(.extra-space) {
        flex-direction: row;
        flex: 1 0 auto;
        flex-wrap: nowrap; }
        .horizontal-card-col article:not(.extra-space) .type {
          font-size: 90%; }
        .horizontal-card-col article:not(.extra-space) .card-image {
          flex: 1.2 0 30%;
          min-height: none; }
        .horizontal-card-col article:not(.extra-space) .card-content {
          flex: 2.8 0 70%; }
          .horizontal-card-col article:not(.extra-space) .card-content p {
            padding-right: 4em; }
      .horizontal-card-col article.extra-space .card-content {
        flex: auto; } }

.hero {
  margin-top: -1em;
  padding: 250px 0 0; }
  .hero .banner {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5em 1.5em;
    background-color: #6F5091; }
    .hero .banner h1, .hero .banner h2 {
      font-weight: 600;
      color: #ffffff;
      text-shadow: 1px 1px 6px #333333;
      letter-spacing: -0.02em;
      font-size: 1.5em;
      margin: 0; }
    .hero .banner a {
      margin-top: 1em;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      padding: 1em 2em !important;
      letter-spacing: 2px;
      font-size: smaller;
      white-space: nowrap;
      text-decoration: none;
      border: 1px solid #ffffff;
      display: inline-block;
      clear: both; }
      .hero .banner a:hover, .hero .banner a:active {
        background-color: #644883; }
      .hero .banner a:after {
        content: none !important; }
      .hero .banner a.second-button {
        margin-top: 1.5em;
        margin-left: auto; }
        @media screen and (min-width: 42.8125em) {
          .hero .banner a.second-button {
            margin-top: auto;
            margin-left: 5em; } }
    .hero .banner p {
      color: #ffffff; }
  .lt-ie9 .hero {
    padding: 3.5em 1.5em; }
    .lt-ie9 .hero .banner {
      max-width: 35em;
      padding: 2em 2em 4em;
      margin: 0 1em;
      background-color: rgba(111, 80, 145, 0.9); }
      .lt-ie9 .hero .banner h1, .lt-ie9 .hero .banner h2 {
        font-size: 2.25em;
        font-weight: 800; }
  @media screen and (min-width: 48em) {
    .hero {
      padding: 3.5em 1.5em; }
      .hero .banner {
        max-width: 35em;
        padding: 2em 2em 4em;
        margin: 0 1em;
        background-color: rgba(111, 80, 145, 0.9); }
        .hero .banner h1, .hero .banner h2 {
          font-size: 2.25em;
          font-weight: 800; } }

.main .content-page .featured {
  margin: 0 auto; }
  .main .content-page .featured h2 {
    background-color: #3c2454;
    color: #ffffff;
    padding: 1.5em 0;
    font-size: 1.5em;
    font-family: "Oswald-book", Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    display: block;
    max-width: none; }
  .main .content-page .featured:after {
    content: " ";
    width: 0;
    height: 0;
    display: block;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3c2454;
    margin: 0 auto; }

.main .content-page section.archives {
  background: #523178;
  width: auto;
  padding: 1em 0 4em 0;
  max-width: none; }
  .main .content-page section.archives h3 {
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #ffffff;
    font-family: "Oswald-book", Arial, sans-serif;
    letter-spacing: 2px;
    max-width: none; }
  .main .content-page section.archives ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    max-width: 55em;
    width: 100%; }
    .main .content-page section.archives ul li {
      min-width: 150px;
      margin: 1em 0.5em; }
      .main .content-page section.archives ul li a {
        color: #ffffff;
        background: #6F5091;
        display: block;
        text-align: center;
        padding: 0.75em 1.5em;
        font-weight: 600;
        letter-spacing: 2px;
        text-decoration: none;
        transition: all 0.3s ease; }
        .main .content-page section.archives ul li a:hover, .main .content-page section.archives ul li a:focus {
          background: #ffffff;
          color: #523178;
          font-weight: 800;
          letter-spacing: 3px; }
  @media screen and (min-width: 64em) {
    .main .content-page section.archives {
      margin: -60px 0 2em -2em;
      padding-top: 80px; } }
.main .content-page .search-in-section {
  background: #24387E;
  padding-bottom: 1.5em;
  padding-left: 1em;
  padding-right: 1em; }
  .main .content-page .search-in-section form {
    margin: 0 auto;
    max-width: none; }
    .main .content-page .search-in-section form label {
      color: #ffffff;
      font-size: 1.618em;
      font-weight: 600;
      line-height: 2;
      letter-spacing: -1px; }
    .main .content-page .search-in-section form p {
      margin: 0 0 0 0; }
    .main .content-page .search-in-section form .search-field {
      background: #ffffff;
      border-radius: 1em;
      padding: 0.25em 0.5em; }
      .main .content-page .search-in-section form .search-field input[type=text] {
        border: none;
        height: 30px;
        padding-left: 8px;
        font-size: 115%;
        font-weight: normal;
        width: 85%;
        font-family: "Proxima Nova", Arial, sans-serif; }
      .main .content-page .search-in-section form .search-field button {
        background: none;
        border: none;
        float: right; }
        .main .content-page .search-in-section form .search-field button .icon-search {
          color: #ccc;
          padding: 4px;
          float: right;
          font-size: 20px;
          width: 25px;
          overflow: hidden; }
  .lt-ie9 .main .content-page .search-in-section form {
    max-width: 42em; }
  @media screen and (min-width: 48em) {
    .main .content-page .search-in-section form {
      max-width: 42em; } }
.main .content-page aside.call-out {
  float: none;
  width: auto;
  position: relative;
  margin: 1em 0;
  background: #f6f8f8;
  color: #242424;
  border: 1px #dadada solid;
  padding: 1.5em; }
  .main .content-page aside.call-out h3 {
    color: #6F5091;
    font-size: 1.25em;
    font-weight: 700;
    margin-top: .5em;
    margin-bottom: 0.5em;
    letter-spacing: 0.015em;
    line-height: 1.3; }
    .main .content-page aside.call-out h3 a {
      background: none;
      text-decoration: none; }
      .main .content-page aside.call-out h3 a:hover {
        text-decoration: underline; }
  .main .content-page aside.call-out p {
    font-size: 0.9em;
    letter-spacing: 0.035em; }
  .main .content-page aside.call-out:after, .main .content-page aside.call-out:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    display: none;
    pointer-events: none; }
    .lt-ie9 .main .content-page aside.call-out:after, .lt-ie9 .main .content-page aside.call-out:before {
      display: block; }
    @media screen and (min-width: 48em) {
      .main .content-page aside.call-out:after, .main .content-page aside.call-out:before {
        display: block; } }
  .main .content-page aside.call-out:after {
    border-color: rgba(246, 248, 248, 0);
    border-right-color: #f6f8f8;
    border-width: 15px;
    margin-top: -15px; }
  .main .content-page aside.call-out:before {
    border-color: rgba(228, 228, 228, 0);
    border-right-color: #dadada;
    border-width: 17px;
    margin-top: -17px; }
  .lt-ie9 .main .content-page aside.call-out {
    float: right;
    clear: right;
    width: 15em;
    margin: 1.5em 1em;
    font-size: smaller; }
  @media screen and (min-width: 48em) {
    .main .content-page aside.call-out {
      float: right;
      clear: right;
      width: 15em;
      margin: 1.5em 1em;
      font-size: smaller; } }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon {
  position: relative;
  top: 1px; }

.icon:before {
  color: #D5820D; }

.icon-right_carat:before {
  content: "\e61b"; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon'; }

.photo {
  max-width: 250px;
  background: #ffffff;
  position: relative;
  margin: 0 auto;
  padding: 0.625em;
  clear: right;
  border-top: 1px solid #f6f8f8;
  border-left: 1px solid #f6f8f8;
  border-right: 1px solid #f6f8f8;
  border-bottom: 1px solid #f6f8f8; }
  .photo img {
    margin-bottom: 0.4375em;
    width: 100%; }
  .lt-ie9 .photo {
    float: right;
    margin: 5px 0 10px 10px; }
  @media screen and (min-width: 42.8125em) {
    .photo {
      float: right;
      margin: 5px 0 10px 10px; } }

.medium {
  max-width: 300px; }

.wide {
  max-width: 450px; }

.photo-small {
  max-width: 200px; }

aside.more-info {
  overflow: hidden;
  background-color: #f6f8f8;
  color: #525357;
  border: none;
  border-left: 5px solid #dadada;
  padding: 1em 2em;
  max-width: 39em; }
  aside.more-info h3 {
    color: #525357; }
  aside.more-info p {
    font-size: .9em;
    max-width: 41em; }

.content-page section.form form div.notification {
  max-width: 42em;
  margin: 1em auto; }
  .content-page section.form form div.notification h2, .content-page section.form form div.notification h3 {
    text-transform: none;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-weight: 800;
    text-align: left;
    font-size: 1em;
    padding: 0; }
  .content-page section.form form div.notification p {
    padding-left: 0; }

div.notification, .content-page section.form div.notification {
  overflow: hidden;
  color: #000000;
  border: none;
  margin-top: 1em;
  display: block;
  clear: both;
  margin-bottom: 1em;
  border-left: 7px solid;
  padding: 0.5em 1.5em 0.75em 1.5em; }
  div.notification.info-box, .content-page section.form div.notification.info-box {
    background-color: #D4D5E3;
    border-left-color: #6F5091; }
    div.notification.info-box h2, div.notification.info-box h3, .content-page section.form div.notification.info-box h2, .content-page section.form div.notification.info-box h3 {
      color: #43285D; }
  div.notification.message-box, .content-page section.form div.notification.message-box {
    background-color: #D6E5EB;
    border-left-color: #0B5584; }
    div.notification.message-box h2, div.notification.message-box h3, .content-page section.form div.notification.message-box h2, .content-page section.form div.notification.message-box h3 {
      color: #063755; }
  div.notification.notice-box, .content-page section.form div.notification.notice-box {
    background-color: #ffeaea;
    border-left-color: #8C1C1C; }
    div.notification.notice-box h2, div.notification.notice-box h3, .content-page section.form div.notification.notice-box h2, .content-page section.form div.notification.notice-box h3 {
      color: #8b2f2d; }
      div.notification.notice-box h2 a, div.notification.notice-box h3 a, .content-page section.form div.notification.notice-box h2 a, .content-page section.form div.notification.notice-box h3 a {
        color: #8b2f2d;
        text-decoration: underline; }
  div.notification h2, .content-page section.form div.notification h2 {
    font-size: 1.5em; }
  div.notification h3, .content-page section.form div.notification h3 {
    font-size: 1.25em; }
  div.notification p, .content-page section.form div.notification p {
    font-size: .9em;
    max-width: 41em; }

ul.columns-3 {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  list-style-type: disc; }
  @media screen and (min-width: 42.8125em) {
    ul.columns-3 {
      columns: 3;
      -webkit-columns: 3;
      -moz-columns: 3; }
      ul.columns-3 li {
        margin-left: 1em; } }

ul.columns-2 {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  list-style-type: disc; }
  @media screen and (min-width: 42.8125em) {
    ul.columns-2 {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
      ul.columns-2 li {
        margin-left: 1em; } }

.main .content-page section a[aria-describedby="footnotes"] {
  text-decoration: underline;
  /* 2 */
  cursor: default;
  /* 2 */
  outline: none;
  /* 2 */ }
.main .content-page section a[aria-describedby="footnotes"]::after {
  content: '[1]';
  /* 1 */
  vertical-align: super;
  /* 2 */
  font-size: 0.7em;
  /* 3 */
  margin-left: 2px;
  /* 4 */
  text-decoration: none;
  /* 5 */
  cursor: pointer;
  /* 5 */ }
.main .content-page section a[aria-describedby="footnotes"]:focus::after {
  outline: thin dotted;
  outline-offset: 2px; }
.main .content-page section footer.footnotes {
  overflow: hidden;
  background-color: #f6f8f8;
  color: #525357;
  border: 1px solid #dadada;
  line-height: 1.3;
  font-size: smaller;
  padding: 0.4375em 30px;
  margin: 1em 1em; }
  .main .content-page section footer.footnotes h2 {
    color: #525357; }
  .main .content-page section footer.footnotes a[aria-label="Back to content"] {
    text-decoration: none; }
    .main .content-page section footer.footnotes a[aria-label="Back to content"]:hover, .main .content-page section footer.footnotes a[aria-label="Back to content"]:focus {
      font-weight: bold; }
.main .content-page section footer.footnotes :target {
  background: #fff49a; }

span.only-ie8 {
  display: none;
  visibility: hidden; }

.lt-ie9 span.only-ie8 {
  display: inline;
  visibility: visible; }

/*Accessible Modals 
Adapted from:  https://github.com/scottaohara/accessible_modal_window#accessible-modal-dialog */
*, *:after, *:before {
  box-sizing: border-box; }

/**
 * Including the at-only style with the dialog CSS as it is required
 * to visually hide a dialog's heading if desired.
 */
.at-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

/**
 * Trigger styling
 */
[data-modal-open][hidden] {
  display: none; }

/**
 * When a modal dialog is open, don't allow scrolling of content
 * beneath (on desktop). Also useful in negating instances of
 * double scroll bars.
 * (browser window + dialog if long enough content)
 */
body.modal-open {
  overflow: hidden; }

/**
 * Modal Dialog base styling
 */
.js [data-modal],
.a11y-modal {
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border: 1px #dadada;
  bottom: 0;
  box-shadow: 0 0 1800px 400px rgba(0, 0, 0, 0.6);
  left: 0;
  margin: auto;
  max-height: 90%;
  max-width: 768px;
  opacity: 1;
  overflow: auto;
  padding: 1.25em 1.25em 1.25em 2em;
  position: fixed;
  right: 0;
  top: 100px;
  transform: translateY(0%);
  visibility: visible;
  width: 100%;
  z-index: 10;
  /* this should be more than enough... */ }

@media screen and (min-width: 48em) {
  .js [data-modal],
  .a11y-modal {
    bottom: auto;
    top: 43%;
    transform: translateY(-40%);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out; } }
/**
 * To allow for CSS animations, hidden modal dialogs are
 * not set to display: none, but rather the following rule
 * set, in combination with the dialog's default
 * position: fixed, will keep dialogs hidden from
 * all users until opened.
 *
 * This also solves an issue with iOS VO + Safari not allowing
 * modal dialogs to be focused, if the dialog is initially
 * set to "display: none".
 */
.js [data-modal][hidden]
.a11y-modal[hidden] {
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15vh);
  visibility: hidden; }

.a11y-modal__close-btn {
  border: none; }

.is-icon-btn {
  background: none;
  border: none;
  height: 1em;
  padding: 0;
  position: absolute;
  right: .75em;
  top: .75em;
  width: 1em;
  color: #8b2f2d; }

.is-icon-btn:hover [data-modal-x],
.is-icon-btn:focus [data-modal-x] {
  color: #6f2624;
  transform: scale(0.9) rotate(45deg);
  transition: transform .2s ease-in-out; }

[data-modal-x] {
  border-right: 4px solid;
  bottom: 0;
  display: block;
  height: 1em;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: relative;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 2px; }

[data-modal-x]:after {
  border-right: 4px solid;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-90deg);
  width: 100%; }

[data-modal-open] {
  cursor: pointer; }

.main .content-page section.press-release {
  max-width: none;
  padding: 0; }
  .main .content-page section.press-release header {
    overflow: hidden;
    display: block;
    position: relative;
    min-height: 350px;
    background: #6F5091; }
    .main .content-page section.press-release header .published-date {
      position: absolute;
      top: 0.75em;
      left: 0;
      display: inline-block;
      color: #ffffff;
      font-size: 0.75em;
      text-transform: uppercase;
      font-weight: 700;
      text-rendering: optimizelegibility;
      padding: 10px 15px;
      text-shadow: 2px 2px 3px #242424; }
      .main .content-page section.press-release header .published-date.contrast {
        top: 0.50em;
        background: rgba(111, 80, 145, 0.75); }
      @media screen and (min-width: 48em) {
        .main .content-page section.press-release header .published-date {
          left: 40px; } }
    .main .content-page section.press-release header h1 {
      font-weight: 800;
      letter-spacing: -1px;
      position: absolute;
      top: 0.77em;
      color: #ffffff;
      left: 0;
      width: 85%;
      line-height: 1.2;
      font-size: 2em;
      padding: 10px 15px;
      text-shadow: 1px 1px 6px #242424; }
      .main .content-page section.press-release header h1.contrast {
        background: rgba(111, 80, 145, 0.75); }
      @media screen and (min-width: 48em) {
        .main .content-page section.press-release header h1 {
          font-size: 2.25em;
          width: 60%;
          left: 40px; } }
    .main .content-page section.press-release header .social {
      display: inline-block;
      text-align: right;
      float: right;
      position: absolute;
      padding: 0.6em 0 0.5em 30px;
      bottom: 0;
      background: #6F5091;
      right: 0;
      width: 100%; }
      .main .content-page section.press-release header .social span {
        font-weight: 800;
        color: #ffffff;
        font-size: 0.75em;
        text-transform: uppercase;
        letter-spacing: -1px;
        padding-right: 10px;
        vertical-align: middle; }
      .main .content-page section.press-release header .social a[href^="mailto:"], .main .content-page section.press-release header .social a[href^="http:"], .main .content-page section.press-release header .social a[href^="https:"] {
        background-image: none !important;
        text-decoration: none;
        padding: 0 15px;
        vertical-align: middle; }
        .main .content-page section.press-release header .social a[href^="mailto:"]:after, .main .content-page section.press-release header .social a[href^="http:"]:after, .main .content-page section.press-release header .social a[href^="https:"]:after {
          padding-left: 0;
          content: "";
          display: none; }
      .main .content-page section.press-release header .social a {
        color: #ffffff; }
        .main .content-page section.press-release header .social a:hover, .main .content-page section.press-release header .social a:focus {
          color: #f5a81c; }
      .main .content-page section.press-release header .social.no-js {
        display: none; }
    .main .content-page section.press-release header.has-photo {
      min-height: 0;
      max-height: 30em;
      height: auto; }
      @media screen and (min-width: 80em) {
        .main .content-page section.press-release header.has-photo {
          max-height: 25em;
          height: auto; } }
      .main .content-page section.press-release header.has-photo img {
        position: relative;
        /* corrects small inline gap at bottom of containing div */
        width: 100%;
        min-height: 20em;
        max-width: none;
        object-fit: cover; }
    @media screen and (min-width: 48em) {
      .main .content-page section.press-release header.stuck {
        position: fixed;
        top: 0;
        z-index: 10;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        vertical-align: middle;
        min-height: 0; }
        .main .content-page section.press-release header.stuck .published-date {
          display: none; }
        .main .content-page section.press-release header.stuck h1 {
          margin: 0;
          padding: 0.25em 1em 0.45em 30px;
          position: relative;
          font-size: 1.25em;
          line-height: 1.5em;
          height: 1.3em;
          left: 0;
          vertical-align: middle;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          float: left;
          top: 0;
          width: 57%;
          -webkit-box-orient: vertical;
          text-shadow: none; }
        .main .content-page section.press-release header.stuck img {
          display: none;
          visibility: hidden; }
        .main .content-page section.press-release header.stuck .social {
          width: 25%;
          min-width: 12em;
          float: right;
          position: relative;
          vertical-align: middle;
          margin-bottom: 0;
          bottom: auto; } }
  .main .content-page section.press-release h2 {
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    padding: 1.5em 30px 1em 30px; }
    @media screen and (min-width: 64em) {
      .main .content-page section.press-release h2 {
        padding: 1.5em 30 1em 30px; } }
  .main .content-page section.press-release h2 + h2 {
    padding: 0 30px 1em 30px; }
    @media screen and (min-width: 64em) {
      .main .content-page section.press-release h2 + h2 {
        padding: 0 30px 1em 30px; } }
  .main .content-page section.press-release h3 {
    max-width: 42em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 64em) {
      .main .content-page section.press-release h3 {
        padding-left: 0;
        padding-right: 0; } }
  .main .content-page section.press-release p, .main .content-page section.press-release dl {
    max-width: 42em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 64em) {
      .main .content-page section.press-release p, .main .content-page section.press-release dl {
        padding-left: 0;
        padding-right: 0; } }
  .main .content-page section.press-release ul, .main .content-page section.press-release ol, .main .content-page section.press-release table {
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 30px; }
    @media screen and (min-width: 64em) {
      .main .content-page section.press-release ul, .main .content-page section.press-release ol, .main .content-page section.press-release table {
        padding-left: 0;
        padding-right: 0; } }

/*! *** Don't forget to update /source/js/nys-global-nav-header.js version after you edit *** */
body {
  margin: 0; }

[class^="nys-global-header"] ul, [class^="nys-global-header"] li,
[class^="nys-global-footer"] ul,
[class^="nys-global-footer"] li {
  margin: 0;
  padding: 0; }
[class^="nys-global-header"] a,
[class^="nys-global-footer"] a {
  background-color: transparent; }
[class^="nys-global-header"] a:active,
[class^="nys-global-header"] a:hover,
[class^="nys-global-footer"] a:active,
[class^="nys-global-footer"] a:hover {
  outline: 0; }
[class^="nys-global-header"] img,
[class^="nys-global-footer"] img {
  border: 0; }
[class^="nys-global-header"] svg:not(:root),
[class^="nys-global-footer"] svg:not(:root) {
  overflow: hidden; }

div.nys-global-header {
  border-bottom: 4px solid #fff; }

.nys-global-header {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .018em;
  position: relative;
  font-weight: bold;
  font-style: normal; }
  .nys-global-header a,
  .nys-global-header a:link,
  .nys-global-header a:visited,
  .nys-global-header a:hover,
  .nys-global-header a:active {
    color: #fff;
    text-decoration: none;
    outline: 0; }
  .nys-global-header h1, .nys-global-header p {
    font-family: "D Sari Bold", Arial, sans-serif;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal; }
    .nys-global-header h1 a,
    .nys-global-header h1 a:link,
    .nys-global-header h1 a:visited,
    .nys-global-header h1 a:hover,
    .nys-global-header h1 a:active, .nys-global-header p a,
    .nys-global-header p a:link,
    .nys-global-header p a:visited,
    .nys-global-header p a:hover,
    .nys-global-header p a:active {
      display: block;
      padding-left: 30px;
      padding-right: 30px;
      color: #fff; }
    .nys-global-header h1 a:hover, .nys-global-header p a:hover {
      text-decoration: none;
      color: #fff; }
  .nys-global-header ul {
    padding: 0px 0px;
    margin: 0;
    display: none; }
    .nys-global-header ul li {
      padding: 0;
      margin: 0; }
      .nys-global-header ul li.nys-global-inactive {
        display: none; }
      .nys-global-header ul li.nys-global-active ul {
        display: block; }
  .nys-global-header ul > li > a[href='#']:after {
    background-image: url("../icons/icon-arrow-right.png");
    background-image: linear-gradient(transparent, transparent), url("../icons/icon-arrow-right.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    width: 2em;
    height: 1.2em;
    content: '';
    position: absolute;
    right: 10px;
    top: 39%; }
  .nys-global-header > ul {
    position: absolute;
    width: 255px;
    border-top: 4px solid #fff;
    z-index: 2; }
    .nys-global-header > ul li {
      display: block;
      list-style: none;
      position: relative; }
      .nys-global-header > ul li.nys-global-active > a:link, .nys-global-header > ul li.nys-global-active > a:visited {
        padding-left: 48px;
        font-weight: bold;
        letter-spacing: .03em;
        color: #fff; }
      .nys-global-header > ul li.nys-global-active > a:before {
        background-image: url("../icons/icon-arrow-left.png");
        background-image: linear-gradient(transparent, transparent), url("../icons/icon-arrow-left.svg");
        background-size: 16px;
        background-repeat: no-repeat;
        width: 2em;
        height: 1.2em;
        display: inline-block;
        content: '';
        position: absolute;
        left: 18px;
        top: 30px; }
      .nys-global-header > ul li.nys-global-active > a:after {
        background-image: none; }
      .nys-global-header > ul li a:link,
      .nys-global-header > ul li a:visited {
        display: block;
        padding: 30px 48px 30px 30px;
        font-family: "Proxima Nova", Arial, sans-serif;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        text-decoration: none;
        color: #fff;
        cursor: pointer; }
      .nys-global-header > ul li a:hover, .nys-global-header > ul li a:focus {
        text-decoration: underline;
        color: #fff; }
      .nys-global-header > ul li ul {
        padding: 0;
        display: none;
        position: initial;
        z-index: 5;
        width: 100%; }
        .nys-global-header > ul li ul > li > a {
          letter-spacing: .02em;
          font-weight: bold; }
  .nys-global-header .nys-global-active {
    display: block; }
  .nys-global-header .nav-toggle {
    text-indent: -9999px;
    color: transparent; }
    .nys-global-header .nav-toggle a#nys-menu-control,
    .nys-global-header .nav-toggle a#nys-menu-control:link,
    .nys-global-header .nav-toggle a#nys-menu-control:visited,
    .nys-global-header .nav-toggle a#nys-menu-control:hover,
    .nys-global-header .nav-toggle a#nys-menu-control:active {
      width: 65px;
      height: 80px;
      display: block;
      float: left;
      background-image: url("../icons/icon-menu.png");
      background-image: linear-gradient(transparent, transparent), url("../icons/icon-menu.svg");
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: 50%; }
    .nys-global-header .nav-toggle a#nys-search-control,
    .nys-global-header .nav-toggle a#nys-search-control:link,
    .nys-global-header .nav-toggle a#nys-search-control:visited,
    .nys-global-header .nav-toggle a#nys-search-control:hover,
    .nys-global-header .nav-toggle a#nys-search-control:active {
      width: 65px;
      height: 80px;
      cursor: pointer;
      display: block;
      float: left;
      background-image: url("../icons/icon-search.png");
      background-image: linear-gradient(transparent, transparent), url("../icons/icon-search.svg");
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: 50%;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }
  @media (min-width: 768px) {
    .nys-global-header.horizontal, .nys-global-header.vertical {
      font-weight: bold; }
      .nys-global-header.horizontal h1 a,
      .nys-global-header.horizontal h1 a:link,
      .nys-global-header.horizontal h1 a:visited,
      .nys-global-header.horizontal h1 a:hover,
      .nys-global-header.horizontal h1 a:active, .nys-global-header.horizontal p a,
      .nys-global-header.horizontal p a:link,
      .nys-global-header.horizontal p a:visited,
      .nys-global-header.horizontal p a:hover,
      .nys-global-header.horizontal p a:active, .nys-global-header.vertical h1 a,
      .nys-global-header.vertical h1 a:link,
      .nys-global-header.vertical h1 a:visited,
      .nys-global-header.vertical h1 a:hover,
      .nys-global-header.vertical h1 a:active, .nys-global-header.vertical p a,
      .nys-global-header.vertical p a:link,
      .nys-global-header.vertical p a:visited,
      .nys-global-header.vertical p a:hover,
      .nys-global-header.vertical p a:active {
        font-size: 20px;
        line-height: 26px; }
      .nys-global-header.horizontal.unstacked, .nys-global-header.vertical.unstacked {
        font-size: 14px;
        line-height: 18px; }
        .nys-global-header.horizontal.unstacked > ul, .nys-global-header.vertical.unstacked > ul {
          position: relative;
          display: block;
          border-top: 0;
          width: auto;
          vertical-align: bottom; }
          .nys-global-header.horizontal.unstacked > ul a, .nys-global-header.vertical.unstacked > ul a {
            border-bottom-width: 0;
            padding: 8px 15px; }
          .nys-global-header.horizontal.unstacked > ul li,
          .nys-global-header.horizontal.unstacked > ul li.hidden, .nys-global-header.vertical.unstacked > ul li,
          .nys-global-header.vertical.unstacked > ul li.hidden {
            display: inline-block;
            vertical-align: bottom; }
            .nys-global-header.horizontal.unstacked > ul li ul,
            .nys-global-header.horizontal.unstacked > ul li.hidden ul, .nys-global-header.vertical.unstacked > ul li ul,
            .nys-global-header.vertical.unstacked > ul li.hidden ul {
              position: absolute;
              width: auto;
              border-top: 4px solid #fff; }
              .nys-global-header.horizontal.unstacked > ul li ul li,
              .nys-global-header.horizontal.unstacked > ul li.hidden ul li, .nys-global-header.vertical.unstacked > ul li ul li,
              .nys-global-header.vertical.unstacked > ul li.hidden ul li {
                display: block; }
                .nys-global-header.horizontal.unstacked > ul li ul li a,
                .nys-global-header.horizontal.unstacked > ul li.hidden ul li a, .nys-global-header.vertical.unstacked > ul li ul li a,
                .nys-global-header.vertical.unstacked > ul li.hidden ul li a {
                  padding: 15px; }
            .nys-global-header.horizontal.unstacked > ul li:last-child ul,
            .nys-global-header.horizontal.unstacked > ul li.hidden:last-child ul, .nys-global-header.vertical.unstacked > ul li:last-child ul,
            .nys-global-header.vertical.unstacked > ul li.hidden:last-child ul {
              right: 0; }
        .nys-global-header.horizontal.unstacked .nav-toggle, .nys-global-header.vertical.unstacked .nav-toggle {
          display: none; }
        .nys-global-header.horizontal.unstacked h1, .nys-global-header.horizontal.unstacked p, .nys-global-header.vertical.unstacked h1, .nys-global-header.vertical.unstacked p {
          height: auto; }
          .nys-global-header.horizontal.unstacked h1 a,
          .nys-global-header.horizontal.unstacked h1 a:link,
          .nys-global-header.horizontal.unstacked h1 a:visited,
          .nys-global-header.horizontal.unstacked h1 a:hover,
          .nys-global-header.horizontal.unstacked h1 a:active, .nys-global-header.horizontal.unstacked p a,
          .nys-global-header.horizontal.unstacked p a:link,
          .nys-global-header.horizontal.unstacked p a:visited,
          .nys-global-header.horizontal.unstacked p a:hover,
          .nys-global-header.horizontal.unstacked p a:active, .nys-global-header.vertical.unstacked h1 a,
          .nys-global-header.vertical.unstacked h1 a:link,
          .nys-global-header.vertical.unstacked h1 a:visited,
          .nys-global-header.vertical.unstacked h1 a:hover,
          .nys-global-header.vertical.unstacked h1 a:active, .nys-global-header.vertical.unstacked p a,
          .nys-global-header.vertical.unstacked p a:link,
          .nys-global-header.vertical.unstacked p a:visited,
          .nys-global-header.vertical.unstacked p a:hover,
          .nys-global-header.vertical.unstacked p a:active {
            padding: 15px 30px 1px 30px; }
          .nys-global-header.horizontal.unstacked h1 span, .nys-global-header.horizontal.unstacked p span, .nys-global-header.vertical.unstacked h1 span, .nys-global-header.vertical.unstacked p span {
            display: inline-block; }
        .nys-global-header.horizontal.unstacked > ul, .nys-global-header.vertical.unstacked > ul {
          padding-left: 15px;
          display: inline-block; }
          .nys-global-header.horizontal.unstacked > ul li a,
          .nys-global-header.horizontal.unstacked > ul li a:link,
          .nys-global-header.horizontal.unstacked > ul li a:visited,
          .nys-global-header.horizontal.unstacked > ul li a:hover,
          .nys-global-header.horizontal.unstacked > ul li a:active, .nys-global-header.vertical.unstacked > ul li a,
          .nys-global-header.vertical.unstacked > ul li a:link,
          .nys-global-header.vertical.unstacked > ul li a:visited,
          .nys-global-header.vertical.unstacked > ul li a:hover,
          .nys-global-header.vertical.unstacked > ul li a:active {
            font-weight: bold;
            font-size: 14px;
            letter-spacing: .03em;
            padding-left: 15px; }
          .nys-global-header.horizontal.unstacked > ul li ul, .nys-global-header.vertical.unstacked > ul li ul {
            width: 170px; }
            .nys-global-header.horizontal.unstacked > ul li ul li a,
            .nys-global-header.horizontal.unstacked > ul li ul li a:link,
            .nys-global-header.horizontal.unstacked > ul li ul li a:visited,
            .nys-global-header.horizontal.unstacked > ul li ul li a:hover,
            .nys-global-header.horizontal.unstacked > ul li ul li a:active, .nys-global-header.vertical.unstacked > ul li ul li a,
            .nys-global-header.vertical.unstacked > ul li ul li a:link,
            .nys-global-header.vertical.unstacked > ul li ul li a:visited,
            .nys-global-header.vertical.unstacked > ul li ul li a:hover,
            .nys-global-header.vertical.unstacked > ul li ul li a:active {
              font-size: 12px;
              line-height: 17px;
              font-weight: bold; }
        .nys-global-header.horizontal.unstacked ul > li > a[href='#']:after, .nys-global-header.vertical.unstacked ul > li > a[href='#']:after {
          background-image: none;
          width: 0;
          margin: 0;
          display: none; }
        .nys-global-header.horizontal.unstacked > ul li.nys-global-active > a:before, .nys-global-header.vertical.unstacked > ul li.nys-global-active > a:before {
          background-image: none;
          width: 0;
          margin: 0;
          display: none; }
      .nys-global-header.horizontal.stacked, .nys-global-header.vertical.stacked {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .03em; }
        .nys-global-header.horizontal.stacked > ul, .nys-global-header.vertical.stacked > ul {
          width: 300px; }
          .nys-global-header.horizontal.stacked > ul a,
          .nys-global-header.horizontal.stacked > ul a:link,
          .nys-global-header.horizontal.stacked > ul a:visited,
          .nys-global-header.horizontal.stacked > ul a:hover,
          .nys-global-header.horizontal.stacked > ul a:active, .nys-global-header.vertical.stacked > ul a,
          .nys-global-header.vertical.stacked > ul a:link,
          .nys-global-header.vertical.stacked > ul a:visited,
          .nys-global-header.vertical.stacked > ul a:hover,
          .nys-global-header.vertical.stacked > ul a:active {
            font-weight: bold; }
          .nys-global-header.horizontal.stacked > ul li.nys-global-active > a:before, .nys-global-header.vertical.stacked > ul li.nys-global-active > a:before {
            background-size: 18px;
            top: 31px; }
        .nys-global-header.horizontal.stacked > ul > li > a[href='#']:after, .nys-global-header.vertical.stacked > ul > li > a[href='#']:after {
          background-size: 18px;
          top: 38%; } }
  @media (min-width: 1460px) {
    .nys-global-header.horizontal > ul,
    .nys-global-header.horizontal h1, .nys-global-header.horizontal p, .nys-global-header.vertical > ul,
    .nys-global-header.vertical h1, .nys-global-header.vertical p {
      display: inline-block; }
    .nys-global-header.unstacked.horizontal, .nys-global-header.stacked.horizontal, .nys-global-header.vertical {
      height: auto;
      font-size: 16px; }
      .nys-global-header.unstacked.horizontal h1, .nys-global-header.unstacked.horizontal p, .nys-global-header.stacked.horizontal h1, .nys-global-header.stacked.horizontal p, .nys-global-header.vertical h1, .nys-global-header.vertical p {
        width: 300px;
        padding-left: 30px; }
        .nys-global-header.unstacked.horizontal h1 a,
        .nys-global-header.unstacked.horizontal h1 a:link,
        .nys-global-header.unstacked.horizontal h1 a:visited,
        .nys-global-header.unstacked.horizontal h1 a:hover,
        .nys-global-header.unstacked.horizontal h1 a:active, .nys-global-header.unstacked.horizontal p a,
        .nys-global-header.unstacked.horizontal p a:link,
        .nys-global-header.unstacked.horizontal p a:visited,
        .nys-global-header.unstacked.horizontal p a:hover,
        .nys-global-header.unstacked.horizontal p a:active, .nys-global-header.stacked.horizontal h1 a,
        .nys-global-header.stacked.horizontal h1 a:link,
        .nys-global-header.stacked.horizontal h1 a:visited,
        .nys-global-header.stacked.horizontal h1 a:hover,
        .nys-global-header.stacked.horizontal h1 a:active, .nys-global-header.stacked.horizontal p a,
        .nys-global-header.stacked.horizontal p a:link,
        .nys-global-header.stacked.horizontal p a:visited,
        .nys-global-header.stacked.horizontal p a:hover,
        .nys-global-header.stacked.horizontal p a:active, .nys-global-header.vertical h1 a,
        .nys-global-header.vertical h1 a:link,
        .nys-global-header.vertical h1 a:visited,
        .nys-global-header.vertical h1 a:hover,
        .nys-global-header.vertical h1 a:active, .nys-global-header.vertical p a,
        .nys-global-header.vertical p a:link,
        .nys-global-header.vertical p a:visited,
        .nys-global-header.vertical p a:hover,
        .nys-global-header.vertical p a:active {
          padding: 0;
          font-size: 22px;
          line-height: 26px;
          display: table-cell;
          height: 75px;
          vertical-align: middle;
          padding-left: 15px; }
          .nys-global-header.unstacked.horizontal h1 a span,
          .nys-global-header.unstacked.horizontal h1 a:link span,
          .nys-global-header.unstacked.horizontal h1 a:visited span,
          .nys-global-header.unstacked.horizontal h1 a:hover span,
          .nys-global-header.unstacked.horizontal h1 a:active span, .nys-global-header.unstacked.horizontal p a span,
          .nys-global-header.unstacked.horizontal p a:link span,
          .nys-global-header.unstacked.horizontal p a:visited span,
          .nys-global-header.unstacked.horizontal p a:hover span,
          .nys-global-header.unstacked.horizontal p a:active span, .nys-global-header.stacked.horizontal h1 a span,
          .nys-global-header.stacked.horizontal h1 a:link span,
          .nys-global-header.stacked.horizontal h1 a:visited span,
          .nys-global-header.stacked.horizontal h1 a:hover span,
          .nys-global-header.stacked.horizontal h1 a:active span, .nys-global-header.stacked.horizontal p a span,
          .nys-global-header.stacked.horizontal p a:link span,
          .nys-global-header.stacked.horizontal p a:visited span,
          .nys-global-header.stacked.horizontal p a:hover span,
          .nys-global-header.stacked.horizontal p a:active span, .nys-global-header.vertical h1 a span,
          .nys-global-header.vertical h1 a:link span,
          .nys-global-header.vertical h1 a:visited span,
          .nys-global-header.vertical h1 a:hover span,
          .nys-global-header.vertical h1 a:active span, .nys-global-header.vertical p a span,
          .nys-global-header.vertical p a:link span,
          .nys-global-header.vertical p a:visited span,
          .nys-global-header.vertical p a:hover span,
          .nys-global-header.vertical p a:active span {
            display: inline-block; }
      .nys-global-header.unstacked.horizontal > ul, .nys-global-header.stacked.horizontal > ul, .nys-global-header.vertical > ul {
        padding: 0 0 0 30px; }
        .nys-global-header.unstacked.horizontal > ul li a,
        .nys-global-header.unstacked.horizontal > ul li a:link,
        .nys-global-header.unstacked.horizontal > ul li a:visited,
        .nys-global-header.unstacked.horizontal > ul li a:hover,
        .nys-global-header.unstacked.horizontal > ul li a:active, .nys-global-header.stacked.horizontal > ul li a,
        .nys-global-header.stacked.horizontal > ul li a:link,
        .nys-global-header.stacked.horizontal > ul li a:visited,
        .nys-global-header.stacked.horizontal > ul li a:hover,
        .nys-global-header.stacked.horizontal > ul li a:active, .nys-global-header.vertical > ul li a,
        .nys-global-header.vertical > ul li a:link,
        .nys-global-header.vertical > ul li a:visited,
        .nys-global-header.vertical > ul li a:hover,
        .nys-global-header.vertical > ul li a:active {
          font-size: 16px;
          letter-spacing: .03em;
          display: table-cell;
          height: 75px;
          vertical-align: middle;
          padding: 0 15px; }
          .nys-global-header.unstacked.horizontal > ul li a:before, .nys-global-header.unstacked.horizontal > ul li a:after,
          .nys-global-header.unstacked.horizontal > ul li a:link:before,
          .nys-global-header.unstacked.horizontal > ul li a:link:after,
          .nys-global-header.unstacked.horizontal > ul li a:visited:before,
          .nys-global-header.unstacked.horizontal > ul li a:visited:after,
          .nys-global-header.unstacked.horizontal > ul li a:hover:before,
          .nys-global-header.unstacked.horizontal > ul li a:hover:after,
          .nys-global-header.unstacked.horizontal > ul li a:active:before,
          .nys-global-header.unstacked.horizontal > ul li a:active:after, .nys-global-header.stacked.horizontal > ul li a:before, .nys-global-header.stacked.horizontal > ul li a:after,
          .nys-global-header.stacked.horizontal > ul li a:link:before,
          .nys-global-header.stacked.horizontal > ul li a:link:after,
          .nys-global-header.stacked.horizontal > ul li a:visited:before,
          .nys-global-header.stacked.horizontal > ul li a:visited:after,
          .nys-global-header.stacked.horizontal > ul li a:hover:before,
          .nys-global-header.stacked.horizontal > ul li a:hover:after,
          .nys-global-header.stacked.horizontal > ul li a:active:before,
          .nys-global-header.stacked.horizontal > ul li a:active:after, .nys-global-header.vertical > ul li a:before, .nys-global-header.vertical > ul li a:after,
          .nys-global-header.vertical > ul li a:link:before,
          .nys-global-header.vertical > ul li a:link:after,
          .nys-global-header.vertical > ul li a:visited:before,
          .nys-global-header.vertical > ul li a:visited:after,
          .nys-global-header.vertical > ul li a:hover:before,
          .nys-global-header.vertical > ul li a:hover:after,
          .nys-global-header.vertical > ul li a:active:before,
          .nys-global-header.vertical > ul li a:active:after {
            background-image: none; }
        .nys-global-header.unstacked.horizontal > ul li ul, .nys-global-header.stacked.horizontal > ul li ul, .nys-global-header.vertical > ul li ul {
          padding: 5px 0px;
          top: auto;
          width: 300px; }
          .nys-global-header.unstacked.horizontal > ul li ul li, .nys-global-header.stacked.horizontal > ul li ul li, .nys-global-header.vertical > ul li ul li {
            height: auto; }
            .nys-global-header.unstacked.horizontal > ul li ul li a,
            .nys-global-header.unstacked.horizontal > ul li ul li a:link,
            .nys-global-header.unstacked.horizontal > ul li ul li a:visited,
            .nys-global-header.unstacked.horizontal > ul li ul li a:hover,
            .nys-global-header.unstacked.horizontal > ul li ul li a:active, .nys-global-header.stacked.horizontal > ul li ul li a,
            .nys-global-header.stacked.horizontal > ul li ul li a:link,
            .nys-global-header.stacked.horizontal > ul li ul li a:visited,
            .nys-global-header.stacked.horizontal > ul li ul li a:hover,
            .nys-global-header.stacked.horizontal > ul li ul li a:active, .nys-global-header.vertical > ul li ul li a,
            .nys-global-header.vertical > ul li ul li a:link,
            .nys-global-header.vertical > ul li ul li a:visited,
            .nys-global-header.vertical > ul li ul li a:hover,
            .nys-global-header.vertical > ul li ul li a:active {
              font-size: 16px;
              line-height: 20px;
              height: auto;
              display: block;
              padding: 15px; }
        .nys-global-header.unstacked.horizontal > ul li:last-child ul, .nys-global-header.stacked.horizontal > ul li:last-child ul, .nys-global-header.vertical > ul li:last-child ul {
          left: auto; }
    .nys-global-header.stacked.horizontal, .nys-global-header.vertical {
      height: 118px; }
      .nys-global-header.stacked.horizontal > ul, .nys-global-header.vertical > ul {
        position: relative;
        display: block;
        border-top: 0;
        width: auto;
        vertical-align: bottom; }
        .nys-global-header.stacked.horizontal > ul a, .nys-global-header.vertical > ul a {
          border-bottom-width: 0;
          padding: 8px 15px; }
        .nys-global-header.stacked.horizontal > ul li,
        .nys-global-header.stacked.horizontal > ul li.hidden, .nys-global-header.vertical > ul li,
        .nys-global-header.vertical > ul li.hidden {
          display: inline-block;
          vertical-align: bottom; }
          .nys-global-header.stacked.horizontal > ul li ul,
          .nys-global-header.stacked.horizontal > ul li.hidden ul, .nys-global-header.vertical > ul li ul,
          .nys-global-header.vertical > ul li.hidden ul {
            position: absolute;
            width: auto;
            border-top: 4px solid #fff; }
            .nys-global-header.stacked.horizontal > ul li ul li,
            .nys-global-header.stacked.horizontal > ul li.hidden ul li, .nys-global-header.vertical > ul li ul li,
            .nys-global-header.vertical > ul li.hidden ul li {
              display: block; }
              .nys-global-header.stacked.horizontal > ul li ul li a,
              .nys-global-header.stacked.horizontal > ul li.hidden ul li a, .nys-global-header.vertical > ul li ul li a,
              .nys-global-header.vertical > ul li.hidden ul li a {
                padding: 15px; }
          .nys-global-header.stacked.horizontal > ul li:last-child ul,
          .nys-global-header.stacked.horizontal > ul li.hidden:last-child ul, .nys-global-header.vertical > ul li:last-child ul,
          .nys-global-header.vertical > ul li.hidden:last-child ul {
            right: 0; }
      .nys-global-header.stacked.horizontal .nav-toggle, .nys-global-header.vertical .nav-toggle {
        display: none; }
      .nys-global-header.stacked.horizontal h1, .nys-global-header.stacked.horizontal p, .nys-global-header.vertical h1, .nys-global-header.vertical p {
        display: block;
        width: auto;
        height: auto; }
        .nys-global-header.stacked.horizontal h1 a,
        .nys-global-header.stacked.horizontal h1 a:link,
        .nys-global-header.stacked.horizontal h1 a:visited,
        .nys-global-header.stacked.horizontal h1 a:hover,
        .nys-global-header.stacked.horizontal h1 a:active, .nys-global-header.stacked.horizontal p a,
        .nys-global-header.stacked.horizontal p a:link,
        .nys-global-header.stacked.horizontal p a:visited,
        .nys-global-header.stacked.horizontal p a:hover,
        .nys-global-header.stacked.horizontal p a:active, .nys-global-header.vertical h1 a,
        .nys-global-header.vertical h1 a:link,
        .nys-global-header.vertical h1 a:visited,
        .nys-global-header.vertical h1 a:hover,
        .nys-global-header.vertical h1 a:active, .nys-global-header.vertical p a,
        .nys-global-header.vertical p a:link,
        .nys-global-header.vertical p a:visited,
        .nys-global-header.vertical p a:hover,
        .nys-global-header.vertical p a:active {
          height: 65px; }
      .nys-global-header.stacked.horizontal > ul, .nys-global-header.vertical > ul {
        display: block; }
        .nys-global-header.stacked.horizontal > ul li a,
        .nys-global-header.stacked.horizontal > ul li a:link,
        .nys-global-header.stacked.horizontal > ul li a:visited,
        .nys-global-header.stacked.horizontal > ul li a:hover,
        .nys-global-header.stacked.horizontal > ul li a:active, .nys-global-header.vertical > ul li a,
        .nys-global-header.vertical > ul li a:link,
        .nys-global-header.vertical > ul li a:visited,
        .nys-global-header.vertical > ul li a:hover,
        .nys-global-header.vertical > ul li a:active {
          height: 53px; }
        .nys-global-header.stacked.horizontal > ul li ul, .nys-global-header.vertical > ul li ul {
          top: auto;
          height: auto;
          width: 300px; }
          .nys-global-header.stacked.horizontal > ul li ul li a,
          .nys-global-header.stacked.horizontal > ul li ul li a:link,
          .nys-global-header.stacked.horizontal > ul li ul li a:visited,
          .nys-global-header.stacked.horizontal > ul li ul li a:hover,
          .nys-global-header.stacked.horizontal > ul li ul li a:active, .nys-global-header.vertical > ul li ul li a,
          .nys-global-header.vertical > ul li ul li a:link,
          .nys-global-header.vertical > ul li ul li a:visited,
          .nys-global-header.vertical > ul li ul li a:hover,
          .nys-global-header.vertical > ul li ul li a:active {
            height: auto;
            padding: 15px; }
      .nys-global-header.stacked.horizontal ul > li > a[href='#']:after, .nys-global-header.vertical ul > li > a[href='#']:after {
        background-image: none;
        width: 0;
        margin: 0;
        display: none; }
      .nys-global-header.stacked.horizontal > ul li.nys-global-active > a:before, .nys-global-header.vertical > ul li.nys-global-active > a:before {
        background-image: none;
        width: 0;
        margin: 0;
        display: none; }
    .nys-global-header.vertical {
      width: 300px;
      height: auto;
      border-bottom: 0;
      float: left; }
      .nys-global-header.vertical h1, .nys-global-header.vertical p {
        padding-left: 0;
        height: auto; }
        .nys-global-header.vertical h1 a,
        .nys-global-header.vertical h1 a:link,
        .nys-global-header.vertical h1 a:visited,
        .nys-global-header.vertical h1 a:hover,
        .nys-global-header.vertical h1 a:active, .nys-global-header.vertical p a,
        .nys-global-header.vertical p a:link,
        .nys-global-header.vertical p a:visited,
        .nys-global-header.vertical p a:hover,
        .nys-global-header.vertical p a:active {
          display: block;
          height: auto;
          padding: 30px 0 30px 15px; }
      .nys-global-header.vertical ul {
        width: 300px;
        padding: 0; }
      .nys-global-header.vertical ul li {
        display: block; }
        .nys-global-header.vertical ul li.nys-global-active > a, .nys-global-header.vertical ul li.nys-global-active > a:link, .nys-global-header.vertical ul li.nys-global-active > a:visited, .nys-global-header.vertical ul li.nys-global-active > a:hover, .nys-global-header.vertical ul li.nys-global-active > a:active {
          padding-left: 24px; }
        .nys-global-header.vertical ul li.nys-global-active > a:before {
          background-image: url("../icons/icon-arrow-left.png");
          background-image: linear-gradient(transparent, transparent), url("../icons/icon-arrow-left.svg");
          background-size: 16px;
          background-repeat: no-repeat;
          width: 2em;
          height: 1.2em;
          display: inline-block;
          content: '';
          position: absolute;
          left: 18px;
          top: 30px; }
        .nys-global-header.vertical ul li a,
        .nys-global-header.vertical ul li a:link,
        .nys-global-header.vertical ul li a:visited,
        .nys-global-header.vertical ul li a:hover,
        .nys-global-header.vertical ul li a:active {
          height: auto;
          display: block;
          line-height: 1.5;
          margin: 0 15px;
          padding: 30px 0; }
        .nys-global-header.vertical ul li.nys-global-inactive {
          display: block; }
        .nys-global-header.vertical ul li ul {
          border-top: 0;
          padding: 0;
          position: initial; }
          .nys-global-header.vertical ul li ul li:first-of-type a {
            border-top: 0; }
          .nys-global-header.vertical ul li ul li a,
          .nys-global-header.vertical ul li ul li a:link,
          .nys-global-header.vertical ul li ul li a:visited,
          .nys-global-header.vertical ul li ul li a:hover,
          .nys-global-header.vertical ul li ul li a:active {
            padding-left: 24px; } }

.nys-global-footer {
  clear: both;
  position: relative;
  z-index: 3; }
  .nys-global-footer h2,
  .nys-global-footer h3,
  .nys-global-footer p,
  .nys-global-footer span,
  .nys-global-footer a,
  .nys-global-footer a:link,
  .nys-global-footer a:visited,
  .nys-global-footer a:hover,
  .nys-global-footer a:active {
    color: #000; }
  .nys-global-footer h2,
  .nys-global-footer h3 {
    font-weight: bold; }
  .nys-global-footer h3,
  .nys-global-footer span,
  .nys-global-footer a,
  .nys-global-footer a:link,
  .nys-global-footer a:visited,
  .nys-global-footer a:hover,
  .nys-global-footer a:active {
    font-family: 'Proxima Nova', Arial, sans-serif; }
  .nys-global-footer .footer-container {
    padding: 0 0 36px;
    display: block;
    margin: 0 15px; }
    .nys-global-footer .footer-container h2 {
      font-family: 'D Sari Bold', Arial, sans-serif;
      font-size: 16px;
      line-height: 20px;
      padding: 32px 30px;
      margin: 0; }
    .nys-global-footer .footer-container h3 {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: .05em;
      clear: both;
      margin-left: 30px;
      margin: 0 16px 12px 30px; }
      .nys-global-footer .footer-container h3:after {
        content: '';
        display: block;
        height: 1px;
        background-color: #000;
        width: 96%;
        margin-top: 3px; }
    .nys-global-footer .footer-container a,
    .nys-global-footer .footer-container a:link,
    .nys-global-footer .footer-container a:visited {
      text-decoration: none; }
    .nys-global-footer .footer-container a:hover,
    .nys-global-footer .footer-container a:active {
      text-decoration: underline;
      color: #000; }
    .nys-global-footer .footer-container ul {
      padding: 0 30px 0 30px; }
      .nys-global-footer .footer-container ul li {
        float: left;
        width: 50%;
        list-style-type: none;
        margin: 0;
        padding-bottom: 16px; }
        .nys-global-footer .footer-container ul li a,
        .nys-global-footer .footer-container ul li a:link,
        .nys-global-footer .footer-container ul li a:visited,
        .nys-global-footer .footer-container ul li a:hover,
        .nys-global-footer .footer-container ul li a:active {
          font-size: 12px;
          font-weight: bold;
          line-height: 16px;
          letter-spacing: .03em;
          padding-right: 48px;
          display: block; }
    .nys-global-footer .footer-container .footer-col {
      float: none;
      position: relative;
      width: 100%;
      display: inline-block;
      margin-bottom: 32px;
      min-width: 100px; }
    .nys-global-footer .footer-container .social-media {
      display: block;
      clear: both; }
      .nys-global-footer .footer-container .social-media ul {
        display: inline-block;
        text-align: center;
        width: 80%; }
        .nys-global-footer .footer-container .social-media ul li {
          display: inline-block;
          float: left;
          font-size: 12px;
          line-height: 16px;
          margin: 28px 40px 0;
          width: 15%;
          padding-bottom: 12px; }
          .nys-global-footer .footer-container .social-media ul li a {
            padding-right: 0;
            white-space: nowrap;
            text-decoration: none; }
            .nys-global-footer .footer-container .social-media ul li a:hover span, .nys-global-footer .footer-container .social-media ul li a:active span {
              text-decoration: underline; }
            .nys-global-footer .footer-container .social-media ul li a span:nth-child(even) {
              display: inline-block;
              margin-top: 3px;
              margin-bottom: 1px;
              padding-left: 6px;
              position: absolute; }
      .nys-global-footer .footer-container .social-media img {
        margin: 0 10px 0 0; }
      .nys-global-footer .footer-container .social-media .social-media-title {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        overflow: hidden; }
        .nys-global-footer .footer-container .social-media .social-media-title h3 {
          display: inline-block;
          float: left;
          font-weight: bold;
          line-height: 16px;
          margin: 0 0 16px 30px;
          overflow: hidden;
          text-align: center;
          width: 85.5%; }
          .nys-global-footer .footer-container .social-media .social-media-title h3:before, .nys-global-footer .footer-container .social-media .social-media-title h3:after {
            background-color: #000;
            content: '';
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 40%;
            top: -1px; }
          .nys-global-footer .footer-container .social-media .social-media-title h3:before {
            right: 1.5em;
            margin-left: -50%; }
          .nys-global-footer .footer-container .social-media .social-media-title h3:after {
            left: 1.5em;
            margin-right: -50%; }
      .nys-global-footer .footer-container .social-media .social-media-links ul {
        display: inline-block;
        width: 100%;
        padding: 0;
        text-align: center; }
        .nys-global-footer .footer-container .social-media .social-media-links ul li {
          display: inline-block;
          margin: 16px 20px 0;
          width: 38%; }
          .nys-global-footer .footer-container .social-media .social-media-links ul li a {
            padding-right: 48px; }
  @media (min-width: 768px) {
    .nys-global-footer .footer-container h2 {
      font-size: 20px;
      line-height: 24px;
      margin: 0; }
    .nys-global-footer .footer-container h3 {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 14px; }
      .nys-global-footer .footer-container h3:after {
        width: 27%; }
    .nys-global-footer .footer-container ul li {
      width: 32%;
      float: left;
      padding-bottom: 18px; }
      .nys-global-footer .footer-container ul li a,
      .nys-global-footer .footer-container ul li a:link,
      .nys-global-footer .footer-container ul li a:visited,
      .nys-global-footer .footer-container ul li a:hover,
      .nys-global-footer .footer-container ul li a:active {
        font-size: 14px;
        line-height: 18px; }
    .nys-global-footer .footer-container .footer-col {
      margin-bottom: 18px; }
    .nys-global-footer .footer-container .social-media {
      margin-top: 12px; }
      .nys-global-footer .footer-container .social-media ul li a span:nth-child(even) {
        margin-top: 6px;
        padding-left: 12px;
        position: relative;
        top: -5px; }
      .nys-global-footer .footer-container .social-media ul li:last-child a {
        padding-left: 7.5px; }
      .nys-global-footer .footer-container .social-media img {
        margin-right: 5px; }
      .nys-global-footer .footer-container .social-media .social-media-title h3 {
        margin-top: 0;
        margin-bottom: 36px;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%; }
      .nys-global-footer .footer-container .social-media .social-media-title:before {
        right: 2.5em;
        margin-left: -50%; }
      .nys-global-footer .footer-container .social-media .social-media-title:after {
        left: 2.5em;
        margin-right: -50%;
        margin-top: 0; }
      .nys-global-footer .footer-container .social-media .social-media-links {
        display: table;
        width: 95%;
        margin: 0 auto; }
        .nys-global-footer .footer-container .social-media .social-media-links ul {
          display: table-row; }
          .nys-global-footer .footer-container .social-media .social-media-links ul li {
            float: none;
            width: auto;
            font-size: 14px;
            line-height: 18px;
            margin: 0;
            padding: 0;
            display: table-cell; }
            .nys-global-footer .footer-container .social-media .social-media-links ul li a {
              padding-right: 20px; }
      .nys-global-footer .footer-container .social-media ul li a span:nth-child(even) {
        padding-left: 2px; } }
  @media (min-width: 1024px) {
    .nys-global-footer .footer-container h2 {
      font-size: 22px;
      line-height: 26px; }
    .nys-global-footer .footer-container h3 {
      margin-right: 0; }
    .nys-global-footer .footer-container h3:after {
      width: 98%; }
    .nys-global-footer .footer-container ul {
      display: block;
      padding: 0; }
      .nys-global-footer .footer-container ul li {
        width: auto;
        float: none;
        padding-left: 30px; }
        .nys-global-footer .footer-container ul li a,
        .nys-global-footer .footer-container ul li a:link,
        .nys-global-footer .footer-container ul li a:visited,
        .nys-global-footer .footer-container ul li a:hover,
        .nys-global-footer .footer-container ul li a:active {
          padding-right: 0; }
    .nys-global-footer .footer-container .footer-col {
      display: inline-block;
      vertical-align: top;
      margin-right: 2%;
      margin-bottom: 18px; }
    .nys-global-footer .footer-container .social-media {
      margin: 0 auto; }
      .nys-global-footer .footer-container .social-media .social-media-title h3 {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%; }
      .nys-global-footer .footer-container .social-media .social-media-links {
        width: 85%; }
        .nys-global-footer .footer-container .social-media .social-media-links ul li:last-child a {
          padding-left: 15px; }
    .nys-global-footer .footer-container.nys-global-footer-cols-1 .footer-col {
      width: 97%; }
    .nys-global-footer .footer-container.nys-global-footer-cols-2 .footer-col {
      width: 47%; }
    .nys-global-footer .footer-container.nys-global-footer-cols-3 .footer-col {
      width: 30%; }
    .nys-global-footer .footer-container.nys-global-footer-cols-4 .footer-col {
      width: 22%; }
    .nys-global-footer .footer-container.nys-global-footer-cols-5 .footer-col {
      width: 17%; }
    .nys-global-footer .footer-container.nys-global-footer-cols-6 .footer-col {
      width: 13%; }
    .nys-global-footer .footer-container.nys-global-footer-cols-7 .footer-col {
      width: 11%; } }

.icon-social-blogger,
.icon-social-delicious,
.icon-social-facebook,
.icon-social-feed,
.icon-social-flickr,
.icon-social-foursqaure,
.icon-social-github,
.icon-social-google-plus,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-mail,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-share,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vimeo,
.icon-social-yelp,
.icon-social-youtube {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px; }

.main .content-page section.form {
  max-width: none;
  background: #24387E;
  margin-top: 2em;
  padding: 0 1em 2em 1em;
  overflow: visible; }
  .main .content-page section.form h2, .main .content-page section.form h3 {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.618em;
    color: #fff;
    font-family: "Oswald-book", Arial, sans-serif;
    letter-spacing: 2px;
    max-width: none;
    padding: 1em 0; }
  .main .content-page section.form form {
    max-width: none;
    margin: 0 auto;
    background: #fff;
    padding: 1.5em 0.5em;
    border: none;
    color: #525357;
    letter-spacing: 0.015em;
    overflow: visible; }
    .main .content-page section.form form:before {
      content: " ";
      width: 0;
      height: 0;
      display: block;
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      border-top: 40px solid #24387E;
      margin: -1.5em auto 2em; }
    .main .content-page section.form form p {
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .main .content-page section.form form fieldset {
      border: none; }
    .main .content-page section.form form legend {
      font-size: 1em;
      font-weight: bold;
      color: #525357;
      margin: 0.5em 0;
      max-width: 100%; }
    .main .content-page section.form form fieldset legend {
      font-size: 1em;
      font-weight: 600;
      color: #525357;
      margin: 0.5em 0; }
    .main .content-page section.form form fieldset:first-of-type {
      margin-top: 0; }
    .main .content-page section.form form:first-of-type {
      margin-top: 3em; }
    .main .content-page section.form form label {
      margin-top: 0.5em;
      display: block;
      max-width: 100%; }
      .main .content-page section.form form label.inline-fix {
        display: table-cell; }
    .main .content-page section.form form legend, .main .content-page section.form form h3 {
      font-weight: 800;
      font-size: 1.618em;
      color: #1B2A5E;
      letter-spacing: 1px;
      margin: 1em 0; }
    .main .content-page section.form form input[type=text], .main .content-page section.form form textarea, .main .content-page section.form form select, .main .content-page section.form form input[type=number], .main .content-page section.form form input[type=email], .main .content-page section.form form input[type=tel] {
      display: block;
      border: 1px solid #dadada;
      padding: 0.5em;
      margin-top: 0.5em;
      font-family: "Proxima Nova", Arial, sans-serif;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
    .main .content-page section.form form textarea {
      resize: none; }
    .main .content-page section.form form .checkbox {
      display: inline-block;
      cursor: pointer;
      max-width: 100%;
      margin-right: 1.5em; }
    .main .content-page section.form form input[type=checkbox] {
      display: none; }
    .main .content-page section.form form .checkbox:before {
      content: "";
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      background-color: #f6f8f8;
      font-family: "Proxima Nova", Arial, sans-serif;
      font-weight: 800;
      margin-right: 1em;
      color: #0f79a7;
      font-size: 0.75em;
      text-align: center;
      border: 1px #dadada solid;
      border-radius: 0; }
    .main .content-page section.form form input[type=checkbox]:checked + .checkbox:before {
      content: "\2714";
      font-size: 0.75em; }
    .main .content-page section.form form .radio {
      display: inline-block;
      cursor: pointer;
      max-width: 100%;
      margin-right: 1.5em; }
    .main .content-page section.form form input[type=radio] {
      display: none; }
    .main .content-page section.form form .radio:before {
      content: "";
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      background-color: #f6f8f8;
      font-family: "Proxima Nova", Arial, sans-serif;
      font-weight: 800;
      margin-right: 1em;
      color: #0f79a7;
      font-size: 0.75em;
      text-align: center;
      border: 1px #dadada solid;
      border-radius: 50%;
      padding: 2px 1px 0; }
    .main .content-page section.form form input[type=radio]:checked + .radio:before {
      content: "\25CF";
      font-size: 0.75em;
      color: #fff;
      background: #0f79a7; }
    .main .content-page section.form form .select {
      position: relative;
      display: inline-block;
      margin-bottom: 15px;
      width: 100%; }
      .main .content-page section.form form .select select {
        display: inline-block;
        width: 100%;
        padding: 10px 15px;
        cursor: pointer;
        color: #525357;
        border: 0;
        border-radius: 0;
        outline: 0;
        background: #f6f8f8;
        border: 1px solid #dadada;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none; }
        .main .content-page section.form form .select select option {
          background: #fff; }
      .main .content-page section.form form .select select::-ms-expand {
        display: none; }
      .main .content-page section.form form .select select:hover,
      .main .content-page section.form form .select select:focus {
        background: #f8f9f9; }
      .main .content-page section.form form .select select:disabled {
        pointer-events: none;
        opacity: .5; }
      .main .content-page section.form form .select .select-arrow {
        position: absolute;
        top: 1.5em;
        right: 0.85em;
        width: 0;
        height: 0;
        pointer-events: none;
        border-width: 8px 5px 0 5px;
        border-style: solid;
        border-color: #7b7b7b transparent transparent transparent; }
      .main .content-page section.form form .select select:hover ~ .select-arrow,
      .main .content-page section.form form .select select:focus ~ .select-arrow {
        border-top-color: #000; }
      .main .content-page section.form form .select select:disabled ~ .select-arrow {
        border-top-color: #ccc; }
    .main .content-page section.form form input[type=submit], .main .content-page section.form form [type=reset] {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      margin-top: 2em;
      font-family: "Proxima Nova", Arial, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      padding: 1em 2em;
      color: #fff;
      font-size: smaller;
      letter-spacing: 2px;
      transition: all 0.3s ease; }
    .main .content-page section.form form input[type=submit] {
      border: 1px solid #101938;
      background: #1B2A5E; }
      .main .content-page section.form form input[type=submit]:hover, .main .content-page section.form form input[type=submit]:focus {
        background: #24387E; }
    .main .content-page section.form form input[type=reset], .main .content-page section.form form input[type=submit]#edit-order {
      border: 1px solid #1B2A5E;
      margin-left: 1em;
      margin-top: 2.75em;
      background: #fff;
      color: #1B2A5E;
      padding: 0.75em 1em;
      float: right;
      font-size: 0.75em; }
      .main .content-page section.form form input[type=reset]:hover, .main .content-page section.form form input[type=reset]:focus, .main .content-page section.form form input[type=submit]#edit-order:hover, .main .content-page section.form form input[type=submit]#edit-order:focus {
        background: #f4f4f7; }
    .main .content-page section.form form input[type=submit]#edit-order {
      margin-top: -7.5em; }
  .lt-ie9 .main .content-page section.form {
    background: #f6f8f8;
    padding: 0.25em 1em 2em 1em; }
    .lt-ie9 .main .content-page section.form form {
      max-width: 36em;
      padding: 2.5em 2em;
      margin-top: 1em;
      border: 1px solid #dadada; }
      .lt-ie9 .main .content-page section.form form:before {
        content: " ";
        width: 0;
        height: 0;
        display: none;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 40px solid #24387E;
        margin: -1.5em auto; }
      .lt-ie9 .main .content-page section.form form fieldset:first-of-type {
        margin-top: 0; }
    .lt-ie9 .main .content-page section.form h2, .lt-ie9 .main .content-page section.form h3 {
      color: #24387E; }
  @media screen and (min-width: 48em) {
    .main .content-page section.form {
      background: #f6f8f8;
      padding: 0.25em 1em 2em 1em; }
      .main .content-page section.form form {
        max-width: 36em;
        padding: 2.5em 2em;
        margin-top: 1em;
        border: 1px solid #dadada; }
        .main .content-page section.form form:before {
          content: " ";
          width: 0;
          height: 0;
          display: none;
          border-left: 40px solid transparent;
          border-right: 40px solid transparent;
          border-top: 40px solid #24387E;
          margin: -1.5em auto; }
        .main .content-page section.form form fieldset:first-of-type {
          margin-top: 0; }
      .main .content-page section.form h2, .main .content-page section.form h3 {
        color: #24387E; } }
  .main .content-page section.form.order-publications {
    background: #f6f8f8;
    padding: 0.25em 1em 2em 1em;
    /**
     * Needed for IE8
     */
    /**
     * Size Extensions
     */ }
    .main .content-page section.form.order-publications h2, .main .content-page section.form.order-publications h3 {
      color: #24387E; }
    .main .content-page section.form.order-publications .progress {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      display: table;
      table-layout: fixed;
      width: 66%;
      color: #7a9699; }
      .main .content-page section.form.order-publications .progress > li {
        position: relative;
        display: table-cell;
        text-align: center;
        font-size: 0.8em; }
        .main .content-page section.form.order-publications .progress > li:before {
          content: attr(data-step);
          display: block;
          margin: 0 auto;
          background: #d9e1e2;
          width: 3em;
          height: 3em;
          text-align: center;
          margin-bottom: 0.25em;
          line-height: 3em;
          border-radius: 100%;
          position: relative;
          z-index: 5; }
        .main .content-page section.form.order-publications .progress > li:after {
          content: '';
          position: absolute;
          display: block;
          background: #d9e1e2;
          width: 100%;
          height: 0.5em;
          top: 1.25em;
          left: 50%;
          margin-left: 1.5em\9;
          z-index: -1; }
        .main .content-page section.form.order-publications .progress > li:last-child:after {
          display: none; }
        .main .content-page section.form.order-publications .progress > li.is-complete {
          color: #6F5091; }
          .main .content-page section.form.order-publications .progress > li.is-complete:before, .main .content-page section.form.order-publications .progress > li.is-complete:after {
            color: #fff;
            background: #6F5091; }
        .main .content-page section.form.order-publications .progress > li.is-active {
          color: #0f79a7; }
          .main .content-page section.form.order-publications .progress > li.is-active:before {
            color: #fff;
            background: #0f79a7; }
    .main .content-page section.form.order-publications .progress__last:after {
      display: none !important; }
    .main .content-page section.form.order-publications .progress--medium {
      font-size: 1.5em; }
    .main .content-page section.form.order-publications .progress--large {
      font-size: 2em; }
    .main .content-page section.form.order-publications div.thanks {
      max-width: 36em;
      padding: 2.5em 2em;
      margin: 2.5em auto;
      background: #fff;
      border: 1px solid #dadada; }
      .main .content-page section.form.order-publications div.thanks p {
        margin: 2.5em auto; }
    .main .content-page section.form.order-publications .print-btn {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      margin-top: 2em;
      font-family: "Proxima Nova", Arial, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      padding: 1em 2em;
      color: #fff;
      font-size: smaller;
      letter-spacing: 2px;
      transition: all 0.3s ease;
      border: 1px solid #101938;
      background: #1B2A5E; }
      .main .content-page section.form.order-publications .print-btn:hover, .main .content-page section.form.order-publications .print-btn:focus {
        background: #24387E; }
    .main .content-page section.form.order-publications .container {
      background: #fff;
      position: relative;
      border: 1px solid #dadada;
      max-width: 42em;
      margin: 3em auto; }
      .main .content-page section.form.order-publications .container form {
        background: none;
        border: none;
        max-width: 42em;
        padding: 0; }
        @media screen and (min-width: 48em) {
          .main .content-page section.form.order-publications .container form {
            padding: 0 2.5em 2.5em; } }
        .main .content-page section.form.order-publications .container form:before {
          content: none; }
        .main .content-page section.form.order-publications .container form.edit-form {
          padding-bottom: 0; }
        .main .content-page section.form.order-publications .container form fieldset {
          background: #d9e1e2;
          padding: 0 0 1.5em 0;
          position: relative;
          min-width: unset; }
          .main .content-page section.form.order-publications .container form fieldset legend {
            background: #1B2A5E;
            color: #fff;
            font-size: 1.5em;
            font-weight: 800;
            letter-spacing: -0.04em;
            display: block;
            padding: 30px;
            width: 100%;
            margin: 0;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
        .main .content-page section.form.order-publications .container form table {
          width: 100%; }
      .main .content-page section.form.order-publications .container .form-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0.75em 0.5em 0 0.75em; }
        .main .content-page section.form.order-publications .container .form-row .span-10 {
          width: 80%;
          flex: 0 1 auto;
          order: 0; }
        .main .content-page section.form.order-publications .container .form-row .span-4 {
          width: 30%;
          flex: 0 1 auto;
          order: 0; }
        .main .content-page section.form.order-publications .container .form-row .span-8 {
          width: 40%;
          flex: 0 1 auto;
          order: 0;
          padding-left: 1em; }
        .main .content-page section.form.order-publications .container .form-row .span-12 {
          width: 100%;
          flex: 0 1 auto;
          order: 0; }
        .main .content-page section.form.order-publications .container .form-row .span-2 {
          flex: 0 1 auto;
          order: 0;
          width: 18%;
          padding-left: 0.38em; }
          .main .content-page section.form.order-publications .container .form-row .span-2.ie9 {
            float: left; }
          .main .content-page section.form.order-publications .container .form-row .span-2 input[type=number], .main .content-page section.form.order-publications .container .form-row .span-2 input[type=text] {
            width: 100%;
            font-family: "Proxima Nova", Arial, sans-serif;
            color: #414141;
            font-size: .9em;
            margin-top: 0.5em;
            height: 2.5em; }
            @media screen and (min-width: 48em) {
              .main .content-page section.form.order-publications .container .form-row .span-2 input[type=number], .main .content-page section.form.order-publications .container .form-row .span-2 input[type=text] {
                height: 2.1em; } }
        .main .content-page section.form.order-publications .container .form-row input[type=number], .main .content-page section.form.order-publications .container .form-row input[type=text], .main .content-page section.form.order-publications .container .form-row input[type=email], .main .content-page section.form.order-publications .container .form-row input[type=tel] {
          box-sizing: border-box;
          border: 1px solid #aaa;
          box-shadow: 0 1px 0 #fff inset;
          height: 2em;
          width: 99%; }
          .main .content-page section.form.order-publications .container .form-row input[type=number]:focus, .main .content-page section.form.order-publications .container .form-row input[type=text]:focus, .main .content-page section.form.order-publications .container .form-row input[type=email]:focus, .main .content-page section.form.order-publications .container .form-row input[type=tel]:focus {
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .main .content-page section.form.order-publications .container .error {
        color: #8C1C1C;
        font-size: smaller; }
      .main .content-page section.form.order-publications .container p.error {
        padding-left: 0;
        padding-right: 0;
        margin: 0.5em 0 0.5em 0;
        width: 100%;
        clear: both; }
      .main .content-page section.form.order-publications .container h3.error {
        font-family: "Proxima Nova", Arial, sans-serif;
        font-weight: 600;
        text-align: left;
        font-size: inherit;
        text-transform: inherit;
        padding: 1em 0.25em; }
        @media screen and (min-width: 48em) {
          .main .content-page section.form.order-publications .container h3.error {
            padding: 0; } }

.lt-ie9 .main .content-page section.form form .checkbox {
  display: inline-block;
  cursor: pointer;
  max-width: 100%; }
.lt-ie9 .main .content-page section.form form input[type=checkbox] {
  display: inline-block; }
.lt-ie9 .main .content-page section.form form .checkbox:before {
  display: none; }
.lt-ie9 .main .content-page section.form form input[type=checkbox]:checked + .checkbox:before {
  display: none; }
.lt-ie9 .main .content-page section.form form .radio {
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
  margin-right: 1.5em; }
.lt-ie9 .main .content-page section.form form input[type=radio] {
  display: inline-block; }
.lt-ie9 .main .content-page section.form form .radio:before {
  display: none; }
.lt-ie9 .main .content-page section.form form input[type=radio]:checked + .radio:before {
  display: none; }
.lt-ie9 .main .content-page section.form form .select .select-arrow {
  display: none; }

.main .content-page section.form form.hearings-search fieldset legend {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #1B2A5E;
  font-family: "Oswald-book",Arial,sans-serif;
  letter-spacing: 2px;
  max-width: none;
  padding: 1em 0; }
.main .content-page section.form form.hearings-search fieldset .search-criteria {
  font-weight: 600;
  padding: 15px 0;
  margin: 0.85em 0; }
.main .content-page section.form form.hearings-search fieldset .date-group {
  display: flex;
  flex-direction: column; }
  .main .content-page section.form form.hearings-search fieldset .date-group p {
    flex: 1;
    margin: auto;
    margin-left: 0;
    padding-left: 0; }
    @media screen and (min-width: 42.8125em) {
      .main .content-page section.form form.hearings-search fieldset .date-group p {
        flex: 1; } }
  .main .content-page section.form form.hearings-search fieldset .date-group .day-picker {
    display: flex;
    flex: 1; }
    .main .content-page section.form form.hearings-search fieldset .date-group .day-picker select {
      margin: 0.15em; }
    .main .content-page section.form form.hearings-search fieldset .date-group .day-picker #startMM, .main .content-page section.form form.hearings-search fieldset .date-group .day-picker #endMM {
      flex: 3; }
    .main .content-page section.form form.hearings-search fieldset .date-group .day-picker #startDD, .main .content-page section.form form.hearings-search fieldset .date-group .day-picker #endDD {
      flex: 2; }
    .main .content-page section.form form.hearings-search fieldset .date-group .day-picker #startYY, .main .content-page section.form form.hearings-search fieldset .date-group .day-picker #endYY {
      flex: 2; }
    @media screen and (min-width: 42.8125em) {
      .main .content-page section.form form.hearings-search fieldset .date-group .day-picker {
        flex: 5; } }
  @media screen and (min-width: 42.8125em) {
    .main .content-page section.form form.hearings-search fieldset .date-group {
      flex-direction: row; } }
.main .content-page section.form form.hearings-search fieldset input.inputSubmitButton {
  margin: 3.85em 0; }

.lt-ie10 .main .content-page section.order-publications.form .form-row .span-10, .lt-ie10 .main .content-page section.order-publications.form .form-row .span-12, .lt-ie10 .main .content-page section.order-publications.form .form-row .span-8, .lt-ie10 .main .content-page section.order-publications.form .form-row .span-4, .lt-ie10 .main .content-page section.order-publications.form .form-row .span-2 {
  float: left; }

.nys-global-header .navigation-search {
  width: 300px;
  padding: 8px;
  float: left;
  position: absolute;
  display: none;
  z-index: 5;
  top: 80px;
  left: 20px;
  background: #39224f; }
  .nys-global-header .navigation-search .nav-search {
    background: #fff;
    width: 275px;
    cursor: pointer;
    margin: 0 auto; }
    .nys-global-header .navigation-search .nav-search p {
      width: auto; }
    .nys-global-header .navigation-search .nav-search input {
      border: none;
      height: 30px;
      padding-left: 8px;
      font-size: 115%;
      font-weight: normal;
      font-family: "Proxima Nova", Arial, sans-serif; }
    .nys-global-header .navigation-search .nav-search button {
      background: none;
      border: none;
      float: right; }
    .nys-global-header .navigation-search .nav-search .icon-search {
      color: #525357;
      padding: 4px;
      float: right;
      font-size: 20px;
      width: 30px;
      overflow: hidden; }
  .lt-ie9 .nys-global-header .navigation-search {
    display: block;
    padding: 20px 10px 0;
    float: right;
    position: relative;
    top: auto;
    left: auto;
    background: none; }
  @media screen and (min-width: 48em) {
    .nys-global-header .navigation-search {
      display: block;
      padding: 20px 10px 0;
      float: right;
      position: relative;
      top: auto;
      left: auto;
      background: none; } }
  .nys-global-header .navigation-search.expanded {
    display: block;
    padding: 20px 8px; }

#submenu {
  width: 100%;
  float: left;
  margin: 0;
  cursor: pointer;
  background: #242424;
  height: auto;
  z-index: 0;
  position: relative;
  word-break: keep-all; }
  #submenu .nav-toggle, #submenu .lang-toggle {
    color: transparent;
    overflow: hidden;
    background: #242424;
    cursor: pointer;
    display: block;
    visibility: visible; }
    #submenu .nav-toggle button, #submenu .lang-toggle button {
      width: 100%;
      display: block;
      float: left;
      text-align: left;
      background: #242424;
      padding: 20px 0 20px 30px;
      font-size: 1em;
      cursor: pointer;
      font-family: "Proxima Nova", Arial, sans-serif;
      font-weight: 600;
      border-bottom: 3px solid #fff;
      border-left: none;
      border-top: none;
      border-right: none;
      color: white;
      text-decoration: none;
      cursor: pointer;
      word-break: keep-all; }
      #submenu .nav-toggle button.close, #submenu .lang-toggle button.close {
        background-image: url("../icons/icon-menu-close.png");
        background-image: linear-gradient(transparent, transparent), url("../icons/icon-menu-close.png"); }
    @media screen and (min-width: 64em) {
      #submenu .nav-toggle, #submenu .lang-toggle {
        display: none;
        visibility: hidden; } }
  #submenu .nav-toggle {
    background: #242424; }
  #submenu ul {
    margin-left: 0;
    display: none;
    background: #242424;
    width: 100%;
    cursor: pointer; }
    @media screen and (min-width: 64em) {
      #submenu ul {
        display: block; } }
    #submenu ul.expanded {
      display: block !important; }
    #submenu ul li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      list-style-type: none; }
      #submenu ul li a {
        text-decoration: none;
        display: block;
        padding: 25px 30px;
        white-space: pre-wrap;
        font-weight: bold;
        color: #fff;
        transition: color 0.3s 0s ease-in-out;
        border-bottom: #404040 1px solid;
        font-size: 90%;
        word-break: keep-all; }
        #submenu ul li a:hover {
          color: #D5820D;
          background-color: #171717;
          transition: all 0.3s 0s ease-in-out; }
      #submenu ul li .active {
        background: #171717;
        transition: all 0.3s 0s ease-in-out;
        color: #D5820D; }
        #submenu ul li .active:after {
          content: " ";
          display: inline-block;
          width: 0;
          height: 0;
          position: absolute;
          margin-top: -25px;
          left: 330px;
          border-top: 40px solid transparent;
          border-bottom: 40px solid transparent;
          border-left: 25px solid #171717;
          transition: all 0.3s 0s ease-in-out; }
      #submenu ul li ul {
        margin: 0;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #submenu ul li ul li {
          margin-left: 0;
          display: block;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          list-style-type: none; }
        #submenu ul li ul li:first-of-type a {
          border-top: none !important; }
  @media screen and (min-width: 64em) {
    #submenu {
      width: 330px;
      height: 100vw; } }

.no-js #submenu * {
  display: block; }

@media screen and (min-width: 64em) {
  #submenu.stuck {
    position: fixed;
    left: 0;
    top: 45px;
    z-index: 2; } }

.nys-global-header {
  background-color: #43285d; }
  .nys-global-header > ul {
    background-color: #43285d; }
    .nys-global-header > ul a {
      border-bottom-color: #5f4875; }
    .nys-global-header > ul a:hover,
    .nys-global-header > ul a:active {
      background-color: #22142f; }
    .nys-global-header > ul ul {
      background-color: #43285d; }
  .nys-global-header.vertical ul li:first-of-type a {
    border-top-color: #5f4875;
    border-top-width: 1px;
    border-top-style: solid; }
  .nys-global-header.vertical ul li:first-of-type ul a {
    border-top: 0; }
  .nys-global-header.vertical a:hover,
  .nys-global-header.vertical a:active {
    background-color: transparent; }
  @media (min-width: 768px) {
    .nys-global-header.horizontal.unstacked ul li a:hover,
    .nys-global-header.horizontal.unstacked ul li a:active {
      background-color: #43285d; }
    .nys-global-header.horizontal.unstacked ul li ul > li a:hover,
    .nys-global-header.horizontal.unstacked ul li ul > li a:active {
      background-color: #22142f; } }
  @media only screen and (min-width: 1024px) {
    .nys-global-header.horizontal.unstacked ul li a:hover,
    .nys-global-header.horizontal.unstacked ul li a:active, .nys-global-header.horizontal.stacked ul li a:hover,
    .nys-global-header.horizontal.stacked ul li a:active {
      background-color: #43285d; }
    .nys-global-header.horizontal.unstacked ul li ul > li a:hover,
    .nys-global-header.horizontal.unstacked ul li ul > li a:active, .nys-global-header.horizontal.stacked ul li ul > li a:hover,
    .nys-global-header.horizontal.stacked ul li ul > li a:active {
      background-color: #22142f; } }

.nys-global-footer {
  background-color: #d4d5e3; }
  .nys-global-footer ul li a:hover, .nys-global-footer ul li a:active {
    color: #43285d; }

.icon-social-blogger {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-blogger.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-blogger.svg); }

.icon-social-delicious {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-delicious.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-delicious.svg); }

.icon-social-facebook {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-facebook.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-facebook.svg); }

.icon-social-feed {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-feed.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-feed.svg); }

.icon-social-flickr {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-flickr.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-flickr.svg); }

.icon-social-foursqaure {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-foursqaure.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-foursqaure.svg); }

.icon-social-github {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-github.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-github.svg); }

.icon-social-google-plus {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-google-plus.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-google-plus.svg); }

.icon-social-instagram {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-instagram.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-instagram.svg); }

.icon-social-linkedin {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-linkedin.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-linkedin.svg); }

.icon-social-mail {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-mail.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-mail.svg); }

.icon-social-pinterest {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-pinterest.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-pinterest.svg); }

.icon-social-reddit {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-reddit.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-reddit.svg); }

.icon-social-share {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-share.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-share.svg); }

.icon-social-tumblr {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-tumblr.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-tumblr.svg); }

.icon-social-twitter {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-twitter.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-twitter.svg); }

.icon-social-vimeo {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-vimeo.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-vimeo.svg); }

.icon-social-yelp {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-yelp.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-yelp.svg); }

.icon-social-youtube {
  background-image: url(../icons/social/nys-brand-health-and-human-services/icon-social-youtube.png);
  background-image: linear-gradient(transparent, transparent), url(../icons/social/nys-brand-health-and-human-services/icon-social-youtube.svg); }

.nav {
  padding-top: 0; }
  .nav li:nth-child(1) a {
    border-top: 0; }
  .lt-ie9 .nav {
    padding-top: 0; }
    .lt-ie9 .nav a {
      border-top: none; }

#nygov-universal-navigation {
  border-bottom: 0.35em solid #D5820D; }

button.hide {
  width: 5px !important; }

.nys-global-header.vertical > ul li.util-menu ul {
  position: relative; }

.nys-global-header.vertical ul li a:hover {
  border-top: none !important; }

.nys-global-header.vertical ul li a.make-menu-item-pretty {
  border-top: none !important;
  padding-top: 31px; }

.nys-global-header.vertical ul li.search-box {
  background: #43285d !important; }
  .nys-global-header.vertical ul li.search-box:hover {
    background: #43285d !important; }

#ny-universal-footer {
  position: relative;
  z-index: 4; }

.lt-ie9 #submenu {
  height: auto; }
.lt-ie9 .main .content-page .vertical-card-row.three-cards, .lt-ie9 .main .content-page .vertical-card-row.four-cards {
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .lt-ie9 .main .content-page .vertical-card-row.three-cards article, .lt-ie9 .main .content-page .vertical-card-row.four-cards article {
    position: relative;
    float: left;
    margin: 0 0.5em; }
.lt-ie9 .main .content-page .vertical-card-row.three-cards article {
  width: 31.5%; }
.lt-ie9 .main .content-page .vertical-card-row.four-cards article {
  width: 23.5%;
  font-size: 1em; }

.nygov-universal_searcher {
  visibility: hidden !important; }

.lt-ie9 .main .content-page .horizontal-card-col.programs article div.card-image, .lt-ie9 .main .content-page .horizontal-card-col.programs article div.type {
  display: none; }

section.housing-photos .right {
  position: relative;
  clip: auto;
  padding: auto;
  border: 0;
  height: auto;
  width: auto;
  overflow: auto;
  max-width: none;
  margin: 0 auto; }
  @media screen and (min-width: 42.8125em) {
    section.housing-photos .right {
      max-width: 17em;
      margin: 0 0 0.625em 0.625em; } }

@media screen and (max-height: 42.8125em) {
  #submenu ul.expanded {
    display: block !important; }
  #submenu ul li a {
    font-size: 100%; }
    .lt-ie9 #submenu ul li a {
      font-size: 75%;
      padding: 10px 25px; } }
  @media screen and (max-height: 42.8125em) and (min-width: 48em) {
    #submenu ul li a {
      font-size: 75%;
      padding: 10px 25px; } }
@media screen and (max-height: 42.8125em) {
  #submenu ul li .active:after {
    margin-top: -10px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #171717; }

  #submenu ul.hearings-nav li a {
    padding: 10px 25px; } }
.main .content-page h3.bottom-space {
  margin-bottom: 2.75em;
  margin-top: 0.15em;
  color: #525357;
  font-size: 1.15em; }

.main .content-page h2.closer {
  margin-bottom: 0.25em; }

.notice, .main .content-page .notice {
  padding: 0.3125em 1.25em;
  color: #8b2f2d;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #ffeaea; }
  .notice a, .main .content-page .notice a {
    color: #3e1514; }
  .notice h1, .notice h2, .notice h3, .main .content-page .notice h1, .main .content-page .notice h2, .main .content-page .notice h3 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 0.5em;
    color: #8b2f2d; }
  .notice .updated,
  .notice .update, .main .content-page .notice .updated,
  .main .content-page .notice .update {
    font-size: 100%;
    font-style: italic; }
  .lt-ie9 .notice, .lt-ie9 .main .content-page .notice {
    margin: 1.25em 0;
    border: 1px solid #8b2f2d; }
  @media screen and (min-width: 42.8125em) {
    .notice, .main .content-page .notice {
      margin: 1.25em 0;
      border: 1px solid #8b2f2d; } }

a.global-alert, a.secondary-global-alert {
  text-decoration: none; }

h1#global-alert {
  color: #fff;
  display: block;
  font-weight: 700;
  background: #8b2f2d url(/ui/images/open-arrow.png) 99% 50% no-repeat;
  clear: both;
  height: auto;
  font-size: 1.125em;
  margin: 0;
  line-height: 1.3;
  padding: 1em 2.5em 1em 0.5em; }
  h1#global-alert span {
    font-weight: normal; }

h1#global-alert.close {
  background: #8b2f2d url(/ui/images/close-arrow.png) 99% 50% no-repeat; }

#expanded {
  color: #8b2f2d;
  display: none;
  border-size: 0 0.2em 0.2em 0.2em;
  border-color: #8b2f2d;
  border-style: solid;
  background: #fff;
  padding: 1em 0.5em; }
  #expanded h2 {
    font-size: 1em;
    color: #8b2f2d;
    padding-left: 0.5em;
    padding-right: 0.5em; }
  #expanded p {
    font-size: 0.875em;
    line-height: 1.3333333333em;
    font-weight: 500;
    color: #8b2f2d;
    padding: 0 0.5em;
    margin-top: 1.1111111111em;
    margin-bottom: 1.1111111111em; }
    #expanded p a {
      text-decoration: underline;
      color: #3e1514; }
  #expanded ul {
    font-size: 0.875em; }
  #expanded p.update {
    font-style: italic;
    font-size: 0.875em; }

h1#secondary-global-alert {
  color: #fff;
  display: block;
  font-weight: 700;
  background: #C3520F url(/ui/images/open-arrow.png) 99% 50% no-repeat;
  clear: both;
  height: auto;
  font-size: 1.125em;
  margin: 0;
  line-height: 1.3;
  padding: 1em 2.5em 1em 0.5em; }
  h1#secondary-global-alert span {
    font-weight: normal; }

h1#secondary-global-alert.close {
  background: #C3520F url(/ui/images/close-arrow.png) 99% 50% no-repeat; }

#secondary-expanded {
  color: #000;
  display: none;
  border-size: 0 0.2em 0.2em 0.2em;
  border-color: #C3520F;
  border-style: solid;
  background: #fff;
  padding: 1em 0.5em; }
  #secondary-expanded h2 {
    font-size: 1em;
    color: #000;
    padding-left: 0.5em;
    padding-right: 0.5em; }
  #secondary-expanded p {
    font-size: 0.875em;
    line-height: 1.3333333333em;
    font-weight: 500;
    color: #000;
    padding: 0 0.5em;
    margin-top: 1.1111111111em;
    margin-bottom: 1.1111111111em; }
  #secondary-expanded ul {
    font-size: 0.875em; }
  #secondary-expanded p.update {
    font-style: italic;
    font-size: 0.875em; }

.hero.home-hero {
  background: url("../images/2018-family-picnic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75% 5%; }
  .lt-ie9 .hero.home-hero {
    background-position: 0 25%; }
  @media screen and (min-width: 48em) {
    .hero.home-hero {
      background-position: 0 25%; } }
.hero.snap-hero {
  background: url("/news/images/groceries-brown-bag.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75% 5%; }
  .lt-ie9 .hero.snap-hero {
    background-position: 0 25%; }
  @media screen and (min-width: 48em) {
    .hero.snap-hero {
      background-position: 0 25%; } }
.hero.snap-hero-2020 {
  background: url("../images/2020-snap-hero-smol.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% 5%; }
  @media screen and (min-width: 48em) {
    .hero.snap-hero-2020 {
      background: url("../images/2020-snap-hero-med.jpg");
      background-position: 30% 45%; }
      .lt-ie9 .hero.snap-hero-2020 {
        background: url("../images/2020-snap-hero.jpg");
        background-position: 45% 45%; } }
  @media screen and (min-width: 48em) and (min-width: 80em) {
    .hero.snap-hero-2020 {
      background: url("../images/2020-snap-hero.jpg");
      background-position: 45% 45%; } }

.hero.foil-hero {
  background: url("../images/empire-state-plaza-cmp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75% -75px;
  margin-top: 0; }
  .hero.foil-hero .banner h2 span {
    display: inherit; }
  .lt-ie9 .hero.foil-hero {
    background-position: 0 25%;
    padding: 1.5em 1.5em 5em; }
    .lt-ie9 .hero.foil-hero .banner {
      background: none !important; }
      .lt-ie9 .hero.foil-hero .banner h2 {
        text-shadow: 3px 0px 6px #202020; }
        .lt-ie9 .hero.foil-hero .banner h2 span {
          display: table; }
  @media screen and (min-width: 48em) {
    .hero.foil-hero {
      background-position: 0 25%;
      padding: 1.5em 1.5em 5em; }
      .hero.foil-hero .banner {
        background: none !important; }
        .hero.foil-hero .banner h2 {
          text-shadow: 3px 0px 6px #202020; }
          .hero.foil-hero .banner h2 span {
            display: table; } }
  @media screen and (min-width: 64em) {
    .hero.foil-hero {
      padding-bottom: 7em;
      background-position: 7%; } }
.hero.rap-hero {
  background: url("../images/RAP-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 0%; }
  .lt-ie9 .hero.rap-hero {
    background-position: 0 45%; }
  @media screen and (min-width: 48em) {
    .hero.rap-hero {
      background-position: 0 45%; } }
  .hero.rap-hero .banner a {
    transition: all 0.3s ease; }
.hero.heap-hero {
  background: url("../images/heap-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 0%; }
  .lt-ie9 .hero.heap-hero {
    background-position: 0 45%; }
  @media screen and (min-width: 48em) {
    .hero.heap-hero {
      background-position: 0 45%; } }
  .hero.heap-hero .banner a {
    transition: all 0.3s ease; }
.hero.heap-hero-2020 {
  background: url("../images/2020-heap-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 0%; }
  .lt-ie9 .hero.heap-hero-2020 {
    background-position: 0 45%; }
  @media screen and (min-width: 48em) {
    .hero.heap-hero-2020 {
      background-position: 0 45%; } }
  .hero.heap-hero-2020 .banner a {
    transition: all 0.3s ease; }
.hero.heap-winter-hero-2020 {
  background: url("../images/2020-winter-heap-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 90% 0%; }
  .lt-ie9 .hero.heap-winter-hero-2020 {
    background-position: 0 45%; }
  @media screen and (min-width: 48em) {
    .hero.heap-winter-hero-2020 {
      background-position: 0 45%; } }
  .hero.heap-winter-hero-2020 .banner a {
    transition: all 0.3s ease; }
.hero.heap-spring-hero-2021 {
  background: url("../images/2021-spring-heap-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 90% 0%; }
  .lt-ie9 .hero.heap-spring-hero-2021 {
    background-position: 0 45%; }
  @media screen and (min-width: 48em) {
    .hero.heap-spring-hero-2021 {
      background-position: 0 45%; } }
  .hero.heap-spring-hero-2021 .banner a {
    transition: all 0.3s ease; }
.hero.heap-cool-hero {
  background: url("../images/heap-cool-hero-2.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .lt-ie9 .hero.heap-cool-hero {
    background-position: 0 45%; }
  @media screen and (min-width: 48em) {
    .hero.heap-cool-hero {
      background-position: 0 45%; } }
  .hero.heap-cool-hero .banner a {
    transition: all 0.3s ease; }
.hero.child-support-hero {
  background: url("/news/images/2018-child-support-month.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% 5%; }
  .lt-ie9 .hero.child-support-hero {
    background-position: 0 0; }
  @media screen and (min-width: 48em) {
    .hero.child-support-hero {
      background-position: 0 0; } }
.hero.hfny-hero {
  background: url("../images/drink-HEALTHY-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30% 15%;
  border-top: 4px #1B2A5E solid;
  padding-top: 400px;
  margin-top: -1.2em; }
  .hero.hfny-hero .banner {
    background: #1B2A5E !important; }
    .hero.hfny-hero .banner a {
      margin-top: .5em; }
  .lt-ie9 .hero.hfny-hero {
    background-position: 0% 0%; }
  @media screen and (min-width: 28.125em) {
    .hero.hfny-hero {
      background-position: 0% 0%; } }
  .lt-ie9 .hero.hfny-hero {
    background: url("../images/drink-HEALTHY.jpg");
    background-size: cover;
    background-position: 0% 30%;
    padding-top: 3.5em; }
    .lt-ie9 .hero.hfny-hero .banner {
      max-width: 25em;
      background: none !important; }
      .lt-ie9 .hero.hfny-hero .banner a {
        margin-top: 1.5em;
        background: rgba(27, 42, 94, 0.9);
        transition: all 0.3s ease;
        border: 1px #1B2A5E solid; }
        .lt-ie9 .hero.hfny-hero .banner a:hover {
          background: #1B2A5E; }
  @media screen and (min-width: 48em) {
    .hero.hfny-hero {
      background: url("../images/drink-HEALTHY.jpg");
      background-size: cover;
      background-position: 0% 30%;
      padding-top: 3.5em; }
      .hero.hfny-hero .banner {
        max-width: 25em;
        background: none !important; }
        .hero.hfny-hero .banner a {
          margin-top: 1.5em;
          background: rgba(27, 42, 94, 0.9);
          transition: all 0.3s ease;
          border: 1px #1B2A5E solid; }
          .hero.hfny-hero .banner a:hover {
            background: #1B2A5E; } }

article.heap .card-image {
  background: url("../images/heap-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.snap .card-image {
  background: url("../images/snap-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.child-support .card-image {
  background: url("../images/child-support-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.t-a .card-image {
  background: url("../images/ta-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.hearings .card-image {
  background: url("../images/hearings-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.shelter .card-image {
  background: url("../images/shelter-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.housing .card-image {
  background: url("../images/housing-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.bria .card-image {
  background: url("../images/bria-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.ssi .card-image {
  background: url("../images/ssa-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.ssp .card-image {
  background: url("../images/ssp-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.esny .card-image {
  background: url("../images/esny-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.employment .card-image {
  background: url("../images/employment-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.ebt .card-image {
  background: url("../images/ebt-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
article.rap .card-image {
  background: url("../images/rap-card.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

hr.card-break {
  width: 87%;
  border-color: #f6f8f8; }

.main .content-page.has-nav section#directives ul li a, .main .content-page.has-nav section#gis-messages ul li a {
  text-decoration: none; }
  .main .content-page.has-nav section#directives ul li a:hover, .main .content-page.has-nav section#directives ul li a:focus, .main .content-page.has-nav section#gis-messages ul li a:hover, .main .content-page.has-nav section#gis-messages ul li a:focus {
    text-decoration: underline; }

.icon-aft {
  position: relative;
  top: 2px;
  padding: 0; }

.icon-aft:before {
  color: #06598a; }

.main .content-page section#apply-for-services h3, .main .content-page section.apps h3 {
  margin-top: 2em;
  font-size: 1.618em; }

.main .content-page.has-nav section.jobs-map h3 {
  margin-top: 1em;
  padding-top: 1em; }
  .lt-ie9 .main .content-page.has-nav section.jobs-map h3 {
    margin-top: -80px;
    padding-top: 130px; }
  @media screen and (min-width: 48em) {
    .main .content-page.has-nav section.jobs-map h3 {
      margin-top: -80px;
      padding-top: 130px; } }

.horizontal-card-col.programs {
  max-width: none; }
  .lt-ie9 .horizontal-card-col.programs {
    max-width: 58em; }
  @media screen and (min-width: 48em) {
    .horizontal-card-col.programs {
      max-width: 58em; } }

#submenu ul.hearings-nav li a, #submenu ul.heap-nav li a {
  padding: 15px 30px; }
#submenu ul.hearings-nav li .active:after, #submenu ul.heap-nav li .active:after {
  margin-top: -15px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 25px solid #171717; }

.main .content-page section.about {
  max-width: 46em; }

.main .content-page section.heap-contacts #result {
  padding-top: 2em; }
  .main .content-page section.heap-contacts #result .provider {
    padding-bottom: 0.25em; }
    .main .content-page section.heap-contacts #result .provider h4 {
      margin-bottom: 0; }
    .main .content-page section.heap-contacts #result .provider p {
      margin-top: 0.25em;
      margin-bottom: 0.25em; }

.no-bullets {
  list-style-type: none;
  margin: 0 0 3em 0;
  padding-left: 0; }

.jump-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none;
  margin: 1.5em auto;
  max-width: 55em;
  width: 100%; }
  .jump-list li {
    width: 2.5em;
    min-width: 50px;
    margin: 0.25em 0.25em; }
    .jump-list li a {
      color: #fff;
      background: #6F5091;
      display: block;
      text-align: center;
      padding: 0.5em 0;
      font-weight: 600;
      letter-spacing: 2px;
      text-decoration: none;
      transition: all 0.3s ease; }
      .jump-list li a:hover, .jump-list li a:focus {
        background: #3c2454;
        color: #fff;
        font-weight: 800; }

a#foil-button {
  font: 14px/normal ProximaNovaRegular, sans-serif;
  box-sizing: border-box;
  padding: 1.1em 1.3em;
  border: 1px solid transparent;
  border-image: none;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #523178;
  margin: 40px 0 60px;
  display: table; }
  a#foil-button:focus, a#foil-button:hover {
    background-color: #6F5091; }

.main .content-page a[href^="http:"]#foil-button:after, .main .content-page a[href^="https:"]#foil-button:after {
  padding-left: 0;
  content: ""; }

table td.quarter, table th.quarter {
  width: 25%; }

p.bottom-tight {
  margin-bottom: .25em;
  margin-top: 1em; }

p.extra-top-space {
  margin-top: 1em; }

p.top-tight {
  margin-top: .25em; }

.vertical-card-row article .type.important {
  background-color: #8b2f2d; }

section.covid-faq dl dt {
  color: #6F5091;
  margin-top: 1.5em;
  font-size: 1.15em;
  font-weight: 600; }

img.in-page {
  width: 100%; }
  @media screen and (min-width: 42.8125em) {
    img.in-page {
      max-width: 24em;
      width: auto; } }

.trafficking li {
  display: inline-block;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
  max-width: 100%;
  margin-bottom: 1.15em; }
  @media screen and (min-width: 48em) {
    .trafficking li {
      max-width: 30%;
      vertical-align: top; } }

table tr.offset th {
  background: #ecf0f1; }

table caption.big {
  font-size: 1.35em; }

section#erap-faq nav ul {
  list-style: unset;
  list-style-image: unset; }
  section#erap-faq nav ul li a {
    word-break: keep-all; }
section#erap-faq dl dt {
  line-height: 1.4;
  margin-bottom: 1.1428571429em;
  font-weight: 700; }
section#erap-faq nav ol {
  list-style: decimal; }
  section#erap-faq nav ol li a {
    word-break: keep-all;
    hyphens: none; }
section#erap-faq nav#rental-assistance-faq-toc ul li a {
  font-weight: 700;
  color: #6F5091; }

#submenu .nav-toggle button:before {
  font-family: 'icomoon';
  content: '\e601';
  font-size: 24px;
  font-weight: 400;
  padding-right: 30px;
  display: inline-block;
  vertical-align: -4px;
  visibility: visible; }
#submenu .nav-toggle button.close {
  background-image: none; }
#submenu .nav-toggle button.close {
  background-image: none; }

@media (max-width: 64em) {
  main h1.page-heading.stuck {
    font-size: 90%;
    padding: 16px;
    padding-left: 15px; }

  nav.stuck #submenu {
    position: fixed;
    top: 50px;
    z-index: 12; }
    nav.stuck #submenu .nav-toggle {
      float: right;
      background: transparent; }
      nav.stuck #submenu .nav-toggle button {
        padding: 10px 20px;
        float: right;
        width: 20px;
        height: 45px;
        background: none;
        margin-right: 15px;
        background-position: 0;
        text-decoration: none;
        border: none;
        visibility: hidden; }
        nav.stuck #submenu .nav-toggle button:before {
          font-family: 'icomoon';
          content: '\e601';
          font-size: 24px;
          font-weight: 400;
          padding-right: 10px; }
        nav.stuck #submenu .nav-toggle button:hover {
          color: #D5820D;
          transition: all 0.3s 0s ease-in-out; }
        nav.stuck #submenu .nav-toggle button span {
          display: none; } }
      @media screen and (max-width: 64em) and (min-width: 42.8125em) {
        nav.stuck #submenu .nav-toggle button {
          padding: 25px 20px;
          visibility: visible; } }
@media (max-width: 64em) {
    nav.stuck #submenu ul {
      display: block;
      margin: 0; }
      nav.stuck #submenu ul li {
        display: none; }
        nav.stuck #submenu ul li.active {
          display: block; }
        nav.stuck #submenu ul li a {
          padding: 10px 15px; }
          nav.stuck #submenu ul li a:after {
            display: none; } }
        @media screen and (max-width: 64em) and (min-width: 42.8125em) {
          nav.stuck #submenu ul li a {
            padding: 21px 30px; } }
@media (max-width: 64em) {
      nav.stuck #submenu ul.expanded li {
        display: block; } }
.print-only {
  display: none !important;
  visibility: hidden !important; }

button#print-page {
  display: block;
  padding: .5em 1em;
  background: #6F5091;
  color: #fff;
  border-radius: 0;
  font-family: "Proxima Nova", Arial, sans-serif;
  text-transform: uppercase;
  float: right;
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 2px solid #6F5091;
  box-sizing: border-box; }
  button#print-page:active {
    background-color: #644883; }
  button#print-page:hover, button#print-page:focus {
    background-color: #644883;
    border: 2px dotted #fff; }

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    float: none !important; }

  body {
    font-size: 14px; }

  .print-only {
    display: inline-block !important;
    visibility: visible !important; }

  button#print-page {
    display: none;
    visibility: hidden; }

  h1#global-alert, h1#secondary-global-alert, div#expanded, div#secondary-expanded {
    display: none !important;
    visibility: hidden !important; }

  .nys-global-header.horizontal h1, .nys-global-header.horizontal p {
    padding-left: 15px !important; }

  .nys-global-header.horizontal h1 a, .nys-global-header.horizontal h1 a:link, .nys-global-header.horizontal h1 a:visited, .nys-global-header.horizontal h1 a:hover, .nys-global-header.horizontal h1 a:active, .nys-global-header.horizontal p a, .nys-global-header.horizontal p a:link, .nys-global-header.horizontal p a:visited, .nys-global-header.horizontal p a:hover, .nys-global-header.horizontal p a:active, .nys-global-header.vertical h1 a, .nys-global-header.vertical h1 a:link, .nys-global-header.vertical h1 a:visited, .nys-global-header.vertical h1 a:hover, .nys-global-header.vertical h1 a:active, .nys-global-header.vertical p a, .nys-global-header.vertical p a:link, .nys-global-header.vertical p a:visited, .nys-global-header.vertical p a:hover, .nys-global-header.vertical p a:active {
    padding-bottom: 1em;
    font-size: 18px !important;
    display: inline-block !important;
    padding-left: 0px !important;
    height: auto !important; }

  .nys-global-header.horizontal h1 span.state-of, .nys-global-header.horizontal p span.state-of {
    display: block !important;
    padding-top: 22px !important;
    font-size: 18px !important; }

  .nys-global-header.horizontal h1 a span, .nys-global-header.horizontal p a span {
    padding-top: 5px !important; }

  .ie body {
    font-size: 95.5%; }

  a {
    color: #06598a !important;
    padding-right: 0 !important; }

  #submenu {
    display: none; }

  #nygov-universal-navigation, #nygov-universal-footer {
    display: none !important; }

  .main .content-page .hero {
    margin: 0;
    padding: 0; }
    .main .content-page .hero h2 {
      font-weight: 800; }
    .main .content-page .hero a {
      display: none; }

  #footer {
    display: none; }

  a,
  a:visited {
    text-decoration: none;
    padding: 0; }

  .main .content-page .icon {
    display: none; }

  .main a[href^="http:"],
  .main a[href^="https:"] {
    background: transparent;
    padding-right: 0 !important; }
    .main a[href^="http:"]:after,
    .main a[href^="https:"]:after {
      content: " (" attr(href) ")"; }

  .main .content-page .hero .banner {
    padding: 30px 0 0 30px; }

  .nys-global-header.unstacked.horizontal p, .nys-global-header.unstacked.horizontal h1 a {
    padding-left: 30px; }

  .main .content-page section, .main .content-page.has-nav section {
    max-width: 100% !important;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 2em; }

  .main .content-page .horizontal-card-col, .main .content-page .vertical-card-row {
    padding-top: 0; }

  .main .content-page .vertical-card-row article h2, .main .content-page .vertical-card-row article h3,
  .main .content-page .horizontal-card-col article .card-content h2, .main .content-page .horizontal-card-col article .card-content h3 {
    margin-top: 0;
    font-weight: 600; }

  .main .content-page aside.call-out {
    border: none;
    padding: 0;
    font-size: 0.875em; }

  .nav-toggle, .main .content-page .search-in-section, .main .content-page section.form form:before, .main .content-page .vertical-card-row article img {
    display: none; }

  .main .content-page .horizontal-card-col article .card-image {
    min-height: auto; }

  .main .content-page .vertical-card-row article .type {
    padding-left: 40px;
    font-size: 0.875em;
    display: none; }

  .main .content-page .horizontal-card-col article .type {
    padding-left: 30px;
    font-size: 0.875em;
    display: none; }

  .main .content-page .vertical-card-row article, .main .content-page .horizontal-card-col article {
    border: none;
    height: auto !important;
    padding-bottom: 0;
    margin: 0 0 0 2px;
    min-height: auto; }

  .main .content-page .vertical-card-row article footer, .main .content-page .horizontal-card-col article .card-content footer {
    border: none;
    display: none; }

  .main .content-page .horizontal-card-col.no-img article .card-content {
    padding-bottom: 0;
    padding-top: 0; }

  .main .content-page .horizontal-card-col article .card-content {
    padding-bottom: 0;
    padding-top: 0; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  table,
  tr,
  img {
    page-break-inside: avoid !important; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  ul,
  ol {
    margin-left: 1.375em; }

  .nys-header,
  .footer,
  .nav,
  .download,
  .hamburger,
  .widget,
  .upper,
  .right,
  .trail,
  .icon,
  .photo,
  .medium,
  .icon-wide,
  .otda h2 {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }

  .otda-logo {
    width: 42%;
    height: auto; }

  #header,
  .inner,
  .otda,
  .page,
  .content-page,
  .landing-page,
  .main {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    border-top: 0; }

  .main .content-page .featured h2, .main .content-page section.archives h3 {
    text-align: left;
    padding-left: 30px; }

  #header h1, .nys-global-header.unstacked.horizontal p {
    margin: 0 !important;
    padding: 0;
    width: 100%; }

  .main .content-page section.archives ul {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
    list-style: initial;
    margin: 1em 0 0 40px;
    max-width: none;
    width: auto; }
    .main .content-page section.archives ul li {
      min-width: none;
      margin: 0.5em; }
      .main .content-page section.archives ul li a {
        display: block;
        text-align: left;
        padding: 0.75em;
        font-weight: 600;
        letter-spacing: 2px; }

  .main .content-page section.form h2, .main .content-page section.form h3 {
    text-align: left;
    padding: 0;
    padding-left: 30px;
    text-transform: unset;
    font-family: "Proxima Nova", Arial, sans-serif;
    letter-spacing: 0; }

  .main .content-page section.form.order-publications {
    margin: 0;
    padding: 0; }

  .main .content-page p.trail {
    display: none; }

  .main .content-page .featured:after {
    display: none; }

  .main h1,
  .content-page h1,
  .landing-page h1 {
    font-size: 1.875em !important;
    padding: .25em 0 0 30px !important; }
  .main h2,
  .content-page h2,
  .landing-page h2 {
    font-size: 1.625em !important; }
  .main h3,
  .content-page h3,
  .landing-page h3 {
    font-size: 1.5em !important; }
  .main h4,
  .content-page h4,
  .landing-page h4 {
    font-size: 1.375em !important; }

  .main .content-page section.form.order-publications .progress {
    display: none; }

  .main .content-page section.form.order-publications div.thanks, .main .content-page section.form.order-publications .container {
    border: none;
    margin: 0.5em 0 0.5em 30px; }

  .main .content-page section.form.order-publications div.thanks {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0; }

  .main .content-page section.form.order-publications div.thanks p {
    padding-top: 0; }

  .main .content-page section.form form p, .main .content-page section.form.order-publications .container form fieldset legend {
    padding: 0; }

  .main .content-page section.form.order-publications div.thanks h2, .main .content-page section.form.order-publications div.thanks h3, .main .content-page section.form form h3, .main .content-page section.form.order-publications .container .form-row {
    padding-left: 0; }

  .nys-global-header #nys-global-nav {
    display: none;
    visibility: hidden; }

  .main .landing-page .hero-section .large-block {
    height: auto; }

  .main .content section.press-release header.has-photo h1 {
    width: 100%;
    position: relative; }
  .main .content section.press-release header.has-photo img, .main .content section.press-release header.has-photo p.social {
    display: none; }

  .main .card-row .content-card .card-body {
    margin-top: 0; }

  .nys-global-footer .footer-container .footer-col {
    display: none;
    visibility: hidden; }

  .nys-global-footer .footer-container .social-media {
    display: none;
    visibility: hidden; }

  .nys-global-header.unstacked.horizontal h1 a, .nys-global-header.stacked.horizontal h1 a, .nys-global-header.vertical h1 a {
    font-size: 30px; }

  .nys-global-footer .footer-container h3 {
    padding-left: 15px;
    font-size: 1em; }

  .main .content-page .vertical-card-row article h2, .main .content-page .vertical-card-row article h3, .main .content-page .vertical-card-row article p {
    padding-left: 30px;
    padding-right: 30px; }

  .jump-list {
    display: none; }

  .main .content-page aside.call-out {
    display: none; }

  main h1.page-heading.stuck {
    position: relative;
    top: auto; }

  .nys-global-footer .footer-container h2 {
    display: none; } }

/*# sourceMappingURL=otda.css.map */
