/*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.btn-submit {
  width: 160px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border: 1px solid #1771b7 !important;
  background-color: #1771b7 !important;
  color: #fff !important;
  padding: 7px 2px 7px 2px !important;
  font-size: 16px !important;
  margin-right: 10px !important;
}
.btn-clear {
  border: 0 !important;
  color: #0a5796 !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
.btn-clear:hover {
  text-decoration: underline !important;
}
.btn-submit:link,
.btn-submit:visited {
  color: #fff !important;
}
.btn-submit:hover {
  background-color: #000 !important;
  -webkit-transition: background-color 0.2s ease-in !important;
  -moz-transition: background-color 0.2s ease-in !important;
  -o-transition: background-color 0.2s ease-in !important;
  transition: background-color 0.2s ease-in !important;
}
table.rt {
  border-collapse: collapse;
}
table.rt th {
  padding: 10px 5px 11px 5px;
  color: #fff;
  background-color: #0a5796;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #777;
  vertical-align: bottom;
  white-space: nowrap;
  text-align: center;
}
table.rt th.subhead {
  padding: 11px 11px 13px 11px;
  line-height: 20px;
  color: #333;
  background-color: #e5e5e5;
  border: 1px solid #777;
  text-align: left;
}
table.rt td {
  padding: 20px 11px 20px 11px;
  font-size: 16px;
  line-height: 18px;
  background-color: #f8f8f8;
  border: 1px solid #777;
}
table.rt td.vertical {
  vertical-align: middle;
}
table.rt .left {
  text-align: left;
}
table.rt .center {
  text-align: center;
}
table.rt .right {
  text-align: right;
}
table.rt .top {
  vertical-align: top;
}
table.rt .bottom {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  table.rt,
  table.rt tbody,
  table.rt td,
  table.rt th,
  table.rt thead,
  table.rt tr {
    display: block;
    border: none;
  }
  table.rt {
    border-collapse: collapse;
  }
  table.rt thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.rt th {
    display: none;
  }
  table.rt th.subhead {
    display: none;
  }
  table.rt tr {
    border: 1px solid #777;
    border-bottom: 0;
    margin-bottom: 10px;
  }
  table.rt td {
    border: none;
    border-bottom: 1px solid #777;
    position: relative;
    padding: 3px 3px 6px 3px;
    font-size: 11px;
    padding-left: 50%;
  }
  table.rt td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    content: attr(data-label);
    font-weight: 700;
  }
  table.rt th.subhead {
    padding: 6px;
    border: none;
  }
  table.rt .center {
    text-align: left;
  }
  table.rt .right {
    text-align: left;
  }
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  margin: 1.5rem 0 3rem;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  border-right: 1px solid #ccc;
}
.table-responsive > table {
  width: 100%;
}
.table-responsive caption,
.table-responsive td,
.table-responsive th {
  white-space: nowrap;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
}
.table-responsive table td,
.table-responsive table th {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.table-responsive thead th {
  white-space: pre-line;
}
.table-responsive td,
.table-responsive th {
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.table-responsive > h2,
.table-responsive > h3,
.table-responsive > h4,
.table-responsive > h5,
.table-responsive > h6 {
  font-size: 1.25em;
  line-height: 1.5;
  padding: 0.5rem;
  margin: 0;
}
.table-responsive caption {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #333;
}
.table-responsive th {
  background-color: #0a5796;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    border: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-top: 3rem;
    background: url(/assets/home/images/global/scrollicon1.svg) no-repeat top
        0.75rem right 0.5rem/2.25rem,
      linear-gradient(to right, transparent 0, #ccc 100%) no-repeat right
        bottom/15px calc(100% - 3rem),
      linear-gradient(to right, #ccc 0, #ccc 100%) no-repeat left bottom/1px
        calc(100% - 3rem);
  }
  .table-responsive tr > :first-of-type {
    border-left: none;
  }
  .table-responsive tr > :last-of-type {
    border-right: none;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  .table-responsive-heading {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-right: 3rem;
    background: url(/assets/home/images/global/scrollicon1.svg) no-repeat center
      right 0.5rem/2rem;
    margin: 1.5rem 0 0 0;
  }
  .table-responsive-heading + .scrollIcon {
    display: none;
  }
  .scrollIcon {
    display: block;
    width: 100%;
    height: 2rem;
    background: url(/assets/home/images/global/scrollicon1.svg) no-repeat center
      right 0.5rem/1.5rem;
    box-shadow: 0 0 0 1px #eee;
  }
  .table-responsive {
    margin-top: 0;
  }
  figure.tableWrap > figcaption:first-child {
    padding-right: 3.5rem;
  }
  figure.tableWrap > figcaption:first-child + * {
    top: -3rem;
  }
}
figure > .table-responsive {
  margin: 0;
}
figure.tableWrap {
  position: relative;
  margin: 0 0 1.5rem;
  padding-top: 2rem !important;
}
figure.tableWrap {
  position: relative;
}
figure.tableWrap figcaption {
  background: 0 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  figure.tableWrap > figcaption:first-child {
    margin-top: -1.5rem;
    background: #fff;
    z-index: 99999999999;
  }
  figure.tableWrap > :first-child:not(figcaption) {
    margin-top: 0.5rem;
  }
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
figure {
  margin: 1.5rem 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
figure.tableWrap > figure.tableWrap,
figure > figure {
  margin: 0 !important;
}
figure.tableWrap > figure.tableWrap {
  padding-top: 0 !important;
}
figure > figcaption:first-child {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(to top, #ddd 1px, transparent 1px);
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
}
figure > figcaption:last-child {
  font-size: 0.875rem;
  color: #777677;
  padding-top: 0.25rem;
  margin-top: 0.5rem;
  background: linear-gradient(to bottom, #ddd 1px, transparent 1px);
}
figure.capRight figcaption {
  text-align: right;
}
figure.capCenter figcaption {
  text-align: center;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:active,
a:hover {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
a {
  color: #017dbb;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:focus,
a.muted:hover {
  color: grey;
}
.text-warning {
  color: #c09853;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:focus,
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:focus,
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:focus,
a.text-success:hover {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}
h1,
h2 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
  line-height: normal;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  padding: 0;
  margin: 0 0 10px 25px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ol.unstyled,
ul.unstyled {
  margin-left: 0;
  list-style: none;
}
ol.inline,
ul.inline {
  margin-left: 0;
  list-style: none;
}
ol.inline > li,
ul.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 10px;
}
.dl-horizontal:after,
.dl-horizontal:before {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: "\2014 \00A0";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.ls-canvas .iw_component,
.ls-canvas .ls-cmp-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
sup {
  font-size: 24px;
  margin: 0 5px 0 5px;
}
img {
  max-width: 100%;
}
.super {
  vertical-align: super;
  font-size: 23px;
  margin-right: 2px;
}
a:link {
  color: #1771b7;
  outline: 0;
}
a:visited {
  text-decoration: none;
  outline: 0;
  color: #1771b7;
}
a:hover {
  color: #0a5796;
  text-decoration: none;
}
a:active {
  text-decoration: none;
  outline: 0;
  color: #1771b7;
}
.link-bold {
  font-weight: 700;
}
.link-bold.large {
  font-size: 20px;
}
.black-link,
.black-link:link,
.black-link:visited {
  color: #000;
}
.black-link:active,
.black-link:hover {
  color: #1771b7;
}
.white-link,
.white-link:link,
.white-link:visited {
  color: #fff;
}
.white-link:active,
.white-link:hover {
  color: #1771b7;
}
.arrow-link {
  padding-right: 20px;
  background-image: url(/assets/home/images/global/link-arrow-blue.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 60%;
}
.arrow-link.small {
  padding-right: 12px;
  background-image: url(/assets/home/images/global/link-arrow-blue-sm.png);
  background-position: 100% 65%;
}
.arrow-link.mid {
  padding-right: 12px;
  background-image: url(/assets/home/images/global/link-arrow-blue-sm.png);
  background-position: 100% 61%;
}
.arrow-link.black-link {
  background-image: url(/assets/home/images/global/link-arrow-black.png);
}
.arrow-link.black-link:hover {
  background-image: url(/assets/home/images/global/link-arrow-blue.png);
}
.arrow-link.black-link.small {
  background-image: url(/assets/home/images/global/link-arrow-black-sm.png);
}
.arrow-link.black-link.small:hover {
  background-image: url(/assets/home/images/global/link-arrow-blue-sm.png);
}
.arrow-link.black-link.small.left {
  background-image: url(/assets/home/images/global/link-arrow-black-sm-left.png);
  background-position: 0 53%;
  padding-left: 12px;
}
.arrow-link.black-link.small.left:hover {
  background-image: url(/assets/home/images/global/link-arrow-blue-sm-left.png);
}
.arrow-link.white-link.small,
.arrow-link.white-link.small:link {
  background-image: url(/assets/home/images/global/link-arrow-white-sm.png);
}
.arrow-link.white-link.small:hover {
  color: #1771b7;
  background-image: url(/assets/home/images/global/link-arrow-blue-sm.png);
}
a.arrow-link-white {
  padding-right: 20px;
  background-image: url(/assets/home/images/global/link-arrow-white.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 60%;
}
.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-color: #000;
  font-size: 12px;
  display: inline-block;
  line-height: 31px;
  padding: 0 14px 0 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
.button-download,
.button-download:link,
.button-download:visited {
  color: #fff !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #000 url(/assets/home/images/global/down.png) no-repeat 7px 11px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  padding: 8px 10px 8px 18px;
}
@media (max-width: 767px) {
  .button-download,
  .button-download:link,
  .button-download:visited {
    padding: 3px 10px 3px 18px;
    background: #000 url(/assets/home/images/global/down.png) no-repeat 7px 6px;
  }
}
.button-download:active,
.button-download:hover {
  background-color: #0a5796;
}
.leavingmsg {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 40px;
  width: 500px;
  height: 100%;
}
@media (max-width: 767px) {
  .leavingmsg {
    width: 250px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .leavingmsg {
    width: 250px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .leavingmsg {
    width: 200px;
  }
}
.leavingmsg h1 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .leavingmsg h1 {
    line-height: 24px;
  }
}
.leavingmsg p {
  line-height: 24px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .leavingmsg p {
    line-height: 16px;
    font-size: 14px;
  }
}
.error-field {
  border-color: #df0000 !important;
}
.button-link,
.button-link:link,
.button-link:visited {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #1771b7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
}
.button-link:active,
.button-link:hover {
  background: #0a5796;
}
.button-link.black-link,
.button-link.black-link:link,
.button-link.black-link:visited {
  background: #000;
}
.button-link.black-link.active,
.button-link.black-link:active,
.button-link.black-link:hover {
  background: #1771b7;
}
.button-link.gray-link,
.button-link.gray-link:link,
.button-link.gray-link:visited {
  color: #fff;
  background: #353535;
  -webkit-box-shadow: 0 2px 0 0 #000;
  -moz-box-shadow: 0 2px 0 0 #000;
  box-shadow: 0 2px 0 0 #000;
}
.button-link.gray-link:active,
.button-link.gray-link:hover {
  background: #1771b7;
}
.button-link-mini,
.button-link-mini:link,
.button-link-mini:visited {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
}
.button-link-mini:hover {
  background: #0a5796;
}
a.white-link,
a.white-link:link,
a.white-link:visited {
  color: #fff;
}
a.button-link-white,
a.button-link-white:link,
a.button-link-white:visited {
  background-color: #fff;
}
a.button-link-white:hover {
  background-color: #000;
  color: #fff;
}
.button-link-arrow,
.button-link-arrow:active,
.button-link-arrow:hover,
.button-link-arrow:link,
.button-link-arrow:visited {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  padding: 10px 25px 10px 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: url(/assets/home/images/global/link-arrow-white-withoffset13.png);
  background-position: right 45%;
  background-color: #1771b7;
  background-repeat: no-repeat;
  border: none;
}
.button-link-arrow.black-link,
.button-link-arrow.black-link:link,
.button-link-arrow.black-link:visited {
  background-color: #000;
}
.button-link-arrow.black-link:hover {
  background-color: #1771b7;
}
.button-link-arrow.black-link:active {
  background-color: #000;
}
.button-link-arrow.white-link,
.button-link-arrow.white-link:link,
.button-link-arrow.white-link:visited {
  color: #333;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  background-image: url(/assets/home/images/global/link-arrow-black-withoffset13.png);
  background-color: #fff;
  border: 1px solid #ccc;
}
.button-link-arrow.white-link:hover {
  color: #fff;
  background-image: url(/assets/home/images/global/link-arrow-white-withoffset13.png);
  background-color: #1771b7;
}
.button-link-arrow.white-link:active {
  background-color: #1771b7;
}
.button-link-arrow.transparent-link,
.button-link-arrow.transparent-link:link,
.button-link-arrow.transparent-link:visited {
  color: #000;
  background-image: url(/assets/home/images/global/link-arrow-black-sm.png);
  background-color: transparent;
}
.button-link-arrow.transparent-link:hover {
  color: #1771b7;
  background-image: url(/assets/home/images/global/link-arrow-blue-sm.png);
  background-color: transparent;
}
.button-link-arrow.transparent-link:active {
  background-image: url(/assets/home/images/global/link-arrow-blue-sm.png);
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  .button-block,
  .button-block-mobile {
    width: 100%;
    float: left;
    display: block;
  }
}
a.button-link.button-espanol {
  background-image: none;
  padding: 8px;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 12px;
  float: right;
  line-height: 15px;
}
.print-event {
  display: block;
  width: 50px;
  margin-top: 10px;
  overflow: hidden;
}
.print-event img,
.print-event span.print-label {
  display: inline;
  float: none !important;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.print-event span.print-label {
  font-size: 12px;
  font-weight: 700;
  color: #1771b7;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.close-button {
  display: block;
  width: 21px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/assets/home/images/modules/events-slider/slider-close.png)
    no-repeat;
}
.close-button.white {
  width: 19px;
  height: 19px;
  background: transparent url(/assets/home/images/global/ico-close-white.png)
    no-repeat;
}
.speaker-button,
.speaker-button:link,
.speaker-button:visited {
  width: 40px;
  height: 40px;
  background: transparent url(/assets/home/images/global/speaker.png) no-repeat;
  border: none;
}
.speaker-button:active,
.speaker-button:hover {
  background: transparent url(/assets/home/images/global/speaker-hover.png)
    no-repeat;
}
.expand-button,
.expand-button:active,
.expand-button:hover,
.expand-button:link,
.expand-button:visited {
  width: 17px;
  height: 17px;
  background: transparent url(/assets/home/images/global/ico-plus-minus.png)
    no-repeat;
  background-position: 1px 0;
  border: none;
}
.collapse-button,
.collapse-button:active,
.collapse-button:hover,
.collapse-button:link,
.collapse-button:visited {
  width: 17px;
  height: 17px;
  background: transparent url(/assets/home/images/global/ico-plus-minus.png)
    no-repeat;
  background-position: 1px -36px;
  border: none;
}
hr.module-divider {
  width: 100%;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  border: none;
  margin: 0;
  overflow: hidden;
}
.lt-ie8 hr.module-divider {
  width: 940px;
}
.loader {
  display: none;
  width: 16px;
  height: 11px;
  background: transparent
    url(/assets/home/images/global/ajax-loader-transparent.gif) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.alert-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent
    url(/assets/home/images/global/ico-information-white.png) no-repeat 0 0;
}
.span1 {
  width: 6.38298%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span1:last-child {
  float: right;
  margin-right: 0;
}
.span2 {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span2:last-child {
  float: right;
  margin-right: 0;
}
.span3 {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span3:last-child {
  float: right;
  margin-right: 0;
}
.span4 {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span4:last-child {
  float: right;
  margin-right: 0;
}
.span5 {
  width: 40.42553%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span5:last-child {
  float: right;
  margin-right: 0;
}
.span6 {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span6:last-child {
  float: right;
  margin-right: 0;
}
.span7 {
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span7:last-child {
  float: right;
  margin-right: 0;
}
.span8 {
  width: 65.95745%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span8:last-child {
  float: right;
  margin-right: 0;
}
.span9 {
  width: 74.46809%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span9:last-child {
  float: right;
  margin-right: 0;
}
.span10 {
  width: 82.97872%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span10:last-child {
  float: right;
  margin-right: 0;
}
.span11 {
  width: 91.48936%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span11:last-child {
  float: right;
  margin-right: 0;
}
.span12 {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.span12:last-child {
  float: right;
  margin-right: 0;
}
#main {
  margin-bottom: 60px;
}
@media only screen and (max-width: 479px) {
  #main {
    margin-bottom: 20px;
  }
}
.container {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.container:after,
.container:before {
  display: table;
  line-height: 0;
  content: "";
}
.container:after {
  clear: both;
}
.container.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.lt-ie8 .container {
  width: 960px;
  position: relative;
}
a:hover {
  text-decoration: none;
}
.bg-highlighted {
  background: url(/assets/home/images/global/bg-pattern-highlighted.png) repeat;
}
.bg-highlighted.black {
  background-color: #000;
}
.ui-datepicker {
  background-color: #fff !important;
}
.row:after,
.row:before {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
.font-normal {
  font-weight: 400;
}
.screen-reader-guidelink {
  position: absolute;
  width: 1px;
  height: 1px;
}
.carouselimg {
  background-size: cover;
  background-position: 50% 0;
  border-radius: 3px;
  width: 100%;
}
.module-first-visit-alert a.arrow-link.white-link.small:hover {
  color: rgba(255, 255, 255, 0.8);
}
.container .logo-svg-wrap {
  background: #fff;
}
.nyc-logo-svg-embed {
  width: 107px;
  height: 37px;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}
.nyc-logo-svg-swap img {
  display: none;
}
.lt-ie9 .nyc-logo-svg-swap img {
  display: block;
  background: #fff;
  width: 107px;
  height: 37px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
.lt-ie9 .nyc-logo-svg-embed {
  display: none;
}
.img-caption {
  font-weight: 700;
  font-size: 90%;
  margin-bottom: 30px;
  color: #767676;
}
.img-row {
  margin-top: 20px;
}
.img-row:first-child {
  margin-top: 0;
}
.img-left .img-caption,
.img-left-vert .img-caption,
.img-right .img-caption,
.img-right-vert .img-caption {
  margin-bottom: 10px;
}
.img-left img,
.img-left-vert img,
.img-right img,
.img-right-vert img,
.img-row img {
  margin-bottom: 10px;
}
.img-left,
.img-left-vert {
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  width: 40%;
}
.img-right,
.img-right-vert {
  float: right;
  margin-left: 20px;
  margin-top: 4px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .img-left {
    width: 100%;
  }
  .img-right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .img-left-vert {
    width: 100%;
  }
  .img-right-vert {
    width: 100%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 640px),
  screen and (max-device-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .visible-tablet-portrait {
    display: block !important;
  }
  .hidden-tablet-portrait {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .row [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row .span12,
  .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row [class*="offset"]:first-child {
    margin-left: 0;
  }
} /*! jQuery UI - v1.10.1 - 2013-02-19
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 15em;
  display: none;
}
.ui-datepicker.ui-widget-content.ui-corner-all {
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background: #efefef;
}
.ui-datepicker .ui-datepicker-header.ui-corner-all {
  border-radius: 0;
  border: none;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover.ui-corner-all,
.ui-datepicker .ui-datepicker-prev-hover.ui-corner-all {
  background: 0 0;
  border: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w {
  width: 5px;
  height: 8px;
  background: url(/assets/home/images/global/link-arrow-black-sm-left.png)
    no-repeat;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
  width: 5px;
  height: 8px;
  background: url(/assets/home/images/global/link-arrow-black-sm.png) no-repeat;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 67%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #666;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.5em 0.1em;
  text-align: left;
  text-indent: 0.3em;
  font-weight: 700;
  color: #1771b7;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.1em;
  text-align: left;
  text-indent: 0.4em;
  text-decoration: none;
}
.lt-ie9 .ui-datepicker .ui-priority-secondary:active,
.lt-ie9 .ui-datepicker .ui-priority-secondary:hover,
.lt-ie9 .ui-datepicker .ui-priority-secondary:link,
.lt-ie9 .ui-datepicker .ui-priority-secondary:visited {
  width: 100%;
  opacity: 1;
  filter: none;
}
.ui-datepicker td a.ui-state-default {
  background: 0 0;
  color: #666;
  font-size: 16px;
  border: none;
}
.ui-datepicker td.ui-datepicker-other-month a.ui-priority-secondary {
  font-weight: 700;
  color: #bebebe;
}
.ui-datepicker td.ui-datepicker-other-month.ui-datepicker-today a,
.ui-datepicker td.ui-datepicker-today a {
  color: #1771b7;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #a6c9e2;
  /* background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50%
    bottom repeat-x; */
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #4297d7;
  /* background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50%
    repeat-x; */
  color: #fff;
  font-weight: 700;
}
.ui-widget-header a {
  color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  /* background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50%
    repeat-x; */
  font-weight: 700;
  color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #79b7e7;
  /* background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50%
    repeat-x; */
  font-weight: 700;
  color: #1d5987;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #1d5987;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  /* background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50%
    repeat-x; */
  font-weight: 700;
  color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  /* background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50%
    repeat-x; */
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  /* background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50%
    repeat-x; */
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px;
}
/* .ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_469bdd_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_d8e7f3_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_6da8d5_256x240.png);
}
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_217bc0_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_f9bd01_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
} */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 5px;
}
.ui-widget-overlay {
  /* background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; */
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  /* background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; */
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table td,
.table th {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: 700;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child td,
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed td,
.table-condensed th {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered td,
.table-bordered th {
  border-left: 1px solid #ddd;
}
.table-bordered caption + tbody tr:first-child td,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered tbody:first-child tr:first-child td,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered thead:first-child tr:first-child th {
  border-top: 0;
}
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.table-bordered thead:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child,
.table-bordered thead:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child,
.table-bordered thead:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"],
table td[class*="span"],
table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.main-header {
  border-bottom: 0 !important;
  background: url(/assets/home/images/global/nav/bg-nav.png) repeat-x 0 bottom;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-header {
    background: 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .main-header {
    background: 0 0;
  }
}
.main-header,
.main-header .header-top {
  border-bottom: 1px solid #d5d5d5;
}
.main-header .header-top {
  padding: 20px 0;
}
@media (max-width: 767px), screen and (max-device-width: 767px) {
  .main-header .header-top {
    padding: 8px 0;
  }
}
.main-header .header-top .welcome-text {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  position: absolute;
  top: 15px;
}
.main-header #header-links {
  position: absolute;
  top: 15px;
  right: 23px;
}
.main-header #header-links a {
  text-decoration: none;
  color: #666;
  font-weight: 700;
  font-size: 14px;
}
@media only screen and (max-width: 795px) {
  .main-header #header-links a {
    font-size: 12px;
  }
}
.main-header #header-links a:hover {
  color: #333;
}
.main-header #header-links a:active {
  text-decoration: none;
}
.main-header #header-links .text-only {
  margin-right: 20px;
}
.main-header .language-selector {
  float: left;
  position: relative;
  top: -2px;
  margin-right: 20px;
  display: none;
}
.main-header .language-selector .goog-te-gadget-simple {
  border: none;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-header .language-selector .goog-te-gadget-icon {
  display: none;
}
.main-header .language-selector .goog-te-gadget-simple span {
  color: #666;
  border: none;
}
.main-header .language-selector .goog-te-gadget-simple span:hover {
  color: #000;
}
.language-gif {
  float: left;
}
.bg-shadow {
  height: 10px;
  background: url(/assets/home/images/global/nav/bg-shadow.png) no-repeat center -1px;
  opacity: 0.4;
}
@media only screen and (max-width: 479px) {
  .bg-shadow {
    background: url(/assets/home/images/global/nav/bg-shadow-mobile.png)
      no-repeat center 0;
  }
}

.main-header .nyc-logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: 0 0;
  height: 40px;
  width: 110px;
  margin: 0 auto;
  position: relative;
}
.main-header .nyc-logo a {
  display: block;
}
.main-header .nyc-logo .logo {
  background: url(/assets/home/images/global/nyc.png) no-repeat center center;
  height: 40px;
  width: 110px;
  margin: 0;
}
#home .main-header .logo {
  display: none;
}
#home .main-header .nyc-logo .logo-transparent {
  background: url(/assets/home/images/global/nyc_transparent.png) no-repeat
    center center;
  color: #fff !important;
}
.main-header .bg-logo {
  width: 110px;
  height: 40px;
  position: absolute;
  margin: 0 auto;
  display: none;
  z-index: 0;
}
#home .main-header .bg-logo {
  display: block;
}
.main-header .logo-three-one-one {
  max-width: auto;
  display: none;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .main-header .logo-three-one-one {
    display: inline-block !important;
  }
}
.ie7 .main-header .three-one-one-logo-wrapper img {
  display: block;
}
.main-header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-header nav ul li {
  float: left;
  border-right: 1px solid #d5d5d5;
  padding: 0 2.083333333333% 0 2.083333333333%;
  line-height: 45px;
}
.main-header nav ul li a:link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700 !important;
  color: #333;
  display: block;
  line-height: 45px;
}
.main-header nav ul li a:active,
.main-header nav ul li a:visited {
  text-decoration: none;
  outline: 0;
  color: #333;
}
.main-header nav ul li:hover {
  background-color: #000;
  cursor: pointer;
}
h.main-header nav ul li:active {
  background-color: #0a5796;
}
.main-header nav ul li:active a {
  text-decoration: none;
  color: #fff;
}
.main-header nav ul li.active a,
.main-header nav ul li:hover a {
  color: #fff;
  text-decoration: none;
}
.main-header nav ul li.active {
  background-color: #0a5796 !important;
}
#three-one-one-index .main-header nav ul li.active {
  background-color: #000;
}
#three-one-one-index .main-header li.active a:link,
#three-one-one-index .main-header li.active a:visited {
  color: #fff;
}
.main-header nav ul li.nav-home {
  border-left: 1px solid #d5d5d5;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-header nav ul li.nav-home {
    display: none;
  }
}
.main-header nav ul li.nav-home a {
  background: url(/assets/home/images/global/nav/nav-sprite.png) no-repeat
    center 14px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 20px;
}
.main-header nav ul li a {
  transition: 0s;
}
.ie7 .main-header nav ul li.nav-home a {
  text-indent: -9999px;
  overflow: none;
}
.main-header nav ul li.nav-home:hover a {
  background: url(/assets/home/images/global/nav/nav-sprite.png) no-repeat
    center -28px;
}
.main-header nav ul li.nav-search:hover {
  background: 0 0;
}
.main-header nav ul li.nav-search {
  border-right: 0;
  position: relative;
  margin: 0;
  padding: 0;
}
.main-header nav ul li.nav-search .input-search {
  float: left;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  color: #666;
  width: 138px;
  height: 20px;
  padding: 4px 6px;
}
.lt-ie9 .main-header nav ul li.nav-search .input-search {
  width: 138px;
}
.ie7 .main-header nav ul li.nav-search .input-search {
  width: 130px;
}
.main-header nav ul li.nav-search .input-search:focus {
  outline: 0;
}
.icon-for-search,
.main-header .form-search .ico-search,
.main-header nav .form-search .ico-search {
  background: url(/assets/home/images/global/sprite-ico-search.png) no-repeat
    #fff left 6px;
  padding: 0;
  display: block;
  width: 32px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  cursor: pointer;
}
.main-header .form-search .ico-search {
  display: inline;
}
.main-header nav ul li.nav-search .search {
  background: url(/assets/home/images/global/sprite-ico-search.png) no-repeat
    #fff center 7px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 7px;
  left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
  .main-header nav ul li.nav-search .search {
    display: block;
  }
}
.main-header nav ul li.nav-search .form-search .ico-search,
.main-header nav ul li.nav-search .toggle-search {
  padding: 0;
  width: 32px;
  height: 30px;
  padding: 0;
  width: 32px;
  height: 30px;
}
.main-header .search-bar {
  display: none;
}
.main-header .nav-sprite-mobile,
.main-header .toggle-mobile-side-nav {
  background: url(/assets/home/images/global/nav/nav-sprite-mobile.png)
    no-repeat 0 0;
}
.main-header .toggle-mobile-side-nav {
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  width: 16px;
  z-index: 9999;
  height: 13px;
  text-indent: 100%;
  overflow: hidden;
}
.main-header #toggle-mobile-search {
  height: 16px;
  background-position: 0 bottom;
  right: 20px;
  display: block;
  position: absolute;
  top: 15px;
  width: 16px;
  z-index: 9999;
}
.main-header #toggle-mobile-search span {
  background: url(/assets/home/images/global/link-arrow-grey-down.png) no-repeat
    scroll 5px 0 transparent;
  display: block;
  height: 30px;
  width: 16px;
  text-indent: 100%;
  overflow: hidden;
}
.title-bar h2 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  color: #000;
  margin: 23px 0;
  padding: 0 !important;
}
.title-bar h2 .agencies-count {
  font-weight: 700;
}
@media only screen and (max-width: 479px) {
  .title-bar h2 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin: 13px 0;
  }
}
@media only screen and (max-width: 767px) {
  .title-bar h2 {
    width: 70%;
    text-align: left;
  }
}
.title-bar h2 {
  float: left;
}
.container .bio-container {
  padding-right: 0 !important;
}
.agency-header .upper-header-left {
  width: 25%;
}
.agency-header .small-nyc-logo {
  height: 15px;
  width: 40px;
  margin: 0 10px 0 -1px;
}
.agency-header .upper-header-black-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .agency-header .upper-header-black-title {
    display: none;
  }
}
.agency-header .upper-header-padding {
  width: 50%;
}
.agency-header .upper-header-right {
  position: absolute;
  right: 23px;
  padding-left: 4%;
}
@media only screen and (max-width: 767px) {
  .agency-header .upper-header-right {
    display: none;
  }
}
.agency-header .upper-header-search {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-left: 5px;
}
.agency-header .upper-header-search a {
  color: #fff;
}
.agency-header .upper-header-three-one-one {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 0 5px;
}
.agency-header .upper-header-three-one-one a {
  color: #fff;
}
.lt-ie8 header .logo {
  position: relative;
}
.agency-header .upper-header-black {
  background: #000;
  height: 25px;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#inner-wrap {
  position: relative;
  width: 100%;
}
.main-header form {
  margin: 0;
}
.main-header li {
  line-height: 45px;
}
.main-header nav ul li a:active {
  font-weight: 700 !important;
}
.main-header .block-title {
  background-color: #333;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 0 20px;
}
.main-header #nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
}
.main-header #nav .block-title {
  background-color: #333;
  color: #fff;
}
.main-header #top .nav-btn {
  position: absolute;
  top: 1.5em;
  left: 1.875em;
}
.main-header input[type="text"] {
  box-shadow: none !important;
  margin-bottom: 0;
}
.main-header input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.main-header input[type="search"]::-webkit-search-cancel-button,
.main-header input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ie7 .main-header #nav {
  float: left;
}
.ie7 .main-header .global-input-search {
  display: inherit;
  float: left;
}
.ie7 .main-header .global-input-search .hidden {
  display: block;
  visibility: visible;
}
.ie7 #global-search-form1 .field-search {
  margin: 7px 0 7px 7px;
}
.ie7 #global-search-form1 .field-search .input-search {
  width: 206px !important;
}
.ie7 #global-search-form1 .field-search .ico-search {
  border-left: none;
  margin-left: -1px;
}
.ie7 #toggle-search-wide {
  display: none !important;
}
.main-header .global-input-search .field-search {
  margin: 0;
}
.main-header .global-input-search .field-search .input-search {
  font-size: 14px;
  height: 20px;
  padding: 4px 6px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  color: #666;
  width: 100%;
  float: left;
}
.main-header
  .global-input-search
  .field-search
  .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}
