@charset "UTF-8";
@font-face {
  font-family: 'Titillium Web';
  src: url("../assets/fonts/titilliumweb-light-webfont.eot");
  src: url("../assets/fonts/titilliumweb-light-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/titilliumweb-light-webfont.woff") format("woff"), url("../assets/fonts/titilliumweb-light-webfont.ttf") format("truetype"), url("../assets/fonts/titilliumweb-light-webfont.svg#titillium_weblight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Titillium Web';
  src: url("../assets/fonts/titilliumweb-regular-webfont.eot");
  src: url("../assets/fonts/titilliumweb-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/titilliumweb-regular-webfont.woff") format("woff"), url("../assets/fonts/titilliumweb-regular-webfont.ttf") format("truetype"), url("../assets/fonts/titilliumweb-regular-webfont.svg#titillium_webregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Titillium Web';
  src: url("../assets/fonts/titilliumweb-semibold-webfont.eot");
  src: url("../assets/fonts/titilliumweb-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/titilliumweb-semibold-webfont.woff") format("woff"), url("../assets/fonts/titilliumweb-semibold-webfont.ttf") format("truetype"), url("../assets/fonts/titilliumweb-semibold-webfont.svg#TitilliumWeb-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../assets/fonts/icomoon.eot");
  src: url("../assets/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.woff") format("application/font-woff"), url("../assets/fonts/icomoon.ttf") format("truetype"), url("../assets/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

form .form-control {
  border-color: #c6c6c6;
  border-radius: 0;
  box-shadow: none;
  height: 37px;
  padding: 6px 10px; }
  form .form-control:focus {
    border: 1px solid #c6c6c6;
    box-shadow: none; }
  form .form-control::selection, form .form-control::-moz-selection {
    background: #e7e7e7; }

form .original {
  font-weight: bold; }
  form .original label {
    font-weight: bold; }

form textarea.form-control {
  height: auto; }

form .radio, form .checkbox {
  z-index: 1; }
  form .radio label, form .checkbox label {
    padding-left: 30px; }
    form .radio label input, form .checkbox label input {
      opacity: 0; }

form .radio-inline, form .checkbox-inline {
  padding-left: 30px;
  z-index: 1; }
  form .radio-inline input, form .checkbox-inline input {
    opacity: 0; }

form .radio input + .text, form .radio-inline input + .text,
form .checkbox input + .text, form .checkbox-inline input + .text {
  position: relative;
  z-index: -1; }
  form .radio input + .text:before, form .radio-inline input + .text:before,
  form .checkbox input + .text:before, form .checkbox-inline input + .text:before {
    border: 1px solid #525252;
    content: "";
    display: block;
    height: 15px;
    left: -30px;
    position: absolute;
    top: 4px;
    width: 15px; }

form .radio.disabled input:checked + .text:after, form .radio.original input:checked + .text:after, form .radio-inline.disabled input:checked + .text:after, form .radio-inline.original input:checked + .text:after {
  background: #c6c6c6; }

form .radio input + .text:before, form .radio-inline input + .text:before {
  border-radius: 15px; }

form .radio input:checked + .text:after, form .radio-inline input:checked + .text:after {
  background: #a9d62d;
  border-radius: 11px;
  content: "";
  display: block;
  height: 11px;
  left: -28px;
  position: absolute;
  top: 6px;
  width: 11px; }

form .checkbox.disabled input:checked + .text:after, form .checkbox.original input:checked + .text:after, form .checkbox-inline.disabled input:checked + .text:after, form .checkbox-inline.original input:checked + .text:after {
  color: #c6c6c6; }

form .checkbox input:checked + .text:after, form .checkbox-inline input:checked + .text:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
  content: "";
  color: #90c107;
  display: block;
  font-size: 10px;
  left: -33px;
  position: absolute;
  top: 7px; }

form .invalid {
  background: #ffdddd; }

.btn {
  background: #01aaef;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  padding: 0 35px;
  transition: all 0.30s ease-in-out; }
  .btn:hover, .btn.hover, .btn:active, .btn.active {
    background: #0186bc;
    color: #ffffff; }
  .btn:focus, .btn.focus, .btn:active, .btn.active {
    background: #01aaef;
    box-shadow: none;
    color: #ffffff;
    outline: none; }
    .btn:focus:focus, .btn:focus.focus, .btn.focus:focus, .btn.focus.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
      outline: none; }
  .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn.focus[disabled] {
    background: #25bffe;
    color: #ffffff; }
  .btn.btn-primary {
    background: #1166a8; }
    .btn.btn-primary:hover, .btn.btn-primary.hover, .btn.btn-primary:active, .btn.btn-primary.active {
      background: #0c4a7a; }
    .btn.btn-primary.active:not(:disabled):not(.disabled), .btn.btn-primary:active:not(:disabled):not(.disabled) {
      background: #0c4a7a;
      border-color: #ffffff; }
    .btn.btn-primary.active:focus:not(:disabled):not(.disabled), .btn.btn-primary:active:focus:not(:disabled):not(.disabled) {
      box-shadow: none; }
  .btn.btn-open {
    border: 1px solid #ffffff; }
    .btn.btn-open:hover, .btn.btn-open.hover, .btn.btn-open:active, .btn.btn-open.active {
      border-color: #ffffff;
      box-shadow: none; }

button.close {
  opacity: 1;
  transition: all 0.30s ease-in-out; }

.btn-toolbar {
  margin: 0 0 1em; }
  .btn-toolbar .btn:last-of-type {
    margin: 0; }

.modal .modal-content {
  border-radius: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.45); }
  .modal .modal-content .modal-header {
    border: none;
    padding: 35px 35px 0;
    position: relative; }
    .modal .modal-content .modal-header h4 {
      color: #01aaef;
      font-size: 25px;
      font-weight: 600; }
    .modal .modal-content .modal-header .close {
      text-shadow: none;
      margin: 0;
      position: absolute;
      right: 15px;
      top: 15px; }
      .modal .modal-content .modal-header .close:after {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -1px;
        -webkit-font-smoothing: antialiased;
        margin-left: 5px;
        content: "";
        color: #898989;
        font-size: 16px;
        vertical-align: 0; }
      .modal .modal-content .modal-header .close span:first-of-type {
        display: none; }
  .modal .modal-content .modal-body {
    padding: 15px 55px 15px 35px; }
    .modal .modal-content .modal-body p {
      line-height: normal; }
    .modal .modal-content .modal-body form .form-group {
      font-size: 14px;
      margin-bottom: 17px;
      overflow: hidden; }
      .modal .modal-content .modal-body form .form-group label {
        float: left;
        font-weight: normal;
        line-height: normal;
        margin: 4px 0 0;
        padding-right: 10px;
        width: 210px; }
      .modal .modal-content .modal-body form .form-group .form-control {
        float: right;
        width: calc(100% - 210px); }
      .modal .modal-content .modal-body form .form-group.has-dropdown {
        min-height: 37px;
        overflow: visible; }
        .modal .modal-content .modal-body form .form-group.has-dropdown .dropdown-list.form-control {
          border: none;
          padding: 0; }
          .modal .modal-content .modal-body form .form-group.has-dropdown .dropdown-list.form-control .rw-widget-input {
            border-color: #c6c6c6;
            height: 37px; }
          .modal .modal-content .modal-body form .form-group.has-dropdown .dropdown-list.form-control .rw-dropdown-list-input, .modal .modal-content .modal-body form .form-group.has-dropdown .dropdown-list.form-control .rw-placeholder {
            color: #555;
            font-weight: normal; }
  .modal .modal-content .modal-footer {
    border: none;
    padding: 0 30px 17px 15px; }
    .modal .modal-content .modal-footer .btn {
      float: right;
      margin-left: 20px;
      padding: 0;
      width: 145px; }
      .modal .modal-content .modal-footer .btn:last-of-type {
        margin-left: 0; }

.modal-backdrop.in {
  background-color: #ffffff;
  opacity: 0.7; }

#tabs .nav-tabs {
  border: none;
  margin-bottom: 20px;
  margin-right: 30px; }
  #tabs .nav-tabs > li {
    margin-right: 30px; }
    #tabs .nav-tabs > li:last-child {
      margin-right: 0; }
    #tabs .nav-tabs > li > a {
      border-radius: 0;
      padding: 7px 0; }
      #tabs .nav-tabs > li > a:hover, #tabs .nav-tabs > li > a:focus {
        background: none;
        border-color: #ffffff;
        color: #1166a8;
        outline: none; }
  #tabs .nav-tabs > li.active > a,
  #tabs .nav-tabs li.active > a:hover,
  #tabs .nav-tabs li.active > a:focus {
    border: none;
    border-bottom: 2px solid #1166a8;
    color: #1166a8;
    font-weight: 600; }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  background: #ffffff;
  padding: 5px 20px; }
  .table > thead > tr > th:first-of-type,
  .table > thead > tr > td:first-of-type,
  .table > tbody > tr > th:first-of-type,
  .table > tbody > tr > td:first-of-type,
  .table > tfoot > tr > th:first-of-type,
  .table > tfoot > tr > td:first-of-type {
    padding-left: 10px; }
  .table > thead > tr > th .text,
  .table > thead > tr > td .text,
  .table > tbody > tr > th .text,
  .table > tbody > tr > td .text,
  .table > tfoot > tr > th .text,
  .table > tfoot > tr > td .text {
    padding-right: 20px; }
  .table > thead > tr > th .disabled,
  .table > thead > tr > td .disabled,
  .table > tbody > tr > th .disabled,
  .table > tbody > tr > td .disabled,
  .table > tfoot > tr > th .disabled,
  .table > tfoot > tr > td .disabled {
    opacity: 0.5; }

.table > thead > tr > th {
  background: #cbedfb;
  border-bottom: 5px solid white;
  border-right: 20px solid white;
  color: #1166a8;
  line-height: 30px;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .table > thead > tr > th:last-of-type {
    border-right: none; }
  .table > thead > tr > th.sortable {
    cursor: pointer; }
    .table > thead > tr > th.sortable .sortable-inner {
      display: block;
      position: relative; }
      .table > thead > tr > th.sortable .sortable-inner .order,
      .table > thead > tr > th.sortable .sortable-inner .react-bootstrap-table-sort-order {
        position: absolute;
        right: 0;
        top: 0; }
      .table > thead > tr > th.sortable .sortable-inner .caret {
        border-left-width: 5px;
        border-right-width: 5px;
        border-top-width: 5px; }
      .table > thead > tr > th.sortable .sortable-inner .dropdown, .table > thead > tr > th.sortable .sortable-inner .dropup {
        height: 4px;
        position: absolute;
        right: 0; }
      .table > thead > tr > th.sortable .sortable-inner .dropdown {
        top: 2px; }
      .table > thead > tr > th.sortable .sortable-inner .dropup {
        bottom: 3px; }
        .table > thead > tr > th.sortable .sortable-inner .dropup .caret {
          border-bottom-width: 5px; }

.table > tbody > tr:first-of-type > td {
  border-top: none; }

.table > tbody > tr > td {
  border-top: 1px solid #c6c6c6; }
  .table > tbody > tr > td .row-actions {
    text-align: center; }
    .table > tbody > tr > td .row-actions > div, .table > tbody > tr > td .row-actions > button {
      margin-left: 3px; }
    .table > tbody > tr > td .row-actions > div {
      display: inline-block; }

.table .action-btn {
  background: none;
  font-size: 0;
  height: 24px;
  padding: 0;
  width: 24px; }
  .table .action-btn:before {
    color: #1166a8;
    transition: color 0.30s ease-in-out; }
  .table .action-btn:hover, .table .action-btn.hover, .table .action-btn:active, .table .action-btn.active {
    background: none !important;
    box-shadow: none !important; }
    .table .action-btn:hover:before, .table .action-btn.hover:before, .table .action-btn:active:before, .table .action-btn.active:before {
      color: #1682d6; }
  .table .action-btn.edit-entry:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -1px;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    content: "";
    font-size: 18px; }
  .table .action-btn.edit-scan-entry:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -1px;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    content: "";
    font-size: 16px; }
  .table .action-btn.view-entry:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -1px;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    content: "";
    font-size: 18px; }
  .table .action-btn.delete-entry {
    margin-left: 3px; }
    .table .action-btn.delete-entry:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -1px;
      -webkit-font-smoothing: antialiased;
      margin-left: 5px;
      content: "";
      font-size: 15px; }

.react-bootstrap-table-pagination {
  margin: 0; }
  .react-bootstrap-table-pagination [class*="col-"] {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%; }
  .react-bootstrap-table-pagination .pagination > li > a,
  .react-bootstrap-table-pagination .pagination > li > span {
    border: none;
    border-radius: 0;
    color: #898989; }
    .react-bootstrap-table-pagination .pagination > li > a:hover, .react-bootstrap-table-pagination .pagination > li > a:focus,
    .react-bootstrap-table-pagination .pagination > li > span:hover,
    .react-bootstrap-table-pagination .pagination > li > span:focus {
      background: none; }
  .react-bootstrap-table-pagination .pagination > .active > a,
  .react-bootstrap-table-pagination .pagination > .active > a:hover,
  .react-bootstrap-table-pagination .pagination > .active > a:focus,
  .react-bootstrap-table-pagination .pagination > .active > span,
  .react-bootstrap-table-pagination .pagination > .active > span:hover,
  .react-bootstrap-table-pagination .pagination > .active > span:focus {
    background: none;
    color: #898989;
    font-weight: 600; }

.card-deck {
  justify-content: space-between; }
  .card-deck h2 {
    color: #a9d62d;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: bold !important;
    line-height: 36px;
    margin-left: -1px;
    text-transform: uppercase; }
  .card-deck h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 13px;
    margin-top: 0; }
  .card-deck .card {
    background: #a9d62d;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    padding: 0; }
  .card-deck .card-header {
    background: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0; }
  .card-deck .card-body {
    font-size: 14px; }
    .card-deck .card-body > p {
      margin: 0; }
    .card-deck .card-body > ul {
      font-size: 14px;
      line-height: 1.5em;
      list-style: inside;
      margin-bottom: 4.5em !important;
      margin-top: 0 !important; }
      .card-deck .card-body > ul li.new-line {
        margin-top: 1em; }
    .card-deck .card-body .pricing-text {
      bottom: 0;
      font-family: "Archivo Black", sans-serif;
      font-size: 43px;
      font-weight: bold;
      left: 0;
      padding: 0.5rem 1.25rem;
      position: absolute;
      width: 100%; }
      .card-deck .card-body .pricing-text.last {
        font-size: 27px; }
      .card-deck .card-body .pricing-text .card-title {
        line-height: normal;
        margin-bottom: 0; }
      .card-deck .card-body .pricing-text .info {
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 12px;
        font-weight: 300; }

@media all and (min-width: 544px) and (max-width: 767px) {
  .card-deck {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column; }
    .card-deck .card {
      width: auto; } }

.carousel {
  color: #1166a8; }
  .carousel .carousel-item {
    height: 32rem; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0); }

.jumbotron {
  background: #1166a8;
  border-radius: 0;
  color: #ffffff; }
  .jumbotron h1 {
    color: #ffffff;
    margin-top: 0; }
  .jumbotron.jumbotron-large {
    margin-bottom: 0; }
    .jumbotron.jumbotron-large .row {
      margin: 0 15px; }
      .jumbotron.jumbotron-large .row .col {
        padding: 0 25px; }
    .jumbotron.jumbotron-large .btn-container {
      margin-top: 25px; }
  .jumbotron.jumbotron-small {
    margin-top: 120px;
    padding: 0 2rem; }
    .jumbotron.jumbotron-small .image {
      display: inline-block;
      margin: 0 0 0 37px;
      position: relative;
      top: -52px;
      width: 435px; }
      .jumbotron.jumbotron-small .image img {
        height: auto;
        width: 100%; }
    .jumbotron.jumbotron-small .text {
      display: inline-block;
      font-size: 42px;
      font-weight: 300;
      line-height: 1.5em;
      margin-top: -52px;
      padding-left: 60px;
      padding-right: 25px;
      text-transform: uppercase;
      vertical-align: middle;
      width: calc(100% - 476px); }

@media all and (min-width: 768px) and (max-width: 991px), all and (min-width: 0px) and (max-width: 767px) {
  .jumbotron.jumbotron-small .image, .jumbotron.jumbotron-small .text {
    display: block; }
  .jumbotron.jumbotron-small .image {
    margin: 0 auto;
    max-width: 100%; }
  .jumbotron.jumbotron-small .text {
    margin-top: 0;
    padding-bottom: 1em;
    padding-left: 60px;
    padding-right: 50px;
    text-align: center;
    width: 100%; } }

@media all and (min-width: 0px) and (max-width: 543px) {
  .jumbotron.jumbotron-large .row .col {
    flex-basis: inherit;
    padding: 0; }
  .jumbotron.jumbotron-large .btn-container .btn {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; }
  .jumbotron.jumbotron-small .container {
    padding: 0; }
  .jumbotron.jumbotron-small .text {
    font-size: 1.8em;
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0; } }

.contact-container.no-form {
  text-align: center; }
  .contact-container.no-form .container {
    padding-right: 160px; }
    .contact-container.no-form .container p.intro {
      font-size: 25px;
      font-weight: 300;
      line-height: 35px;
      margin-bottom: 1em; }

.contact-container .container {
  padding: 0 200px 45px 160px; }

.contact-container form .form-control {
  border-color: #01aaef; }

.contact-container form .form-group {
  margin-bottom: 7px;
  overflow: hidden; }
  .contact-container form .form-group.new-line {
    margin-top: 17px; }
  .contact-container form .form-group label {
    float: left;
    line-height: normal;
    margin: 4px 0 0;
    padding-right: 10px;
    width: 180px; }
  .contact-container form .form-group .form-control {
    float: right;
    width: calc(100% - 180px); }

.contact-container form .btn-container {
  margin-top: 27px; }

@media all and (min-width: 0px) and (max-width: 767px) {
  .contact-container.no-form .container {
    padding-right: 55px; }
  .contact-container .container {
    padding: 0 75px 45px 55px; } }

@media all and (min-width: 0px) and (max-width: 543px) {
  .contact-container.no-form .container {
    padding-right: 2rem; }
  .contact-container .container {
    padding: 0 2rem 45px; }
  .contact-container form .form-group label, .contact-container form .form-group .form-control {
    float: none; }
  .contact-container form .form-group label {
    margin-bottom: 5px;
    padding: 0;
    width: auto; }
  .contact-container form .form-group .form-control {
    width: 100%; } }

html, body {
  color: #133579;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-top: 0.2em; }

h1 {
  color: #133579;
  font-size: 52px;
  margin-bottom: 50px;
  margin-top: 52px; }
  @media all and (min-width: 0px) and (max-width: 767px) {
    h1 {
      font-size: 2.2em; } }
  h1 .line {
    border-bottom: 2px solid #01aaef;
    display: block;
    margin: 24px auto 0;
    width: 195px; }

a {
  color: #1166a8; }

p {
  line-height: 1.6em;
  margin: 0 0 2em; }

strong {
  font-weight: bold; }

em {
  font-style: normal;
  font-weight: bold;
  margin-right: 2px;
  text-transform: uppercase; }

body > .container {
  max-width: 1400px;
  overflow: hidden;
  padding: 0; }
  body > .container .container {
    max-width: 1005px; }

header {
  background: url("../images/header-bg.jpg") 0 0/cover no-repeat #ffffff;
  height: 545px;
  position: relative; }
  header .logo-bw, header .logo-zbv {
    left: 37px;
    position: absolute;
    top: 15px;
    z-index: 1; }
  header .logo-zbv {
    left: auto;
    right: 25px;
    text-align: right;
    top: 20px; }
  header .container {
    padding: 0;
    position: relative; }
  header .image {
    height: 430px;
    position: absolute;
    right: 37px;
    top: 90px; }
    header .image img {
      height: 100%;
      width: auto; }

@media all and (min-width: 0px) and (max-width: 1199px) {
  header .logo-zbv {
    right: 20px; } }

@media all and (min-width: 768px) and (max-width: 991px) {
  header .image {
    right: -95px; } }

@media all and (min-width: 0px) and (max-width: 767px) {
  header .logo-bw {
    left: 15px; }
  header .logo-zbv {
    right: 15px;
    top: 28px; }
  header .image {
    right: -175px; } }

@media all and (min-width: 0px) and (max-width: 543px) {
  header .logo-bw img, header .logo-zbv img {
    height: auto;
    width: 100%; }
  header .logo-bw {
    max-width: 362px;
    right: 15px; }
  header .logo-zbv {
    top: 95px; }
    header .logo-zbv img {
      width: 80%; }
  header .image {
    display: none; } }

footer {
  background: #133579;
  color: #ffffff;
  padding: 67px 0 42px; }
  footer .container {
    padding: 0 140px 0 160px; }
  footer .logo-container {
    overflow: hidden; }
    footer .logo-container ul {
      margin: 0;
      padding: 0; }
      footer .logo-container ul li {
        list-style: none; }
      footer .logo-container ul li {
        display: inline-block;
        width: 32%; }
        footer .logo-container ul li img {
          max-width: 100%;
          padding: 0 10px 0 0; }
    footer .logo-container .left, footer .logo-container .right {
      float: left; }
    footer .logo-container .left {
      width: 75%; }
      footer .logo-container .left .row-top {
        margin-bottom: 30px; }
    footer .logo-container .right {
      overflow: hidden;
      width: 24%; }
      footer .logo-container .right .line, footer .logo-container .right ul {
        float: left; }
      footer .logo-container .right .line {
        border-left: 1px solid #ffffff;
        height: 110px;
        margin: 15px 0;
        width: 38px; }
      footer .logo-container .right ul {
        width: calc(100% - 38px); }
        footer .logo-container .right ul li {
          margin-top: 15px;
          width: 100%; }

@media all and (min-width: 0px) and (max-width: 767px) {
  footer .container {
    padding: 0 75px 0 55px; }
  footer .logo-container .right {
    border-left: 1px solid #ffffff;
    padding-bottom: 5%;
    padding-left: 15px; }
    footer .logo-container .right .line, footer .logo-container .right ul {
      float: none; }
    footer .logo-container .right .line {
      display: none; }
    footer .logo-container .right ul {
      width: 100%; }
      footer .logo-container .right ul li {
        margin-top: 18%; } }

@media all and (min-width: 0px) and (max-width: 543px) {
  footer .container {
    padding: 0 2rem; } }

#header-slider .carousel-inner {
  background: none;
  height: 545px; }
  #header-slider .carousel-inner .carousel-item {
    background: none; }
    #header-slider .carousel-inner .carousel-item .carousel-caption {
      bottom: auto;
      color: #133579;
      left: auto;
      margin-top: 220px;
      padding: 0;
      position: relative;
      right: auto; }
      #header-slider .carousel-inner .carousel-item .carousel-caption .text {
        display: inline-block;
        font-size: 42px;
        font-weight: 300;
        padding-left: 60px;
        padding-right: 50px;
        text-transform: uppercase;
        vertical-align: middle;
        width: 60%; }
        #header-slider .carousel-inner .carousel-item .carousel-caption .text p {
          line-height: 50px; }

#header-slider .carousel-indicators {
  bottom: 0;
  margin-bottom: 35px; }
  #header-slider .carousel-indicators li {
    background: transparent;
    border: 1px solid #133579;
    border-radius: 10px;
    height: 10px;
    margin-left: 6px;
    margin-right: 6px;
    width: 10px; }
  #header-slider .carousel-indicators .active {
    background: #133579; }

@media all and (min-width: 768px) and (max-width: 991px) {
  #header-slider .carousel-inner .carousel-item .carousel-caption .text {
    padding-right: 0; } }

