html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.container, #keyvisual, .row, .content-with-aside, #logo, .tabbar {
  *zoom: 1;
}
.container:before, #keyvisual:before, .row:before, .content-with-aside:before, #logo:before, .tabbar:before, .container:after, #keyvisual:after, .row:after, .content-with-aside:after, #logo:after, .tabbar:after {
  display: table;
  content: "";
}
.container:after, #keyvisual:after, .row:after, .content-with-aside:after, #logo:after, .tabbar:after {
  clear: both;
}

#keyvisual .flex-control-nav {
  display:none;
}

#topnav .hideInTopNav {
  display:none;
}
.showOnlyInTopNav {
  display:none;
}
#topnav .showOnlyInTopNav {
  display:block;
}

.sidebar, .sidebar-right, .sidebar-left, .box, #topnav .searchfield, #keyvisual .text, input[type="text"], input[type="password"],
input[type="email"], input[type="mail"], input[type="number"], input[type="tel"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h4, #topnav .searchfield ::-webkit-input-placeholder, #topnav .searchfield :moz-placeholder, #topnav .searchfield ::-moz-placeholder, #topnav .searchfield :-ms-input-placeholder {
  font-family: "ITCOfficinaSansW01-Disp 921259", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

h1, h2, h3, .subnav .active > a, .subnav .subactive > a, .navbar-header a, b, strong, table th, label {
  font-family: "ITCOfficinaSansW01-Disp 921265", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible {
  display: block !important;
  visibility: visible !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

@media (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
}

.visible-phone {
  display: none;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-tablet {
    display: none;
  }
}

.visible-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: block;
  }
}

@media (min-width: 980px) {
  .hidden-desktop {
    display: none;
  }
}

.visible-desktop {
  display: none;
}
@media (min-width: 980px) {
  .visible-desktop {
    display: block;
  }
}

@media print {
  .hidden-print {
    display: none;
  }
}

.visible-print {
  display: none;
}
@media print {
  .visible-print {
    display: block;
  }
}

.row {
  margin-left: -24px;
}

.container, #keyvisual {
  width: 924px;
  margin: 0 auto;
}

.col-1 {
  width: 55px;
}

.col-2 {
  width: 134px;
}

.col-3 {
  width: 213px;
}

.col-4 {
  width: 292px;
}

.col-5 {
  width: 371px;
}

.col-6 {
  width: 450px;
}

.col-7 {
  width: 529px;
}

.col-8 {
  width: 608px;
}

.col-9 {
  width: 687px;
}

.col-10 {
  width: 766px;
}

.col-11 {
  width: 845px;
}

.col-12 {
  width: 924px;
}

.push-1 {
  margin-left: 103px;
}

.push-2 {
  margin-left: 182px;
}

.push-3 {
  margin-left: 261px;
}

.push-4 {
  margin-left: 340px;
}

.push-5 {
  margin-left: 419px;
}

.push-6 {
  margin-left: 498px;
}

.push-7 {
  margin-left: 577px;
}

.push-8 {
  margin-left: 656px;
}

.push-9 {
  margin-left: 735px;
}

.push-10 {
  margin-left: 814px;
}

.push-11 {
  margin-left: 893px;
}

