/* asiade */
@media (max-width: 360px) {
  .help-aside .help-aside-container .help-aside-icon,
  .help-aside .help-aside-container .help-line-icon-aside {
    display: block;
    position: static;
    float: none;
    margin: 0 0 10px 0;
  }
  .help-info .help-line-container .help-line-wrapper .help-line-icon {
    float: none;
    margin: 0 0 10px 0;
    display: block;
  }
  .help-info .help-line-container .help-line-wrapper p {
    margin: 0;
  }
  .add-more-link.icon--link:before {
    position: static;
    margin: -1px 10px 0 0;
    float: left;
  }
  .main-column,
  .help-info .main-column {
    padding-left: 15px;
  }
}

.columns.margin-left-login {
  margin-left: 18px;
}

.columns.margin-left-minus {
  margin-left: -14px;
}

.help-line-wrapper {
  border-top: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 56px;
}

.help-line-wrapper span{
  float: left;
  color: #1b1b1b;
  font-size: 14px;
  margin-right: 12px;
}

.help-line-wrapper p{
  color: #1b1b1b;
  font-size: 14px;
}

.help-aside {
  margin-top: 35px;
  position: absolute;
  right: 0px;
}

.help-aside-icon:before {
  width: 25px;
  height: 25px;
  font-family: "Open sans";
}

img.help-line-icon.help-line-icon-aside {
  width: 25px;
  height: 25px;
}

.help-line-wrapper .help-line__important-info a {
  color: #0052a5;
}

.help-line-wrapper .help-line__important-info a:hover {
  color: #0075e2;
}

.login > .main-column {
  padding: 0 15px;
}

.help-aside-container:before {
  display: none;
}

.help-aside-long-section {
  bottom: -25px;
}

.large-button-margin-bottom,
.pz-container-margin-bottom,
.login-section-margin-bottom {
  margin-bottom: 72px;
}

.login-section-margin-left {
  margin-left: 145px;
  padding-left: 16px;
}


/* buttons */
.navigation--bottom {
  /* padding-top: 34px;
  padding-bottom: 14px; */
}

.navigation--bottom .btn {
  border-color: #0052a5;
  background-color: #0052a5;
  font-size: 16px;
  border-radius: 4px;
  height: 44px;
}

.navigation--bottom .btn:focus,
.navigation--bottom .btn:hover {
  border-color: #0075e2;
  background-color: #0075e2;
}

.navigation--bottom .btn:focus {
  outline-color: #0075e2;
}

.navigation--bottom .btn:hover {
  box-shadow: 0 0 0 2px #0075e2;
}

.navigation--bottom .btn-primary-outline {
  background: #fff;
  color: #0052a5;
}

.navigation--bottom .btn-primary-outline:focus {
  color: #fff;
}

.navigation--bottom .btn.btn--default {
  background: white;
  color: #0052a5;
  border-color: #0052a5;
}

.navigation--bottom button.btn.btn--default:hover {
  background: white;
  color: #0075e2;
  border-color: #0075e2;
  outline: #0075e2;
  box-shadow: 0 0 0 2px #0075e2;
}

.btn.greyBtn {
  background-color: #767676;
  border-color: #767676;
}

.btn.greyBtn:hover,
.btn.greyBtn:focus {
  background-color: #767676;
  border-color: #767676;
  outline-color: unset !important;
}

.profil-card {
  border-radius: 5px;
  border: 0.125rem solid #f1f1f1;
  padding: 40px 30px;
}

.profil-card-small {
  border-radius: 5px;
  border: 0.125rem solid #f1f1f1;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profil-card-small img {
  max-height: 55px;
  padding-top: 5px;
}

.profil-card > p > a {
  font-size: 18px;
}

.offset-lg-1 {
  margin-left: 3.333333%
}

.btn.greyBtn:hover {
  box-shadow: 0 0 0 2px #767676;
}
@charset "UTF-8";
@font-face {
  font-family: "gov-icons";
  src: url("/assets/fonts/gov-icons/gov-icons.eot");
  src: url("/assets/fonts/gov-icons/gov-icons.eot") format("embedded-opentype"),
  url("/assets/fonts/gov-icons/gov-icons.ttf") format("truetype"),
  url("/assets/fonts/gov-icons/gov-icons.woff") format("woff"),
  url("/assets/fonts/gov-icons/gov-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.step {
  padding-top: 14px;
  border-top: 2px solid #0052a5;
  border-bottom: 0;
  color: #0052a5;
  line-height: 18px;
  font-size: 14px;
  width: 122px;
}

.step-margin-bottom {
  margin-bottom: 26px;
}

.step:before {
  position: absolute;
  flex-direction: row;
  margin: 0;
  background: #0052a5;
  border-radius: 0;
  z-index: 2;
  content: "";
  display: block;
  left: 5px;
  width: 8px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  margin-top: -25px;
  margin-left: 2px;
}

.step:after {
  position: absolute;
  content: "";
  flex-direction: row;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 50%;
  top: -13px;
  left: 0;
  border: 2px solid #0052a5;
  background-color: #0052a5;
  z-index: 1;
}

.step-active {
  list-style: none;
  color: #000000;
  padding-bottom: 28px;
  border-top: 2px solid #b7b7b7;
  border-bottom: 0;
  font-weight: bold;
}

.step-active:before {
  position: absolute;
  content: "";
  flex-direction: row;
  margin: 0;
  top: -7px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #0a54a3;
  border: 0;
  border-radius: 100%;
  z-index: 2;
}

.step-active:after {
  position: absolute;
  content: "";
  flex-direction: row;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 50%;
  top: -13px;
  left: 0;
  border: 2px solid #0a54a3 !important;
  background-color: #ffffff;
  z-index: 1;
}

ol.step-pagination .step-active ~ .step::before {
  background-color: #ffffff;
  content: "";
  width: 0;
  height: 0;
  border: none;
  transform: rotate(0);
}

ol.step-pagination .step-active ~ .step {
  color: #5c5c5c;
  border-top: 2px solid #b7b7b7;
}

ol.step-pagination .step-active ~ .step::after {
  background-color: #ffffff;
  border: 2px solid #b7b7b7;
}

.step-last:last-child::after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 0;
  position: absolute;
  content: "";
  flex-direction: row;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 50%;
  top: -13px;
  left: 0;
  border: 2px solid #b7b7b7;
  background-color: #ffffff;
  z-index: 1;
}

ol.step-pagination .step-last:last-child {
  border-top: 2px solid #ffffff;
}

a.active,
a.active ~ * {
  border: none;
}

.section-header-container:not(.expanded) {
  margin: 32px 0 0;
}

.step-pagination {
  font-size: 14px !important;
  font-family: "Open-Sans", sans-serif !important;
  line-height: 18px;
  margin-top: 14px;
  position: relative;
  width: initial;
}

.icon--arrow-down:before {
  background-image: url("/assets/img/down_icon.svg");
  background-size: 65%;
}

.select-field:before {
  border-left: none;
}

select option {
  padding: 5px;
  color: #0052a5 !important;
  color: #0052a5 !important;
  border: 1px solid #656565;
  text-indent: 5px;
  border-radius: 2px;
}

select:focus {
  border-color: transparent;
  box-shadow: none;
  outline-color: transparent;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  background: none;
  color: #0052a5;
  color: #0052a5;
}

