html {
  background: transparent;
  overflow-y: scroll;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: #000000;
  background: #fff;
  min-width: 1200px;
}
a {
  color: #1e558e;
  cursor: pointer;
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
  opacity: 0.8;
}
.v-container {
  width: 1182px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  margin-top: 20px;
  font-size: 35px;
}
div[id*='gmap'] img,
div[id*='GMap'] img {
  max-width: none;
}
.window-banner {
  position: relative;
}
.window-banner .banner-mark {
  position: absolute;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #adadad;
}
#top-bar {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  background: url(../images/bcg_topbar.png) repeat-x;
}
#top-bar a {
  color: #ffffff;
}
#top-bar ul {
  list-style: none;
  margin: 0;
}
#top-bar ul li {
  display: inline-block;
}
#top-bar .top-menu li {
  border-left: 1px solid #424242;
  padding: 0 10px;
}
#top-bar .top-menu li:first-child {
  border-left: none;
}
#top-bar .social-link-list {
  text-align: right;
  margin-right: 18px;
  margin-top: 4px;
}
#top-bar .social-link-list li {
  margin-right: 6px;
}
#top-bar .social-link-list li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/sprite.png);
  overflow: hidden;
  text-indent: 999px;
}
#top-bar .social-link-list li a.facebook {
  background-position: 0px 0px;
}
#top-bar .social-link-list li a.twitter {
  background-position: -22px 0px;
}
#top-bar .social-link-list li a.rss {
  background-position: -44px 0px;
}
#header {
  background: url(../images/bcg_header.png);
  height: 125px;
}
#header #logo {
  margin-top: 19px;
  display: block;
  text-align: center;
}
#header .window-banner {
  margin-top: 17px;
  margin-left: 21px;
}
#header .window-banner .banner-mark {
  left: -34px;
  bottom: 16px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#header .window-banner > a,