.main-header .global-input-search .field-search .ico-search {
  background: url(/assets/home/images/global/sprite-ico-search.png) no-repeat
    #fff left 6px;
  display: block;
  width: 32px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  cursor: pointer;
  float: right;
}
.main-header .global-input-search .field-search .input-padding {
  overflow: hidden;
  padding-right: 0.5em;
}
@media (min-width: 855px) {
  .main-header #nav {
    overflow: visible;
  }
  .main-header #global-search-form1 {
    display: block !important;
    visibility: visible !important;
    margin: 7px 0 0 8px;
  }
  .main-header #global-search-form1 .field-search .input-padding {
    padding-left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 854px) {
  .main-header #jobs {
    border: none;
  }
  .main-header #nav-hr {
    background-color: #d5d5d5;
    border: none;
    height: 1px;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 999999;
  }
  .main-header .header-top {
    border-bottom: 1px solid #d5d5d5;
  }
  .main-header #global-search-form1 .field-search {
    margin: 8px 0;
  }
  .main-header .global-input-search .field-search .input-search {
    border: none;
  }
  .main-header .field-search input[type="text"] {
    box-shadow: none;
  }
  .main-header .global-input-search .field-search .ico-search {
    background-position: 7px 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 28px;
  }
  .main-header #toggle-search-wide {
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
  }
  .main-header #toggle-search-wide:hover {
    background-color: #fff;
  }
  .main-header .toggle-search-wide-background-ico-search {
    background: url(/assets/home/images/global/sprite-ico-search.png) no-repeat
      scroll center 7px #fff;
  }
  .main-header .toggle-search-wide-background-arrow {
    background: url(/assets/home/images/global/link-arrow-grey-down.png)
      no-repeat scroll center 10px #fff;
  }
}
@media screen and (max-width: 767px) {
  .main-header #nav ul {
    display: block;
  }
  #nav ul:after,
  .main-header #nav ul:before {
    content: "";
    display: table;
  }
  .main-header #nav ul:after {
    clear: both;
  }
  .main-header .nav-outer {
    padding: 0;
    position: static;
  }
  .main-header #nav {
    position: absolute;
    top: 0;
    background-color: #ededed;
  }
  .main-header #nav:not(:target) {
    z-index: 1;
  }
  .main-header #nav .block {
    position: relative;
    padding: 0;
    background-color: #333;
  }
  .main-header #nav ul {
    display: block;
    margin: 10px;
  }
  .main-header #nav li {
    background: url(/assets/home/images/global/link-arrow-black-withoffset18.png)
      no-repeat #fff right center;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    float: none;
    font-size: 18px;
    margin: 0 0 4px;
  }
  .main-header #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-header #nav li.active {
    background: url(/assets/home/images/global/link-arrow-blue-withoffset18.png)
      no-repeat #fff right center;
  }
  .main-header #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em #fff solid;
  }
  .main-header nav ul li a {
    color: #333 !important;
  }
  .main-header nav ul li a:link {
    color: #333 !important;
  }
  .main-header nav ul li:hover a {
    color: #1771b7 !important;
  }
  .main-header nav ul li.active a {
    color: #fff !important;
  }
  .main-header nav ul li a,
  .main-header nav ul li a:link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700 !important;
    display: block;
    line-height: 51px;
  }
  .main-header #header-links {
    left: -83%;
    position: absolute;
    top: 350px;
    z-index: 9999;
  }
  .js-ready #nav {
    height: 100%;
    width: 85%;
    -webkit-box-shadow: inset -1em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .block {
    background: 0 0;
  }
  .js-ready #nav {
    left: -85%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }
  .js-nav #inner-wrap {
    left: 85%;
  }
  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #nav .block {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.5s ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 0.3s 0.1s ease, -moz-transform 0.5s ease;
    -o-transition: opacity 0.3s 0.1s ease, -o-transform 0.5s ease;
    transition: opacity 0.3s 0.1s ease, transform 0.5s ease;
    -webkit-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-nav #nav .block {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.main-header #nav-top-searches {
  background-color: #333 !important;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 999999;
}
.main-header #nav-top-searches h4 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 20px;
  text-transform: uppercase;
}
.main-header #nav-top-searches .block-title {
  background-color: #fff;
  color: #888;
}
.main-header #nav-top-searches ul {
  background-color: #333;
  margin: 0 20px;
}
.main-header #nav-top-searches ul li {
  background-color: #333;
  border-bottom: 1px solid #555;
  border-right: none;
  float: none;
  list-style-type: none;
}
.main-header #nav-top-searches ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}
.main-header #nav-top-searches #global-search-form2 {
  background-color: #fff;
}
.main-header #nav-top-searches #global-search-form2 .field-search {
  padding: 8px 0;
}
.main-header #nav-top-searches .field-search .input-search {
  border: medium none !important;
  color: #888;
  height: 20px;
}
.main-header #nav-top-searches .field-search .ico-search {
  border: medium none;
  height: 28px;
  text-indent: 0;
}
.main-header #nav-top-searches .field-search input[type="text"] {
  box-shadow: none;
  margin-left: 12px;
}
.subheader {
  background-color: #0a5796;
  padding: 23px 0;
  color: #fff;
}
.subheader.centered {
  margin: 0 auto;
}
.subheader .breadcrumbs {
  font-size: 14px;
}
.subheader .breadcrumbs a {
  color: #fff;
}
.subheader .button-faqs-subheader {
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px;
}
.subheader .main-title {
  font-size: 48px;
  letter-spacing: -1px;
  margin: 2px 0 0 0;
  float: left;
}
.subheader .subheader-button-row {
  width: 100%;
  overflow: hidden;
}
.subheader .subheader-button-row.dos {
  width: 97.916666666667%;
  margin-left: 26.041666666667%;
}
.subheader .subheader-button-row.dos a.main-filter-category,
.subheader .subheader-button-row.dos a.main-filter-category:active,
.subheader .subheader-button-row.dos a.main-filter-category:hover,
.subheader .subheader-button-row.dos a.main-filter-category:link,
.subheader .subheader-button-row.dos a.main-filter-category:visited {
  width: 23.404255319149%;
  margin-right: 2.234042553191%;
}
.subheader .subheader-button-row.tercio {
  width: 100%;
  margin-left: 13.541666666667%;
}
.subheader .subheader-button-row.tercio a.main-filter-category,
.subheader .subheader-button-row.tercio a.main-filter-category:active,
.subheader .subheader-button-row.tercio a.main-filter-category:hover,
.subheader .subheader-button-row.tercio a.main-filter-category:link,
.subheader .subheader-button-row.tercio a.main-filter-category:visited {
  width: 23.404255319149%;
  margin-right: 2.127659574468%;
}
.subheader .subheader-button-row.quatro a.main-filter-category,
.subheader .subheader-button-row.quatro a.main-filter-category:active,
.subheader .subheader-button-row.quatro a.main-filter-category:hover,
.subheader .subheader-button-row.quatro a.main-filter-category:link,
.subheader .subheader-button-row.quatro a.main-filter-category:visited {
  width: 23.404255319149%;
  margin-right: 2.127659574468%;
}
.subheader
  .subheader-button-row.quatro
  a.main-filter-category:active:last-child,