.radio-row .radio-label label {
  font-size: 16px;
  padding-top: 0px;
  padding-left: 34px;
}

.radio-row + .radio-row {
  margin-top: 10px;
}

.radio-row input[type="radio"] + .radio-label label:before {
  content: "";
  border: 2px solid #b7b7b7;
  width: 20px;
  height: 20px;
}

.radio-row input[type="radio"]:checked + .radio-label label:before {
  border: 2px solid #0052a5;
}

.radio-row input[type="radio"]:checked + .radio-label label:after {
  content: "";
  background: #0052a5;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
}

.has-error label:before {
  border-color: #d5233f !important;
}

.radio-label--with-tooltip {
  padding-top: 0px;
  padding-left: 34px;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/opensans/opensans-regular.woff2") format("woff2"),
      url("/assets/fonts/opensans/opensans-regular.woff") format("woff"),
      url("/assets/fonts/opensans/opensans-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/opensans/opensans-bold.woff2") format("woff2"),
      url("/assets/fonts/opensans/opensans-bold.woff") format("woff"),
      url("/assets/fonts/opensans/opensans-bold.ttf") format("truetype");
}

body,
h1,
.h1,
.step-pagination,
button,
input,
optgroup,
select,
textarea,
ul {
  font-family: "Open Sans", sans-serif;
}

h1,
.h1,
.site-title,
.row--1 h1.site-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3em;
  margin-top: 24px;
}

h2,
.h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 30px;
}

h3,
.h3 {
  font-family: "Open-Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  margin-bottom: 0;
}

h2.h3 {
  padding-bottom: 10px;
}

h3.h4 {
  margin-top: 5px !important;
}

@media (min-width: 768px) {
  h1,
  .h1,
  .site-title,
  .row--1 h1.site-title {
    font-size: 42px;
    line-height: 1.3em;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1,
  .site-title,
  .row--1 h1.site-title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 8px;
  }
}

.section-spacer {
  border-color: transparent;
}

.icon--link {
  color: #0052a5 !important;
  font-weight: 700;
}

.help-line-wrapper .help-line__important-info {
  color: #222;
}

.help-line-wrapper .help-line__important-info a {
  color: #0075e2;
  white-space: nowrap;
}

.help-line-wrapper .help-line__important-info a:hover {
  color: #d5233f;
}

.help-line-wrapper .help-line__important-info a:focus {
  color: #fff;
}

.red {
  color: #d5233f !important;
}

.form__text-field--textarea:focus {
  border: 1px solid #0052a5;
  border: 1px solid #0052a5;
  box-shadow: 0 0 0 2px #0a54a3;
}

.navigation--top {
  bottom: 15px;
}

.navigation--top .btn {
  color: #0052a5;
}

input {
  border-radius: 4px !important;
  padding: 10px;
}

[type="text"] {
  color: black;
  border-color: #b7b7b7;
}

[type="text"]:focus {
  border-color: #0052a5;
  box-shadow: 0 0 0 2px #0052a5;
  border: 1px solid #0052a5;
  border-color: #0052a5;
  box-shadow: 0 0 0 2px #0052a5;
  border: 1px solid #0052a5;
  color: #0052a5;
}

a {
  color: #0052a5;
  text-decoration: none;
}

a:hover {
  color: #0075e2 !important;
}

.form__text-field--textarea:focus {
  border: 1px solid #0052a5;
  border: 1px solid #0052a5;
  box-shadow: 0 0 0 2px #0075e2;
}

.coi-content .columns {
  margin-bottom: 10px;
}
.margin-top {
  margin-top: 15px;
}
.margin-top-primary,
.margin-top-context-buttons {
  margin-top: 56px;
}
.margin-top-secondary,
.margin-top-secondary-context-select {
  margin-top: 40px;
}
.margin-top-10px {
  margin-top: 10px;
}

.margin-bottom {
  margin-bottom: 5px;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}

.margin-bottom-2x {
  margin-bottom: 15px;
}
.margin-bottom-4x {
  margin-bottom: 30px;
}
.margin-bottom-primary {
  margin-bottom: 56px;
}

.margin-top-2x {
  margin-top: 15px;
}

label {
  color: black;
  font-size: 14px;
}

.page-footer__primary-list-link:hover,
.page-footer__secondary-list-link:hover,
.page-footer__primary-list-link--icon:hover:after,
.page-footer__secondary-list-link--icon:hover:after {
  color: black !important;
  text-decoration: underline;
}

body {
  overflow-y: scroll;
  background-color: #ffffff;
  max-width: 700px;
}

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000;
}

.quick-access-nav ul {
  margin: 0 auto;
}

.quick-access-nav li {
  position: absolute;
  width: 100%;
}

.quick-access-nav li:focus-within {
  top: 1000px;
}

.quick-access-nav a {
  display: block;
  margin: 0 auto;
  padding: 0.5em 3em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #0052a5;
  outline: none;
  border: 1px solid #ffffff;
}

.quick-access-nav a:focus {
  position: absolute;
  top: 1000px;
  width: 100%;
  position: static;
  top: auto;
  width: fit-content;
}

.quick-access-nav a:focus-within {
  position: static;
  top: auto;
  width: fit-content;
}

.page-header {
  color: #232323;
  margin-bottom: 0;
  background-color: #ffffff;
}

.page-header .js-desk-h1 {
  color: #232323;
  font-size: 34px;
  margin: 0;
  line-height: 1.3em;
}
.main-column > div.row {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 0.125rem solid #f1f1f1;
  display: flex;
  align-items: center;

}
.main-column > div.rowWithoutBottomBorder {
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  align-items: center;

}

.breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.breadcrumbs ul {
  display: none;
  padding: 0;
}

@media (min-width: 43.75rem) {
  .breadcrumbs ul {
    display: block;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .breadcrumbs ul:after {
    content: "";
    clear: both;
    display: table;
  }
  .breadcrumbs ul .home:before {
    font: normal normal normal 14px/1 "gov-icons";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "gov-icons" !important;
    font-size: inherit;
    speak: none;
    text-transform: none;
    content: "";
    margin: auto 0;
  }
  .breadcrumbs ul li {
    float: left;
  }
  .breadcrumbs ul li a:hover {
    text-decoration: underline;
  }
  .breadcrumbs ul li a {
    text-decoration: none;
  }
  .breadcrumbs ul li a:first-child {
    text-decoration: none;
  }
  .breadcrumbs ul li a:first-child:hover {
    text-decoration: none;
  }
  .breadcrumbs ul li a:first-child:focus {
    color: #fff;
  }
  .breadcrumbs ul li:last-child a {
    color: #1b1b1b;
  }
  .breadcrumbs ul li:last-child a:focus {
    color: #fff;
  }
  .breadcrumbs ul li + li::before {
    font: normal normal normal 14px/1 "gov-icons";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "gov-icons" !important;
    font-size: inherit;
    speak: none;
    text-transform: none;
    content: "";
    color: #0052a5;
    margin: 0 0.5em;
  }
}

.gov-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 0.125rem solid #f1f1f1;
}

.gov-main:after {
  content: "";
  clear: both;
  display: table;
}