@media all and (min-width: 0px) and (max-width: 767px) {
  #header-slider .carousel-inner .carousel-item .carousel-caption .text {
    font-size: 1.8em;
    padding-left: 20px;
    padding-right: 0; }
    #header-slider .carousel-inner .carousel-item .carousel-caption .text p {
      line-height: 1.5em; } }

@media all and (min-width: 0px) and (max-width: 543px) {
  #header-slider .carousel-inner .carousel-item .carousel-caption {
    margin-top: 210px; }
    #header-slider .carousel-inner .carousel-item .carousel-caption .text {
      padding-right: 20px;
      text-align: center !important;
      width: 100%; } }

#feature-slider {
  margin-bottom: 90px; }
  #feature-slider .carousel-inner .carousel-item {
    height: 100%;
    overflow: hidden; }
    #feature-slider .carousel-inner .carousel-item .carousel-caption {
      bottom: auto;
      color: #133579;
      left: auto;
      padding: 0;
      position: relative;
      right: auto; }
    #feature-slider .carousel-inner .carousel-item .text, #feature-slider .carousel-inner .carousel-item .image {
      display: inline-block;
      vertical-align: middle; }
    #feature-slider .carousel-inner .carousel-item .text {
      font-size: 25px;
      font-weight: 300;
      padding: 0 27px 0 0;
      width: 30%; }
      #feature-slider .carousel-inner .carousel-item .text p {
        line-height: 40px;
        margin: 0; }
    #feature-slider .carousel-inner .carousel-item .image {
      border: 1px solid #c6c6c6;
      width: 60%; }
      #feature-slider .carousel-inner .carousel-item .image img {
        height: auto;
        width: 100%; }
  #feature-slider .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
  #feature-slider .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

