@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i");
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

picture, article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

img, iframe {
  vertical-align: middle;
  border-style: none;
}

form {
  margin: 0 auto;
}

input, textarea, select, button {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  margin: 0;
}

input[type=radio], input[type=checkbox] {
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

@font-face {
  font-family: "Flaticon";
  src: url("/templates/fonts/Flaticon.eot");
  src: url("/templates/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/Flaticon.woff") format("woff"), url("/templates/fonts/Flaticon.ttf") format("truetype"), url("/templates/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/templates/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=icon-]:before, [class*=" icon-"]:before,
[class^=icon-]:after, [class*=" icon-"]:after {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cancel:after {
  content: "";
}

.icon-support:after {
  content: "";
}

.icon-user:after {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-unsorted:after {
  content: "";
}

.icon-sort-desc:after {
  content: "";
}

.icon-sort-asc:after {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-check-stamp:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-scan-qr:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-question:before {
  content: "";
}

/* Font settings */
/* Cheatsheet: 10px by default */
/* Cheatsheet: 14px by default */
/* Cheatsheet: 16px by default */
/* Cheatsheet: 18px by default */
/* Cheatsheet: 32px by default */
/* Cheatsheet: 28px by default */
/* Cheatsheet: 21px by default */
/* Lay-out settings */
/* Cheatsheet: 30px by default */
/* Cheatsheet: 1px by default */
/* Cheatsheet: 3px by default */
/* Z-index settings */
/* Color settings */
/* Transition settings */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDownLight {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutUpLight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes fadeInUpLight {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUpLight {
  from {
    transform: translate3d(0, 25%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
html {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1B236B;
}

h1, .modal-overlay .header .img + .title-box .title, .h1-clone, h2, .cta-bar .title, .widget .widget-title, .widget .menu-links .title, p.sub-title, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
}

h1, .modal-overlay .header .img + .title-box .title, .h1-clone {
  font-size: 2rem;
  margin-bottom: 1.875rem;
}

h2, .cta-bar .title, .widget .widget-title, .widget .menu-links .title, p.sub-title {
  font-size: 1.3125rem;
  color: #ED7C1A;
  margin-bottom: 0.9375rem;
}

h3, h4, h5, h6 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.h1-clone {
  color: #1B236B;
}

.sub-title, p.sub-title {
  color: #99AFCD;
  font-weight: 400;
  margin-bottom: 1.875rem;
}

h1 + .sub-title, .modal-overlay .header .img + .title-box .title + .sub-title, .h1-clone + .sub-title {
  margin-top: -1.875rem;
}

.title-alt {
  color: #ED7C1A;
}

p, blockquote {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

blockquote {
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.875rem;
}
dl dt {
  font-weight: 600;
  flex: 0 0 35%;
}
@media (min-width: 550px) {
  dl dt {
    flex-basis: 25%;
  }
}
dl dd {
  flex: 0 0 65%;
  margin-left: 0;
}
@media (min-width: 550px) {
  dl dd {
    flex-basis: 75%;
  }
}

b, strong {
  font-weight: 600;
}

a {
  color: #1B236B;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
a:hover {
  color: #ED7C1A;
}

.intro {
  font-size: 1.125rem;
}

.desc, .cta-bar .author {
  font-size: 0.875rem;
  line-height: 1.25;
}

.sub-note, .data-requests .list .date {
  color: #99AFCD;
  font-size: 0.875rem;
}

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

.check-list {
  list-style: none;
  padding: 0;
}
.check-list li {
  position: relative;
  padding-left: 1.3125rem;
  margin-top: 0.3125rem;
}
.check-list li:first-child {
  margin-top: 0;
}
.check-list li:before {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #97ca69;
}
.check-list.state-alternative li {
  padding-left: 1.4375rem;
}
.check-list.state-alternative li:before {
  top: -1px;
  content: "";
  font-size: 1.125rem;
}

.popup-wrap .popup-content a {
  color: #ED7C1A;
}

label {
  display: inline-block;
  color: #ED7C1A;
  font-weight: 600;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #99AFCD;
  text-transform: none !important;
}

:-moz-placeholder {
  color: #99AFCD;
  text-transform: none !important;
}

::-moz-placeholder {
  color: #99AFCD;
  text-transform: none !important;
}

:-ms-input-placeholder {
  color: #99AFCD;
  text-transform: none !important;
}

input, textarea, select {
  display: block;
  width: 100%;
  color: #4D74A8;
  background: #FFF;
  border: 0.0625rem solid #F2F4F7;
  line-height: normal;
  padding: 0.9375rem 0.625rem;
  border-radius: 0.1875rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  color: #1B236B;
  box-shadow: inset 0 0 0.625rem 0 rgba(11, 87, 205, 0.25);
  border-color: rgba(11, 87, 205, 0.25);
}
input.state-invalid, textarea.state-invalid, select.state-invalid {
  border-color: #ED7C1A;
}
input.state-invalid:focus, textarea.state-invalid:focus, select.state-invalid:focus {
  box-shadow: inset 0 0 0.625rem 0 rgba(237, 124, 26, 0.5);
}
input.state-invalid:focus:valid, textarea.state-invalid:focus:valid, select.state-invalid:focus:valid {
  box-shadow: inset 0 0 0.625rem 0 rgba(11, 87, 205, 0.25);
  border-color: rgba(11, 87, 205, 0.25);
}

input:read-only, textarea:read-only {
  cursor: not-allowed;
  background-color: #fafafa;
}
input:read-only:focus, textarea:read-only:focus {
  box-shadow: none;
  border-color: transparent;
}

textarea {
  min-height: 6em;
}

input.postal-code-nl {
  text-transform: uppercase;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  position: relative;
  color: #1B236B;
  font-weight: 400;
  margin-right: 0.9375rem;
  line-height: 1.25;
  padding-left: 1.4375rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: 0;
  font-size: 0.625rem;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 0.9375rem;
  text-align: center;
  border: 0.125rem solid #D3DCEA;
  color: transparent;
  background: transparent;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  color: #FFF;
  background: #1B236B;
  border-color: #1B236B;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=checkbox] + label:before {
  border-radius: 0.1875rem;
}

input[type=radio] {
  -webkit-appearance: radio;
}
input[type=radio] + label:before {
  border-radius: 50%;
}

.form-base {
  border: 0.0625rem solid #D3DCEA;
  background: #F2F4F7;
  padding: 0.9375rem;
}

.form-header {
  border-bottom: 0.0625rem solid #D3DCEA;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.form-title {
  color: #1B236B;
  font-size: 1.3125rem;
  margin-bottom: 0.625rem;
}
.form-title.state-medium {
  font-size: 1.75rem;
}
.form-title:last-child {
  margin-bottom: 0;
}

.form-row {
  margin-bottom: 0.625rem;
}
.form-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .form-row.state-double {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.form-row.state-double .form-field, .form-row.state-double .form-options {
  margin-bottom: 0.625rem;
}
.form-row.state-double .form-field:last-child, .form-row.state-double .form-options:last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .form-row.state-double .form-field, .form-row.state-double .form-options {
    flex: 1 1 50%;
    margin-bottom: 0;
  }
}
.form-row.state-double .form-field input[type=checkbox] + label, .form-row.state-double .form-field input[type=radio] + label, .form-row.state-double .form-options input[type=checkbox] + label, .form-row.state-double .form-options input[type=radio] + label {
  display: block;
  margin-top: 0.3125rem;
}

.sidebar .form-row {
  margin-bottom: 0.3125rem;
}

.form-field {
  position: relative;
}
.form-field .validation, .form-field.state-select-field:after {
  position: absolute;
  bottom: 1.14375rem;
  right: 0.75rem;
  font-size: 0.625rem;
  line-height: 1em;
}
.form-field .validation {
  opacity: 0;
  color: #ED7C1A;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
.form-field .validation:before {
  font-size: 1rem;
  line-height: 1em;
  content: "*";
}
.form-field input, .form-field textarea {
  padding-right: 1.875rem;
}
.form-field input:required + .validation, .form-field input:not(:placeholder-shown) + .validation, .form-field textarea:required + .validation, .form-field textarea:not(:placeholder-shown) + .validation {
  opacity: 1;
}
.form-field input.state-valid + .validation, .form-field textarea.state-valid + .validation {
  color: #97ca69;
}
.form-field input.state-valid + .validation:before, .form-field textarea.state-valid + .validation:before {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.625rem;
  content: "";
}
.form-field textarea + .validation {
  bottom: auto;
  top: 1.14375rem;
}
.form-field label + textarea + .validation {
  top: 2.64375rem;
}
.form-field select + .validation {
  display: none;
}
.form-field.state-select-field select {
  padding-right: 1.875rem;
}
.form-field.state-select-field:after {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.form-row-validation, .form-row-submit {
  margin-top: 0.9375rem;
}

.form-row-validation {
  display: none;
  color: #ED7C1A;
  font-weight: 600;
}
.form-row-validation.state-show {
  display: block;
}

.form-row-submit .btn {
  display: block;
  width: 100%;
}

.form-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-top: 0.9375rem;
  margin-bottom: 0;
  margin-left: -0.625rem;
}
.form-links a, .form-links .divider {
  display: inline-block;
  color: #99AFCD;
  margin-left: 0.625rem;
}
.form-links a:hover, .form-links .divider:hover {
  color: #ED7C1A;
}
.form-links .divider {
  display: none;
}
@media (min-width: 400px) {
  .form-links .divider {
    display: inline-block;
  }
  .form-links .divider:last-child {
    display: none;
  }
}

.options-title {
  font-weight: 600;
  margin-bottom: 0;
}

.state-password {
  position: relative;
}
.state-password.state-show .trigger-show-password:after {
  background-image: url("/templates/img/visibility.svg");
}
.state-password:not(.state-show) .trigger-show-password:after {
  background-image: url("/templates/img/invisible.svg");
}
.state-password input {
  padding-right: 2.8125rem;
}
.state-password .trigger-show-password {
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11111;
  width: 0.9375rem;
  height: 0.9375rem;
  line-height: 0.9375rem;
  text-align: center;
  color: #4D74A8;
  cursor: pointer;
  display: none;
}
.state-password .trigger-show-password.state-show {
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
  display: inline-block;
}
.state-password .trigger-show-password:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9375rem;
  height: 0.9375rem;
  display: inline-block;
}

::selection {
  background: rgba(7, 56, 132, 0.2);
}

.section {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 1000px) {
  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.section.state-odd {
  background: #F2F4F7;
}
.section .main-content:last-child, .section .aligned-menus:last-child, .section .sidebar:last-child {
  margin-bottom: 0;
}

.section-data {
  padding-bottom: 1.875rem;
}
@media (min-width: 1000px) {
  .section-data {
    padding-bottom: 3.75rem;
  }
}

.wrap, .quotes, #banner .shape-container .inner, #bottom .nav, .overlap-wrap {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (min-width: 1000px) {
  .wrap, .quotes, #banner .shape-container .inner, #bottom .nav, .overlap-wrap {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.wrap.state-narrow, .state-narrow.quotes, #banner .shape-container .state-narrow.inner, #bottom .state-narrow.nav, .state-narrow.overlap-wrap {
  max-width: 695px;
}
@media (min-width: 1000px) {
  .wrap.state-narrow .aligned-menus, .state-narrow.quotes .aligned-menus, #banner .shape-container .state-narrow.inner .aligned-menus, #bottom .state-narrow.nav .aligned-menus, .state-narrow.overlap-wrap .aligned-menus {
    width: 100%;
  }
}
@media (min-width: 750px) {
  .wrap.state-narrow .aligned-menus .el, .state-narrow.quotes .aligned-menus .el, #banner .shape-container .state-narrow.inner .aligned-menus .el, #bottom .state-narrow.nav .aligned-menus .el, .state-narrow.overlap-wrap .aligned-menus .el {
    flex-basis: 50%;
  }
}

.overlap-wrap {
  position: relative;
  z-index: 2;
  margin-top: -5.625rem;
}
@media (min-width: 1000px) {
  .overlap-wrap {
    margin-top: 0;
  }
}

hr {
  height: 0;
  border-width: 0.0625rem 0 0;
  border-style: solid;
  border-color: #D3DCEA;
  margin: 0 0 1.875rem;
}
@media (min-width: 1000px) {
  hr {
    margin-bottom: 3.75rem;
  }
}
hr.section-spacer {
  display: none;
}
@media (min-width: 1000px) {
  hr.section-spacer {
    display: block;
  }
}

.flex-img img {
  display: block;
  max-width: 100%;
}

@media (min-width: 1000px) {
  .primary-section {
    overflow: hidden;
  }
  .primary-section .main-content {
    float: left;
    width: 60%;
    padding-right: 5.625rem;
  }
  .primary-section .main-content a {
    color: #ED7C1A;
  }
  .primary-section .sidebar {
    float: right;
    width: 40%;
  }
  .primary-section .aligned-menus {
    float: left;
    width: 66.6666%;
    padding-right: 0.625rem;
  }
  .primary-section .aligned-menus + .sidebar {
    width: 33.3333%;
  }
}
.primary-section .main-content, .primary-section .sidebar {
  margin-bottom: 1.875rem;
}
@media (min-width: 1000px) {
  .primary-section .main-content, .primary-section .sidebar {
    margin-bottom: 3.75rem;
  }
}
.primary-section .main-content *:last-child {
  margin-bottom: 0;
}
.primary-section + .cta-bar {
  margin-top: 1.875rem;
}
@media (min-width: 1000px) {
  .primary-section + .cta-bar {
    margin-top: 0;
  }
}

.aligned-menus {
  margin-bottom: 1.875rem;
}
@media (min-width: 550px) {
  .aligned-menus {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media (min-width: 1000px) {
  .aligned-menus {
    margin-bottom: 3.75rem;
  }
}
.aligned-menus .el {
  margin-top: 0.625rem;
}
@media (min-width: 550px) {
  .aligned-menus .el {
    flex: 0 0 50%;
  }
  .aligned-menus .el:nth-child(1), .aligned-menus .el:nth-child(2) {
    margin-top: 0;
  }
  .aligned-menus .el:nth-child(odd) .menu-links, .aligned-menus .el:nth-child(odd) .block-link {
    margin: 0 0.3125rem 0 0;
  }
  .aligned-menus .el:nth-child(even) .menu-links, .aligned-menus .el:nth-child(even) .block-link {
    margin: 0 0 0 0.3125rem;
  }
}
@media (min-width: 750px) {
  .aligned-menus .el {
    flex-basis: 33.3333%;
  }
  .aligned-menus .el:nth-child(3) {
    margin-top: 0;
  }
  .aligned-menus .el:nth-child(3n+1) .menu-links, .aligned-menus .el:nth-child(3n+1) .block-link {
    margin: 0 0.3125rem 0 0;
  }
  .aligned-menus .el:nth-child(3n+2) .menu-links, .aligned-menus .el:nth-child(3n+2) .block-link {
    margin: 0 0.15625rem;
  }
  .aligned-menus .el:nth-child(3n+3) .menu-links, .aligned-menus .el:nth-child(3n+3) .block-link {
    margin: 0 0 0 0.3125rem;
  }
}
.aligned-menus .menu-links, .aligned-menus .block-link {
  position: relative;
  height: 100%;
}
.aligned-menus .menu-links {
  padding: 0.9375rem;
  border: 0.0625rem solid #D3DCEA;
}

@media (min-width: 1000px) {
  .primary-section .aligned-menus .el {
    flex-basis: 50%;
  }
  .primary-section .aligned-menus .el:nth-child(3) {
    margin-top: 0.625rem;
  }
  .primary-section .aligned-menus .el:nth-child(odd) .menu-links, .primary-section .aligned-menus .el:nth-child(odd) .block-link {
    margin: 0 0.3125rem 0 0;
  }
  .primary-section .aligned-menus .el:nth-child(even) .menu-links, .primary-section .aligned-menus .el:nth-child(even) .block-link {
    margin: 0 0 0 0.3125rem;
  }
}

@media (min-width: 1000px) {
  .intro-content {
    max-width: 66.6666%;
  }
}

.widget {
  margin-top: 1.875rem;
}
.widget:first-child {
  margin-top: 0;
}
.widget.state-light {
  background: #F2F4F7;
}
.widget .widget-title, .widget .menu-links .title {
  margin-bottom: 0.625rem;
}
.widget p, .widget ul, .widget ol {
  margin-bottom: 0.9375rem;
}
.widget p:last-child, .widget ul:last-child, .widget ol:last-child {
  margin-bottom: 0;
}
.widget .applications-list {
  margin-bottom: 0;
}
.widget .header, .widget .content, .widget .footer {
  padding: 0.9375rem;
}
.widget .header {
  color: #FFF;
  background: #ED7C1A;
}
.widget .header .widget-title, .widget .header .desc, .widget .header .cta-bar .author, .cta-bar .widget .header .author {
  color: #FFF;
  margin-bottom: 0;
}
.widget .content, .widget .footer {
  border: 0.0625rem solid #D3DCEA;
}
.widget .content + .footer, .widget .applications-list + .content {
  border-top: none;
}
.widget .footer {
  background: rgba(0, 16, 42, 0.05);
}

.back-link {
  display: inline-block;
  position: relative;
  padding-left: 0.9375rem;
  line-height: 1.25;
}
.back-link:before {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  font-size: 0.625rem;
  line-height: 1.25rem;
}

.flex-control-nav {
  list-style: none;
  padding: 0;
  line-height: 0.625rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 0 0 0 -0.625rem;
}
.flex-control-nav li {
  margin-left: 0.625rem;
}
.flex-control-nav a {
  display: block;
  text-indent: -2674px;
  background: #D3DCEA;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
}
.flex-control-nav a.flex-active {
  background: #99AFCD;
}

.id-number {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.9375rem;
  background: #F2F4F7;
  border-radius: 0.1875rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -0.3125rem;
  margin-top: -0.3125rem;
}
.tags .tag {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.1;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
  background: #F2F4F7;
  border-radius: 0.1875rem;
  padding: 0.3125rem;
}

.btn {
  cursor: pointer;
  border: none;
  display: inline-block;
  text-align: center;
  color: #1B236B;
  font-weight: 600;
  background: #D3DCEA;
  line-height: 1.1;
  padding: 0.9375rem;
  border-radius: 0.1875rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
.btn:hover, .btn:focus {
  color: #1B236B;
  outline: none;
}
@media (min-width: 1050px) {
  .btn:hover, .btn:focus {
    background: #b0c1da;
  }
}
.btn.state-primary {
  color: #FFF;
  background: #073884;
}
.btn.state-primary:hover, .btn.state-primary:focus {
  color: #FFF;
}
@media (min-width: 1050px) {
  .btn.state-primary:hover, .btn.state-primary:focus {
    background: #0b57cd;
  }
}
.btn.state-secondary {
  color: #FFF;
  background: #ED7C1A;
}
.btn.state-secondary:hover, .btn.state-secondary:focus {
  color: #FFF;
}
@media (min-width: 1050px) {
  .btn.state-secondary:hover, .btn.state-secondary:focus {
    background: #c5640f;
  }
}
.btn.state-disabled {
  cursor: not-allowed;
  color: #99AFCD;
  background: #F2F4F7;
}
.btn.state-disabled:hover, .btn.state-disabled:focus {
  color: #99AFCD;
  background: #F2F4F7;
}
.btn.state-small {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.625rem;
}

.btn-cont {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-top: -0.3125rem;
}
.btn-cont .btn {
  flex: 1 0 auto;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
}
@media (min-width: 500px) {
  .btn-cont .btn {
    flex-grow: 0;
  }
}

.sidebar .btn-cont .btn {
  flex-grow: 1;
}

.price-btn {
  border-radius: 0.1875rem;
  overflow: hidden;
  background: #073884;
  display: flex;
  color: #FFF;
  align-items: center;
}
.price-btn:hover {
  color: #FFF;
  background: #0b57cd;
}
.price-btn .details {
  display: block;
  padding: 0.46875rem 0.9375rem;
  flex: 0 0 auto;
  background: #FFF;
  line-height: 1.1;
  border-radius: 0.1875rem 0 0 0.1875rem;
}
.price-btn .details .price {
  font-size: 1.75rem;
  font-weight: 600;
  display: block;
  position: relative;
  color: #ED7C1A;
}
.price-btn .details .price .currency {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
}
.price-btn .details .sub-note, .price-btn .details .data-requests .list .date, .data-requests .list .price-btn .details .date {
  display: block;
  font-size: 0.875rem;
  color: #1B236B;
}
.price-btn .details .price, .price-btn .details .sub-note, .price-btn .details .data-requests .list .date, .data-requests .list .price-btn .details .date {
  padding-left: 0.9375rem;
}
.price-btn .anchor {
  display: block;
  flex: 1 1 auto;
  font-weight: 600;
  border-radius: 0 0.1875rem 0.1875rem 0;
  padding: 0 0.9375rem;
  text-align: center;
}

.subscription-actions .btn {
  margin: 0 10px 20px 0;
  float: right;
  display: inline-block;
}
.subscription-actions .btn:first-child {
  margin-right: 0;
}
.subscription-actions hr {
  clear: both;
}
.subscription-actions hr:first-child {
  margin-bottom: 20px;
}

#top {
  position: fixed;
  z-index: 1337;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  border-bottom: 0.0625rem solid #F2F4F7;
}
#top .wrap, #top .quotes, #top #banner .shape-container .inner, #banner .shape-container #top .inner, #top #bottom .nav, #bottom #top .nav, #top .overlap-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
#top .wrap:after, #top .quotes:after, #top #banner .shape-container .inner:after, #banner .shape-container #top .inner:after, #top #bottom .nav:after, #bottom #top .nav:after, #top .overlap-wrap:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
}
@media (min-width: 1000px) {
  #top .wrap, #top .quotes, #top #banner .shape-container .inner, #banner .shape-container #top .inner, #top #bottom .nav, #bottom #top .nav, #top .overlap-wrap {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  #top .wrap:after, #top .quotes:after, #top #banner .shape-container .inner:after, #banner .shape-container #top .inner:after, #top #bottom .nav:after, #bottom #top .nav:after, #top .overlap-wrap:after {
    display: none;
  }
}

.logo {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 10rem;
  height: 2.45rem;
  background: url("/templates/img/eurofins-agro-logo.svg") top left no-repeat;
  background-size: contain;
  text-indent: -1337px;
}
@media (min-width: 1000px) {
  .logo {
    width: 12.5rem;
    height: 3.2rem;
  }
}
.logo.state-horti {
  background-image: url("/templates/img/eurofins-horti-logo.png");
}

html {
  background: #D3DCEA;
}

body {
  background-color: #FFF;
  padding-top: 3.8125rem;
}
@media (min-width: 1000px) {
  body {
    padding-top: 5.1875rem;
  }
}

#menu-main {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#menu-main .first-level {
  position: relative;
  margin-left: 0.3125rem;
}
#menu-main .first-level:first-child {
  margin-left: 0;
}
@media (min-width: 1000px) {
  #menu-main .first-level {
    margin-left: 0.625rem;
  }
  #menu-main .first-level:first-child {
    margin-left: 0;
  }
}
#menu-main .sub-menu, #menu-main .sub-languages {
  display: none;
  list-style: none;
  padding: 3.8125rem 0 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1;
}
@media (min-width: 1000px) {
  #menu-main .sub-menu, #menu-main .sub-languages {
    position: absolute;
    top: 2.95rem;
    left: auto;
    right: 0;
    padding: 0.9375rem;
    width: auto;
    max-height: none;
    white-space: nowrap;
    overflow: visible;
    min-width: 100%;
    border-radius: 0 0 0.1875rem 0.1875rem;
  }
}
#menu-main .sub-menu {
  background: #073884;
}
#menu-main .sub-menu a {
  display: block;
  position: relative;
  color: #FFF;
  padding: 0.9375rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.25;
  padding-right: 0.8125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
}
#menu-main .sub-menu a:before {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.9375rem;
  right: 0.625rem;
  color: #99AFCD;
  font-size: 0.5rem;
  line-height: 1.40625rem;
}
@media (min-width: 1000px) {
  #menu-main .sub-menu a {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 0 0.8125rem;
    border: none;
  }
  #menu-main .sub-menu a:before {
    top: 0;
    right: auto;
    left: 0;
    line-height: 1.5rem;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
  }
  #menu-main .sub-menu a:hover, #menu-main .sub-menu a:hover:before {
    color: #ED7C1A;
  }
}
#menu-main .sub-menu li:last-child a {
  border: none;
}
#menu-main .language-select .trigger-languages:after, #menu-main .language-select .sub-languages a:after {
  display: inline-block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1000px) {
  #menu-main .language-select .trigger-languages:after, #menu-main .language-select .sub-languages a:after {
    width: 1rem;
    height: 1rem;
  }
}
#menu-main .language-select .trigger-languages.state-nl:after, #menu-main .language-select .sub-languages a.state-nl:after {
  background-image: url("/templates/img/nl.svg");
}
#menu-main .language-select .trigger-languages.state-gb:after, #menu-main .language-select .sub-languages a.state-gb:after {
  background-image: url("/templates/img/gb.svg");
}
#menu-main .language-select .trigger-languages.state-de:after, #menu-main .language-select .sub-languages a.state-de:after {
  background-image: url("/templates/img/de.svg");
}
#menu-main .language-select .sub-languages {
  background: #F2F4F7;
}
#menu-main .language-select .sub-languages a {
  position: relative;
  display: block;
  padding: 0.9375rem 2.25rem 0.9375rem 0.625rem;
}
#menu-main .language-select .sub-languages a:after {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}
@media (min-width: 1000px) {
  #menu-main .language-select .sub-languages a {
    padding: 0 1.3125rem 0 0;
  }
  #menu-main .language-select .sub-languages a:after {
    right: 0;
  }
}
#menu-main .btn {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 0.625rem;
}
#menu-main .btn:after {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3125rem;
  line-height: 1em;
}
@media (min-width: 1000px) {
  #menu-main .btn {
    padding: 0.9375rem 2.6875rem 0.9375rem 0.9375rem;
  }
  #menu-main .btn:after {
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1em;
    transform: translateY(-50%);
  }
  #menu-main .btn.trigger-sub-menu {
    padding-right: 2.125rem;
  }
  #menu-main .btn.trigger-sub-menu:after {
    content: "";
    font-size: 0.5625rem;
  }
}
#menu-main .btn .anchor {
  display: none;
}
@media (min-width: 1000px) {
  #menu-main .btn .anchor {
    display: block;
  }
}
@media (min-width: 1000px) {
  #menu-main .first-level.state-hover .trigger-sub-menu, #menu-main .first-level.state-hover .trigger-languages {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #menu-main .first-level.state-hover .trigger-sub-menu:after {
    content: "";
  }
  #menu-main .first-level.state-hover .sub-menu, #menu-main .first-level.state-hover .sub-languages {
    display: block;
    animation: fadeInDownLight 0.3s;
    animation-fill-mode: both;
  }
}
@media (min-width: 1050px) {
  #menu-main .first-level:hover .trigger-sub-menu, #menu-main .first-level:hover .trigger-languages {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #menu-main .first-level:hover .trigger-sub-menu:after {
    content: "";
  }
  #menu-main .first-level:hover .sub-menu, #menu-main .first-level:hover .sub-languages {
    display: block;
    animation: fadeInDownLight 0.3s;
    animation-fill-mode: both;
  }
}