.gov-main .gov-menu-opener {
  height: 3.5rem;
  width: 3.5rem;
  float: left;
  background-color: #f1f1f1;
  border: none;
  padding: 0;
  cursor: pointer;
}

.gov-main .gov-menu-opener > span {
  display: block;
  width: 66.6666%;
  height: 66.6666%;
  margin: 17%;
  border-radius: 50%;
  transition: background-color 0.2s ease-out;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gov-main .gov-menu-opener > span:before {
  content: "\f0c9";
  font-size: 1.3125rem;
  color: #717171;
  margin: 26.5%;
  display: inline-block;
}

.gov-main .gov-menu-opener:focus {
  outline: none;
}

.gov-main .gov-menu-opener:focus > span {
  background-color: #fcfcfc;
}

.gov-main .gov-menu-opener:active > span {
  background-color: #ffffff;
}

.gov-main nav#top-bar-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding-right: 1.1em;
}

.gov-main .top-bar {
  float: left;
  flex: 1;
  display: flex;
  justify-content: center;
}

.gov-main .top-bar .gov-pl {
  background-image: url("/assets/img/herb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: #1b1b1b;
  height: 2rem;
  margin-top: 0.875rem;
  margin-bottom: 0.625rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
  padding-left: 2.0625rem;
  padding-top: 0.25rem;
  font-size: 1.18125rem;
  display: inline-block;
  display: flex;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.gov-main .top-bar .gov-pl:focus {
  outline-color: #0075e2;
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 3px;
  background-color: #fff;
}

.gov-main .top-bar .gov-pl:hover {
  color: #000000 !important;
}

.gov-main .top-bar .portal-name {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  display: none;
}

.gov-main .top-bar .portal-name::before {
  content: "";
  flex: 0 0 2px;
  height: 63%;
  background-color: #d5233f;
  margin-right: 1.5125rem;
}

.gov-main .search-form {
  display: none;
  float: right;
  margin: 1.125rem 0.75rem;
}

.gov-main .search-link {
  float: right;
  margin: 1rem 0;
  color: #d5233f;
}

.gov-main .search-link::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  content: "\f002";
  font-size: 1.25rem;
}

.gov-main .panel-login {
  display: none;
  float: right;
  margin: 1.625rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.5em;
}

.gov-main .panel-login .login,
.gov-main .panel-login .logout {
  text-decoration: none;
}

.gov-main .panel-login .login:hover,
.gov-main .panel-login .logout:hover {
  color: #d5233f;
}

.gov-main .panel-login .login:focus,
.gov-main .panel-login .logout:focus {
  color: #fff;
}

.gov-main .panel-login .login:focus:hover,
.gov-main .panel-login .logout:focus:hover {
  color: #fff;
}

.gov-main .panel-login .login::before,
.gov-main .panel-login .logout::before {
  font: normal normal normal 14px/1 "gov-icons";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gov-icons" !important;
  font-size: inherit;
  speak: none;
  text-transform: none;
  content: "";
  margin-right: 0.375rem;
}

.page-header .column {
  padding-left: 0;
}

.search-form {
  display: block;
  display: flex;
}

.search-form input {
  font-size: 1rem;
  height: 2.5rem;
  width: 17.5rem;
  padding-left: 0.625rem;
  border: solid 1px #b7b7b7;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
}

.search-form button {
  float: right;
  height: 2.5rem;
  background-color: #ffffff;
  color: #d5233f;
  border: solid 1px #b7b7b7;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0 0.75rem 0.25rem;
}

.search-form button::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  content: "\f002";
  font-size: 1.5rem;
}

#gov-menu {
  /*
  Test checks:
  1. Positions correctly Mob/Desk
  2. No changes in text during show/hide animation.
  3. Small mobile takes full space.
  4. Independent scroll on menu.
  5. Moves content right when opening (on screen wider than menu + content).
  6. IE 9.
  7. Tab/focus order is correct (menu comes after search), but JS is moving focus to menu after opening HamburgerMenu.
  8. When menu hidden menu is [not] skipped by tab/focus order. TODO decide with WCAG which one.
  */
  position: fixed;
  left: 0;
  bottom: 0;
  top: 3.625rem;
  z-index: 101;
  width: 0;
  transition: width 0.3s ease;
  background-color: #f1f1f1;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

#gov-menu > div {
  display: none;
  width: 23rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#gov-menu > div > div {
  width: 16.75rem;
}

#gov-menu:focus-within {
  width: 16.75rem;
}

#gov-menu:focus-within > div {
  display: block;
}

body.js-show-gov-menu #gov-menu {
  width: 16.75rem;
}

body.js-show-gov-menu #gov-menu > div {
  display: block;
}

.gov-main {
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

body.js-hide-gov-bar .gov-main {
  transform: translateY(-3.625rem);
}

.gov-main-spacer {
  width: 100%;
  height: 3.5rem;
}

.page-header,
.page-footer,
.main-content {
  margin-left: 0;
  transition: margin-left 0.3s ease, margin-right 0.3s ease;
}

main {
  display: block;
}

main > section {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 1.1em;
}

.page-header > .row {
  margin-left: auto;
  margin-right: auto;
}

.no-js #gov-menu .gov-close {
  display: none;
}

#gov-menu > div {
  font-size: 1rem;
}

#gov-menu > div > div {
  padding: 0.5rem 0;
}

#gov-menu > div > div + div {
  position: relative;
}

#gov-menu > div > div + div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.3125rem;
  right: 1.3125rem;
  height: 1px;
  background-color: #b7b7b7;
}

#gov-menu ul li a {
  display: block;
  line-height: 1.5rem;
  padding: 0.625rem 1.5625rem;
  color: #1b1b1b;
  text-decoration: none;
}

#gov-menu ul li a.active,
#gov-menu ul li a:hover,
#gov-menu ul li a:focus {
  color: #ffffff;
  background-color: #0052a5;
  outline: none;
}

#gov-menu .helpline {
  padding: 1rem 1.5625rem;
}

#gov-menu .helpline p {
  line-height: 1.5em;
}

#gov-menu .secondary-part,
#gov-menu .helpline {
  font-size: 0.875em;
}

#gov-menu .secondary-part {
  padding: 0.5625rem 0;
}

#gov-menu .menu-login-panel a::before {
  font: normal normal normal 14px/1 "gov-icons";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gov-icons" !important;
  font-size: inherit;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  color: #0052a5;
}

#gov-menu .services .person:before,
#gov-menu .services .business:before,
#gov-menu .services .clerk:before {
  font: normal normal normal 14px/1 "gov-icons";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gov-icons" !important;
  font-size: inherit;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  color: #0052a5;
}

#gov-menu .services .person:focus:before,
#gov-menu .services .person:hover:before,
#gov-menu .services .business:focus:before,
#gov-menu .services .business:hover:before,
#gov-menu .services .clerk:focus:before,
#gov-menu .services .clerk:hover:before {
  color: #ffffff;
}

#gov-menu .menu-login-panel a:hover::before {
  color: #ffffff;
}

#gov-menu .menu-login-panel a::before {
  content: "";
}

#gov-menu .services .person::before {
  content: "";
}

#gov-menu .services .business::before {
  content: "";
}

#gov-menu .services .clerk::before {
  content: "";
}

#gov-menu .services .mas-fa .person::before,
#gov-menu .services .mas-fa .business::before,
#gov-menu .services .mas-fa .clerk::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
}