#header .window-banner .banner-box {
  width: 728px;
  height: 90px;
  display: block;
}
#header > div {
  background: rgba(255,255,255,0.2);
  height: 125px;
  -webkit-box-shadow: 0px 0px 60px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 60px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 60px rgba(0,0,0,0.1);
}
#menu {
  height: 84px;
  background: url(../images/bcg_menu.png) repeat-x;
  z-index: 2;
}
#menu #main-menu {
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#menu #main-menu .sf-sub-indicator {
  display: none;
}
#menu #main-menu ul {
  position: absolute;
  z-index: 9;
  background: #9d9d9d;
  top: 44px;
  left: 0;
}
#menu #main-menu ul li {
  float: none;
}
#menu #main-menu ul a {
  padding: 9px 0;
  display: block;
  white-space: nowrap;
}
#menu #main-menu > li > a {
  text-shadow: 0px -1px 0px rgba(0,0,0,0.15);
}
#menu #main-menu > li > a > span {
  border-right: 1px solid #7a7a7a;
  border-left: 1px solid #a6a6a6;
}
#menu #main-menu > li:first-child > a > span {
  border-left: none;
}
#menu #main-menu > li:last-child > a > span {
  border-right: none;
}
#menu #main-menu > li.active > a:before,
#menu #main-menu > li > a:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f24024;
  border-bottom: 1px solid #e03b22;
  top: -3px;
  left: 0;
}
#menu #main-menu li.active > a,
#menu #main-menu li > a:hover {
  background: #f24024;
}
#menu #main-menu li.active > a span,
#menu #main-menu li > a:hover span {
  border-color: transparent;
}
#menu #main-menu a {
  text-decoration: none;
  color: #ffffff;
  height: 19px;
  line-height: 19px;
  padding: 12px 0;
}
#menu #main-menu a span {
  line-height: 19px;
  padding: 0 25px;
}
#menu #sub-menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
#menu #sub-menu a {
  color: #000000;
  height: 14px;
  line-height: 14px;
  padding: 13px 0;
}
#menu #sub-menu a span {
  line-height: 14px;
  padding: 0 10px;
}
#menu #sub-menu > li > a > span {
  border-right: 1px solid #bdbdbd;
  border-left: 1px solid #fafafa;
}
#menu #sub-menu > li:first-child > a > span {
  border-left: none;
}
#menu #sub-menu > li:last-child > a > span {
  border-right: none;
}
#menu ul {
  list-style: none;
  margin: 0;
}
#menu ul li {
  position: relative;
  display: block;
  float: left;
}
#menu ul li a {
  display: inline-block;
}
#footer {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #e5e5e5;
  background: #fcfcfc;
  color: #919191;
}
#footer #logo-footer {
  margin-bottom: 4px;
  display: block;
}
#footer > .container > div {
  padding: 25px 0px 50px 0px;
}
#footer h4 {
  font-size: 17px;
  color: #666666;
  line-height: 26px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
  border-bottom: 1px solid #ed4542;
}
#footer h4 span {
  border-bottom: 4px solid #ed4542;
  line-height: 30px;
}
#footer p {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}
#footer .footerListItem {
  position: relative;
  padding-left: 24px;
}
#footer .footerListIcon {
  position: absolute;
  left: 0;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#footer a {
  color: #555;
}
#footerVisto {
  background: #f1f1f1;
  line-height: 70px;
  font-size: 12px;
  color: #aaa;
}
#footerVisto a {
  color: #777;
}
#footerVisto .ref {
  text-align: right;
}
#sidebar {
  border: 1px solid #e5e5e5;
  background: #fcfcfc;
  padding: 8px 10px;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
}
#sidebar .ne-sidebar-box {
  margin-bottom: 10px;
}
#sidebar .ne-panel-news-list {
  padding-top: 27px;
  position: relative;
}
#sidebar .ne-panel-news-list .panel-heading {
  position: absolute;
  width: 100%;
  top: 0;
}
#sidebar .ne-panel-news-list .panel-heading .panel-btn {
  display: block;
  width: 123px;
  border: 1px solid #efefef;
  background: #fefefe;
  line-height: 24px;
  height: 24px;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  color: #a9a9a9;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar .ne-panel-news-list .panel-heading .panel-btn.active {
  border: 1px solid #e2e2e2;
  background: #ffffff;
  border-bottom-color: transparent;
  height: 27px;
  color: #000;
}
#sidebar .ne-panel-news-list .panel-heading .panel-btn:hover {
  color: #000;
}
#sidebar .ne-panel-news-list .panel-body {
  border: 1px solid #e2e2e2;
  background: #ffffff;
  padding: 10px;
  transition: max-height 0.2s;
  max-height: 500px;
}
#sidebar .ne-panel-news-list .panel-body > div {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#sidebar .ne-panel-news-list .panel-body .news-item {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
#sidebar .ne-panel-news-list .panel-body .news-item .date {
  font-size: 10px;
  white-space: nowrap;
  line-height: 24px;
  color: #969696;
  display: block;
}
#sidebar .ne-panel-news-list .panel-body .news-item .ingress {
  font-size: 11px;
  color: #43717b;
  line-height: 18px;
  margin: 0;
}
#sidebar .ne-panel-news-list .panel-body .news-item:hover {
  padding-bottom: 8px;
  border-bottom: 3px solid #5d95a1;
}
#sidebar .ne-panel-news-list .panel-body .panel-tab.hidden {
  display: none;
}
.ne-panel-poll {
  font-size: 12px;
  padding: 9px;
}
.ne-panel-poll .window-flip {
  height: 250px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  overflow: hidden;
}
.ne-panel-poll .window-flip.show-results .panel-flip.front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  box-shadow: 0 0 15px rgba(0,0,0,0.25);
  visibility: hidden;
}
.ne-panel-poll .window-flip.show-results .panel-flip.back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  box-shadow: 0 0 15px rgba(0,0,0,0);
  visibility: visible;
}
.ne-panel-poll .window-flip .panel-flip {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.ne-panel-poll .window-flip .panel-flip.front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  box-shadow: 0 0 15px rgba(0,0,0,0);
  visibility: visible;
}
.ne-panel-poll .window-flip .panel-flip.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  box-shadow: 0 0 15px rgba(0,0,0,0.25);
  visibility: hidden;
}
.ne-panel-poll .heading {
  font-size: 15px;
  font-weight: bold;
  color: #b8b8b8;
  margin: 2px 0 12px 0;
}
.ne-panel-poll .polls {
  margin: 8px 0 12px 8px;
  list-style: none;
}
.ne-panel-poll .polls.results li {
  cursor: default;
}
.ne-panel-poll .polls.results li:hover {
  color: #000000;
}
.ne-panel-poll .polls li {
  line-height: 30px;
  cursor: pointer;
}
.ne-panel-poll .polls li:hover {
  color: #1e558e;
}
.ne-panel-poll .polls li:hover .icon-circle-blank {
  display: none;
}
.ne-panel-poll .polls li:hover .icon-circle {
  display: inline-block;
}
.ne-panel-poll .polls li .icon-circle-blank {
  display: inline-block;
}
.ne-panel-poll .polls li .icon-circle {
  display: none;
}
.ne-panel-poll .polls li i {
  margin-right: 4px;
}
.ne-panel-poll .btn-submit {
  padding: 3px 35px;
  background: #9b9b9b;
  border-radius: 3px;
  border-bottom: 1px solid #afafaf;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 0 1px rgba(0,0,0,0.46);
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 15px;
}
.ne-panel-poll .btn-submit:hover {
  margin-top: 1px;
  border-bottom: none;
}
.ne-panel-poll .sub-link {
  font-size: 11px;
  line-height: 21px;
  text-decoration: underline;
}
.ne-panel-poll .description {
  line-height: 18px;
}
.ne-panel-history-facts {
  font-size: 12px;
  padding: 9px;
}
.ne-panel-history-facts .facts {
  margin: 0;
  list-style: none;
  font-size: 11px;
}
.ne-panel-history-facts .facts li {
  position: relative;
}
.ne-panel-history-facts .facts li .year {
  top: 0;
  left: 0;
  position: absolute;
  color: #971c1c;
}
.ne-panel-history-facts .facts li .fact {
  padding-left: 40px;
  display: block;
  line-height: 16px;
  margin-bottom: 16px;
}
.ne-panel-history-facts .sub-link {
  font-size: 11px;
  text-align: right;
  line-height: 21px;
  text-decoration: underline;
}
.ne-panel-history-facts .heading {
  font-size: 15px;
  font-weight: bold;
  color: #b8b8b8;
  margin: 2px 0 12px 0;
}
.ne-panel-congratulations {
  font-size: 12px;
  padding: 9px;
}
.ne-panel-congratulations .sub-link {
  font-size: 11px;
  text-align: right;
  line-height: 21px;
  text-decoration: underline;
}
.ne-panel-congratulations .cards {
  height: 220px;
  position: relative;
  overflow: hidden;
  display: block;
  list-style: none;
}
.ne-panel-congratulations .heading {
  font-size: 15px;
  font-weight: bold;
  color: #b8b8b8;
  margin: 2px 0 12px 0;
}
.ne-divider {
  display: block;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0 2px 20px 2px;
}
#first-page {
  margin-top: 16px;
}
#first-page .window-mid-news {
  margin-bottom: 18px;
}
#first-page .window-mid-news .news-item .heading {
  font-size: 30px;
  margin: 10px 3px;
}
#first-page .window-mid-news .news-item .image img {
  width: 575px;
  height: 280px;
}
#first-page .window-bot-big-news .news-item .heading {
  font-size: 18px;
  margin: 12px 3px 8px 3px;
  line-height: 22px;
}
#first-page .window-bot-news {
  margin-bottom: 20px;
}
#first-page .window-bot-news .news-item .heading {
  font-size: 18px;
  margin: 12px 3px 8px 3px;
  line-height: 22px;
}
#first-page .window-bot-news .news-item .ingress {
  font-size: 14px;
  line-height: 18px;
}
#first-page .window-mid-banners {
  padding: 10px 0 20px 0;
}
#first-page .window-mid-banners .window-banner .banner-mark {
  left: 3px;
  top: -18px;
}
#first-page .window-mid-banners .window-banner > a,
#first-page .window-mid-banners .window-banner .banner-box {
  display: block;
  width: 468px;
  height: 60px;
}
#first-page .window-tips-oss,
#first-page .window-tips-oss img {
  width: 95px;
  height: 60px;
}
#first-page .ne-news-featured .news-item .image img {
  width: 871px;
  height: 280px;
}
.window-extras {
  margin-left: 8px;
  border: 1px solid #e5e5e5;
  background: #fcfcfc;
  padding: 10px 10px 0 10px;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 18px;
}
.window-extras .ne-panel {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  margin-bottom: 16px;
  position: relative;
}
.news-item {
  font-family: 'PT Sans', sans-serif;
}
.news-item.news-style-dark {
  position: relative;
  top: -5px;
  background: #000000;
}
.news-item.news-style-dark .image {
  padding: 5px 5px 0 5px;
}
.news-item.news-style-dark .heading {
  color: #ffffff;
  margin-left: 5px;
}
.news-item.news-style-dark .tag {
  color: #ffffff;
  background: #f5441e;
}
.news-item.news-style-dark .read-more .link {
  color: #fcc96c;
  margin-left: 5px;
}
.news-item.news-style-dark .ingress {
  color: #ffffff;
  margin-left: 5px;
}
.news-item.news-style-red {
  position: relative;
  top: -5px;
  color: #ffffff;
  background: #f5441e;
}
.news-item.news-style-red .image {
  padding: 5px 5px 0 5px;
}
.news-item.news-style-red .heading {
  color: #ffffff;
  margin-left: 5px;
}
.news-item.news-style-red .tag {
  color: #ffffff;
  background: transparent;
}
.news-item.news-style-red .read-more .link {
  color: #ffffff;
  margin-left: 5px;
}
.news-item.news-style-red .ingress {
  color: #ffffff;
  margin-left: 5px;
}
.news-item.news-style-merino {
  position: relative;
  top: -5px;
  color: #000000;
  background: #e5dac5;
}
.news-item.news-style-merino .image {
  padding: 5px 5px 0 5px;
}
.news-item.news-style-merino .heading {
  color: #000000;
  margin-left: 5px;
}
.news-item.news-style-merino .tag {
  color: #000000;
  background: transparent;
}
.news-item.news-style-merino .read-more .link {
  color: #000000;
  margin-left: 5px;
}
.news-item.news-style-merino .ingress {
  color: #000000;
  margin-left: 5px;
}
.news-item .image {
  display: block;
}
.news-item .link {
  text-decoration: none;
}
.news-item .heading {
  font-weight: 500;
  color: #000000;
  font-size: 50px;
  margin: 15px 3px;
}
.news-item .tag {
  color: #ffffff;
  background: #f5441e;
  text-transform: uppercase;
  padding: 2px 5px;
  margin-right: 3px;
  font-weight: bold;
}
.news-item .ingress {
  color: #000000;
  line-height: 24px;
  margin: 0 3px;
  display: block;
}
.news-item .read-more {
  padding: 5px 0 10px 0;
  margin: 0 3px;
}
.news-item .read-more .link {
  text-decoration: underline;
  color: #1e558e;
}
.ne-content-top-line {
  margin-top: 0px;
  margin-bottom: 8px;
}
.ne-content-top-line .window-banner .banner-mark {
  left: -34px;
  bottom: 16px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ne-content-top-line .window-banner > a,
.ne-content-top-line .window-banner .banner-box {
  width: 723px;
  height: 90px;
  display: block;
}
.ne-content-top-line .ne-today {
  padding: 6px 18px 0 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
  display: block;
}
.ne-content-top-line .ne-today .day,
.ne-content-top-line .ne-today .day-name,
.ne-content-top-line .ne-today .month {
  display: block;
}
.ne-content-top-line .ne-today .day {
  font-size: 22px;
  border-top: 1px solid #828282;
  border-bottom: 1px solid #828282;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 50px;
  overflow: hidden;
  width: 57px;
  height: 57px;
  border: none;
  text-indent: -999px;
  background: url(../images/elements/toTop.png) no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#breadcrumbs {
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: uppercase;
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
  line-height: 13px;
  margin-top: 15px;
  margin-bottom: 13px;
}
#breadcrumbs .separator {
  font-size: 11px;
  color: #aaaaaa;
}
#breadcrumbs .bc-link {
  color: #aaaaaa;
  font-size: 11px;
  padding: 0 5px;
}
#breadcrumbs .bc-link.active {
  color: #3f3f3f;
}
.page-content {
  padding-left: 0px;
}
#page-9 .sub-header {
  font-size: 18px;
}
#page-9 h2.event-headline {
  display: inline-block;
  text-align: center;
  width: 135px;
  line-height: 36px;
  background: #f5441e;
  border-radius: 8px;
  color: #ffffff;
  font-size: 22px;
  position: relative;
  margin: 0;
}
#page-9 .event-timeline {
  margin-top: 25px;
  position: relative;
  padding-bottom: 1px;
}
#page-9 .event-timeline .event-line {
  background: #f5441e;
  position: absolute;
  width: 3px;
  height: 100%;
  left: 67px;
  top: 0;
}
#page-9 .event-timeline .event-box {
  border: 1px solid #d4d4d4;
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background: white;
  margin: 25px 10px 25px 105px;
  padding: 15px 20px;
  position: relative;
}
#page-9 .event-timeline .event-box .event-dot {
  position: absolute;
  background: #f5441e;
  border: 3px solid #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 45px;
  top: 28px;
  left: -48px;
}
#page-9 .event-timeline .event-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 14px 13px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -14px;
  top: 26px;
}
#page-9 .event-timeline .event-box:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 15px 14px 0;
  border-color: transparent #d4d4d4 transparent transparent;
  left: -15px;
  top: 25px;
}
#page-9 .event-timeline .event-box .year {
  display: block;
  color: #a3a3a3;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