.subheader .subheader-button-row.quatro a.main-filter-category:hover:last-child,
.subheader .subheader-button-row.quatro a.main-filter-category:last-child,
.subheader .subheader-button-row.quatro a.main-filter-category:link:last-child,
.subheader
  .subheader-button-row.quatro
  a.main-filter-category:visited:last-child {
  margin-right: 0;
}
.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border: 1px solid transparent;
  line-height: 51px;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #1771b7;
  width: 23.404255319149%;
  margin-right: 2.083333333333%;
  float: left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KPHN0b3Agb2Zmc2V0PSI0MyUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgo8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CjxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.05) 33.84%,
    rgba(0, 0, 0, 0.05) 42.85%,
    rgba(255, 255, 255, 0.05) 56.4%,
    rgba(255, 255, 255, 0.05) 66.67%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.05) 33.84%,
    rgba(0, 0, 0, 0.05) 42.85%,
    rgba(255, 255, 255, 0.05) 56.4%,
    rgba(255, 255, 255, 0.05) 66.67%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.05) 33.84%,
    rgba(0, 0, 0, 0.05) 42.85%,
    rgba(255, 255, 255, 0.05) 56.4%,
    rgba(255, 255, 255, 0.05) 66.67%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-image: linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.05) 33.84%,
    rgba(0, 0, 0, 0.05) 42.85%,
    rgba(255, 255, 255, 0.05) 56.4%,
    rgba(255, 255, 255, 0.05) 66.67%,
    rgba(255, 255, 255, 0.05) 100%
  );
}
.subheader a.main-filter-category.active,
.subheader a.main-filter-category:active,
.subheader a.main-filter-category:hover {
  border: 1px solid #fff;
  background-color: #059;
  background-image: none;
}
.subheader ul.subheader-links {
  bottom: 0;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  position: absolute;
}
.subheader ul.subheader-links li {
  display: inline;
}
.subheader ul.subheader-links li a,
.subheader ul.subheader-links li a:link {
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .bg-shadow {
    display: block;
    position: relative;
    top: 0;
  }
  .subheader .main-title {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) and (-webkit-device-pixel-ratio: 1) {
  .subheader .main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .subheader {
    padding: 13px 0;
  }
  .subheader a.main-filter-category,
  .subheader a.main-filter-category.active,
  .subheader a.main-filter-category:active,
  .subheader a.main-filter-category:hover,
  .subheader a.main-filter-category:link,
  .subheader a.main-filter-category:visited {
    width: 46.071428571429%;
    font-size: 16px;
    line-height: 33px;
  }
  .subheader .subheader-button-row {
    width: 100%;
    margin: 0;
  }
  .subheader .subheader-button-row.dos {
    margin-left: 3.5714285714285%;
  }
  .subheader .subheader-button-row.dos a.main-filter-category,
  .subheader .subheader-button-row.dos a.main-filter-category.active,
  .subheader .subheader-button-row.dos a.main-filter-category:active,
  .subheader .subheader-button-row.dos a.main-filter-category:hover,
  .subheader .subheader-button-row.dos a.main-filter-category:link,
  .subheader .subheader-button-row.dos a.main-filter-category:visited {
    float: left;
    width: 42.857142857143%;
    margin-right: 7.142857142857%;
  }
  .subheader .subheader-button-row.dos a.main-filter-category.active:last-child,
  .subheader .subheader-button-row.dos a.main-filter-category:active:last-child,
  .subheader .subheader-button-row.dos a.main-filter-category:hover:last-child,
  .subheader .subheader-button-row.dos a.main-filter-category:last-child,
  .subheader .subheader-button-row.dos a.main-filter-category:link:last-child,
  .subheader
    .subheader-button-row.dos
    a.main-filter-category:visited:last-child {
    margin-right: 0;
  }
  .subheader .subheader-button-row.tercio {
    margin-left: 0;
  }
  .subheader .subheader-button-row.tercio a.main-filter-category,
  .subheader .subheader-button-row.tercio a.main-filter-category.active,
  .subheader .subheader-button-row.tercio a.main-filter-category:active,
  .subheader .subheader-button-row.tercio a.main-filter-category:hover,
  .subheader .subheader-button-row.tercio a.main-filter-category:link,
  .subheader .subheader-button-row.tercio a.main-filter-category:visited {
    float: left;
    width: 46.071428571429%;
    margin-right: 7.85714285714199%;
  }
  .subheader
    .subheader-button-row.tercio
    a.main-filter-category.active:nth-child(2),
  .subheader
    .subheader-button-row.tercio
    a.main-filter-category:active:nth-child(2),
  .subheader
    .subheader-button-row.tercio
    a.main-filter-category:hover:nth-child(2),
  .subheader
    .subheader-button-row.tercio
    a.main-filter-category:link:nth-child(2),
  .subheader .subheader-button-row.tercio a.main-filter-category:nth-child(2),
  .subheader
    .subheader-button-row.tercio
    a.main-filter-category:visited:nth-child(2) {
    margin: 0 0 10px 0;
  }
  .subheader .subheader-button-row.quatro a.main-filter-category,
  .subheader .subheader-button-row.quatro a.main-filter-category.active,
  .subheader .subheader-button-row.quatro a.main-filter-category:active,
  .subheader .subheader-button-row.quatro a.main-filter-category:hover,
  .subheader .subheader-button-row.quatro a.main-filter-category:link,
  .subheader .subheader-button-row.quatro a.main-filter-category:visited {
    width: 46.4285714285715%;
    margin-right: 7.142857142857%;
  }
  .subheader
    .subheader-button-row.quatro
    a.main-filter-category.active:nth-child(2),
  .subheader
    .subheader-button-row.quatro
    a.main-filter-category:active:nth-child(2),
  .subheader
    .subheader-button-row.quatro
    a.main-filter-category:hover:nth-child(2),
  .subheader
    .subheader-button-row.quatro
    a.main-filter-category:link:nth-child(2),
  .subheader .subheader-button-row.quatro a.main-filter-category:nth-child(2),
  .subheader
    .subheader-button-row.quatro
    a.main-filter-category:visited:nth-child(2) {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 880px) {
  .subheader .button-faqs-subheader {
    display: none;
  }
}
.lt-ie8 .subheader h1 {
  line-height: 55px;
}
.lt-ie8 .subheader .subheader-button-row .main-filter-category.active {
  line-height: 51px;
  width: 23.020833333333% !important;
}
.lt-ie8 .subheader .subheader-button-row.dos {
  width: 100%;
  margin-left: 26.041666666667%;
}
.lt-ie8 .subheader .subheader-button-row.dos a.main-filter-category,
.lt-ie8 .subheader .subheader-button-row.dos a.main-filter-category.active,
.lt-ie8 .subheader .subheader-button-row.dos a.main-filter-category:active,
.lt-ie8 .subheader .subheader-button-row.dos a.main-filter-category:hover,
.lt-ie8 .subheader .subheader-button-row.dos a.main-filter-category:link,
.lt-ie8 .subheader .subheader-button-row.dos a.main-filter-category:visited {
  width: 23.404255319149%;
  margin-right: 2.234042553191%;
}
.lt-ie8 .subheader .subheader-button-row.dos a.main-filter-category.active,
.lt-ie8
  .subheader
  .subheader-button-row.dos
  a.main-filter-category.active.active,
.lt-ie8
  .subheader
  .subheader-button-row.dos
  a.main-filter-category:active.active,
.lt-ie8
  .subheader
  .subheader-button-row.dos
  a.main-filter-category:hover.active,
.lt-ie8 .subheader .subheader-button-row.dos a.main-filter-category:link.active,
.lt-ie8
  .subheader
  .subheader-button-row.dos
  a.main-filter-category:visited.active {
  width: 23.020833333333% !important;
  margin-right: 2.234042553191%;
}
.lt-ie8 .subheader .subheader-button-row.tercio {
  width: 100%;
  margin-left: 13.541666666667%;
}
.lt-ie8 .subheader .subheader-button-row.tercio a.main-filter-category,
.lt-ie8 .subheader .subheader-button-row.tercio a.main-filter-category.active,
.lt-ie8 .subheader .subheader-button-row.tercio a.main-filter-category:active,
.lt-ie8 .subheader .subheader-button-row.tercio a.main-filter-category:hover,
.lt-ie8 .subheader .subheader-button-row.tercio a.main-filter-category:link,
.lt-ie8 .subheader .subheader-button-row.tercio a.main-filter-category:visited {
  width: 23.404255319149%;
  margin-right: 2.127659574468%;
  display: inline-block;
}
.lt-ie8 .subheader .subheader-button-row.quatro {
  width: 100%;
}
.lt-ie8 .subheader .subheader-button-row.quatro a.main-filter-category,
.lt-ie8 .subheader .subheader-button-row.quatro a.main-filter-category.active,
.lt-ie8 .subheader .subheader-button-row.quatro a.main-filter-category:active,
.lt-ie8 .subheader .subheader-button-row.quatro a.main-filter-category:hover,
.lt-ie8 .subheader .subheader-button-row.quatro a.main-filter-category:link,
.lt-ie8 .subheader .subheader-button-row.quatro a.main-filter-category:visited {
  width: 23%;
  margin-right: 1.9%;
}
.lt-ie8
  .subheader
  .subheader-button-row.quatro
  a.main-filter-category.active:last-child,
.lt-ie8
  .subheader
  .subheader-button-row.quatro
  a.main-filter-category:active:last-child,
.lt-ie8
  .subheader
  .subheader-button-row.quatro
  a.main-filter-category:hover:last-child,
.lt-ie8
  .subheader
  .subheader-button-row.quatro
  a.main-filter-category:last-child,
.lt-ie8
  .subheader
  .subheader-button-row.quatro
  a.main-filter-category:link:last-child,
.lt-ie8
  .subheader
  .subheader-button-row.quatro
  a.main-filter-category:visited:last-child {
  margin: 0;
}
.header-nyc .header-inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
  position: relative;
}
.header-nyc .header-inner::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #ccc;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.header-nyc .header-inner .header-buttons,
.header-nyc .header-inner .slogan {
  flex-basis: 25%;
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
}
.header-nyc .header-inner .slogan {
  font-size: 0.92rem;
  color: #333;
}
.header-nyc .header-inner .header-buttons {
  justify-content: flex-end;
}
.header-nyc .header-inner .header-buttons > div,
.header-nyc .header-inner .header-buttons > div a,
.header-nyc .header-inner .header-buttons > div button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #333;
  border: none;
  background-color: transparent;
}
.header-nyc .header-inner .header-buttons div + div {
  margin-left: 1.5rem;
}
.header-nyc .header-inner .header-buttons.header-buttons-mobile {
  display: none;
}
.header-nyc .header-inner .header-buttons .search2 {
  display: none;
}
.header-nyc .header-inner .logo {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nyc .header-inner .logo .nyc-logo {
  background: url(/assets/home/images/global/nyc_transparent.png);
}
.header-nyc .header-inner .text-size > a {
  align-items: baseline !important;
  justify-content: flex-end;
  display: flex !important;
  flex-flow: row nowrap;
}
.header-nyc .header-inner .text-size a > span {
  color: #333;
  font-size: 1rem;
  padding: 0 0.025rem;
  line-height: 1;
  text-align: center;
  height: auto !important;
}
.header-nyc .header-inner .text-size a > span:nth-of-type(2) {
  font-size: 0.75rem;
}
.header-nyc .header-inner .text-size a > span:last-of-type {
  font-size: 1.25rem;
}
@media (max-width: 915px) {
  .header-nyc .header-inner .text-size a > span {
    font-size: 1rem;
  }
  .header-nyc .header-inner .text-size a > span:first-of-type {
    font-size: 0.75rem;
  }
  .header-nyc .header-inner .text-size a > span:last-of-type {
    font-size: 1.25rem;
  }
}
.header-nyc .header-inner .translate1 button > span {
  color: #333;
  font-size: 1.5rem;
  height: 1.75rem;
  line-height: 1.75rem;
  width: 2.5rem;
  text-align: center;
}
@media (min-width: 915px) {
  .header-nyc .header-inner .translate1 button > span {
    font-size: 1.875rem;
  }
}
@media (max-width: 915px) {
  .header-nyc .header-inner {
    flex-flow: row wrap;
    padding: 0.5rem 0 0 0;
  }
  .header-nyc .header-inner .slogan {
    order: 10;
    flex-basis: 100%;
    text-align: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding-top: 0.5rem;
    margin: 0.75rem 0 0.5rem 0;
  }
  .header-nyc .header-inner .header-buttons.header-buttons-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .header-nyc .header-inner .header-buttons.header-buttons-mobile button {
    position: relative;
    height: 100%;
  }
  .header-nyc
    .header-inner
    .header-buttons.header-buttons-mobile
    > div:first-of-type
    button {
    display: block;
    flex-flow: row wrap;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .header-nyc
    .header-inner
    .header-buttons.header-buttons-mobile
    > div:first-of-type
    button
    > * {
    pointer-events: none;
    display: block;
    width: 100%;
  }
  .header-nyc .header-inner .header-buttons.header-buttons-mobile .menu-text {
    position: relative;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    display: block;
  }
  .header-nyc .header-inner .header-buttons .search2 {
    display: flex;
    align-items: stretch;
  }
  .header-nyc .header-inner .header-buttons div + div {
    margin-left: 0.5rem;
  }
  .header-nyc .header-inner .header-buttons .text-size {
    display: none;
  }
  .header-nyc .header-inner .header-buttons .text-size > div a {
    display: none;
  }
  .header-nyc .header-inner .header-buttons > div,
  .header-nyc .header-inner .header-buttons > div a,
  .header-nyc .header-inner .header-buttons > div button {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .header-nyc .header-inner .slogan {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .header-nyc .header-inner .header-buttons.right > div {
    margin-left: 0.5rem;
  }
  .header-nyc .header-inner .header-buttons.right div + div {
    margin-left: -0.2rem;
  }
}
.header-nyc .translate-container {
  padding: 30px 0 20px;
  background-color: #eee;
  border-bottom: 1px solid #d5d5d5;
  display: none;
}
.header-nyc #google_translate_element {
  text-align: center !important;
}
.header-nyc #google_translate_element select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 0 0 1px transparent, 0 0 0 3px transparent;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0.375rem;
  height: 2.5rem;
  margin: 0.25rem 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #777677;
  font-size: 1.125rem;
}
.header-nyc #google_translate_element select:focus {
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #767676;
  outline: 0;
}
.header-nyc #header-search-collapse {
  padding: 30px 0;
  background-color: #eee;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  display: none;
}
.header-nyc #header-search-collapse form.control-form {
  display: block;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.header-nyc
  #header-search-collapse
  form.control-form
  .control-group.control-group-nowrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