#gov-menu .services .mas-fa .person::before {
  content: "\f007";
}

#gov-menu .services .mas-fa .business::before {
  content: "\f0b1";
}

#gov-menu .services .mas-fa .clerk::before {
  content: "\f109";
}

#gov-menu .external:after {
  font: normal normal normal 14px/1 "gov-icons";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gov-icons" !important;
  font-size: 12px;
  padding-left: 10px;
  speak: none;
  text-transform: none;
  content: "";
  color: #0052a5;
}

#gov-menu .external:focus:after,
#gov-menu .external:hover:after {
  color: #ffffff;
}

#gov-menu .external2::after {
  font: normal normal normal 14px/1 "gov-icons";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gov-icons" !important;
  font-size: inherit;
  speak: none;
  text-transform: none;
  content: "";
  color: #0052a5;
}

#gov-menu .helpline .phone-no {
  font-weight: bold;
  font-size: 1.14286em;
  color: #1b1b1b;
  text-decoration: none;
}

#gov-menu .helpline .phone-no:hover,
#gov-menu .helpline .phone-no:focus {
  color: #fff;
}

#gov-menu .gov-close {
  display: block;
  width: 0;
  height: 2.75rem;
  padding: 0.625rem 0;
  overflow: hidden;
}

#gov-menu .gov-close:not(:focus) {
  border: none;
}

#gov-menu .gov-close:focus {
  width: auto;
  height: auto;
  padding: 0.625rem 1.5625rem;
}

#gov-menu ul {
  margin: 0;
  line-height: 0;
}

#gov-menu li,
#gov-menu ul {
  vertical-align: baseline;
}

#gov-menu .user-menu {
  background: #dcdcdc;
}

#gov-menu .user-menu:before {
  display: none;
}

#gov-menu .user-menu__data {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 1.5625rem;
}

#gov-menu .user-menu__details {
  flex-direction: column;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.5em;
  margin: auto 0;
}

#gov-menu .user-menu__picture {
  background: #d8d8d8;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 50%;
  margin: auto 15px auto 0;
}

#gov-menu .user-menu__context .arrow-down {
  color: #0052a5;
  text-decoration: none;
}

#gov-menu .user-menu__context .arrow-down:focus,
#gov-menu .user-menu__context .arrow-down:hover {
  color: #fff;
  background: #0052a5;
  outline-color: #0052a5;
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 0;
}

#gov-menu .user-menu__name,
#gov-menu .user-menu__context {
  font-weight: 700;
}

#gov-menu .user-menu__context,
#gov-menu .user-menu__login,
#gov-menu .user-menu__picture {
  display: none;
}

#gov-menu .user-menu .arrow-down {
  display: flex;
  align-items: center;
}

#gov-menu .user-menu .arrow-down:after {
  content: "";
  font: normal normal normal 14px/1 "gov-icons";
  font-family: "gov-icons" !important;
  color: #0052a5;
  margin: auto 0 auto auto;
}

#gov-menu .user-menu .arrow-down:hover:after,
#gov-menu .user-menu .arrow-down:focus:after {
  color: #fff;
}

@media (min-width: 80rem) {
  .gov-main-spacer {
    height: 4.875rem;
  }
  main > section,
  .main-container {
    max-width: 71.25006em;
  }
  body.js-show-gov-menu .page-header,
  body.js-show-gov-menu .page-footer,
  body.js-show-gov-menu .main-content {
    margin-left: 16.75rem;
  }
  .no-js #gov-menu {
    width: 16.75rem;
  }
  .no-js #gov-menu > div {
    display: block;
  }
  .no-js .page-header,
  .no-js .page-footer,
  .no-js .main-content {
    margin-left: 16.75rem;
  }
  #gov-menu > div > div {
    padding: 1.0625rem 0;
  }
  #gov-menu > div > div.menu-login-panel + div::before {
    content: none;
  }
  #gov-menu .menu-login-panel {
    display: none;
  }
  #gov-menu ul li a {
    padding: 0.5rem 1.5625rem;
  }
  .page-header .js-desk-h1 {
    flex: 1;
  }
  .page-header .main-container > div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
  }
  .page-header .main-container > div > div {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .page-header .main-container > div::after {
    content: "";
    clear: both;
    display: table;
  }
  .page-header .desk-menu > ul {
    clear: none;
  }
  body.js-hide-gov-bar .gov-main {
    transform: translateY(-5rem);
  }
  .gov-main .gov-menu-opener {
    height: 4.875rem;
    width: 4.875rem;
  }
  .gov-main .gov-menu-opener > span:before {
    font-size: 1.75rem;
  }
  .gov-main .top-bar {
    justify-content: flex-start;
    padding-right: 0;
  }
  .gov-main .top-bar .gov-pl {
    height: 2.75rem;
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
    margin-left: 2rem;
    margin-right: 1.8125rem;
    padding-left: 2.8125rem;
    padding-top: 0.5rem;
    font-size: 1.71875rem;
    text-decoration: none;
  }
  .gov-main .top-bar .portal-name {
    display: inline-block;
    display: flex;
  }
  .gov-main .search-form {
    display: block;
    display: flex;
  }
  .gov-main .search-link {
    display: none;
  }
  .gov-main .panel-login {
    display: block;
  }
  #gov-menu {
    top: 5rem;
  }
  .services:before {
    display: none;
  }
}

@media (min-width: 22.5rem) {
  body {
    max-width: none;
  }
}

@media (min-width: 43.75rem) {
  main {
    overflow-x: hidden;
  }
  main > section,
  main .main-container {
    max-width: 62.50006em;
  }
}

@media (max-width: 23.4375rem) {
  #gov-menu > div {
    width: 28.75rem;
  }
  #gov-menu > div > div {
    width: 23.4375rem;
  }
  #gov-menu:focus-within {
    width: 100vw;
  }
  body.js-show-gov-menu {
    overflow: hidden;
  }
  body.js-show-gov-menu #gov-menu {
    width: 100vw;
  }
}

@media (max-width: 79.99375rem) {
  /* .page-header .js-desk-h1, .page-header .desk-menu {
    /* display: none; */
  /* } */
  */ .no-js .gov-main {
       position: static;
       display: block;
       padding-right: 0;
     }
  .no-js .gov-main .gov-menu-opener {
    display: none;
  }
  .no-js .gov-main .search-link {
    margin-right: 1.1em;
  }
  .no-js .gov-main #gov-menu {
    position: static;
    width: 100%;
  }
  .no-js .gov-main #gov-menu > div {
    display: block;
    width: 100%;
    max-width: 700px;
  }
  .no-js .gov-main #gov-menu > div > div {
    width: 100%;
  }
  .no-js .page-header,
  .no-js main {
    margin-top: 0;
  }
}

@media (max-width: 79.99375rem) and (min-width: 43.75rem) {
  .no-js .gov-main #gov-menu > div {
    column-count: 2;
  }
  .no-js .gov-main #gov-menu > div > div {
    display: inline-block;
  }
}

#gov-menu .logout,
#top-bar-nav .logout {
  display: none;
}

#gov-menu .user-menu {
  display: none;
}

#gov-menu .user-menu + div:before {
  display: none;
}