.push-12 {
  margin-left: 972px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
  }

  .container, #keyvisual {
    width: 724px;
    margin: 0 auto;
  }

  .col-1 {
    width: 42px;
  }

  .col-2 {
    width: 104px;
  }

  .col-3 {
    width: 166px;
  }

  .col-4 {
    width: 228px;
  }

  .col-5 {
    width: 290px;
  }

  .col-6 {
    width: 352px;
  }

  .col-7 {
    width: 414px;
  }

  .col-8 {
    width: 476px;
  }

  .col-9 {
    width: 538px;
  }

  .col-10 {
    width: 600px;
  }

  .col-11 {
    width: 662px;
  }

  .col-12 {
    width: 724px;
  }

  .push-1 {
    margin-left: 82px;
  }

  .push-2 {
    margin-left: 144px;
  }

  .push-3 {
    margin-left: 206px;
  }

  .push-4 {
    margin-left: 268px;
  }

  .push-5 {
    margin-left: 330px;
  }

  .push-6 {
    margin-left: 392px;
  }

  .push-7 {
    margin-left: 454px;
  }

  .push-8 {
    margin-left: 516px;
  }

  .push-9 {
    margin-left: 578px;
  }

  .push-10 {
    margin-left: 640px;
  }

  .push-11 {
    margin-left: 702px;
  }

  .push-12 {
    margin-left: 764px;
  }
}
.container, #keyvisual {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container, #keyvisual {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: 0;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .sidebar-nav, .content-next-to-sidebar {
  float: left;
  min-height: 1px;
  margin-left: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .sidebar-nav, .content-next-to-sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .sidebar-nav, .content-next-to-sidebar {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
}
.sidebar-right, .sidebar-left {
  background-image: url('../images/sidebar-shadow.png?1378905783');
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAHICAQAAADzKZKvAAACjElEQVR4Ae1ZW44CMQyLhztxQE7FGfZOjPejSNV+blzVipqOEF8mieM8plxvvOOFV2SeKxDpc8WlgEMB4wcmt4ddCGCX2zoYutvlYo6AJ2YDGBXdbsJwCNsPBQyn2/ULA/8Hw8g2spbhZ7uiwmBz2882troN3W1Uar0PDYxEvF3PllQJnQQT+P3GXrfPUphWVX62YWq948Axn1thmxdXlJ0Y+j0JEk3fIBIcfluBIjGrIsFXKAi47wwOuDSFtenDELNrJ5HYxqr5jK2WY2knGWFk2IYlZqTAOccHGJrbUGOGRJgKhsp21GI7AhVTJbCN6byBbRcYAUHbBnlCj9kPRoZtaGyjKtsIqJahyRPbUhWVCwOWWYW1awUSm8ExPQxLdk+1nmGYku4l7oCtN2/XnecJLN/0DfVcD5xcmSEoTFpojl2ZLVV1JBh17gwaDP9LWRFwgxvc4O7bDWYT1uAGN3g2BB4UMw2WC4M5BLLBcoP/sswjtU2DZWbAVC27q4qHdE8K4AS8l/U5MwyzyqowPc+suEoxa5nr8sw6eaYxVZ6qYuGSHL1sO9s0DHdv92Re21yhbZ72jmGQJw1bL61gZkuSE24ijEa2EyK5lVnFoOo25b6diFlNFTXL81ARiSFV4yPEPH9oI9vOkkxo+1Z6GNXCoK5tmthm3m1mY6aJbd98vleBGdypsPEYOonU9O+qeTaA9YnxGXC7SMZhZgOkZLkWmCbLukgM9fxJaEvVtr+el8iTltZLoYetKwxujdmY54TSVHn6Y06csnmmrW9PMIWY7a+DrL9W+Addb/r6TuIesXfwyDyztW2ImU3YAfdhTLjdbBssc4flZvvp/iPXwvaTz8g8ZRUmnKIx/wIfUiYxl/Vn6gAAAABJRU5ErkJggg==');
}
@media (max-width: 767px) {
  .sidebar-right, .sidebar-left {
    background: none;
  }
}

.sidebar, .sidebar-right, .sidebar-left {
  min-height: 450px;
}
@media (max-width: 767px) {
  .sidebar, .sidebar-right, .sidebar-left {
    min-height: 0;
  }
}

.sidebar-right {
  padding-left: 42px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sidebar-right {
    padding: 0 15px;
  }
}

.sidebar-left {
  padding-right: 42px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sidebar-left {
    padding: 0 15px;
  }
}

.sidebar-nav {
  width: 213px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar-nav {
    width: 228px;
  }
}

.content-next-to-sidebar {
  width: 687px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-next-to-sidebar {
    width: 476px;
  }
}
@media (max-width: 767px) {
  .content-next-to-sidebar {
    padding: 15px;
    width: 100%;
  }
}

.content-area {
  margin-top: 25px;
}