#page-9 .event-timeline .event-box .title {
  font-weight: bold;
}
#page-9 .event-timeline .event-box:last-child {
  margin-bottom: 20px;
}
.page-container {
  margin-top: 16px;
}
.listing-category-box {
  border: 1px solid #d9d9d9;
  background: #ecf0f1;
  margin-bottom: 20px;
  position: relative;
}
.listing-category-box .body {
  padding: 8px 10px;
  min-height: 192px;
}
.listing-category-box .body .listing-subcategories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.listing-category-box .body .listing-subcategory {
  margin-bottom: 1px;
}
.listing-category-box .body .listing-subcategory.hidden {
  display: none;
}
.listing-category-box .body .listing-subcategory-link {
  display: block;
  line-height: 23px;
  height: 23px;
  background: #f4f6f7;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 14px;
  position: relative;
  padding: 0 32px 0 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-category-box .body .listing-subcategory-link:hover {
  background: #fafafa;
}
.listing-category-box .body .listing-subcategory-link .count {
  position: absolute;
  right: 8px;
}
.listing-category-box .heading {
  background: #ffffff;
  height: 62px;
  width: 100%;
}
.listing-category-box .heading .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 80px;
  color: #ffffff;
  font-size: 21px;
  top: 11px;
  left: 11px;
}
.listing-category-box .heading .title,
.listing-category-box .heading .subcategory-count {
  width: 170px;
  overflow: hidden;
  padding: 0px 0px 0 0px;
  font-size: 20px;
  height: 40px;
  top: 11px;
  line-height: 40px;
  left: 62px;
}
.listing-category-box .heading .subcategory-count {
  left: auto;
  right: 11px;
  width: 50px;
  text-align: right;
}
.listing-category-box .heading .subcategory-count,
.listing-category-box .heading .icon,
.listing-category-box .heading .title {
  display: block;
  position: absolute;
}
.search-form-window .search-form-label {
  text-align: right;
  line-height: 30px;
  font-size: 15px;
}
.search-form-window .search-form-checkbox-label {
  line-height: 30px;
}
.search-form-window .search-form-checkbox-label.text-center {
  text-align: center;
}
.search-form-window input[type=text],
.search-form-window select {
  border-radius: 0;
}
.search-form-window input[type=radio] {
  margin: 0;
}
.listing-search-form {
  position: relative;
}
.listing-search-form #listing-search {
  display: block;
  width: 236px;
  border: 1px solid #d9d9d9;
  background: #f8fafa;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  box-shadow: none;
  padding-right: 34px;
  height: 24px;
  line-height: 24px;
}
.listing-search-form #listing-search:focus {
  box-shadow: none;
}
.listing-search-form .listing-search-submit-button {
  display: none;
}
.listing-search-form .listing-search-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  line-height: 34px;
  text-align: center;
  color: #7c7d7d;
}
.listing-search-form .listing-search-icon:hover {
  color: #444;
  text-decoration: none;
}
.listing-window {
  border: 1px solid #d9d9d9;
  background: #ecf0f1;
  margin-bottom: 20px;
  position: relative;
}
.listing-window .body {
  background: #ecf0f1;
  padding: 36px 12px 12px 12px;
}
.listing-window .body.company-detail {
  padding: 24px;
}
.listing-window .body.company-detail #gmap {
  outline: 1px solid #888a8b;
}
.listing-window .body.company-detail .contact-info .company-name {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}
.listing-window .body.company-detail .contact-info .contact-info-row {
  position: relative;
  padding-left: 38px;
  margin-bottom: 16px;
  color: #6a6c6d;
  font-size: 14px;
}
.listing-window .body.company-detail .contact-info .contact-info-row .contact-icon {
  position: absolute;
  top: 0px;
  width: 30px;
  text-align: center;
  left: 2px;
  font-size: 21px;
  color: #bbbebf;
}
.listing-window .body.company-detail .description {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.listing-window .body.company-detail .index-image {
  border: 1px solid #d2d6d7;
  background: #ffffff;
  padding: 9px;
  max-width: 810px;
  margin-bottom: 20px;
  float: left;
  margin-right: 15px;
}
.listing-window .listing-search-form {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 9;
}
.listing-window.listing-window-detail .heading .title-link {
  color: #000000;
  text-decoration: none !important;
}
.listing-window.listing-window-detail .heading .title {
  width: 800px;
}
.listing-window .heading {
  background: #ffffff;
  height: 62px;
  width: 100%;
}
.listing-window .heading .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 80px;
  color: #ffffff;
  font-size: 21px;
  top: 11px;
  left: 11px;
}
.listing-window .heading .title {
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  font-size: 20px;
  line-height: 40px;
  top: 11px;
  left: 58px;
}
.listing-window .heading .icon,
.listing-window .heading .title {
  display: block;
  position: absolute;
}
.company {
  background: #ffffff;
  border: 1px solid #d9ddde;
  position: relative;
  margin-bottom: 26px;
}
.company .index-image {
  position: absolute;
  border: 1px solid #d9ddde;
  padding: 2px;
  width: 238px;
  height: 129px;
  left: 11px;
  top: 13px;
  background: white;
}
.company.with-image .content {
  min-height: 130px;
  margin-left: 264px;
}
.company.with-image .content .slogan,
.company.with-image .content .title {
  max-width: 400px;
  display: block;
}
.company.without-image .content {
  min-height: 85px;
}
.company.without-image .content .slogan,
.company.without-image .content .title {
  max-width: 600px;
  display: block;
}
.company.type3 {
  background: #fffaa1;
}
.company .content {
  margin: 17px;
  position: relative;
}
.company .content .title-link {
  text-decoration: none !important;
}
.company .content .title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #4d4d4d;
  text-decoration: none;
}
.company .content .slogan {
  font-size: 15px;
}
.company .content .address {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #4c4c4c;
}
.company .content .address .aicon {
  color: #b2b2b2;
  font-size: 24px;
  position: relative;
  top: 4px;
}
.company .content .address .address-info {
  margin-right: 25px;
}
.company .content .social {
  position: absolute;
  top: 4px;
  right: 4px;
}
.company .content .social .social-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
  color: #b2b2b2;
}
.company .content .social .social-link:hover {
  color: #666;
}
.company .content .showmore {
  position: absolute;
  right: 0;
  bottom: 0;
}
.company .content .showmore .showmore-button {
  display: inline-block;
  background: #929292;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 30px;
  border-radius: 5px;
}
#searchResults {
  margin-top: 25px;
}
#searchResults .result {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
  padding-bottom: 20px;
  padding-top: 10px;
}
#searchResults .result .highlight {
  background: #ed4542;
  color: #ffffff;
}
#searchResults .result a:hover {
  color: #ed4542;
}
#searchResults .result .search-link {
  font-size: 11px;
}
#searchResults .result .search-index {
  margin-bottom: 0;
}
#searchResults .result .search-title {
  font-size: 22px;
}
#searchResults .result .search-date {
  font-size: 12px;
  line-height: 12px;
}
.article img[style*="float: left"] {
  margin: 0 13px 8px 0;
}
.article img[style*="float: right"] {
  margin: 0 0 8px 13px;
}
.article {
  font-size: 16px;
  line-height: 150%;
}
.faq-list {
  list-style: none;
  margin: 15px 0 10px 0;
  border-top: 1px solid #d9d9d9;
  padding: 0;
}
.faq-list .faq-list-item {
  border-bottom: 1px solid #d9d9d9;
}
.faq-list .question {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 20px 12px 20px 48px;
  display: block;
}
.faq-list .handle {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 1px;
  top: 18px;
  background: black;
  color: white;
}
.faq-list .handle .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-size: 14px;
  transition: top 0.2s;
}
.faq-list .handle .icon.icon-minus {
  top: 30px;
}
.faq-list .faq-list-item.open .handle .icon.icon-plus {
  top: -30px;
}
.faq-list .faq-list-item.open .handle .icon.icon-minus {
  top: 0px;
}
.faq-list .answer {
  padding-left: 48px;
  padding-bottom: 16px;
  transition: height 0.2s;
  display: none;
}
.faq-list .faq-list-item.open .answer {
  display: block;
}
.highslide-gallery {
  margin-top: 25px;
}
.highslide-gallery>.row .gallery-item {
  position: relative;
}
.highslide-gallery .highslide {
  border: 1px solid #f3f3f2;
  margin-bottom: 30px;
  background: #f5f5f5;
  text-align: center;
  display: block;
  color: inherit;
}
.highslide-gallery .highslide:hover {
  text-decoration: none;
}
.highslide-gallery .highslide img {
  border: none;
}
.highslide-gallery .highslide h6 {
  margin: 0;
  line-height: 34px;
  height: 34px;
  border: 1px solid #f3f3f2;
  padding: 0 40px 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666666;
  font-size: 16px;
  text-align: left;
  background: #f5f5f5 url(../images/zoom.png) no-repeat top right;
  display: block;
}
@media (max-width: 767px) {
  .highslide-gallery .highslide h6 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .highslide-gallery .highslide h6 {
    font-size: 14px;
  }
}
.page-press-release .intro-text {
  margin: 25px 0;
}
.page-press-release .result-info {
  margin: 10px 0;
}
.page-press-release .press-release-article__description {
  margin-top: 25px;
}
.page-press-release .result-item__date {
  font-style: italic;
}
.page-press-release .press-release-article__headline {
  font-size: 26px;
  margin: 0 0 25px 0;
}
.page-press-release .press-release-nav {
  margin-top: 25px;
}
.page-press-release .result-item {
  padding: 5px 0 5px 25px;
  position: relative;
}
.page-press-release .result-item:before {
  position: absolute;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f04b";
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 9px;
  left: 10px;
  font-size: 10px;
}
.page-lists .list-box.withoutImage .list-item {
  padding-left: 10px;
}
.page-lists .list-item {
  padding-right: 10px;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
  background: #f1f1f1;
}
.page-lists .list-item .details {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: left;
}
.page-lists .list-item .details .title {
  font-size: 20px;
}
.page-lists .list-item .details .description {
  font-size: 16px;
}
.page-lists .list-item .thumb {
  padding-right: 0;
}
.page-lists .list-item .description {
  padding: 10px 0 0 0;
}
#sidebar {
  border: 1px solid #e5e5e5;
  background: #fcfcfc;
  padding: 8px 10px;
  border-radius: 1px;
}
.news-page-item .index-image-text {
  border: 1px solid #bebebc;
  background: #e7e7e7;
  font-size: 13px;
  padding: 4px 12px;
  margin-top: 4px;
}
.news-page-item .index-text {
  font-size: 18px;
  line-height: 150%;
}
.news-page-item .meta {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 3px 0;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.news-page-item .meta .tag {
  color: #ffffff;
  background: #f5441e;
  text-transform: uppercase;
  padding: 0px 5px;
  margin-right: 3px;
  font-weight: bold;
  display: inline-block;
}
.news-page-item .meta .name {
  display: inline-block;
  color: #555555;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 300;
}
.news-page-item .meta .value {
  font-weight: 600;
}
.news-page-item .meta .author {
  padding-right: 36px;
  border-right: 1px solid #cccccc;
}
.news-page-item .social-share {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 3px 0;
}
.news-page-item .social-share .addthis_sharing_toolbox {
  background: #f7f7f7;
  padding: 5px 5px 0 5px;
}
.news-page-item .social-facebook-like {
  padding: 20px 5px 20px 5px;
}
.news-page-item .window-bot-news {
  margin-bottom: 20px;
}
.news-page-item .window-bot-news .news-item .heading {
  font-size: 18px;
  margin: 12px 3px 8px 3px;
  line-height: 22px;
}
.news-page-item .window-bot-news .news-item .ingress {
  font-size: 14px;
  line-height: 18px;
}
.news-page-item .sub-headline {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 30px 0 10px 0;
}
.news-page-item .news-related-list {
  list-style: none;
  margin: 0 0 30px 40px;
}
.news-page-item .news-related-list .link {
  color: #1d1562;
  font-size: 13px;
  text-decoration: none;
}
.news-page-item .news-related-list .link .headline {
  text-decoration: underline;
}
.news-page-item .news-related-list .link .date {
  color: #555555;
}
.highslide-gallery {
  margin: 35px 0;
}
.highslide-link {
  display: block;
}
.highslide-img {
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #bec0bf;
  padding: 4px;
  display: block;
}
.page-headline {
  font-size: 48px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.subpage > .container {
  width: auto;
}
.news-template-n1 .news-item .heading {
  font-size: 50px;
  line-height: 50px;
}
.news-template-n2 .news-item .heading {
  font-size: 32px;
  line-height: 32px;
  padding-right: 15px;
}
.news-template-n3 .news-item .heading {
  font-size: 24px;
  line-height: 24px;
}
.news-template-n4 .news-template-n4-big-news .news-item .heading {
  font-size: 32px;
  line-height: 32px;
}
.news-template-n4 .news-template-n4-small-news .news-item .heading {
  font-size: 24px;
  line-height: 24px;
}
.page-headline-link {
  color: #000000;
  text-decoration: none;
}
.page-headline-link:hover {
  text-decoration: none;
  color: #000000;
}
.image-alt-text {
  padding: 4px 8px;
  background: rgba(0,0,0,0.8);
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
}
.span9 .news-item .ingress {
  display: none;
}
.span9 .news-item .read-more {
  display: none;
}
.span9 .news-item .heading {
  padding-bottom: 20px;
}