.nFormsGlobalErrors {font-size: 16px;
  color: black;
  position: relative;
  font-family: "Open sans", sans-serif;
  padding: 15px 30px 15px 70px;
  border: #d5233f 3px solid;
  margin: 25px 0 28px 0px;
  display: flex;
  justify-content: baseline;
  background-color: white;
  background-repeat: no-repeat;
  background-position-x: 10px;
  width: 100%;
  background-size: 50px 50px;
  background-position-y: 10%;
  background-image: url(/assets/img/warningIcon.svg);
  border-radius: 4px;
  min-height: 60px;
}
.nFormsGlobalSuccess {
  font-size: 16px;
  color: black;
  font-family: "Open sans", sans-serif;
  padding: 15px 30px 15px 66px;
  border: green 3px solid;
  margin: 25px 0 28px 0px;
  display: flex;
  justify-content: baseline;
  background-color: white;
  background-repeat: no-repeat;
  background-position-x: 1%;
  background-size: 40px;
  background-position-y: 40%;
  background-image: url(/assets/img/successIcon.svg);
  border-radius: 4px;
  min-height: 60px;
}
.nFormsGlobalWarning {
  font-size: 16px;
  color: black;
  font-family: "Open sans", sans-serif;
  padding: 15px 30px 15px 65px;
  border: 3px solid #f6a500;
  margin: 25px 0 28px 0px;
  display: flex;
  justify-content: baseline;
  background-color: white;
  background-repeat: no-repeat;
  background-position-x: 1%;
  background-size: 40px;
  background-position-y: 40%;
  background-image: url(/assets/img/questionMark.svg);
  border-radius: 4px;
  min-height: 60px;
}
.nFormsGlobalInfo {
  font-size: 16px;
  color: black;
  font-family: "Open sans", sans-serif;
  padding: 15px 30px 15px 66px;
  border: darkblue 3px solid;
  margin: 25px 0 28px 14px;
  display: flex;
  justify-content: baseline;
  background-color: white;
  background-repeat: no-repeat;
  background-position-x: 1%;
  background-size: 30px;
  background-position-y: 16%;
  background-image: url(/assets/img/icon_info.svg);
  border-radius: 4px;
  min-height: 60px;
}

.nFormsGlobalInfo span {
  color : red;
  font-weight: bold;
}

.nFormsGlobalInfo span::after {
  content: "\00a0 ";
}

.nFormsGlobalErrors p {
  color: black;
  line-height: 24px;
  font-size: 16px;
}

.error-list ul {
  margin-left: 0;
  list-style-type: none;
}

.text--nowrap {
  white-space: nowrap;
}

.flex__columns {
  display: flex;
  flex-direction: column;
}

.flex__column--3 {
  flex: 3 0 auto;
}

.flex__column--4 {
  flex: 4 0 auto;
}

.flex__column--5 {
  flex: 5 0 auto;
}

.flex__column--6 {
  flex: 6 0 auto;
}

.flex__column--9 {
  flex: 9 0 auto;
}

.flex__column--12 {
  flex: 12 0 auto;
}

.page-footer {
  padding: 25px 15px 0;
  margin-top: 70px;
  border-top: 3px solid #d5233f;
}

.page-footer__primary-list-item {
  padding-top: 8px;
}

.page-footer__primary-list-link {
  font-size: 15px;
}

.page-footer__primary-list-link--heading {
  font-size: 18px;
}

.page-footer__secondary-list-item {
  padding-top: 6px;
}

.page-footer__secondary-list-link {
  font-size: 13px;
}

.page-footer__primary-list,
.page-footer__secondary-list {
  margin: 0 0 15px;
}

.page-footer__primary-list-link,
.page-footer__secondary-list-link {
  text-decoration: none;
  color: #222;
}

.page-footer__primary-list-link--icon:after,
.page-footer__secondary-list-link--icon:after {
  font: normal normal normal 12px/1 "gov-icons";
  font-family: "gov-icons" !important;
  padding-left: 5px;
  content: "\E907";
  color: #0052a5;
  display: inline-block;
}

.page-footer__primary-list-link--icon:hover,
.page-footer__secondary-list-link--icon:hover {
  text-decoration: underline;
}

.page-footer__primary-list-link--icon:hover:after,
.page-footer__secondary-list-link--icon:hover:after {
  text-decoration: none;
}

.page-footer__primary-list-link--icon:focus:after,
.page-footer__secondary-list-link--icon:focus:after {
  color: #fff;
}

.page-footer__primary-list-link:visited,
.page-footer__secondary-list-link:visited {
  color: inherit;
}

.page-footer__primary-list-link:hover,
.page-footer__secondary-list-link:hover {
  color: inherit;
  text-decoration: underline;
}

.page-footer__primary-list-link:focus,
.page-footer__secondary-list-link:focus {
  color: #fff;
  background-color: #0075e2;
  outline-color: #0075e2;
  outline-style: solid;
  outline-width: 0.3125em;
  outline-offset: 0;
  text-decoration: none;
}

.page-footer-copyright {
  margin: 35px auto 100px;
}

.page-footer-copyright--border {
  padding-top: 25px;
  border-top: 2px solid #b7b7b7;
  opacity: 0.5;
}

.page-footer-copyright__content {
  align-items: stretch;
}

.page-footer-copyright__content,
.page-footer-copyright__icons {
  display: flex;
}

.page-footer-copyright__icon {
  height: 28px;
  width: 28px;
  background-position: center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  margin: auto 6px auto 0;
  display: inline-block;
}

.page-footer-copyright__icon--cc {
  background-image: url("/assets/img/bottom_icon_cc.png");
}

.page-footer-copyright__icon--human {
  background-image: url("/assets/img/bottom_icon_human.png");
}

.page-footer-copyright__icons {
  flex-direction: column;
  flex-shrink: 0;
}

.page-footer-copyright__text {
  color: #767676;
  line-height: 1rem;
  padding: 0 10px;
  margin: auto;
  font-size: 12px;
  flex-shrink: 1;
}

.page-footer-copyright__logo {
  text-align: center;
  margin-top: 25px;
}

