@charset "UTF-8";
.hidden {
  display: none;
}

.more-air {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.clear {
  clear: both;
}

.case-status-tag {
  font: bold 12px/18px "Roboto";
}

.case-status-tag-open {
  color: #F7AB5C;
}

.case-status-tag-completed {
  color: #71B570;
}

.case-status-tag-scheduled {
  color: #CBCBCB;
}

span.tag {
  font: normal 12px/18px Roboto;
  color: white;
  display: inline-block;
  padding: 3px 16px;
  border-radius: 12px;
  cursor: default;
  min-width: 96px;
  text-align: center;
  transition-duration: 0.3s;
}

span.tag-checked {
  background-color: #71B570;
}

span.tag-checked:hover {
  background-color: #98D697;
}

span.tag-not-checked {
  background-color: #DA295B;
}

span.tag-not-checked:hover {
  background-color: #F4688F;
}

span.tag-open {
  background-color: #F7AB5C;
}

span.tag-open:hover {
  background-color: rgba(247, 171, 92, 0.7);
}

span.tag-disabled {
  background-color: #CBCBCB;
  color: #F5F5F5;
}

span.tag-mustread {
  background-color: #F5EFFF;
  color: #5e378b;
  cursor: pointer;
  padding: 5px 24px;
  border-radius: 10px;
  margin: 6px;
}

span.tag-mustread:before {
  content: '';
  background: url("../images/icon-pdf.svg") no-repeat;
  display: inline-block;
  width: 12px;
  height: 15px;
  vertical-align: middle;
  margin-right: 7px;
}
span.tag-mustread.em-video:before {
  background: url("../images/icon-video.png") no-repeat;
  background-size: contain;
}

.rotate-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999;
  background-color: #5e378b;
  position: fixed;
}

.rotate-wrapper_content {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.rotate-wrapper_circle {
  background: url("../images/rotate-circle.svg") no-repeat;
  width: 125px;
  height: 116px;
  position: relative;
  animation: wiggle 1.5s infinite;
}

.rotate-wrapper_phone {
  background: url("../images/rotate-device.svg") no-repeat center;
  width: 100%;
  height: 100%;
  left: -5px;
  position: absolute;
}

.rotate-wrapper_text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 20px;
}

.screentest .rotate-wrapper {
  display: none;
}

@keyframes wiggle {
  0% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-91deg);
  }
  100% {
    transform: rotate(1deg);
  }
}

table.pri-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
  border-radius: 5px;
}

table.pri-table th {
  text-align: left;
  font: 500 19px/23px "Roboto";
  border-bottom: 6px solid rgba(37, 15, 71, 0.1);
}

table.pri-table td {
  border-bottom: 2px solid rgba(37, 15, 71, 0.1);
}

table.pri-table td, table.pri-table th {
  padding: 28px;
}

table.pri-table tr:last-child td {
  border-bottom: none;
}

table.pri-table a {
  color: #5e378b;
}

.transcr-footer {
  width: 100%;
}

.transcr-footer td {
  padding: 0;
  width: 50%;
}

.transcr-footer td:last-child {
  text-align: right;
}

.transcript-table {
  width: 100%;
}

.transcript-table tr th {
  text-align: center;
  font-weight: bold;
  border: 1px solid rgba(37, 15, 71, 0.1);
}

.transcript-table tr td {
  border: 1px solid rgba(37, 15, 71, 0.1);
}

sup.transcript-tm-sup {
  font-size: 0.5em;
  vertical-align: super;
}

@media print {
  .transcript-table th,
  .transcript-table td {
    border: 1px solid black;
  }
}

.popup-window {
  border-radius: 5px;
  max-height: 80%;
  max-width: 70%;
}

@media (max-width: 1024px) {
  .popup-window {
    max-width: 80%;
  }
}

.pdf-viewer {
  width: 80%;
  height: 80%;
}

.pri-popup#set_new_password {
  width: 515px;
}

.pri-popup#login {
  width: 600px;
  max-width: 100%;
}

.pri-popup#login .button-big {
  color: white;
  background-color: #250F47;
  font: 500 14px/24px "Roboto";
  padding: 14px 46px;
}

.pri-popup#login .reset-pass {
  color: #DA295B;
  text-decoration: none;
  font-size: 13px;
}

.pri-popup#login .reset-pass:hover {
  text-decoration: underline;
}

.pri-popup#login a {
  font: 500 16px/28px "Roboto";
  color: #DA295B;
}

.button-print {
  float: right;
  border: 4px solid red;
}

.button-print i {
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  background: url("../images/icon-print.svg") center center no-repeat;
  width: 24px;
  height: 21px;
}

.transcript-header {
  width: 100%;
}

.transcript-header td:first-child {
  width: 35%;
}

.transcript-header h3 {
  margin: 0;
}

.transcript-table {
  border-collapse: collapse;
  margin: 35px auto;
}

.transcript-table td {
  padding: 8px 12px;
}

p.centered {
  text-align: center;
  padding: 0 5%;
  font-size: 13px;
  line-height: 16px;
}

#edit_profile,
#registration {
  width: 600px;
  max-width: 100%;
}

#edit_profile #wp-submit,
#registration #wp-submit {
  color: white;
  background-color: #250F47;
  font: 500 14px/24px "Roboto";
  padding: 14px 46px;
}

#edit_profile .row {
  margin-bottom: 15px;
}

#edit_profile .avatar {
  display: inline-block;
}

#edit_profile a {
  color: #5e378b;
  font: 13px/30px "Roboto";
}

#edit_profile label {
  color: #757575;
  font: 13px/28px "Roboto";
}

.dev_text {
  color: grey;
  cursor: text;
  letter-spacing: 1px;
  border: 1px dotted silver;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 5px;
}

form.fancybox-content {
  width: 515px;
  border-radius: 5px;
}

form p {
  margin-bottom: 16px;
}

form label {
  font: 500 16px/28px "Roboto";
  display: block;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
}

form select option {
  color: #939393;
}

form select option:not(:first-of-type) {
  color: #000;
}

form select,
form input[type=date],
form input[type=text],
form input[type=password],
form input[type=tel],
form input[type=email] {
  border: 1px solid #CACACA;
  border-radius: 5px;
  width: 100%;
  font: normal 16px/28px "Roboto";
  padding: 8px  20px;
  transition: border-color 0.2s ease;
}

form select::placeholder,
form input[type=date]::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=tel]::placeholder,
form input[type=email]::placeholder {
  color: #939393;
  font-weight: 100;
}

form input[type=submit] {
  border: none;
  border-radius: 5px;
  padding: 4px 46px;
  font: normal 13px/23px Roboto;
  cursor: pointer;
  transition-duration: 0.3s;
  color: #5e378b;
  background-color: #F5EFFF;
}