.content-with-aside .main, .content-with-aside .aside {
  float: left;
}
.content-with-aside .main {
  width: 474px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-with-aside .main {
    width: 372px;
  }
}
@media (max-width: 767px) {
  .content-with-aside .main {
    width: 100%;
  }
}
.content-with-aside .aside {
  margin-left: 55px;
  width: 158px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-with-aside .aside {
    margin-left: 42px;
    width: 124px;
  }
}
@media (max-width: 767px) {
  .content-with-aside .aside {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-with-aside .main, .content-with-aside .aside {
    margin-left: 0;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.content-next-to-sidebar.content-with-aside .main {
  width: 474px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-next-to-sidebar.content-with-aside .main {
    width: 310px;
  }
}
@media (max-width: 767px) {
  .content-next-to-sidebar.content-with-aside .main {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.box {
  border: 1px solid silver;
  -webkit-box-shadow: 0 2px 3px rgba(7, 7, 7, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(7, 7, 7, 0.3);
  box-shadow: 0 2px 3px rgba(7, 7, 7, 0.3);
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.box h2, .box h3 {
  color: #0074bb;
  padding: 15px 15px 0;
}
.box ul, .box ol, .box p {
  padding: 15px 15px 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .box {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}

.box.teaser {
  min-height: 340px;
}
.box.teaser img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .box.teaser {
    width: 300px;
    float: left;
  }
}

h1, h2, h3, h4 {
  margin-bottom: 15px;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 28px;
  line-height: 1.3;
  color: #0074bb;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 27px;
  line-height: 1.3;
  color: #333333;
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.3;
  color: #333333;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.teaser p,
.teaser .text,
p.teaser {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .teaser p,
  .teaser .text,
  p.teaser {
    font-size: 20px;
  }
}

blockquote {
  font-size: 26px;
  line-height: 37px;
  margin-bottom: 25px;
  font-family: HelveticaNeueETW01-46Lt;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
}

@font-face {
  font-family: 'icomoon';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url('../fonts/icomoon.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon-search:before, .icon-plus:before, .collapsable-head:before, .icon-minus:before, .icon-close:before, .icon-circle:before, .icon-checkmark:before, .icon-arrow-up:before, .icon-arrow-up-bold:before, .icon-arrow-right:before, .subnav li:before, .pagination .next:before, .icon-arrow-right-bold:before, .icon-arrow-left:before, .pagination .back:before, .icon-arrow-left-bold:before, .icon-arrow-down:before, .subnav .subactive:before, .icon-arrow-down-bold:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-search:before {
  content: "\f002";
}

.icon-plus:before, .collapsable-head:before {
  content: "\e000";
}

.icon-minus:before, .collapsable.open .collapsable-head:before {
  content: "\e001";
}

.icon-close:before {
  content: "\e002";
}

.icon-circle:before {
  content: "\e003";
}

.icon-checkmark:before {
  content: "\e004";
}

.icon-arrow-up:before {
  content: "\e005";
}

.icon-arrow-up-bold:before {
  content: "\e006";
}

.icon-arrow-right:before, .subnav li:before, .pagination .next:before {
  content: "\e007";
}

.icon-arrow-right-bold:before {
  content: "\e008";
}

.icon-arrow-left:before, .pagination .back:before {
  content: "\e009";
}

.icon-arrow-left-bold:before {
  content: "\e00a";
}

.icon-arrow-down:before, .subnav .subactive:before {
  content: "\e00b";
}

.icon-arrow-down-bold:before {
  content: "\e00c";
}

.icon-small:before, .subnav li:before, .pagination .back:before, .pagination .next:before {
  font-size: 0.5em;
  position: relative;
  bottom: 2px;
}

.icon-padding:before, .collapsable-head:before {
  padding-right: 8px;
}

#header {
  position: relative;
}

#logo {
  display: block;
}
#logo img {
  display: block;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  #logo img {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #logo {
    padding: 15px;
  }
}

#lang-switch {
  position: absolute;
  left: 0;
  bottom: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #lang-switch {
    padding: 15px;
  }
}

.nav, .subnav, .news-list {
  list-style: none;
  padding-left: 0;
}

.nav-inline li {
  display: inline-block;
}
.nav-inline li + li:before {
  content: "|";
}

.tabbar a {
  color: #333333;
}
.tabbar a:hover {
  color: #333333;
}
.tabbar li {
  float: left;
  position: relative;
}
.tabbar li.right {
  float: right;
}
.tabbar li.active {
  background: #e0e3e6;
}
.tabbar li:hover {
  background: #0074bb;
}
.tabbar li:hover > a, .tabbar li:hover > span {
  color: white;
}
.tabbar li > a, .tabbar li > span {
  display: block;
  padding: 0 15px;
}
.tabbar li.open > a, .tabbar li.open > span {
  background: #0074bb;
  color: white;
}
.tabbar > li:hover:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  content: " ";
  background: rgba(255, 255, 255, 0);
}

.subnav {
  font-size: 18px;
  line-height: 28px;
}
.subnav li {
  padding-left: 14px;
  position: relative;
  word-break: break-word;
}
.subnav li:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
}
.subnav a {
  display: inline-block;
  color: #333333;
}
.subnav .active > a {
  color: #0074bb;
}
.subnav ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
.subnav ul {
  display: none;
}
.subnav .active ul, .subnav .subactive ul {
  display: block;
}

#topnav {
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  -webkit-box-shadow: 0 4px 6px rgba(184, 184, 184, 0.5);
  -moz-box-shadow: 0 4px 6px rgba(184, 184, 184, 0.5);
  box-shadow: 0 4px 6px rgba(184, 184, 184, 0.5);
  font-size: 19px;
  line-height: 40px;
}
#topnav form {
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  #topnav form.search {
    width: 100px;
    position: absolute;
    right: 0;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
  #topnav form.search.focus {
    width: 200px;
  }
}
#topnav .input-addon {
  display: inline-block;
  position: absolute;
  padding-left: 8px;
  color: #666666;
}
#topnav .input-addon + input {
  padding-left: 40px;
}
#topnav .searchfield {
  margin: 0;
  height: 40px;
  display: block;
  border: 0;
  width: 100%;
  background: #e9ecf1;
}
#topnav .searchfield:focus {
  background: #d7d7d7;
  outline: 0;
  -webkit-box-shadow: inset 0 0 3px rgba(7, 7, 7, 0.4);
  -moz-box-shadow: inset 0 0 3px rgba(7, 7, 7, 0.4);
  box-shadow: inset 0 0 3px rgba(7, 7, 7, 0.4);
}
#topnav .searchfield ::-webkit-input-placeholder {
  color: #666666;
}
#topnav .searchfield :moz-placeholder {
  color: #666666;
}
#topnav .searchfield ::-moz-placeholder {
  color: #666666;
}
#topnav .searchfield :-ms-input-placeholder {
  color: #666666;
}

