@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  font-family: "league-gothic", sans-serif;
  font-size: 62px;
  font-weight: 400;
  color: #fff;
}
h1.page-header {
  padding-bottom: 0;
  border-bottom: 0;
}

h2 {
  font-family: "league-gothic", sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #282828;
}

h3 {
  font-family: "league-gothic", sans-serif;
  font-size: 42px;
  font-weight: 400;
  color: #282828;
}

h4 {
  font-family: "league-gothic", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #282828;
}

h5 {
  font-family: "league-gothic", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #282828;
}

h6 {
  font-family: "league-gothic", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #282828;
}

p,
ol,
ul {
  margin: 0 0 20px;
  line-height: 1.5;
}

a {
  color: #00aeef;
  text-decoration: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:active, a:focus, a:hover {
  color: #157eb9;
  text-decoration: underline;
  outline: 0;
}

footer {
  padding: 60px 0;
  color: #282828;
  text-align: center;
  background: #dde5e9;
}
footer .wocn-logo img {
  width: 300px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .wocn-logo img:focus, footer .wocn-logo img:hover {
  transform: scale(1.05);
}
footer .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-links a {
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-links a [class*=fa-] {
  font-size: 18px;
  color: #157eb9;
}
footer .field--name-body a {
  font-weight: 700;
  color: #157eb9;
}
footer .field--name-body a:focus, footer .field--name-body a:hover {
  color: #157eb9;
  text-decoration: none;
}
footer .field--name-body .copyright p {
  line-height: 1.2;
}

p.top-link {
  margin-bottom: 0;
}

a.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #dde5e9;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: none;
}
a.back-to-top:hover {
  color: #fff;
  background: #333;
  background: rgba(0, 0, 0, 0.45);
}

.header {
  padding: 60px 0;
  background-image: url("/sites/wocn_advanced/themes/wocn/img/header_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.path-not-front .header .logo h1, .path-not-front .header .logo p {
  display: none;
}
.path-not-front .header .logo .page-header {
  margin-bottom: 0;
  font-size: 66px;
  text-align: center;
  display: block;
}

body {
  margin-top: 0;
  line-height: 1.5;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  background-color: #dde5e9;
}
body.lang-pl {
  font-family: "mulish-variable", sans-serif;
  font-weight: 400;
}
body.lang-pl h1, body.lang-pl h2, body.lang-pl h3, body.lang-pl h4, body.lang-pl h5, body.lang-pl h6 {
  font-family: "mulish-variable", sans-serif;
  font-weight: 800;
}
body.lang-pl h1 {
  font-size: 42px !important;
}
body.lang-pl h2 {
  font-size: 32px !important;
}
body.lang-pl h3 {
  font-size: 22px !important;
}
body.lang-pl h4 {
  font-size: 18px !important;
}
body.lang-pl h5 {
  font-size: 16px !important;
}
body.lang-pl h6 {
  font-size: 14px !important;
}
body.lang-pl a, body.lang-pl p, body.lang-pl ol, body.lang-pl ul {
  font-family: "mulish-variable", sans-serif !important;
}

.page {
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  .page {
    margin-top: 0;
  }
}
.page > .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .page > .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page > .container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.page .page-content {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .page .page-content .container {
    width: 100%;
  }
}
.page .main-content {
  min-height: 900px;
}
@media (max-width: 991px) {
  .page .main-content {
    margin-left: 0;
    width: 100%;
    min-height: 0;
    float: none;
  }
}
.page .main-content article {
  position: relative;
  margin: 0 auto;
}
.page .main-content article p:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page .main-content img {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }
}
.page .main-content table {
  margin-bottom: 20px;
  width: 100%;
}
.page .main-content table th, .page .main-content table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.page .main-content table th {
  font-weight: 700;
  color: #fff;
  background: #00aeef;
}
.page .main-content .table-responsive {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page .main-content .table-responsive {
    border: 0;
  }
}
.page .main-content table.table {
  margin-bottom: 0;
  width: 100%;
  font-size: 16px;
  border-color: #ccc;
}
.page .main-content table.table.no-border {
  border-color: transparent;
}
.page .main-content table.table.no-border th, .page .main-content table.table.no-border td {
  padding: 10px !important;
  border: 0 !important;
}
.page .main-content table.table.has-border {
  border-color: #ccc;
}
.page .main-content table.table.has-border th, .page .main-content table.table.has-border td {
  border: 1px solid #ccc !important;
}
.page .main-content table.table > thead > tr > th,
.page .main-content table.table > tbody > tr > th,
.page .main-content table.table > tfoot > tr > th,
.page .main-content table.table > thead > tr > td,
.page .main-content table.table > tbody > tr > td,
.page .main-content table.table > tfoot > tr > td {
  border: 1px solid #ccc !important;
}
.page .main-content table.table th, .page .main-content table.table td {
  padding: 10px !important;
  line-height: 1.5 !important;
  vertical-align: top;
}
.page .main-content table.table tr:last-of-type {
  margin-bottom: 0;
}
.page .main-content table.table th {
  font-weight: 700;
  background: #00aeef;
}
.page .main-content table.table th.width-25, .page .main-content table.table td.width-25 {
  width: 25%;
}
.page .main-content table.table th.width-33, .page .main-content table.table td.width-33 {
  width: 33%;
}
.page .main-content table.table th.width-50, .page .main-content table.table td.width-50 {
  width: 50%;
}
.page .main-content .field-type-file .field-label {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page .main-content .file {
    margin-bottom: 10px;
    display: inline-block;
  }
  .page .main-content .file img {
    margin: 0;
    display: inline;
  }
}
@media (max-width: 991px) {
  .page .col-sm-offset-2 {
    margin-left: 0;
  }
}

.alert {
  margin-bottom: 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.alert p, .alert ol, .alert ul {
  line-height: normal;
}
.alert p:last-child, .alert ol:last-child, .alert ul:last-child {
  margin-bottom: 0 !important;
}
.alert ul {
  padding-left: 20px;
}

img {
  max-width: 100%;
  height: auto;
}
img.align-center, img.align-left, img.align-right {
  max-width: 100%;
}
img.align-center {
  margin: 35px auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
}
img.align-left {
  margin: 7px 25px 15px 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  float: left;
}
@media (max-width: 767px) {
  img.align-left {
    margin: 20px auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
  }
}
img.align-right {
  margin: 7px 0 15px 25px;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  float: right;
}
@media (max-width: 767px) {
  img.align-right {
    margin: 20px auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
  }
}

ul.tabs--primary {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  ul.tabs--primary {
    margin-bottom: 20px;
    padding-left: 20px;
    border-bottom: 0;
    list-style: disc;
  }
  ul.tabs--primary > li {
    margin-bottom: 10px;
    display: list-item;
    float: none;
  }
  ul.tabs--primary > li.active > a {
    border: 0;
  }
  ul.tabs--primary > li a {
    margin-right: 0;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline;
  }
  ul.tabs--primary > li a:focus, ul.tabs--primary > li a:hover {
    background-color: transparent;
    border-color: transparent;
  }
}
ul.pagination {
  margin: 10px 0 5px;
}
@media (max-width: 991px) {
  ul.pagination {
    margin-bottom: 15px;
  }
}
ul.pagination > li:first-child > a,
ul.pagination > li:first-child > span {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
ul.pagination > li:last-child > a,
ul.pagination > li:last-child > span {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
ul.pagination > li.disabled {
  display: none;
}
ul.pagination > li > a,
ul.pagination > li > span {
  min-width: 35px;
  color: #00aeef;
}
ul.pagination > li > a:focus, ul.pagination > li > a:hover,
ul.pagination > li > span:focus,
ul.pagination > li > span:hover {
  color: #00aeef;
  z-index: 0;
}
ul.pagination > .active a,
ul.pagination > .active span {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}
ul.pagination > .active a:focus, ul.pagination > .active a:hover,
ul.pagination > .active span:focus,
ul.pagination > .active span:hover {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

@media (max-width: 767px) {
  ol, ul {
    padding-left: 20px;
  }
}

.is-unpublished {
  background-color: pink;
}

.wf-loading * {
  opacity: 0;
  visibility: hidden;
}

.wf-active * {
  opacity: 1;
  visibility: visible;
}

.cke_editable,
.cke_panel_frame,
.cke_ltr {
  background: #fff;
}

.ajax-progress .glyphicon {
  display: none;
}

.btn-large {
  line-height: normal;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
  padding: 6px 26px;
  min-width: 200px;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #083369;
  border-color: #083369;
  border-style: solid;
  border-width: 3px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lang-pl .btn-large {
  font-family: "mulish-variable", sans-serif !important;
}
.btn-large:focus, .btn-large:hover, .btn-large:active, .btn-large:active:focus, .btn-large.active:focus {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.btn-large:focus, .btn-large:hover, .btn-large:active {
  color: #083369;
  background: transparent !important;
  border-color: #083369;
}

.btn-small,
.form-submit {
  line-height: normal;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
  padding: 7px 15px 6px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #083369;
  border-color: #083369;
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lang-pl .btn-small,
.lang-pl .form-submit {
  font-family: "mulish-variable", sans-serif !important;
}
.btn-small:focus, .btn-small:hover, .btn-small:active, .btn-small:active:focus, .btn-small.active:focus,
.form-submit:focus,
.form-submit:hover,
.form-submit:active,
.form-submit:active:focus,
.form-submit.active:focus {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.btn-small:focus, .btn-small:hover, .btn-small:active,
.form-submit:focus,
.form-submit:hover,
.form-submit:active {
  color: #083369 !important;
  background: transparent !important;
  border-color: #083369;
}
.btn-small:active,
.form-submit:active {
  background-color: transparent !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.5;
}

.main-content form {
  margin-bottom: 0;
}
form .form-group {
  position: relative;
  margin-bottom: 15px;
}
form .form-group:last-child {
  margin-bottom: 15px;
}
form .input-group {
  width: 100%;
}
form input,
form select,
form textarea,
form .form-control {
  line-height: inherit !important;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #999;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
form textarea.form-control {
  height: 115px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
form .form-type-checkboxes,
form .form-type-radios,
form .form-type-checkbox,
form .form-type-radio,
form .webform-component-radios,
form .webform-component-checkboxes {
  margin-bottom: 0;
}
form .form-type-checkboxes label,
form .form-type-radios label,
form .form-type-checkbox label,
form .form-type-radio label,
form .webform-component-radios label,
form .webform-component-checkboxes label {
  margin-bottom: 10px;
}
form input[type=radio],
form input[type=checkbox] {
  position: absolute !important;
  top: 5px;
  left: 0 !important;
  margin: 0 !important;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  outline: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
form input[type=radio] {
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 0 1px #ccc;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
form input[type=radio]:checked {
  background: #41ad49;
}
form input[type=checkbox] {
  width: 15px;
  height: 15px;
}
form input[type=checkbox]:checked {
  background-image: url("/sites/wocn_advanced/themes/wocn/img/forms_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
form .radio label,
form .checkbox label {
  padding-left: 30px !important;
  cursor: default;
  display: block;
}
form .select-wrapper:after {
  display: none !important;
}
form .select-wrapper select {
  line-height: inherit;
}
form .select-wrapper select.form-control {
  color: #999;
  background-image: url("/sites/wocn_advanced/themes/wocn/img/forms_select.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
form .form-file {
  height: auto;
  border: 0;
}
form .form-required:after {
  content: "*";
  margin-left: 4px;
  width: auto;
  height: auto;
  line-height: inherit;
  color: red;
  background: none;
  vertical-align: inherit;
}
form .form-control {
  padding: 6px 9px;
  height: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  form .form-control {
    width: 100%;
  }
}
form .form-control:focus {
  color: #999;
  background: #fff;
  border-color: #083369;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .form-control.form-autocomplete::placeholder {
  color: #999;
}
form .form-control.form-autocomplete::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form .form-control.form-autocomplete:focus::-moz-placeholder {
  color: #999;
}
form .form-control.form-autocomplete:-ms-input-placeholder {
  color: #999;
}
form .form-control.form-autocomplete:focus:-ms-input-placeholder {
  color: #999;
}
form .form-control.form-autocomplete::-webkit-input-placeholder {
  color: #999;
}
form .form-control.form-autocomplete:focus::-webkit-input-placeholder {
  color: #999;
}
form .description {
  line-height: 1.3;
  font-size: 14px;
  color: #777;
}
form .image-widget-data .form-control {
  padding-left: 0;
  height: auto;
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .form-actions {
  margin-bottom: 0 !important;
}
form .captcha {
  margin-bottom: 15px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.js input.form-autocomplete {
  background-image: none;
}
.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: none;
}

.form--inline .form-item {
  margin-right: 0;
}

.progress-indicator-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.page-node-type-education-unit.role-anonymous .progress-indicator-wrapper {
  display: none;
}

.progress-indicator {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  z-index: 1;
}
@media (max-width: 767px) {
  .progress-indicator {
    display: block;
  }
}
.progress-indicator .step {
  position: relative;
  text-align: center;
  flex: 1;
}
@media (max-width: 767px) {
  .progress-indicator .step {
    text-align: left;
  }
}
.lang-zh-hans .progress-indicator .step a:before, .lang-zh-hans .progress-indicator .step span:before {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .lang-zh-hans .progress-indicator .step a:before, .lang-zh-hans .progress-indicator .step span:before {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .lang-zh-hans .progress-indicator .step a:before, .lang-zh-hans .progress-indicator .step span:before {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .lang-zh-hans .progress-indicator .step a:before, .lang-zh-hans .progress-indicator .step span:before {
    font-size: 16px;
  }
}
.lang-zh-hans .progress-indicator .step:nth-child(1) a:before, .lang-zh-hans .progress-indicator .step:nth-child(1) span:before {
  content: "一";
}
.lang-zh-hans .progress-indicator .step:nth-child(2) a:before, .lang-zh-hans .progress-indicator .step:nth-child(2) span:before {
  content: "二";
}
.lang-zh-hans .progress-indicator .step:nth-child(3) a:before, .lang-zh-hans .progress-indicator .step:nth-child(3) span:before {
  content: "三";
}
.lang-zh-hans .progress-indicator .step:nth-child(4) a:before, .lang-zh-hans .progress-indicator .step:nth-child(4) span:before {
  content: "四";
}
.lang-zh-hans .progress-indicator .step:nth-child(5) a:before, .lang-zh-hans .progress-indicator .step:nth-child(5) span:before {
  content: "五";
}
.lang-zh-hans .progress-indicator .step:nth-child(6) a:before, .lang-zh-hans .progress-indicator .step:nth-child(6) span:before {
  content: "六";
}
.lang-zh-hans .progress-indicator .step:nth-child(7) a:before, .lang-zh-hans .progress-indicator .step:nth-child(7) span:before {
  content: "七";
}
.progress-indicator .step:nth-child(1) a:before, .progress-indicator .step:nth-child(1) span:before {
  content: "1";
}
.progress-indicator .step:nth-child(2) a:before, .progress-indicator .step:nth-child(2) span:before {
  content: "2";
}
.progress-indicator .step:nth-child(3) a:before, .progress-indicator .step:nth-child(3) span:before {
  content: "3";
}
.progress-indicator .step:nth-child(4) a:before, .progress-indicator .step:nth-child(4) span:before {
  content: "4";
}
.progress-indicator .step:nth-child(5) a:before, .progress-indicator .step:nth-child(5) span:before {
  content: "5";
}
.progress-indicator .step:nth-child(6) a:before, .progress-indicator .step:nth-child(6) span:before {
  content: "6";
}
.progress-indicator .step:nth-child(7) a:before, .progress-indicator .step:nth-child(7) span:before {
  content: "7";
}
.progress-indicator .step a, .progress-indicator .step span {
  position: relative;
  padding: 20px 15px;
  width: 100%;
  min-height: 130px;
  height: 100%;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media (max-width: 1199px) {
  .progress-indicator .step a, .progress-indicator .step span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .progress-indicator .step a, .progress-indicator .step span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .progress-indicator .step a, .progress-indicator .step span {
    padding: 5px 0;
    min-height: 0;
    font-size: 15px;
    flex-direction: row;
    justify-content: start;
  }
}
.progress-indicator .step a:before, .progress-indicator .step span:before {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  font-size: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .progress-indicator .step a:before, .progress-indicator .step span:before {
    width: 45px;
    height: 45px;
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .progress-indicator .step a:before, .progress-indicator .step span:before {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .progress-indicator .step a:before, .progress-indicator .step span:before {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}
.progress-indicator .step a:focus, .progress-indicator .step a:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
  z-index: 1;
}
@media (max-width: 767px) {
  .progress-indicator .step a:focus, .progress-indicator .step a:hover {
    box-shadow: none;
    transform: scale(1);
  }
}
.progress-indicator .step span {
  background-color: rgba(2, 136, 140, 0.5);
}
@media (max-width: 767px) {
  .progress-indicator .step span {
    color: rgba(2, 136, 140, 0.5);
    background-color: #fff;
  }
}
.progress-indicator .step.completed a, .progress-indicator .step.completed span, .progress-indicator .step.current a, .progress-indicator .step.current span {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .progress-indicator .step.completed a, .progress-indicator .step.completed span, .progress-indicator .step.current a, .progress-indicator .step.current span {
    color: rgba(2, 136, 140, 0.5);
  }
}
.progress-indicator .step.completed a:before, .progress-indicator .step.completed span:before, .progress-indicator .step.current a:before, .progress-indicator .step.current span:before {
  color: #02888c;
  background-color: #fff;
}
@media (max-width: 767px) {
  .progress-indicator .step.completed a:before, .progress-indicator .step.completed span:before, .progress-indicator .step.current a:before, .progress-indicator .step.current span:before {
    color: #fff;
    background-color: #02888c;
  }
}
.progress-indicator .step.completed a, .progress-indicator .step.current a {
  background-color: #02888c;
}
@media (max-width: 767px) {
  .progress-indicator .step.completed a, .progress-indicator .step.current a {
    color: #02888c;
    background-color: #fff;
  }
}
.progress-indicator .step.completed span, .progress-indicator .step.current span {
  cursor: not-allowed;
}
.progress-indicator .step.completed span:before, .progress-indicator .step.current span:before {
  color: rgba(2, 136, 140, 0.5);
}
@media (max-width: 767px) {
  .progress-indicator .step.completed span:before, .progress-indicator .step.current span:before {
    color: #fff;
    background-color: rgba(2, 136, 140, 0.5);
  }
}
.progress-indicator .step.incomplete span {
  color: rgb(190.0357142857, 205.3214285714, 212.9642857143);
  background-color: rgb(236.4821428571, 240.8392857143, 243.0178571429);
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .progress-indicator .step.incomplete span {
    color: rgb(190.0357142857, 205.3214285714, 212.9642857143);
    background-color: #fff;
  }
}
.progress-indicator .step.incomplete span:before {
  color: rgb(236.4821428571, 240.8392857143, 243.0178571429);
  background-color: rgb(190.0357142857, 205.3214285714, 212.9642857143);
}
@media (max-width: 767px) {
  .progress-indicator .step.incomplete span:before {
    color: #fff;
  }
}

.action-buttons .completed-message,
.action-buttons-wrapper .completed-message {
  margin-bottom: 30px;
  font-weight: 600;
  color: #41ad49;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.action-buttons .completed-message:before,
.action-buttons-wrapper .completed-message:before {
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  font: var(--fa-font-solid);
  font-size: 20px;
  color: #41ad49;
}

.action-buttons-wrapper .btn {
  margin-bottom: 30px;
  float: right;
}
.action-buttons-wrapper .btn:after {
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-left: 3px;
  font: var(--fa-font-solid);
  font-size: 13px;
}

.action-buttons {
  width: 100%;
  text-align: right;
}
.page-node-type-education-unit.role-anonymous .action-buttons {
  display: none;
}
.action-buttons .btn {
  margin-bottom: 20px;
}
.action-buttons .btn:after {
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-left: 3px;
  font: var(--fa-font-solid);
  font-size: 13px;
}

#download-cert {
  position: relative;
  padding-right: 35px;
}
#download-cert:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("/sites/wocn_advanced/themes/wocn/img/icon_download_blue_dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
#download-cert:focus:before, #download-cert:hover:before {
  filter: none;
}

@media (max-width: 767px) {
  .masquerade-alert {
    flex-direction: column;
  }
}
.masquerade-alert a {
  position: relative;
  top: 1px;
  line-height: normal;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
  padding: 7px 15px 6px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #083369;
  border-color: #083369;
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #00aeef;
  border-color: #00aeef;
  margin-left: 10px;
  padding: 5px 11px 5px 35px;
  font-size: 13px;
}
.lang-pl .masquerade-alert a {
  font-family: "mulish-variable", sans-serif !important;
}
.masquerade-alert a:focus, .masquerade-alert a:hover, .masquerade-alert a:active, .masquerade-alert a:active:focus, .masquerade-alert a.active:focus {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.masquerade-alert a:focus, .masquerade-alert a:hover, .masquerade-alert a:active {
  color: #083369 !important;
  background: transparent !important;
  border-color: #083369;
}
.masquerade-alert a:active, .masquerade-alert a:focus, .masquerade-alert a:hover {
  color: #00aeef !important;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .masquerade-alert a {
    margin: 7px 0 0;
  }
}
.masquerade-alert a:focus, .masquerade-alert a:hover {
  color: #fff !important;
  background-color: #083369 !important;
  border-color: #083369 !important;
}
.masquerade-alert a:focus:before, .masquerade-alert a:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.masquerade-alert a:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url("/sites/wocn_advanced/themes/wocn/img/icon_masquerade_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.utility {
  position: relative;
  top: 0;
  height: 115px;
  background-color: #dde5e9;
  z-index: 1;
}
@media (max-width: 991px) {
  .utility {
    height: 60px;
  }
}
.utility .container {
  width: 100%;
}
.utility .menu-icon,
.utility .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #96979a;
  cursor: pointer;
  display: none;
}
.utility .menu-icon:focus, .utility .menu-icon:hover,
.utility .close-icon:focus,
.utility .close-icon:hover {
  opacity: 0.7;
}
.utility .menu-icon.active,
.utility .close-icon.active {
  color: #fff;
  background-color: #083369;
}
.utility .menu-icon.active:focus, .utility .menu-icon.active:hover,
.utility .close-icon.active:focus,
.utility .close-icon.active:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .utility .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .role-anonymous .utility .menu-icon {
    display: none;
  }
}
.utility .row {
  height: 115px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .utility .row {
    height: 60px;
  }
}
.utility .logo img {
  width: auto;
  height: 68px;
}
@media (max-width: 991px) {
  .utility .logo img {
    height: 40px;
  }
}
.role-anonymous .utility .utility-menu {
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .role-authenticated .utility .utility-menu {
    position: absolute;
    top: 60px;
    padding: 0;
    width: 100%;
    background-color: #083369;
    display: none;
  }
}
.utility .utility-menu.active {
  display: block;
}
.utility .nav {
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .role-authenticated .utility .nav {
    margin: 10px 0;
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  .role-authenticated .utility .nav > li {
    width: 100%;
  }
}
.utility .nav > li > a {
  margin-right: 25px;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #083369;
  text-transform: uppercase;
  background-color: transparent;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .utility .nav > li > a {
    margin-right: 0;
    padding: 10px 15px;
    color: #fff;
  }
}
.utility .nav > li > a:focus, .utility .nav > li > a:hover {
  color: #2f9bd8;
}
.utility .nav > li > a[data-drupal-link-system-path="user/edit"], .utility .nav > li > a[data-drupal-link-system-path="user/login"], .utility .nav > li > a[data-drupal-link-system-path="user/logout"], .utility .nav > li > a[data-drupal-link-system-path="user/register"], .utility .nav > li > a[data-drupal-link-system-path=advanced-program] {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .utility .nav > li > a[data-drupal-link-system-path="user/edit"], .utility .nav > li > a[data-drupal-link-system-path="user/login"], .utility .nav > li > a[data-drupal-link-system-path="user/logout"], .utility .nav > li > a[data-drupal-link-system-path="user/register"], .utility .nav > li > a[data-drupal-link-system-path=advanced-program] {
    padding-left: 45px;
  }
}
.utility .nav > li > a[data-drupal-link-system-path="user/edit"]:before, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:before, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:before, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:before, .utility .nav > li > a[data-drupal-link-system-path=advanced-program]:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(12%) sepia(52%) saturate(3693%) hue-rotate(204deg) brightness(94%) contrast(94%);
}
@media (max-width: 991px) {
  .utility .nav > li > a[data-drupal-link-system-path="user/edit"]:before, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:before, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:before, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:before, .utility .nav > li > a[data-drupal-link-system-path=advanced-program]:before {
    left: 15px;
  }
}
.utility .nav > li > a[data-drupal-link-system-path="user/edit"]:focus:before, .utility .nav > li > a[data-drupal-link-system-path="user/edit"]:hover:before, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:focus:before, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:hover:before, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:focus:before, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:hover:before, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:focus:before, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:hover:before, .utility .nav > li > a[data-drupal-link-system-path=advanced-program]:focus:before, .utility .nav > li > a[data-drupal-link-system-path=advanced-program]:hover:before {
  filter: none;
}
.utility .nav > li > a[data-drupal-link-system-path="user/edit"]:before {
  background-image: url("/sites/wocn_advanced/themes/wocn/img/icon_account_blue.svg");
  background-size: 12px;
}
@media (max-width: 991px) {
  .utility .nav > li > a[data-drupal-link-system-path="user/edit"]:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }
}
.utility .nav > li > a[data-drupal-link-system-path=unmasquerade] {
  display: none;
}
.utility .nav > li > a[data-drupal-link-system-path=advanced-program]:before {
  background-image: url("/sites/wocn_advanced/themes/wocn/img/icon_dashboard_blue.svg");
  background-size: 15px;
}
@media (max-width: 991px) {
  .utility .nav > li > a[data-drupal-link-system-path=advanced-program]:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }
}
.utility .nav > li > a[data-drupal-link-system-path="user/login"], .utility .nav > li > a[data-drupal-link-system-path="user/logout"], .utility .nav > li > a[data-drupal-link-system-path="user/register"] {
  margin-right: 0;
  line-height: normal;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
  padding: 7px 15px 6px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #083369;
  border-color: #083369;
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #083369;
  background-color: transparent;
  border-color: #083369;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.lang-pl .utility .nav > li > a[data-drupal-link-system-path="user/login"], .lang-pl .utility .nav > li > a[data-drupal-link-system-path="user/logout"], .lang-pl .utility .nav > li > a[data-drupal-link-system-path="user/register"] {
  font-family: "mulish-variable", sans-serif !important;
}
.utility .nav > li > a[data-drupal-link-system-path="user/login"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:hover, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:active, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:active:focus, .utility .nav > li > a[data-drupal-link-system-path="user/login"].active:focus, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:hover, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:active, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:active:focus, .utility .nav > li > a[data-drupal-link-system-path="user/logout"].active:focus, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:hover, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:active, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:active:focus, .utility .nav > li > a[data-drupal-link-system-path="user/register"].active:focus {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.utility .nav > li > a[data-drupal-link-system-path="user/login"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:hover, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:active, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:hover, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:active, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:hover, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:active {
  color: #083369 !important;
  background: transparent !important;
  border-color: #083369;
}
.utility .nav > li > a[data-drupal-link-system-path="user/login"]:active, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:hover, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:active, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:hover, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:active, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:hover {
  color: #fff !important;
  background-color: #083369 !important;
  border-color: #083369;
}
@media (max-width: 991px) {
  .utility .nav > li > a[data-drupal-link-system-path="user/login"], .utility .nav > li > a[data-drupal-link-system-path="user/logout"], .utility .nav > li > a[data-drupal-link-system-path="user/register"] {
    display: inline-block;
  }
}
.utility .nav > li > a[data-drupal-link-system-path="user/login"]:before, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:before, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:before {
  left: 8px;
}
@media (max-width: 991px) {
  .utility .nav > li > a[data-drupal-link-system-path="user/login"]:before, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:before, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:before {
    top: 50%;
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/login"], .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/logout"], .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/register"] {
    margin: 10px 15px;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }
  .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/login"]:active, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/login"]:focus, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/login"]:hover, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:active, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:focus, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:hover, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/register"]:active, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/register"]:focus, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/register"]:hover {
    color: #fff !important;
    background-color: #fff !important;
    border-color: #fff;
  }
  .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/login"]:focus, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/login"]:hover, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:focus, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:hover, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/register"]:focus, .role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/register"]:hover {
    color: #2f9bd8 !important;
    background-color: transparent !important;
    border-color: #2f9bd8 !important;
  }
}
.utility .nav > li > a[data-drupal-link-system-path="user/login"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/login"]:hover, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:hover, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:focus, .utility .nav > li > a[data-drupal-link-system-path="user/register"]:hover {
  color: #2f9bd8 !important;
  background-color: transparent !important;
  border-color: #2f9bd8 !important;
}
.utility .nav > li > a[data-drupal-link-system-path="user/login"]:before {
  background-image: url("/sites/wocn_advanced/themes/wocn/img/icon_login_blue.svg");
  background-size: 11px;
}
.utility .nav > li > a[data-drupal-link-system-path="user/logout"]:before {
  background-image: url("/sites/wocn_advanced/themes/wocn/img/icon_logout_blue.svg");
  background-size: 11px;
}
@media (max-width: 991px) {
  .utility .nav > li > a[data-drupal-link-system-path="user/logout"]:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }
}
.utility .nav > li > a[data-drupal-link-system-path="user/register"] {
  margin-left: 10px;
  padding-left: 34px;
}
.utility .nav > li > a[data-drupal-link-system-path="user/register"]:before {
  left: 10px;
  background-image: url("/sites/wocn_advanced/themes/wocn/img/icon_register_blue.svg");
  background-size: 15px;
}
@media (max-width: 767px) {
  .utility .nav > li > a[data-drupal-link-system-path="user/register"] {
    display: none;
  }
}
.role-authenticated .utility .nav > li > a[data-drupal-link-system-path="user/register"] {
  display: none;
}

.view-advanced-program .view-content {
  margin: 0 auto;
  max-width: 960px;
}
.view-advanced-program .group:last-of-type .ah-acc-processed {
  margin-bottom: 0;
}
.view-advanced-program .group h3 {
  display: none;
}
.view-advanced-program .grouped-title {
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: "league-gothic", sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #282828;
}
.view-advanced-program .ah-acc-processed {
  margin-bottom: 30px;
}
.view-advanced-program .ah-acc-processed:last-of-type {
  margin-bottom: 20px;
}
.view-advanced-program .ah-acc-processed h3 {
  margin-top: 20px;
}
.view-advanced-program .ah-acc-processed .views-row {
  margin-bottom: 8px;
  position: relative;
}
.view-advanced-program .ah-acc-processed .views-row:last-of-type {
  margin-bottom: 0;
}
.view-advanced-program .ah-acc-processed .acc-header-wrapper {
  position: relative;
  background: #e8eff2;
}
.view-advanced-program .ah-acc-processed .views-field-title span {
  padding: 18px 72px 18px 16px;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #00aeef;
  text-transform: none;
  display: block;
}
.view-advanced-program .ah-acc-processed .views-field-title span a:focus, .view-advanced-program .ah-acc-processed .views-field-title span a:hover {
  color: #5d2e8c;
  text-decoration: none;
}
.view-advanced-program .ah-acc-processed .views-field-title .fa {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  line-height: 60px;
  font-size: 30px;
  color: #aabdc6;
  text-align: center;
  cursor: pointer;
}
.view-advanced-program .ah-acc-processed .views-field-title .fa:before {
  position: relative;
}
.view-advanced-program .ah-acc-processed .views-field-title .fa.fa-minus:before {
  content: "\f056";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
}
.view-advanced-program .ah-acc-processed .views-field-title .fa.fa-plus:before {
  content: "\f055";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
}
.view-advanced-program .ah-acc-processed .unit-body {
  position: relative;
  padding: 20px;
}
@media (max-width: 600px) {
  .view-advanced-program .ah-acc-processed .unit-body .field-content p {
    margin-bottom: 0;
  }
}
.view-advanced-program .ah-acc-processed .unit-body .field-content a.btn:after, .view-advanced-program .ah-acc-processed .unit-body .field-content a.button:after {
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-left: 3px;
  font: var(--fa-font-solid);
  font-size: 13px;
}
.view-advanced-program .ah-acc-processed .unit-body .field-content a.button {
  line-height: normal;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
  padding: 7px 15px 6px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #083369;
  border-color: #083369;
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lang-pl .view-advanced-program .ah-acc-processed .unit-body .field-content a.button {
  font-family: "mulish-variable", sans-serif !important;
}
.view-advanced-program .ah-acc-processed .unit-body .field-content a.button:focus, .view-advanced-program .ah-acc-processed .unit-body .field-content a.button:hover, .view-advanced-program .ah-acc-processed .unit-body .field-content a.button:active, .view-advanced-program .ah-acc-processed .unit-body .field-content a.button:active:focus, .view-advanced-program .ah-acc-processed .unit-body .field-content a.button.active:focus {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.view-advanced-program .ah-acc-processed .unit-body .field-content a.button:focus, .view-advanced-program .ah-acc-processed .unit-body .field-content a.button:hover, .view-advanced-program .ah-acc-processed .unit-body .field-content a.button:active {
  color: #083369 !important;
  background: transparent !important;
  border-color: #083369;
}
.view-advanced-program .ah-acc-processed .unit-body .completed-message {
  margin-bottom: 20px;
  font-weight: 600;
  color: #41ad49;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.view-advanced-program .ah-acc-processed .unit-body .completed-message:before {
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  font-size: 20px;
  color: #41ad49;
}
.view-advanced-program .ah-acc-processed .ceus {
  position: absolute;
  right: 20px;
  bottom: 35px;
}
@media (max-width: 600px) {
  .view-advanced-program .ah-acc-processed .ceus {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
  }
}
.view-advanced-program .ah-acc-processed .lms-action-buttons {
  margin: 0;
  width: auto;
  float: none;
}
.view-advanced-program .ah-acc-processed .lms-action-buttons .btn {
  margin-right: 5px;
  width: auto;
}

.path-education-unit .materials-navigation-container {
  position: relative;
  margin: 0 auto 40px;
  max-width: 360px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  clear: both;
}
.path-education-unit .materials-counter {
  font-size: 18px;
  text-align: center;
}
.path-education-unit .materials-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.path-education-unit .materials-nav .btn {
  min-width: 120px;
}
@media (max-width: 400px) {
  .path-education-unit .materials-nav .btn {
    min-width: 50px;
  }
}
.path-education-unit .materials-nav .btn.prev, .path-education-unit .materials-nav .btn.next {
  position: absolute;
}
@media (max-width: 400px) {
  .path-education-unit .materials-nav .btn.prev, .path-education-unit .materials-nav .btn.next {
    text-indent: -9999px;
  }
}
@media (max-width: 400px) {
  .path-education-unit .materials-nav .btn.prev:before, .path-education-unit .materials-nav .btn.prev:after, .path-education-unit .materials-nav .btn.next:before, .path-education-unit .materials-nav .btn.next:after {
    text-indent: 0;
    float: left;
  }
}
.path-education-unit .materials-nav .btn.prev {
  left: 0;
}
.path-education-unit .materials-nav .btn.prev:before {
  content: "\f104";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  font: var(--fa-font-solid);
  font-size: 13px;
}
@media (max-width: 400px) {
  .path-education-unit .materials-nav .btn.prev:before {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.path-education-unit .materials-nav .btn.next {
  right: 0;
}
.path-education-unit .materials-nav .btn.next:after {
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  font: var(--fa-font-solid);
  font-size: 13px;
}
@media (max-width: 400px) {
  .path-education-unit .materials-nav .btn.next:after {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.path-education-unit .materials-nav .btn.disabled:focus, .path-education-unit .materials-nav .btn.disabled:hover, .path-education-unit .materials-nav .btn:disabled:focus, .path-education-unit .materials-nav .btn:disabled:hover {
  color: #fff !important;
  background-color: #083369 !important;
}
.path-education-unit #mark-complete {
  margin-bottom: 40px;
}
.path-education-unit #mark-complete:after {
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  font: var(--fa-font-solid);
  font-size: 14px;
}
.path-education-unit #mark-complete.disabled {
  cursor: not-allowed !important;
  pointer-events: none;
}
.path-education-unit #mark-complete.disabled:focus, .path-education-unit #mark-complete.disabled:hover {
  color: #fff !important;
  background-color: #083369 !important;
}
.path-education-unit .step-content {
  clear: both;
}
.path-education-unit .field--name-field-edu-embed-codes,
.path-education-unit .field--name-field-edu-files {
  margin-bottom: 40px;
}

.modal-loader .fa {
  color: #00aeef;
}

.fluid-width-video-wrapper {
  padding-top: 50% !important;
}

.path-webform .webform-submission-form fieldset {
  margin-bottom: 20px;
}
.path-webform .webform-submission-form fieldset.checkboxes--wrapper .form-item:last-of-type label, .path-webform .webform-submission-form fieldset.radios--wrapper .form-item:last-of-type label {
  margin-bottom: 0;
}
.path-webform .webform-submission-form fieldset.checkboxes--wrapper .form-item input[type=radio],
.path-webform .webform-submission-form fieldset.checkboxes--wrapper .form-item input[type=checkbox], .path-webform .webform-submission-form fieldset.radios--wrapper .form-item input[type=radio],
.path-webform .webform-submission-form fieldset.radios--wrapper .form-item input[type=checkbox] {
  top: 5px;
}
.path-webform .webform-submission-form legend {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 0;
}
.path-webform .webform-submission-form .radio,
.path-webform .webform-submission-form .checkbox {
  display: block;
}

.path-quiz .main-content nav.tabs {
  display: none;
}
.path-quiz .main-content #quiz-progress {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}
.path-quiz .main-content .quiz-report-jumper {
  display: none;
}
.path-quiz .main-content .field--name-body .field--label {
  display: none;
}
.path-quiz .main-content .field--name-body .field--item p {
  line-height: 1;
  font-family: "league-gothic", sans-serif;
  font-size: 52px;
  font-weight: 400;
}
.path-quiz .main-content table.table th {
  width: 50%;
  color: #282828;
  background: rgb(242.675, 245.575, 247.025);
}
.path-quiz .main-content .quiz-start-link {
  line-height: normal;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
  padding: 7px 15px 6px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #083369;
  border-color: #083369;
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lang-pl .path-quiz .main-content .quiz-start-link {
  font-family: "mulish-variable", sans-serif !important;
}
.path-quiz .main-content .quiz-start-link:focus, .path-quiz .main-content .quiz-start-link:hover, .path-quiz .main-content .quiz-start-link:active, .path-quiz .main-content .quiz-start-link:active:focus, .path-quiz .main-content .quiz-start-link.active:focus {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.path-quiz .main-content .quiz-start-link:focus, .path-quiz .main-content .quiz-start-link:hover, .path-quiz .main-content .quiz-start-link:active {
  color: #083369 !important;
  background: transparent !important;
  border-color: #083369;
}
.path-quiz .main-content .quiz-start-link:after {
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  font: var(--fa-font-solid);
  font-size: 13px;
}
.path-quiz .main-content .quiz-question-multichoice h2 {
  display: none;
}
.path-quiz .main-content .quiz-question-multichoice .field--name-body {
  margin-bottom: 10px;
  font-weight: 700;
}
.path-quiz .main-content .quiz-question-multichoice .field--name-body .field--label {
  display: none;
}
.path-quiz .main-content .quiz-question-multichoice .table {
  border: 0;
}
.path-quiz .main-content .quiz-question-multichoice .table thead {
  display: none;
}
.path-quiz .main-content .quiz-question-multichoice .table td {
  border: 0 !important;
  white-space: normal;
}
.path-quiz .main-content .quiz-question-multichoice .table td:first-of-type {
  width: 40px;
}
.path-quiz .main-content .quiz-question-multichoice .table td p:last-child {
  margin-bottom: 0;
}
.path-quiz .main-content .quiz-question-multichoice .radio,
.path-quiz .main-content .quiz-question-multichoice .checkbox {
  margin-top: 0;
}
.path-quiz .main-content .quiz-question-multichoice .radio label,
.path-quiz .main-content .quiz-question-multichoice .checkbox label {
  margin-bottom: 0;
  padding-left: 0 !important;
  display: inline-block;
}
.path-quiz .main-content .quiz-question-multichoice .radio .form-item--error-message,
.path-quiz .main-content .quiz-question-multichoice .checkbox .form-item--error-message {
  display: none;
}
.path-quiz .main-content .form-actions .btn {
  margin-right: 5px;
}

.path-front .header {
  padding: 0;
}
@media (max-width: 991px) {
  .path-front .header {
    min-height: 0;
  }
}
.path-front .header [class*=col-sm-] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .path-front .header [class*=col-sm-] {
    min-height: 0;
  }
}
.path-front .header .logo {
  margin: 60px 0;
  text-align: center;
}
.path-front .header .logo p {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .path-front .header .logo p {
    margin-bottom: 20px;
  }
}
.path-front .header .logo img {
  width: auto;
  height: 140px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
@media (max-width: 991px) {
  .path-front .header .logo img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .path-front .header .logo img {
    height: 95px;
  }
}
.path-front .header .logo .page-header {
  display: none;
}
.path-front .header .logo h1 {
  margin-bottom: 0;
  font-size: 66px;
  text-transform: uppercase;
}
.path-front .header .logo .btn:focus, .path-front .header .logo .btn:hover {
  color: #fff !important;
  background-color: #00aeef !important;
  border-color: #00aeef !important;
}
.path-front .page-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.path-front .main-content {
  min-height: 0;
}
.path-front .region-content-bottom {
  background-color: #fff;
}
.path-front #block-haveaquestion {
  padding: 80px 0;
  text-align: center;
}
.path-front #block-haveaquestion h2 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 32px;
  color: #e90287;
}
.path-front #block-haveaquestion .btn-large {
  color: #e90287;
  background-color: transparent;
  border-color: #e90287;
}
.path-front #block-haveaquestion .btn-large:active, .path-front #block-haveaquestion .btn-large:focus, .path-front #block-haveaquestion .btn-large:hover {
  color: #fff !important;
  background-color: #e90287 !important;
  border-color: #e90287;
}

#block-wocnadvancedhomepage,
#block-wocnadvancedhomepageauthenticated {
  margin: 0 auto 40px;
  max-width: 960px;
  color: #083369;
  text-align: center;
}
#block-wocnadvancedhomepage h2,
#block-wocnadvancedhomepageauthenticated h2 {
  display: none;
}
#block-wocnadvancedhomepage .field--name-body,
#block-wocnadvancedhomepageauthenticated .field--name-body {
  margin: 0 auto;
}
#block-wocnadvancedhomepage .field--name-body h2,
#block-wocnadvancedhomepageauthenticated .field--name-body h2 {
  margin-bottom: 20px;
  font-size: 60px;
  color: #5d2e8c;
  display: block;
}
@media (max-width: 767px) {
  #block-wocnadvancedhomepage .field--name-body h2,
  #block-wocnadvancedhomepageauthenticated .field--name-body h2 {
    font-size: 52px;
  }
}
@media (max-width: 600px) {
  #block-wocnadvancedhomepage .field--name-body h2 br,
  #block-wocnadvancedhomepageauthenticated .field--name-body h2 br {
    display: none;
  }
}
#block-wocnadvancedhomepage .field--name-body h2 sup,
#block-wocnadvancedhomepageauthenticated .field--name-body h2 sup {
  font-size: 20px;
  vertical-align: super;
}
#block-wocnadvancedhomepage .field--name-body h3,
#block-wocnadvancedhomepageauthenticated .field--name-body h3 {
  margin-top: 10px;
  color: #5d2e8c;
  display: inline-block;
}
#block-wocnadvancedhomepage .field--name-body p, #block-wocnadvancedhomepage .field--name-body ol, #block-wocnadvancedhomepage .field--name-body ul,
#block-wocnadvancedhomepageauthenticated .field--name-body p,
#block-wocnadvancedhomepageauthenticated .field--name-body ol,
#block-wocnadvancedhomepageauthenticated .field--name-body ul {
  margin: 0 auto 20px;
  max-width: 960px;
}
#block-wocnadvancedhomepage .field--name-body p:last-child, #block-wocnadvancedhomepage .field--name-body ol:last-child, #block-wocnadvancedhomepage .field--name-body ul:last-child,
#block-wocnadvancedhomepageauthenticated .field--name-body p:last-child,
#block-wocnadvancedhomepageauthenticated .field--name-body ol:last-child,
#block-wocnadvancedhomepageauthenticated .field--name-body ul:last-child {
  margin-bottom: 0;
}
#block-wocnadvancedhomepage .field--name-body ol, #block-wocnadvancedhomepage .field--name-body ul,
#block-wocnadvancedhomepageauthenticated .field--name-body ol,
#block-wocnadvancedhomepageauthenticated .field--name-body ul {
  text-align: left;
}
#block-wocnadvancedhomepage .field--name-body a img,
#block-wocnadvancedhomepageauthenticated .field--name-body a img {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#block-wocnadvancedhomepage .field--name-body a img:focus, #block-wocnadvancedhomepage .field--name-body a img:hover,
#block-wocnadvancedhomepageauthenticated .field--name-body a img:focus,
#block-wocnadvancedhomepageauthenticated .field--name-body a img:hover {
  transform: scale(1.05);
}

.path-user.role-authenticated.role-student .tabs--primary, .path-user.role-authenticated.role-teacher .tabs--primary {
  display: none;
}
.path-user .user-register-form .form-item label {
  display: block;
}
.path-user .user-register-form .form-tel {
  width: 100%;
}
.path-user .user-register-form [data-drupal-selector=edit-field-user-address-0-address] select.country {
  border-radius: 0 !important;
}
.path-user .user-register-form [data-drupal-selector=edit-field-user-address-0-address] .input-group-addon {
  display: none;
}
.path-user .user-register-form [data-drupal-selector=group-user-share-my-information] .panel-body {
  padding: 0;
}
.path-user .user-register-form [data-drupal-selector=group-user-share-my-information] .panel-body .form-group {
  margin-bottom: 0;
}
.path-user .user-register-form [data-drupal-selector=group-user-share-my-information] legend {
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #f5f5f5;
  border-bottom-color: #ddd;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.path-user .user-register-form [data-drupal-selector=group-user-share-my-information] .fieldset-wrapper {
  margin-bottom: 15px;
  padding: 0 15px;
}
.path-user .user-register-form [data-drupal-selector=group-user-share-my-information] .help-block {
  margin: 0 0 15px;
  padding: 0 15px;
  font-size: 16px;
}

body.role-administrator .utility, body.role-publisher .utility {
  position: relative;
}
body.role-administrator .header, body.role-publisher .header {
  margin-top: 0;
}

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