@media (max-width: 1000px) {
  body.state-menu-main-open {
    position: fixed;
    height: 100%;
    overflow: hidden;
  }
  body.state-menu-main-open #top {
    height: 100%;
    background: #073884;
  }
  body.state-menu-main-open #top .wrap:after, body.state-menu-main-open #top .quotes:after, body.state-menu-main-open #top #banner .shape-container .inner:after, #banner .shape-container body.state-menu-main-open #top .inner:after, body.state-menu-main-open #top #bottom .nav:after, #bottom body.state-menu-main-open #top .nav:after, body.state-menu-main-open #top .overlap-wrap:after {
    display: block;
  }
  body.state-menu-main-open #menu-main .trigger-sub-menu.state-open, body.state-menu-main-open #menu-main .trigger-languages.state-open {
    color: #FFF;
    background: #ED7C1A;
  }
  body.state-menu-main-open.state-sub-menu-open #menu-main .sub-menu {
    display: block;
    animation: fadeInDownLight 0.3s;
    animation-fill-mode: both;
  }
  body.state-menu-main-open.state-languages-open #top {
    background: #F2F4F7;
  }
  body.state-menu-main-open.state-languages-open #menu-main .sub-languages {
    display: block;
    animation: fadeInDownLight 0.3s;
    animation-fill-mode: both;
  }
}
@media (hover: none) {
  #top #menu-main .sub-menu, #top #menu-main .sub-languages {
    -webkit-overflow-scrolling: touch;
  }
}
#bottom {
  text-align: center;
  background: #D3DCEA;
}
#bottom .nav {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
#bottom .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 550px) {
  #bottom .nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: -1.875rem;
  }
  #bottom .nav ul li {
    margin-left: 1.875rem;
  }
}
#bottom .nav a {
  display: inline-block;
  line-height: 1.25;
}