@media all and (min-width: 768px) and (max-width: 1199px) {
  #feature-slider .carousel-control-next,
  #feature-slider .carousel-control-prev {
    width: 55px; } }

@media all and (min-width: 0px) and (max-width: 767px) {
  #feature-slider {
    margin-bottom: 45px; }
    #feature-slider .carousel-inner .carousel-item .carousel-caption {
      display: flex;
      flex-wrap: wrap; }
    #feature-slider .carousel-inner .carousel-item .text, #feature-slider .carousel-inner .carousel-item .image {
      -moz-box-flex: 1;
      flex-basis: inherit;
      flex-grow: 1;
      width: 100%; }
    #feature-slider .carousel-inner .carousel-item .text {
      margin-top: 1em;
      order: 2;
      padding: 0 15px; }
      #feature-slider .carousel-inner .carousel-item .text p {
        text-align: center; }
    #feature-slider .carousel-inner .carousel-item .image {
      margin: 0 45px;
      order: 1; }
    #feature-slider .carousel-control-next,
    #feature-slider .carousel-control-prev {
      width: 58px; } }

@media all and (min-width: 0px) and (max-width: 543px) {
  #feature-slider .carousel-inner .carousel-item .image {
    margin: 0 25px; }
  #feature-slider .carousel-control-next,
  #feature-slider .carousel-control-prev {
    width: 37px; } }