#lang-switch {
  font-size: 14px;
  line-height: 1.5;
}
#lang-switch a {
  color: #333333;
  display: inline-block;
}
#lang-switch .active a, #lang-switch a:hover {
  color: #0074bb;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid #afafaf;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin-top: 15px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu li {
  float: none;
}
.dropdown-menu li:hover {
  background: white;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #666666;
  white-space: nowrap;
}
.dropdown-menu {
  background: white;
  border: 1px solid #afafaf;
}
.dropdown-menu:after, .dropdown-menu:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 10px;
  left: 20px;
  margin-left: -10px;
}
.dropdown-menu:before {
  border-color: rgba(175, 175, 175, 0);
  border-bottom-color: #afafaf;
  border-width: 11px;
  left: 20px;
  margin-left: -11px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #0074bb;
  background-color: white;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #999999;
}

.dropdown-menu > li a {
  padding: 6px 15px;
  display: block;
}
.dropdown-menu > li + li a {
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url('../images/dropdown-seperator.png?1378905783');
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKMAAAABCAQAAAAYsdbuAAAAP0lEQVR4AWNcL8XAysACxBDIBiHBmA2dBSGhkAWEgZAZhMGQiWFwgX8Mf4HwH8MfNPgbDn/hJmEQXTfcVBQAAM7yL7EB8/SiAAAAAElFTkSuQmCC');
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid black;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@-moz-keyframes drop-it {
  0% {
    display: none;
    opacity: 0;
    -moz-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
  }

  1% {
    display: block;
  }

  100% {
    opacity: 1;
    -moz-transform: rotateX(0);
    transform: rotateX(0);
  }
}

@-webkit-keyframes drop-it {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
  }

  1% {
    display: block;
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

@-o-keyframes drop-it {
  0% {
    display: none;
    opacity: 0;
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
  }

  1% {
    display: block;
  }

  100% {
    opacity: 1;
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}

@keyframes drop-it {
  0% {
    display: none;
    opacity: 0;
    transform: rotateX(-60deg);
  }

  1% {
    display: block;
  }

  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}

.dropdown-menu {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0 0 50%;
  -moz-transform-origin: 50% 0 0 50%;
  -ms-transform-origin: 50% 0 0 50%;
  -o-transform-origin: 50% 0 0 50%;
  transform-origin: 50% 0 0 50%;
}

li:hover > .dropdown-menu {
  display: block;
  -webkit-animation: drop-it 0.2s ease-in-out;
  -moz-animation: drop-it 0.2s ease-in-out;
  -o-animation: drop-it 0.2s ease-in-out;
  animation: drop-it 0.2s ease-in-out;
}

.navbar-header a {
  padding: 0 15px;
  color: #666666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-header .icon-bar {
  background: #b1b1b1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.open .navbar-header {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1338;
  background: #0074bb;
}
.open .navbar-header a {
  color: white;
}
.open .navbar-header .icon-bar {
  background-color: white;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  margin-top: 11px;
  padding: 0;
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
}
.navbar-toggle:hover {
  cursor: pointer;
}

.icon-bar {
  display: block;
  width: 28px;
  height: 2px;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

@media (max-width: 767px) {
  #topnav {
    font-size: 16px;
  }
  #topnav .search .icon-search {
    width: 48px;
    text-align: center;
    padding-left: 0;
  }
  #topnav .search .searchfield {
    padding-left: 48px;
    background: #f4f5f8;
  }

  #topnav .nav, #topnav .subnav, #topnav .news-list {
    display: none;
    z-index: 1337;
  }
  #topnav .nav li, #topnav .subnav li, #topnav .news-list li {
    width: 100%;
    float: none;
    display: block;
    border-top: 1px solid silver;
  }
  #topnav .nav > li > a, #topnav .subnav > li > a, #topnav .news-list > li > a {
    padding-bottom: 0;
    background: #e0e3e6;
    color: #5d5d5d;
    font-family: "ITCOfficinaSansW01-Disp 921265", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    padding-left: 48px;
  }
  #topnav .nav > li > a:before, #topnav .subnav > li > a:before, #topnav .news-list > li > a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-right: 8px;
    font-size: 22px;
    color: #a7a7a7;
    vertical-align: text-bottom;
  }
  #topnav .nav > li.with-subpages > a, #topnav .subnav > li.with-subpages > a, #topnav .news-list > li.with-subpages > a {
    padding-left: 15px;
  }
  #topnav .nav > li.with-subpages > a:before, #topnav .subnav > li.with-subpages > a:before, #topnav .news-list > li.with-subpages > a:before {
    content: "\e000";
  }
  #topnav .nav > li.with-subpages.open > a:before, #topnav .subnav > li.with-subpages.open > a:before, #topnav .news-list > li.with-subpages.open > a:before {
    content: "\e001";
  }

  #topnav li:hover {
    background: none;
  }
  #topnav li:hover > a {
    color: #0074bb;
  }

  #topnav .dropdown-menu {
    position: static;
    border: 0;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    background: white;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #topnav .dropdown-menu:before, #topnav .dropdown-menu:after {
    display: none;
    content: '';
  }
  #topnav .dropdown-menu li a {
    background: none;
    padding: 8px 0 4px 48px;
  }

  #topnav li:hover .dropdown-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar-phone, .sidebar-phone .subsubnav li {
    border-top: 1px solid silver;
  }

  .sidebar-phone {
    border-bottom: 1px solid silver;
  }

  .sidebar-nav {
    display: none;
  }

  .sidebar-phone {
    display: block;
    margin: -25px 0 15px;
    padding: 0;
    width: 100%;
  }
  .sidebar-phone a {
    display: block;
    padding: 8px 15px 4px;
  }
  .sidebar-phone ul {
    margin-bottom: 0;
  }
  .sidebar-phone .navbar-header a {
    background: #e0e3e6;
    color: #5d5d5d;
  }
  .sidebar-phone .subnav li {
    height: auto;
    padding: 0;
    font-size: 16px;
  }
  .sidebar-phone .subnav li:before {
    content: '';
    display: none;
  }
  .sidebar-phone .subnav .subactive > a {
    display: none;
  }
  .sidebar-phone .subnav .subactive > a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e009";
    padding-right: 8px;
    font-size: 0.5em;
    position: relative;
    bottom: 2px;
    font-size: 11px;
  }
  .sidebar-phone .subsubnav a {
    padding-left: 48px;
  }
}
header, footer, article, section, nav, menu, hgroup {
  display: block;
}