.header-nyc
  #header-search-collapse
  form.control-form
  .control-group.control-group-nowrap
  label.control-label {
  margin: 0 !important;
}
.header-nyc
  #header-search-collapse
  form.control-form
  .control-group.control-group-nowrap
  label.control-label
  input#header-search-input {
  height: 100%;
  margin: 0;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  font-weight: 500;
}
.header-nyc
  #header-search-collapse
  form.control-form
  .control-group.control-group-nowrap
  label.control-label
  input#header-search-input:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #767676 !important;
}
.header-nyc
  #header-search-collapse
  form.control-form
  .control-group.control-group-nowrap
  button.btn.header-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0.5rem 1.5rem !important;
  border-radius: 0 0.5rem 0.5rem 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  background: 0 0;
  border: none;
  border-left: 1px solid #333;
}
.header-nyc
  #header-search-collapse
  form.control-form
  .control-group.control-group-nowrap
  button.btn.header-search-btn
  span {
  font-size: 1.25rem;
  color: #333;
}
@media (max-width: 767px) {
  .header-nyc #header-search-collapse {
    border-top: 0 solid #d5d5d5;
  }
}
@media (max-width: 915px) {
  .header-nyc nav#nav div.block > a {
    display: block;
  }
  .header-nyc nav#nav div.block > a::before {
    display: none !important;
  }
  .header-nyc nav#nav div.block > a h2 {
    font-weight: 700;
    font-size: 1.125rem;
  }
  .header-nyc nav#nav h2.block-title {
    display: block !important;
  }
  .header-nyc nav#nav.hidden-phone {
    display: none !important;
  }
  .header-nyc nav#nav.hidden-phone + .global-input-search {
    display: none;
  }
  .header-nyc li.nav-home.hidden-phone {
    display: block !important;
    background: #fff !important;
    background: url(/assets/home/images/global/link-arrow-blue-withoffset18.png)
      no-repeat #fff right center !important;
  }
  .header-nyc li.nav-home.hidden-phone.active {
    background: url(/assets/home/images/global/link-arrow-blue-withoffset18.png)
      no-repeat #0a5796 right center !important;
  }
  .header-nyc li.nav-home.hidden-phone a {
    text-indent: 0 !important;
    background: 0 0 !important;
    width: 100%;
    display: block;
  }
}
.header-nyc #nav li.nav-home a {
  overflow: visible !important;
  color: transparent;
}
.header-nyc #nav a {
  position: relative;
  outline: 0;
}
.header-nyc #nav a::before {
  content: "";
  width: calc(100% + 0.75rem);
  height: calc(100% - 0.75rem);
  position: absolute;
  top: 0.375rem;
  left: -0.375rem;
  outline: 1px dotted currentColor;
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0;
}
.header-nyc #nav li.nav-home a::before {
  color: #000;
}
.header-nyc #nav a:focus {
  outline: 0;
}
.header-nyc #nav a:focus::before {
  opacity: 1;
}
.header-nyc #nav .block-title {
  display: none !important;
  background-color: #333;
  color: #fff;
}
.header-nyc .sr-only-focusable:focus {
  display: block;
  text-align: center;
  max-width: 12rem;
  margin: 0.5rem auto 0;
}
.header-nyc .global-input-search {
  position: relative;
}
.header-nyc .global-input-search .field-search {
  overflow: visible;
}
.header-nyc .global-input-search .field-search .input-padding {
  padding-right: 0;
  position: relative;
}
.header-nyc .global-input-search .field-search .input-padding .input-search {
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  height: 30px;
  border: 1px solid #ccc;
}
.header-nyc
  .global-input-search
  .field-search
  .input-padding
  .input-search:focus {
  outline: 1px dotted #777677;
  outline-offset: -3px;
}
.header-nyc
  .global-input-search
  .field-search
  .input-padding
  input[type="submit"] {
  position: absolute;
  top: 0;
  right: 5px;
  box-sizing: border-box;
  border: none;
  display: block;
  z-index: 999;
  background: url(/assets/home/images/global/nav_search.png) no-repeat top
      left/100% auto,
    transparent;
}
@media screen and (max-width: 915px) {
  .header-nyc .global-input-search {
    display: none;
  }
  .header-nyc .logo-three-one-one {
    display: none !important;
  }
}
.header-nyc .btn,
.header-nyc a,
.header-nyc button,
.header-nyc button[type="button"],
.header-nyc input[type="submit"] {
  outline: 1px dotted transparent;
  transition: outline 0.3s ease-in-out 0s;
}
.header-nyc .btn:focus,
.header-nyc a:focus,
.header-nyc button:focus,
.header-nyc button[type="button"]:focus,
.header-nyc input[type="submit"]:focus {
  outline: 1px dotted currentColor;
  outline-offset: 0.125rem;
  text-decoration: none;
  box-shadow: none;
}
.header-nyc input[type="submit"]:focus {
  outline-offset: -3px;
}
.header-nyc .nyc-logo {
  overflow: visible !important;
  color: transparent;
}
.header-nyc .nyc-logo a.logo.logo-transparent {
  color: #000 !important;
  outline-offset: 0.125rem;
}
@media screen and (max-width: 915px) {
  .header-nyc #nav ul {
    display: block;
  }
  #nav ul:after,
  #nav ul:before {
    content: "";
    display: table;
  }
  .header-nyc #nav ul:after {
    clear: both;
  }
  .header-nyc .nav-outer {
    padding: 0;
    position: static;
  }
  .header-nyc #nav {
    position: absolute;
    top: 0;
    background-color: #ededed;
  }
  .header-nyc #nav:not(:target) {
    z-index: 1;
  }
  .header-nyc #nav .block {
    position: relative;
    padding: 0;
    background-color: #333;
  }
  .header-nyc #nav ul {
    display: block;
    margin: 10px;
  }
  .header-nyc #nav li {
    background: url(/assets/home/images/global/link-arrow-black-withoffset18.png)
      no-repeat #fff right center;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    float: none;
    font-size: 18px;
    margin: 0 0 4px;
  }
  .header-nyc #nav li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .header-nyc #nav li.active {
    background: url(/assets/home/images/global/link-arrow-blue-withoffset18.png)
      no-repeat #fff right center;
  }
  .header-nyc #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em #fff solid;
  }
  .header-nyc nav ul li a {
    color: #333 !important;
  }
  .header-nyc nav ul li a:link {
    color: #333 !important;
  }
  .header-nyc nav ul li:hover a {
    color: #1771b7 !important;
  }
  .header-nyc nav ul li.active a {
    color: #fff !important;
  }
  .header-nyc nav ul li a,
  .header-nyc nav ul li a:link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700 !important;
    display: block;
    line-height: 51px;
  }
  #header-links {
    left: -83%;
    position: absolute;
    top: 350px;
    z-index: 9999;
  }
  .js-ready-nyc #nav {
    height: 100%;
    width: 85%;
    -webkit-box-shadow: inset -1em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready-nyc #nav .block {
    background: 0 0;
  }
  .js-ready-nyc #nav {
    left: -85%;
  }
  .js-ready-nyc #inner-wrap {
    left: 0;
  }
  .js-nav-nyc #inner-wrap {
    left: 85%;
  }
  .csstransforms3d.csstransitions.js-ready-nyc #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready-nyc #nav .block {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.5s ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 0.3s 0.1s ease, -moz-transform 0.5s ease;
    -o-transition: opacity 0.3s 0.1s ease, -o-transform 0.5s ease;
    transition: opacity 0.3s 0.1s ease, transform 0.5s ease;
    -webkit-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  .csstransforms3d.csstransitions.js-ready-nyc #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav-nyc #inner-wrap {
    -webkit-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-nav-nyc .header-nyc #nav .block {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 915px) {
  .header-nyc #nav {
    overflow: hidden;
  }
}
footer {
  background-color: #000;
  padding: 35px 0 60px 0;
  clear: both;
}
footer .span3 {
  width: 220px;
  margin-top: 10px;
}
@media only screen and (max-width: 485px) {
  footer .span3 {
    float: left !important;
    margin-top: 20px;
    padding: 0 10px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  footer .span3,
  footer .span9 {
    display: static;
    width: 220px !important;
  }
}
@media only screen and (max-width: 479px) {
  footer .span3,
  footer .span9 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 485px) {
  footer .span3:last-child {
    float: left;
  }
}
@media only screen and (min-width: 486px) {
  footer .span3:last-child {
    position: absolute;
    right: 20px;
    margin-top: 8px;
    top: 0;
  }
}
footer .footer-links {
  width: 76%;
  margin-right: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer .footer-links {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .footer-links {
    width: 67%;
  }
}
footer .footer-links a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 700;
  float: left;
  margin-right: 2.12766%;
  padding: 5px 0;
}
@media only screen and (max-width: 479px) {
  footer .footer-links a {
    width: 100%;
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer .footer-links a {
    width: 100%;
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .footer-links a {
    width: 45%;
  }
}
@media only screen and (min-width: 960px) {
  footer .footer-links a {
    width: 30%;
  }
}
.ie7 footer .footer-links a {
  width: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .footer-links a:nth-child(2n + 0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  footer .footer-links a:nth-child(3n + 0) {
    margin-right: 0;
  }
}
footer .footer-links a:hover {
  color: #999;
}
footer .form-search {
  margin-top: 0;
  margin-bottom: 5px;
}
footer .form-search .input-search {
  width: 79px;
  height: 20px;
  padding: 4px 6px;
  outline: 0;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  float: left;
  border-left: 2px solid #727272;
  border-top: 2px solid #727272;
  border-right: none;
  border-bottom: 2px solid #727272;
  color: #fff;
  background-color: #616161;
}
footer .form-search .input-search:-moz-placeholder {
  color: #fff !important;
}
footer .form-search .input-search:-ms-input-placeholder {
  color: #fff !important;
}
footer .form-search .input-search::-webkit-input-placeholder {
  color: #fff !important;
}
footer form input:active,
footer form input:focus {
  background-color: #616161;
  color: #fff;
  border-color: none;
}
footer .form-search .ico-search {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/assets/home/images/global/sprite-ico-search.png) no-repeat
    #616161 left -8px;
  padding: 0;
  display: block;
  width: 24px;
  height: 32px;
  border-radius: 0 4px 4px 0;
  border-right: 2px solid #727272;
  border-top: 2px solid #727272;
  border-bottom: 2px solid #727272;
  border-left: none;
  cursor: pointer;
  color: #fff;
}
.ie7 footer .form-search .ico-search {
  border: none;
}
footer .logo-nyc {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 93px;
  height: 31px;
  display: block;
  background-image: url(/assets/home/images/global/nyc_white.png);
  background-size: 93px 31px;
  float: left;
  margin-right: 10px;
  color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  footer .logo-nyc {
    background-image: url(/assets/home/images/global/nyc_white@x2.png);
    background-size: 93px 31px;
    background-repeat: no-repeat;
    color: #fff;
  }
}
footer .copyright {
  color: #fff;
  font-size: 10px;
}
footer .copyright a {
  color: #fff;
}
footer .copyright p {
  margin: 0;
  line-height: 14px;
  float: left;
}
footer .copyright > div {
  max-width: 14rem;
}
footer .copyright > div p:last-of-type {
  display: flex !important;
  flex-flow: row nowrap !important;
  justify-content: flex-start !important;
  align-items: center;
  width: 100%;
}
footer .copyright > div a:last-of-type {
  flex-grow: 1;
  text-align: right;
}
.subscription-container {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-bar h2 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  color: #000;
  margin: 23px 0;
  padding: 0 !important;
}
.footer-bar h2 .agencies-count {
  font-weight: 700;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .footer-bar h2 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer-bar h2 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bar h2 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }
}
.footerwrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.footerwrap a {
  color: #fff;
  font-weight: 700;
}
.footerwrap a:focus,
.footerwrap a:hover {
  -webkit-text-decoration: underline solid currentColor;
  text-decoration: underline solid currentColor;
}
.footerwrap *,
.footerwrap ::after,
.footerwrap ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.footerwrap ul {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.5) 1px,
    transparent 1px
  );
}
.footerwrap ul li {
  margin: 0;
  padding: 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.footerwrap ul li:nth-of-type(n + 3) {
  margin-top: 0.75rem;
}
.footerwrap ul li img {
  height: 1em;
  margin-left: 0.375em;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.footerwrap div.footerSearch {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.75rem;
}
.footerwrap div.footerSearch a,
.footerwrap div.footerSearch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footerwrap div.footerSearch a {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.footerwrap div.footerSearch a:focus {
  outline: 1px solid #fff;
  outline-offset: 3px;
}
.footerwrap div.footerSearch a img {
  max-height: 2rem;
}
.footerwrap div.footerSearch form.control-form.footersearch-form {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 1rem;
  padding: 0;
  position: relative;
}
.footerwrap div.footerSearch form.control-form.footersearch-form button,
.footerwrap div.footerSearch form.control-form.footersearch-form label {
  position: absolute;
}
.footerwrap
  div.footerSearch
  form.control-form.footersearch-form
  input[type="text"] {
  border: none;
  padding: 0.5rem;
  background: #616161;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.footerwrap
  div.footerSearch
  form.control-form.footersearch-form
  input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 1px solid #fff;
  outline-offset: 3px;
}
.footerwrap
  div.footerSearch
  form.control-form.footersearch-form
  input[type="text"]:focus
  ~ label,
.footerwrap
  div.footerSearch
  form.control-form.footersearch-form
  input[type="text"]:valid
  ~ label {
  top: -0.25rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 0.875rem;
}
.footerwrap
  div.footerSearch
  form.control-form.footersearch-form
  button[type="submit"] {
  /* background: url(/assets/home/images/global/search.svg) no-repeat center
    center/65% 65%; */
  border: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 100%;
  width: 2.5rem;
  right: 0;
}
.footerwrap
  div.footerSearch
  form.control-form.footersearch-form
  button[type="submit"]:focus,
.footerwrap
  div.footerSearch
  form.control-form.footersearch-form
  button[type="submit"]:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 1px solid #fff;
  outline-offset: 3px;
}
.footerwrap div.footerSearch form.control-form.footersearch-form label {
  color: #fff;
  font-size: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.footerwrap div.footerLegal {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footerwrap div.footerLegal > div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.footerwrap div.footerLegal > div:last-of-type {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.footerwrap div.footerLegal>div>a[href="http://www.nyc.gov/digitalaccess"]
{
  margin-left: 0.75rem;
}
@media (min-width: 600px) {
  .footerwrap ul.footerLinks li {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    margin-top: 0;
  }
  .footerwrap ul.footerLinks li:nth-of-type(n + 4) {
    margin-top: 0.75rem;
  }
  .footerwrap ul.footerLang li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-top: 0;
  }
  .footerwrap ul.footerLang li:nth-of-type(n + 6) {
    margin-top: 0.75rem;
  }
  .footerwrap div.footerLegal,
  .footerwrap div.footerSearch {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
  .footerwrap div.footerLegal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .footerwrap div.footerSearch {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footerwrap div.footerSearch form.control-form.footersearch-form {
    margin-left: 0;
    margin-top: 0.75rem;
  }
}
@media (min-width: 775px) {
  .footerwrap div.footerSearch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: auto;
    padding-right: 1.5rem;
  }
  .footerwrap div.footerSearch form.control-form.footersearch-form {
    margin: 0;
  }
  .footerwrap div.footerSearch a {
    margin: 0 0.375em 0 0;
  }
  .footerwrap div.footerLegal {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 50%;
    position: relative;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
  }
  .footerwrap div.footerLegal > div {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
}
@media (min-width: 1000px) {
  .footerwrap ul.footerLinks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footerwrap ul.footerLinks li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-top: 0;
  }
  .footerwrap ul.footerLinks li:nth-of-type(n + 5) {
    margin-top: 0.75rem;
  }
}
.royalSlider {
  width: 600px;
  height: 520px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsLink,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsPreloader,
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsThumbs,
.rsWebkit3d img {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsContainer,
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: 0 0 !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer .rsVideoObj,
.rsVideoContainer embed,
.rsVideoContainer iframe,
.rsVideoContainer video {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer.rsIOSVideo embed,
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  /* background: url(blank.gif); */
}
body {
  width: 100%;
}
body:after,
body:before {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.module-related-programs-and-initiatives .row.mobile,
.module-related-programs-and-initiatives .row.second-row {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  float: right;
  margin-right: 0;
  display: inline;
}
.module-related-programs-and-initiatives .row.mobile .button-link {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  float: right;
  margin-right: 0;
  display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.module-related-programs-and-initiatives .row {
  float: right;
  margin-right: 0;
  display: inline;
}
.module-related-programs-and-initiatives .row:nth-child(1) {
  margin-bottom: 20px;
}
.module-related-programs-and-initiatives .initiative {
  cursor: pointer;
  background: 0 0;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-bottom: 10px;
}
.module-related-programs-and-initiatives .initiative:nth-child(3n) {
  float: right;
  margin-right: 0;
  display: inline;
}
.module-related-programs-and-initiatives .initiative:hover,
.program-item:hover {
  -webkit-box-shadow: 0 16px 30px -18px rgba(130, 130, 130, 0.8);
  -moz-box-shadow: 0 16px 30px -18px rgba(130, 130, 130, 0.8);
  -ms-box-shadow: 0 16px 30px -18px rgba(130, 130, 130, 0.8);
  box-shadow: 0 16px 30px -18px rgba(130, 130, 130, 0.8);
}
.module-related-programs-and-initiatives .content-info {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  background: 0 0;
}
.module-related-programs-and-initiatives .initiative img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.module-related-programs-and-initiatives .initiative.hovered img {
  opacity: 0.9;
}
.module-related-programs-and-initiatives .content-info-inner {
  background: #fff;
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 170px;
}
.module-related-programs-and-initiatives .content-info-inner h4 a,
.module-related-programs-and-initiatives .content-info-inner p a {
  color: #333;
}
@media (min-width: 320px) and (max-width: 630px) {
  .module-related-programs-and-initiatives .module-header .button-link-arrow {
    display: none;
  }
  .module-related-programs-and-initiatives .initiative {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    float: right;
    margin-right: 0;
    display: inline;
    margin-bottom: 10px;
  }
  .module-related-programs-and-initiatives .initiative.first-item {
    overflow: hidden;
    clear: both;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .module-related-programs-and-initiatives .initiative.first-item,
  .module-related-programs-and-initiatives .initiative.first-item img {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    float: right;
    margin-right: 0;
    display: inline;
    max-width: 100%;
  }
  .module-related-programs-and-initiatives
    .initiative.first-item
    .content-info-inner {
    border-top: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .module-related-programs-and-initiatives .initiative:nth-child(4n) {
    margin-bottom: 10px;
  }
  .module-related-programs-and-initiatives .initiative.hovered {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .module-related-programs-and-initiatives .initiative img {
    max-width: 110px;
    float: left;
  }
  .lt-ie9 .module-related-programs-and-initiatives .initiative img {
    width: auto;
  }
  .module-related-programs-and-initiatives .initiative .content-info {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .module-related-programs-and-initiatives .initiative .content-info-inner {
    font-size: 14px;
    height: 110px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .module-related-programs-and-initiatives .initiative .content-info-inner h4 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 16px;
  }
  .module-related-programs-and-initiatives .button-link {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    float: right;
    margin-right: 0;
    display: inline;
    margin: 0;
  }
}
@media (min-width: 631px) and (max-width: 767px) {
  .module-related-programs-and-initiatives .module-header h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .module-related-programs-and-initiatives .row:nth-child(1) {
    margin-bottom: 10px;
  }
  .module-related-programs-and-initiatives .initiative {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    margin-bottom: 10px;
  }
  .module-related-programs-and-initiatives .initiative:nth-child(2n) {
    float: right;
    margin-right: 0;
    display: inline;
    float: left;
    margin-bottom: 10px;
  }
  .lt-ie9 .module-related-programs-and-initiatives .content-info img {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .module-related-programs-and-initiatives .module-header h2 {
    margin-bottom: 0;
  }
  .module-programs-and-initiatives .row:nth-child(1) {
    margin-bottom: 0;
  }
  .module-related-programs-and-initiatives .initiative .content-info-inner h4 {
    font-size: 16px;
  }
  .module-related-programs-and-initiatives .content-info-inner {
    height: 190px;
    border-top: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .module-related-programs-and-initiatives .content-info-inner {
    height: 190px;
  }
}
@media only screen and (min-width: 960px) {
  .module-related-programs-and-initiatives .content-info-inner {
    height: 190px;
  }
}
@media only screen and (max-width: 568px) {
  .module-related-programs-and-initiatives {
    margin-bottom: 0;
    margin-top: 0;
  }
  .module-related-programs-and-initiatives h2 {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
    background: url(/assets/home/images/global/ico-plus-minus-wide.png)
      no-repeat scroll right 3px transparent;
  }
  .module-related-programs-and-initiatives h2.expanded {
    background: url(/assets/home/images/global/ico-plus-minus-wide.png)
      no-repeat scroll right -50px transparent;
  }
  .module-related-programs-and-initiatives .module-content {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
}
.module-latest-from-the-city .latest-info {
  border-bottom: 1px solid #ccc;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.module-latest-from-the-city .status {
  text-transform: uppercase;
}
.module-latest-from-the-city .content-info.out-of-date .status {
  color: red;
}
.module-latest-from-the-city .content-info.out-of-date .richtext {
  text-decoration: line-through;
}
.module-latest-from-the-city .latest-info.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.module-latest-from-the-city .share {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.module-latest-from-the-city .date {
  font-size: 12px;
  width: 100%;
}
@media screen and (max-width: 568px) {
  .module-latest-from-the-city {
    margin-bottom: 0;
    margin-top: 0;
  }
  .module-latest-from-the-city h2 {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    background: url(/assets/home/images/global/ico-plus-minus-wide.png)
      no-repeat scroll right 3px transparent;
  }
  .module-latest-from-the-city h2.expanded {
    border-bottom: none;
    background: url(/assets/home/images/global/ico-plus-minus-wide.png)
      no-repeat scroll right -50px transparent;
  }
  .module-latest-from-the-city .module-content {
    border-bottom: 1px solid #ccc;
  }
  .module-latest-from-the-city .share {
    display: none;
  }
}
.row.first-visit-alert-row {
  background-color: #1771b7;
  -webkit-box-shadow: 0 3px 10px rgba(130, 130, 130, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(130, 130, 130, 0.3);
  -ms-box-shadow: 0 3px 10px rgba(130, 130, 130, 0.3);
  box-shadow: 0 3px 10px rgba(130, 130, 130, 0.3);
  z-index: 1000;
  overflow: visible;
  position: relative;
  clear: none;
  float: none;
}
.module.module-first-visit-alert {
  display: block;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 35px;
  text-align: center;
  color: #fff;
  background-color: #1771b7;
  background-image: url(/assets/home/images/content/home/nycgo_statue_crown.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.module.module-first-visit-alert.active {
  display: block;
}
.module.module-first-visit-alert .close-button.white {
  position: absolute;
  right: 0;
  top: 17px;
  display: none;
}
.arrow-link.white-link.small:link,
.module.module-first-visit-alert .arrow-link.white-link.small {
  background-image: url(/assets/home/images/global/link-arrow-white-sm.png);
}
.module.module-first-visit-alert .arrow-link.white-link.small:hover {
  color: rgba(255, 255, 255, 0.8);
  background-image: url(/assets/home/images/global/link-arrow-white-sm.png);
}
@media only screen and (max-width: 767px) {
  .module.module-first-visit-alert {
    background-color: #1771b7;
  }
}
.lt-ie8 .module.module-first-visit-alert .close-button.white {
  right: 90px;
}
.col-social .article-social {
  float: left;
}
@media only screen and (max-width: 767px) {
  .col-social .article-social {
    display: block;
    float: none;
    clear: both;
    width: 100%;
  }
}
.col-social .article-social-icons {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 515px;
}
.col-social .article-social-icons.narrow {
  height: 500px;
}
a#top-button {
  position: fixed;
  display: block;
  visibility: hidden;
  width: 41px;
  height: 56px;
  background: transparent url(/assets/home/images/global/top.png) no-repeat 0 0;
  z-index: 500;
}
a#top-button span {
  display: block;
  margin-top: 45px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #999 !important;
}
@media only screen and (max-width: 1133px) {
  a#top-button {
    display: none !important;
  }
}
.share {
  font-weight: 700;
  color: #666;
  font-size: 12px;
}
.share span {
  float: left;
  text-decoration: none;
  color: #000;
  display: inline-block;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  font-weight: 700;
}
.share span.label {
  cursor: default;
  font-size: 12px;
  font-weight: 700;
  color: #666;
  line-height: 22px;
  vertical-align: middle;
}
.share .facebook_custom {
  background: url(/assets/home/images/global/share/facebook.png) no-repeat;
}
.share .twitter_custom {
  background: url(/assets/home/images/global/share/twitter.png) no-repeat;
}
.share .tumblr_custom {
  background: url(/assets/home/images/global/share/tumblr.png) no-repeat;
}
.share .email_custom {
  background: url(/assets/home/images/global/share/email.png) no-repeat;
}
.share .permalink_custom {
  background: url(/assets/home/images/global/share/permalink.png) no-repeat;
  height: 20px;
  margin-right: 10px;
  width: 20px;
  float: left;
} /*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
button,
input,
label,
select,
textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.uneditable-input,
input,
textarea {
  width: 206px;
}
textarea {
  height: auto;
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  outline: 0;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
  width: auto;
}
input[type="file"],
select {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  line-height: 24px;
}
.checkbox,
.radio {
  min-height: 20px;
  padding-left: 20px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  float: left;
  margin-left: -20px;
}
.controls > .checkbox:first-child,
.controls > .radio:first-child {
  padding-top: 5px;
}
.checkbox.inline,
.radio.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.checkbox.inline + .checkbox.inline,
.radio.inline + .radio.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.row-fluid .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.uneditable-input[class*="span"],
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append .uneditable-input[class*="span"],
.input-append input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.row-fluid .input-append [class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"] {
  display: inline-block;
}
.uneditable-input,
input,
textarea {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
.uneditable-input.span12,
input.span12,
textarea.span12 {
  width: 926px;
}
.uneditable-input.span11,
input.span11,
textarea.span11 {
  width: 846px;
}
.uneditable-input.span10,
input.span10,
textarea.span10 {
  width: 766px;
}
.uneditable-input.span9,
input.span9,
textarea.span9 {
  width: 686px;
}
.uneditable-input.span8,
input.span8,
textarea.span8 {
  width: 606px;
}
.uneditable-input.span7,
input.span7,
textarea.span7 {
  width: 526px;
}
.uneditable-input.span6,
input.span6,
textarea.span6 {
  width: 446px;
}
.uneditable-input.span5,
input.span5,
textarea.span5 {
  width: 366px;
}
.uneditable-input.span4,
input.span4,
textarea.span4 {
  width: 286px;
}
.uneditable-input.span3,
input.span3,
textarea.span3 {
  width: 206px;
}
.uneditable-input.span2,
input.span2,
textarea.span2 {
  width: 126px;
}
.uneditable-input.span1,
input.span1,
textarea.span1 {
  width: 46px;
}
.controls-row:after,
.controls-row:before {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="checkbox"][disabled],
input[type="checkbox"][readonly],
input[type="radio"][disabled],
input[type="radio"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-append .add-on,
.control-group.warning .input-prepend .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-append .add-on,
.control-group.error .input-prepend .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-append .add-on,
.control-group.success .input-prepend .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-append .add-on,
.control-group.info .input-prepend .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
select:focus:invalid:focus,
textarea:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.form-actions:after,
.form-actions:before {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append .dropdown-menu,
.input-append .uneditable-input,
.input-append input,
.input-append select,
.input-prepend .dropdown-menu,
.input-prepend .uneditable-input,
.input-prepend input,
.input-prepend select {
  font-size: 14px;
}
.input-append .uneditable-input,
.input-append input,
.input-append select,
.input-prepend .uneditable-input,
.input-prepend input,
.input-prepend select {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .uneditable-input:focus,
.input-append input:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append .uneditable-input,
.input-append input,
.input-append select {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append .uneditable-input + .btn-group .btn:last-child,
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .uneditable-input,
.input-prepend.input-append input,
.input-prepend.input-append select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .uneditable-input + .btn-group .btn,
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-horizontal .help-inline,
.form-horizontal .input-append,
.form-horizontal .input-prepend,
.form-horizontal .uneditable-input,
.form-horizontal input,
.form-horizontal select,
.form-horizontal textarea,
.form-inline .help-inline,
.form-inline .input-append,
.form-inline .input-prepend,
.form-inline .uneditable-input,
.form-inline input,
.form-inline select,
.form-inline textarea,
.form-search .help-inline,
.form-search .input-append,
.form-search .input-prepend,
.form-search .uneditable-input,
.form-search input,
.form-search select,
.form-search textarea {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-horizontal .hide,
.form-inline .hide,
.form-search .hide {
  display: none;
}
.form-inline .btn-group,
.form-inline label,
.form-search .btn-group,
.form-search label {
  display: inline-block;
}
.form-inline .input-append,
.form-inline .input-prepend,
.form-search .input-append,
.form-search .input-prepend {
  margin-bottom: 0;
}
.form-inline .checkbox,
.form-inline .radio,
.form-search .checkbox,
.form-search .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-search .radio input[type="radio"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-group:after,
.form-horizontal .control-group:before {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal .input-append + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.form-title {
  font-size: 36px;
  margin: 20px 0 30px 0;
}
.required {
  color: #df0000;
  font-weight: 700;
  font-size: 16px;
}
form {
  margin: 20px 0 20px 0;
}
label {
  font-size: 1rem;
  text-transform: none;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
input {
  font-weight: 700;
}
.control-group-horizontal label.checkbox,
.control-group-horizontal label.radio {
  text-transform: none;
  font-size: 16px;
  margin-left: 0;
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  background-color: #fff;
  border: 2px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.uneditable-input,
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  width: 95.526315789474%;
}
input[type="file"] {
  width: 40.42553%;
}
.control-label em,
.control-label i {
  text-transform: none !important;
  font-weight: 400 !important;
  font-style: italic;
}
.file-label {
  padding-top: 5px;
  cursor: default;
}
.file-label span {
  cursor: pointer;
}
.file-label input[type="file"] {
  opacity: 0;
}
.file-label .file-name {
  margin-left: 15px;
  text-transform: none;
}
.control-group {
  margin-bottom: 10px;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #ff5b5b;
}
.control-group.error .help-block {
  display: block;
  text-align: right;
}
.control-group.error .help-block {
  font-size: 12px;
  font-weight: 700;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #000;
  margin-bottom: 0;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #ff5b5b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #ff5b5b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .control-label {
  color: #000;
}
.btn-form-submit {
  width: 160px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #1771b7;
  background-color: #1771b7;
  color: #fff;
  padding: 7px 2px 7px 2px;
  font-size: 16px;
  margin-right: 10px;
}
.btn-reset {
  border: 1px solid #000;
}
.form-actions {
  background: 0 0;
  padding-left: 0;
}
.btn-form-submit:link,
.btn-form-submit:visited {
  color: #fff;
}
.btn-form-submit:hover {
  background-color: #000;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .form-title {
    font-size: 16px;
    line-height: 22px;
  }
  form .span2,
  form .span3,
  form .span4,
  form .span5,
  form .span6,
  form .span7,
  form .span8 {
    width: 100%;
    margin-right: 0;
  }
  form .uneditable-input,
  form input[type="text"],
  form select,
  form textarea {
    width: 95.277777777778%;
  }
  form .inline {
    margin-left: 0 !important;
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  form .uneditable-input,
  form input[type="text"],
  form select,
  form textarea {
    width: 97%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  form .uneditable-input,
  form input[type="text"],
  form select,
  form textarea {
    width: 98%;
  }
}
form.control-form {
  line-height: 1.5 !important;
}
form.control-form .container:not(.submit-container) {
  padding-left: 0;
  padding-right: 0;
}
form.control-form h3 + p {
  margin-top: 0.75rem !important;
}
form.control-form p {
  margin: 1.5rem 0;
}
form.control-form p + p {
  margin-top: -0.75rem !important;
}
form.control-form .control-label:not(.selectSentance),
form.control-form fieldset h3,
form.control-form fieldset h4,
form.control-form fieldset h5,
form.control-form fieldset h6,
form.control-form legend {
  font-weight: 700 !important;
  text-transform: none !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  padding: 0 !important;
  margin: 0 !important;
}
form.control-form fieldset h3,
form.control-form fieldset h4,
form.control-form fieldset h5,
form.control-form fieldset h6 {
  color: #333 !important;
}
form.control-form small {
  font-size: 0.875rem;
  color: #767676;
  line-height: 1.25;
  display: inline-block;
}
form.control-form legend {
  border: none;
  margin: 0 !important;
}
form.control-form input:invalid,
form.control-form
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
form.control-form select,
form.control-form select:not([multiple]):invalid,
form.control-form textarea,
form.control-form textarea:invalid {
  border: 1px solid #767676;
  background-color: #fff;
  box-shadow: 0 0 0 1px transparent, 0 0 0 3px transparent;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  margin: 0;
  padding: 0.375rem;
  height: 2.5rem;
  margin: 0.25rem 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #333;
}
form.control-form input:invalid:focus,
form.control-form input:not([type="radio"]):not([type="checkbox"]):focus,
form.control-form select:focus,
form.control-form select:invalid:focus,
form.control-form textarea:focus,
form.control-form textarea:invalid:focus {
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #767676;
  outline: 0;
}
form.control-form input[type="checkbox"]:focus,
form.control-form input[type="radio"]:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #767676;
  outline: 0;
}
form.control-form select[multiple],
form.control-form textarea {
  height: 9rem;
  margin-bottom: 0.5rem !important;
  font-weight: 500;
  font-size: 1rem;
}
form.control-form select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/home/images/global/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
  height: 2.5rem;
  width: 100%;
  background-size: 24px 24px;
  font-weight: 500;
}
form.control-form .agency-datepicker {
  background: url(/assets/home/images/global/datepicker2.svg) no-repeat right
    0.75rem center;
  background-size: auto 85%;
}
form.control-form .required {
  color: #df0000;
  font-size: 1em;
  line-height: inherit;
  transform: scale(1.25, 1.25);
  position: relative;
  display: inline-block;
  margin-left: 0.1875rem;
}
form.control-form .validationError input,
form.control-form .validationError select,
form.control-form .validationError textarea {
  box-shadow: 0 0 0 1px transparent, 0 0 0 2px transparent !important;
  border-color: #df0000 !important;
}
form.control-form .validationError input:focus,
form.control-form .validationError select:focus,
form.control-form .validationError textarea:focus {
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #df0000 !important;
}
form.control-form fieldset.validationError input:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #df0000 !important;
}
form.control-form .validationError {
  color: #df0000;
}
form.control-form .validationMessage {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  color: #df0000;
  font-weight: 700;
  border-top: none;
  border-right: none;
  box-sizing: border-box;
  position: relative;
}
form.control-form .validationMessage span {
  font-weight: 500;
  display: inline;
  color: #df0000 !important;
  position: relative;
}
form.control-form fieldset.validationError,
form.control-form fieldset.validationError label,
form.control-form fieldset.validationError legend {
  color: #df0000;
}
form.control-form fieldset.validationError input {
  padding: 0 !important;
  font-size: 1rem !important;
}
form.control-form .validationMessage:not(:empty)::before {
  content: "!";
  position: relative;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-right: 0.375rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  text-align: center;
  border: 2px solid #df0000;
  border-radius: 100%;
  color: #df0000;
  width: 1rem;
  height: 1rem;
  background: #fff;
}
form.control-form label.checkbox,
form.control-form label.radio {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.1875rem 0 !important;
  line-height: 1.5;
  margin: 0 0.75rem 0 0 !important;
}
form.control-form input[type="checkbox"],
form.control-form input[type="radio"] {
  display: inline-block !important;
  vertical-align: middle !important;
  position: relative;
  margin: 0 0.1875rem 0 0 !important;
  float: none !important;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 0 0 4px transparent;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 0 0 2px transparent, 0 0 0 2px transparent;
  font-size: 1rem;
  padding: 0 !important;
}
form.control-form input[type="checkbox"] {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  border-radius: 3px !important;
}
form.control-form .btn,
form.control-form .btn-form-submit,
form.control-form .btn-reset,
form.control-form.file-label span.btn {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  padding: 0.75rem 3rem !important;
  border-radius: 4px;
  margin: 0.375rem 0;
  background-color: #0a5796;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  border: none;
  font-weight: 500 !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 0 0 2px transparent, 0 0 0 4px transparent;
  border: 2px solid #0a5796;
}
form.control-form .btn:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #767676;
}
form.control-form .btn:hover {
  background-color: #333;
  border-color: #333;
}
form.control-form .file-label span.btn:hover {
  background-color: #333;
}
form.control-form .btn-reset {
  background-color: transparent;
  color: #333 !important;
  text-decoration: none !important;
  font-weight: 500;
  border-color: transparent;
}
form.control-form .btn-reset:hover {
  background-color: transparent;
  border-color: #333;
}
form.control-form .g-recaptcha {
  margin-left: 0 !important;
  margin-top: 0.5rem;
}
form.control-form .control-group.captcha {
  margin: 1.5rem 0 3rem 0;
}
form.control-form small {
  display: inline-block;
  font-size: 0.875rem;
  color: #767676;
  line-height: 1.5rem;
}
form.control-form input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
form.control-form input[type="file"] + label:focus,
form.control-form input[type="file"]:focus + label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #767676 !important;
}
form.control-form
  .control-group.validationError
  input[type="file"]:focus
  + label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #df0000 !important;
}
form.control-form .fileInput-label {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: row norap !important;
  flex-flow: row nowrap !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: none;
}
form.control-form .fileInput-label span {
  text-align: left !important;
  position: relative;
  padding: 0.75rem 0.75rem;
  background-color: #fff;
  border: 2px solid #0a5796;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #0a5796;
  font-weight: 500;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: block !important;
}
form.control-form input[type="file"]:focus + label.fileInput-label.btn {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #767676;
}
form.control-form .fileInput-label svg {
  fill: #fff !important;
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  position: relative;
  margin: 0 0.75rem 0 0;
  vertical-align: middle;
  z-index: 9999999;
  transform: scale(1.5);
}
form.control-form .fileInput-label b,
form.control-form .fileInput-label strong {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 0.75rem;
}
form.control-form .fileInput-label.btn:hover span {
  border-color: #333;
  color: #333;
}
form.control-form .control-group.validationError label:first-of-type,
form.control-form .control-group.validationError span {
  color: #df0000 !important;
  border-color: #df0000 !important;
}
form.control-form .control-group.validationError label ~ label {
  background-color: #df0000 !important;
  border-color: #df0000 !important;
}
form.control-form .selectSentance {
  font-size: 1.5rem;
  font-size: 2rem;
  line-height: 1.5rem;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  box-sizing: border-box;
  color: #0a5796;
  display: inline-block;
  position: relative;
  padding: 0.375rem 0 0 0 !important;
  white-space: pre-line;
}
form.control-form .selectSentance .selectSentance-input {
  border: none;
  font-size: inherit;
  font-weight: 700;
  color: #555;
  box-shadow: none;
  border-bottom: 3px solid #0a5796;
  border-radius: 0;
  margin: -0.75rem 0 0 0;
  line-height: 1.25;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: right 5rem center;
  background-size: auto 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0.375rem 2.5rem 0.375rem 0.1875rem;
  width: calc(100% + 5rem);
  height: auto;
  display: inline-block !important;
}
form.control-form .selectSentance-input option {
  font-size: inherit !important;
  color: #767676 !important;
  width: auto !important;
  width: calc(100% - 5rem);
  position: relative;
}
form.control-form .selectSentance-input:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #767676 !important;
}
form.control-form .validationError.selectSentance {
  color: #df0000;
}
form.control-form .validationError.selectSentance .selectSentance-input {
  border-color: #df0000 !important;
}
form.control-form .validationError.selectSentance .selectSentance-input:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #df0000 !important;
}
form.control-form .selectSentance:after {
  content: "";
  background: url(/assets/home/images/global/sentance_select_arrow3.svg),
    linear-gradient(
      to left,
      #f7f7f7 0,
      #f7f7f7 2.5rem,
      rgba(255, 255, 255, 0) 3rem
    );
  position: absolute;
  height: calc(3rem);
  width: 5.5rem;
  top: 2.75rem;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  background-position: center center, center center;
}
form.control-form a,
form.control-form button {
  position: relative;
}
form.control-form a:focus,
form.control-form button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #767676 !important;
  outline: 0;
}
form.control-form input.placeholder {
  color: #767676 !important;
  font-weight: 500;
}
form.control-form input[disabled].placeholder,
form.control-form select[disabled] {
  color: #767676 !important;
}
form.control-form .placeholder {
  color: #767676 !important;
}
form.control-form .formControl-row {
  padding: 1.5rem 0;
  background-color: #eee;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
form.control-form .secondaryLabel {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  margin: 0 0 0.375rem 0 !important;
  display: inline-block;
  width: 100%;
}
form.control-form fieldset.disabled,
form.control-form fieldset.disabled .control-label,
form.control-form fieldset.disabled label,
form.control-form fieldset.disabled legend,
form.control-form label.checkbox.disabled,
form.control-form label.control-label.disabled,
form.control-form label.radio.disabled {
  color: #777677;
  cursor: not-allowed;
  position: relative;
}
form.control-form label.control-label.disabled input[type="text"],
form.control-form label.control-label.disabled select,
form.control-form label.control-label.disabled textarea {
  border-style: dotted;
  border-style: dashed;
  background: #fff !important;
  position: relative;
}
form.control-form label.control-label.disabled::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #777677 0, #777677 100%) no-repeat
    center center/3px 100%;
  transform: rotate(45deg) scale(1);
  box-shadow: 0 0 0 3px #777677;
  margin-right: 0.5rem;
}
form.control-form fieldset.disabled label.checkbox::after,
form.control-form fieldset.disabled label.radio::after,
form.control-form label.checkbox.disabled::after,
form.control-form label.radio.disabled::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 0 3px #777677;
  left: -0.0125rem;
  top: 0.5rem;
  background: linear-gradient(to right, #777677 0, #777677 100%) no-repeat
      center center/3px 100%,
    #fff;
  transform: rotate(45deg) scale(1);
}
form.control-form fieldset:nth-of-type(n) {
  margin: 0 !important;
}
form.control-form .control-group:nth-of-type(n) {
  margin: 0 !important;
}
form.control-form .control-label:not(.fileInput-label1) {
  margin-bottom: 1.5rem !important;
  display: inline-block;
  width: 100%;
}
form.control-form
  .control-group.validationError
  .fileInput-label1
  + .validationMessage {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
form.control-form .fileInput-label {
  margin-bottom: 1.5rem;
}
form.control-form .fileInput-label + * {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}
form.control-form .list_elements:last-of-type,
form.control-form fieldset .inline_elements:last-of-type {
  margin-bottom: 1.5rem !important;
}
form.control-form .control-group.disabled select,
form.control-form .control-label.disabled select,
form.control-form fieldset.disabled select,
form.control-form select[disabled] {
  background: url(/assets/home/images/global/select_arrow.svg) no-repeat right
      center/1.5rem 100%,
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.05) 0,
      rgba(0, 0, 0, 0.05) 0.5rem,
      #fff 0.5rem,
      #fff 1rem
    ) !important;
}
@media screen and (max-width: 767px) {
  form.control-form {
    padding: 0 !important;
  }
  form.control-form .container {
    padding-left: 0;
    padding-right: 0;
  }
  form.control-form input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea {
    width: 100% !important;
  }
  form.control-form h2 {
    margin: 0 0 1.5rem 0;
  }
  form.control-form .selectSentance:after {
    height: 2rem !important;
  }
  form.control-form .selectSentance {
    font-size: 1.25rem !important;
    position: relative;
  }
  form.control-form .selectSentance-input {
    width: calc(100% + 5rem) !important;
    font-size: 1rem;
    margin-bottom: 0 !important;
    background-position: right 5 center !important;
  }
  form.control-form .secondaryLabel {
    margin: 0 0 0.375rem 0 !important;
    display: inline-block;
  }
  form.control-form .formControl-row .container {
    display: flex;
    flex-flow: row wrap;
    padding: 0 0.5rem;
  }
  form.control-form .formControl-row p {
    flex-basis: 100%;
  }
  form.control-form .formControl-row .btn {
    padding: 0.75rem 0.5rem !important;
  }
  form.control-form .formControl-row .btn:first-of-type {
    flex-grow: 1;
    margin-right: 0.375rem;
  }
  form.control-form .formControl-row .btn:last-of-type {
    flex-grow: 0.5;
    flex-shrink: 1;
  }
  form.control-form .commissionerContact-heading {
    font-size: 1.5rem;
  }
  form.control-form .commissionerContact-heading strong:last-of-type {
    font-size: 1.5rem;
    line-height: 1.5 !important;
    display: block;
    position: relative;
    border-width: 1px !important;
    margin-top: 0.1875rem;
    padding-top: 0.375rem !important;
  }
}
form.control-form .btn-reset {
  background-color: transparent;
  text-decoration: underline !important;
}
form.control-form .commissionerContact-heading {
  line-height: 1.25;
  width: 100%;
  border-bottom: 3px solid #949594;
  padding-bottom: 0.75rem !important;
}
form.control-form .commissionerContact-heading span:first-of-type {
  font-size: 1rem;
  display: inline-block;
  color: #767676;
}
form.control-form .commissionerContact-heading span:nth-of-type(2) {
  color: #767676;
}
form.control-form .commissionerContact-heading {
  margin: 0;
  padding: 0;
  font-size: 2rem !important;
  font-weight: 700;
}
form.control-form .commissionerContact-heading strong {
  line-height: 1.5;
}
form.control-form fieldset {
  margin: 1.5rem 0 !important;
}
form.control-form hr {
  display: inline-block !important;
  width: 100%;
  clear: both;
  border-color: transparent;
  border-bottom: none;
  height: 3rem;
  margin: 0 0;
  position: relative;
  background-color: transparent;
}
form.control-form hr.blank {
  display: inline-block !important;
  width: 100%;
  clear: both;
  border-color: transparent;
  border-bottom: none;
  height: 3rem;
  margin: 0 0 0;
  position: relative;
  background-color: transparent;
}
form.control-form hr:not(.blank):before {
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  background: #ccc;
}
form.control-form label.checkbox.inline,
form.control-form label.radio.inline {
  position: relative;
  padding: 0.1875rem 0.75rem 0.1875rem 1.5rem !important;
}
form.control-form label.checkbox.inline input,
form.control-form label.radio.inline input {
  position: absolute;
  left: 0;
  top: 0.65rem;
}
form.control-form .disclaimer {
  padding-top: 1.25rem;
}
#error-404 .message h2 {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 88px;
  line-height: 90px;
  margin: 40px auto 15px auto;
}
@media (max-width: 630px) {
  #error-404 .message h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 20px auto;
  }
}
#error-404 .message h3 {
  text-align: center;
  color: #000;
  font-weight: 400;
  line-height: 26px;
  font-size: 24px;
  margin: 30px auto 40px auto;
}
@media (max-width: 630px) {
  #error-404 .message h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px auto;
    font-weight: 400;
  }
}
#error-404 .top-requests h4 {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 40px auto;
}
@media (max-width: 630px) {
  #error-404 .top-requests h4 {
    margin: 20px auto;
  }
}
#error-404 .top-requests-links {
  margin: 0 0 40px 0;
  width: 100%;
  display: block;
}
#error-404 .top-requests-links .button-container {
  float: left;
  display: table !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 24%;
  margin-right: 1.2%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 631px) and (max-width: 767px) {
  #error-404 .top-requests-links .button-container {
    margin-right: 1.25%;
  }
}
@media (max-width: 630px) {
  #error-404 .top-requests-links .button-container {
    width: 98%;
  }
}
#error-404 .top-requests-links .ie {
  float: left;
  width: 23.5%;
}
@media only screen and (min-width: 631px) and (max-width: 767px) {
  #error-404 .top-requests-links .ie {
    width: 23%;
  }
}
@media (max-width: 630px) {
  #error-404 .top-requests-links .ie {
    width: 98%;
  }
}
.lt-ie9 #error-404 .top-requests-links .button-container {
  width: 24%;
  margin-right: 1.25%;
}
@media (max-width: 630px) {
  .lt-ie9 #error-404 .top-requests-links .button-container {
    width: 98%;
  }
}
.lt-ie8 #error-404 .top-requests-links .button-container {
  display: block;
  float: left;
  background-color: #fff;
}
#error-404 .top-requests-links .button-container:last-child {
  float: right;
  margin-right: 0;
}
@media (max-width: 630px) {
  #error-404 .top-requests-links .button-container:last-child {
    float: left;
  }
}
#error-404 .top-requests-links .button-container a {
  font-size: 18px;
  text-transform: none;
  height: 43px;
  width: 100%;
  display: table-cell !important;
  vertical-align: middle;
  float: none;
}
@media only screen and (min-width: 631px) and (max-width: 767px) {
  #error-404 .top-requests-links .button-container a {
    font-size: 14px;
  }
}
@media (max-width: 630px) {
  #error-404 .top-requests-links .button-container a {
    font-size: 18px;
  }
}
.lt-ie8 #error-404 .top-requests-links .button-container a {
  line-height: 18px;
  width: 188px;
  display: block;
  float: left;
  background-color: #fff;
  vertical-align: middle;
}
#error-404 .top-requests-links .button-container#thereoneone a {
  background-color: #fff200;
}
.lt-ie8 #error-404 .top-requests-links .button-container a:hover {
  color: #fff;
  background-color: #1771b7;
  background-image: url(/assets/home/images/global/link-arrow-black-withoffset13.png);
}
#error-404 .top-requests-links .button-container#thereoneone a:hover {
  background-image: url(/assets/home/images/global/link-arrow-black-withoffset13.png);
  background-color: #fff200;
}
#thereoneone a:hover {
  color: #000 !important;
}
@media (max-width: 630px) {
  .module-row {
    display: none !important;
    visibility: hidden !important;
  }
  .loadmore-container.span12 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 630px) {
  #main {
    margin-bottom: 0;
  }
}
.row.emergency-alert-row {
  background: #4294cd;
  -webkit-box-shadow: 0 3px 10px rgba(130, 130, 130, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(130, 130, 130, 0.3);
  -ms-box-shadow: 0 3px 10px rgba(130, 130, 130, 0.3);
  box-shadow: 0 3px 10px rgba(130, 130, 130, 0.3);
  z-index: 2000;
  overflow: visible;
  position: relative;
}
.module.module-emergency-alert {
  margin: 0;
  padding: 13px 35px;
  text-align: center;
  background: #4294cd;
  min-height: 50px;
}
@media (max-width: 479px) {
  .module.module-emergency-alert {
    padding: 10px 20px;
  }
}
.module.module-emergency-alert a.arrow-link.black-link {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.module.module-emergency-alert .alert-icon {
  display: inline-block;
  position: relative;
  left: -10px;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .module.module-emergency-alert {
    background: #4294cd !important;
  }
}
.lt-ie8 .module.module-emergency-alert .alert-icon {
  top: -1px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: 1px;
  height: 1px;
}
@supports (-webkit-overflow-scrolling: touch) {
  @media only screen and (min-width: 320px) and (max-width: 640px) {
    .videoWrapper iframe {
      -webkit-overflow-scrolling: touch;
      position: absolute;
      top: 0;
      left: 0;
      min-height: 100%;
      min-width: 100%;
      width: 1px;
      height: 1px;
      padding-bottom: 82.25%;
    }
  }
}
.reader-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.replicant-buttons {
  float: right;
  padding: 0 20px 5px 0;
}
.replicant-buttons a {
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  padding: 7px;
  border-radius: 3px;
  font-weight: 700;
}
.sub-311 {
  background-color: #fff200 !important;
  color: #000;
}
.sub-311 h1 {
  color: #000;
}
.agencies-about-links {
  margin: 0 0 20px 0 !important;
}
.agencies-about-links ul li a {
  padding: 20px 0;
  float: left;
  color: #000;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.agencies-about-links ul li.active a {
  text-decoration: underline;
}
.agencies-about-links ul > li:first-child {
  float: none;
  padding-top: 0 !important;
}
.agencies-about-links ul li small {
  clear: left;
  float: left;
  width: 100%;
}
.agencies-about-links ul {
  list-style: none;
  margin: -20px 0 0 0;
  padding-top: 0;
}
.agencies-about-links li {
  padding-right: 20px;
}
label.inline {
  text-transform: none !important;
  font-weight: 400 !important;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible !important;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: visible !important;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
  overflow: visible !important;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #000;
  box-shadow: 5px 5px 5px #000;
  height: auto !important;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.cboxTitle {
  border-top: 1px solid #ccc;
  width: 395px;
  padding: 10px;
  background: #fff;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url(/assets/home/images/libs/colorbox/loading.gif) no-repeat
    center center;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0 0;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/assets/home/images/libs/colorbox/controls.png) no-repeat top
    left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/assets/home/images/libs/colorbox/controls.png) no-repeat top
    right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: -11px;
  right: -10px;
  background: url(/assets/home/images/global/ico-close.png) no-repeat 0 0;
  width: 21px;
  height: 20px;
  text-indent: -9999px;
}
._2pi4._36iq._4lk2._3xre._1p4p,
._2pi4._36iq._4lk2._3xre._2165,
._2pi4._36iq._4lk2._3xre._50sk,
._5v3q ._5pbw .fcg,
._5v3q ._5pcp,
._5v3q ._5pcp a.uiLinkSubtle,
._5v3q ._5ptz,
._5v3q a._5pcq,
._6lz._6mb.ellipsis,
.timestampContent {
  color: #767676;
}
.timeline-Tweet-retweetCredit,
.timeline-Tweet-timestamp,
a.Identity.Identity--withInlineAvatar.u-linkBlend.customisable-hover.h-card,
span.Identity-screenName.p-nickname,
span.TweetAuthor-screenName.Identity-screenName,
span.timeline-Header-byline {
  color: #767676;
}
a.customisable-highlight,
a.u-floatLeft,
a.u-floatRight,
p.timeline-Tweet-text a {
  color: #227bc0;
  font-weight: 700;
}
a.customisable-highlight:hover,
a.u-floatLeft:hover,
a.u-floatRight:hover,
p.timeline-Tweet-text a:hover {
  color: #000;
}
.timeline-TweetList-tweet .timeline-Tweet-brand .Icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E) !important;
}
.timeline-TweetList-tweet .timeline-Tweet .timeline-Tweet-action .Icon--heart {
  background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e81c4f%22%20d%3D%22M38.723%2012c-7.187%200-11.16%207.306-11.723%208.13-.563-.824-4.496-8.13-11.723-8.13C8.79%2012%203.533%2018.163%203.533%2024.647%203.533%2039.964%2021.89%2055.907%2027%2056c5.11-.093%2023.467-16.036%2023.467-31.353C50.467%2018.163%2045.21%2012%2038.723%2012z%22%2F%3E%3C%2Fsvg%3E) !important;
  filter: brightness(10%);
  opacity: 0.6;
}
.timeline-TweetList-tweet
  .timeline-Tweet
  .timeline-Tweet-action
  .Icon--heart:hover {
  background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e81c4f%22%20d%3D%22M38.723%2012c-7.187%200-11.16%207.306-11.723%208.13-.563-.824-4.496-8.13-11.723-8.13C8.79%2012%203.533%2018.163%203.533%2024.647%203.533%2039.964%2021.89%2055.907%2027%2056c5.11-.093%2023.467-16.036%2023.467-31.353C50.467%2018.163%2045.21%2012%2038.723%2012z%22%2F%3E%3C%2Fsvg%3E) !important;
  filter: brightness(100%);
  opacity: 1;
}
.timeline-Tweet .timeline-Tweet-action .Icon--share {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056.8%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0-.7h48v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M52.8%2032.9L42.2%2022.3c-1.4-1.4-3.6-1.4-5%200s-1.4%203.6%200%205l4.6%204.6H20.9c-1.9%200-3.5%201.6-3.5%203.5s1.6%203.5%203.5%203.5h20.9l-4.6%204.6c-1.4%201.4-1.4%203.6%200%205%20.7.7%201.6%201%202.5%201s1.8-.3%202.5-1l10.6-10.6c1.4-1.4%201.4-3.6%200-5z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M24.4%2049.4h-13c-.6%200-1.1-.5-1.2-1.1V22.4c0-.7.5-1.2%201.2-1.2h12.9c1.9%200%203.5-1.6%203.5-3.5s-1.6-3.5-3.5-3.5H8.9c-3.1%200-5.7%202.5-5.7%205.7v31c0%203.1%202.5%205.7%205.7%205.7h15.5c1.9%200%203.5-1.6%203.5-3.5.1-2.1-1.5-3.7-3.5-3.7z%22%2F%3E%3C%2Fsvg%3E);
}
a.TweetAuthor-link.Identity.u-linkBlend:hover {
  color: #227bc0;
}
abbr {
  text-decoration: none !important;
  border-bottom: none !important;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
}
a:focus {
  outline: 1px dotted currentColor;
  outline-offset: 3px;
}
label.sr-only[for="footer-search"] {
  color: white !important;
}

div#errorExist {
    box-shadow: 0 0 0 1px #db0000;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 1em;
    margin: 1.5em 0 0;
    border-radius: 0.375em;
    background-color: #ffe9e9;
    color: #db0000;
  }
  
  #errorExist p {
    margin: 0;
  }
  
  #errorExist span {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  
  #errorExist span::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 1.5em;
    height: 1.5em;
    flex: 0 0 1.5em;
    text-align: center;
    margin-right: 1.5em;
    color: #db0000;
    background: linear-gradient(to right, #df0000 0%, #df0000 100%) no-repeat
        center top 0.25rem / 3px 0.875rem,
      linear-gradient(to right, #df0000 0%, #df0000 100%) no-repeat center bottom
        0.25rem / 3px 3px,
      #fff;
    box-shadow: 0 0 0 2px currentColor;
    border-radius: 100%;
  }
  
[dir="rtl"] ul:not([class]),
ul[dir="rtl"]:not([class]),
[dir="rtl"] ol:not([class]),
ol[dir="rtl"]:not([class]) {
 
    margin: 0 25px 10px 0;
 
}


/*Global heading classes*/
.about-description h1,
.about-description h2,
.about-description h3,
.about-description h4,
.about-description h5,
.about-description h6,
.content-info h4,
h2.mod-title,
.module.module-agency-columns h4,
.agencies-index-panel h1,
.agencies-index-panel h2,
.agencies-index-panel h3,
.agencies-index-panel h4,
.agencies-index-panel h5,
.agencies-index-panel h6 {

    color: inherit;

}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  margin: 10px 0;
  color: inherit; }

#outer-wrap .agencies-index-panel .h1 {
  font-size: 38.5px;
  line-height: 40px; }

#outer-wrap .h1,
.agencies-index-panel .h1 {
  font-size: 36px;
  line-height: 40px; }

#outer-wrap .h2,
.agencies-index-panel .h2 {
  font-size: 31.5px;
  line-height: normal; }

#outer-wrap .h3,
.agencies-index-panel .h3 {
  font-size: 24.5px;
  line-height: normal; }

#outer-wrap .h4,
.agencies-index-panel .h4 {
  font-size: 17.5px;
  line-height: 20px; }

#outer-wrap .h5,
.agencies-index-panel .h5 {
  font-size: 14px;
  line-height: 20px; }

#outer-wrap .h6,
.agencies-index-panel .h6 {
  font-size: 11.9px;
  line-height: 20px; }

#outer-wrap .h4 {
  font-size: 20px;
  line-height: 24px; }