#banner {
  position: relative;
  background: #D3DCEA;
  max-width: 1400px;
  overflow: hidden;
  margin: 0 auto 1.875rem;
}
@media (min-width: 1000px) {
  #banner {
    margin-bottom: 3.75rem;
  }
}
#banner img {
  display: block;
  width: 100%;
}
@media (min-width: 1000px) {
  #banner img {
    animation: fadeIn 1.8s;
    animation-fill-mode: both;
  }
}
#banner .shape-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
#banner .shape-container .inner {
  overflow: hidden;
}
#banner .shape-container .inner .shape {
  float: right;
  display: block;
  width: 160px;
  height: 15px;
  background: url("/templates/img/banner-shape.svg") bottom right no-repeat;
  background-size: contain;
}
@media (min-width: 400px) {
  #banner .shape-container .inner .shape {
    width: 320px;
    height: 30px;
  }
}
@media (min-width: 1000px) {
  #banner .shape-container .inner .shape {
    width: 640px;
    height: 60px;
  }
}

.menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-links .title {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0.625rem;
  color: #ED7C1A;
}
.menu-links a {
  display: inline-block;
  position: relative;
  line-height: 1.25;
  padding-left: 0.8125rem;
}
.menu-links a:before {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.5rem;
  line-height: 1.25rem;
}