body {
  color: #333333;
  font-family: "ITCOfficinaSansW01-Disp 921259", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0074bb;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #005488;
}
a:active, a:focus {
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  padding-left: 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

p {
  margin-bottom: 25px;
}

i, em {
  font-style: italic;
}

hr {
  margin: 25px auto;
  height: 1px;
  background: #ddd;
  border: 0;
}

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

table th, table td {
  padding: 15px 20px;
}
table th {
  border: 0;
}
table td {
  border-top: 1px solid #ddd;
}

#content {
  margin-top: 25px;
}

@media (max-width: 979px) {
  #topnav {
    position: relative;
    z-index: 1337;
  }

  #content {
    margin-top: 0;
  }
}
.content-element {
  margin-bottom: 25px;
}
.content-element .image {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content-element {
    padding: 0 15px;
  }
  .content-element .image {
    padding-top: 15px;
  }
}

.aside {
  font-size: 14px;
  line-height: 1.5;
}

.slider-loading .slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
}
.slider-loading .slide:first-child {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: block;
}

.flex-control-nav {
  clear: both;
  padding-top: 15px;
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
  margin-left: -6px;
}
.flex-control-nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li + li {
  margin-left: 6px;
}

.flex-control-paging li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border: 2px solid #d0d0d0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  background: #a2a2a2;
  border-color: transparent;
}