.page-footer-copyright__logo-link {
  background-image: url("/assets/img/herb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: #1b1b1b;
  height: 2rem;
  margin: 0;
  padding-left: 2.0625rem;
  padding-top: 0.25rem;
  font-size: 1.18125rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.page-footer-copyright__logo-link:focus,
.page-footer-copyright__logo-link:hover {
  color: inherit;
}

.page-footer-copyright__logo-link:focus {
  outline-color: #0075e2;
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 3px;
  text-decoration: none;
  background-color: #fff;
}

.text > a {
  font-size: 12px;
}

.header-logo {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 0.125rem solid #f1f1f1;
}

.header-logo img {
  width: 140px;
  padding-top: 3px;
}

.header-name {
  margin: 0;
  font-weight: normal;
  font-size: 32px;
}

@media (min-width: 480px) {
  .page-footer-copyright__icons {
    flex-direction: row;
    align-items: center;
  }
}

.ministry-section p, h3, a {
  font-size: 14px;
}

.system-list-element {
  display: list-item;
  margin-left: 1em;
  padding-right: 2em;
  font-size: 16px;
}

.system-list-container {
  display: flex;
}

.recover-login{
  float: right;
  margin-top: -5px;
}

.text-bolder {
  font-weight: 700;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li a:hover {
  text-decoration: none;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .facebook::before {
  content: '\f082'; /* You should use \ and not /*/
  font-family: "FontAwesome"; /* This is the correct font-family*/
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .facebook:hover {
  color: #3B5998 !important;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .instagram::before {
  content: '\f16d'; /* You should use \ and not /*/
  font-family: "FontAwesome"; /* This is the correct font-family*/
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .instagram:hover {
  color: #e1306c !important;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .twitter::before {
  content: '\f081'; /* You should use \ and not /*/
  font-family: "FontAwesome"; /* This is the correct font-family*/
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .twitter:hover {
  color: #1da1f2 !important;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .youtube::before {
  content: '\f167'; /* You should use \ and not /*/
  font-family: "FontAwesome"; /* This is the correct font-family*/
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .youtube:hover {
  color: #ff0000 !important;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .flickr::before {
  content: '\f167'; /* You should use \ and not /*/
  font-family: "FontAwesome"; /* This is the correct font-family*/
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .flickr:hover {
  color: #ff0084 !important;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .linkedin::before {
  content: '\f08c'; /* You should use \ and not /*/
  font-family: "FontAwesome"; /* This is the correct font-family*/
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

footer .ministry-section .contact .help_line-social_media-column .social-media li .linkedin:hover {
  color: #0077b5 !important;
}



@media (min-width: 768px) {
  .flex__columns {
    flex-direction: row;
  }
  .flex__column--right {
    display: flex;
    justify-content: flex-end;
  }
  .flex__column--3 {
    flex: 3 0 0;
  }
  .flex__column--4 {
    flex: 4 0 0;
  }
  .flex__column--5 {
    flex: 5 0 0;
  }
  .flex__column--6 {
    flex: 6 0 0;
  }
  .flex__column--9 {
    flex: 9 0 0;
  }
  .flex__column--12 {
    flex: 12 0 0;
  }
  .page-footer-copyright__logo {
    margin: 0;
  }
}



@font-face {
  font-family: "FontAwesome";
  src: url("/assets/fonts/fontawesome/fontawesome-webfont.eot");
  src: url("/assets/fonts/fontawesome/fontawesome-webfont.eot") format("embedded-opentype"),
  url("/assets/fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"),
  url("/assets/fonts/fontawesome/fontawesome-webfont.woff") format("woff"),
  url("/assets/fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"),
  url("/assets/fonts/fontawesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

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

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.file-input__add-button {
  background: url("/assets/img/attachment_clamp.svg") 50% 50% no-repeat !important;
  background-size: 65% !important;
}

.file-input:before {
  border-left: none !important;
}

.file-input__remove-button {
  font-size: 14px !important;
  color: #0052a5 !important;
  font-family: "Open sans" !important;
  font-weight: bold;
}

.file-input__success-message {
  color: #598527 !important;
}

.file-input__placeholder:before {
  left: -40px !important;
  top: 5px !important;
}

.file-input__placeholder-wrapper:before {
  left: -50px !important;
  top: 3px !important;
}

.icon--link:before {
  left: -22px;
  top: 9px;
}

.icon--plus:before {
  content: "+";
  font-size: 26px;
  line-height: 20px;
}

.fancy-input--active:after,
.fancy-input--invalid:after,
.fancy-input--valid:after {
  left: 0px !important;
  right: 0px !important;
  border-color: transparent !important;
}

.fancy-input--active:after {
  border-color: #0052a5 !important;
}

.file-input__placeholder--valid:after,
.file-input--valid:after {
  border-color: transparent !important;
}

.fancy-input--invalid:after {
  border-color: #d5233f !important;
}

.input.input__like--normal.background--gray .readonly {
  background-color: #f1f1f1;
}

input[readonly]:focus {
  color: black !important;
}

.datepicker__button {
  background: url("/assets/img/calendar_icon.svg") 50% 50% no-repeat;
  background-size: 65%;
  background-position: center;
  border-left: none;
}

button.btn.btn-link.ngb-dp-arrow-btn {
  color: #0052a5;
  padding: 0rem 0.8rem;
}

.help-line-container {
  padding: 22px 15px 0px;
}

.field--required label:after {
  color: #d5233f;
}

.icon--success-circle:before {
  content: "";
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 19px -19px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
  0 0 0 2px #598527;
}

.icon--success-circle:before {
  animation: successCircleBorder 0.5s ease 1 forwards;
  cursor: none;
}

@keyframes successCircleBorder {
  0% {
    box-shadow: 19px -19px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
    0 0 0 2px #598527;
  }
  25% {
    box-shadow: 0 -43px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
    0 0 0 2px #598527;
  }
  50% {
    box-shadow: 0 -43px 0 2px #fff, -43px 0px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff, 0 0 0 2px #598527;
  }
  75% {
    box-shadow: 0 -43px 0 2px #fff, -43px 0px 0 2px #fff, 0px 43px 0 2px #fff, 19px 19px 0 2px #fff, 0 0 0 2px #598527;
  }
  100% {
    box-shadow: 0 -43px 0 2px #fff, -43px 0px 0 2px #fff, 0px 43px 0 2px #fff, 38px 33.33px 0 2px #fff,
    0 0 0 2px #598527;
  }
}

.icon--checkmark:before {
  width: 10px;
  height: 20px;
  border: solid #598527;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.section-header-container:not(.expanded) {
  margin: 26px 0 0;
}

section .section-header-container .info-desc {
  margin-bottom: 26px;
}

.checkbox-row .checkbox-label label.small {
  font-size: 16px;
  margin-left: 5px;
}

.register-label-required,
.register-label-required a{
  color: #d5233f;
}

.checkbox-row input[type="checkbox"]:focus + .checkbox-label label:before {
  border-color: #0052a5;
  box-shadow: 0 0 0 2px #0052a5;
  border-color: #0052a5;
  box-shadow: 0 0 0 2px #0052a5;
  width: 20px;
  height: 20px;
}

.checkbox-row input[type="checkbox"]:checked + .checkbox-label label:after {
  cursor: pointer;
  font-size: 27px;
  position: absolute;
  top: 38px;
  left: 2px;
  color: #ffffff;
  background-color: #0052a5;
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  margin-top: -36px;
  margin-left: 4px;
}

.checkbox-row input[type="checkbox"]:checked + .checkbox-label label:before {
  background-color: #0052a5;
}

.checkbox-row input[type="checkbox"] + .checkbox-label label:before {
  border: 2px solid #0052a5;
}
.navigation--bottom .btn {
  border-color: #0052a5;
  background-color: #0052a5;
  font-size: 16px;
  border-radius: 4px;
  height: 44px;
}

.navigation--bottom .btn:focus,
.navigation--bottom .btn:hover {
  border-color: #0075e2;
  background-color: #0075e2;
}

.navigation--bottom .btn:focus {
  outline-color: #0075e2;
}

.navigation--bottom .btn:hover {
  box-shadow: 0 0 0 2px #0075e2;
}

.navigation--bottom .btn-primary-outline {
  background: #fff;
  color: #0052a5;
}

.navigation--bottom .btn-primary-outline:focus {
  color: #fff;
}

.navigation--bottom .btn.btn--default {
  background: white;
  color: #0052a5;
  border-color: #0052a5;
  line-height: normal;
}

.navigation--bottom .btn.btn--font-size-15 {
  font-size: 15px;
}

.navigation--bottom button.btn.btn--default:hover {
  background: white;
  color: #0075e2;
  border-color: #0075e2;
  outline: #0075e2;
  box-shadow: 0 0 0 2px #0075e2;
}

.btn.greyBtn {
  background-color: #767676;
  border-color: #767676;
}

.btn.greyBtn:hover,
.btn.greyBtn:focus {
  background-color: #767676;
  border-color: #767676;
  outline-color: #767676;
}

.btn.greyBtn:hover {
  box-shadow: 0 0 0 2px #767676;
}

@media (max-width: 360px) {
  .help-aside .help-aside-container .help-aside-icon,
  .help-aside .help-aside-container .help-line-icon-aside {
    display: block;
    position: static;
    float: none;
    margin: 0 0 10px 0;
  }
  .help-info .help-line-container .help-line-wrapper .help-line-icon {
    float: none;
    margin: 0 0 10px 0;
    display: block;
  }
  .help-info .help-line-container .help-line-wrapper p {
    margin: 0;
  }
  .add-more-link.icon--link:before {
    position: static;
    margin: -1px 10px 0 0;
    float: left;
  }
  .main-column,
  .help-info .main-column {
    padding-left: 15px;
  }
}

.help-aside {
  margin-top: 35px;
  position: absolute;
  right: 0px;
}

.help-aside-icon:before {
  width: 25px;
  height: 25px;
  font-family: "Open sans";
}

img.help-line-icon.help-line-icon-aside {
  width: 25px;
  height: 25px;
}

.help-line-wrapper .help-line__important-info a {
  color: #0052a5;
}

.help-line-wrapper .help-line__important-info a:hover {
  color: #0075e2;
}

.help-aside-container:before {
  display: none;
}

.help-aside-long-section {
  bottom: -25px;
}

@media (max-width: 1024px) {
  .help-aside {
    position: relative;
  }
}

.profil-card-small {
  margin-right: 3.333333%;
}

.padding-zero {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1024px) {
    .padding-right-5 {
        padding-right: 7px;
    }

    .padding-left-5 {
        padding-left: 7px;
    }
}

.center-text {
  padding: 0 5px !important;
}

.text-align-center{
  text-align: center;
}
.h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Open sans";
}
.active-link {
  color: #0052a5;
  font-size: 16px;
  float: right;
  padding-top: 10px;
}

.active-link:focus, .select-language-button:focus {
  border-color: #0052a5;
  box-shadow: 0 0 0 2px #0052a5;
  border: 1px solid #0052a5;
  color: #0052a5;
}
.separation--line {
  padding-top: 56px;
  padding-bottom: 143px;
  width: 1px;
  height: 100%;
  background-color: #b7b7b7;
  margin: 0 auto;
}
.square--box {
  position: absolute;
  padding-top: 10px;
  width: 45px;
  height: 40px;
  top: 240px;
  right: 19%;
  background-color: white;
}
.text-align-center {
  text-align: center;
}
.position-relative {
  position: relative;
}
.middle--column {
  padding-top: 56px;
  padding-bottom: 150px;
}
.list--flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.list--flexbox--item {
  width: 108px;
  height: 60px;
  margin: 10px 15px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  position: relative;
}

.phone-number-group-padding {
  padding-right: 15px;
}

.list--flexbox--item:hover {
  box-shadow: none;
  outline: none;
  background: none;
}

.list--flexbox--item:focus {
  box-shadow: 0px 0px 0 2px #0075e2;
}

.list--flexbox--item img {
  max-width: 70px;
  max-height: 50px;
  width: auto;
  height: auto;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.max-width {
  max-width: 400px;
}
.red-icon {
  color: red;
}
.help-aside-container {
  display: flex;
  align-items: center;
}
.help-line-icon-aside {
  margin-bottom: -1px !important;
}
.display-flex {
  display: flex;
}

.nfroms-alert,
#loginValidationMessage,
#phoneNumberValidationMessage,
#repeatPhoneNumberValidationMessage,
#emailValidationMessage,
#repeatEmailValidationMessage,
#loginOccursMessage{
  display: none;
}
/*#nFormsErrorMessage {*/
/*  display: none;*/
/*  position: relative;*/
/*  font-size: 14px;*/
/*}*/
#nFormsSuccessMessage {
  position: relative;
}
#nFormsWarningMessage {
  position: relative;
}
.margin-sides-zero {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.padding-left-extra {
  padding-left: 10px;
}
.padding-right-extra {
  padding-right: 10px;
}
.crossIcon {
  background-image: url(/assets/img/removeIcon.svg);
  position: absolute;
  z-index: 10;
  width: 30px;
  right: -35px;
  height: 30px;
  top: 10%;
  background-repeat: no-repeat;
  background-size: 50%;
}
.red-border {
  border-bottom: 4px solid #d5233f;
}
#loginButtonBank {
  display: none;
}
.read--only {
  border: 1 px solid #767676;
  background-color: #f3f3f3;
  box-sizing: border-box;
  color: #8b8b8b;
  pointer-events: none;
}

.horizontal--line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #767676;
  margin-top: 30px;
}
.horizontal--line .square--box {
  position: absolute;
  padding-top: 10px;
  width: 47px;
  height: 40px;
  top: -20px;
  right: 47%;
  text-align: center;
  background-color: white;
}

.login-error {
  display: none;
}
.nFormsGlobalErrors p.small {
  font-size: 16px;
}
p {
  font-size: 16px;
  font-family: "Open sans";
  font-weight: 400;
  line-height: 1.4;
}

p.user-context-paragraph {
  font-size: 14px;
  line-height: 1.8;
}
.margin-top-24px {
  margin-top: 24px;
}
.image--squqre {
  border: 1px solid #7676763b;
  border-radius: 4px;
  background-position: center;
  background-size: 150px;
  background-repeat: no-repeat;
  height: 100px;
}
.image--squqre.profil--zaufany {
  background-image: url(/assets/img/pz.png);
}
.image--squqre.e-dowod {
  background-image: url(/assets/img/e-dowod.png);
}

.login-error {
  display: none;
}
.justify-content-center {
  justify-content: center;
}

.login-sms-buttons {
  display: flex;
  justify-content: right;
}

.margin-bottom-12px {
  margin-bottom: 12px;
}

.margin-bottom-32px {
  margin-bottom: 32px;
}

.popup_content {
  margin: 40px;
  padding: 0px 20px;
  width: 660px;
  border: 1px solid #999;
  background: white;
  border-radius: 4px;
  position: relative;
}
.popup_content h2 {
  text-align: center;
  line-height: 24px;
}
.popup_content .crossIcon {
  right: 5px;
  top: 7%;
}
.popup_content p {
  font-size: 14px;
  line-height: 14px;
}
.popup_content label {
  font-size: 14px;
}
#selectCountry {
  color: white;
  margin-top: 10px;
}
#container-info{
  display: none;
}
.header-country-select {
  width: 6rem;
  color: #0052A5 !important;
  font-size: 1rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/assets/img/dropdown.png") no-repeat 98.5% !important;
}
.header-country {
  position: relative;
  color: #0052A5;
}
#country > select:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
#arrowIcon {
  background-image: url(/assets/img/strzalki.svg);
  width: 17px;
  height: 19px;
  background-size: 17px;
  background-position-x: 34px;
  background-position-y: 19px;
  position: absolute;
  top: -3px;
  right: 90px;
}
/* @media screen and (max-width: 1023px) {
  .middle--column {
    display: none!important;
  }
} */

@media screen and (max-width: 1170px) {
  .system-list-element {
    font-size: 14px;
  }
}

/* Tablet */
@media screen and (max-width: 1023px) {
  .page-header .column {
    display: flex;
    align-items: center;
  }
  .help-aside-container {
    display: none;
  }
  .margin-top-primary {
    margin-top: 30px;
  }
  .first-column {
    width: 0;
  }
  .main-column {
    width: 100%;
  }

  .navigation--bottom {
    margin-bottom: 0;
  }
  .page-header .js-desk-h1 {
    color: #232323;
    font-size: 24px;
    margin: 0;
    line-height: 1.3em;
  }

  .popup_content .navigation--bottom {
    margin-bottom: 30px;
  }
}

/*Mobile*/
@media screen and (max-width: 760px) {

  .form-control, .header-country-select{
    font-size: 14px;
  }
  .horizontal--line {
    display: none;
  }
  .paragraph--link {
    font-weight: 900;
    font-size: 19px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    color: #0052a5;
    margin-top: 30px;
  }

  p.user-context-paragraph {
    margin: 0 10px;
  }

  .margin-top-primary,
  .margin-top,
  .margin-top-secondary-context-select {
    margin-top: 32px;
  }
  .margin-top-secondary {
    margin-top: 20px;
  }

  .margin-bottom-2x{
    margin-bottom: 0;
  }

  .row .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* .middle--column {
    display: none;
  } */
  .page-footer,
  .margin-top-context-buttons {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .header-logo img {
    width: 80px;
  }
  .header-name{
    font-size: 24px;
  }
  .offset-lg-1 {
    margin-left: 0;
  }
  .list--flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
  }
  .list--flexbox--item {
    margin: 10px;
  }
  #loginButtonBank {
    display: block;
  }
  .padding-left-extra {
    padding-left: 0;
  }
  .padding-right-extra {
    padding-right: 0;
  }
  .popup_content {
    width: 80% !important;
  }
  .popup_content .navigation--bottom {
    margin-bottom: 0;
  }
  .popup_content .columns {
    padding: 0;
  }
  .popup_content .crossIcon {
    right: 0px !important;
    top: 15px !important;
  }
  .privacy-policy-margin {
    margin-bottom: 56px;
  }
  .flip-conainers button {
    margin-bottom: 20px;
  }

  .flip-conainers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .flip-conainers .help-line-wrapper {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 56px;
    padding: 0;
  }

  .privacy-policy-label br {
    display: none;
  }

  .flip-conainers .row {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 0px;
  }

  .gov-btn-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #confirm-btn {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  #cancel-btn {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .help-line-wrapper{
    margin-top: 0;
  }

  #user-context-confrim-btn,
  .margin-bottom-4x {
    margin-bottom: 20px;
  }

  #user-login-confrim-btn,
  .margin-bottom-4x {
    margin-bottom: 20px;
  }

  #confirm-btn,
  #registerButton,
  .margin-bottom-4x {
    margin-bottom: 20px;
  }
}

#user-context-confrim-btn {
  display: none;
}
#user-login-confrim-btn {
  display: block;
}



/* Środkowanie elementu horizonatal line  */
@media screen and (max-width: 520px) {
  .horizontal--line .square--box {
    position: absolute;
    padding-top: 10px;
    width: 47px;
    height: 40px;
    top: -20px;
    right: 42%;
    text-align: center;
    background-color: white;
  }
}
::-webkit-input-placeholder {
  color: #737373;
  position: relative;
  font-size: 15px;
  top: 18%;
  line-height: 24px;
  font-family: "Open Sans";
}

:-moz-placeholder {
  color: #737373;
  opacity: 1;
  position: relative;
  font-size: 15px;
  top: 22%;
  line-height: 24px;
  font-family: "Open Sans";
}

::-moz-placeholder {
  color: #737373;
  opacity: 1;
  position: relative;
  font-size: 15px;
  top: 22%;
  line-height: 24px;
  font-family: "Open Sans";
}

:-ms-input-placeholder {
  color: #737373;
  position: relative;
  font-size: 15px;
  top: 22%;
  line-height: 24px;
  font-family: "Open Sans";
}

.min-width-256px {
  min-width: 256px;
}

.margin-top-30px {
    margin-top: 30px;
}

.max-width-85 {
  max-width: 85%;
}

.margin-top-30px {
  margin-top: 30px;
}

.margin-bottom-56px {
    margin-bottom: 56px;
}

.login {
    padding-top: 30px;
}

.return-button a {
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
}

.return-button a::before {
    content: "";
    display: inline-block;
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    background-image: url('/img/chevron-left.svg');
    top: 1px;
    left: -10px;
    position: relative;
}

.return-button a:hover {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.signer-header {
    font-size: 26px;
    font-weight: 700;
}

.signer-description span {
    line-height: 27px !important;
}

.singer-description-bold,
.singer-btn-description-bold {
    font-weight: 700;
}

.singer-btn-description-bold {
    position: relative;
}

.singer-btn-description-bold::before {
    content: "";
    position: absolute;
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    left: -32px;
    background-image: url('/img/icon_info.svg');
}

.download-button-icon {
    background: url(/img/icon_download.svg);
    background-repeat: no-repeat;
    width: 62px;
    background-position-x: 19px;
    height: 24px;
    margin-left: 17px;
    float: right;
    border-left: 1px solid;
}

.btn-signer, .btn-primary.btn-donwload-signer {
    padding-right: 0 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.application-info {
    padding-left: 30px;
}

.line-divider {
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
}

.return-login {
    font-size: 16px;
}

.simple-accordion.compact > li > a h3 {
    font-size: 1rem;
    padding: 1.1em 2em 1.1em .1em;
}

.simple-accordion.compact > li > a {
    color: inherit;
}

.simple-accordion.compact > li > a h3::before {
    font-size: 1rem;
    right: .3em;
    color: #0052a5;
}

.simple-accordion.compact > li > a:hover {
    color: rgb(27, 27, 27) !important;
}

.run-application {
    height: 315px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.signer-paragraph-bold {
    font-weight: 600;
}

.signerForm {
    width: 100%;
    display: flex;
}

.signerFormDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.text-bold {
    font-weight: 700;
}

.focus-within:focus-within {
  box-shadow: 0px 0px 0 2px #0075e2;
}

.max-width-542px {
  max-width: 542px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header-ie-row {
        display: flex;
        flex-direction: row;
    }

    .header-ie-first-column {
        width: 8.43%;
    }

    .column-ie-50 {
        width: 50%;
    }

    .ie-float-right {
        float: right;
    }

    .row-ie-90 {
        width: 90%;
    }

    .column-ie-80 {
        width: 83.3%;
    }

    .column-ie-66 {
        width: 66.66%;
    }

    .main-column {
        padding-right: 44px;
        width: 91.56%;
    }

    .row-ie-block {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        display: block !important;
    }

}