.image-strip img {
  height: auto;
  width: 100%; }

.expert-container {
  background: #1166a8;
  color: #ffffff;
  height: 87px; }
  .expert-container ul {
    margin: 0;
    padding: 0;
    line-height: 87px;
    text-align: center; }
    .expert-container ul li {
      list-style: none; }
    .expert-container ul li {
      display: inline-block;
      width: 19%; }
      .expert-container ul li img {
        max-width: 100%;
        padding: 0 10px; }

.pricing-container .top-container {
  display: table;
  margin-bottom: 32px;
  margin-top: -20px;
  overflow: hidden; }
  .pricing-container .top-container .col {
    display: table-cell;
    vertical-align: middle; }
    .pricing-container .top-container .col:first-of-type {
      width: 25%; }
      .pricing-container .top-container .col:first-of-type .sticker {
        float: right; }
    .pricing-container .top-container .col:last-of-type {
      font-size: 25px;
      font-weight: 300;
      line-height: 35px;
      padding-left: 5px;
      padding-right: 50px;
      width: 75%; }

@media all and (min-width: 768px) and (max-width: 991px), all and (min-width: 544px) and (max-width: 767px) {
  .pricing-container .top-container .col:last-of-type {
    padding: 0 20px; } }

@media all and (min-width: 544px) and (max-width: 767px) {
  .pricing-container .top-container .col:first-of-type {
    padding: 0 0 0 30px; } }