.collapsable {
  padding: 10px 5px 4px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.collapsable + .collapsable {
  border-top: 0;
}

.collapsable-head {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  vertical-align: top;
}
.collapsable.open .collapsable-head {
  color: #0074bb;
}
.collapsable-head:before {
  font-size: 22px;
  color: #a7a7a7;
}
.collapsable-head:hover {
  cursor: pointer;
  color: #005488;
}

.collapsable-body {
  overflow: hidden;
  padding: 15px 30px;
}

#keyvisual {
  margin-bottom: 25px;
}
@media (max-width: 979px) {
  #keyvisual {
    width: 100%;
  }
}
#keyvisual .slide {
  position: relative;
  overflow: hidden;
}
#keyvisual .slide img {
  max-height: 100%;
  max-width: 100%;
}
#keyvisual .slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.refs-slider .slide .bg {
  position: relative;
  width: 130px;
  height: 60px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #keyvisual .slide .bg {
    position: relative;
    height: 200px;
  }
}
@media (max-width: 479px) {
  #keyvisual .slide .bg {
    position: relative;
    height: 160px;
  }
}
#keyvisual .text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 520px;
  padding: 30px 20px;
	/*
  background-repeat: repeat-y;
  background-position: top left;
  background-image: url('../images/slider-text-bg.png?1378905783');
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgEAAAAOCAYAAAC2L8+dAAAAnElEQVR4Ae3WQQqDMBAF0GlO1Jv1Qj1Gzzd2G4RfBjdd+B6IYzLGBFz8x3p93lX1LIB7OdJ9u2pQT8c69KS5Du93WCP17Oucx4+tvwff6lgP9nEan/dc38eoJ5x9eK48F55/7bNO64z/s4t1rbolAGDVPwEAQgAAIAQAAEIAACAEAABCAAAgBAAAQgAAIAQAAEIAACAEAABCAADwBQaSn0KyrbwsAAAAAElFTkSuQmCC');
  */
}
@media (max-width: 767px) {
  #keyvisual .text {
    position: relative;
    height: auto;
    width: 100%;
    /* background: #0074bb; */
    padding: 15px;
  }
  #keyvisual .text h2 {
    margin-bottom: 0;
  }
  #keyvisual .text p {
    margin-bottom: 0;
  }
}
#keyvisual h2 {
  color: white;
  font-size: 34px;
}
@media (max-width: 767px) {
  #keyvisual h2 {
    font-size: 24px;
  }
}
#keyvisual p {
  color: #b3d3ee;
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 767px) {
  #keyvisual p {
    font-size: 18px;
  }
}
#keyvisual .slider .slide {
  min-height: 201px;
}
@media (max-width: 767px) {
  #keyvisual .slider .slide {
    height: auto;
    min-height: auto;
  }
  .refs-slider .slider .slide {
    height: auto;
	width: 61%;
    min-height: auto;
	left: 39%;
  }
}
#keyvisual .banner {
  height: 200px;
}
@media (max-width: 767px) {
  #keyvisual .banner {
    height: auto;
  }
}
#keyvisual .banner .inner {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  #keyvisual .banner .inner {
    position: relative;
  }
}