.block-link {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  background: #FFF;
  border: 0.0625rem solid #D3DCEA;
}
.block-link:focus {
  outline: none;
}
.block-link .img {
  background: #D3DCEA;
}
.block-link .img img {
  display: block;
  width: 100%;
}
.block-link .content {
  padding: 0.9375rem;
}
.block-link .title {
  font-size: 1.125rem;
  color: #1B236B;
  margin-bottom: 0.3125rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
@media (min-width: 1050px) {
  .block-link:hover .title {
    color: #ED7C1A;
  }
}
.block-link .desc, .block-link .cta-bar .author, .cta-bar .block-link .author {
  color: #1B236B;
  margin-bottom: 0;
}

.applications-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #F2F4F7;
}
.applications-list li {
  border-width: 0 0.0625rem 0.0625rem;
  border-style: solid;
  border-color: #D3DCEA;
  padding: 0.625rem 0.9375rem;
}
.applications-list li.state-activated {
  position: relative;
  padding-right: 1.875rem;
}
.applications-list li.state-activated:after {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.625rem;
  line-height: 1.5rem;
  color: #ED7C1A;
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
}

.quotes {
  text-align: center;
  margin-bottom: 3.75rem;
}
.quotes .slides {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.quotes .slides .el {
  position: relative;
  display: none;
}
.quotes .slides .el:first-child {
  display: block;
}
.quotes .slides .el:after {
  content: "";
  display: block;
  position: absolute;
  top: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 0.0625rem;
  background: #D3DCEA;
}
.quotes .slides .el.flex-active-slide .profile-img {
  animation: slideInUpLight 0.9s;
  animation-fill-mode: both;
}
.quotes .slides .el.flex-active-slide .quote, .quotes .slides .el.flex-active-slide .content {
  animation: fadeIn 0.9s;
  animation-fill-mode: both;
}
.quotes .flex-viewport .el:after {
  width: 0;
  transition: width 0.6s ease-out;
}
.quotes .flex-viewport .el.flex-active-slide:after {
  width: 100%;
}
.quotes .profile-img {
  width: 7.5rem;
  margin: 0 auto 0.3125rem;
  background: #D3DCEA;
  border: 0.625rem solid #FFF;
  border-radius: 50%;
  overflow: hidden;
}
.quotes .profile-img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.quotes .quote {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.125rem;
}
@media (min-width: 550px) {
  .quotes .quote {
    font-size: 1.3125rem;
  }
}
.quotes .quote:before {
  content: "“";
}
.quotes .quote:after {
  content: "”";
}
.quotes .author {
  color: #ED7C1A;
  font-weight: 600;
  margin-bottom: 0;
}
.quotes .author:before {
  content: "";
  display: block;
  width: 40px;
  background: #ED7C1A;
  height: 0.125rem;
  margin: 0.9375rem auto;
}
.quotes .desc, .quotes .cta-bar .author, .cta-bar .quotes .author {
  margin-bottom: 0;
}
.quotes .flex-control-nav {
  margin-top: 1.875rem;
}

.cta-bar {
  overflow: hidden;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 550px) {
  .cta-bar {
    text-align: left;
  }
}
@media (min-width: 750px) {
  .cta-bar {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .cta-bar {
    margin-bottom: 3.75rem;
  }
}
.cta-bar:last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .cta-bar .title {
    flex: 0 0 33.3333%;
    margin-bottom: 0;
  }
}
@media (min-width: 550px) {
  .cta-bar .inner {
    display: flex;
    align-items: center;
  }
}
.cta-bar .img {
  flex: 0 0 3.75rem;
  width: 3.75rem;
  align-self: flex-start;
  margin: 0 auto 0.9375rem;
  background: #D3DCEA;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 550px) {
  .cta-bar .img {
    margin-right: 1.875rem;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 750px) {
  .cta-bar .img {
    align-self: center;
  }
}
.cta-bar .img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.cta-bar .motivation {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-bottom: 0.9375rem;
}
@media (min-width: 550px) {
  .cta-bar .motivation {
    margin-bottom: 0;
  }
}
.cta-bar .author {
  color: #4D74A8;
  margin-bottom: 0;
}
.cta-bar .name {
  display: block;
}
@media (min-width: 550px) {
  .cta-bar .name {
    display: inline;
  }
  .cta-bar .name:after {
    content: ",";
  }
}

.cta-widget {
  color: #FFF;
  background: #ED7C1A;
}
.cta-widget .content, .cta-widget .footer {
  border: none;
}
.cta-widget .footer {
  margin-top: 0.9375rem;
}
.cta-widget .widget-title {
  font-size: 1.75rem;
  color: #FFF;
}
.cta-widget .check-list li:before {
  color: #FFF;
}

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 1347;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal-overlay.state-open {
  display: block;
}
@media (min-width: 750px) {
  .modal-overlay.state-open {
    animation: fadeIn 0.3s;
    animation-fill-mode: both;
  }
  .modal-overlay.state-open .img {
    animation: fadeIn 1s;
    animation-fill-mode: both;
  }
}
.modal-overlay hr {
  margin-bottom: 1.875rem;
}
.modal-overlay .outer {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 750px) {
  .modal-overlay .outer {
    align-items: center;
    padding: 1.875rem;
  }
}
.modal-overlay .inner {
  position: relative;
  z-index: 1357;
  background: #073884;
  box-shadow: 0 0 3.75rem 0 rgba(0, 16, 42, 0.5);
  width: 100%;
}
@media (min-width: 750px) {
  .modal-overlay .inner {
    width: 700px;
  }
}
.modal-overlay.state-no-footer .inner {
  background: #FFF;
}
.modal-overlay .header {
  position: relative;
  background: #D3DCEA;
}
.modal-overlay .header .img {
  position: relative;
}
.modal-overlay .header .img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.modal-overlay .header .img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 16, 42, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 16, 42, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 16, 42, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}
.modal-overlay .header .title {
  color: #FFF;
  margin-bottom: 0;
}
.modal-overlay .header .img + .title-box {
  padding: 0;
}
.modal-overlay .header .img + .title-box .title {
  position: absolute;
  bottom: 0.9375rem;
  left: 0.9375rem;
  z-index: 3;
}
@media (min-width: 750px) {
  .modal-overlay .header .img + .title-box .title {
    bottom: 1.875rem;
    left: 1.875rem;
  }
}
.modal-overlay .header .close {
  padding: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 3;
  color: #FFF;
  background: #073884;
  text-align: center;
  border: none;
  border-radius: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
.modal-overlay .header .close:after {
  font-size: 0.625rem;
}
@media (min-width: 750px) {
  .modal-overlay .header .close {
    top: 1.875rem;
    right: 1.875rem;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
  }
  .modal-overlay .header .close:after {
    font-size: 0.875rem;
  }
}
@media (min-width: 1050px) {
  .modal-overlay .header .close:hover {
    background: #ED7C1A;
  }
}
.modal-overlay .content, .modal-overlay .footer, .modal-overlay .title-box, .modal-overlay .modal-actions {
  padding: 0.9375rem;
}
@media (min-width: 750px) {
  .modal-overlay .content, .modal-overlay .footer, .modal-overlay .title-box, .modal-overlay .modal-actions {
    padding: 1.875rem;
  }
}
.modal-overlay .content > *:last-child, .modal-overlay .footer > *:last-child, .modal-overlay .title-box > *:last-child, .modal-overlay .modal-actions > *:last-child {
  margin-bottom: 0;
}
.modal-overlay .content {
  background: #FFF;
}
.modal-overlay .footer, .modal-overlay .title-box {
  color: #99AFCD;
  background: #073884;
}
.modal-overlay .modal-actions {
  border-top: 0.0625rem solid #D3DCEA;
  background: #F2F4F7;
}
.modal-overlay .modal-actions .btn-cont {
  margin-bottom: 0;
}
.modal-overlay .header .title-box:first-child {
  position: relative;
  padding-right: 3.4375rem;
}
@media (min-width: 750px) {
  .modal-overlay .header .title-box:first-child {
    padding-right: 5.625rem;
  }
}
.modal-overlay .header .title-box:first-child .close {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  top: 0.3125rem;
  right: 0.3125rem;
}
@media (min-width: 750px) {
  .modal-overlay .header .title-box:first-child .close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.modal-overlay .menu-applications .title {
  color: #FFF;
}
.modal-overlay .menu-applications .trigger {
  color: #FFF;
}
@media (min-width: 1050px) {
  .modal-overlay .menu-applications .trigger:hover {
    color: #ED7C1A;
  }
}
.modal-overlay .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1347;
  background: #00102a;
  opacity: 0.75;
}
.modal-overlay .btn-cont .btn {
  width: 100%;
}
@media (min-width: 550px) {
  .modal-overlay .btn-cont .btn {
    width: auto;
    order: 2;
  }
  .modal-overlay .btn-cont .btn.close {
    margin-right: auto;
    order: -1;
  }
  .modal-overlay .btn-cont .btn.remove {
    order: 1;
  }
}
.modal-overlay .form-row {
  margin-bottom: 1.875rem;
}

@media (max-width: 750px) {
  body.state-modal-overlay-open {
    position: fixed;
    height: 100%;
    overflow: hidden;
  }
}
@media (hover: none) {
  .modal-overlay {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 550px) {
  .menu-applications {
    display: flex;
  }
}
.menu-applications .title {
  font-size: 1.3125rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
@media (min-width: 550px) {
  .menu-applications .title {
    margin-bottom: 0;
    margin-right: 1.875rem;
  }
}
.menu-applications .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu-applications .nav li {
  flex: 1 1 50%;
}
.menu-applications .trigger {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 1.25;
  padding-left: 0.8125rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
  color: #1B236B;
}
@media (min-width: 1050px) {
  .menu-applications .trigger:hover {
    color: #ED7C1A;
  }
}
.menu-applications .trigger:before {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.5rem;
  line-height: 1.25rem;
}

@media (min-width: 500px) {
  .action-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.action-bar h1, .action-bar .h1-clone, .action-bar .modal-overlay .header .img + .title-box .title, .modal-overlay .header .img + .title-box .action-bar .title {
  flex: 0 0 auto;
  margin-right: auto;
}
.action-bar .btn-cont {
  flex: 0 0 auto;
  margin-bottom: 1.875rem;
}
@media (min-width: 500px) {
  .action-bar .btn-cont {
    margin-bottom: 0;
  }
}

.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25;
}
.pagination li a {
  display: block;
  padding: 0.3125rem 0.46875rem;
  color: #1B236B;
  border-radius: 0.1875rem;
}
.pagination li a:hover {
  color: #ED7C1A;
}
.pagination li.active a {
  color: #1B236B;
  font-weight: 600;
  background: #F2F4F7;
}
.pagination li.disabled a {
  color: #99AFCD;
}

.pagination-extra {
  text-align: center;
}
.pagination-extra form {
  display: inline-block;
  margin: 10px auto 0;
}
.pagination-extra #go-to-page {
  width: 120px;
}

table, tr, th, td {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #1B236B;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

th, td {
  text-align: left;
  vertical-align: top;
  padding: 0.625rem;
}

th {
  font-weight: 600;
}

td {
  font-weight: 400;
}

tr:nth-child(odd) td {
  background: #F2F4F7;
}

.smart-table {
  margin-bottom: 1.875rem;
}
@media (max-width: 1000px) {
  .smart-table {
    display: block;
  }
  .smart-table tr {
    display: block;
  }
  .smart-table th, .smart-table td {
    display: block;
    padding: 0 0.625rem;
    font-size: 0.875rem;
  }
  .smart-table th.primary-cell, .smart-table td.primary-cell {
    font-size: 1rem;
    padding-bottom: 0.3125rem;
  }
  .smart-table th:first-child, .smart-table td:first-child {
    padding-top: 0.625rem;
  }
  .smart-table th:last-child, .smart-table td:last-child {
    padding-bottom: 0.625rem;
  }
  .smart-table thead {
    display: none;
  }
}
@media (min-width: 1000px) {
  .smart-table {
    margin-bottom: 3.75rem;
  }
}
.smart-table .sub-note, .smart-table .data-requests .list .date, .data-requests .list .smart-table .date {
  display: block;
}
.smart-table .pagination {
  border-top: 0.0625rem solid #F2F4F7;
  padding-top: 1.875rem;
}
.smart-table .list {
  border-width: 0 0.0625rem;
  border-style: solid;
  border-color: #F2F4F7;
}
.smart-table .list tr {
  animation: fadeInUpLight 0.3s;
  animation-fill-mode: both;
}
.smart-table .list tr:nth-child(15n+1) {
  animation-delay: 0.05s;
}
.smart-table .list tr:nth-child(15n+2) {
  animation-delay: 0.1s;
}
.smart-table .list tr:nth-child(15n+3) {
  animation-delay: 0.15s;
}
.smart-table .list tr:nth-child(15n+4) {
  animation-delay: 0.2s;
}
.smart-table .list tr:nth-child(15n+5) {
  animation-delay: 0.25s;
}
.smart-table .list tr:nth-child(15n+6) {
  animation-delay: 0.3s;
}
.smart-table .list tr:nth-child(15n+7) {
  animation-delay: 0.35s;
}
.smart-table .list tr:nth-child(15n+8) {
  animation-delay: 0.4s;
}
.smart-table .list tr:nth-child(15n+9) {
  animation-delay: 0.45s;
}
.smart-table .list tr:nth-child(15n+10) {
  animation-delay: 0.5s;
}
.smart-table .list tr:nth-child(15n+11) {
  animation-delay: 0.55s;
}
.smart-table .list tr:nth-child(15n+12) {
  animation-delay: 0.6s;
}
.smart-table .list tr:nth-child(15n+13) {
  animation-delay: 0.65s;
}
.smart-table .list tr:nth-child(15n+14) {
  animation-delay: 0.7s;
}
.smart-table .list tr:nth-child(15n+15) {
  animation-delay: 0.75s;
}

.overflow-table {
  position: relative;
  margin-bottom: 1.875rem;
}
.overflow-table .sub-note, .overflow-table .data-requests .list .date, .data-requests .list .overflow-table .date {
  display: block;
}
.overflow-table .list {
  border-width: 0 0.0625rem;
  border-style: solid;
  border-color: #F2F4F7;
}
.overflow-table .list tr {
  animation: fadeInUpLight 0.3s;
  animation-fill-mode: both;
}
.overflow-table .list tr:nth-child(15n+1) {
  animation-delay: 0.05s;
}
.overflow-table .list tr:nth-child(15n+2) {
  animation-delay: 0.1s;
}
.overflow-table .list tr:nth-child(15n+3) {
  animation-delay: 0.15s;
}
.overflow-table .list tr:nth-child(15n+4) {
  animation-delay: 0.2s;
}
.overflow-table .list tr:nth-child(15n+5) {
  animation-delay: 0.25s;
}
.overflow-table .list tr:nth-child(15n+6) {
  animation-delay: 0.3s;
}
.overflow-table .list tr:nth-child(15n+7) {
  animation-delay: 0.35s;
}
.overflow-table .list tr:nth-child(15n+8) {
  animation-delay: 0.4s;
}
.overflow-table .list tr:nth-child(15n+9) {
  animation-delay: 0.45s;
}
.overflow-table .list tr:nth-child(15n+10) {
  animation-delay: 0.5s;
}
.overflow-table .list tr:nth-child(15n+11) {
  animation-delay: 0.55s;
}
.overflow-table .list tr:nth-child(15n+12) {
  animation-delay: 0.6s;
}
.overflow-table .list tr:nth-child(15n+13) {
  animation-delay: 0.65s;
}
.overflow-table .list tr:nth-child(15n+14) {
  animation-delay: 0.7s;
}
.overflow-table .list tr:nth-child(15n+15) {
  animation-delay: 0.75s;
}
.overflow-table .list tr:last-of-type:not(:nth-child(odd)) {
  border-bottom: 0.0625rem solid #F2F4F7;
}
@media (max-width: 999px) {
  .overflow-table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .overflow-table:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.9375rem;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}

.state-trigger-table td {
  cursor: pointer;
  font-weight: 400;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
@media (min-width: 1050px) {
  .state-trigger-table tr:hover td {
    background: #d9e7fd;
  }
}

.table-filter {
  margin-bottom: 0.9375rem;
}

.table-header {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  background: none;
  border: none;
  font-weight: 600;
  color: #1B236B;
  font-size: 1rem;
  line-height: 1.25;
}

.trigger-sorting {
  cursor: pointer;
}
.trigger-sorting:focus {
  outline: none;
}
.trigger-sorting:after {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #99AFCD;
  font-size: 0.625rem;
  margin-left: 0.3125rem;
}
.trigger-sorting.desc:after, .cta-bar .trigger-sorting.author:after, .trigger-sorting.asc:after {
  color: #1B236B;
  font-size: 0.5rem;
}
.trigger-sorting.desc, .cta-bar .trigger-sorting.author {
  cursor: n-resize;
}
.trigger-sorting.desc:after, .cta-bar .trigger-sorting.author:after {
  content: "";
}
.trigger-sorting.asc {
  cursor: s-resize;
}
.trigger-sorting.asc:after {
  content: "";
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip-title {
  cursor: help;
  font-weight: 600;
  margin-bottom: 0;
}
.tooltip .tooltip-title:after {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.875rem;
  color: #ED7C1A;
  margin-left: 0.3125rem;
}
.tooltip .tooltip-content {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 0;
  background: #F2F4F7;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.625rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 16, 42, 0.15);
  width: 93vw;
  margin: 0.3125rem 0;
}
@media (min-width: 500px) {
  .tooltip .tooltip-content {
    width: 400px;
  }
}
@media (min-width: 1000px) {
  .tooltip .tooltip-content {
    width: 500px;
  }
}
.tooltip.state-show .tooltip-content {
  display: inline-block;
  animation: fadeInUpLight 0.3s;
  animation-fill-mode: both;
}

.autocomplete-search {
  margin-bottom: 1.875rem;
}
.autocomplete-search .suggestions-list {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0.3125rem 0 0;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #D3DCEA;
  background: #FFF;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.autocomplete-search .suggestions-list.state-show {
  display: block;
  animation: fadeInDownLight 0.3s;
  animation-fill-mode: both;
}
.autocomplete-search .suggestions-list .el {
  cursor: pointer;
  padding: 0.625rem 0.9375rem;
  line-height: 1.25;
  border-top: 0.0625rem solid #D3DCEA;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
.autocomplete-search .suggestions-list .el:first-child {
  border: none;
}
@media (min-width: 1050px) {
  .autocomplete-search .suggestions-list .el:hover {
    color: #ED7C1A;
  }
}
.autocomplete-search .suggestions-list .suggestion-value, .autocomplete-search .suggestions-list .sub-note, .autocomplete-search .suggestions-list .data-requests .list .date, .data-requests .list .autocomplete-search .suggestions-list .date {
  display: block;
}
.autocomplete-search .form-base + .suggestions-list {
  border-radius: 0;
  margin-top: 0;
  border-width: 0 0.0625rem 0.0625rem;
}

.steps-form {
  border: 0.0625rem solid #D3DCEA;
  margin-bottom: 1.875rem;
}
@media (min-width: 1000px) {
  .steps-form {
    margin-bottom: 3.75rem;
  }
}
.steps-form:last-child {
  margin-bottom: 0;
}
.steps-form .step {
  display: none;
}
.steps-form .step.state-current {
  display: block;
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
}
.steps-form .form-row, .steps-form .form-header, .steps-form .form-title {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.steps-form .form-title {
  padding-top: 0.9375rem;
  margin-bottom: 0;
}
.steps-form .step-title {
  font-weight: 400;
  color: #4D74A8;
}
.steps-form .steps-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 0.0625rem solid #D3DCEA;
  background: #F2F4F7;
  padding: 0.9375rem;
  margin-top: 1.875rem;
}
.steps-form .steps-nav .btn {
  flex: 0 0 auto;
}
.steps-form .steps-nav .btn.next:last-child {
  margin-left: auto;
}
.steps-form .steps-nav .btn.prev {
  order: -1;
  margin-right: auto;
}

.field-switcher .alternative-fields {
  display: none;
}
.field-switcher.state-show-alternative-fields .primary-fields {
  display: none;
}
.field-switcher.state-show-alternative-fields .alternative-fields {
  display: block;
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
}
.field-switcher .trigger-alternative-fields {
  cursor: pointer;
  border: none;
  padding: 0;
  margin-top: 0.625rem;
  background: none;
  color: #ED7C1A;
  font-size: 0.875rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
@media (min-width: 1050px) {
  .field-switcher .trigger-alternative-fields:hover {
    color: #c5640f;
  }
}

.steps-form.state-alt {
  border: 0;
}
.steps-form.state-alt .form-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #40536D;
}
@media (max-width: 749px) {
  .steps-form.state-alt .form-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.steps-form.state-alt .form-header:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.steps-form.state-alt .form-header .step-title {
  font-size: 2rem;
  color: #ED7C1A;
}
.steps-form.state-alt .form-header > *:last-child {
  margin-bottom: 0;
}
.steps-form.state-alt .form-row {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.9375rem;
}
.steps-form.state-alt .steps-nav {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.875rem;
}
@media (min-width: 750px) {
  .steps-form.state-alt .steps-nav {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.steps-form.state-alt .steps-nav label a {
  text-decoration: underline;
}
.steps-form.state-alt .steps-nav .btn-cont {
  flex: 1 1 100%;
  margin-left: -1.1254501801rem;
  margin-top: -1.1254501801rem;
}
@media (min-width: 550px) {
  .steps-form.state-alt .steps-nav .btn-cont .btn.close {
    order: 2;
  }
}
.steps-form.state-alt .steps-nav .btn-cont .btn {
  margin-left: 1.1254501801rem;
  margin-top: 1.1254501801rem;
}
@media (max-width: 549px) {
  .steps-form.state-alt .steps-nav .btn-cont .btn {
    flex-shrink: 1;
    flex-grow: 1;
  }
}
.steps-form.state-alt .steps-nav > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 749px) {
  .steps-form.state-alt .form-body {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.steps-form.state-alt .steps-progress-nav .trigger-step:focus {
  outline: none;
}
.steps-form.state-alt .steps-progress-nav .trigger-step:not(:last-child) {
  margin-bottom: 2.8125rem;
}
.steps-form.state-alt .steps-progress-nav .trigger-step.state-current .step-no .step-no-inner {
  background-color: #ED7C1A;
  color: #FFF;
}
.steps-form.state-alt .steps-progress-nav .trigger-step.state-complete .step-no .step-no-inner {
  background-color: #073884;
  color: #FFF;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .step-info {
  display: flex;
  align-items: flex-start;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .step-info:not(:last-child) {
  margin-bottom: 1.875rem;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .code-box {
  border: 0.0625rem solid #1B236B, 0.87;
  border-radius: 0.1875rem;
  padding: 1.25rem;
  background-color: rgba(211, 220, 234, 0.3);
  color: #40536D;
  font-size: 0.875rem;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .code-box .box-title {
  color: #ED7C1A;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .code-box p:not(.box-title) {
  line-height: 1.15em;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .code-box a {
  text-decoration: underline;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .code-box > *:last-child {
  margin-bottom: 0;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .form-row.state-grid {
  display: flex;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .form-row.state-grid .form-field:not(:last-child) {
  position: relative;
  margin-right: 1.875rem;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .form-row.state-grid .form-field:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.25rem;
  display: block;
  width: 0.625rem;
  height: 0.125rem;
  background-color: rgba(27, 35, 107, 0.3);
}
.steps-form.state-alt .steps-progress-nav .trigger-step .form-row.state-grid .form-field input {
  text-align: center;
  font-weight: 600;
  padding-right: 0.625rem;
}
.steps-form.state-alt .steps-progress-nav .trigger-step .form-row.state-grid .form-field input.code-input {
  text-transform: uppercase;
}
@media (max-width: 749px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step .form-row.state-grid .form-field input {
    font-size: 1.25rem;
  }
}
@media (min-width: 750px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step .form-row.state-grid .form-field input {
    font-size: 2rem;
  }
}
.steps-form.state-alt .steps-progress-nav .trigger-step:first-child .step-no:before {
  background-image: url("/templates/img/progress-shape-1-1.png");
}
@media (max-width: 749px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:first-child .step-no:before {
    height: calc(100% + 27px);
  }
}
@media (min-width: 750px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:first-child .step-no:before {
    height: calc(100% + 29px);
  }
}
@media (max-width: 749px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:nth-child(2) .step-no .step-no-inner {
    top: 1px;
  }
}
@media (min-width: 750px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:nth-child(2) .step-no .step-no-inner {
    top: 3px;
  }
}
.steps-form.state-alt .steps-progress-nav .trigger-step:nth-child(2) .step-no:before {
  background-image: url("/templates/img/progress-shape-2-2.png");
}
@media (max-width: 749px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:nth-child(2) .step-no:before {
    height: calc(100% + 45px);
    top: -23px;
  }
}
@media (min-width: 750px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:nth-child(2) .step-no:before {
    height: calc(100% + 51px);
    top: -23px;
  }
}
@media (max-width: 749px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:nth-child(3) .step-no .step-no-inner {
    top: 1px;
  }
}
@media (min-width: 750px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:nth-child(3) .step-no .step-no-inner {
    top: 3px;
  }
}
.steps-form.state-alt .steps-progress-nav .trigger-step:nth-child(3) .step-no:before {
  background-image: url("/templates/img/progress-shape-2-3.png");
}
@media (max-width: 749px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:nth-child(3) .step-no:before {
    height: calc(100% + 28px);
    top: -21px;
  }
}
@media (min-width: 750px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:nth-child(3) .step-no:before {
    height: calc(100% + 31px);
    top: -21px;
  }
}
@media (max-width: 749px) {
  .steps-form.state-alt .steps-progress-nav .trigger-step:not(:last-child) .step-no .step-no-inner:after, .steps-form.state-alt .steps-progress-nav .trigger-step:not(:last-child) .step-no .step-no-inner:before {
    content: "";
    width: 0.0625rem;
    height: 150%;
    background-color: rgba(237, 124, 26, 0.4);
    position: absolute;
    top: calc(100% + 20px);
  }
  .steps-form.state-alt .steps-progress-nav .trigger-step:not(:last-child) .step-no .step-no-inner:before {
    left: calc(50% - 4.5px);
  }
  .steps-form.state-alt .steps-progress-nav .trigger-step:not(:last-child) .step-no .step-no-inner:after {
    left: calc(50% + 3px);
  }
}
.steps-form.state-alt .steps-progress-nav .step-no {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 749px) {
  .steps-form.state-alt .steps-progress-nav .step-no {
    flex-basis: 2.8125rem;
  }
  .steps-form.state-alt .steps-progress-nav .step-no .step-no-inner {
    width: 2.8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
  }
}
@media (min-width: 750px) {
  .steps-form.state-alt .steps-progress-nav .step-no {
    flex-basis: 3.4374375rem;
  }
  .steps-form.state-alt .steps-progress-nav .step-no .step-no-inner {
    width: 3.4374375rem;
    height: 3.4374375rem;
    line-height: 3.4374375rem;
  }
}
.steps-form.state-alt .steps-progress-nav .step-no .step-no-inner {
  display: block;
  background-color: rgba(237, 124, 26, 0.15);
  color: #ED7C1A;
  font-weight: 600;
  border-radius: 50%;
  font-size: 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.steps-form.state-alt .steps-progress-nav .step-no:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.375rem;
  left: -0.375rem;
  width: calc(100% + 0.75rem);
  display: block;
  background-size: cover;
  background-color: #FFF;
}
.steps-form.state-alt .steps-progress-nav .step-content {
  flex: 1 1 auto;
  font-size: 0.875rem;
  color: #40536D;
}
.steps-form.state-alt .steps-progress-nav .step-content .content-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.333em;
  color: #1B236B;
  margin-bottom: 0.234375rem;
}
.steps-form.state-alt .steps-progress-nav .step-content p {
  margin-bottom: 0;
}
.steps-form.state-alt .steps-progress-nav .step-content p:not(.content-title) {
  line-height: 1.1;
}

.data-requests {
  margin-bottom: 1.875rem;
}
@media (min-width: 1000px) {
  .data-requests {
    margin-bottom: 3.75rem;
  }
}
.data-requests:last-child {
  margin-bottom: 0;
}
.data-requests .list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
.data-requests .list .el {
  padding: 0.9375rem 0.9375rem 0;
  border: 0.0625rem solid #D3DCEA;
  margin-top: 0.9375rem;
}
.data-requests .list .el.state-alt {
  padding: 0;
}
@media (min-width: 500px) {
  .data-requests .list .el.state-alt {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (min-width: 500px) {
  .data-requests .list .el.state-alt > .media {
    flex: 0 0 5.625rem;
    align-self: flex-start;
  }
}
.data-requests .list .el.state-alt .details {
  padding: 0.9375rem 0.9375rem 0;
}
@media (min-width: 500px) {
  .data-requests .list .el.state-alt .details {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .data-requests .list .el.state-alt .details {
    padding-left: 1.5625rem;
  }
}
@media (min-width: 500px) {
  .data-requests .list .el.state-alt .details .info-block {
    flex: 1 1 auto;
  }
}
@media (max-width: 499px) {
  .data-requests .list .el.state-alt .details .info-block:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.data-requests .list .el.state-alt .details .info-block > *:last-child {
  margin-bottom: 0;
}
.data-requests .list .el.state-alt .details .block-title {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.333em;
}
.data-requests .list .el.state-alt .details .actions-box {
  display: flex;
  align-items: center;
}
@media (min-width: 500px) {
  .data-requests .list .el.state-alt .details .actions-box:not(:first-child) {
    margin-left: 0.9375rem;
  }
}
.data-requests .list .el.state-alt .details .actions-box > .btn {
  flex: 1 1 7.5rem;
  min-width: 7.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.data-requests .list .el.state-alt .details .actions-box .indicator {
  position: relative;
  margin-bottom: 0;
  padding-right: 1.1254501801rem;
}
.data-requests .list .el.state-alt .details .actions-box .indicator:not(:last-child) {
  margin-right: 0.3125rem;
}
.data-requests .list .el.state-alt .details .actions-box .indicator:not(:last-child) + .btn {
  margin-left: 1.3750366676rem;
}
.data-requests .list .el.state-alt .details .actions-box .indicator.state-inactive:after {
  background-color: rgba(202, 105, 105, 0.2);
}
.data-requests .list .el.state-alt .details .actions-box .indicator.state-inactive:before {
  background-color: #CA6969;
}
.data-requests .list .el.state-alt .details .actions-box .indicator:after, .data-requests .list .el.state-alt .details .actions-box .indicator:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
}
.data-requests .list .el.state-alt .details .actions-box .indicator:after {
  right: 0;
  width: 0.8152173913rem;
  height: 0.8152173913rem;
  background-color: rgba(151, 202, 105, 0.2);
}
.data-requests .list .el.state-alt .details .actions-box .indicator:before {
  right: 0.25rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #97ca69;
}
.data-requests .list .el.state-alt .details .actions-box .tooltip {
  cursor: pointer;
}
.data-requests .list .el.state-alt .details .actions-box .tooltip:not(:last-child) {
  margin-right: 0.625rem;
}
.data-requests .list .el.state-alt .details .actions-box .tooltip.state-show .tooltip-content {
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
  display: block;
}
.data-requests .list .el.state-alt .details .actions-box .tooltip .icon-info {
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 0.8125rem;
  color: #073884;
}
.data-requests .list .el.state-alt .details .actions-box .tooltip .tooltip-content {
  text-align: center;
  background-color: #00102a;
  color: #FFF;
  width: 200px;
  left: 50%;
  bottom: auto;
  top: calc(100% + 0.1875rem);
  font-size: 1rem;
}
@media (max-width: 499px) {
  .data-requests .list .el.state-alt .details .actions-box .tooltip .tooltip-content {
    transform: translateX(-45%);
  }
}
@media (min-width: 500px) {
  .data-requests .list .el.state-alt .details .actions-box .tooltip .tooltip-content {
    transform: translateX(-50%);
  }
}
.data-requests .list .el.state-alt .details .actions-box .tooltip .tooltip-content:before {
  content: "";
  position: absolute;
  top: -0.375rem;
  display: block;
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid #00102a;
}
@media (max-width: 499px) {
  .data-requests .list .el.state-alt .details .actions-box .tooltip .tooltip-content:before {
    left: 45%;
    transform: translateX(-45%);
  }
}
@media (min-width: 500px) {
  .data-requests .list .el.state-alt .details .actions-box .tooltip .tooltip-content:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 500px) {
  .data-requests .list .el {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (min-width: 750px) {
  .data-requests .list .el {
    animation: fadeInUpLight 0.3s;
    animation-fill-mode: both;
  }
  .data-requests .list .el:nth-child(15n+1) {
    animation-delay: 0.05s;
  }
  .data-requests .list .el:nth-child(15n+2) {
    animation-delay: 0.1s;
  }
  .data-requests .list .el:nth-child(15n+3) {
    animation-delay: 0.15s;
  }
  .data-requests .list .el:nth-child(15n+4) {
    animation-delay: 0.2s;
  }
  .data-requests .list .el:nth-child(15n+5) {
    animation-delay: 0.25s;
  }
  .data-requests .list .el:nth-child(15n+6) {
    animation-delay: 0.3s;
  }
  .data-requests .list .el:nth-child(15n+7) {
    animation-delay: 0.35s;
  }
  .data-requests .list .el:nth-child(15n+8) {
    animation-delay: 0.4s;
  }
  .data-requests .list .el:nth-child(15n+9) {
    animation-delay: 0.45s;
  }
  .data-requests .list .el:nth-child(15n+10) {
    animation-delay: 0.5s;
  }
  .data-requests .list .el:nth-child(15n+11) {
    animation-delay: 0.55s;
  }
  .data-requests .list .el:nth-child(15n+12) {
    animation-delay: 0.6s;
  }
  .data-requests .list .el:nth-child(15n+13) {
    animation-delay: 0.65s;
  }
  .data-requests .list .el:nth-child(15n+14) {
    animation-delay: 0.7s;
  }
  .data-requests .list .el:nth-child(15n+15) {
    animation-delay: 0.75s;
  }
  .data-requests .list .el.state-remove {
    animation: fadeOutUpLight 0.3s;
    animation-fill-mode: both;
  }
}
.data-requests .list .el:first-child {
  margin-top: 0;
}
.data-requests .list .details {
  flex: 1 1 auto;
  margin-right: auto;
  margin-bottom: 0.9375rem;
}
@media (min-width: 500px) {
  .data-requests .list .details .inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.data-requests .list .details .inner .block {
  flex: 0 1 200px;
  margin-right: 1.875rem;
  margin-bottom: 0.625rem;
}
.data-requests .list .details .inner .block:last-child {
  margin-right: 0;
}
.data-requests .list .organization, .data-requests .list .information-officer {
  font-weight: 600;
  margin-bottom: 0;
}
.data-requests .list .sub-note, .data-requests .list .date {
  margin-bottom: 0;
}
.data-requests .list .btn-cont {
  flex: 0 0 auto;
  margin-bottom: 0.9375rem;
}

.customer-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.customer-list .customer-list-item {
  flex: 0 0 100%;
}
@media (min-width: 500px) {
  .customer-list .customer-list-item {
    flex-basis: 50%;
  }
}
@media (min-width: 750px) {
  .customer-list .customer-list-item {
    flex-basis: calc(100% / 3);
  }
}
@media (min-width: 1000px) {
  .customer-list .customer-list-item {
    flex-basis: 25%;
  }
}
.customer-list .customer-list-item a {
  cursor: pointer;
}
.customer-list:after {
  content: "";
  flex: auto;
}

/*# sourceMappingURL=global.css.map */
