@charset "UTF-8";
/* CSS Document */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=bc207864-f2dc-43c6-998d-dae85c320435");
@font-face {
  font-family: "HelveticaNeueW01-45Ligh";
  src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
  src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("../fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"), url("../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("../fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("../fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg"); }
@font-face {
  font-family: "HelveticaNeueW01-55Roma";
  src: url("../fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
  src: url("../fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("../fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"), url("../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("../fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("../fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg"); }
/* ----------------------------------------------------------------------------------------------- */
/* Mixins - START */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Mixins - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Accessibility Tools - START */
/* ----------------------------------------------------------------------------------------------- */
.accessible-content {
  position: absolute;
  top: -999em;
  left: -999em; }

/* ----------------------------------------------------------------------------------------------- */
/* Accessibility Tools - START */
/* ----------------------------------------------------------------------------------------------- */
html, body {
  height: 100%; }

html {
  font-size: 16px;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #FFFFFF;
  color: #000000;
  padding: 100px 0 0 0;
  margin: 0;
  font-size: 18px;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
  font-weight: 100;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  cursor: auto; }
  @media only screen and (max-width: 1000px) {
    body {
      padding-right: 10px;
      padding-left: 10px; } }
  @media only screen and (max-width: 599px) {
    body {
      padding-top: 120px; } }

/* ----------------------------------------------------------------------------------------------- */
/* Header - START */
/* ----------------------------------------------------------------------------------------------- */
.fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
  background: #FFFFFF; }

header {
  line-height: 1; }
  @media only screen and (max-width: 1000px) {
    header {
      margin: 0 10px 0 -10px; } }
  header .head {
    background: #FFFFFF;
    height: 70px; }
  header .shadow {
    -webkit-box-shadow: 0px 3px 8px #999999;
    -moz-box-shadow: 0px 3px 8px #999999;
    -ms-box-shadow: 0px 3px 8px #999999;
    box-shadow: 0px 3px 8px #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  header a {
    border: 0; }
  header .logo {
    margin: 5px -20px 0 0;
    border: 0; }
    @media only screen and (max-width: 1000px) {
      header .logo {
        margin: 12px -10px 0 10px; } }
    @media only screen and (max-width: 599px) {
      header .logo {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 0;
        margin: 12px -10px 0 10px;
        width: 88px !important; } }

/* ----------------------------------------------------------------------------------------------- */
/* Header - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Breadcrumb - START */
/* ----------------------------------------------------------------------------------------------- */
.breadcrumb {
  display: block;
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 599px) {
    .breadcrumb {
      display: none;
      position: relative;
      top: auto;
      left: auto; } }
  .breadcrumb ul {
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    list-style-type: none;
    list-style-position: outline;
    list-style-image: none;
    text-indent: 0;
    margin: 0 0 0 -5px; }
    @media only screen and (max-width: 1000px) {
      .breadcrumb ul {
        margin: 0 0 0 -5px; } }
    .breadcrumb ul li {
      float: left;
      padding: 0;
      margin: 0 0px 0 0; }
      .breadcrumb ul li:before {
        content: "–" " ";
        color: #656565;
        position: relative;
        top: 3px; }
      .breadcrumb ul li:first-child {
        padding: 0 10px 0 0; }
        .breadcrumb ul li:first-child:before {
          content: " "; }
      .breadcrumb ul li a {
        position: relative;
        top: 3px;
        color: #656565;
        border: 0;
        margin: 0 0 0 5px; }
        .breadcrumb ul li a.act {
          color: #000000; }

/* ----------------------------------------------------------------------------------------------- */
/* Breadcrumb - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Main - START */
/* ----------------------------------------------------------------------------------------------- */
.welcome-image {
  width: 100%;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 599px) {
    .welcome-image {
      margin-top: -50px; } }

h1.welcome {
  font-size: 34px;
  font-weight: 400;
  max-width: 980px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }
  @media only screen and (max-width: 599px) {
    h1.welcome {
      margin-top: auto; } }
  h1.welcome span {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 20px 10px 20px !important;
    background: #FFFFFF;
    opacity: 0.85; }
    @media only screen and (max-width: 1000px) {
      h1.welcome span {
        padding: 10px !important; } }
    @media only screen and (max-width: 599px) {
      h1.welcome span {
        margin-top: auto; } }
    @media only screen and (max-width: 599px) {
      h1.welcome span {
        margin-bottom: auto; } }

.scrollbox {
  display: block;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden; }
  @media only screen and (min-width: 1000px) {
    .scrollbox #arrowR, .scrollbox #arrowL {
      display: none; } }
  @media only screen and (max-width: 1000px) {
    .scrollbox #arrowR {
      position: absolute;
      top: auto;
      right: 20px;
      background-image: url("../images/scroller-scrollbox.png");
      background-repeat: repeat;
      width: 30px;
      cursor: pointer;
      z-index: 1; }
      .scrollbox #arrowR div {
        position: relative;
        top: 50%;
        display: block;
        background-image: url("../images/icons/sprites.png");
        background-repeat: no-repeat;
        background-size: 405px 400px;
        background-position: -273px -124px;
        width: 15px;
        height: 24px;
        margin-left: 7px;
        margin-top: -24px; }
    .scrollbox #arrowL {
      position: absolute;
      top: auto;
      right: auto;
      background-image: url("../images/scroller-scrollbox.png");
      background-repeat: repeat;
      width: 30px;
      cursor: pointer;
      z-index: 1; }
      .scrollbox #arrowL div {
        position: relative;
        top: 50%;
        display: block;
        background-image: url("../images/icons/sprites.png");
        background-repeat: no-repeat;
        background-size: 405px 400px;
        background-position: -248px -266px;
        width: 15px;
        height: 24px;
        margin-left: 7px;
        margin-top: -24px; }
    .scrollbox .item {
      float: left;
      position: relative; } }
  .scrollbox .content {
    position: relative;
    display: table;
    width: 940px;
    height: 100%;
    margin: 0; }
    .scrollbox .content div {
      position: relative;
      float: left;
      display: inlin-block;
      width: 100%;
      height: 100%;
      margin: 0;
      overflow: hidden; }
      .scrollbox .content div table {
        display: table;
        width: 100%;
        height: 100%;
        margin-bottom: 0; }

.button-red, .button-grey, .button-black {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
  font-weight: 100;
  font-size: 22px;
  color: #FFFFFF;
  padding: 10px 20px;
  margin: 0 20px 20px 0;
  white-space: nowrap; }
  .button-red:hover, .button-red:active, .button-red:focus, .button-grey:hover, .button-grey:active, .button-grey:focus, .button-black:hover, .button-black:active, .button-black:focus {
    color: #FFFFFF; }
  @media only screen and (max-width: 599px) {
    .button-red, .button-grey, .button-black {
      display: block;
      width: 100%;
      margin: 0 0 20px 0; } }

.button-table-red, .button-table-grey, .button-table-black {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
  font-weight: 100;
  font-size: 14px;
  color: #FFFFFF;
  padding: 3px 10px;
  margin: -5px 0;
  white-space: nowrap; }
  .button-table-red:hover, .button-table-red:active, .button-table-red:focus, .button-table-grey:hover, .button-table-grey:active, .button-table-grey:focus, .button-table-black:hover, .button-table-black:active, .button-table-black:focus {
    color: #FFFFFF; }
  @media only screen and (max-width: 599px) {
    .button-table-red, .button-table-grey, .button-table-black {
      width: auto !important;
      font-size: 16px;
      padding: 8px 13px; } }

.button-red, .button-table-red {
  background: #FF0000;
  border: 1px solid #FF0000; }
  .button-red:hover, .button-red:active, .button-red:focus, .button-table-red:hover, .button-table-red:active, .button-table-red:focus {
    background: #000000;
    border: 1px solid #000000; }

.button-grey, .button-table-grey {
  background: #CBCBCB;
  border: 1px solid #CBCBCB; }
  .button-grey:hover, .button-grey:active, .button-grey:focus, .button-table-grey:hover, .button-table-grey:active, .button-table-grey:focus {
    background: #000000;
    border: 1px solid #000000; }

.button-black, .button-table-black {
  background: #000000;
  border: 1px solid #000000; }
  .button-black:hover, .button-black:active, .button-black:focus, .button-table-black:hover, .button-table-black:active, .button-table-black:focus {
    background: #CBCBCB;
    border: 1px solid #CBCBCB; }

button.button-red, button.button-grey, button.button-black {
  border-top: 0;
  border-bottom: 0; }
  button.button-red:hover, button.button-red:active, button.button-red:focus, button.button-grey:hover, button.button-grey:active, button.button-grey:focus, button.button-black:hover, button.button-black:active, button.button-black:focus {
    border-top: 0;
    border-bottom: 0; }
  @media only screen and (max-width: 599px) {
    button.button-red, button.button-grey, button.button-black {
      display: block;
      width: 100%;
      margin: 0 0 20px 0; } }

.button-column1 {
  display: block;
  padding: 0 0 0 0;
  margin: 0 -39px 16px 0px !important;
  clear: both; }
  @media only screen and (max-width: 1000px) {
    .button-column1 {
      margin: 0 -19px 1px 0px !important; } }
  @media only screen and (max-width: 599px) {
    .button-column1 {
      margin: 0 0 1px -0px !important; } }
  .button-column1 .button-red, .button-column1 .button-grey, .button-column1 .button-black {
    display: block;
    width: 100%; }

.button-column2 {
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 16px 0 !important;
  clear: both; }
  @media only screen and (max-width: 1000px) {
    .button-column2 {
      margin: 0 0 1px 0 !important; } }
  @media only screen and (max-width: 599px) {
    .button-column2 {
      margin: 0 0 1px 0 !important; } }
  .button-column2 .button-red, .button-column2 .button-grey, .button-column2 .button-black {
    display: block;
    width: 100%; }

/* Responsive Tabellen */
table {
  position: relative;
  float: left;
  display: table;
  width: 100%;
  height: 100% important;
  border-collapse: separate;
  border-spacing: 0;
  padding: 0;
  margin: 0 0 1.125em 0; }
  table th {
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    background: #000000;
    padding: 10px 5px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #CBCBCB;
    border-left: 1px solid #000000; }
    table th:last-child {
      border-right: 1px solid #000000; }
  table tr:nth-of-type(even) {
    background-color: #E5E5E5; }
  table tr td {
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #000000;
    text-align: left;
    vertical-align: top;
    padding: 10px 5px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB; }
    table tr td:last-child {
      border-right: 1px solid #CBCBCB; }

@media (max-width: 599px) {
  .responsive-table {
    width: 100%;
    margin: 0 0 1.125em 0; }
    .responsive-table thead {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
    .responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
      display: block; }
    .responsive-table th, .responsive-table td {
      font-size: 14px;
      padding: 10px 5px;
      vertical-align: top; }
    .responsive-table th a {
      font-weight: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
      color: #FFFFFF;
      border-bottom: 0; }
      .responsive-table th a:visited .responsive-table td a .responsive-table td a:visited {
        font-weight: 100;
        color: #E5E5E5;
        text-decoration: underline; }
      .responsive-table th a:hover, .responsive-table th a:focus, .responsive-table th a.active .responsive-table td a:hover {
        color: #E5E5E5;
        text-decoration: none; }
    .responsive-table caption {
      margin-bottom: 1em;
      font-size: 1em;
      font-weight: 600;
      text-align: center; }
    .responsive-table tbody tr {
      margin-bottom: 16px; }
    .responsive-table tbody th[scope="row"] {
      font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
      background-color: #000000;
      border-top: 1px solid #000000;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000; }
    .responsive-table tbody td {
      border-left: 1px solid #CBCBCB;
      border-right: 1px solid #CBCBCB;
      border-bottom: 1px solid #CBCBCB;
      text-align: right;
      background-color: transparent; }
    .responsive-table tbody td[data-title]:before {
      font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
      font-size: 14px;
      font-weight: 600;
      content: attr(data-title);
      float: left;
      color: #000000; } }
@media (min-width: 600px) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto; }
  .responsive-table tr {
    display: table-row; }
  .responsive-table th, .responsive-table td {
    border-bottom: 1px solid #CBCBCB;
    display: table-cell; }
  .responsive-table tbody {
    display: table-row-group; }
    .responsive-table tbody tr {
      display: table-row;
      border-width: 1px; }
    .responsive-table tbody th[scope="row"] {
      font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
      font-weight: 100;
      font-size: 14px;
      border-top: 0;
      background-color: transparent;
      color: #000000;
      border-left: 1px solid #CBCBCB; }
    .responsive-table tbody td {
      background: transparent;
      text-align: left; }
      .responsive-table tbody td[data-title]:before {
        content: none; } }
/* ----------------------------------------------------------------------------------------------- */
/* Main - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Footer - START */
/* ----------------------------------------------------------------------------------------------- */
.footer ul, .social ul {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  color: #000000;
  font-weight: 100;
  list-style-type: none;
  list-style-position: outline;
  list-style-image: none;
  text-indent: -9px;
  padding: 0;
  margin: 0 0 16px 0; }
  .footer ul li, .social ul li {
    float: left;
    padding: 0;
    margin-left: 0 !important; }
    .footer ul li:before, .social ul li:before {
      content: " ";
      line-height: 0; }

.footer {
  display: block;
  height: 22px;
  padding: 0;
  margin: 40px 0 60px -5px; }
  .footer ul {
    margin: 0;
    text-indent: 0;
    padding: 0; }
    @media only screen and (max-width: 799px) {
      .footer ul {
        margin: 0; } }
    .footer ul li {
      border-right: 1px solid #000000;
      height: 20px;
      padding: 0 10px;
      margin-right: 0 !important;
      margin-left: 5px !important; }
      @media only screen and (max-width: 799px) {
        .footer ul li {
          float: none;
          border-right: 0;
          margin-left: -4px !important; } }
      .footer ul li:first-child {
        margin-left: 0;
        padding-left: 0;
        clear: both !important; }
        @media only screen and (max-width: 799px) {
          .footer ul li:first-child {
            margin: 0 0 15px 0; } }
      .footer ul li:last-child {
        padding-right: 0;
        border-right: 0; }
      .footer ul li ul {
        display: block;
        margin: 0 -10px 0 -2px;
        padding: 0;
        clear: both !important; }
        @media only screen and (max-width: 799px) {
          .footer ul li ul {
            margin-left: 8px; } }
        .footer ul li ul li {
          height: 20px;
          float: left;
          border-right: 1px solid #000000;
          padding: 0 10px !important;
          margin-left: 5px !important; }
          .footer ul li ul li:first-child {
            margin-left: -6px !important; }
          .footer ul li ul li:last-child {
            padding-right: 0;
            border-right: 0; }
      .footer ul li a {
        color: #000000;
        border-bottom: 0; }

.social {
  display: block;
  height: 20px;
  padding: 0;
  margin: 43px 0 60px 0; }
  @media only screen and (max-width: 599px) {
    .social {
      margin: 25px 0 60px 0; } }
  .social ul {
    float: right;
    text-indent: 0; }
    @media only screen and (max-width: 799px) {
      .social ul {
        margin-top: 17px; } }
    .social ul li {
      float: left;
      height: 35px;
      margin-left: 20px !important; }
      @media only screen and (max-width: 420px) {
        .social ul li {
          float: none; } }
      .social ul li:last-child {
        float: right; }
      .social ul li a {
        display: block;
        width: 25px;
        height: 25px;
        border: 0; }

.item-twitter, .item-facebook, .item-youtube, .item-googleplus, .item-xing {
  background-image: url("../images/icons/sprites.png");
  background-repeat: no-repeat;
  background-size: 405px 400px; }

.item-twitter {
  margin-top: -0px !important;
  background-position: -100px -54px;
  height: 19px;
  width: 24px; }

.item-twitter:hover {
  background-position: -99px -94px; }

.item-facebook {
  margin-top: -3px !important;
  background-position: -10px -139px;
  height: 24px;
  width: 11px; }

.item-facebook:hover {
  background-position: -72px -139px; }

.item-youtube {
  margin-top: 2px !important;
  background-position: -234px -10px;
  height: 15px;
  width: 22px; }
  @media only screen and (max-width: 799px) {
    .item-youtube {
      margin-top: 8px !important; } }

.item-youtube:hover {
  background-position: -234px -80px; }

.item-googleplus {
  margin-top: -2px !important;
  background-position: -10px -50px;
  height: 25px;
  width: 24px; }

.item-googleplus:hover {
  background-position: -101px -10px; }

.item-xing {
  margin-top: -2px !important;
  background-position: -267px -8px;
  height: 21px;
  width: 24px; }

.item-xing:hover {
  background-position: -267px -47px; }

/* ----------------------------------------------------------------------------------------------- */
/* Footer - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Semantic - START */
/* ----------------------------------------------------------------------------------------------- */
p {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 100;
  margin: 0 0 16px 0; }
  p .small {
    font-size: 14px; }
  p .x-small {
    font-size: 12px; }

a {
  color: #45637B;
  text-decoration: none;
  border-bottom: 1px solid #45637B;
  padding-bottom: 1px;
  cursor: pointer; }
  a:hover, a:active, a:focus {
    color: #000000;
    border-bottom: 0; }

ul {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 100;
  list-style-type: none;
  list-style-position: outline;
  list-style-image: none;
  text-indent: -9px;
  padding: 0;
  margin: 0 0 16px 9px; }
  ul li {
    padding: 0;
    margin-left: 0 !important; }
    ul li:before {
      content: "·" " ";
      line-height: 0; }
    ul li.no-list:before {
      content: " ";
      margin-left: 7px; }
    ul li.pdf-list {
      text-indent: 0px; }
      ul li.pdf-list:before {
        content: " ";
        margin-left: 0; }

table {
  padding: 0;
  border: 0;
  margin: 0 0 16px 0; }
  table thead tr.ui-datatable-odd, table tbody tr.ui-datatable-odd, table tfoot tr.ui-datatable-odd {
    background: #E5E5E5 !important; }
  table thead tr.ui-datatable-even, table tbody tr.ui-datatable-even, table tfoot tr.ui-datatable-even {
    background: #FFFFFF !important; }
  table thead tr th, table tbody tr th, table tfoot tr th {
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    text-align: left !important;
    vertical-align: top !important;
    background: #000000 !important;
    padding: 10px 5px !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #CBCBCB !important;
    border-left: 1px solid #CBCBCB !important; }
    table thead tr th:last-child, table tbody tr th:last-child, table tfoot tr th:last-child {
      border-right: 1px solid #000000 !important; }
    @media only screen and (min-width: 561px) {
      table thead tr th.col-slim, table tbody tr th.col-slim, table tfoot tr th.col-slim {
        width: 20px; } }
    @media only screen and (min-width: 561px) {
      table thead tr th .head-responsive, table tbody tr th .head-responsive, table tfoot tr th .head-responsive {
        display: none; } }
    @media only screen and (max-width: 560px) {
      table thead tr th .head-nonresponsive, table tbody tr th .head-nonresponsive, table tfoot tr th .head-nonresponsive {
        display: none; } }
    table thead tr th a.info, table tbody tr th a.info, table tfoot tr th a.info {
      vertical-align: middle !important;
      display: inline-block;
      background-image: url("../images/icons/sprites.png");
      background-repeat: no-repeat;
      background-size: 405px 400px;
      background-position: -375px -224px;
      height: 23px !important;
      width: 23px !important;
      margin: -7px 0 -5px 0px !important;
      border-bottom: 0; }
  table thead tr td, table tbody tr td, table tfoot tr td {
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #000000;
    text-align: left !important;
    vertical-align: top !important;
    padding: 10px 5px !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #CBCBCB !important;
    border-left: 1px solid #CBCBCB !important; }
    table thead tr td:last-child, table tbody tr td:last-child, table tfoot tr td:last-child {
      border-right: 1px solid #CBCBCB !important; }

.datatable-noneresponsive table thead tr th.col-slim, .datatable-noneresponsive table tbody tr th.col-slim, .datatable-noneresponsive table tfoot tr th.col-slim {
  width: 33px; }

.datatable-responsive.expandable table {
  border: 0 none;
  border-collapse: inherit;
  table-layout: auto;
  overflow-x: hidden;
  overflow-y: hidden; }
  @media only screen and (min-width: 561px) {
    .datatable-responsive.expandable table {
      border-right: 1px solid #CBCBCB;
      border-left: 1px solid #CBCBCB; } }
  @media only screen and (max-width: 560px) {
    .datatable-responsive.expandable table {
      border-top: 1px solid #CBCBCB !important; } }
  @media only screen and (min-width: 561px) {
    .datatable-responsive.expandable table thead tr th:last-child span, .datatable-responsive.expandable table tbody tr th:last-child span, .datatable-responsive.expandable table tfoot tr th:last-child span {
      display: none; } }
  @media only screen and (min-width: 561px) {
    .datatable-responsive.expandable table thead tr th:first-child, .datatable-responsive.expandable table thead tr td:first-child, .datatable-responsive.expandable table tbody tr th:first-child, .datatable-responsive.expandable table tbody tr td:first-child, .datatable-responsive.expandable table tfoot tr th:first-child, .datatable-responsive.expandable table tfoot tr td:first-child {
      border-left: 0 !important; }
    .datatable-responsive.expandable table thead tr th:last-child, .datatable-responsive.expandable table thead tr td:last-child, .datatable-responsive.expandable table tbody tr th:last-child, .datatable-responsive.expandable table tbody tr td:last-child, .datatable-responsive.expandable table tfoot tr th:last-child, .datatable-responsive.expandable table tfoot tr td:last-child {
      background: transparent;
      font-size: 1px;
      padding: 0 !important;
      min-width: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important; }
      .datatable-responsive.expandable table thead tr th:last-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table thead tr th:last-child .ui-icon-circle-triangle-s, .datatable-responsive.expandable table thead tr td:last-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table thead tr td:last-child .ui-icon-circle-triangle-s, .datatable-responsive.expandable table tbody tr th:last-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table tbody tr th:last-child .ui-icon-circle-triangle-s, .datatable-responsive.expandable table tbody tr td:last-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table tbody tr td:last-child .ui-icon-circle-triangle-s, .datatable-responsive.expandable table tfoot tr th:last-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table tfoot tr th:last-child .ui-icon-circle-triangle-s, .datatable-responsive.expandable table tfoot tr td:last-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table tfoot tr td:last-child .ui-icon-circle-triangle-s {
        background-image: none;
        height: 1px !important;
        width: 1px !important;
        margin: 0 !important; } }
  @media only screen and (max-width: 560px) {
    .datatable-responsive.expandable table thead tr th, .datatable-responsive.expandable table thead tr td, .datatable-responsive.expandable table tbody tr th, .datatable-responsive.expandable table tbody tr td, .datatable-responsive.expandable table tfoot tr th, .datatable-responsive.expandable table tfoot tr td {
      border-right: 1px solid #CBCBCB !important; }
      .datatable-responsive.expandable table thead tr th:first-child, .datatable-responsive.expandable table thead tr td:first-child, .datatable-responsive.expandable table tbody tr th:first-child, .datatable-responsive.expandable table tbody tr td:first-child, .datatable-responsive.expandable table tfoot tr th:first-child, .datatable-responsive.expandable table tfoot tr td:first-child {
        background: transparent;
        border: 0;
        font-size: 1px;
        padding: 0 !important;
        width: 1px !important;
        border-bottom: 0 !important;
        margin-bottom: -3px; }
        .datatable-responsive.expandable table thead tr th:first-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table thead tr th:first-child .ui-icon-circle-triangle-s, .datatable-responsive.expandable table thead tr td:first-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table thead tr td:first-child .ui-icon-circle-triangle-s, .datatable-responsive.expandable table tbody tr th:first-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table tbody tr th:first-child .ui-icon-circle-triangle-s, .datatable-responsive.expandable table tbody tr td:first-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table tbody tr td:first-child .ui-icon-circle-triangle-s, .datatable-responsive.expandable table tfoot tr th:first-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table tfoot tr th:first-child .ui-icon-circle-triangle-s, .datatable-responsive.expandable table tfoot tr td:first-child .ui-icon-circle-triangle-e, .datatable-responsive.expandable table tfoot tr td:first-child .ui-icon-circle-triangle-s {
          background-image: none;
          height: 1px !important;
          width: 1px !important;
          margin: 0 !important; }
      .datatable-responsive.expandable table thead tr th:last-child, .datatable-responsive.expandable table thead tr td:last-child, .datatable-responsive.expandable table tbody tr th:last-child, .datatable-responsive.expandable table tbody tr td:last-child, .datatable-responsive.expandable table tfoot tr th:last-child, .datatable-responsive.expandable table tfoot tr td:last-child {
        min-width: 100% !important; }
        .datatable-responsive.expandable table thead tr th:last-child span, .datatable-responsive.expandable table thead tr th:last-child div, .datatable-responsive.expandable table thead tr td:last-child span, .datatable-responsive.expandable table thead tr td:last-child div, .datatable-responsive.expandable table tbody tr th:last-child span, .datatable-responsive.expandable table tbody tr th:last-child div, .datatable-responsive.expandable table tbody tr td:last-child span, .datatable-responsive.expandable table tbody tr td:last-child div, .datatable-responsive.expandable table tfoot tr th:last-child span, .datatable-responsive.expandable table tfoot tr th:last-child div, .datatable-responsive.expandable table tfoot tr td:last-child span, .datatable-responsive.expandable table tfoot tr td:last-child div {
          float: left !important; } }
  @media only screen and (min-width: 561px) {
    .datatable-responsive.expandable table thead tr th:first-child, .datatable-responsive.expandable table tbody tr th:first-child, .datatable-responsive.expandable table tfoot tr th:first-child {
      border-left: 1px solid #000000 !important; }
    .datatable-responsive.expandable table thead tr th:last-child, .datatable-responsive.expandable table tbody tr th:last-child, .datatable-responsive.expandable table tfoot tr th:last-child {
      border-right: 1px solid #000000 !important; } }

.datatable-responsive table {
  border: 0 none;
  border-collapse: inherit;
  table-layout: auto;
  overflow-x: hidden;
  overflow-y: hidden; }
  @media only screen and (max-width: 560px) {
    .datatable-responsive table {
      border-top: 1px solid #CBCBCB !important; } }
  @media only screen and (max-width: 560px) {
    .datatable-responsive table thead tr th, .datatable-responsive table thead tr td, .datatable-responsive table tbody tr th, .datatable-responsive table tbody tr td, .datatable-responsive table tfoot tr th, .datatable-responsive table tfoot tr td {
      border-right: 1px solid #CBCBCB !important; } }
  @media only screen and (min-width: 561px) {
    .datatable-responsive table thead tr th:first-child, .datatable-responsive table tbody tr th:first-child, .datatable-responsive table tfoot tr th:first-child {
      border-left: 1px solid #000000 !important; }
    .datatable-responsive table thead tr th:last-child, .datatable-responsive table tbody tr th:last-child, .datatable-responsive table tfoot tr th:last-child {
      border-right: 1px solid #000000 !important; } }

.more {
  text-decoration: none;
  color: #45637B !important;
  border-bottom: 0; }
  .more:before {
    content: ' ';
    display: inline-block;
    white-space: nowrap;
    background-image: url("../images/icons/sprites.png");
    background-repeat: no-repeat;
    background-size: 405px 400px;
    background-position: -309px -148px;
    width: 13px;
    height: 20px;
    margin-bottom: -4px;
    margin-right: 5px; }
  .more:hover, .more:active, .more:focus {
    color: #000000 !important; }
    .more:hover:before, .more:active:before, .more:focus:before {
      background-position: -309px -78px; }

.back {
  text-decoration: none;
  color: #45637B !important;
  border-bottom: 0; }
  .back:before {
    content: ' ';
    display: inline-block;
    white-space: nowrap;
    background-image: url("../images/icons/sprites.png");
    background-repeat: no-repeat;
    background-size: 405px 400px;
    background-position: -344px -77px;
    width: 13px;
    height: 20px;
    margin-bottom: -4px;
    margin-right: 5px; }
  .back:hover, .back:active, .back:focus {
    color: #000000 !important; }
    .back:hover:before, .back:active:before, .back:focus:before {
      background-position: -344px -7px;
      background-image: url("../images/icons/sprites.png");
      background-repeat: no-repeat;
      background-size: 405px 400px; }

.ok, .nok {
  display: block;
  padding: 0;
  float: left !important;
  vertical-align: middle !important;
  background-image: url("../images/icons/sprites.png");
  background-repeat: no-repeat;
  background-size: 405px 400px; }

.ok {
  background-position: -204px -180px;
  margin: 0px 10px -2px 0 !important;
  height: 18px;
  width: 14px; }

.nok {
  background-position: -201px -146px;
  margin: 2px 10px -1px 0 !important;
  height: 13px;
  width: 13px; }

td span.ok, td span.nok {
  display: block;
  float: left !important;
  height: 18px;
  width: 14px;
  margin: 0 0 0 5px !important; }

/* To us in <a href> stand alone or in list */
.pdf-item {
  vertical-align: middle;
  display: block;
  color: #45637B !important;
  background-image: url("../images/icons/pdf-blue.png");
  background-repeat: no-repeat;
  background-size: 18px 24px;
  padding: 3px 0 0 23px;
  border-bottom: 0;
  margin-bottom: 7px; }
  .pdf-item:hover, .pdf-item:active, .pdf-item:focus {
    color: #000000 !important;
    background-image: url("../images/icons/pdf-black.png"); }

.download-item {
  vertical-align: middle;
  display: block;
  color: #45637B !important;
  background-image: url("../images/icons/download-blue.png");
  background-repeat: no-repeat;
  background-size: 18px 24px;
  padding: 3px 0 0 23px;
  border-bottom: 0;
  margin-bottom: 7px; }
  .download-item:hover, .download-item:active, .download-item:focus {
    color: #000000 !important;
    background-image: url("../images/icons/download-black.png"); }

h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
  font-weight: 100;
  margin: 0; }

h1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px !important; }

h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px !important; }

h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px !important; }

h4 {
  font-size: 18px;
  font-weight: 400; }

h5 {
  font-size: 16px;
  font-weight: 400; }

h6 {
  font-size: 16px;
  font-weight: 400; }

h7 {
  font-size: 16px;
  font-weight: 400; }

hr {
  display: block;
  width: auto;
  height: 1px;
  background-color: #CBCBCB;
  border: 0;
  margin: 0;
  clear: both; }

.black {
  color: #000000 !important; }

.red {
  color: #FF0000; }

.grey-clear {
  color: #E5E5E5; }

.grey-medium {
  color: #CBCBCB; }

.grey-dark {
  color: #999999; }

.font28 {
  font-size: 28px; }

.font22 {
  font-size: 22px; }

.font18 {
  font-size: 18px; }

.font16 {
  font-size: 16px; }

.font14 {
  font-size: 14px; }

.font12 {
  font-size: 12px; }

.fontLight {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important; }

.fontRoman {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important; }

/* ----------------------------------------------------------------------------------------------- */
/* Semantic - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Forms - START */
/* ----------------------------------------------------------------------------------------------- */
fieldset {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important; }
  fieldset legend {
    color: #FFFFFF !important;
    font-size: 0.001em !important; }
    fieldset legend.show {
      font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
      font-size: 22px !important;
      color: #000000 !important;
      padding: 0 20px 8px 20px;
      margin-bottom: 16px;
      border-bottom: 1px solid #CBCBCB;
      width: 100% !important; }
      fieldset legend.show span {
        font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
        color: #000000;
        padding: 0px;
        margin-bottom: 6px; }
      @media only screen and (max-width: 1000px) {
        fieldset legend.show {
          padding: 0 0 8px 0; } }
  fieldset label {
    position: absolute;
    top: auto;
    left: auto;
    font-size: 18px;
    font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
    color: #939393;
    margin: 7px 0 0 20px; }
    @media only screen and (max-width: 599px) {
      fieldset label {
        margin: 7px 0 0 10px; } }
    fieldset label span {
      font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
      color: #000000 !important; }
  fieldset .error strong {
    position: relative;
    top: -22px;
    left: 5px;
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    color: #FFFFFF;
    background: #FF0000;
    width: auto;
    padding: 2px 5px;
    margin: 0; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  border: 1px solid #939393;
  box-shadow: inset 0 0px 0px #CBCBCB;
  display: block;
  margin: 0 0 10px 0;
  padding: 8px 20px;
  height: auto;
  width: 100%;
  text-align: left;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  @media only screen and (max-width: 1000px) {
    input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
      padding: 8px 10px; } }
  input[type="text"]:visited, input[type="password"]:visited, input[type="date"]:visited, input[type="datetime"]:visited, input[type="datetime-local"]:visited, input[type="month"]:visited, input[type="week"]:visited, input[type="email"]:visited, input[type="number"]:visited, input[type="search"]:visited, input[type="tel"]:visited, input[type="time"]:visited, input[type="url"]:visited {
    box-shadow: 0 0 3px #CBCBCB;
    border-color: #E5E5E5;
    outline: none; }
  input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:active, input[type="password"]:focus, input[type="date"]:hover, input[type="date"]:active, input[type="date"]:focus, input[type="datetime"]:hover, input[type="datetime"]:active, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:active, input[type="datetime-local"]:focus, input[type="month"]:hover, input[type="month"]:active, input[type="month"]:focus, input[type="week"]:hover, input[type="week"]:active, input[type="week"]:focus, input[type="email"]:hover, input[type="email"]:active, input[type="email"]:focus, input[type="number"]:hover, input[type="number"]:active, input[type="number"]:focus, input[type="search"]:hover, input[type="search"]:active, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:active, input[type="tel"]:focus, input[type="time"]:hover, input[type="time"]:active, input[type="time"]:focus, input[type="url"]:hover, input[type="url"]:active, input[type="url"]:focus {
    box-shadow: 0 0 3px #CBCBCB;
    border-color: #666666;
    outline: none; }

textarea {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  border: 1px solid #939393;
  box-shadow: inset 0 0px 0px #CBCBCB;
  display: block;
  margin: 0 0 10px 0 !important;
  padding: 8px 20px !important;
  height: auto;
  width: 100%;
  text-align: left;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out !important; }
  @media only screen and (max-width: 1000px) {
    textarea {
      padding: 8px 10px !important; } }
  textarea:visited {
    box-shadow: 0 0 3px #CBCBCB !important;
    border-color: #E5E5E5 !important;
    outline: none; }
  textarea:hover, textarea:active, textarea:focus {
    box-shadow: 0 0 3px #CBCBCB !important;
    border-color: #666666 !important;
    outline: none; }

/* Basic layout for list with radios and checkboxes - start */
.radio-list, .checkbox-list {
  margin: 16px 0 0 0 !important; }
  .radio-list ul, .checkbox-list ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .radio-list ul li, .checkbox-list ul li {
      text-indent: -55px;
      float: left;
      padding: 0 0 0 35px;
      margin: 0 20px 16px 0; }
      @media only screen and (max-width: 599px) {
        .radio-list ul li, .checkbox-list ul li {
          text-indent: -45px;
          padding: 0 0 0 35px;
          width: 100%; } }
      .radio-list ul li:before, .checkbox-list ul li:before {
        content: " ";
        margin-left: 0px; }
      .radio-list ul li input[type="checkbox"],
      .radio-list ul li input[type="radio"], .checkbox-list ul li input[type="checkbox"],
      .checkbox-list ul li input[type="radio"] {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        /*&:focus {
        		+ label {
        				&:before {
        						border-color: $colorForms;
        				}
        		}
        }*/ }
        .radio-list ul li input[type="checkbox"]:hover + label:before, .radio-list ul li input[type="checkbox"]:active + label:before, .radio-list ul li input[type="checkbox"]:focus + label:before,
        .radio-list ul li input[type="radio"]:hover + label:before,
        .radio-list ul li input[type="radio"]:active + label:before,
        .radio-list ul li input[type="radio"]:focus + label:before, .checkbox-list ul li input[type="checkbox"]:hover + label:before, .checkbox-list ul li input[type="checkbox"]:active + label:before, .checkbox-list ul li input[type="checkbox"]:focus + label:before,
        .checkbox-list ul li input[type="radio"]:hover + label:before,
        .checkbox-list ul li input[type="radio"]:active + label:before,
        .checkbox-list ul li input[type="radio"]:focus + label:before {
          border-color: #656565;
          box-shadow: 0 0 5px #CBCBCB !important;
          transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
        .radio-list ul li input[type="checkbox"] + label,
        .radio-list ul li input[type="radio"] + label, .checkbox-list ul li input[type="checkbox"] + label,
        .checkbox-list ul li input[type="radio"] + label {
          font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
          font-size: 16px;
          position: relative;
          padding: 11px 0 0 35px;
          vertical-align: middle;
          user-select: none;
          color: #000000; }
          .radio-list ul li input[type="checkbox"] + label:before,
          .radio-list ul li input[type="radio"] + label:before, .checkbox-list ul li input[type="checkbox"] + label:before,
          .checkbox-list ul li input[type="radio"] + label:before {
            content: '';
            color: #000000;
            position: absolute;
            top: 8px;
            left: 0;
            width: 25px;
            height: 25px;
            border: 1px solid #939393;
            font-size: 18px;
            text-align: center; }
          .radio-list ul li input[type="checkbox"] + label:after,
          .radio-list ul li input[type="radio"] + label:after, .checkbox-list ul li input[type="checkbox"] + label:after,
          .checkbox-list ul li input[type="radio"] + label:after {
            content: '';
            /*border: 1px solid  $colorForms;*/
            background-color: #656565;
            position: absolute;
            top: 14px;
            left: 6px;
            width: 13px;
            height: 13px;
            transform: scale(0);
            transition: transform 200ms ease-out; }
      .radio-list ul li input[type="checkbox"] + label, .checkbox-list ul li input[type="checkbox"] + label {
        font-size: 16px; }
        .radio-list ul li input[type="checkbox"] + label:after, .checkbox-list ul li input[type="checkbox"] + label:after {
          background-color: transparent;
          top: 8px;
          left: 72px;
          transform: rotate(0deg) scale(1.2); }
      .radio-list ul li input[type="checkbox"]:checked + label:after, .checkbox-list ul li input[type="checkbox"]:checked + label:after {
        content: "✓" " "; }
        @media only screen and (max-width: 599px) {
          .radio-list ul li input[type="checkbox"]:checked + label:after, .checkbox-list ul li input[type="checkbox"]:checked + label:after {
            left: 60px; } }
      .radio-list ul li input[type="radio"]:checked + label:before, .checkbox-list ul li input[type="radio"]:checked + label:before {
        animation: borderscale 0.45s ease-in; }
      .radio-list ul li input[type="radio"]:checked + label:after, .checkbox-list ul li input[type="radio"]:checked + label:after {
        transform: scale(1); }
      .radio-list ul li input[type="radio"] + label:before, .radio-list ul li input[type="radio"] + label:after, .checkbox-list ul li input[type="radio"] + label:before, .checkbox-list ul li input[type="radio"] + label:after {
        border-radius: 50%; }
      .radio-list ul li input[type="checkbox"]:checked + label:before, .checkbox-list ul li input[type="checkbox"]:checked + label:before {
        animation: borderscale 0.45s ease-in; }
      .radio-list ul li input[type="checkbox"]:checked + label:after, .checkbox-list ul li input[type="checkbox"]:checked + label:after {
        transform: rotate(0deg) scale(1.2); }
@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 3px #CBCBCB; } }
      .radio-list ul li.nofloat, .checkbox-list ul li.nofloat {
        float: none;
        margin: 16px 0 0 0; }
        .radio-list ul li.nofloat:first-child, .checkbox-list ul li.nofloat:first-child {
          margin: 0; }
        @media only screen and (max-width: 850px) {
          .radio-list ul li.nofloat, .checkbox-list ul li.nofloat {
            float: none; } }
  .radio-list .error strong, .checkbox-list .error strong {
    position: relative;
    top: auto;
    left: auto;
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    color: #FFFFFF;
    background: #FF0000;
    width: auto;
    padding: 2px 5px;
    margin: 0 0 15px 0; }

/* Basic layout for list with radios and checkboxes - end */
/* Layout for radios sex - start */
.firstname {
  border-top: 1px solid transparent; }
  .firstname .name {
    display: block;
    width: 81%;
    height: 49px;
    float: right; }
    @media only screen and (max-width: 850px) {
      .firstname .name {
        width: 79%; } }
    @media only screen and (max-width: 720px) {
      .firstname .name {
        width: 78%; } }
    @media only screen and (max-width: 690px) {
      .firstname .name {
        width: 77%; } }
    @media only screen and (max-width: 650px) {
      .firstname .name {
        width: 76%; } }
    @media only screen and (max-width: 599px) {
      .firstname .name {
        width: 100%; } }
    .firstname .name input[type="text"] {
      margin-top: -1px !important; }
  .firstname .sex {
    display: block;
    width: 82px;
    height: 49px;
    float: left; }
    @media only screen and (max-width: 599px) {
      .firstname .sex {
        margin-left: 10px; } }
    .firstname .sex .sexW input[type="radio"] {
      opacity: 0 !important; }
      .firstname .sex .sexW input[type="radio"] + label {
        position: relative;
        top: -8px;
        left: -20px;
        display: block;
        float: left;
        background-image: url("../images/icons/sprites.png");
        background-repeat: no-repeat;
        background-size: 405px 400px;
        background-position: -366px -146px;
        width: 40px;
        height: 40px;
        border-top: 1px solid #939393;
        border-left: 1px solid #939393;
        border-bottom: 1px solid #939393;
        border-right: 0px solid #939393;
        transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s; }
      .firstname .sex .sexW input[type="radio"]:hover + label, .firstname .sex .sexW input[type="radio"]:active + label, .firstname .sex .sexW input[type="radio"]:focus + label {
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        background-image: url("../images/icons/sprites.png");
        background-position: -366px -146px;
        box-shadow: 0 0 3px #CBCBCB; }
      .firstname .sex .sexW input[type="radio"]:checked + label {
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        background-image: url("../images/icons/sprites.png");
        background-position: -366px -108px;
        box-shadow: 0 0 0 #CBCBCB; }
    .firstname .sex .sexM input[type="radio"] {
      opacity: 0 !important; }
      .firstname .sex .sexM input[type="radio"] + label {
        position: relative;
        top: -55px;
        left: 19px;
        display: block;
        float: left;
        background-image: url("../images/icons/sprites.png");
        background-repeat: no-repeat;
        background-size: 405px 400px;
        background-position: -365px -73px;
        width: 40px;
        height: 40px;
        border-radius: 0;
        border-top: 1px solid #939393;
        border-left: 1px solid #939393;
        border-bottom: 1px solid #939393;
        border-right: 1px solid #939393;
        transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s; }
      .firstname .sex .sexM input[type="radio"]:hover + label, .firstname .sex .sexM input[type="radio"]:active + label, .firstname .sex .sexM input[type="radio"]:focus + label {
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        background-image: url("../images/icons/sprites.png");
        background-position: -365px -73px;
        box-shadow: 0 0 3px #CBCBCB; }
      .firstname .sex .sexM input[type="radio"]:checked + label {
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        background-image: url("../images/icons/sprites.png");
        background-position: -365px -39px;
        box-shadow: 0 0 0 #CBCBCB; }
    .firstname .sex .error strong {
      position: relative;
      top: -66px;
      left: 5px;
      font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif !important;
      font-size: 12px;
      color: #FFFFFF;
      background: #FF0000;
      width: auto;
      padding: 2px 5px;
      margin: 0; }
      @media only screen and (max-width: 599px) {
        .firstname .sex .error strong {
          left: -5px; } }

/* Layout for radios sex - end */
.button-red, .button-grey, .button-black {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
  font-weight: 100;
  font-size: 22px;
  color: #FFFFFF;
  padding: 10px 20px;
  margin: 0 20px 20px 0;
  whitespace: nowrap; }
  .button-red:hover, .button-red:active, .button-red:focus, .button-grey:hover, .button-grey:active, .button-grey:focus, .button-black:hover, .button-black:active, .button-black:focus {
    color: #FFFFFF; }
  @media only screen and (max-width: 599px) {
    .button-red, .button-grey, .button-black {
      display: block;
      width: 100%;
      margin: 0 0 20px 0; } }

.button-table-red, .button-table-grey, .button-table-black {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
  font-weight: 100;
  font-size: 14px;
  color: #FFFFFF;
  padding: 3px 10px;
  margin: -5px 0;
  white-space: nowrap; }
  .button-table-red:hover, .button-table-red:active, .button-table-red:focus, .button-table-grey:hover, .button-table-grey:active, .button-table-grey:focus, .button-table-black:hover, .button-table-black:active, .button-table-black:focus {
    color: #FFFFFF; }
  @media only screen and (max-width: 599px) {
    .button-table-red, .button-table-grey, .button-table-black {
      width: auto !important;
      font-size: 16px;
      padding: 8px 13px; } }

.button-red, .button-table-red {
  background: #FF0000;
  border: 1px solid #FF0000; }
  .button-red:hover, .button-red:active, .button-red:focus, .button-table-red:hover, .button-table-red:active, .button-table-red:focus {
    background: #000000;
    border: 1px solid #000000; }

.button-grey, .button-table-grey {
  background: #CBCBCB;
  border: 1px solid #CBCBCB; }
  .button-grey:hover, .button-grey:active, .button-grey:focus, .button-table-grey:hover, .button-table-grey:active, .button-table-grey:focus {
    background: #000000;
    border: 1px solid #000000; }

.button-black, .button-table-black {
  background: #000000;
  border: 1px solid #000000; }
  .button-black:hover, .button-black:active, .button-black:focus, .button-table-black:hover, .button-table-black:active, .button-table-black:focus {
    background: #CBCBCB;
    border: 1px solid #CBCBCB; }

button.button-red, button.button-grey, button.button-black {
  border-top: 0;
  border-bottom: 0; }
  button.button-red:hover, button.button-red:active, button.button-red:focus, button.button-grey:hover, button.button-grey:active, button.button-grey:focus, button.button-black:hover, button.button-black:active, button.button-black:focus {
    border-top: 0;
    border-bottom: 0; }
  @media only screen and (max-width: 599px) {
    button.button-red, button.button-grey, button.button-black {
      display: block;
      width: 100%;
      margin: 0 0 20px 0; } }

.button-column1 {
  display: block;
  padding: 0 1px 0 0;
  margin: 0 !important;
  clear: both; }
  @media only screen and (max-width: 1000px) {
    .button-column1 {
      margin: 0 -10px 1px 0 !important; } }
  @media only screen and (max-width: 599px) {
    .button-column1 {
      margin: 0 0 0 0 !important; } }
  .button-column1 .button-red, .button-column1 .button-grey, .button-column1 .button-black {
    display: block;
    width: 100%; }

.button-column2 {
  display: block;
  padding: 0 0 0 0;
  margin: 0 !important;
  clear: both; }
  @media only screen and (max-width: 1000px) {
    .button-column2 {
      margin: 0 0px 1px -10px !important; } }
  @media only screen and (max-width: 599px) {
    .button-column2 {
      margin: 0 0 1px 0 !important; } }
  .button-column2 .button-red, .button-column2 .button-grey, .button-column2 .button-black {
    display: block;
    width: 100%; }

@media only screen and (min-width: 767px) {
  .fileupload-small {
    display: none; } }
@media only screen and (max-width: 766px) {
  .fileupload-large {
    display: none; } }
.invalid {
  border: 1px solid red !important; }

/* ----------------------------------------------------------------------------------------------- */
/* Forms - END */
/* ----------------------------------------------------------------------------------------------- */
.dropcontainer {
  border-top: 1px solid #939393;
  position: absolute;
  background: #FFFFFF; }
  .dropcontainer ul {
    position: relative;
    font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    color: #000000;
    border: 1px solid #939393;
    border-top: none;
    background: #FFFFFF;
    list-style-type: none;
    padding: 3px 2px;
    margin: 0;
    width: 100%;
    z-index: 888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .dropcontainer ul li {
      padding: 5px 17px;
      -webkit-transition: all 0.45s ease;
      -moz-transition: all 0.45s ease;
      -o-transition: all 0.55s ease;
      transition: all 0.45s ease; }
      .dropcontainer ul li:before {
        content: " ";
        margin-left: 7px; }
      .dropcontainer ul li a, .dropcontainer ul li a:hover, .dropcontainer ul li a:visited, .dropcontainer ul li a:active, .dropcontainer ul li a:focus {
        border-bottom: 0;
        color: #000000; }
      @media only screen and (max-width: 599px) {
        .dropcontainer ul li {
          padding: 5px 7px; } }
      .dropcontainer ul li:first-child {
        display: none; }
      .dropcontainer ul li:last-child {
        border-bottom: none; }
      .dropcontainer ul li:hover {
        background: #E5E5E5;
        outline: none; }

.trigger {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  color: #000000;
  width: 100%;
  padding: 7px 20px;
  display: block;
  border: 1px solid #939393;
  box-shadow: 0 0 3px transparent;
  background: #FFFFFF url(../images/icons/dropdown-select.gif) 93% center no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  @media only screen and (max-width: 599px) {
    .trigger {
      background: #FFFFFF url(../images/icons/dropdown-select.gif) 97% center no-repeat;
      margin: 0 0 10px 0 !important;
      padding: 7px 10px; } }
  .trigger:hover {
    color: #000000;
    background: #FFFFFF url(../images/icons/dropdown-select.gif) 93% center no-repeat;
    box-shadow: 0 0 3px #E5E5E5;
    border: 1px solid #666666; }
    @media only screen and (max-width: 599px) {
      .trigger:hover {
        background: #FFFFFF url(../images/icons/dropdown-select.gif) 97% center no-repeat; } }

.activetrigger {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  color: #000000;
  width: 100%;
  padding: 7px 20px;
  box-shadow: 0 0 3px transparent;
  background: #FFFFFF url(../images/icons/dropdown-select.gif) 93% center no-repeat;
  display: block;
  border: 1px solid #939393;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 599px) {
    .activetrigger {
      background: #FFFFFF url(../images/icons/dropdown-select.gif) 97% center no-repeat;
      padding: 7px 10px; } }
  .activetrigger:active {
    box-shadow: 0 0 3px #E5E5E5; }

.dropdownhidden {
  display: none; }

.dropdownvisible {
  height: auto; }

@media (max-width: 720px) {
  .trigger, .activetrigger, .dropcontainer ul {
    width: 100% !important; } }
.flyout {
  background-color: #FFFFFF;
  border: 1px solid #CBCBCB;
  -webkit-box-shadow: 3px 3px 8px #999999;
  -moz-box-shadow: 3px 3px 8px #999999;
  -ms-box-shadow: 3px 3px 8px #999999;
  box-shadow: 3px 3px 8px #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  left: auto;
  margin: -15% 0 0 25%;
  padding: 20px;
  position: absolute;
  top: auto;
  visibility: hidden;
  width: 50%;
  z-index: 500; }

/* ----------------------------------------------------------------------------------------------- */
/* Grid - START */
/* ----------------------------------------------------------------------------------------------- */
.row {
  border: 0px solid blue;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0; }
  .row:before {
    content: " ";
    display: table; }
  .row:after {
    content: " ";
    display: table;
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    border: 0px solid green;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    @media only screen and (max-width: 1000px) {
      .row .row {
        margin-left: -10px;
        margin-right: -10px; } }
    .row .row:before {
      content: " ";
      display: table; }
    .row .row:after {
      content: " ";
      display: table;
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        content: " ";
        display: table;
        clear: both; }
    .row .row .row {
      border: 0px solid black;
      width: auto;
      margin-left: -20px;
      margin-right: -20px;
      margin-top: 0;
      margin-bottom: 0;
      max-width: none; }
      @media only screen and (max-width: 1000px) {
        .row .row .row {
          margin-left: -10px;
          margin-right: -10px; } }
      .row .row .row:before {
        content: " ";
        display: table; }
      .row .row .row:after {
        content: " ";
        display: table;
        clear: both; }
      .row .row .row.collapse {
        width: auto;
        margin: 0;
        max-width: none; }
        .row .row .row.collapse:before {
          content: " ";
          display: table; }
        .row .row .row.collapse:after {
          content: " ";
          display: table;
          clear: both; }

.column, .columns {
  border: 0px solid orange;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  width: 100%;
  float: left; }
  @media only screen and (max-width: 1000px) {
    .column, .columns {
      padding-left: 10px;
      padding-right: 10px; } }

[class*="column"] + [class*="column"]:last-child {
  float: right; }
[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; } }
/* ----------------------------------------------------------------------------------------------- */
/* Breakpoint 520px - for Smartphones - START */
/* Breakpoint 520px - for Smartphones - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Breakpoint 599px - for Phablets - START */
@media only screen and (min-width: 599px) {
  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; } }
/* Breakpoint 599px - for Phablets - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Breakpoint 851px - for Tablets and Desktop - START */
@media only screen and (min-width: 851px) {
  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; } }
/* Breakpoint 799px - for Tablets and Desktop - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Grid - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Visibility viewports - START */
/* ----------------------------------------------------------------------------------------------- */
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 599px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 851px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }
/* ----------------------------------------------------------------------------------------------- */
/* Visibility viewports - END */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Helpers - START */
/* ----------------------------------------------------------------------------------------------- */
.left {
  float: left !important; }

.right {
  float: right !important; }

.nofloat {
  float: none; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

.padd-le0 {
  padding-left: 0; }
  @media only screen and (max-width: 1000px) {
    .padd-le0 {
      padding-left: 10px; } }

.padd-le10 {
  padding-left: 10px; }
  @media only screen and (max-width: 599px) {
    .padd-le10 {
      padding-left: 10px; } }

.padd-le20 {
  padding-left: 20px; }
  @media only screen and (max-width: 1000px) {
    .padd-le20 {
      padding-left: 10px; } }

.padd-le40 {
  padding-left: 40px; }
  @media only screen and (max-width: 1000px) {
    .padd-le40 {
      padding-left: 30px; } }

.padd-ri0 {
  padding-right: 0; }
  @media only screen and (max-width: 1000px) {
    .padd-ri0 {
      padding-right: 10px; } }

.padd-ri10 {
  padding-right: 10px; }
  @media only screen and (max-width: 599px) {
    .padd-ri10 {
      padding-right: 10px; } }

.padd-ri20 {
  padding-right: 20px; }
  @media only screen and (max-width: 1000px) {
    .padd-ri20 {
      padding-right: 10px; } }

.padd-ri40 {
  padding-right: 40px; }
  @media only screen and (max-width: 1000px) {
    .padd-ri40 {
      padding-right: 30px; } }

.marg-topbot0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.marg-topbot10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.marg-topbot16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.marg-topbot20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.marg-topbot30 {
  margin-top: 30px !important;
  margin-bottom: 20px !important; }

.marg-topbot40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.marg-topbot50 {
  margin-top: 0px !important;
  margin-bottom: 50px !important; }

.marg-topbot60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.marg-topbot80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.marg-topbot100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.marg-bot0 {
  margin-bottom: 0px !important; }

.marg-bot10 {
  margin-bottom: 10px !important; }

.marg-bot16 {
  margin-bottom: 16px !important; }

.marg-bot20 {
  margin-bottom: 20px !important; }

.marg-bot30 {
  margin-bottom: 30px !important; }

.marg-bot40 {
  margin-bottom: 40px !important; }

.marg-bot50 {
  margin-bottom: 50px !important; }

.marg-bot60 {
  margin-bottom: 60px !important; }

.marg-bot80 {
  margin-bottom: 80px !important; }

.marg-bot100 {
  margin-bottom: 100px !important; }

.marg-top0 {
  margin-top: 0px !important; }

.marg-top10 {
  margin-top: 10px !important; }

.marg-top6 {
  margin-top: 16px !important; }

.marg-top20 {
  margin-top: 20px !important; }

.marg-top30 {
  margin-top: 30px !important; }

.marg-top40 {
  margin-top: 40px !important; }

.marg-top50 {
  margin-top: 50px !important; }

.marg-top60 {
  margin-top: 60px !important; }

.marg-top80 {
  margin-top: 80px !important; }

.marg-top100 {
  margin-top: 100px !important; }

.clear {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid transparent;
  font-size: 1px; }

.clear-both {
  clear: both !important; }

.nobrake {
  white-space: nowrap !important; }

/* --- 5 cols --- */
.col20percent {
  display: block;
  float: left;
  width: 20%;
  height: auto;
  padding-right: 20px; }
  .col20percent:last-child {
    padding-right: 0px; }
  @media only screen and (min-width: 600px) and (max-width: 999px) {
    .col20percent {
      width: 33.3333%;
      padding-right: 10px; } }
  @media only screen and (max-width: 599px) {
    .col20percent {
      width: 100%;
      padding-right: 0px; } }

/* --- 4 cols --- */
.col25percent {
  display: block;
  float: left;
  width: 25%;
  height: auto;
  padding-right: 20px; }
  .col25percent:last-child {
    padding-right: 0px; }
  @media only screen and (min-width: 600px) and (max-width: 999px) {
    .col25percent {
      width: 33.3333%;
      padding-right: 10px; } }
  @media only screen and (max-width: 599px) {
    .col25percent {
      width: 100%;
      padding-right: 0px; } }

/* --- 3 cols --- */
.col33percent {
  display: block;
  float: left;
  width: 33.3333%;
  height: auto;
  padding-right: 20px; }
  .col33percent:last-child {
    padding-right: 0px; }
  @media only screen and (max-width: 599px) {
    .col33percent {
      width: 100%;
      padding-right: 0px; } }

/* ----------------------------------------------------------------------------------------------- */
/* Helpers - END */
/* ----------------------------------------------------------------------------------------------- */