.news-list .date {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .news-list .date {
    font-size: 14px;
    line-height: 1.5;
  }
}
.news-list .entry + .entry {
  margin-top: 20px;
  border-top: 1px solid silver;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .news-list .entry + .entry {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media (max-width: 767px) {
  #phone-news-slider {
    margin: 25px 0 0;
    position: relative;
    *zoom: 1;
  }
  #phone-news-slider:before, #phone-news-slider:after {
    display: table;
    content: "";
  }
  #phone-news-slider:after {
    clear: both;
  }
  #phone-news-slider .news-list {
    padding: 0 25px;
    margin-bottom: 0;
  }
  #phone-news-slider h3 {
    padding: 0 25px;
    border-top: 1px solid silver;
    padding-top: 15px;
  }
  #phone-news-slider h3 small {
    font-size: 14px;
    line-height: 1.5;
  }
}
#phone-news-slider .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#phone-news-slider .flex-prev, #phone-news-slider .flex-next {
  position: absolute;
  bottom: 20%;
  font-size: 32px;
  color: silver;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#phone-news-slider .flex-prev {
  left: 0;
}
#phone-news-slider .flex-prev:before {
  content: "\e009";
}
#phone-news-slider .flex-next {
  right: 0;
}
#phone-news-slider .flex-next:after {
  content: "\e007";
}