@media all and (min-width: 0px) and (max-width: 543px) {
  .pricing-container .top-container {
    display: block; }
    .pricing-container .top-container .col {
      display: block;
      vertical-align: inherit; }
      .pricing-container .top-container .col:first-of-type {
        max-width: 100%;
        width: 100%; }
        .pricing-container .top-container .col:first-of-type .sticker {
          float: none;
          margin: 0 auto 1.5em; }
      .pricing-container .top-container .col:last-of-type {
        max-width: 100%;
        padding: 0 30px;
        text-align: center;
        width: 100%; } }

.sticker {
  background: #e2007a;
  border-radius: 145px;
  color: #ffffff;
  height: 145px;
  text-align: center;
  transform: rotate(-10deg);
  width: 145px; }
  .sticker .main-title {
    line-height: normal;
    padding-top: 17px; }
    .sticker .main-title .number {
      font-family: "Archivo Black", sans-serif;
      font-size: 42px; }
    .sticker .main-title .text {
      font-size: 31px;
      font-weight: bold;
      margin-top: -10px;
      text-transform: uppercase; }
    .sticker .main-title .line {
      border-bottom: 1px solid #ffffff;
      display: block;
      margin: 2px auto 7px;
      width: 60px; }
  .sticker .sub-title {
    font-size: 11px;
    line-height: 13px;
    padding: 0 30px; }