form input[type=submit]:hover {
  color: white;
  background-color: #5e378b;
}

form input[type=submit].disabled {
  cursor: not-allowed;
}

form input[type=submit]:focus {
  outline: none;
}

form input[type=submit]-wide {
  width: 100%;
  color: #5e378b;
  background-color: #F5EFFF;
}

form input[type=submit]-wide:hover {
  color: white;
  background-color: #5e378b;
}

form input[type=submit]-wide.disabled {
  color: #AAAAAA;
  background-color: #F5F5F5;
}

form input[type=submit]-rounded {
  border-radius: 21.5px;
  color: #DA295B;
  background-color: white;
  font: 500 15px "Roboto";
  padding: 12px 36px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

form input[type=submit]-rounded:hover {
  color: white;
  background-color: #884FC5;
}

form input[type=submit]-rounded.disabled {
  color: #CBCBCB;
  background-color: white;
}

form input[type=submit]-transp {
  color: #DA295B;
  background: transparent;
  border: none;
  font: normal 16px/28px "Roboto";
}

form input[type=submit]-transp:hover {
  background: none;
  border: none;
  text-decoration: underline;
  color: #DA295B;
}

form input[type=submit]-big {
  color: white;
  background-color: #5e378b;
  font: 500 14px/24px "Roboto";
  padding: 14px 46px;
}

form input[type=submit]-big:hover {
  background-color: #884FC5;
}

form input[type=submit]-big.disabled {
  background-color: #CBCBCB;
}

form input[type=submit]-register {
  font: 500 18px/23px "Roboto";
  color: #DA295B;
  background-color: white;
  padding: 12px 36px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

form input[type=submit]-register:hover {
  color: white;
  background-color: #884FC5;
}

form input[type=submit]-login {
  background-color: #5e378b;
  color: white;
  border-radius: 100px;
}

form input[type=submit].button-big {
  color: white;
  background-color: #250F47;
  font: 500 14px/24px "Roboto";
  padding: 14px 46px;
}

form .avatar {
  border-radius: 50%;
}

select {
  border: 1px solid #CACACA;
  border-radius: 5px;
  width: 100%;
  font: normal 16px/28px "Roboto";
  transition: border-color 0.2s ease;
}

select option {
  padding: 8px  20px;
}

textarea:focus,
input:focus {
  outline: none !important;
  border: 1px solid #884FC5 !important;
}

.button {
  border: none;
  border-radius: 5px;
  padding: 4px 46px;
  font: normal 13px/23px Roboto;
  cursor: pointer;
  transition-duration: 0.3s;
  color: #5e378b;
  background-color: #F5EFFF;
}

.button:hover {
  color: white;
  background-color: #5e378b;
}

.button.disabled {
  cursor: not-allowed;
}

.button:focus {
  outline: none;
}

.button-wide {
  width: 100%;
  color: #5e378b;
  background-color: #F5EFFF;
}

.button-wide:hover {
  color: white;
  background-color: #5e378b;
}

.button-wide.disabled {
  color: #AAAAAA;
  background-color: #F5F5F5;
}

.button-rounded {
  border-radius: 21.5px;
  color: #DA295B;
  background-color: white;
  font: 500 15px "Roboto";
  padding: 12px 36px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

.button-rounded:hover {
  color: white;
  background-color: #884FC5;
}

.button-rounded.disabled {
  color: #CBCBCB;
  background-color: white;
}

.button-transp {
  color: #DA295B;
  background: transparent;
  border: none;
  font: normal 16px/28px "Roboto";
}

.button-transp:hover {
  background: none;
  border: none;
  text-decoration: underline;
  color: #DA295B;
}

.button-big {
  color: white;
  background-color: #5e378b;
  font: 500 14px/24px "Roboto";
  padding: 14px 46px;
}

.button-big:hover {
  background-color: #884FC5;
}

.button-big.disabled {
  background-color: #CBCBCB;
}

.button-register {
  font: 500 18px/23px "Roboto";
  color: #DA295B;
  background-color: white;
  padding: 12px 36px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

.button-register:hover {
  color: white;
  background-color: #884FC5;
}

.button-login {
  background-color: #5e378b;
  color: white;
  border-radius: 100px;
}

.wpcf7-form .boxed-items span.wpcf7-list-item {
  width: 100%;
}

button.print_cme_info {
  border: none;
  border-radius: 5px;
  padding: 4px 46px;
  font: normal 13px/23px Roboto;
  cursor: pointer;
  transition-duration: 0.3s;
  color: #5e378b;
  background-color: #F5EFFF;
  background: #5e378b;
  float: right;
  color: white;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

button.print_cme_info:hover {
  color: white;
  background-color: #5e378b;
}

button.print_cme_info.disabled {
  cursor: not-allowed;
}

button.print_cme_info:focus {
  outline: none;
}

button.print_cme_info-wide {
  width: 100%;
  color: #5e378b;
  background-color: #F5EFFF;
}

button.print_cme_info-wide:hover {
  color: white;
  background-color: #5e378b;
}

button.print_cme_info-wide.disabled {
  color: #AAAAAA;
  background-color: #F5F5F5;
}

button.print_cme_info-rounded {
  border-radius: 21.5px;
  color: #DA295B;
  background-color: white;
  font: 500 15px "Roboto";
  padding: 12px 36px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

button.print_cme_info-rounded:hover {
  color: white;
  background-color: #884FC5;
}

button.print_cme_info-rounded.disabled {
  color: #CBCBCB;
  background-color: white;
}

button.print_cme_info-transp {
  color: #DA295B;
  background: transparent;
  border: none;
  font: normal 16px/28px "Roboto";
}

button.print_cme_info-transp:hover {
  background: none;
  border: none;
  text-decoration: underline;
  color: #DA295B;
}

button.print_cme_info-big {
  color: white;
  background-color: #5e378b;
  font: 500 14px/24px "Roboto";
  padding: 14px 46px;
}

button.print_cme_info-big:hover {
  background-color: #884FC5;
}

button.print_cme_info-big.disabled {
  background-color: #CBCBCB;
}

button.print_cme_info-register {
  font: 500 18px/23px "Roboto";
  color: #DA295B;
  background-color: white;
  padding: 12px 36px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

button.print_cme_info-register:hover {
  color: white;
  background-color: #884FC5;
}

button.print_cme_info-login {
  background-color: #5e378b;
  color: white;
  border-radius: 100px;
}

button.print_cme_info i {
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  background: url("../images/icon-print.svg") center center no-repeat;
  width: 24px;
  height: 21px;
}

button.link {
  margin-left: 20px;
  height: 52px;
  float: right;
  background: none;
  border: none;
  color: #5e378b;
  font: 500 14px/24px "Roboto";
  cursor: pointer;
}

button.link:before {
  content: '';
  display: inline-block;
  background: url("../images/icon-close-button.svg") center center no-repeat;
  background-size: cover;
  width: 11px;
  height: 11px;
  margin-right: 6px;
}

.quiz_wrap--3 .quiz_questions_list {
  max-width: 180px;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 25px;
}

.quiz_wrap--3 li.quiz_questions_list--3 {
  border: none;
  font-size: 16px;
  color: #000;
  padding-left: 32px;
  margin-bottom: 0;
  margin-top: 0;
}

.quiz_wrap--3 li.quiz_questions_list--3:before {
  display: none;
}

.quiz_wrap--3 li.quiz_questions_list--3:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  border: solid 4px #fff;
  box-sizing: border-box;
}

.quiz_wrap--3 li.quiz_questions_list--3:hover:after {
  box-shadow: 0px 0px 0px 1px #a3a3a3;
  background-color: #DA295B;
  transition: all 0.3s;
}

.quiz_wrap--3 li.quiz_questions_list--3.choosen {
  opacity: 1 !important;
}

.quiz_wrap--3 li.quiz_questions_list--3.choosen:after {
  box-shadow: 0px 0px 0px 1px #a3a3a3 !important;
  background-color: #DA295B !important;
  transition: all 0.3s;
}

.pre-post-testing p {
  line-height: 25px;
}

.pre-post-testing .box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-radio input {
  display: none;
}

.wpcf7-form-control.wpcf7-radio label {
  font: normal 16px/25px "Roboto";
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin-bottom: 6px;
  margin-top: 6px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
  display: block;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  border: solid 2px #fff;
  box-sizing: border-box;
}

.wpcf7-form-control.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label {
  opacity: 1 !important;
}

.wpcf7-form-control.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
  box-shadow: 0px 0px 0px 1px #a3a3a3 !important;
  background-color: #DA295B !important;
  transition: all 0.3s;
}

.wpcf7-form-control.wpcf7-radio.hidelabel .wpcf7-list-item-label {
  display: inline-block;
  text-indent: -5000px;
  color: white;
}

.indent-question {
  margin-left: 3vw;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  display: none !important;
}

.demog-9-wrapper span.wpcf7-list-item {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

.demog-9-wrapper span.wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 7px;
  font-weight: normal;
}

#demo_9 {
  border: 1px solid #CACACA;
  border-radius: 5px;
  width: 100%;
  font: normal 16px/28px Roboto;
  padding: 8px 20px;
  transition: border-color 0.2s ease;
  resize: none;
  display: block;
}

form#registration button.fancybox-close-small {
  position: fixed;
  right: calc((100vw - 600px) / 2);
}

@media (max-width: 629px) {
  form#registration button.fancybox-close-small {
    right: 15px;
  }
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-block {
  background-color: white;
  margin-bottom: 20px;
  width: 32%;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

.case-title .box {
  padding-left: 1rem;
}

.case-title h4 {
  margin: 0 0 5px;
  font: normal 17px/23px Roboto;
}

.case-title h4 a {
  text-decoration: none;
}

.case-title h4 a:hover {
  text-decoration: underline;
}

.case-excerpt {
  font: 200 16px/22px "Roboto";
  margin: 16px 0;
}

.single-case .thumbnail {
  border-radius: 5px;
  max-width: 100%;
}

.single-case h1 {
  font: 500 30px/32px "Roboto";
  margin: 0 0 6px;
}

.single-case h4 {
  font: 500 16px/32px "Roboto";
  margin: 0;
}

.single-case .case-description {
  margin: 40px 0;
}

.single-case .case-description p {
  font: normal 16px/28px "Roboto";
}

.discussion_point,
.activity {
  border: 1px solid #CACACA;
  border-radius: 5px;
  width: 100%;
  font: normal 16px/28px Roboto;
  padding: 8px  20px;
  transition: border-color 0.2s ease;
  resize: none;
  display: block;
  word-break: break-word;
}

.discussion_point:focus,
.activity:focus {
  outline: none !important;
  border: 1px solid #884FC5 !important;
}

span.description {
  color: #939393;
  font: normal 12px/28px "Roboto";
}

span.chars-left {
  color: #939393;
  font: normal 12px/28px "Roboto";
  float: right;
}

.case-read-banner {
  background: url("../images/banner-case-read.svg") center center no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 5px;
}

.case-read-banner h4 {
  color: white;
  font: bold 24px/28px "Roboto";
  margin: 0 0 20px;
}

.case-read-banner .button-rounded {
  background-color: #DA295B;
  color: white;
}

.cme-descr {
  margin-bottom: 2em;
}
@media (max-width: 1023px) {
  .cme-descr {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

.cme-question {
  margin-top: 4rem;
}

.cme-text {
  font: 500 16px/26px "Roboto";
}

.top-space {
  margin-top: 4rem;
}

.reset_options {
  color: #DA295B;
  text-decoration: underline;
  display: none;
}

.cme_options {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.cme_options li {
  margin: 15px 0;
}

.cme_options li.faded a {
  color: #CBCBCB;
}

.cme_options li.faded svg.cme-svg g {
  fill: #CBCBCB;
}

.cme_options li.wrong a {
  color: #DA295B;
}

.cme_options li.wrong svg.cme-svg {
  display: none;
}

.cme_options li.wrong svg.cme-wrong {
  display: inline-block;
}

.cme_options li.correct svg.cme-svg {
  display: none;
}

.cme_options li.correct svg.cme-correct {
  display: inline-block;
}

.cme_options li a {
  display: inline-block;
  color: #5e378b;
  font: normal 16px/22px "Roboto";
  text-decoration: none;
  position: relative;
  transition-duration: 0.3s;
}

.cme_options li a svg {
  vertical-align: bottom;
  margin-right: 12px;
  float: left;
  margin-top: -4px;
}

.cme_options li a svg.cme-svg g {
  transition-duration: 0.3s;
  fill: #5e378b;
}

.cme_options li a svg.cme-wrong, .cme_options li a svg.cme-correct {
  display: none;
}

.icon-comments {
  text-decoration: none;
}

.icon-comments svg {
  vertical-align: middle;
  margin-left: 20px;
}

.icon-comments.disabled {
  cursor: default;
}

.icon-comments.disabled svg g {
  fill: #CBCBCB;
}

.icon-certificate svg {
  vertical-align: middle;
  margin-left: 20px;
  margin-top: 2px;
}

.icon-certificate svg g {
  fill: #5e378b;
}

.icon-certificate:hover svg g {
  fill: #5F378B;
}

.icon-certificate.disabled {
  cursor: default;
}

.icon-certificate.disabled svg g {
  fill: #CBCBCB;
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .icon-certificate::after {
    width: calc(33vw - 100px);
    max-width: 180px !important;
    white-space: normal !important;
    line-height: 1.4em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
}
@media (max-width: 1023px)  {
  .icon-certificate::after {
    width: 50vw;
    white-space: normal !important;
  }
  .case-list .case-block {
    overflow: hidden !important;
  }
  .complete-prev-tt::after {
    top: unset !important;
    bottom: 100% !important;
    transform: translate3d(-50%, 7px, 0) !important;
  }
}


.part-banner {
  display: block !important;
}

.part-interactive {
  display: none !important;
}

.show_interactive .part-banner {
  display: none !important;
}

.show_interactive .part-interactive {
  display: block !important;
}

.comments h5 {
  margin: 0;
}

.case-comment {
  margin: 30px 0;
}

.case-comment.fellow-comment p {
  color: #7B6E90;
  font: 16px/28px "Roboto";
}

.case-comment.fellow-comment h5 {
  font: bold 13px/28px "Roboto";
  text-transform: uppercase;
}

.case-comment.pd-comment {
  border-left: 2px solid #5e378b;
  padding-left: 15px;
}

.case-comment.pd-comment p {
  color: #5e378b;
}

.case-comment.pd-comment h5 {
  font: bold 16px/28px "Roboto";
}

.case-comment.pd-comment h5:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: #DA295B;
  margin-right: 8px;
}

.case-comment .comment-date {
  color: #8D8D8D;
  font: 12px/32px "Roboto";
  margin-left: 12px;
}

.comment-form textarea {
  border: 1px solid #CACACA;
  border-radius: 5px;
  width: 100%;
  font: normal 16px/28px Roboto;
  padding: 8px 20px;
  transition: border-color 0.2s ease;
  resize: none;
  display: block;
}

.comment-form button[type=submit] {
  transition-duration: 0.3s;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
}

.comment-form button[type=submit].visible {
  opacity: 1;
  visibility: visible;
}

.continue-later {
  color: #5e378b;
  text-decoration: none;
  margin-right: 32px;
  margin-left: 32px;
  font: normal 14px/24px "Roboto";
}

.continue-later:hover {
  text-decoration: underline;
}

span.wpcf7-not-valid-tip,
.s_error,
.form-error,
span.error {
  font: 12px/28px "Roboto";
  color: #DA295B;
  display: inline-block;
}

span.wpcf7-not-valid-tip:before,
.s_error:before,
.form-error:before,
span.error:before {
  content: '';
  background: url("../images/icon-error.svg") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.additional-materials h5 {
  font: normal 17px/23px "Roboto";
  color: #884FC5;
  margin-top: 0.5em;
}

.additional-materials h4 {
  font: normal 20px/25px "Roboto";
  margin-left: 10px;
  margin-bottom: 0.5em;
}

a.download-presentation {
  color: #DA295B;
  font: normal 16px/36px "Roboto";
  text-decoration: none;
}

a.download-presentation:before {
  display: inline-block;
  content: '';
  background: url("../images/icon-pptx.svg") center center no-repeat;
  width: 22px;
  height: 26px;
  margin-right: 10px;
  vertical-align: middle;
}

.button-x {
  float: right;
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/icon-close-window.svg") no-repeat;
}

.indent {
  margin-left: 2em;
}

.profile-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile-card {
  background-color: white;
  margin-bottom: 20px;
  width: 32%;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

.profile-card .avatar {
  border-radius: 50%;
}

.profile-card a {
  text-decoration: none;
  color: #5e378b;
}

.profile-card a:hover {
  text-decoration: underline;
}

.profile-card h5.title {
  margin: 0 0 8px;
  font: normal 17px/23px "Roboto";
}

.profile-card .status {
  font: bold 12px/18px "Roboto";
}

.profile-card .status-checked {
  color: #71B570;
}

.profile-card .status-not {
  color: #DA295B;
}

.report-plate {
  background-color: #fff;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
  margin-bottom: 20px;
  max-width: 100%;
  overflow-x: auto;
}

.report-table.rt-scrollable {
  overflow-x: scroll;
}

.report-table.rt-scrollable td {
  min-width: 200px;
}

.report-table tr {
  border-bottom: 2px solid #D5D5D5;
}

.report-table tr:last-child {
  border-bottom: none;
}

.report-table th, .report-table td {
  border-right: 2px solid #D5D5D5;
}

.report-table th:last-child, .report-table td:last-child {
  border-right: none;
}

.report-table td {
  vertical-align: baseline;
  text-align: center;
}

.report-table td:first-child {
  text-align: left;
}

.small-heading span {
  font-size: 10px;
  display: inline-block;
}

.page-content.questionnaires-answers {
  padding-left: 6rem;
  padding-right: 6rem;
}

.page-content.questionnaires-answers table {
  margin-bottom: 3rem;
}

.page-content.questionnaires-answers table td {
  padding-left: 0;
  padding-right: 0;
}

.page-content.questionnaires-answers table td:nth-child(2) {
  text-align: right;
  font-weight: bold;
}

ul.year-switcher {
  display: inline-block;
  list-style: none;
}

ul.year-switcher li {
  display: inline-block;
  float: left;
  border-block-end: 1px solid #CBCBCB;
  margin: 0;
  padding: 0 15px;
}

ul.year-switcher li.active {
  border-block-end: 3px solid #5e378b;
  box-shadow: inset 0 -2px 0px 0px #5e378b;
}

ul.year-switcher li a, ul.year-switcher li span {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  text-decoration: none;
  color: #5e378b;
}

.report-download {
  float: right;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .report-download {
    font-size: 12px;
  }
}

.home-banner {
  background: url("../images/home-banner.png") center center no-repeat;
  background-size: cover;
  padding: 100px 100px 100px 110px;
  position: relative;
}

.home-banner h1 {
  color: white;
  font: bold 50px/59px "Roboto";
}

.home-banner p {
  color: white;
  font: normal 24px/34px "Roboto";
}

.home-banner button.button.button-register {
  border-radius: 100px;
  background-color: #DA295B;
  color: white;
  font-size: 1.5em;
  padding: 20px 75px;
}

.block-mission {
  align-items: stretch;
  padding: 20px 0 70px;
}

@media (max-width: 1023px) {
  .block-mission {
    padding: 10px 0 35px;
  }
  .block-mission .card-wrapper {
    margin-bottom: 16px;
  }
}

@media (min-width: 1024px) {
  .block-mission .card-wrapper {
    flex-basis: 28%;
    max-width: 28%;
  }
}

.block-mission .box.mission-card {
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
  border-radius: 5px;
  background-color: white;
  height: 100%;
  padding: 28px 35px 28px 28px;
}

.block-mission .box.mission-card p {
  font: 16px/25px "Roboto";
}

.block-about {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .block-about {
    padding-top: 30px;
  }
}

.block-about h2 {
  font: 500 30px/59px "Roboto";
  margin-bottom: 0.5em;
}

.block-about ul {
  list-style: none;
  padding-left: 0;
}

.block-about ul li {
  padding-left: 26px;
}

.block-about ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #DA295B;
  display: inline-block;
  margin-left: -20px;
  margin-right: 12px;
  font: normal 17px/27px "Roboto";
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.scroll-downs {
  display: block;
  position: absolute;
  top: auto;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 35px;
  z-index: 30;
}

.scroll-downs .mousey {
  width: 3px;
  padding: 5px 10px;
  height: 25px;
  border: 2px solid white;
  border-radius: 25px;
  opacity: .75;
  box-sizing: content-box;
}

.scroll-downs .mousey .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: white;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

.footnotes .description {
  color: #939393;
  font: normal 12px/17px "Roboto";
  display: inline-block;
  margin: 6px 0;
}

.logged-in .header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.posr {
  position: relative;
}

.mobile-header {
  display: none;
}

@media (max-width: 1023px) {
  body {
    padding-top: 45px;
  }
  header.header {
    display: none;
  }
  .admin-bar .mobile-header {
    top: 46px;
  }
  #small-login-button {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: white;
    border-radius: 2px;
    font: 400 12px/22px "Roboto";
    border: none;
    color: #5F378B;
    padding: 0 14px;
  }
  .mobile-header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 45px;
    background-color: #5F378B;
  }
  .mobile-header .navigation__burger {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 26px;
    display: block;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 150;
    padding: 2px;
    margin-top: 12px;
    margin-right: 16px;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .mobile-header .navigation__burger {
    right: 0;
    width: 22px;
  }
}

@media (max-width: 1023px) and (max-width: 319px) {
  .mobile-header .navigation__burger {
    margin: 0;
    right: 0;
    top: 15px;
    width: 22px;
  }
}

@media (max-width: 1023px) {
  .mobile-header .navigation__burger > span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 4px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .mobile-header .navigation__burger > span:nth-child(1) {
    top: 0;
  }
  .mobile-header .navigation__burger > span:nth-child(2) {
    top: 6px;
  }
  .mobile-header .navigation__burger > span:nth-child(3) {
    top: 12px;
  }
  .mobile-header .navigation__burger.open > span:nth-child(1) {
    top: 6px;
    transform: rotate(135deg);
  }
  .mobile-header .navigation__burger.open > span:nth-child(2) {
    opacity: 0;
    left: -100%;
  }
  .mobile-header .navigation__burger.open > span:nth-child(3) {
    top: 6px;
    transform: rotate(-135deg);
  }
  .mobile-header .navigation__burger.open > span:nth-child(3):before {
    display: none;
  }
  .mobile-header a {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 13px;
  }
  .mobile-header a.logo {
    margin-left: 25px;
    position: absolute;
    left: 0;
    display: block;
    text-indent: -5000px;
    height: 21px;
    width: 64px;
    background: url("../images/awir-logo-small.svg") center center no-repeat;
  }
  .mobile-header a svg {
    width: 21px;
    height: 19px;
  }
  .mobile-header a svg g {
    fill: white;
    stroke: white;
  }
  .logged-in a.logo {
    margin-left: -32px;
    position: absolute;
    left: 50%;
    display: block;
    text-indent: -5000px;
    height: 21px;
    width: 64px;
    background: url("../images/awir-logo-small.svg") center center no-repeat;
  }
  .home-banner {
    padding: 23px 48px 0 32px;
  }
  .home-banner h1 {
    font: 900 21px/27px "Roboto";
  }
  .home-banner p {
    font: normal 16px/21px "Roboto";
  }
  .home-banner br,
  .home-banner .scroll-downs {
    display: none;
  }
  .home-banner button.button.button-register {
    border-radius: 5px;
    padding: 12px 24px;
    margin-bottom: 32px;
    font: 400 16px "Roboto";
  }
  .block-mission h2 {
    font: bold 20px/32px "Roboto";
  }
  .block-mission .box.mission-card {
    padding: 20px;
  }
  .block-mission .box.mission-card p {
    margin: 0;
    font: 16px/24px "Roboto";
  }
  .block-about h2 {
    margin: 0 0 15px;
    font: bold 20px/32px "Roboto";
  }
  .block-about p {
    font: normal 16px/24px "Roboto";
  }
  .block-about a.download-presentation {
    font: normal 16px/24px "Roboto";
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 16px;
  }
  .block-about a.download-presentation:before {
    display: block;
    float: left;
    margin-right: 0;
    margin-left: -30px;
  }
  .block-about ul li {
    margin-bottom: 16px;
    font: normal 16px/24px "Roboto";
  }
  /**
  * DASHBOARD
  */
  .user-fellow .start-block {
    margin: 0.5rem;
    padding: 22px 12px;
    min-height: 220px;
  }
  .user-fellow .start-block .fellows {
    left: auto;
    right: 5%;
    width: 30%;
    background-size: contain;
    background-position: center bottom;
  }
}

@media (max-width: 1023px) and (min-width: 475px) and (max-width: 1023px) {
  .user-fellow .start-block .fellows {
    max-width: 138px;
  }
}

@media (max-width: 1023px) {
  .user-fellow .start-block .introtext {
    margin-left: 0;
  }
  .user-fellow .start-block .introtext h1 {
    margin: 0 0 10px;
    font: normal 28px/25px "Roboto";
  }
  .user-fellow .start-block .introtext p {
    font: normal 16px/22px "Roboto";
    margin-right: 30%;
  }
  .user-fellow .start-block .introtext .button-big {
    padding: 9px 30px;
    line-height: 16px;
  }
  .user-fellow .case-list {
    margin: .5rem;
  }
  .user-fellow .case-list .case-block {
    margin-bottom: 0.5rem;
    padding: 12px;
    width: 100%;
  }
  .user-fellow .case-list .case-block .case-thumbnail {
    max-width: 100%;
  }
  .user-fellow .additional-materials {
    padding: 0.5rem;
  }
  .user-fellow .additional-materials h4 {
    margin-top: 0;
    margin-left: 0;
  }
  .user-fellow .additional-materials .case-block {
    padding: 12px;
    width: 100%;
  }
  .profile-block {
    margin: 0.5rem !important;
    padding: 0.5rem !important;
  }
  .profile-block-col-first .avatar {
    max-width: 48px;
  }
  .case-list {
    margin: .5rem;
  }
  .case-list .case-block {
    margin-bottom: 0.5rem;
    padding: 12px;
    width: 100%;
    overflow: hidden;
  }
  .module-cases-fellow.user-fellow .case-list {
    padding-bottom: 22px;
  }
  .module-cases-fellow.user-fellow .case-block {
    overflow: visible;
  }
  .case-list .case-block .case-thumbnail {
    max-width: 100%;
  }
  .must-read.fancybox-content,
  #cma_info.fancybox-content,
  #evaluation-form.fancybox-content,
  #pretesting.fancybox-content,
  #edit_profile.fancybox-content,
  #registration.fancybox-content {
    padding: 0.5rem;
  }
  #pretesting.fancybox-content,
  #edit_profile.fancybox-content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 100%;
  }
  .popup-window {
    max-width: 100%;
    max-height: 100%;
  }
  #first-name {
    margin-bottom: 15px;
  }
  .pre-post-testing button.fancybox-close-small,
  #pretesting button.fancybox-button,
  #edit_profile button.fancybox-button {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
  }
  section.single-case {
    margin: 0.5rem;
    padding: 0.5rem;
  }
  section.single-case .case-description {
    margin: 10px 0;
  }
  section.single-case .case-description > div {
    padding: 0;
  }
  section.single-case .case-description p {
    overflow-wrap: break-word;
  }
  section.single-case .case-hdr {
    flex-direction: column-reverse;
  }
  section.single-case .part-interactive {
    padding: 0;
    margin: 0;
  }
  section.single-case .comment-form {
    flex-direction: column;
  }
  section.single-case .comment-form textarea {
    width: 100%;
    min-width: 100%;
  }
  section.single-case .comment-form textarea:after {
    content: "";
    display: table;
    clear: both;
  }
  section.single-case .comment-form button.button {
    width: 100%;
  }
  .profile-list .profile-card {
    width: 100%;
    margin: 0.5rem;
    margin-top: 0;
  }
}

.navigation__wrapper {
  display: none;
}

.navigation__wrapper.open {
  top: 45px;
  display: block;
  z-index: 75;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(94, 55, 139, 0.51);
}

.navigation__wrapper.open .navigation__menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

.navigation__wrapper.open .navigation__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation__wrapper.open .navigation__menu li {
  padding: 20px 24px;
  border-bottom: 1px solid #EFEFEF;
  vertical-align: middle;
  line-height: 48px;
}

.navigation__wrapper.open .navigation__menu li:last-child {
  border-bottom: none;
}

.navigation__wrapper.open .navigation__menu li a {
  text-decoration: none;
}

.navigation__wrapper.open .navigation__menu .avatar {
  border-radius: 50px;
}

.navigation__wrapper.open .navigation__menu .text {
  display: inline-block;
  vertical-align: middle;
}

.navigation__wrapper.open .navigation__menu .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #F5EFFF;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  margin-right: 16px;
}

.navigation__wrapper.open .navigation__menu .icon svg {
  display: inline-block;
  line-height: 48px;
  vertical-align: middle;
}

.centered {
  text-align: center;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.small-indent {
  padding-left: 1em;
}

.pull-right.f-labels span {
  margin: 7px;
}

.nomargin p {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: rgba(37, 15, 71, 0.1);
  font: normal 16px/28px 'Roboto';
  color: #5e378b;
}

pre {
  font-size: 12px;
  line-height: 14px;
}

p {
  margin-top: 0;
}

a {
  color: #884FC5;
}

.header {
  background-color: #fff;
  padding: 24px 40px 24px;
}

.header .wrapper {
  padding: 0 40px;
}

.header a {
  text-decoration: none;
  font-size: 20px;
  line-height: 23px;
  color: #5e378b;
}

.header .logo {
  text-indent: -5000px;
  display: block;
  background: url("../images/awir-logo.svg") no-repeat;
  width: 123px;
  height: 40px;
}

.header .button-login {
  font: bold 16px/30px "Roboto";
  padding: 9px 66px;
}

.header .register-link {
  color: #DA295B;
  margin-left: 40px;
  font: bold 16px/30px "Roboto";
}

.header .toplinks a {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.header .toplinks span {
  margin-left: 10px;
}

.header .profile-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.header .profile-box .dropdown-links {
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: -1px 3px 13px 0 rgba(37, 15, 71, 0.1);
  position: absolute;
  z-index: 100;
  bottom: -12px;
  right: 0;
  text-align: left;
  transform: translateY(100%);
  padding: 0 22px;
  min-width: 300px;
  border-radius: 5px;
}

.header .profile-box .dropdown-links.active {
  opacity: 1;
  visibility: visible;
}

.header .profile-box .dropdown-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .profile-box .dropdown-links ul li {
  margin: 0;
  padding: 22px 0;
}

.header .profile-box .dropdown-links ul li a {
  padding: 0;
  margin: 0;
}

.header .profile-box .notifications {
  height: 29px;
  position: relative;
}

.header .profile-box .notifications svg > g {
  fill: #5e378b;
  transition-duration: 0.3s;
}

.header .profile-box .notifications:hover svg > g {
  fill: #884FC5;
}

.header .profile-box .notifications .dot {
  display: none;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DA295B;
  border-radius: 50%;
  top: -2px;
  right: -4px;
}

.header .profile-box .notifications .dot.active {
  display: block;
}

.header .profile-box a {
  margin-left: 26px;
}

.header .profile-box .profile-name span.dropdown {
  transition-duration: 0.3s;
  display: inline-block;
  margin-left: 10px;
  background: url("../images/icon-dropdown.svg") center center no-repeat;
  width: 18px;
  height: 14px;
}

.header .profile-box .profile-name.active span.dropdown {
  transform: rotate(180deg);
}

.header .avatar {
  margin-left: 32px;
  border-radius: 50%;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.page-content {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

.start-block {
  position: relative;
  padding: 40px;
  min-height: 246px;
}

.fellows {
  position: absolute;
  bottom: 0;
  left: 30%;
  display: block;
  width: 188px;
  height: 299px;
  background: url("../images/fellows.png") 0 0 no-repeat;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .fellows {
    left: 20%;
  }
}

.introtext {
  margin-left: 47%;
}

a.button {
  border: none;
  border-radius: 5px;
  padding: 4px 46px;
  font: normal 13px/23px Roboto;
  cursor: pointer;
  transition-duration: 0.3s;
  color: #5e378b;
  background-color: #F5EFFF;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  text-decoration: none;
  line-height: 23px;
}

a.button:hover {
  color: white;
  background-color: #5e378b;
}

a.button.disabled {
  cursor: not-allowed;
}

a.button:focus {
  outline: none;
}

a.button-wide {
  width: 100%;
  color: #5e378b;
  background-color: #F5EFFF;
}

a.button-wide:hover {
  color: white;
  background-color: #5e378b;
}

a.button-wide.disabled {
  color: #AAAAAA;
  background-color: #F5F5F5;
}

a.button-rounded {
  border-radius: 21.5px;
  color: #DA295B;
  background-color: white;
  font: 500 15px "Roboto";
  padding: 12px 36px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

a.button-rounded:hover {
  color: white;
  background-color: #884FC5;
}

a.button-rounded.disabled {
  color: #CBCBCB;
  background-color: white;
}

a.button-transp {
  color: #DA295B;
  background: transparent;
  border: none;
  font: normal 16px/28px "Roboto";
}

a.button-transp:hover {
  background: none;
  border: none;
  text-decoration: underline;
  color: #DA295B;
}

a.button-big {
  color: white;
  background-color: #5e378b;
  font: 500 14px/24px "Roboto";
  padding: 14px 46px;
}

a.button-big:hover {
  background-color: #884FC5;
}

a.button-big.disabled {
  background-color: #CBCBCB;
}

a.button-register {
  font: 500 18px/23px "Roboto";
  color: #DA295B;
  background-color: white;
  padding: 12px 36px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

a.button-register:hover {
  color: white;
  background-color: #884FC5;
}

a.button-login {
  background-color: #5e378b;
  color: white;
  border-radius: 100px;
}

.case-thumbnail {
  border-radius: 5px;
  display: block;
}

button.button {
  border: none;
  border-radius: 5px;
  padding: 4px 46px;
  font: normal 13px/23px Roboto;
  cursor: pointer;
  transition-duration: 0.3s;
  color: #5e378b;
  background-color: #F5EFFF;
}

button.button:hover {
  color: white;
  background-color: #5e378b;
}

button.button.disabled {
  cursor: not-allowed;
}

button.button:focus {
  outline: none;
}

button.button-wide {
  width: 100%;
  color: #5e378b;
  background-color: #F5EFFF;
}

button.button-wide:hover {
  color: white;
  background-color: #5e378b;
}

button.button-wide.disabled {
  color: #AAAAAA;
  background-color: #F5F5F5;
}

button.button-rounded {
  border-radius: 21.5px;
  color: #DA295B;
  background-color: white;
  font: 500 15px "Roboto";
  padding: 12px 36px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

button.button-rounded:hover {
  color: white;
  background-color: #884FC5;
}

button.button-rounded.disabled {
  color: #CBCBCB;
  background-color: white;
}

button.button-transp {
  color: #DA295B;
  background: transparent;
  border: none;
  font: normal 16px/28px "Roboto";
}

button.button-transp:hover {
  background: none;
  border: none;
  text-decoration: underline;
  color: #DA295B;
}

button.button-big {
  color: white;
  background-color: #5e378b;
  font: 500 14px/24px "Roboto";
  padding: 14px 46px;
}

button.button-big:hover {
  background-color: #884FC5;
}

button.button-big.disabled {
  background-color: #CBCBCB;
}

button.button-register {
  font: 500 18px/23px "Roboto";
  color: #DA295B;
  background-color: white;
  padding: 12px 36px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

button.button-register:hover {
  color: white;
  background-color: #884FC5;
}

button.button-login {
  background-color: #5e378b;
  color: white;
  border-radius: 100px;
}

button.button-long {
  padding: 0;
  width: 100%;
}

.rborder {
  border: 1px solid red;
}

.profile-block {
  margin: 40px auto;
  border-radius: 5px;
  background-color: white;
  padding: 28px 24px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

.profile-block-col {
  font: 21px/24px "Roboto";
}

.profile-block-col strong {
  text-transform: uppercase;
  font: bold 16px/19px "Roboto";
}

.profile-block-col .row:not(:last-child) {
  margin-bottom: 8px
}

.profile-block .fellow-name {
  display: table-cell;
  vertical-align: middle;
}

.profile-block .fellow-name p {
  font: 25px/73px "Roboto";
}

.profile-block .avatar {
  border-radius: 50%;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: 0.2;
}

#ui-datepicker-div .ui-widget-header {
  background: none !important;
  border: none;
}

.ui-datepicker-prev span.ui-icon {
  transform: rotate(90deg);
}

.ui-datepicker-next span.ui-icon {
  transform: rotate(270deg);
}

.ui-datepicker-prev span.ui-icon,
.ui-datepicker-next span.ui-icon {
  background: url("../images/icon-dropdown.svg") center center no-repeat;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  right: 2px !important;
  top: 2px !important;
  background: none !important;
}

#ui-datepicker-div.ui-widget-content {
  border: none !important;
  padding: 10px;
  box-shadow: 0 2px 9px 0 rgba(37, 15, 71, 0.1);
}

#ui-datepicker-div.ui-widget-content * {
  font-family: "Roboto";
}

.ui-datepicker {
  border-spacing: 0;
}

.ui-datepicker td {
  border-collapse: collapse;
  border: 1px solid #F5F5F5;
  border-spacing: 0;
}

.ui-datepicker td.ui-datepicker-current-day a {
  color: #884FC5;
}

.ui-datepicker a {
  border: none !important;
  padding: 0;
  margin: 0;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-state-default.ui-state-highlight.ui-state-active {
  background: none;
}

.smaller-font {
  font-size: 14px;
}

.pull-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pull-right.dots {
  margin-right: 7px;
  text-align: right;
}

.after-q2 span.wpcf7-not-valid-tip,
.after-q3 span.wpcf7-not-valid-tip,
.after-q7 span.wpcf7-not-valid-tip,
.pre-1 span.wpcf7-not-valid-tip,
.pre-2 span.wpcf7-not-valid-tip,
.pre-3 span.wpcf7-not-valid-tip,
.pre-4 span.wpcf7-not-valid-tip,
.pre-5 span.wpcf7-not-valid-tip,
.pre-6 span.wpcf7-not-valid-tip,
.pre-7 span.wpcf7-not-valid-tip,
.pre-8 span.wpcf7-not-valid-tip,
.pre-9 span.wpcf7-not-valid-tip,
.pre-10 span.wpcf7-not-valid-tip,
.post-1 span.wpcf7-not-valid-tip,
.post-2 span.wpcf7-not-valid-tip,
.post-3 span.wpcf7-not-valid-tip,
.post-4 span.wpcf7-not-valid-tip,
.post-5 span.wpcf7-not-valid-tip,
.post-6 span.wpcf7-not-valid-tip,
.post-7 span.wpcf7-not-valid-tip,
.post-8 span.wpcf7-not-valid-tip,
.post-9 span.wpcf7-not-valid-tip,
.post-10 span.wpcf7-not-valid-tip,
.demog-1 span.wpcf7-not-valid-tip,
.demog-4 span.wpcf7-not-valid-tip,
.demog-5 span.wpcf7-not-valid-tip,
.demog-7 span.wpcf7-not-valid-tip,
.evo-q2-1 span.wpcf7-not-valid-tip,
.evo-q2-2 span.wpcf7-not-valid-tip,
.evo-q2-3 span.wpcf7-not-valid-tip,
.evo-q2-4 span.wpcf7-not-valid-tip,
.evo-q1 span.wpcf7-not-valid-tip {
  display: block;
}

/*

PRI Password Validator styles

 */
.pri_validator_warnings {
  margin: 0px;
  margin-top: 10px;
  list-style: none;
}

.pri_validator_warnings li {
  font-size: 11px;
  line-height: 1.2em;
  color: #797979;
}

.pri_validator_warnings li::before {
  /*content: "✓";*/
  content: "○";
  font-size: 11px;
  color: #797979;
  /* margin-left: -20px; */
  margin-right: 5px;
}

.pri_validator_warnings li.ok::before {
  content: "✓";
  font-size: 11px;
  color: #008000;
}

.pri_validator_warnings li.fail::before {
  content: "✗";
  font-size: 11px;
  color: #900000;
}

/* custom override for this site */
.pri_validator_warnings li::before {
  margin-left: -20px;
}

input.pri_error {
  border-color: #da295b !important;
}

.eye_button {
  position: absolute;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

.eye_button.eye_closed {
  background-image: url("../images/eye_closed.png");
}

.eye_button.eye_open {
  background-image: url("../images/eye_open.png");
}

.access_error {
  text-align: center;
  display: block;
  font: normal 24px/34px "Roboto";
}

/* NEW DASHBOARD MODULES STYLE -- START */
@keyframes tooltip-bounce {
  0% {
    transform: translate(-50%, 5px);
  }

  50% {
    transform: translate(-50%, -5px);
  }

  100% {
    transform: translate(-50%, 5px);
  }
}
body.dashboard-fellow {
  position: relative;
  padding-bottom: 92px;
  background: #f6f7fc;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fd-content-wrapper {
  width: 1400px;
  max-width: calc(100% - 64px);
}
.df-alert {
  background-image: url("../images/fd-call-to-action-bg.png");
  background-size: cover;
  background-position: left top;
  margin: 40px auto 0;
  padding: 64px;
  max-width: calc(100% - 16px);
}
.df-alert-inner {
  text-align: center;
}
.df-alert-inner h1 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0 auto 25px;
}
.df-alert-inner .button {
  background: #fff !important;
  margin: 0 auto;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #250F47 !important;
}
.modules-list {
  justify-content: flex-start;
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
}
.modules-list .module-block {
  display: flex;
  position: relative;
  margin: 8px;
  padding: 24px;
}
.modules-list .module-block .case-status-tag-completed {
  margin-top: 0.5em;
}
.modules-list .module-block .module-thumb-img-wrapper {
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  border-radius: 5px;
  margin-right: 16px;
  overflow: hidden;
}
.modules-list .module-block .module-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.modules-list .module-block.inactive .module-thumb img {
  filter: url(filters.svg#grayscale); /* Firefox */
  filter: gray; /* MS IE 5+ */
  -webkit-filter: grayscale(1);
}
.modules-list .module-block .module-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}
.modules-list .module-block .module-text h4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #250F47;
}
.modules-list .module-block .module-text a {
  text-decoration: none !important;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #5E378B;
}
.modules-list .module-block.inactive .module-text > a {
  cursor: not-allowed;
}
.modules-list .module-block.inactive .module-text a,
.modules-list .module-block.inactive .module-text h4 {
  color: #878787 !important;
}
.modules-list .module-block .module-need-action {
  display: none;
}
.modules-list .module-block.call-to .module-need-action {
  display: flex;
  position: absolute;
  width: 100%;
  max-width: 80%;
  max-height: 0;
  opacity: 0;
  top: calc(100% - 16px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #fff;
  color: #fff;
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  border-radius: 5px;
  padding: 10px 20px;
  overflow: hidden;
  transition: 0.3s ease;
  cursor: default;
}
.modules-list .module-block.call-to:hover .module-need-action {
  color: #250F47;
  border-color: #250F47;
  max-height: 999px;
  opacity: 1;
  animation: tooltip-bounce 1.5s backwards infinite linear;
}
.modules-list .module-block.call-to .call-to-message {
  position: relative;
  margin-left: 30px;
}
.modules-list .module-block.call-to .call-to-message::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: '!';
  left: -30px;
  top: -3px;
  width: 20px;
  height: 20px;
  border: 1px solid #250F47;
  border-radius: 11px;
  color: #250F47;
  font-weight: 400;
}
.module-bottom-panel {
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 100%;
  background: #fff;
}
.module-bottom-link {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
}
.module-bottom-link img {
  height: 30px;
  margin-right: 10px;
}
.module-bottom-link span {
  color: #5E378B;
  text-decoration: none !important;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .df-alert-inner .button:hover span,
  .modules-list .module-block:not(.inactive) .module-text > a:hover span,
  .module-bottom-link:hover span {
    text-decoration: underline !important;
  }
}
@media (max-width: 1023px) {
  .fd-content-wrapper {
    max-width: calc(100% - 16px)
  }
  .df-alert {
    margin: 16px auto 0;
    padding: 48px 24px;
  }
  .modules-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .modules-list .module-block.call-to {
    overflow: visible;
  }
  .modules-list .module-block.call-to .module-need-action {
    z-index: 1;
    top: unset;
    bottom: -8px;
  }
}
@media (max-width: 767px) {
  .df-alert {
    padding: 32px 16px;
  }
  .module-bottom-link {
    font-size: 14px;
  }
  .module-bottom-link img {
    height: 20px;
    margin-right: 8px;
  }
}
/* NEW DASHBOARD MODULES STYLE -- END */

body.screentest.fancybox-active .popup-window {
  max-height: calc(100% - 100px);
}
#cma_info.fancybox-content * {
  line-height: 125%;
}
body.screentest #cma_info u,
body.screentest #cma_info a,
body.screentest #cma_info *[style*="text-decoration: underline"] {
  text-decoration: none !important;
  position: relative;
}
body.screentest #cma_info u::after,
body.screentest #cma_info a::after,
body.screentest #cma_info *[style*="text-decoration: underline"]::after {
  position: absolute;
  content: '';
  bottom: 0.05em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #250F47;
}
body.screentest #cma_info a::after {
  background: #884FC5;
}