.news-list-large h3 {
  margin-bottom: 0;
}
.news-list-large .date {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.pagination {
  margin-top: 40px;
  line-height: 1;
}
.pagination a {
  display: inline-block;
  padding: 0 6px 0 4px;
  color: #333333;
}
.pagination a:hover, .pagination a.active {
  color: #0074bb;
}
.pagination .page {
  border-right: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4;
}
.pagination .page + .page {
  border-left: 0;
}

.ref-list {
  text-align: center;
  margin-top: 25px;
  background-image: url('../images/refs-border.png?1378905783');
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA5sAAAADCAQAAAC3v9MoAAAAV0lEQVR4Ae3KwQnAMAxDUdn7D5XJml7qg6Apgl7/MxZWSCkEAABqtVqlkp6de9Ivb+l0+Br9C0aHJuuyF9//AABb2/JrLr88Z60F6+01/TqNJmsJAABkbv98Z4VpchttAAAAAElFTkSuQmCC');
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .ref-list {
    margin: 25px 15px;
    background: none;
    border-top: 1px solid silver;
  }
}
.ref-list img {
  display: block;
  padding: 20px 6px;
  max-width: 96px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .ref-list img {
    padding-bottom: 0;
  }
}
.ref-list .color {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.ref-list a {
  display: inline-block;
}
.ref-list a:hover .grey {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.ref-list a:hover .color {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.button {
  display: inline-block;
  padding: 15px 20px;
  outline: none;
  border: 0;
  background-color: #0074bb;
  color: white;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: "ITCOfficinaSansW01-Disp 921259", "Helvetica Neue", Arial, sans-serif;
  line-height: normal;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  text-decoration: none;
  background-color: #005488;
  color: white;
}

.form-item {
  margin-bottom: 25px;
}

legend {
  margin-bottom: 25px;
}

label {
  font-size: 16px;
  font-family: "ITCOfficinaSansW01-Disp 921259", "Helvetica Neue", Arial, sans-serif;
}

input[type="text"], input[type="password"],
input[type="email"], input[type="mail"], input[type="number"], input[type="tel"],
textarea {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: "ITCOfficinaSansW01-Disp 921259", "Helvetica Neue", Arial, sans-serif;
  padding: 10px;
}

textarea {
  height: 300px;
}

#footer {
  padding: 15px 0;
  background: #efefef;
  font-size: 14px;
  line-height: 1.5;
}
#footer p, #footer ul {
  margin-bottom: 0;
}
#footer ul + p,
#footer ol + p,
#footer p + p {
  margin-top: 25px;
}
#footer, #footer a {
  color: #333333;
}
#footer a:hover {
  color: #005488;
}
@media (max-width: 767px) {
  #footer {
    padding: 15px;
  }
  #footer .col-6 {
    width: 50%;
    float: left;
    word-break: break-word;
  }
}

.row.people {
	margin-top: 30px;
	margin-bottom: 50px;
}
.people .content-element {
	margin-bottom: 0;
}
.people .content-element  p {
	margin-bottom: 15px;
}
.people .content-element  h1, .people .content-element  h2, .people .content-element  h3, .people .content-element  h4, .people .content-element  h5 {
	margin-bottom: 5px;
}
.people hr {
	margin-top: 2px;
	margin-bottom: 15px;
	background: silver
}
.tx-indexedsearch-browsebox {
    list-style-type: none;
    clear: both;
    text-align: center;
}
.tx-indexedsearch-browsebox li {
    display: inline;
    margin-right: 5px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    width: 100px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    width: 150px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
    margin-bottom: 5px;
    margin-top: 10px;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
    font-style: italic;
    font-weight: bold;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
    font-weight: bold;
    text-align: center;
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
    font-style: italic;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: red;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
    background: #eeeeee none repeat scroll 0 0;
}
.tx-indexedsearch-res .tx-indexedsearch-secHead {
    margin-bottom: 5px;
    margin-top: 20px;
}
.tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
    margin-bottom: 0;
    margin-top: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-secHead TD {
    background: #cccccc none repeat scroll 0 0;
    vertical-align: middle;
}
.tx-indexedsearch-res .noResume {
    color: #666666;
}
.tx-indexedsearch-res dt,
.tx-indexedsearch-res dd {
    float: left;
}
.tx-indexedsearch-res {
    clear: both;
}
.tx-indexedsearch-redMarkup {
    color: red;
}
.tx-indexedsearch-res h3 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.tx-indexedsearch-icon {
    display: inline-block;
    height: 16px;
    vertical-align: middle;
}
.tx-indexedsearch-category {
    background: #cccccc none repeat scroll 0 0;
    font-size: 16px;
    font-weight: bold;
}
.tx-indexedsearch-searchbox fieldset label {
    width: 10em;
    display: inline-block;
}
.tx-indexedsearch-searchbox fieldset > div {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.tx-indexedsearch-searchbox-sword {
    width: 50%;
    min-width: 15em;
}
